
#ContentContainerLay2 {
   float:none;
    height:auto;
 position:relative;
    padding: 0px;
    margin-left:auto;
        margin-right: auto;
    margin-bottom: 0px;
    margin-top: 0%;
    clear:both;
    width: 100%;
    max-width: 1500px;
      min-width:  250px;
    min-height: 218px;
    z-index:0;
   background-color: rgba(255,255,255, 0.2);
  
    border-radius: 3px;
    -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
    
   
    
    -webkit-transition-property: all;
      -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
    
    /*ANIMATE*/
    -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -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;
    /*ANIMATE ENDE*/
}

    /*Anfrage der Seite*/
#AnfrageDiv {
    position:relative;
    float:none;
    clear:both;
     z-index: 6000;
    max-width: 100%; 
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2%;
    top: 0px;
    margin-top: 2%;
  padding-left:0px;
    background-color: rgba(0, 0, 0, 0);
    
     -webkit-transition-property: all;
      -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

#AnfrageImg {
    cursor: pointer;   
    position: relative;
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto;
    max-height: 40px;
    max-width: 40px;
      
     -webkit-transition-property: all;
      -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#AnfrageImg:hover, #AnfrageImg:active, #AnfrageImg:focus {
      z-index: +1;
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -o-transform:scale(1.5);
transform:scale(1.5);
    
      
     -webkit-transition-property: all;
      -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

/*Anfrage der Seite ENDE*/

#UeberschriftDiv {
     float:none;
    height:auto;
    margin-bottom: 0.5%;
    margin-top: 1%;
    clear:both;
    width: 90%;
    max-width: 100%;
    min-width: 250px;
    position: relative;
    margin-left:auto;
    margin-right: 5%;
    padding:0px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
   /* background-color: rgba(255, 255, 255, 0.8);*/

    
}

#UeberschriftP {
    position: relative;
    float: none;
    margin-left: auto;
    margin-right: auto;
    font-size: 2em;
    width:100%;
    height: auto;
    text-align:center;
    font-weight: 400;
    line-height: 1.2em;
    min-height: 0px;
     color: rgba(180,180,180,1);
}

#ContLay2Div {
    float: left;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    clear: both;
    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    margin-bottom: auto;
    min-width: 0px;
    padding:0px;
    
      border-bottom-right-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    
    border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    
}

#ContLay2SubueberschriftP {
    text-align: center;
    color:#222;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.4em;
    margin-left: auto;
    margin-top: auto;
    clear: none;
    width: 100%;
    min-height: 0px;
    margin-right: auto;
    position: relative;
    top: 0px;
    left: 0px;
    margin-bottom: auto;
}

#ContLay2SubuebDiv {
    float:none;
    height: auto;
    min-height:inherit;
    margin-left: auto;
      margin-right: auto;
    margin-bottom: 0px;
    clear: none;
     width:80%;
    max-width: 1500px;
    min-width: 0px;
    position: relative;
    padding: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background-color: rgba(255, 255, 255, 0);
}

   
#ContLay2TextDiv {
    float:none;
    clear: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width:80%;
    max-width:inherit;
    min-height:100%;
    padding-left:3%;
    padding-right: 3%;
    padding-bottom: 3%;
    padding-top: 3%;
    border-radius: 0px;
    line-height: 1.2em;
    font-size: 1em;
    -webkit-transition-property: all;
      -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
#ContLay2TextDiv img {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

#ContLay2TextDiv ul {
    padding-left:15px;
}

#ContLay2TextP {
}


#ContLay2CarouselDiv {
   z-index: 10000;
    float:none;
    min-height: 0px;
    margin-left: auto;
     margin-right: auto;
    margin-top: auto;
    clear: none;
    width: 100%;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    margin-bottom: 0px;
    color:#fff;
        -webkit-transition-property: all;
      -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#ContLay2VidDiv {
    float: none;
    height: auto;
    margin-left: auto;
     margin-right: auto;
    margin-top: 10px;
    clear: both;
    width:100%;
    border-radius: 3px;
   background-color: rgba(0, 0, 0, 0);
    padding: 0px;
    position: relative;
    min-height: 0px;
    text-align: center;
}
#ContLay2VidDiv iframe {
 width:100%;
    height:auto;
    min-height:340px;
    max-width: 600px;
}


#ContLay2Dateianhang {
    position: relative;
    width: 100%;
    max-width: 100%;
float:none;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
    margin-bottom: 40px;
    
    display:block;
    
     background-color: rgba(0, 0, 0, 0.1);
           -webkit-transition-property: all;
      -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
    background-image: url(../img/filedownload.png);
    background-repeat: no-repeat;
    -webkit-background-size:30px;
    -moz-background-size:30px;
    background-size:30px;
    background-position:99% 50%;
}

#ContLay2Dateianhang p {
 padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2%;
    padding-bottom: 2%;
    font-size: 1em;
    color: #990000;
	
}

#ContLay2Dateianhang a:hover, ContLay2Dateianhang a:focus, ContLay2Dateianhang a:active  {
    text-decoration: underline;
	text-decoration-color: #ccc;
}

@media only screen and (max-width: 959px) {
    
    #ContentContainerLay2 {
       float:none;
 margin: 0px;
    clear:both;
        margin-bottom: 0px;
    width: 100%;
    min-width:  250px;
    max-width: 100%;
    min-height: 218px;
    z-index:0;
    
         border-radius: 0px;
    -moz-border-radius: 0px;
   -webkit-border-radius: 0px;
        
    
  
        
        -webkit-transition-property: all;
      -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
        
    }
    
     #ContLay2CarouselDiv {
        width: 100%;
    max-width: 100%;
    top: 0px;
    left: 0px;
       margin-right:0%;
    margin-bottom:0px;
       padding-bottom: 0px;
             -webkit-transition-property: all;
      -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
    }
    
}



@media only screen and (max-width: 820px) {
   
    #ContLay2CarouselDiv {
        width: 100%;
    max-width: 100%;
    top: 0px;
    left: 0px;
       margin-right:0%;
    margin-bottom:0px;
       padding-bottom: 0px;
    }
    
    #ContLay2VidDiv {
}
    
#ContLay2VidDiv iframe {
 width:100%;
    height:auto;
    min-height:347px;
    max-width: 600px;
}
    
}

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

    .primaryContainer2 {
         width: 100%;
        
        
    }


    
   


    #UeberschriftDiv {
        margin-right:auto;
        margin-top: 1%;
        clear: both;
        margin-left: auto;
        float: none;
        width: 95%;
        position: relative;
        top: 0px;
        left: 0px;
    }
    
    #ContLay2SubuebDiv {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
         margin-bottom: 0px;
        float: none;
        clear: none;
    }


    #ContLay2Div {
        float:none;
       margin-top: 0px;
        clear: both;
    }

    #UeberschriftP {
        width: 100%;
        margin-right: 0px;
        text-align: center;
        font-size: 1.4em;
        margin-top: 0px;
    }

  #ContLay2CarouselDiv {
        width: 100%;
    max-width: 100%;
    top: 0px;
    left: 0px;
       margin-right:0%;
    margin-bottom:0px;
       padding-bottom: 0px;
    }

    #ContLay2TextDiv {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
    -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px;
    	-webkit-column-rule-width: 0px;
    -moz-column-rule-width: 0px; 
    column-rule-width: 0px;
     margin-bottom: 0px;
    clear: both;
    width: 100%;
    padding:3%;
    border-radius: 0px;
    }


       
    #ContLay2VidDiv {
        border-radius: 0px;
}
    
#ContLay2VidDiv iframe {
 width:100%;
    height:auto;
    min-height:347px;
    max-width: 600px;
}
    
    #ContLay2Dateianhang {
           float:none;
        margin-top: 0px;
    width: 100%;
    min-height: 20px;
         margin-bottom:0px;
        overflow-x: hidden;

}
    
    #ContLay2Dateianhang p {
 padding: 0px;
        text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8em;
    color: #fff;
}
    
}

