/*überschreibt lay21 */

#ContLay21ContainerDiv {
    padding-right: 0%;
    padding-left: 0%;
    margin-left:auto;
        margin-right: auto;
    min-height: 0px;
   
         -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#ContLay21Div {
    float:left;
    margin: 0.5% 0.5% 0.5%  0.5%;
    min-height:215px;
	height: 215px;
    clear:none;
    padding: 1%;
   width: 32%;
           max-width: 100%;
    min-width: inherit;
    background-color: rgba(240,240,240,0);
    border: 0px solid rgba(54,56,59,1);

    border-radius: 3px;
    -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
	

    
     overflow-x: hidden;
    overflow-y:hidden;
  -webkit-overflow-scrolling: touch;
      
          -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#ContLay21SubuebDiv {
	
	text-align: center;
    width: 96%;
    min-width: 0px;
    top: 0px;
    left: 0px;
    padding: 0%;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
    
    border-bottom: 0px dotted rgba(54,56,59,0);
    
          -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#ContLay21SubueberschriftP {
    text-align:center;
    font-weight: 400;
    font-size: 1.0em;
     color: rgba(0,0,0,1) !important;
	border-bottom: 0px dotted  rgba(54,56,59,1);
   background-color: rgba(230,230,230,0.9);
        border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
   padding:1%;
    
           -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#ContLay21SubueberschriftP H2 {
   color: rgba(0,0,0,1) !important;
    font-size: 1.2em;

    
           -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#ContLay21SubueberschriftP a {
   color: rgba(0,0,0,1) !important;
    font-size: 1.2em;

    
           -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#ContLay21ImgDiv {
    float:none;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 1%;
    clear: none;
    position: relative;
	left: 1%;
	right: 1%;
	bottom: 14px;
	max-width: 220px;
	max-height: 130px;
	overflow: hidden;
    padding: 0px;
    text-align: center;
    border: 0px solid rgba(163,140,32,1);
    
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
     margin-top: 0%;
    width: auto;
    
    
           -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
    

  background: url("../img/detail.png") no-repeat center center;
    background-color: #fff;
    background-size: 20%;
   
    
     display:block;
justify-content: center; /* horizontal mittig */
align-items:center; /* vertikal mittig */
   
}

#ContLay21ImgDiv img {
    width: 100%;
    max-width: 100%;
    height: auto;
	max-height: none;
    
     border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -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;
}

    /*Anfrage der Seite*/
[id^="AnfrageDiv"] {
    position:absolute;
    float:none;
    clear:none;
    z-index: 6000;

    margin-top:140px;
  padding-left:5px;
    background-color: rgba(0, 0, 0, 0);
   transition-property: all; 
     -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;
}

[id^="AnfrageImg"] {
    cursor: pointer;
        max-width: auto !important; 
      max-height: 30px;
      transition-property: all;
     -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;
}


[id^="AnfrageImg"]:hover, [id^="AnfrageImg"]:active, [id^="AnfrageImg"]:focus {
      z-index: +1;
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
transform:scale(1.2);
    
    transition-property: all;  
     -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*/

#ContLay21ImgDiv img {
    width:auto;
	text-align: center;
    max-width: 100%;
    height:auto;
    position: relative;
    top: 0px;
    left: 0px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
    

}

#ContLay21ImgDiv img:hover, #ContLay21ImgDiv img:focus, #ContLay21ImgDiv img:active {
	z-index: 1;
  -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
  transform: scale(1.1);
  /*transform: translateY(-100%);*/
   opacity: 0.3;
}



#ContLay21TextDiv {
   display: none;
}

#ContLay21DetDiv {
    display: none;
}



#ContLay21VidDiv {
    display: none;
}




@media only screen and (max-width: 959px) {
    
    
    #ContLay21Div {
		width: 49%;
        margin-left: auto;
        margin-right: auto;
        left: auto;
        right: auto;
        position: relative;
		
    -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
    
    #ContLay21SubueberschriftP {
    font-size: 1.2em;
		margin-bottom: 2%;
    
    
           -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
    
    #ContLay21ImgDiv {
        margin-top: 3%;
   position: relative;
        clear: both;
        height: inherit;
   
}


#ContLay21ImgDiv img {
   width: 100%;
   position: relative;
    
     -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


    


    
}


    
   

@media only screen and (max-width: 720px) {
    
      #ContLay21Div {
    width: 80%;
        margin-left: auto;
        margin-right: auto;
        left: auto;
        right: auto;
        position: relative;
        float: none;
        clear: both;
        height: inherit;
    -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
}


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

    #ContLay21Div {
       width: 90%;  
    }

}

