@charset "utf-8";
.Schriftart {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}


                #images1Reihe{
                    width: 400px;
                    display: inline-block;
                    float: left;
                    margin-right: 20px;
                    position: relative;
                    height: 465px;
                 
                }
				
				#images2Reihe{
                    width: 400px;
                    display: inline-block;
                    float: left;
                    margin-right: 20px;
                    position: relative;
                    height: 525px;
                 
                }
				
				#images3Reihe{
                    width: 400px;
                    display: inline-block;
                    float: left;
                    margin-right: 20px;
                    position: relative;
                    height: 605px;
                 
                }
				
				#images4Reihe{
                    width: 400px;
                    display: inline-block;
                    float: left;
                    margin-right: 20px;
                    position: relative;
                    height: 695px;
                 
                }		



#cb-tab--container table{width: 100%!important;}

@media (max-width: 400px) {
  #images1Reihe, #images2Reihe, #images3Reihe, #images4Reihe{
     width: 100%!important;
      height: 300px!important;
  }
}