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

.BildContainer212 {
width: 100%;
}

.collapse {
   float: none;
   clear: both;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   padding-top: 2%;
   margin-top: 0px;
   padding:1%;
   padding-top: 2%;
   max-width: 100%;
   width: 97%;
   background-color: rgba(230,230,230,0.2);
     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;
}

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

.card-header #ContLay21SubueberschriftP .collapsed {
   color: rgba(50,50,50,1);
}

.elementDiv1212 {
       position: relative;
  float: left;
  height: 310px;
  margin: 0.1% 0.1% 0.8% 0.1%;
  clear: none;
  padding: 3%;
  width: 33.13%;
  background-color: rgba(230,230,230,0);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
   text-align: center;
  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;
   
}


@media screen and (max-width: 600px) {
   
   .elementDiv1212{
    width: 49%;
       height: 250px;
   }
   
}
@media screen and (max-width: 450px) {
   
   .elementDiv1212{
    width: 100%;
       height: inherit;
   }
   
}

.elementDiv1212 img {
   position: relative;
   float: none;
   clear: both;
   margin-left: auto;
   margin-right: auto;
   max-width: 100%;
   max-height: 100%;
   border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.elementDivMedia212 {
   background-color: rgba(0,0,0,0.0);
   padding: 3%;
   max-height: 150px;
   height: 150px;
}

.elementDivText212 {
   font-size: 0.7em;
   
}
.elementDivText212 h3 {
   font-size: 1.2em;
   margin-top:1%;
   margin-bottom: 2%;
}

/*Aufklappfunktion Lay212*/


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

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


.card-header #ContLay21SubueberschriftP {
   line-height: 1.4em;
   text-align: left;
    border-bottom: 0px;
    padding-left: 0%;
       padding-right: 0%;
   max-width: 100%;
  background-image:url("/lib/imgAllg/infoKreis.svg"), linear-gradient(to right, rgba(50,50,50,0), rgba(200,200,200,0)) ;
background-position: 20px 50%, 0% 50%;
background-size: 20px 20px, 100% 100%;
background-repeat:no-repeat, no-repeat;
   padding-top: 1%;
    padding-bottom: 1%;
    
}


@media screen and (max-width: 600px) {
.card-header #ContLay21SubueberschriftP {
background-position: 10px 50%, 0% 50%!important;

 
}
}
.card-header #ContLay21SubueberschriftP a:hover {
   text-decoration: none;
    border-bottom: 0px;
    background-color: rgba(0,0,0,0);
      outline: 1px dotted rgba(0,0,0,1);
   outline-offset: 2px;
    padding: 0px;
    
}

.card-header #ContLay21SubueberschriftP .collapsed {
   color:rgba(100,100,100,1);
}

.card #ContLay21TextDiv {
   border-top: 0px solid rgba(230,230,230,1);
   margin-top: 0px;
   margin-left:4.5%;
    margin-right:4.5%;
   padding-bottom: 0.5%;
   max-width: 91%;
}
.card-header #ContLay21SubuebDiv .ContLay21InfoImgDiv1 img {
 /*   margin-right:3.5%;*/
   margin-top: 2%;
   height: 70px!important;
   max-width: inherit!important;
   width:auto!important;
   min-width: inherit;

 
 
}
.card-header #ContLay21SubueberschriftP {
background-image:url("/lib/imgAllg/infoKreis.svg"), linear-gradient(to right, rgba(230,230,230,0.8), rgba(200,200,200,0)) ;
      background-repeat: no-repeat;
background-position: 20px 50%, 0% 50%;
    background-size: 20px 20px, 50% 100%;
background-repeat:no-repeat, no-repeat;
   padding-top: 1%;
   padding-left: 10%;
   padding-right: 10%;
   max-width: 80%;
  
 
}

/*Aufklappfunktion Lay212 ENDE*/



.fade {
  transition: opacity 0.35s ease-in-out;
  -webkit-transition: opacity 0.35s ease-in-out;
  -moz-transition: opacity 0.35s ease-in-out;
 
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  
}

.collapse div, .collapse-fade {
  /*ANIMATE*/
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-name: fadeIn;
  /*ANIMATE ENDE*/
    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;
  
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.55s ease-in-out;
  -moz-transition: height 0.55s ease-in-out;
  -webkit-transition: height 0.55s ease-in-out;
  
    /*ANIMATE*/
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-delay: 1.0s;
  -moz-animation-delay: 1.0s;
  animation-delay: 1.0s;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  animation-name: fadeIn;
  /*ANIMATE ENDE*/
  
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}


