@charset "utf-8";

#dimmer {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	background-color: rgba(0,0,0, 0.3);
	transition: background-color 1s;
	position: fixed;
}

#galMid {
  border: 0px solid #00f;
	loat: left;
  margin: auto;	
  overflow: hidden;	
	position: fixed;
	width: 80%;
	height: 100%;
	top: 0px;
	left: 10%;
	
}
#galBack {
  border: 0px solid #00f;
  position: absolute;
  width: 2em;
  height: 4em;
	padding: 0.4em 0;
	top: 45%;
	left: 5%;
	display: inline-block;
	cursor: pointer;
	 z-index: 5;
}
 #galNext {
  border: 0px solid #00f;
  width: 2em;
  height: 4em;
	padding: 0.4em 0;
	 position: absolute;
	top: 45%;
	right: 5%;
	transform:rotate: 180deg;
  -ms-transform:rotate(180deg); /* IE 9 */
  -moz-transform:rotate(180deg); /* Firefox */
  -webkit-transform:rotate(180deg); /* Safari and Chrome */
  -o-transform:rotate(180deg); /* Opera */
	cursor: pointer;
	 z-index: 5;
}
.pfeil {
  border: 0px solid #f00;
  width: 25px;
  height: 50px;
  display: inline-block;
}

.pfeilTeil {
	width: 30px;
	height: 5px;
  -ms-transform:rotate(-55deg); /* IE 9 */
  -moz-transform:rotate(-55deg); /* Firefox */
  -webkit-transform:rotate(-55deg); /* Safari and Chrome */
  -o-transform:rotate(-55deg); /* Opera */
	transform:rotate: -55deg;
	position: relative;
  top: 10px;
	display: inline-block;
	background-color: #aaa;
  
}

.pfeilTeil::before {
	width: 100%;
	height: 100%;
	transform:rotate: 110deg;
	-ms-transform:rotate(110deg); /* IE 9 */
  -moz-transform:rotate(110deg); /* Firefox */
  -webkit-transform:rotate(110deg); /* Safari and Chrome */
  -o-transform:rotate(110deg); /* Opera */
  position: relative;
	top: 90%;
	left: -65%;
	content: "";
	display: inline-block;
	background-color: #aaa;
}

#galBack:hover >.pfeilTeil, #galBack:hover >.pfeilTeil::before,
#galNext:hover >.pfeilTeil, #galNext:hover >.pfeilTeil::before{
  background-color: #0ff;
}


#galSlider {
	position: relative;
	left: 0px;
	height: 100%;
	width: max-content;
}

.imgCarussellItem img, #aktimgCarussellItem img {
  height: 100%;
}

.imgCarussellItem {
	position: relative;
	display: inline-block;
  border: 0px solid #0f0;
  eight: 80%;
	float: left;
	/*! margin: 0 200px; */
  /*! top: 10%; */
}

#aktimgCarussellItem {
	position: absolute;
	transition-duration: 1s;
	transition-property: width, height, left, top;
}

.aktPos {
		top: 0;
	  left: 0;
	 width: 0;
	 height: 0;
		transition: all 4s;
}

.newPos {
  top: 10%  !important;
  margin: auto;
  height: 80%  !important;
  width: max-content  !important;
}



#row2 br {
	loat: none;
}

#row1 {
	border: 1px solid #fff;
	background: #999;
	display: inline-block;
	height: 50px;
	line-height: 1em;
	padding: 0 1em;
	margin-bottom: 0.5em;
}

#row1 h1 {
	padding-left: 0;
	line-height: 0;
}

#row2 {
	border: 0px solid #fff;
	min-height: 150px;
	margin: auto;
	font-size: 1em;
	adding: 0 0.5em;
  line-height: 1.2em;
	display: inline-block;
	text-align: center;
}

#galeryWrap {
	border: 0px solid #fff;
	display: inline-block;
	position: relative;
}

.photogalery {
	border: 1px solid #fff;
	height: 14em;
	width: 10.6em;
	margin: 0.25em auto;
	cursor: pointer;
	display: inline-block;
	loat: left;
	overflow: hidden;
	position: relative;
	
}
.photogalery img {
	width: 100%;
}

.photogalery:hover {
	scale: 115%;
	transition: scale 0.8s;
	z-index: 5;
}

@media only screen and ( min-width: 1351px ) {
	#row1 {
		width: calc(100% - 380px);
	}
	#row2 {
		width: calc(100% - 380px);
	}
	#galeryWrap {
	   idth: calc(100% - 30px);	
	}
}

@media only screen and ( max-width: 1350px ) {
	#row1 {
		width: calc(100% - 280px);
	}
	#row2 {
		width: calc(100% - 280px);
	}
	#galeryWrap {
	   idth: calc(100% - 6px);	
	}


}

@media only screen and ( max-width: 1050px ) {
	#row1 {
		width: calc(100% - 210px);
	}
	#row2 {
		width: calc(100% - 210px);
	}
	
}

@media only screen and ( max-width: 750px ) {
	#row1 {
		width: 100%;
	}
	#row2 {
		width: 100%;
		width: 90%;
		margin-left: 5%;
	}
	#galeryWrap {
	   idth: calc(100% - 12vw);	
	}

}

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

}