/* Import */
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: local(''), url('../font/montserrat-v18-latin-300.woff2') format('woff2'), url('../font/montserrat-v18-latin-300.woff') format('woff');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: local(''), url('../font/montserrat-v18-latin-regular.woff2') format('woff2'), url('../font/montserrat-v18-latin-regular.woff') format('woff');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: local(''), url('../font/montserrat-v18-latin-500.woff2') format('woff2'), url('../font/montserrat-v18-latin-500.woff') format('woff');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-display: swap;
	src: local(''), url('../font/montserrat-v18-latin-600.woff2') format('woff2'), url('../font/montserrat-v18-latin-600.woff') format('woff');
}
@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: local(''), url('../font/montserrat-v18-latin-700.woff2') format('woff2'), url('../font/montserrat-v18-latin-700.woff') format('woff');
}

/* Global */
:root {
	--color-blue: #0b367f;
	--color-lightgrey: #eeeeee;
	--color-midgrey: #888888;
}
body {
	font-family: Montserrat, var(--bs-body-font-family);
	font-size: 1.25rem;
	line-height: 2;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
.bg-primary {
	background: var(--color-blue) !important;
}
.bg-grey {
	background-color: var(--color-lightgrey);
}
.container {
	max-width: 1600px;
}
time {
	font-size: 1rem;
	color: var(--color-midgrey);
}
.lead {
	font-size: 1.5rem;
	color: var(--color-blue);
}
main p, main ul {
	margin-bottom: 2.5rem;
}
a {
	text-decoration: none;
	color: var(--color-blue);
	border-bottom: 1px solid var(--color-blue);
	transition: border .2s;
}
a:hover, a:focus {
	text-decoration: none;
	color: var(--color-blue);
	border-color: transparent;
}
.read-more {
	color: #fff;
	line-height: 1.5;
	font-size: 1rem;
	border-bottom: 1px solid #fff;
	transition: border .2s;
}
.read-more:hover, .read-more:focus {
	border-color: transparent;
	color: #fff;
}
.card, .card:hover, .card:focus, .newsletter {
	border: 2px solid var(--color-blue);
}
.card-img-top {
	height: 200px;
	object-fit: contain;
}
.effect-scale {
	transition: transform .2s;
}
.hover-fill:hover, .hover-fill:focus {
	background-color: var(--color-blue);
	color: #fff;
}
.hover-fill:hover h3, .hover-fill:focus h3 {
	color: #fff;
}
.hover-fill {
	transition: 0.2s;
}
.effect-scale:hover, .effect-scale:focus {
	transform: scale(1.05);
}
.no-js noscript + img, .no-js img.lazy {
	display: none !important;
}
.lazy-hidden {
	opacity: 0;
}
.lazy-loaded {
	transition: opacity .3s;
	opacity: 1;
}
.breadcrumb a {
	border-color: transparent;
	line-height: 1.25;
}
.breadcrumb a:hover, .breadcrumb a:focus {
	border-color: var(--color-blue);
}
.sp-slide img {
	max-height: 30px;
}

/*Table*/
table {
	width: 100%;
}
table td p {
	margin-bottom: 0;
}
td:nth-of-type(1) {
	font-weight: 700;
}
th {
	border-bottom: 1px solid #555555;
	font-weight: 400;
}
.table-responsive + .table-responsive {
	margin-top: 3rem;
}

/* Buttons */
.btn {
	padding: .5rem 2.5rem .5rem 2.5rem;
	font-size: 1.5rem;
	transition: all .2s;
	box-shadow: none;
	border-radius: 0;
	border: 1px solid var(--color-blue);
}
.btn-primary {
	background: var(--color-blue);
	color: #fff;
}
.btn-secondary {
	background: #fff;
	color: var(--color-blue);
}
.btn-primary:hover, .btn-primary:focus {
	box-shadow: none !important;
	color: var(--color-blue);
	border-color: var(--color-blue);
	background: #fff;
}
.btn-secondary:hover, .btn-secondary:focus{
	box-shadow: none !important;
	color: #fff ;
	background: var(--color-blue);
	border-color: var(--color-blue);
}
.btn-klaro {
	cursor: pointer;
}

/* Headlines */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	font-weight: 500;
	color: var(--color-blue);
	font-size: 2.5rem;
	line-height: 1.25;
}
h2, .h2 {
	font-size: 2rem;
	font-weight: 400;
}
h3, .h3 {
	font-size: 1.75rem;
	line-height: 1.5;
	font-weight: 400;
}
h4, .h4 {
	font-size: 1.5rem;
	line-height: 1.5;
}
h5, .h5 {
	font-weight: 700;
	color: var(--color-black);
	font-size: 1.25rem;
}

/* Navigation */
#menu {
	transition: all .4s;
	padding: .5rem 0 1rem 0;
	border-bottom: 1px solid transparent;
}
#menu.scrolled {
	border-color: #dee2e6;
}
#menu .navbar-brand img {
	width: 225px;
}
#menu button {
	box-shadow: none;
}
#menu ul li {
	align-items: center;
}
#menu ul a {
	border-bottom: 1px solid transparent;
	padding: 0;
	display: inline;
	color: var(--color-blue);
	font-size: 1.5rem;
}
#menu ul a:hover, #menu ul a:focus {
	border-color: var(--color-blue);
}
#menu ul a.active {
	font-weight: 600;
}

/* Dropdown */
#menu .meta a, #menu .dropdown-menu a {
	font-size: 1rem;
	font-weight: 300;
}
#menu .dropdown-menu {
	border-color: transparent;
}
#menu .dropdown-toggle::after {
	border: 0;
	width: .75rem;
	height: .75rem;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewbox='0 0 24 24' fill='%230b367f'><path d='M5 3l3.057-3 11.943 12-11.943 12-3.057-3 9-9z'/></svg>") center / cover;
	margin-left: .375rem;
	vertical-align: 0;
	transform: rotate(90deg);
}

/* Header */
header > h1 {
	padding-top: 3rem;
}
header .carousel {
	background: var(--color-blue);
	margin-bottom: 7.5rem;
}
header .carousel-indicators {
	bottom: -1.5rem;
}
header .carousel-indicators [data-bs-target] {
	border-radius: 50%;
	background: var(--color-lightgrey);
	border: 0;
	height: 1rem;
	width: 1rem;
	opacity: 1;
	transition: background .2s;
}
header .carousel-indicators .active, header .carousel-indicators button:hover, header .carousel-indicators button:focus {
	background: var(--color-blue);
}
header .carousel .h4 {
	font-size: 2rem;
}
header .carousel figure {
	min-height: 500px;
}
header .carousel img {
	margin: 2rem;
	max-width: calc(100% - 4rem);
}
header .carousel figcaption {
	max-width: 700px;
	margin: 1rem;
	color: #fff;
}
.product-hero {
	border: 2px solid var(--color-blue);
}
.product-hero img {
	height: 500px;
	object-fit: contain;
}

/* Tabs */
.nav-pills button {
	border-radius: 0;
	border: 2px solid var(--color-blue);
	background: var(--color-blue);
	color: #fff;
	font-weight: 500;
	font-size: 1.25rem;
	padding: .25rem .75rem;
	transition: color .2s, background .2s;
}
.nav-pills button svg {
	fill: #fff;
	transition: fill .2s;
}
.nav-pills button:hover,.nav-pills button:focus, .nav-pills button.active {
	color: var(--color-blue);
	background: #fff;
}
.nav-pills button:hover svg, .nav-pills button:focus svg, .nav-pills button.active svg{
	fill: var(--color-blue);
}

/* Blog */
.blog a {
	line-height: 1.1;
}
.blog-post {
	border: var(--color-blue) solid 2px !important;
	border-radius: 0;
}
.blog-post p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-height: 1.5;
	-webkit-line-clamp: 4; /* number of lines to show */
	-webkit-box-orient: vertical;
}
.blog img {
	object-fit: cover;
}

/* Formulare */
form .form-control, form .form-select {
	border-radius: 0;
	border: 1px solid var(--color-blue);
}
.form-control:focus, .form-control:hover, .form-select:focus , .form-select:hover {
	background-color: #F3F3F3;
	border: 1px solid var(--color-blue);
	box-shadow: none;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus, .form-control.is-valid:focus, .was-validated .form-control:valid:focus, .form-check-input:focus, .form-select:focus {
	box-shadow: none;
}
.form-check-input[type="checkbox"] {
	border-radius: 0;
	border-color: var(--color-blue);
}
.form-check-input:checked {
	background-color: var(--color-blue);
	transition: .2s;
}
.form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus, .form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus {
	box-shadow: none;
}
.form-check-input {
	margin-top: 0.3em;
}

/* Footer */
.no-js footer {
	padding-bottom: 4rem;
}
footer {
	background-color: var(--color-blue);
	color: #fff;
	padding-top: 8rem;
	font-size: 1rem;
}
footer a {
	color: #fff;
	border-color: transparent;
	transition: border .2s;
}
footer a:hover, footer a:focus, footer a.active {
	border-color: #fff;
	color: #fff;
}
footer li:not(:last-child)::after {
	content: "·";
	font-size: 18px;
	margin: 0 .25rem;
	color: #fff;
}
.map-copyright {
	position: absolute;
	bottom: 0;
	right: 0;
	background: rgba(255,255,255,.7);
	padding: 3px 5px;
	font-size: .75rem;
}
/* Loader */
#loader {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: var(--color-blue);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1021;
}
.no-js #loader {
	display: none;
}
#loader > div {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
#loader > div div {
	display: inline-block;
	position: absolute;
	left: 8px;
	width: 16px;
	background: #fff;
	animation: loader 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
	animation-delay: 0;
}
#loader > div div:nth-child(1) {
	animation-delay: -0.24s;
}
#loader > div div:nth-child(2) {
	left: 32px;
	animation-delay: -0.12s;
}
#loader > div div:nth-child(3) {
	left: 56px;
}
@keyframes loader {
	0% {
		top: 8px;
		height: 64px;
	}
	50%, 100% {
		top: 24px;
		height: 32px;
	}
}
#noscript {
	background: #e4002b;
	z-index: 1022;
}

/* Media Queries */
@media (max-width: 575.98px) and (max-height: 666px) {
	#menu ul li {
		padding: 0 !important;
	}
	#menu ul a {
		font-size: 1.25rem;
	}
	#menu .meta li {
		line-height: 1.5;
	}
}
@media (min-width: 576px) {
	#menu {
		padding: 1rem 0 1.5rem 0;
	}
	#menu .navbar-brand img {
		width: 360px;
	}
}
@media (min-width: 768px) {
	body {
		-webkit-hyphens: manual;
		-ms-hyphens: manual;
		hyphens: manual;
	}
	header .carousel figcaption {
		margin: 2rem;
	}
	img.float-img {
		max-width: 50%;
	}
	.sp-slide img {
		max-height: 120px;
	}
}
@media (min-width: 992px) {
	h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
		font-size: 4rem;
	}
	h2, .h2 {
		font-size: 3rem;
	}
	h3, .h3 {
		font-size: 2rem;
	}
	h4, .h4 {
		font-size: 1.75rem;
	}
	header .carousel img {
		position: absolute;
		right: 2rem;
		top: 50px;
		height: 450px;
		margin: 0;
	}
	.nav-pills button {
		font-size: 1.5rem;
	}
	.profiles img {
		max-width: 100%;
	}
	main figure.float-lg-start {
		max-width: calc(50% - 1rem);
		margin: .75rem 2rem 3rem 0;
	}
	main figure.float-lg-end {
		max-width: calc(50% - 1rem);
		margin: .75rem 0 3rem 2rem;
	}
	main figure.float-lg-start + figure.float-lg-end {
		margin-left: 0;
	}
	main .clear {
		clear: both;
	}
}
@media (min-width: 1200px) {
	#menu {
		padding: 1.5rem 0 2rem 0;
	}
	#menu .navbar-brand img {
		width: 280px;
	}
	#menu ul a {
		margin: 0 .5rem;
		font-size: 1.125rem;
		line-height: 1.1;
		transform: translateY(1px);
	}
	#menu .meta li:not(:last-child)::after {
		content: " · ";
		color: var(--color-blue);
		font-size: 1.125rem;
	}
	#menu .main > li:not(:last-child)::after {
		content: " | ";
		color: var(--color-blue);
		font-size: 1.25rem;
		line-height: 1;
	}
	#menu .dropdown-menu { 
		opacity: 0;
		visibility: hidden;
		transition: opacity .2s, visibility .2s, top .2s;
		left: .5rem;
		border-color: var(--color-blue);
		top: 150%;
	}
	#menu .nav-item:hover .dropdown-menu, #menu .show + .dropdown-menu { 
		opacity: 1;
		visibility:	visible;
		top: 100%;
	}
	header .carousel img {
		right: 100px;
	}
	header .carousel figcaption {
		margin: 5rem;
	}
	header > h1 {
		padding-top: 5rem;
	}
}
@media (min-width: 1400px) {
	#menu .navbar-brand img {
		width: 445px;
	}
	.card-img-top {
		height: 350px;
	}
	.nav-pills button {
		font-size: 1.75rem;
	}
}
@media (min-width: 1600px) {
	#menu ul a, #menu .main > li:not(:last-child)::after {
		font-size: 1.5rem;
	}
}

/* Klaro Cookie */
#klaro .cookie-modal {
	z-index: 1023;
}
.klaro a {
	border: 0;
}
.klaro .cookie-modal p, .klaro .cookie-modal strong, .klaro .cookie-modal h1, .klaro .cookie-modal h2, .klaro .cookie-modal ul, .klaro .cookie-modal li, .klaro .context-notice p, .klaro .context-notice strong, .klaro .context-notice h1, .klaro .context-notice h2, .klaro .context-notice ul, .klaro .context-notice li, .klaro .cookie-notice p, .klaro .cookie-notice strong, .klaro .cookie-notice h1, .klaro .cookie-notice h2, .klaro .cookie-notice ul, .klaro .cookie-notice li {
	color: var(--bs-body-color) !important;
}
button .cm-btn {
	padding: 10px !important;
}
#klaro .cookie-modal .slider {
	box-shadow: none;
}
.klaro .cookie-modal .cm-list-input.required:checked+.cm-list-label .slider, .klaro .context-notice .cm-list-input.required:checked+.cm-list-label .slider, .klaro .cookie-notice .cm-list-input.required:checked+.cm-list-label .slider, .klaro .cookie-modal .cm-list-input:checked+.cm-list-label .slider, .klaro .context-notice .cm-list-input:checked+.cm-list-label .slider, .klaro .cookie-notice .cm-list-input:checked+.cm-list-label .slider, .klaro .cookie-modal .cm-btn.cm-btn-success, .klaro .context-notice .cm-btn.cm-btn-success, .klaro .cookie-notice .cm-btn.cm-btn-success {
	background-color: var(--color-blue) !important;
	opacity: 1 !important;
}
.klaro .cookie-modal .cm-btn.cm-btn-info, .klaro .context-notice .cm-btn.cm-btn-info, .klaro .cookie-notice .cm-btn.cm-btn-info {
	background-color: #ababab !important;
}
.klaro .cookie-modal .cm-btn, .klaro .context-notice .cm-btn, .klaro .cookie-notice .cm-btn {
	background-color: #ababab !important;
}
.klaro .cookie-modal .cm-modal.cm-klaro {
	background-color: #fff !important;
}
.klaro .cookie-modal a, .klaro .context-notice a, .klaro .cookie-notice a {
	color: var(--color-blue) !important;
}
#klaro .cm-powered-by {
	display: none;
}
#klaro .cm-btn, main .klaro .cm-buttons .cm-btn {
	padding-left: 1rem;
	padding-right: 1rem;
}

/* Hamburger-Icon */
.hamburger {
	padding: 0;
	display: inline-block;
	cursor: pointer;
	line-height: 1;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
	background-color: var(--color-blue);
}
.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: var(--color-blue);
	border-radius: 4px;
	position: absolute;
	transition-property: transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}
.hamburger--spin .hamburger-inner {
	transition-duration: 0.22s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
	transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
	transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
	transform: rotate(225deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
	top: 0;
	opacity: 0;
	transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
	bottom: 0;
	transform: rotate(-90deg);
	transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}