/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/poppins-v20-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/poppins-v20-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/poppins-v20-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('/fonts/poppins-v20-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
		font-family: 'Poppins','Helvetica Neue',Helvetica,Arial,sans-serif;

	}
h1 {
	font-family: 'Poppins','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #0F2759;
	font-size: 50px;
	line-height: 65px;
	}
h2 {
	font-family: 'Poppins','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: 300;
	color: #333;
	font-size: 25px;
	line-height: 32px;
	margin-bottom: 25px;
	}
.gallery-item {
	margin-bottom: 25px;
	padding: 2px;
	border: 1px solid #f1f1f1;
	}
.nav-link {
	display: block;
	padding: 10px;
}
.nav-link:focus, .nav-link:hover, .nav-link.active {
		color: #45b5b5 !important;

}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item:active, .dropdown-item.active, .dropdown-item:active {
	color: #45b5b5 !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
	color: #45b5b5 !important;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #45b5b5;
    --bs-btn-border-color: #45b5b5;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #45b5b5;
    --bs-btn-hover-border-color: #45b5b5;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #45b5b5;
    --bs-btn-active-border-color: #45b5b5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #45b5b5;
    --bs-btn-disabled-border-color: #45b5b5;
}
.navbar {
	padding: 0;
	}
.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #45b5b5 !important;
}
#navigation {
	border-bottom: 1px solid #dbe5ee;
	}
.green {
	padding: 75px 0;
	background-color: #45b5b5;
	color: #fff !important;
	text-align: center;
	}
.green h1 {
	color: #fff;
	font-weight: 700;
	}
#inhalt a,
#inhalt a:link, #inhalt a:visited, #inhalt a:focus {
	color: #45b5b5;
	}
#inhalt a:hover {
	color: #333;
	}
#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
	border-radius: 25px;
line-height: 40px;
    width: 50px;
    height: 50px;
}
.primary {
	background-color: #45b5b5;
	color: #fff;
	font-weight: 700;
	}
#inhalt a.btn-primary {
	color: #fff;
	}
.card {
	background-color: #f1f1f1;
	}
.logo {
	position: absolute; top: -25px; right: 5px;
	}
@media (max-width: 767.98px){
	h1{
	font-size: 20px;
	line-height: 25px;
		}
	.navbar {
    padding: 0;
    margin-bottom: 3px !important;
    margin-top: 3px !important;
}
	.green {
	padding: 15px 0;

	}
	.logo {
	position: absolute; top: 0; right: 5px;
	}
}
footer a:link,
footer a:visited,
footer a:active
{
	color: #333;
	}
footer a:hover {
	color: #45b5b5;
	}
.list-group-item.active {
    z-index: 2;
    color: #fff !important;
    background-color: #45b5b5;
    border-color: #45b5b5;
}
.list-group-item-action:focus, .list-group-item-action:hover {
    z-index: 1;
    color: #fff !important;
    background-color: #45b5b5;
    border-color: #45b5b5;
}
.iframe {
	background-color: #f7f7f7 !important;
	}
#inhalt dl, #inhalt ol, #inhalt ul {
    margin-top: -15px;
    margin-bottom: 1rem;
}