#Wohnungen {
	background-color:#888;
}
#Wohnungen_wrapper {
	width:95%;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	padding-bottom:30px;
}
div.Wohnungen_container{
	display:block;
	vertical-align:top;
	text-align:left;
	text-align:center;
	margin-bottom:10px;
	background-color:#888;
}
div.Wohnungen_container img {
	display:inline-block;
	cursor:pointer;
	vertical-align:top;
	margin-top:10px;
	margin-left:10px;
	width:80%;
	max-width:600px;
	height:auto;
}
div.Wohnungen_text {
	margin:15px auto;
	text-align:left;
	vertical-align:top;
	width:80%;
	max-width:1200px;
}
div.Wohnungen_container p {
	padding-top:15px;
	margin-right:10px;
	color:#FFF;
}
div.Wohnungen_container p.weiterlesen {
	display:none;
}
div.Wohnungen_container h1 {
	color:#FFF;
	font-style:italic;
	text-align:left;
	margin:10px 0px 0px 0px;
}
h1 {
	font-style:italic;
	font-size:1.1em;
}
@media (min-device-width: 1280px) {
  #Wohnungen_wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
	padding-bottom:60px;
  }
  div.Wohnungen_text {
	  width:400px;
  }
  div.Wohnungen_container img {
	  width:auto;
  }
div.Wohnungen_container p.weiterlesen {
	display:block;
	text-align:center;
	padding:15px;
	width:200px;
	border:thin solid #FFF;
	border-radius: 25px;
	margin-top:30px;
	cursor:pointer;
}
}
@media (min-device-width: 1600px) {
	#Wohnungen_wrapper {
		width:1600px;
		margin-left:auto;
		margin-right:auto;
	}
	
}
/*zusatz*/
div.textlu {
	display:none;
	position:absolute;
	top:0;
	left:10%;
	width:80%;
	background-color:#FFF;
	opacity:0.8;
	z-index:11;
}
div.textlu h4 {
	color:#FFF;
	background-color:#900;
	width:100%;
	padding:15px 0;
	margin:0;
}
div.textlu div.text {
	width:45%;
	margin:2%;
	float:left;
	text-align:left;
}
div.textlu div.text p {
	margin-top:15px;
}
div.textlu img {
	margin-left:80%;
	margin-top:40px;
	margin-bottom:20px;
	cursor:pointer;
}
div.textlu span.sauna_bilder {
	cursor:pointer;
	color:#900;
}
#galerie {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:750px;
	height:600px;
	text-align:center;
	z-index:11;
}
div.galerie_bild {
	width:750px;
	height:500px;
	overflow:hidden;
}
div.galerie_bild ul {
	list-style:none;
	margin:0px;
	padding:0px;
	width:1500px;
	position:relative;
	left:0px;
}
div.galerie_bild li {
	float:left;
}
#galerie .gst {
	width:180px;
	height:60px;
	float:left;
	margin-left:125px;
	margin-top:20px;
}
#galerie .text {
	margin-left:0;
	padding-left:20px;
	text-align:left;
}
#galerie .text p {
	color:#FFF;
}
#galerie .close {
	width:60px;
	margin-left:180px;
}
div.gst_wrapper img {
	cursor:pointer;
}
#sauna {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:600px;
	text-align:center;
	z-index:12;
}
#sauna img[alt^=sauna] {
	margin:20px;
}
#sauna img[alt=close]{
	cursor:pointer;
}

