html {
	overflow-x: hidden;
}

body {
	background-color: #203a72;
	background-image: linear-gradient(to bottom, rgba(33, 59, 115, 0.0) 0%, rgba(111, 126, 159, 1.0) 50%, rgba(21, 38, 74, 1.0) 100%), url("../img/bg-icon.svg");
	background-repeat: no-repeat;
	background-position: center top, -290px 15px;
	font-family: acumin-pro, var(--bs-font-sans-serif);
	font-weight: 200;
	color: #5c5c5b;
	overflow-x: hidden;
}

.h1, h1 {
	font-size: 30px;
	font-weight: 800;
	margin-bottom: 30px;
}

.h2, h2 {
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 1.25rem;
}

.h3, h3 {
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 0.75rem;
}

.h4, h4 {
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 0.5rem;
}

p {
	margin-bottom: 1.25rem;
}

p:last-child {
	margin-bottom: 0;
}

.fw-semibold {
	font-weight: 600 !important;
}

.fw-bold {
	font-weight: 800 !important;
}

a {
	color: #525252;
	text-decoration: none;
}

a:hover {
	color: #525252;
	text-decoration: underline;
}

.text-link, .text-link:hover {
	color: #139fde;
}

b, strong {
	font-weight: bold;
}

.small, small {
	font-size: 0.875em;
}

.extra-small {
	font-size: 0.75em;
}

sub, sup {
	font-size: 0.6em;
}

hr {
	opacity: 1;
}

.btn {
	font-size: 14px;
	border-radius: 0.5rem;
	border-width: 2px;
}

.btn:hover {
	text-decoration: none;
}

.btn-lg {
	padding: 0.75rem 2rem;
	font-size: 1.25rem;
	border-radius: 1.875rem;
}

.btn-primary {
	background-color: #139fde;
	border-color: #139fde;
}

.btn-primary:hover, .btn.btn-primary:active {
	background-color: #139fde;
	border-color: #139fde;
}

.btn-item-search {
	background-color: #c3362a;
	border-color: #c3362a;
}

.btn-item-search:hover, .btn.btn-item-search:active {
	background-color: #c3362a;
	border-color: #c3362a;
}

.btn-search {
	padding: 0.25rem 0.375rem;
}

.btn-item-search {
	padding: 0.125rem 0.625rem 0.25rem;
	border-radius: 0;
}

.btn-item-search img {
	height: 1.25rem;
}

.icon-btn {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	background-color: #fff;
	border-color: #fff;
	font-weight: 200;
	color: #000;
/*	transition: transform 0.15s;*/
}

.icon-btn:hover, .btn.icon-btn:active {
	background-color: #fff;
	border-color: #fff;
	color: #000;
/*	transform: scale(1.05);*/
}

.contact-items {
	display: flex;
	justify-content: center;
	gap: 2.5rem;
	padding: 1.5rem 0 2.25rem;
}

.contact-item {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	padding: 0.75rem 1.75rem 0.75rem 0.75rem;
	border-radius: 1.875rem;
}

.contact-image {
	display: inline-block;
	width: 52px;
	height: 42px;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: contain;
}

.time-icon {
	background-image: url("../img/time-light-icon.svg");
}

.contact-icon {
	background-image: url("../img/contact-light-icon.svg");
}

.contact-text {
	font-size: 1.25rem;
	line-height: 1.1;
	font-weight: 200;
	color: #fff;
}

.contact-headline {
	font-size: 1.5rem;
	font-weight: 800;
	text-transform: uppercase;
}

.contact-link {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-weight: 800;
	color: #139fde !important;
}

.contact-text a {
    color: #fff;   
}

.phone {
	margin-bottom: 0;
}

.icon-container {
	width: 40px;
	padding-left: 10px;
	margin-right: 8px;
}

.btn-filter {
	width: 100%;
	background-color: #5c5c5b;
	border-color: #5c5c5b;
	border-radius: 0;
	margin-bottom: 1px;
	font-size: 16px;
	font-weight: 200;
	color: #fff;
}

.btn-filter:hover, :not(.btn-check).btn-filter:active {
	background-color: #5c5c5b;
	border-color: #5c5c5b;
	color: #fff;
}

.btn-filter:after {
	display: inline-block;
	position: relative;
	top: 2px;
	left: 4px;
	width: 16px;
	content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
	line-height: 0;
	transition: transform 0.35s ease;
	transform: rotate(90deg);
	transform-origin: 50%;
}

.btn-filter[aria-expanded="true"]:after {
	transform: rotate(-90deg);
}

.btn-line {
	border-top: 1px solid #139fde;
	margin-top: 100px;
	text-align: center;
}

.btn-line .btn {
	background-color: #fff;
	margin-top: -28px;
}

.btn-line .btn:hover {
	background-color: #139fde;
}

.quote {
	position: relative;
	display: inline-block;
	padding-left: 100px;
	padding-right: 100px;
	margin-bottom: 0;
	font-size: 33px;
	font-weight: 400;
	line-height: 1.3;
	quotes: "„" "“" "’" "‘";
}

.quote:before, .quote:after {
	position: absolute;
	font-family: sans-serif;
	font-size: 150px;
	font-weight: 800;
	line-height: 35%;
}

.quote:before {
	content: open-quote;
	top: -50px;
	left: -10px;
}

.quote:after {
	content: close-quote;
	bottom: -35px;
	right: -10px;
}

.image-container {
	max-height: 700px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.img-cover {
	width: calc(100% + 2px);
	height: calc(100% + 2px);
	object-fit: cover;
}

.img-logo {
	width: 100%;
	max-width: 293px;
	height: auto;
}

.navbar {
	padding-top: 0;
	padding-bottom: 0;
}

.navbar-brand {
	max-width: 293px;
}

.navbar-brand:hover {
	text-decoration: none;
}

.navbar-toggler {
	font-size: 2rem;
	padding: 0.25rem 0.5rem;
	border: none;
	min-height: 44px;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.navbar-toggler .top-bar,
.navbar-toggler .middle-bar,
.navbar-toggler .bottom-bar {
	display: block;
	transition: all 0.35s ease;
}

.navbar-toggler .icon-bar {
	display: block;
	width: 28px;
	height: 3px;
	background-color: #fff;
	transition: all 0.35s ease 0.35s;
}

.navbar-toggler.collapsed .top-bar {
	transform: translateY(-6px);
	transition-delay: 0.35s;
}

.navbar-toggler.collapsed .top-bar .icon-bar {
	transform: rotate(0);
	transition-delay: 0s;
}

.navbar-toggler.collapsed .middle-bar .icon-bar {
	transform: rotate(0);
	transition-delay: 0s;
}

.navbar-toggler.collapsed .bottom-bar {
	transform: translateY(6px);
	transition-delay: 0.35s;
}

.navbar-toggler.collapsed .bottom-bar .icon-bar {
	opacity: 1;
}

.navbar-toggler .top-bar {
	transform: translateY(3px);
}

.navbar-toggler .top-bar .icon-bar {
	transform: rotate(45deg);
}

.navbar-toggler .middle-bar .icon-bar {
	transform: rotate(-45deg);
}

.navbar-toggler .bottom-bar {
	transform: translateY(-3px);
}

.navbar-toggler .bottom-bar .icon-bar {
	transform-origin: left;
	transform: scaleX(0.5);
	opacity: 0;
	transition-duration: 0s;
	transition-delay: 0.35s;	
}

.nav-link {
	font-weight: 200;
	color: rgba(255, 255, 255, 0.75);
}

.nav-link:hover, .nav-link:focus {
	color: rgba(255, 255, 255, 1);
	text-decoration: none;
}

[data-bs-theme=light] .nav-link {
	color: rgba(0, 0, 0, 0.75)
}

[data-bs-theme=light] .nav-link:hover, [data-bs-theme=light] .nav-link:focus {
	color: rgba(0, 0, 0, 1.0)
}

.nav-link.active {
	font-weight: 800;
}

.offcanvas[data-bs-theme=light] {
	background-color: #e2e2e2;
}

.offcanvas[data-bs-theme=light] .btn-close {
	filter: none;
}

.navbar-light .navbar-nav .nav-link {
	color: #525252;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
	color: #8c8c8c;
}

.navbar-light .navbar-nav.meta-nav .nav-link:focus,
.navbar-light .navbar-nav.meta-nav .nav-link:hover {
	color: #525252;
	text-decoration: underline;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav.meta-nav .nav-link.active {
	color: #139fde;
}

.navbar .dropdown-menu[data-bs-popper] {
	right: 0;
	left: auto;
}

.dropdown-menu {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 0.75rem 1rem;
	border: none;
	border-radius: 0;
}

.dropdown-item {
	font-weight: 200;
	color: #000;
	padding: 0.75rem 1rem;
	border-bottom: 1px solid #000;	
}

.dropdown-menu li:last-child .dropdown-item {
	border-bottom: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
	background-color: transparent;
}

.meta-nav {
	font-size: 0.875rem;
	margin-bottom: 10px;
}

.text-light .nav-link,
.text-white .nav-link {
	color: rgba(255, 255, 255, 0.7);
}

.text-light .nav-link:hover,
.text-white .nav-link:hover {
	color: rgb(255, 255, 255);
}

.shadow {
	box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.list-styled {
	list-style: none;
	padding: 0;
	margin: 0;
}

.list-styled-item {
	display: flex;
	/*padding: 8px 0;*/
	padding-bottom: 8px;
}

/*.list-styled-item:first-child {
	padding-top: 0;
}

.list-styled-item:last-child {
	padding-bottom: 0;
}*/

.list-style-checkmark .list-styled-item:before {
	content: '✓';
	font-family: cursive;
	font-size: 1.1em;
	line-height: 1.1;
	color: #7cb300;
	margin-right: 6px;
}

.list-style-chevron .list-styled-item:before {
	/*content: '›';*/
	content: '❱';
	/*font-size: 1.8em;*/
	/*line-height: 0.6;*/
	color: #139fde;
	margin-right: 5px;
}

.list-style-bullet .list-styled-item:before {
	content: '•';
	color: #7cb300;
	margin-right: 10px;
}

.bg-red:not(p), .topline.bg-red:after {
	background-color: #cc3333 !important;
}

.bg-darkgreen:not(p), .topline.bg-darkgreen:after {
	background-color: #03907c !important;
}

.bg-green:not(p), .topline.bg-green:after {
	background-color: #82b946 !important;
}

.bg-vividgreen:not(p), .topline.bg-vividgreen:after {
	background-color: #39b54a !important;
}

.bg-darkblue:not(p), .topline.bg-darkblue:after {
	background-color: #1f3971 !important;
}

.bg-blue:not(p), .topline.bg-blue:after {
	background-color: #139fde !important;
}

.bg-purple:not(p), .topline.bg-purple:after {
	background-color: #662d91 !important;
}

.bg-magenta:not(p), .topline.bg-magenta:after {
	background-color: #da1c5c !important;
}

.bg-yellow:not(p), .topline.bg-yellow:after {
	background-color: #dfad01 !important;
}

.bg-darkgray {
	background-color: #525252 !important;
}

.bg-gray:not(p), .topline.bg-gray:after {
	background-color: #5c5c5b !important;
}

.bg-lightgray {
	background-color: #e2e2e2 !important;
}

.bg-extralightgray {
	background-color: #f1f1f1 !important;
}

.border-red {
	border-color: #cc3333 !important;
}

.border-darkgreen {
	border-color: #03907c !important;
}

.border-green {
	border-color: #82b946 !important;
}

.border-vividgreen {
	border-color: #39b54a !important;
}

.border-darkblue {
	border-color: #1f3971 !important;
}

.border-blue {
	border-color: #139fde !important;
}

.border-purple {
	border-color: #662d91 !important;
}

.border-magenta {
	border-color: #da1c5c !important;
}

.border-yellow {
	border-color: #dfad01 !important;
}

.border-darkgray {
	border-color: #525252 !important;
}

.border-gray {
	border-color: #5c5c5b !important;
}

.border-lightgray {
	border-color: #f1f1f1 !important;
}

.text-red {
	color: #cc3333 !important;
}

.text-darkgreen {
	color: #03907c !important;
}

.text-green {
	color: #82b946 !important;
}

.text-vividgreen {
	color: #39b54a !important;
}

.text-darkblue {
	color: #1f3971 !important;
}

.text-blue {
	color: #139fde !important;
}

.text-purple {
	color: #662d91 !important;
}

.text-magenta {
	color: #da1c5c !important;
}

.text-yellow {
	color: #dfad01 !important;
}

.text-gray {
	color: #5c5c5b !important;
}

.text-darkgray {
	color: #525252 !important;
}

.text-blue a:not(.btn), .text-blue a:not(.btn):hover {
	color: #139fde;
}

.text-white a:not(.btn), .text-white a:not(.btn):hover {
	color: #fff;
}

.badge {
	font-size: 14px;
	font-weight: 400;
	margin-right: 15px;
	margin-bottom: 10px;
}

.teaser-row-item {
	padding-top: 36px;
	padding-bottom: 36px;
	border-bottom: 1px solid #525252;
}

.searchform {
	width: 100%;
	z-index: 9999;
}

.searchform .form-control {
	border: none;
}

.products .searchform .form-control {
	font-size: 0.875rem;
}

.hero-text-container {
	padding: 2.5rem 1.5rem 0;
	text-align: center;
}

.hero-text {
	font-size: 1.125rem;
	color: #fff;
}

.hero-text p {
	font-family: aktiv-grotesk-thai, var(--bs-font-sans-serif);
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.hero-text span {
	white-space: nowrap;
}

.hero-headline {
	font-family: aktiv-grotesk-thai, var(--bs-font-sans-serif);
	font-size: 2.125rem;
	line-height: 1;
	font-weight: 700;
	letter-spacing: -0.5px;
	margin-bottom: 0.75rem;
}

.topline {
	font-size: 18px;
	font-weight: 200;
	color: #fff;
	text-align: center;
}

.topline:after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background-color: #fff;
	margin: auto;
	margin-top: 10px;
	margin-bottom: -8px;
}

.milestone .topline {
	font-size: 18px;
	font-weight: 800;
	color: #5c5c5b;
}

.page-title {
	font-size: 36px;
	font-weight: 800;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.contact-extended, .imprint, .privacy-policy {
	padding: 3.75rem 2rem;
}

.contact-extended-header, .imprint-header, .privacy-policy-header {
	padding-bottom: 3.75rem;
}

.news-header, .products-header {
	padding: 3.75rem 2rem;
}

.news-items {
	padding: 0 0 3.75rem;
}

.news-items .container-fluid {
	max-width: 1280px;
}

.news-items .container-fluid .col {
	padding-left: 28px;
	padding-right: 28px;
}

.news-item {
	background-color: #e2e2e2;
	color: #5c5c5b;
	border: 0;
	border-radius: 0;
	border-top-left-radius: 32px;
	overflow: hidden;
}

.news-item .card-body {
	display: flex;
	align-items: center;
	height: 100%;
}

.news-item .card-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.news-item .card-text {
	font-size: 12px;
}

.card-title {
	font-size: 20px;
	font-weight: 800;
}

.card-text {
	font-size: 14px;
}

.product-card {
	height: 100%;
	color: #5c5c5b;
	border: 0;
	border-radius: 32px;
	overflow: hidden;
}

.product-card .card-body {
	padding-top: 8px;
}

.product-card .card-text {
/*	word-break: break-all;*/
/*	overflow-wrap: break-word;*/
	hyphens: auto;
}

.pdf-download-icon {
	width: 30px;
}

.icon-image {
	display: inline-flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	background-color: #c3362a;
	padding: 8px;
	border-radius: 8px;
	box-shadow: 8px 4px 18px 0px rgba(0, 0, 0, 0.3);
}

.icon-image img {
	height: 36px;
}

.milestone {
	display: flex;
	align-items: center;
	gap: 24px;
	height: 100%;
	min-height: 180px;
}

.milestone-date {
	display: flex;
	align-items: center;
	min-width: 120px;
	flex-basis: 30%;
	height: 100%;
}

.milestone-date-circle {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	border-radius: 999px;
	border: 5px solid #2574BE;
	font-size: 18px;
	font-weight: 800;
}

.milestone-line {
	width: 100%;
	height: 2px;
	background: #2574BE;
}

.milestone-pointer-bar {
	display: flex;
	align-items: center;
	height: 100%;
}

.milestone-bar {
	width: 18px;
	height: 100%;
	background: #2574BE;
}

.milestone-pointer {
	width: 18px;
	height: 18px;
	margin-left: -10px;
	transform: rotate(-45deg);
	background: #2574BE;
}

.milestone-text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-basis: 70%;
	align-items: center;
	padding: 24px 0;
	font-size: 0.75em;
	text-align: center;
}

.footer-text {
	font-weight: 200;
	line-height: 1.6;
	color: #fff;
	text-align: center;
}

.footer-text a {
	color: #fff;
}

.py-6 {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}

.pt-6 {
	padding-top: 4rem !important;
}

.pb-6 {
	padding-bottom: 4rem !important;
}

.py-7 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}

.pt-7 {
	padding-top: 5rem !important;
}

.pb-7 {
	padding-bottom: 5rem !important;
}

.p-flex-1 {
	padding: calc(10px + 3vw);
}

.form-check {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	min-height: auto;
}

.form-label {
	color: #007db9;
}

.form-check-input {
	width: 14px;
	height: 14px;
	background-color: transparent;
	border-color: #525252;
	margin-top: 0;
}

.form-check-input:checked {
	background-color: #007db9;
	border-color: #007db9;
}

.form-check-label {
	font-size: 12px;
	line-height: 16px;
	color: #525252;
}

.form-select {
	font-size: 0.875rem;
}

.modal-dialog {
	max-width: 1294px;
	position: absolute;
	left: 0;
	right: 0;
}

.modal-dialog-scrollable {
	height: calc(93% - 140px);
}

.modal-backdrop {
	background-color: transparent;
}

@media (min-width: 576px) {
	.h1, h1 {
		font-size: 35px;
	}

	.hero-text {
		font-size: 1.75rem;
	}

	.hero-headline {
		font-size: 3.75rem;
	}
}

@media (min-width: 768px) {
	.py-md-8 {
		padding-top: 6.25rem !important;
		padding-bottom: 6.25rem !important;
	}

	.pt-md-8 {
		padding-top: 6.25rem !important;
	}

	.pb-md-8 {
		padding-bottom: 6.25rem !important;
	}

	.py-md-9 {
		padding-top: 7.5rem !important;
		padding-bottom: 7.5rem !important;
	}

	.pt-md-9 {
		padding-top: 7.5rem !important;
	}

	.pb-md-9 {
		padding-bottom: 7.5rem !important;
	}
}

@media (min-width: 992px) {
	.hero-offset .hero-image {
		width: 70%;
		height: 480px;
	}
}

@media (min-width: 1200px) {
	.navbar {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	.navbar-brand {
		margin-right: 3.25rem;
	}

	.navbar-collapse {
		flex-grow: 0;
		margin-left: auto;
		margin-right: 3rem;
	}

	.nav-link {
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.nav-link.active {
		border: 1px solid #fff;
		border-radius: 1.5rem;
	}
	
	.navbar .searchform {
		max-width: 300px;
		margin-right: 2.5rem;
	}

	.hero-image-container {
		display: flex;
		height: 100%;
		padding-left: calc(50% - 380px);
		padding-right: 3%;
	}

	.hero-image {
		width: 75%;
	}

	.hero-text-container {
		width: calc(50% - 50px);
		padding: 2.5rem;
		padding-left: calc(50% - 790px);
		background-image: linear-gradient(to right, rgba(21, 38, 74, 0.5) 0%, rgba(33, 67, 138, 0.5) 100%);
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		text-align: left;
	}

	.hero-text {
		font-size: calc(1.125rem + 0.75vw);
		padding-left: 2.5rem;
	}

	.hero-headline {
		font-size: calc(1.25rem + 3.2vw);
	}

	.contact-items {
		margin-left: -4rem;
	}

	.news, .products, .company, .contact-extended, .imprint, .privacy-policy {
		display: flex;
		flex-direction: column;
		height: 100%;
	}

	.products .side-col {
		width: 320px;
	}

	.company .side-col {
		width: 450px;
	}

	.company .main-col {
		min-width: 0;
	}

	.news-header, .contact-extended-header, .imprint-header, .privacy-policy-header {
		display: flex;
		flex-direction: column;
		flex: 1 1 auto;
		justify-content: center;
		max-width: 75rem;
		margin: auto;
	}

	.products-header {
		display: none;
	}

	.news-items {
		display: flex;
		flex-direction: column;
		flex: 1 1 auto;
		background-image: linear-gradient(to bottom, transparent 0%, transparent 160px, #e2e2e2 160px, #e2e2e2 100%);
	}

	.news-item {
		border-top-right-radius: 32px;
	}

	.news-item .card-body {
		flex-direction: column;
		text-align: center;
	}

	.news-item .card-image {
		height: 160px;
	}

	.contact-extended, .imprint, .privacy-policy {
		padding: 3.75rem calc((100% - 1048px) / 2);
	}

	.icon-image {
		margin-top: -48px;
		margin-bottom: 32px;
	}

	.milestone {
		flex-direction: column;
		width: 190px;
	}

	.milestone-date {
		flex-direction: column;
		flex-basis: auto;
		justify-content: flex-end;
		width: 100%;
		height: 170px;
	}

	.milestone-line {
		width: 2px;
		height: 75px;
	}

	.milestone-pointer-bar {
		flex-direction: column;
		width: 100%;
		height: auto;
	}

	.milestone-bar {
		width: 100%;
		height: 18px;
	}

	.milestone-pointer {
		margin-top: -10px;
		margin-left: 0;
	}

	.milestone-text {
		flex-basis: auto;
		justify-content: flex-start;
		height: 112px;
		padding: 0;
	}

	.milestone.date-bottom,
	.milestone.date-bottom .milestone-date,
	.milestone.date-bottom .milestone-pointer-bar {
		flex-direction: column-reverse;
	}

	.milestone.date-bottom .milestone-pointer {
		margin-top: 0;
		margin-bottom: -10px;
	}

	.modal-dialog {
		top: 103px;
	}
}

@media (min-width: 1400px) {
	body {
		background-position: center top, calc(50% - 470px) 15px;
	}

	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1540px;
	}

	.navbar-brand {
		margin-right: 4rem;
	}

	.navbar-collapse {
		margin-right: 3.75rem;
	}

	.nav-link {
		font-size: 1.25rem;
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

@media (min-width: 1700px) {
	.navbar {
		padding-top: 2rem;
		padding-bottom: 2rem;
	}

	.navbar .dropdown-menu[data-bs-popper] {
		right: auto;
		left: 0;
	}

	.hero-text {
		font-size: 1.875rem;
	}

	.hero-headline {
		font-size: 5.125rem;
	}

	.modal-dialog {
		top: 115px;
	}
}

@media (max-width: 1699.98px) {}

@media (max-width: 1399.98px) {
	.hero-offset {
		overflow: hidden;
	}

	.quote {
		padding-left: calc(1.75rem + 6.5vw);
		padding-right: calc(1.75rem + 6.5vw);
		font-size: calc(1rem + 1.3vw);
	}

	.quote:before, .quote:after {
		font-size: calc(3rem + 7vw);
	}

	.quote:before {
		top: calc(-1rem - 2vw);
		left: 0;
	}

	.quote:after {
		bottom: calc(-0.5rem - 2vw);
		right: 0;
	}
}

@media (max-width: 1199.98px) {
	.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-nav {
		flex-direction: row;
		flex-wrap: wrap;
		overflow: hidden;
		background-color: rgba(255, 255, 255, 0.8);
		padding: 1rem 1.5rem;
	}

	.navbar-toggler {
		padding-bottom: 1.75rem;
	}

	.nav-item {
		flex-grow: 1;
		flex-basis: 33%;
		min-width: 150px;
		border-bottom: 1px solid #000;
	}

	.nav-item:nth-last-child(-n + 3) {
		border-bottom: 0;
	}

	.nav-link {
		font-size: 1.25rem;
		padding: 0.75rem 1rem;
	}

	.nav-link, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
		color: #000;
	}
	
	.searchform .btn-search, .searchform .form-control {
		height: 4.5rem;
		font-size: 1.5rem;
		padding-left: 1rem;
		padding-right: 1rem;
		border-radius: 0;
	}
	
	.searchform .btn-search img {
		height: 80%;
	}

	.products .searchform .form-control {
		font-size: 1.25rem;
	}

	.btn-color-alt {
		background-color: #c3362a;
		border-color: #c3362a;
	}

	.section-news .container-xxl,
	.section-products .container-xxl,
	.section-company .container-xxl,
	.section-contact-extended .container-xxl,
	.section-imprint .container-xxl,
	.section-privacy-policy .container-xxl {
		padding-left: 0;
		padding-right: 0;
	}

	.news-items .container-fluid .col {
		padding-right: 0;
	}

	.news-items.carousel.pointer-event {
		touch-action: auto;
	}

	.news-items .carousel-item {
		display: flex;
		float: none;
		width: auto;
		margin-right: 0;
	}

	.news-items .carousel-control-next,
	.news-items .carousel-control-prev {
		display: none;
	}

	.news-item {
		border-bottom-left-radius: 32px;
	}

	.icon-image {
		margin-left: -48px;
		margin-right: 24px;
	}

	.contact-items {
		flex-direction: column;
		align-items: center;
		gap: 1.25rem;
		padding: 4rem 0;
	}

	.contact-item {
		background-color: rgba(255, 255, 255, 0.8);
	}

	.contact-text, .contact-text p, .contact-text a {
		color: #1f3971 !important;
	}

	.time-icon {
		background-image: url("../img/time-icon.svg");
	}

	.contact-icon {
		background-image: url("../img/contact-icon.svg");
	}

	.modal-dialog {
		bottom: 0;
		margin: 0;
	}

	.modal-dialog-scrollable {
		height: calc(100% - 199px);
	}
}

@media (max-width: 991.98px) {}

@media (max-width: 767.98px) {}

@media (max-width: 575.98px) {
	.contact-item {
		gap: 0.75rem;
	}

	.contact-headline {
		font-size: calc(0.5rem + 2.5vw);
	}

	.contact-text {
		font-size: calc(0.5rem + 1.4vw);
	}
}

@media (max-width: 399.98px) {}