/* 
	3-iQ Typo3 specials
	
 */





.align-right{text-align:right}
.align-center{text-align:center;}	
.align-left{text-align:left;}	
.align-justify{text-align:justify}

.ce-gallery img {
    max-width: 100%;
    height: auto;
}

/* ------------------------------------------------------------ *\
	Eigene Abstände davor und danach 3-iQ
\* ------------------------------------------------------------ */

.frame-space-before-abstand10 {padding-top:10px}
.frame-space-before-abstand15 {padding-top:15px}
.frame-space-before-abstand20 {padding-top:20px}
.frame-space-before-abstand25 {padding-top:25px}
.frame-space-before-abstand30 {padding-top:30px}
.frame-space-before-abstand35 {padding-top:35px}
.frame-space-before-abstand40 {padding-top:40px}
.frame-space-before-abstand45 {padding-top:45px}
.frame-space-before-abstand50 {padding-top:50px}

.frame-space-after-abstand10 {padding-bottom:10px}
.frame-space-after-abstand15 {padding-bottom:15px}
.frame-space-after-abstand20 {padding-bottom:20px}
.frame-space-after-abstand25 {padding-bottom:25px}
.frame-space-after-abstand30 {padding-bottom:30px}
.frame-space-after-abstand35 {padding-bottom:35px}
.frame-space-after-abstand40 {padding-bottom:40px}
.frame-space-after-abstand45 {padding-bottom:45px}
.frame-space-after-abstand50 {padding-bottom:50px}
.frame-space-after-abstand100 {padding-bottom:100px}

@media (max-width: 590px) {

}

/* ------------------------------------------------------------ *\
	Video
\* ------------------------------------------------------------ */

figure.video {
    padding: 1.5rem 0;
}

video.video-embed-item {
    width: 100%;
    height: auto;
    max-width: 100%;

}

/* ------------------------------------------------------------ *\
	Buttons
\* ------------------------------------------------------------ */

p.mehrbuttonlinks{ padding:10px 0 5px 0; }
.mehrbuttonlinks a:link, .mehrbuttonlinks a:visited{
background:#115d2d; color:#fff; text-transform: none; position:relative; padding:4px 12px 5px 29px; text-align:left;text-decoration: none; transition:all 0.5s ease; 
}
.mehrbuttonlinks a:hover, .mehrbuttonlinks a:active  {
color:#fff; text-transform: none;opacity: 0.7;filter: alpha(opacity=70);transition:all 0.5s ease; 
}
.mehrbuttonlinks a:before {
content: "\f054";font-family: FontAwesome;font-style: normal;font-weight: normal;text-decoration: inherit;
/*--adjust as necessary--*/
color: #fff;font-size: 17px; padding-right: 0.5em; position: absolute;top: 2px;left: 8px;
}
.mehrbuttonlinks.gka a:before {top: 5px;}



.mehrbuttonlinks.gka a::before {
    content: "\f1b9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 13px;
    padding-right: 0.5em;
    position: absolute;
    top: 6px;
    left: 8px;
}



p.rundbuttonrot{ margin: 5px 5px 0 0;}
.rundbuttonrot a:link, .rundbuttonrot a:visited{
	border-color: #007e97 !important; 
	color: #fff; 
	background-color: #007e97; 
	display: inline-block;
	padding: 3px 11px;
	font-weight: 600;
	position: relative;
	border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
	overflow: hidden;
	border-radius: 0 0px 0px 0;
	vertical-align: middle;
}
.rundbuttonrot a:hover, .rundbuttonrot a:active  {
	color: #007e97; 
	background-color: #fff; 
	text-decoration: none
}

p.rundbuttonschwarz{ margin: 5px 5px 0 0;}
.rundbuttonschwarz a:link, .rundbuttonschwarz a:visited{
	border-color: #000 !important; 
	color: #fff; 
	background-color: #000; 
	display: inline-block;
	padding: 3px 11px;
	font-weight: 600;
	position: relative;
	border: 2px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
	overflow: hidden;
	border-radius: 0 0px 0px 0;
	vertical-align: middle;
	font-size:13px
}
.rundbuttonschwarz a:hover, .rundbuttonschwarz a:active  {
	color: #000; 
	background-color: #fff; 
	text-decoration: none
}


/* ------------------------------------------------------------ *\
	3-iQ Animated in 3iq-t3iq.css, 3iq-t3iq.js, waypoints.js, animated.css, page.ts, 0068_layouts-frames.ts files in vendor
\* ------------------------------------------------------------ */
.os-animation{ opacity: 0;}
.os-animation.animated{  opacity: 1;}


/* ------------------------------------------------------------ *\
	Rahmenkontur Bilder
\* ------------------------------------------------------------ */


.ce-border img {
	border: 0px;
border-radius: 0 0 35px 0;
-webkit-border-radius: 0 0 35px 0;
-moz-border-radius: 0 0 35px 0;
-ms-border-radius: 0 0 35px 0;
-o-border-radius: 0 0 35px 0;
}



/* squar-list-items */
.ce-textpic ul li {
	list-style-type: square;
    margin-bottom: 10px;
}

.ce-textpic ul li::marker, .ce-textpic ol li::marker {
	color: #22654c; font-weight: bold;
}

.bg-0085ff ul li {
	list-style-type: square;
}
.bg-0085ff ul li::marker {
	color: #fff !important;
}
/* squar-list-items */

/* line-list-items 
.ce-textpic ul {
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.ce-textpic ul li {
	position: relative;
	display: block;
	margin: 0 0 10px;
	padding: 0 0 0 30px;
	list-style-type: none;
}

.ce-textpic ul li:before {
	position: absolute;
	content: "";
	top: 15px;
	left: 0;
	width: 17px;
	height: 1px;
	background-color: #8c1513;
}

*/
/* line-list-items */


/* Aufzählung */

/* Aufzählung */





#mkLightboxContainer {
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100vh;
    min-width: 100vw;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    box-sizing: border-box;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#mkLightboxContainer > * {
    z-index: 99;
}

#overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    background: rgba(30,30,30,.9);
    z-index: 8;
}

#mkLightboxContainer #mklbInner {
    position: relative;
    height: 100vh;
    transition: all .4s ease-in-out;
    margin-left: 0;
}

section.imageContainer {
    margin: 0;
    padding: 1em;
    box-sizing: border-box;
    border: none;
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}

#mkLightboxContainer img,
#mkLightboxContainer video {
    background: #fff;
    box-shadow: 0 0 30px #222;
    max-height: 85vh;
    min-width: auto;
    max-width: 75vw;
    width: auto;
    height: auto;
}

#mkLightboxContainer #yt-video {
    width: 75vw;
    height: 42.1875vw; /* 75*9/16 */
}

.mklbItem:hover {
    cursor: pointer;
}

#closeIconContainer {
    width: 25px;
    height: 25px;
    position: fixed;
    top: 15px;
    right: 15px;
    transition: transform .2s linear;
}

#closeIconContainer:hover {
    cursor: pointer;
    transform: rotate(90deg);
}

#closeIconContainer svg,
#prev svg,
#next svg{
    fill: white;
}


.text-klein {font-size:0.7rem; line-height: 0.9rem;}



/*mobile size styles*/
@media only screen and (max-width: 768px) {
    .s-lightbox-item-container{
        left: 10px;
        top: 60px;
        right: 10px;
        bottom: 60px;
    }
      }


/* ------------------------------------------------------------ *\
	Suche KE Search
\* ------------------------------------------------------------ */



    span.resetbutt {
        display: none;
    }

    .text-klein {font-size:0.7rem; line-height: 0.9rem;}
.farberot {color:#8c1513}


.col-sm-6-mobile-50 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}



/* ------------------------------------------------------------ *\
	Powermail
\* ------------------------------------------------------------ */


.tx-powermail h3 {display:none}

.nolabel .powermail_fieldwrap_captchabild .powermail_label {
    display: block;
  }

.powermail_fieldwrap_type_radio .powermail_field {margin-top:5px}

.powermail_input, .powermail_textarea {
    width: 100%;
    padding: 7px;
  }


  .tx-powermail .radio {
    padding: 3px 0 0 30px;
  }

  .powermail_captcha {
    width: 70px;
    padding: 7px;
    display: block;
    margin-bottom: 10px;
  }

.powermail_legend {display: none;}

.nolabel .powermail_label {
    display: none;
  }
.powermail_fieldwrap {padding-bottom:20px}

ul.powermail-errors-list {
    list-style-type: none;
    padding: 5px;
    color: #fff;
    background: #000;
    display: inline flow-root list-item;
    margin-top: 9px;
  }

  .powermail_input:focus,.powermail_textarea:focus, .powermail_captcha:focus  {
    border-color: #909090;
    outline: 0;
  }

  ul.powermail_message.powermail_message_error {
    color: #f00;
    font-weight: bold;
    list-style-type: none;
  }


  
@media (min-width: 992px) {
    .col-md-12.col-lg-6.col-xl-5.col-xxl-5.textlinksmittel .welcome-detail{
        padding-right: 30px;
    }
    .col-md-12.col-lg-6.col-xl-5.col-xxl-5.textrechtsmittel .welcome-detail {
        padding-left: 30px;
    } 
    }
    



    /* Google Maps START */

.consent-container {
    display: flex;
    align-items: center; /* Zentriert vertikal */
    justify-content: center; /* Zentriert horizontal */
    background-color: #f0f0f0;
    min-height: 400px;
    background-image: url(../images/karte.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;

    width: 100%;
    box-sizing: border-box;
}

.consent-inhalt {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.consent-container p {
    text-align: center;
    padding: 15px;
    max-width: 900px;
}
.accept-consent {

}
.consent-container {
    position: relative; /* Ermöglicht die absolute Positionierung des Pseudo-Elements relativ zu diesem Container */
    /* Ihre bestehenden Stile... */
}

.consent-container::before {
    content: ""; /* Notwendig, um das Pseudo-Element anzuzeigen */
    position: absolute; /* Positioniert das Pseudo-Element absolut innerhalb des Containers */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7); /* Weiß mit 80% Deckkraft */
    z-index: 0; /* Stellt sicher, dass es hinter den Inhalten des Containers bleibt */
}

.consent-inhalt, .consent-container > * {
    position: relative; /* Stellt sicher, dass der Inhalt über dem Pseudo-Element angezeigt wird */
    z-index: 1; /* Höherer z-Index als das Pseudo-Element */
}

/* Google Maps ENDE */




/* ------------------------------------------------------------ *\
    Skip link
\* ------------------------------------------------------------ */

.skip-link { position: fixed; top: 0; left: 0; font-size: 14px; padding: 0 17px; border-width: 17px; height: 34px; font-weight: 400; line-height: 32px; border: 1px solid #a9d34a; background: #ffffff; color: #002350; text-decoration: none; text-align: center; z-index: 9999; text-transform: uppercase; border-radius: 0 17px 17px 0; -webkit-border-radius: 0 17px 17px 0; -moz-border-radius: 0 17px 17px 0; -ms-border-radius: 0 17px 17px 0; -o-border-radius: 0 17px 17px 0; transition: transform .4s,color .4s; -webkit-transition: transform .4s,color .4s; -moz-transition: transform .4s,color .4s; -ms-transition: transform .4s,color .4s; -o-transition: transform .4s,color .4s; transform: translateX(-110%); -webkit-transform: translateX(-110%); -moz-transform: translateX(-110%); -ms-transform: translateX(-110%); -o-transform: translateX(-110%); }

.skip-link:before { content: ''; position: absolute; top: 0; bottom: -1px; left: 0; width: 101%; background-color: #a9d34a; pointer-events: none; transition: width 0.4s; border-radius: 0 17px 17px 0; }

.skip-link:focus,.skip-link:focus-visible { color: #002350; outline: 0 !important; transform: translateX(0); -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); }

.skip-link:hover { color: #002350; }

.skip-link:hover:before { width: 0; }

.skip-link span { display: inline-block; position: relative; z-index: 1; }
/* tabing selected element css */