html {
	height: 100vh; /* set viewport constraint */
    min-height: 100%; /* enforce height */
    
}
/*SLOGAN-TEIL*/
#Slogananfrage{
position:relative; float:left; margin-right:20px; left:20px; margin-top:5px; right:auto; background-color:rgba(0,0,0,1); color:white; font-size:1.2em; padding:5px; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;
}
#Slogankontakt {
position:relative; float:right; margin-right:10px; padding:5px; max-width:600px;min-width:50%; text-align:right;
}

@media screen and (max-width: 959px) {
#Slogananfrage{
position:relative; float:none; margin-left:auto; margin-right:auto; clear:both;
max-width:95%;
width:100%;
text-align:center;
min-width:inherit;
height:60px;
  padding-top:15px;
  padding-bottom:15px;
  font-size:1.6em;
left:inherit;
}
#Slogankontakt{
position:relative; float:none; margin-left:auto; margin-right:auto; clear:both; text-align:center;
}
#Slogankontakt img {
text-align:inherit;
}
}
/*SLOGAN-TEIL ENDE*/

/*Navigation Umstyling*/

/* ################ Hover-Status NAVIPUNKT EBENE 1 */
ul.FM_CSS_navigationV4 li:hover > a, ul.FM_CSS_navigationV4 li.hover > a {
  background-color: rgba(255, 255, 255,0.4);
     background-image:url("/lib/202033/ms02Pics/herz.svg");
    max-height: 10%;
    background-position: 50% 5px;
    background-repeat: no-repeat;
}

ul.FM_CSS_navigationV4 ul {
  background-color: rgba(50,50,50,1.0);
}

ul.FM_CSS_navigationV4 li ul {
     background-color: rgba(255,255,255,1.0); /*Ebene 2 + 3 UL-Hintergrund*/
}


ul.FM_CSS_navigationV4 ul li a {
  background-color: rgba(50,50,50,1.0);  /*2. EBENE Button Hintergrundfarbe */
}


ul.FM_CSS_navigationV4 ul li a:hover {
  background-color: rgba(50,50,50,0.3);      /*2. EBENE Button Hintergrundfarbe Hover */
}

#NavipunktContainer {
	background-color: rgba(255,255,255,0.7);
}

#NavipunktContainer li {
  background-color: rgba(255,255,255,0);
  border-bottom: 0px!important;
    outline: 1px dotted rgba(0,0,0,0.5);
    outline-offset: -4px;
  border-radius: 7px!important;
  -moz-border-radius: 7px!important;
  -webkit-border-radius: 7px!important;

}

#NavipunktContainer.fixed {
  height: 80px;
  margin-top: 0px;
  padding: 9px;
  /* background-color: rgba(211,216,221,1);*/
    background-color: rgba(255,255,255,1.0)!important;
        border-bottom: 0px;
  transition-property: all;
  -webkit-transition-property: all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



#navactive font {
     background-image:url("/lib/202033/ms02Pics/herz.svg");
    background-size: 10px;
    background-position: 0% 70%;
    background-repeat: no-repeat;
    padding-left: 12px;
    padding-right: 0px;
    transition-property: all;
  -webkit-transition-property: all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#navactive font:hover {
  background-color: rgba(0,0,0,0)!important;
    transform: scale(1.1);
    transition-property: all;
  -webkit-transition-property: all;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#navactive {
     background-image:url("#");
    background-color: rgba(0,0,0,0);
    outline: 1px dotted rgba(0,0,0,0.5);
    outline-offset: -4px;
}


/*Navigation Umstyling Ende*/



#TopHTMLContainer {
    text-align: inherit;
}

@media screen and (max-width: 959px) {
    
    
    #ScrollerBottom {
  position:relative;
        margin-top: 40px;


  -webkit-background-size:100% 100%!important;
  -moz-background-size:100% 100%!important;
  background-size:100% 100%!important;
  background-position:0% 0%!important;
}    
    
    
}

/*Logo-herz, ... ändern*/
#herz {
    animation: colorchange 1.2s ease-in-out infinite alternate;
}

@keyframes colorchange {
    from {
        fill: rgba(255,255,255,1);
    }
    to {
        fill:rgba(150,150,150,1);
    }
}


#_527 {
    animation: colorchange2 1.2s ease-in-out infinite alternate;
}

@keyframes colorchange2 {
    from {
        fill: rgba(255,255,255,1);
        -webkit-fill: rgba(255,255,255,1);
    }
    to {
        fill:rgba(150,150,150,1);
        -webkit-fill:rgba(228,136,136,1);
    }
}


/*LOGO ANPASSEN SVG ENDE*/


#StartLinks {
    position: relative;
    float: left;
    clear: left;
    width: 60%;
}

#StartRechts {
    position: relative;
    float: left;
    clear: right;
    max-width: 38%;
    margin-left: 2%;
    margin-right: 0%;
    margin-bottom: 3%;
    margin-top: 2%;
}
#StartRechts img {
    display: block;
    width: 100%;
    border-radius: 3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    
}
#StartAnfrage {
    float:right;
    margin-top: 3%;
    clear: right;
    min-width: 36%;
     margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#StartAnfrage a {
    text-decoration: none; 
    padding: 3%; 
    background-color: rgba(0,0,0,1); 
    color: white!important; 
    width: 100%;
    font-size: 1.3em; 
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#StartAnfrage a:hover {
     background-color: #990000!important; 
}
#StartAnfrage a:visited {
    background-color: rgba(0,0,0,1); 
}

@media screen and (max-width: 959px) {
    
   
    
    #StartLinks {
        width: 100%;
        margin-bottom: 3%;
    }
    #StartRechts {
        margin-left: auto;
        margin-right: auto;
        min-width: 100%;
        clear: both;
        float: none;
        
    }
    #StartAnfrage {
        clear: both;
        float: none;
         width: 100%;
        padding: 0px;
        text-align: center;
    }
    #StartAnfrage a {
        padding: 15px;
    }
}

/*akkordeon überschreiben*/

.card #ContLay21SubuebDiv {
 margin-top: 0px;
 margin-bottom: 2px;
    
}

.card #ContLay21Div {
margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
    background-color: rgba(255,255,255,0.8);
}


.card-header #ContLay21SubueberschriftP {
/*background-image:url("/lib/imgAllg/doppelpfeilRe2.svg"), linear-gradient(to right, rgba(117,210,200,0.5), rgba(255,255,255,0)), 
    linear-gradient(to right, rgba(0,85,151,1)10%, rgba(0,85,151,0)10%, rgba(0,85,151,0)80%);*/
    background-image:url("/lib/imgAllg/infoKreis.svg"), linear-gradient(to right, rgba(117,210,200,0), rgba(255,255,255,0)), 
    linear-gradient(to right, rgba(0,85,151,0)10%, rgba(0,85,151,0)10%, rgba(0,85,151,0)80%);
background-position: 20px 50%, 0% 50%;
    background-size: 20px 20px, 100% 100%;
background-repeat:no-repeat, no-repeat;
   padding-top: 2%;
 
}

#accordion {
    position: relative;
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.collapse #ContLay21TextDiv {
    padding-top: 0%;
    
}
.collapse {
    position: relative;
    margin-left: auto;
    margin-right: auto;
     padding: 2%!important;
    max-width: 97%;
    background-color: rgba(255,255,255,0);
}

.card-header #ContLay21SubueberschriftP .collapsed {
   color: rgba(150,0,25,1)!important;
}

#UeberschriftP {
     
    color:  rgba(255,255,255,0.6);
    font-family: "Ubuntu Condensed", Arial, sans-serif;
}



/*BlockEigendef*/
/*
.cl14342 {
     background-color: rgba(28,117,151,0.1)!important;
    background-repeat: no-repeat;
    background-position: 1% 1%;
    background-image:url("/lib/202203/msPics/bckSymbol.svg"), linear-gradient(rgba(28,117,151,0.5), rgba(28,117,151,0.1));
background-position:1% 1%, 100% 0%;
    background-size: 6%, 10px 100%;
background-repeat:no-repeat, no-repeat;
    
}
*/

#ContLay6ContainerDiv {
    padding: 0px!important;
}

#ContLay21DetDiv, #ContLay22DetDiv, #ContLay24DetDiv, #ContLay25DetDiv, #ContLay6DetDiv, #ContLay10DetDiv {
   background-color: rgba(148,39,39,1);
    border: 5px solid rgba(148,39,39,1)!important;
    
     -moz-filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.3));
     -webkit-filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.3));
    filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.3));
   
}
#ContLay21DetDiv a, #ContLay22DetDiv a, #ContLay24DetDiv a, #ContLay25DetDiv a, #ContLay6DetDiv a, #ContLay10DetDiv a {
   color: rgba(255,255,255,1)!important;
    
}

#ContLay22InfoDiv {
      border-radius: 10px!important;  
    -moz-border-radius: 10px!important; 
    -webkit-border-radius: 10px!important; 
}
#ContLay22InfoImgDiv {
      margin-top: 3%;
    min-width: 35%;
}

#ContLay22InfoImgDiv img {
      border-radius: 10px!important;  
    -moz-border-radius: 10px!important; 
    -webkit-border-radius: 10px!important; 
}

#ContLay22InfoDiv, #ContStartseiteHTMLDiv, #ContLay21InfoDiv {
   /*  background-color: rgba(0,72,153,0.1)!important;*/
    background-repeat: no-repeat;
    background-position: 1% 1%;
    background-image:url("/lib/202033/ms02Pics/herz.svg"), linear-gradient(rgba(50,60,68,1), rgba(50,60,68,1));
background-position:20px 20px, 100% 0%;
    background-size: 4%, 20px 100%;
background-repeat:no-repeat, no-repeat;
}
#ContLay21InfoSubueberschriftP, #ContLay22InfoSubueberschriftP {
    border-bottom: 0px;
}
#ContLay22InfoTextDiv a {
    line-height: 1.4em!important;
    font-weight: bolder;
    
}

#ContLay22Div {
    background-color: rgba(255,255,255,0.7)!important;
}

#ContLay22SubueberschriftP {
        margin-top: 20px!important;
    border-bottom: 0px!important;
    }

#AnfrageDiv {
    -moz-transform: rotate(-10deg);
    transform: rotate(-10deg);
    top: 1%;
}



@media screen and (max-width: 959px) {
    
#AnfrageDiv {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    transform:scale(1.4);
    top: 20px;
}
    
      #DetLay22Div #AnfrageDiv, #DetLay21Div #AnfrageDiv {
        top: -0px;
          transform:scale(1.4);
       margin-bottom: 50px!important;
    }
    
    #ContLay22InfoContDiv, #ContLay22ContainerDiv, #ContLay21InfoContDiv, #ContLay21ContainerDiv, #DetLay22Div, #DetLay21Div {
       width: 100%;
      
    }
  
    
    
    
    #ContLay22InfoDiv, #ContStartseiteHTMLDiv, #ContLay21InfoDiv {
    background-size: 6%, 20px 100%;
        border-radius: 0px!important;
        -webkit-border-radius: 0px!important;
        -moz-border-radius: 0px!important;
        background-image:url("/lib/202033/ms02Pics/herz.svg"), linear-gradient(rgba(50,60,68,0), rgba(50,60,68,0));
     
}
    
#ContLay22SubueberschriftP {
        margin-top: 40px!important;
    border-bottom: 0px!important;
    }
    
}



#ContLay22ContainerDiv {
    padding: 0px!important;
    background-color: rgba(255,255,255,0)!important;
}

#ContLay21Div, #ContLay22Div {
   /* background-image: url("/lib/202033/ms02Pics/herz.svg");*/
    background-color: white;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px 10px;
    background-blend-mode:multiply;
   
   border-radius: 10px!important;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
    margin-bottom: 1%!important;
}

/*Änderungen Anfrage*/
#Lay99SendButton {
    background-color: green!important;
}
#Lay99SendButton:hover {
    background-color: rgba(0,80,0,0.8)!important;
}


/*Startseite, 24h Notdienst - INTRO HINTERGRUND ENDE */

#TOP {
     background-color: rgba(50,60,68,0.1);
      background-color: rgba(255,255,255,0.5);
  
}
#prim2 {
   background-color: rgba(255,255,255,0.3);
     
   
}

#primEdit2 lottie-player {
    max-width: 50%;
bottom: 0px;
    min-height: 400px;
    max-height: 700px;
}

#ContentContainerLay2 {
    background-color: rgba(240,240,240,0);
}
#BottContHtmlDiv, #InfoBoxDIV, #letzteAend {
     background-color: rgba(240,240,240,0);
    padding: 0px;
}

#BottomAdresse {
    background-color: rgba(255,255,255,0);
    padding: 2%;
            border-radius:7px;
    -moz-border-radius:7px;
    -webkit-border-radius:7px;
}
#BottomAdresse a, #BottomAdresse p, #BottomAdresse h2, #BottomAdresse span {
    color: white;
    line-height: 1.3em;
}
#BottomAdresse h2 {
    font-size: 1.6em;
}
#BottomAdresse a {
    text-decoration: underline dotted 1px;
}


/* ############# NEWS-IFRAME-TEIL Ã¼berschreiben ####### */

#NEWS {

    height:125px;
	min-height: 125px;
    margin-bottom: 0%;

}
#NEWS:hover {
	
}
#NEWS iframe {
    min-height: 125px;
    height: 125px;
    
        border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
}





/*HINTERGRUENDE */
.primaryContainer0,
.primaryContainer2,
.primaryContainer3,
.primaryContainer6,
.primaryContainer10,
.primaryContainer21,
.primaryContainer99
{
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
   /* background-color: rgba(228,4,33,1);*/
	background: url("../ms02Pics/hint-2025.webp") no-repeat center center fixed;
      background-color: rgba(50,60,68,1); /*schwarz*/
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: 100%;
    background-position: 0 0px;
background-attachment: fixed;
background-attachment: fixed;
    position: relative;
    
    
      -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    
    -webkit-animation-delay: 0.4s;
-moz-animation-delay: 0.4s;
animation-delay: 0.4s;
    
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
  animation-name: fadeIn;
    
   
}


/*HINTERGRUENDE ENDE */


#ContStartseiteHTMLDiv {
    clear: both;
    padding: 5%;
    padding-top: 0%;
    font-size: 1.1em;
    line-height: 1.4em;
	background-color: rgba(255,255,255,0.8);
    width: 80%;
          border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    margin-top: 3%;
    text-align: left;
    padding-top: 3%;
	
}

@media screen and (max-width: 959px) {
    #ContStartseiteHTMLDiv {
   
    width: 100%;
          border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    margin-top: 0%;
	
}
}



/*############################################# 959 */
/*mobile HINTERGRÃœNDE*/
@media screen and (max-width: 959px) {
   
	body {
		background-color: #e3e3e3;
	}
    
    #ContLay21Div, #ContLay22Div {
   border-radius: 0px!important;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
    margin-bottom: 1%!important;
}
    
    
/* ############# NEWS-IFRAME-TEIL Ã¼berschreiben ####### */

#NEWS {

    height:inherit;
	min-height: inherit;
    margin-bottom: 0%;
    width: 100%;
 

}

#NEWS iframe {
    min-height: 90px;
    max-height: 115px;
    height: inherit;
    
        border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
}


/*###### BOTTOM-TEIL ÃœBERSCHREIBEN */
    
   .primaryContainer0,
.primaryContainer2,
.primaryContainer3,
.primaryContainer6,
.primaryContainer10,
.primaryContainer21,
.primaryContainer99 {
 
  background-color: rgba(50,60,68,1);
}

}

/* ############ INHALT POSITIONIEREN ################################## */
#prim2 {
   
      box-shadow:0px 0px 0px #666; 
   -moz-box-shadow: 0px 0px 0px #666;
    -webkit-box-shadow: 0px 0px 0px #666;
}

/* Inhalt positionieren Mobil 959 */
@media screen and (max-width: 959px) {
    #prim2 {
        overflow: scroll;
    
    }
}

@media screen and (max-width: 687px) {
    
/* ############# NEWS-IFRAME-TEIL Ã¼berschreiben ####### */

#NEWS {

    height:inherit;
	min-height: inherit;
    margin-bottom: 0%;
    width: 100%;
 

}

#NEWS iframe {
    min-height: 225px;
    max-height: 225px;
    height: inherit;
    
        border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
}
}



/*###### BOTTOM-TEIL ÃœBERSCHREIBEN */
#bannerLinks {
     position:relative;
    float:left;
    clear: none;
    width: 25%;
   
}
#bannerRechts {
      position: relative;
    float: right;
    clear: right;
    text-align: right;
       width: 25%;
    max-width: 25%;
    margin-right: 0%;
    text-align: right;
   
}


#bannerLinks img,
#bannerRechts img {
   width: 100%;
    max-width: 300px;
   
}

/*Banner-Teil Mobil######################## 959 */
@media screen and (max-width: 959px) {
   
    #bannerLinks,
    #bannerRechts {
        clear: both;
        float: none;
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 2%;
    }

}  

#cookieaendern {
    background-color: rgba(255,255,255,0.4);
    min-width: 200px;
    max-width: 200px;
    padding: 1%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
  
#Links {
    position: relative;
    float: left;
    clear: none;
    width: 30%;
     background-color: rgba(50,60,68,1);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
   /*    -moz-filter: drop-shadow(5px 5px 3px rgba(0,0,0,0.3));
     -webkit-filter: drop-shadow(5px 5px 3px rgba(0,0,0,0.3));
    filter: drop-shadow(5px 5px 3px rgba(0,0,0,0.3));*/

      /*ANIMATE*/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-name:fadeInLeft;
  -moz-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  /*ANIMATE ENDE*/
    
}

#Links h3 {
    padding: 0% 3% 2% 3%;
    color: white;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

#Links p, #Links a {
     color: white;
}

#Links1, #Links2, #Links3 {
    position: relative;
    float: left;
    width: 100%;
    clear: both;
}
#Links1 #bild, #Links2 #bild, #Links3 #bild {
    max-width: 30%;
    float: left;
    clear: left;
    margin-left: 0;
    margin-right: auto;
    position: relative;
    padding: 3%;
    cursor:pointer;
}
#Links1 #bild img, #Links2 #bild img, #Links3 #bild img {
    max-width: 100%;
    float: none;
    clear:left;
    position: relative;
      cursor:pointer;
}
#Links1 #text, #Links2 #text, #Links3 #text {
     max-width: 100%;
    float:none;
    padding: 3%;
    margin-left: 0;
    margin-right: auto;
    position: relative;
    text-size: 0.8em;
    clear: none;
    
}
#Links1 #text p, #Links2 #text p, #Links3 #text p {
    font-size: 0.8em;
    
}

#Mitte {
 
    position: relative;
    text-align: center;
    float: left;
    width: 40%;
    clear: none;
    margin-bottom: 3%;
}
#Mitte1 {
    font-size: 1.5em;
    margin-bottom: 2%;
    color: rgba(50,60,68,1);
   
}
#Mitte1 a {
    padding: 3%;
     font-weight: bolder;
}

#Mitte2 {
    font-size: 1em;
    margin-bottom:20%;
}
#Mitte2 h3 {
    background-color: rgba(50,60,68,0.5);
    max-width: 100%;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    padding: 3%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
}
#Mitte2 h3 a {
   color: white;
    font-weight:bold;
}



#SucheButton {
    margin-top: 2%;
    background-color: rgba(148,39,39,0.8);
    color: white;
    width: 100%;
    padding: 3%;
}
#SucheButton:hover {
    margin-top: 2%;
    background-color: rgba(148,39,39,0.5);
    color: white;
}

#Rechts {
    position: relative; 
    width: 30%;
 margin-left: 0%;
    margin-right: 0%;
    float:left; 
	clear: right;
   
   
}

@media screen and (max-width: 959px) {
    #Links, #Mitte, #Rechts {
        float: none;
        clear: both;
        width: 100%;
        height: inherit;
        max-height: inherit;
        
    }
    
    #Links {
    position: relative;
    float: left;
    clear: both;
    width: 100%;
   background-color: rgba(50,60,68,1);
   margin-bottom: 5%;

    
}
    #Mitte2 {
  
    margin-bottom: 3%;
}
    #cookieaendern {
        background-color: rgba(50,60,68,0.2)!important;
    }
    #SucheButton {
        width: 90%!important;
        max-width: 200px!important;
        min-width: 200px!important;
    }
  
    
}


/*ENDE BOTTOM-TEIL ÜBERSCHREIBEN */
