body, html {
     background-color: rgba(80,80,80,1); 
}

#UeberschriftP {
    color: white;
}


.card [id^="ContLay21Div"] {
    background-color: rgba(255,255,255,0)!important;
}

.card [id^="ContLay21SubueberschriftP"] {
     line-height: 1.4em;
   text-align: left;
    border-bottom: 0;
background-image:url("/lib/imgAllg/infoKreis.svg"), linear-gradient(to right, rgba(247,223,0,0.8), rgba(247,223,0,0.4)) ;
      background-repeat: no-repeat;
background-position: 20px 50%, 0% 50%;
    background-size: 20px 20px, 100% 100%;
background-repeat:no-repeat, no-repeat;
   padding-top: 1%;
  padding-bottom: 1%;
   padding-left: 7%;
   padding-right: 6%;
   max-width: 87%;
  width: 87%;
 
}


.card [id^="collapse"] {
       position: relative;
    padding-right: 2%;
    margin-right: auto;
    width: auto;
  background-color: rgba(255,255,255,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;
}


/*HINTERGRUENDE */
.primaryContainer0,
.primaryContainer2,
.primaryContainer3,
.primaryContainer6,
.primaryContainer10,
.primaryContainer21,
.primaryContainer99
{
    height: auto;
    margin-left: auto;
    margin-right: auto;
    min-height: 100%;
    width: 100%;
/*background: url("/lib/202107/msPics/hintergrund.svg") no-repeat center center fixed;*/
      background-color: rgba(80,80,80,0); 
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
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 */

#prim2 {
    border: 0px;
        box-shadow:0px 0px 0px #666; 
   -moz-box-shadow:0px 0px 0px #666;
    -webkit-box-shadow:0px 0px 0px #666;
   
}

/*Änderung Hintergrundfarbe */
#prim2,
#ContentContainerLay2,
#BottomContainer  {
      background-color:rgba(65,68,66,0);
}



#ContStartseiteHTMLDiv {
    clear: both;
    padding: 1%;
    font-size: 1.1em;
    line-height: 1.4em;

	
}
#TOP {
    background-color: rgba(210,216,212,0.4);
}


/*Navigation Umstyling*/


#NavipunktContainer {
    border-bottom: 0;
}

#NavipunktContainer li {
background-color: rgba(255,255,255,1); /*1. Ebene */
    border-radius: 4px!important;
    outline: 0px solid rgba(255,255,255,1);
}

#NavipunktContainer li>a span {
color: rgba(0,0,0,1);  /*1. Ebene */
}
#NavipunktContainer li:hover>a span {
color: rgba(0,0,0,0.8);  /*1. Ebene */
}

#navigationV4 li a:hover {
    background-image: url(#);
   outline: 1px dotted rgba(54,56,58,1);
    outline-offset: -10px;
}
#navigationV4 li ul li a:hover {
    outline: 0px dotted rgba(0,0,0,0.4); /*1. Ebene */
    outline-offset: 0;
    background-image: inherit;
}

ul.FM_CSS_navigationV4 ul li a {
  background-color: rgba(247,223,0,1.0)!important;      /*2. EBENE Button Hintergrundfarbe */
}
ul.FM_CSS_navigationV4 ul li a:hover {
  background-color: rgba(247,223,0,0.5)!important;      /*2. EBENE Button Hintergrundfarbe Hover */
}
ul.FM_CSS_navigationV4 ul li a:hover span {
  color: rgba(0,0,0,1)!important;              /* ueberschreibt Schrift-Farbe bei hover 2. Ebene */
}

/*Hintergrundfarbe für Navileiste fixed*/
#NavipunktContainer.fixed {
 background: rgba(54,56,58,1.0)!important;
  border-bottom: 0px;
}

#NavipunktContainer {
    top: 30px!important; /*Aendert Abstand zum Content*/
}
#NavipunktContainer.fixed {
    top: 0!important;
}

#NavipunktContainer.fixed li {
  background-color: rgba(255,255,255,1)!important;
  border-bottom: 0px;
}

#NavipunktContainer ul a:focus, #navactive ul a:focus {
    outline: 1px dotted rgba(255,255,255,0.4);
    outline-offset: -10px;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    background-image: url(#)
}

#navactive {
   /* 1. Ein transparenter Rahmen erzeugt den gewünschten inneren Abstand. */
  border: 10px solid transparent;

  /* 2. Die border-radius rundet die Ecken des Elements (und somit auch des Rahmens) ab. */
  border-radius: 17px; /* Hier die gewünschte Abrundung einfügen */
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;

  /* 3. Ein innerer Schatten füllt den Bereich innerhalb des transparenten Rahmens. */
  /*    Er übernimmt automatisch die Rundung von border-radius. */
  box-shadow: inset 0 0 0 1000px rgba(247,223,0, 1);

  /* 4. Das Hintergrundbild wird platziert. */
  background-image: url(#);
  background-position: 50% 0;
  background-size: 10px 15px;
  background-repeat: no-repeat;
  
  /* 5. background-clip stellt sicher, dass das Hintergrundbild den transparenten */
  /*    Rand respektiert und nur innerhalb des Paddings/Borders gezeichnet wird. */
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;

  /* Hintergrundfarbe des Elements selbst sollte transparent sein. */
  background-color: transparent !important;
}
#navactive:hover {
    outline: 0;
  /* 1. Ein transparenter Rahmen erzeugt den gewünschten inneren Abstand. */
  border: 10px solid transparent;

  /* 2. Die border-radius rundet die Ecken des Elements (und somit auch des Rahmens) ab. */
  border-radius: 17px; /* Hier die gewünschte Abrundung einfügen */
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;

  /* 3. Ein innerer Schatten füllt den Bereich innerhalb des transparenten Rahmens. */
  /*    Er übernimmt automatisch die Rundung von border-radius. */
  box-shadow: inset 0 0 0 1000px rgba(247,223,0, 1);

  /* 4. Das Hintergrundbild wird platziert. */
  background-image: url(#);
  background-position: 50% 0;
  background-size: 10px 15px;
  background-repeat: no-repeat;
  
  /* 5. background-clip stellt sicher, dass das Hintergrundbild den transparenten */
  /*    Rand respektiert und nur innerhalb des Paddings/Borders gezeichnet wird. */
  background-clip: padding-box;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;

  /* Hintergrundfarbe des Elements selbst sollte transparent sein. */
  background-color: transparent !important;

}
#navactive span {
    color: rgba(247,223,0,1)!important;
}
#navigationV4 [id^="navactive"] span {
    color: rgba(0,0,0,1)!important;
}


/*Navigation Umstyling Ende*/

/*Anpassung Lay61*/
#ContLay6ContainerDiv {
    padding:0;
}

[id^=ContLay6Div] {
  margin:0% 0.5% 1% 0%!important;
  width:32.8%!important;
  min-width:200px;
  background-color:#fff;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  overflow-y:hidden;
  overflow-x:hidden;
  border:0px solid #ccc;
  transition-property:all;
  -webkit-transition-property:all;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out
}

@media only screen and (max-width: 959px) {
    [id^=ContLay6Div] {
        width: 100%!important;
    }
}

/*Lay 61 Ende*/

/*Lay221 Änderungen*/

#ContLay22ContainerDiv {
    margin-bottom: 0;
}

[id^=ContLay22Div] {
    background-color: white;
}

/*Lay221 Änderungen Ende*/

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

@media only screen and (max-width: 959px) {

#ScrollerBottom {
    position: fixed;
    bottom:0;
   width: inherit;
    left: 40%!important;
    right: 40%!important;
}
}
