
#Slider .sliderjsmodule {
    width:100%; 
 	height: auto;
	z-index: 102;
	margin: 0 auto;
	padding: 15;
}

.sliderjsmodule img{
	width :  98%;
	height: auto;
	max-height: 550px;
	z-index: 2;
	margin: 0 auto;
	padding: 0;
	border-radius: 0px 0px 0px 0px;
	
}
 
#foto .image-thumb  { 
  border-radius: 20px  20px  20px  20px;
  border: 3px groove #ffffff; 
 } 
 


 .view:hover {   
 transition: transform .3s ease;
 -webkit-transform: scale(1.1);
 transform: scale(1.1); 
 /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */ 

 }
 
.first  { clear: left; }
.image-wrapper  > image-thumb { padding: 15; }

.imgtable-right { float: right; }
.imgtable-left { float: left; }
 
.imagelisttd { padding-bottom:5px; }

.imagelistimg	{ 	
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
	border-radius: 5px;
	
}

.image-thumb {width:100%; height:auto;  di splay:block; border-radius: 0.5% 0.5% 0.5% 0.5%;}
.image-thumb-topbild { width:100%; height:100%;  min-height:350px;  min-width:950px; }
#slider-top .image-thumb {border-radius: 0 0 0 0;}



.image-table  {
    max-width:100%;
	height:auto;display:block;
  	bor der: 2px solid #aaa;  
}

.imgtable-top-center , .imgtable-bottom-center {
width:100%;
display: flex;
flex-wrap: wrap;
justify-content: center; 
bor der: 1px solid red;   
overflow: hidden;
 text-align: center;
}
 
 
.imagelisttd
{ 
padding-bottom:5px;
padding-left:5px;
}

 
#LOGO  img{    
width:100% !important;
height:auto !important;
display:block;
 
} 


	
 div.image-wrapper{float:left; margin:5px;   }
 div.image-wrapper > img.image-thumb{    
width:100% !important;
height:auto !important;
display:block;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}