:root {
	--contentBoxedWidth: 1440px;
	--bgColorGray: #e5e5e5;
	--bgColorLightGray: #e5e5e5;
}

html, body {
	font-family: 'futura-pt', sans-serif;
	font-weight: 400;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .ce_revolutionslider_text.bold, .font_headline {
	font-family: 'futura-pt-condensed', sans-serif;
	font-weight: 700;
	font-style: normal;
}

.mainmenu ul li a {
	font-family: 'futura-pt-condensed', sans-serif;
	font-weight: 500;
	font-style: normal;
}

p {
	line-height: 1.3;
	font-size: 1.1rem;
}

p a,
.newslist .link a {
	color: var(--secondColor);
	font-family: 'futura-pt', sans-serif;
	font-style: normal;
}

.ce_text :is(h2,h3,h4,h5):not(:nth-child(1 of h2,h3,h4,h5)) {
	margin-top: 1.5rem !important;
}

.ce_text ul {
	color: var(--accentColor);
	font-family: futura-pt-bold, sans-serif;
	font-weight: 700;
}

.ce_text ul li {
	font-size: 1.1rem;
	line-height: 1.3;
}

.ce_revolutionslider_text {
	line-height: 1.3;
}

.ce_text_image_bar .textbox {
	padding-left: var(--contentPaddingLeftRight, 40px);
	padding-right: var(--contentPaddingLeftRight, 40px);
}

@media only screen and (min-width: 1025px) {
	.ce_text_image_bar.txt_left .textbox {
		padding-left: clamp(40px, calc(80px - (100vw - var(--contentBoxedWidth, 1440px)) / 2), 80px);
	}

	.ce_text_image_bar.txt_right .textbox {
		padding-right: clamp(40px, calc(80px - (100vw - var(--contentBoxedWidth, 1440px)) / 2), 80px);
	}
}

.ce_text_image_bar.color-white .subheadline,
.ce_text_image_bar.bg-lightgray .subheadline {
	color: var(--secondColor);
	font-family: 'futura-pt-condensed', sans-serif;
	font-weight: 700;
	font-size: var(--h3-fontSize);
	margin-bottom: .5rem;
}

@media only screen and (max-width: 767px) {
	.ce_text_image_bar .subheadline {
		font-size: 1.3rem;
	}
}

.ce_text_image_bar.bg-lightgray .ce_headline.headline,
.ce_text_image_bar.bg-lightgray p {
	color: var(--accentColor);
}

.ce_text_image_bar .ce_hyperlink {
	margin-top: 1rem;
}

.ce_text_image_bar.color-white .ce_hyperlink a {
	background: transparent;
	border: none;
	min-width: auto;
	padding: 0;
}

.ce_text_image_bar.bg-lightgray .ce_hyperlink a {
	background: transparent;
	border: none;
	min-width: auto;
	padding: 0;
	color: var(--accentColor);
}

.ce_swiper-slider-start .swiper-button-prev,
.ce_swiper-slider-start .swiper-button-next {
	width: 44px;
	height: 44px;
	background: none;
	border: 0 !important;
	outline: none;
	opacity: 1 !important;
	filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.45));
	transition: transform 0.3s ease;
}

.ce_swiper-slider-start .swiper-button-prev {
	left: 30px;
}

.ce_swiper-slider-start .swiper-button-next {
	right: 30px;
}

.ce_swiper-slider-start .swiper-button-prev::after,
.ce_swiper-slider-start .swiper-button-next::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff;
	-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3Cpath%20d='m23.91%2016-13.7%2013.71-1.42-1.42%2012.3-12.29-12.3-12.29%201.42-1.42z'/%3E%3C/svg%3E") no-repeat center / contain;
	mask: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2032%2032'%3E%3Cpath%20d='m23.91%2016-13.7%2013.71-1.42-1.42%2012.3-12.29-12.3-12.29%201.42-1.42z'/%3E%3C/svg%3E") no-repeat center / contain;
}

.ce_swiper-slider-start .swiper-button-prev::after {
	transform: scaleX(-1);
}

.ce_swiper-slider-start .swiper-button-prev:hover,
.ce_swiper-slider-start .swiper-button-next:hover {
	transform: scale(1.15);
}

.ce_swiper-slider-start .swiper-button-disabled {
	opacity: 0.3 !important;
}

.swiper-slide .ce_text_image_bar .textbox p,
.swiper-slide .ce_text_image_bar .textbox .ce_hyperlink a {
	font-size: 1.3rem;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.ce_swiper-slider-start .swiper-button-prev,
	.ce_swiper-slider-start .swiper-button-next {
		top: auto;
		bottom: 24px;
		margin-top: 0;
	}

	.ce_swiper-slider-start .swiper-button-prev {
		left: auto;
		right: 94px;
	}

	.ce_swiper-slider-start .swiper-button-next {
		left: auto;
		right: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.ce_swiper-slider-start {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.ce_swiper-slider-start .swiper-button-prev,
	.ce_swiper-slider-start .swiper-button-next {
		top: calc(100vw / 3);
		bottom: auto;
		margin-top: -22px;
	}

	.ce_swiper-slider-start .swiper-button-prev {
		left: 15px;
		right: auto;
	}

	.ce_swiper-slider-start .swiper-button-next {
		left: auto;
		right: 15px;
	}
}

@media only screen and (min-width: 1025px) {
	:root {
		--mainmenuFontSize: clamp(27px, 1.93vw + 7.2px, 35px);
		--mainmenuPadBottom: calc(37px - 0.184 * var(--mainmenuFontSize));
	}

	.stickyheader .header.cloned {
		--mainmenuPadBottom: calc(25.6px - 0.184 * var(--mainmenuFontSize));
	}

	.header .mainmenu ul.level_1 {
		display: flex;
		justify-content: flex-end;
		align-items: flex-end;
		height: var(--logoHeight, 160px);
		padding-bottom: var(--mainmenuPadBottom);
		box-sizing: border-box;
	}

	.stickyheader .header.cloned .mainmenu ul.level_1 {
		height: 120px;
	}

	.header .mainmenu ul.level_1 > li {
		margin-left: 0;
		margin-right: 0;
	}

	.header .mainmenu ul.level_1 > li > a {
		font-size: var(--mainmenuFontSize);
		line-height: 1;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: var(--mainmenuPadBottom);
		margin-bottom: calc(-1 * var(--mainmenuPadBottom));
	}

	.header .mainmenu ul ul {
		top: calc(100% + var(--mainmenuPadBottom));
		left: 15px;
		background: #fff;
		border-image: conic-gradient(#fff 0 0) fill 0 // 0 100vw;
		box-shadow: none;
		padding: 0 0 2.5rem 0;
	}

	.header .mainmenu ul ul li a {
		padding: 0 !important;
		font-size: calc(0.8 * var(--mainmenuFontSize));
		line-height: 1.4 !important;
		color: #000;
	}

	.header .mainmenu ul ul li a span:before {
		display: none;
	}

	.header .mainmenu ul ul li a:hover,
	.header .mainmenu ul ul li a.active,
	.header .mainmenu ul ul li a.trail {
		color: var(--secondColor);
	}

	.header .mainmenu ul.level_1 > li:hover > a {
		color: var(--secondColor);
	}
}

#fix-wrapper {
	position: sticky;
	top: 0;
	z-index: 1030;
}

.cta-kontakt {
	position: absolute;
	top: 0;
	right: var(--contentPaddingLeftRight, 40px);
	z-index: 100;
	line-height: 1;
}

.cta-kontakt a {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 12px 20px;
	background: var(--accentColor);
	color: #fff;
	font-family: 'futura-pt-condensed', sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.5rem;
	line-height: 1;
	white-space: nowrap;
	text-decoration: none;
	transition: background 0.3s ease;
}

.cta-kontakt a:hover {
	background: var(--secondColor);
	color: #fff;
}

.cta-kontakt a::before {
	content: '';
	flex: 0 0 auto;
	width: 30px;
	height: 20px;
	background-color: #fff;
	-webkit-mask: url(../../media/icon_arrow_right.svg) no-repeat center / contain;
	mask: url(../../media/icon_arrow_right.svg) no-repeat center / contain;
}

@media only screen and (max-width: 1024px) {
	.cta-kontakt {
		display: none;
	}
}

.mod_newslist.newslist_col3 {
	row-gap: 2rem;
}

.newslist {
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.newslist {
		margin-bottom: 2rem;
	}
}

.newslist .teaser {
	border: none;
	padding: 0 0 10px 0;
	margin-top: 0;
}

.newslist .news-content {
	flex: 1 1 auto;
	display: flex;
	margin-bottom: 0;
}

.newslist .news-content-inside {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.newslist .link {
	margin-top: auto;
	margin-bottom: 0;
}

.newslist .link:before {
	display: none;
}

.newslist .link a {
	text-transform: none;
}

.autogrid_row.aktuelles .ce_text > h2:first-child,
.autogrid_row.aktuelles .ce_text > h3:first-child,
.autogrid_row.aktuelles .ce_text > h4:first-child,
.autogrid_row.aktuelles .ce_text > h5:first-child {
	margin-top: 0;
}

.autogrid_row.aktuelles .same-height-wrap {
	display: flex;
	flex-direction: column;
}

.autogrid_row.aktuelles .ce_text.newslink {
	margin-top: auto;
	font-weight: bold;
}

.autogrid_row.aktuelles .ce_text.newslink a {
	transition: opacity 0.3s ease;
}

.autogrid_row.aktuelles .ce_text.newslink a:hover {
	color: var(--accentColor) !important;
}

.ce_iconbox .image_container img {
	width: auto;
	height: 64px;
}

.ce_iconbox.default {
	border: 1px solid var(--accentColor);
	padding: 1.5rem 1rem;
	box-sizing: border-box;
	border-radius: 6px;
}

.ce_countup .headline {
	color: #fff;
	font-weight: 400;
	font-size: 6rem;
	line-height: 1.2;
	margin-bottom: 0;
}

.ce_countup .text {
	color: #fff;
	font-size: 1.3rem;
}

.ce_image_extended.style-radius {
	border-radius: 1rem;
}

#footer p.headline a {
	color: #999;
}

#footer li {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#footer li::before, #footer li::after {
	display: none;
}

.mod_socials a i.fa-facebook {
	--socialIcon: url(../../media/icon_social_facebook.svg);
}

.mod_socials a i.fa-instagram {
	--socialIcon: url(../../media/icon_social_instagram.svg);
}

.mod_socials a i.fa-xing {
	--socialIcon: url(../../media/icon_social_xing.svg);
}

.mod_socials a i.fa-youtube {
	--socialIcon: url(../../media/icon_social_youtube.svg);
}

.mod_socials a i.fa-linkedin {
	--socialIcon: url(../../media/icon_social_linkedin.svg);
}

.mod_socials a i:is(.fa-facebook, .fa-instagram, .fa-xing, .fa-youtube, .fa-linkedin)::before {
	content: none;
}

.mod_socials a i:is(.fa-facebook, .fa-instagram, .fa-xing, .fa-youtube, .fa-linkedin),
.mod_socials a i:is(.fa-facebook, .fa-instagram, .fa-xing, .fa-youtube, .fa-linkedin):hover {
	width: 32px !important;
	height: 32px !important;
	padding: 0 !important;
	margin-right: 1rem !important;
	background-color: transparent !important;
	background-image: var(--socialIcon) !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-size: contain !important;
	transition: opacity 0.3s ease;
}

.mod_socials a:hover i {
	opacity: 0.7;
}

#mmenu .mod_socials a i {
	border-radius: 0;
}

/* Footer-Grid */

#footer {
	font-size: 1.1rem;
	line-height: 1.3;
}

#footer .footer-grid {
	display: grid;
	grid-template-columns: 1.5fr repeat(6, 1fr);
	column-gap: 2rem;
	row-gap: 3rem;
}

#footer .footer-grid .fg-bottom-1 {
	grid-column: 1 / 3;
}

#footer .footer-grid .fg-bottom-2 {
	grid-column: 3 / -1;
}

#footer .fg-bottom-2 a {
	margin-right: 1.5rem;
}

#footer .fg-bottom-2 a:last-of-type {
	margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	#footer .footer-grid {
		grid-template-columns: repeat(3, 1fr);
		row-gap: 2rem;
	}

	#footer .footer-grid .fg-bottom-1,
	#footer .footer-grid .fg-bottom-2 {
		grid-column: 1 / -1;
	}
}

@media only screen and (max-width: 767px) {
	#footer .footer-grid {
		grid-template-columns: 1fr;
		row-gap: 1.5rem;
	}

	#footer .footer-grid .fg-bottom-1,
	#footer .footer-grid .fg-bottom-2 {
		grid-column: 1 / -1;
	}
}

/* Footer-Grid END */


/* Consent Tool */

.mod_privacy_optin_medium .privacy_overlay {
	backdrop-filter: blur(8px);
}

.mod_privacy_optin_medium .privacy_popup {
	top: auto;
	bottom: 3rem;
	max-width: 600px;
}

.mod_privacy_optin_medium .privacy_content {
	padding: 1.5rem 1.5rem 1rem 1.5rem;
}

.mod_privacy_optin_medium .privacy_text p {
	margin-bottom: 1.5rem;
	color: #333;
}

.mod_privacy_optin_medium .privacy_buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 1rem;
}

.mod_privacy_optin_medium .privacy_buttons input {
	border: 2px solid #333;
	background: transparent !important;
	color: #333;
	flex: 1 1 160px;
}

.mod_privacy_optin_medium .privacy_buttons input:hover {
	background: var(--accentColor) !important;
	border-color: var(--accentColor) !important;
	color: #fff;
}

.mod_privacy_optin_medium .privacy_buttons input.readonly {
	border-color: #cacaca !important;
}

.mod_privacy_optin_medium .privacy_buttons input.readonly:hover {
	background: #e2e2e2 !important;
}

.mod_privacy_optin_medium .reject_all_info {
	margin-top: 5px;
	text-align: center;
	font-size: 11px;
	margin-bottom: 1rem;
}

@media only screen and (max-width: 767px) {
	.mod_privacy_optin_medium .privacy_popup {
		top: 2rem;
		bottom: auto;
	}
	.mod_privacy_optin_medium .privacy_content {
		padding: 1rem 1rem 0.5rem 1rem;
	}
}

/* Consent Tool END */
