/* Container-Klasse anpassen, falls Ihre dunkle Box eine eigene Klasse hat */
.dark-box ul {
    list-style: none; /* Entfernt die Standard-Punkte */
    padding-left: 0;
    margin-top: 20px;
}

.dark-box ul li {
    position: relative;
    padding-left: 15px; /* Platz für das Icon */
    margin-bottom: 5px; /* Luft zwischen den Zeilen */
    line-height: 1.5;
}

/* Das orangefarbene Akzent-Icon (Quadrat analog zum Button-Balken) */
.dark-box ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px; /* Zentriert das Icon zur ersten Textzeile */
    width: 6px;
    height: 6px;
    background-color: #ee7203; /* Hier Ihren exakten Orange-Ton einfügen */
    /* Optional: border-radius: 50%; für runde Punkte statt Quadrate */
}

/* Fettgedruckte Schlagworte hervorheben */
.dark-box ul li strong {
    color: #ffffff;
    font-weight: 400;
}

.ce_wrap a {
	background: none!important;
	color: #fff!important;
	font-weight: 300!important;
}

.ce_wrap a:hover {
	color: var(--accentColor)!important;	
}






/* ACCORDION */

.ce_accordion.style2 {
	margin-bottom: 0;
}

.ce_accordion.style2 .accordion {
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	padding: 15px 0 15px 10px;
}

.ce_accordion.style2 .toggler {
	border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	border-left: 0;
	border-right: 0;
	border-top: 0;
	color: var(--footer-headline-color);
	font-family: "Roboto Condensed";
	font-size: 19px;
	font-weight: 400;
	padding: 5px 0 3px 10px;
}

.ce_accordion.style2 .toggler:before {
	border: 0!important;
    color: #fff;
    font: 0.6rem / 1.6rem FontAwesome;
    font-weight: 300;
    height: 1.6rem;
    left: auto!important;
    right: 0!important;
    width: 1.6rem;
}

.ce_accordion.style2 .toggler.ui-state-active {
	background: none;
	color: var(--footer-headline-color);
}


/* CONTENT */

body {
    line-height: 1.6rem;
}

.ce_divider_extended.version3.invert {
    background-color: rgba(255, 255, 255, 0.25);
}

.ce_text li {
    line-height: 1.6em;
}

.ce_text li a:hover {
    border-bottom: 1px solid;
}

.ce_text ol {
	line-height: 1.6em;
    padding-left: 15px;
}

.mod_article.fullwidth-boxed-medium > .container {
    max-width: 950px;
}

.sr-only {
	border-width: 0;
	clip: rect(0, 0, 0, 0); /* Nur ein minimaler Bereich behalten */
	height: 1px;
    margin: -1px;
    overflow: hidden;
	padding: 0;
	position: absolute; /* Vom normalen Dokumentfluss entfernen */
    white-space: nowrap;
    width: 1px;
}

strong {
	font-weight: 400;
}


/* CONTENT MOBILE */

@media only screen and (max-width: 767px) {
	.autogrid_wrapper.gutter_m>div, .autogrid_row.gutter_m>div {
    	padding-left: 0;
		padding-right: 0;
	}
	.ce_icon_text_4338[data-icon-pos='before'] .icon {
	    padding-top: 2px;
	}
	.mod_article:not(.fullwidth)>.container {
    	padding-bottom: 30px;
		padding-top: 30px;
	}
	#top {
		line-height: 1.8rem;
	}
	#top p {
		margin-top: 2px;
	}
	#top .autogrid_row .column .attributes > div:not(:last-of-type) {
    	margin-right: 10px;
	}
}


/* FOOTER */

body.datenschutz a.datenschutz, body.impressum a.impressum {
	border-bottom: 1px solid;
	color: var(--accentColor)!important;
}

#footer a:hover {
	border-bottom: 1px solid;
}

.logo-contao {
	margin-top: 10px;
}

.logo-pagemaker {
	margin-bottom: 31px;
	margin-top: 51px;
}

@media only screen and (max-width: 767px) {
	#footer .inside {
    	padding: 30px 20px 30px 20px;
	}	
	.logo-contao {
    	margin-top: 0;
	}
	.logo-pagemaker {
		margin-bottom: 15px;
		margin-top: 0;
	}
}


/* FORMULAR */

form .checkbox_container span {
	display: block;
	margin-bottom: 0;
}

form div.placeholderlabel {
    font-size: 1rem;
    font-weight: 300;
}

form div.widget {
    line-height: 1.6rem;
    margin-bottom: 25px;
}

form fieldset {
	background: #f3f3f5;
    border: 1px solid #f3f3f5;
    border-radius: 0;
    padding: 10px;
}

form select {
	border: 1px solid #f3f3f5;
	border-radius: 0;
	color: var(--secondColor);
	height: 45px;
	padding-left: 10px;
}

.firefox form select {
	height: 45px;
}

form select option {
	font-weight: 300;
}

form.style8 {
    border: 0;
}

form.style8 a {
    color: var(--secondColor);
    font-weight: 400;
}

form.style8 a:hover {
    border-bottom: 1px solid;
}

form.style8 .formbody {
    background: #ffffff;
    border-radius: 0;
    padding: 0;
}

form.style8 input.submit[type="submit"], form.style8 button.submit[type="submit"] {
	background: var(--accentColor);
	border: 0;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-family: "Roboto Condensed";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8rem;
    min-width: 125px;
    margin-bottom: 0;
    padding: 8px 12px;
    transition: all 0.2s ease-in;
}

form.style8 input.submit[type="submit"]:hover, form.style8 button.submit[type="submit"]:hover {
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	transform: translateY(-2px);
}

.info {
	padding: 0 10px 0 10px;
}

input, textarea, select {
	background: #f3f3f5;
	border: 1px solid #f3f3f5;
	border-radius: 0;
	color: var(--secondColor);
    font-size: 17px;
    font-weight: 300;
    padding: 10px;
}

input:focus, input:hover, select:focus, select:hover, textarea:focus, textarea:hover {
  	border: 1px solid var(--accentColor);
}

input:hover:not([type="submit"]), button:hover:not([type="submit"]), textarea:hover {
	border: 1px solid var(--accentColor);
}

input::placeholder, textarea::placeholder {
	color: var(--secondColor)!important;
}


/* FORMULAR MOBILE */

@media only screen and (max-width: 767px) {
	form div.widget {
		margin-bottom: 15px;
	}
	form.style8 .formbody {
		padding: 0;
	}	
	form.style8 input.submit[type="submit"], form.style8 button.submit[type="submit"] {
	   	padding: 3px 6px;
	}
	input, textarea, select {
		font-size: 15px;
	}
	.productinfo {
		margin: 0 0 0 10px;
    }	
}


/* HEADER */

.header.cloned {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.header .mod_socials {
    margin-left: 5px;
    padding-left: 21px;
}

.header .mod_socials a i {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}


/* HEADLINES */

.ce_headline_extended {
	margin-bottom: 15px;
}

.ce_headline_extended h2 {
	margin-top: 25px;
}

.ce_wrap h1, .ce_wrap .h1 {
	margin-bottom: 15px;
}

h1, h2, .h1, .h2, .h1 p, .h2 p {
	margin-bottom: 0;
	margin-top: 0;
}

h3, .h3, .h3 p {
	margin-bottom: 15px;
}

.standalone h2 {
	margin-top: 0!important;
}


/* HIGHLIGHTED TEXT */

.ce_highlighted_text[data-align="center"], .ce_highlighted_text[data-align="left"] {
    margin-bottom: 25px!important;
}

.ce_highlighted_text[data-highlighted-bg="second-color"] span[data-highlighted="true"] {
    background-image: linear-gradient(to right, var(--secondColor) 0, var(--secondColor) 100%);
}

.ce_highlighted_text.isInViewport span[data-highlighted="true"] {
    background-size: 100% 100%;
    box-decoration-break: clone;
    font-size: 22px;
    padding-left: 2px; 
    padding-right: 2px;
}


/* HIGHLIGHTED TEXT MOBILE */

@media only screen and (max-width: 767px) {
	.ce_highlighted_text.isInViewport span[data-highlighted="true"] {
    	font-size: 19px;
	}
}


/* HYPERLINKS */

.ce_hyperlink a {
	border: 0;
	font-size: 19px;
	font-weight: 400;
	margin-bottom: 0;
	padding: 8px 12px;
}

.ce_hyperlink a:hover {
	opacity: .8;
}

.ce_hyperlink.btn-customColor1-dark a, .ce_revolutionslider_hyperlink.btn-customColor1-dark, .ce_hyperlink.btn-customColor2-dark a, .ce_revolutionslider_hyperlink.btn-customColor2-dark  {
    border-left: 10px solid var(--accentColor);
}

.cta-subline {
	font-size: 15px;
	margin-top: 10px;
}

.image_container a {
    border-bottom: 0!important;
}

.mod_article p a {
	background: #f3f3f5;
	color: var(--secondColor);
	font-weight: 400;
}

.mod_article p a:hover {
	border-bottom: 1px solid;	
}


/* HYPERLINKS MOBILE */

@media only screen and (max-width: 767px) {
	.ce_hyperlink a {
		font-size: 17px;
		min-width: 100px;
		padding: 3px 6px;
	}
	#top a {
		color: var(--accentColor);
	}
}


/* ICONBOX */

.ce_iconbox a {
	line-height: 1;
}

.ce_iconbox a:hover {
	border-bottom: 1px solid var(--accentColor);
}

.ce_iconbox.version3.xsmall i {
	line-height: 26px;
}


/* MOBILE NAVIGATION */

#mmenu #mmenu_bottom, #mmenu #mmenu_middle {
    padding: 40px 20px;
}

#mmenu .mod_mmenu_custom_nav {
    color: #fff;
    margin-left: 5px;
    text-align: left;
}

#mmenu .mod_mmenu_custom_nav a {
    margin-left: 5px;
    margin-right: 5px;
}

#mmenu .mod_navigation li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
	padding: 3px 10px 1px 10px;
}

#mmenu .mod_navigation li a.open, #mmenu .mod_navigation li a.active, #mmenu .mod_navigation li a:focus {
    font-weight: 300;
}

#mmenu .mod_navigation li a.submenu:after {
    right: 10px;
    top: 2px;
}

#mmenu .mod_navigation ul li a.highlight {
	border: 0;
	padding: 3px 10px 2px 10px;
}

#mmenu nav.mobile_horizontal {
	display: block;
}


/* NAVIGATION */

.header .mainmenu ul li a.a-level_1:hover span {
	border-bottom: 1px solid;
}

.header .mainmenu ul li a.a-level_1.trail:not(.highlight) span, .header .mainmenu ul li a.a-level_1.active:not(.highlight) span {
	border-bottom: 1px solid var(--accentColor);
	padding-bottom: 0 ;
}

.mainmenu ul li a:hover, .mainmenu ul ul a.active, .mainmenu ul ul li a:hover {
	opacity: 1;
}

.mainmenu ul li a.highlight span:hover {
	opacity: 1;
	transition: all 0.2s ease-out 0s;
}

.mainmenu ul ul li a {
    padding: 0 5px!important;
}
	
.mainmenu ul ul li a:hover {
	color: var(--accentColor);
}


/* NAVIGATION FOOTER */

.subnav {
	margin-top: 3px;
}

.subnav a {
	display: inline;
	margin-bottom: 0;
	padding: 0;
}

.subnav a.active, .subnav a:hover {
	background: none;
	border-bottom: 1px solid;
}

.subnav a.active, .subnav a.trail {
	color: var(--accentColor)!important;
}

.subnav li {
	margin-bottom: 0!important;
	padding-bottom: 0!important;
	padding-left: 0!important;
}

.subnav li:after, .subnav li:before {
	display: none!important;
}


/* NAVIGATION FOOTER MOBILE */

@media only screen and (max-width: 767px) {
	.subnav {
    	display: block;
	}
}


/* POPUP */

.ce_bgimage.img-leftside-33 .ce_bgimage-inside {
	padding: 30px;
}

.ce_popup_start .ce_popup_content .checkbox {
    background: #f3f3f5;
}

.ce_popup_start .ce_popup_content h3 {
    color: var(--accentColor);
}

.ce_popup_start .ce_popup_overlay {
    background: rgb(0 0 0 / .75);
}


/* POPUP MOBILE */

@media only screen and (max-width: 767px) {
	.ce_bgimage.img-leftside-33 .ce_bgimage-inside {
		padding: 10px;
	}
}


/* PRIVACY MANAGER */

.fixed-header #privacy_optout_link {
	bottom: 20px;
}

.mod_privacy_optin_medium * {
    font-family: "Roboto Condensed";
    font-size: 13px;
}

.mod_privacy_optin_medium .privacy_buttons input {
    border-radius: 0;
}

.mod_privacy_optin_medium .privacy_label .privacy_checkmark {
    background-color: #f3f3f5;
    border: 1px solid rgb(0 0 0 / .25);
}

.mod_privacy_optin_medium .privacy_content {
	background: #ffffff;
    border-radius: 0;
}

.mod_privacy_optin_medium .privacy_label {
	font-size: 13px;
}

.mod_privacy_optin_medium .privacy_label input:checked~.privacy_checkmark {
    background-color: #82be28;
}

.mod_privacy_optin_medium .privacy_links a {
	color: var(--accentColor);
	font-size: 13px;
	font-weight: 400;
	text-decoration: none;
}

.mod_privacy_optin_medium .privacy_overlay {
	background: rgb(0 0 0 / .75);
}

.mod_privacy_optin_medium .privacy_popup {
	left: 50%;
	position: fixed;
    top: 50%; 
    transform: translate(-50%, -50%); 
    -webkit-transform: translate(-50%, -50%);
}

.mod_privacy_optin_medium .reject_all_info {
    font-size: 13px;
    margin-bottom: 0;
    margin-top: 10px;
}

.mod_privacy_optin_medium .submit.readonly, .mod_privacy_optin_medium .submit.readonly:hover, .mod_privacy_optin_medium .submit.readonly:focus {
    background: var(--secondColor);
    color: #ffffff;
}

#privacy_optout_link {
	height: 48px;
	left: 20px;
	width: 48px;
}


/* PRIVACY MANAGER MOBILE */

@media only screen and (max-width: 767px) {
	body.fixed-header #top_link {
    	bottom: 10px;
    	right: 10px;
	}
	.mod_privacy_optin_medium .privacy_popup {
		top: 25px;
		transform: translate(-50%);
		-webkit-transform: translate(-50%);
	}	
	#privacy_optout_link {
    	display: none;
	}
}


/* REVOLUTION SLIDER */

.ce_revolutionslider_text {
	background: #ffffff;
	border-radius: 0;
	color: var(--secondColor);
	padding: 8px 12px!important;
}

.ce_revolutionslider_text.bold {
	background: #ffffff;
	border-radius: 0;
	color: var(--secondColor);
	padding: 6px 12px!important;
}

.ce_revolutionslider .tp-bannertimer {
	display: none;
}


/* REVOLUTION SLIDER MOBILE */

@media only screen and (max-width: 767px) {
	.ce_revolutionslider_text, .ce_revolutionslider_text.bold {
    	padding: 1px 5px 1px 5px!important
	}
}


/* SCROLL-TO-TOP */

.fixed-header .top-link {
	bottom: 20px;
}

.top-link {
	right: 20px;
}


/* SCROLL-TO-TOP MOBILE */

@media only screen and (max-width: 767px) {
	.progress-ring {
    	height: 44px; /* 50 - 6 */
    	width: 44px; /* 50 - 6 */
	}
	.progress-ring__circle {
    	cx: 22px; /* 25 - 3 */
    	cy: 22px; /* 25 - 3 */
    	r: 19px; /* 22 - 3 (oder ein anderer Wert, der visuell passt) */
    	stroke-dasharray: 119.38px; /* 2 * PI * 19 */
    	stroke-width: 2px; /* Optional: Strichstärke anpassen */
	}
	.top-link {
    	bottom: 20px;
    	height: 44px;
    	right: 10px;
    	width: 44px;
	}
	.top-link a {
		font-size: 1rem;
	}
}


/* TABS */

.ce_tabs .tabs.horizontal {
    text-align: left;
}

.ce_tabs .tabs.horizontal li {
   	padding: 3px 10px;
}

.ce_tabs .tabs.horizontal li span {
    font-weight: 400;
}

.ce_tabs .tabs.horizontal ul {
    background: #f3f3f5;
    border-radius: 0;
    margin-bottom: 25px;
}

.ce_tabs .tabs.horizontal ul li.active {
    border-radius: 0;
}

.ce_tabs .tabs.horizontal ul li:hover {
    background: #fff;
}

.ce_tabs .tabs.horizontal ul li.active span, .ce_tabs .tabs.horizontal ul li:hover span  {
	color: var(--secondColor);
}


/* TABS MOBILE */

@media only screen and (max-width: 767px) {
	.ce_tabs .tabs.horizontal {
    	margin-bottom: 15px;
	}
	.ce_tabs .tabs.horizontal ul {
		display: inline-flex;
		margin-bottom: 10px;
	}
}


/* VCARD */

@keyframes pulse-green {
    0% { 
		box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.7);
    	transform: scale(0.95);
    }
    70% { 
    	box-shadow: 0 0 0 6px rgba(40, 167, 69, 0);
    	transform: scale(1);
    	}
    100% { 
    	box-shadow: 0 0 0 0 rgba(40, 167, 69, 0);
    	transform: scale(0.95);
    }
}

@keyframes pulse-red {
    0% { 
    	box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
    	transform: scale(0.95);
    }
    70% { 
    	box-shadow: 0 0 0 6px rgba(220, 53, 69, 0); 
    	transform: scale(1);}
    100% {
    	box-shadow: 0 0 0 0 rgba(220, 53, 69, 0); 
    	transform: scale(0.95);
    }
}

p.status-label {
    align-items: center;
    display: flex;
    font-weight: 400;
    justify-content: center;
    line-height: 1.4rem;
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}

p.status-label::before {
    border-radius: 50%;
    content: "";
    flex-shrink: 0;
    height: 10px;
    margin-right: 10px;
    transform: translateY(1px);
    width: 10px;
}

p.status-label.is-online::before {
    animation: pulse-green 2s infinite;
    background-color: #28a745;
}

p.status-label.is-offline::before {
    animation: pulse-red 2s infinite;
    background-color: #dc3545;
}

.vcard-body {
    background-color: #f3f3f5;
    border-bottom: 4px solid #fff;
    border-top: 4px solid #fff;
    line-height: 1.4rem;
    padding: 10px;
    text-align: center;
}

.vcard-body .function {
    font-size: 15px;
    margin-bottom: 0;
}

.vcard-body .name {
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 0;
}

.vcard-image {
	line-height: 0; /* Verhindert Spalt unter dem Bild */
    width: 100%;
}

.vcard-image img {
	display: block;
    height: auto;
    width: 100%;
}

.vcard-widget {
	background-color: #f3f3f5;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.vcard-widget .full-width-btn {
    margin: 0;
    overflow: visible;
}

.vcard-widget .full-width-btn a {
    border-radius: 0; 
    display: block;
    padding: 8px 12px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-in;
    width: 100%;
}

.vcard-widget .full-width-btn.animate-style1 a:hover {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}


/* VCARD MOBILE */

@media only screen and (max-width: 767px) {
	p.name {
    	font-size: 17px!important;
	}
    p.status-label {
        font-size: 17px;
    }
    .vcard-widget {
        margin-left: 0!important;
        margin-right: auto!important;
        max-width: 240px!important;
    }
    .vcard-widget .full-width-btn a {
        font-size: 17px !important;
        padding: 3px 6px;
    }
}