@charset "utf-8";
body {
	background-color: #9EC284;
}
h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 45px;
	font-weight: bold;
	text-align: center;
	margin: 40px;
}
p {
	font-size: 20px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.txt1 {
	text-align: left;
	height: auto;
	float: left;
}

.txt2 {
	text-align: left;
	height: auto;
	float: left;
}
.txt3 {
	text-align: left;
	height: auto;
	float: left;
}
.txt4 {
	text-align: left;
	height: auto;
	float: left;
	position: relative;
	left: 45%;
}


.pic1 {
	position: relative;
	top: 0px;
	border-radius: 8px;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	box-shadow: 10px 10px 5px grey;
}

.pic2 {
	position: relative;
	top: 0px;
	border-radius: 8px;
	float: right;
	margin-right: 15px;
	margin-left: 15px;
	box-shadow: 10px 10px 5px grey;
	background-image: url(file:///D|/HomePage_haus-schiller.de/V03_HP/images/elypso_bad_169.jpg);
}

.pic3 {
	position: relative;
	top: 0px;
	border-radius: 8px;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	box-shadow: 10px 10px 5px grey;
}
.pic4 {
	position: relative;
	top: 0px;
	border-radius: 8px;
	float: left;
	margin-right: 15px;
	margin-left: 15px;
	box-shadow: 10px 10px 5px grey;
	left: 30%;
}

.karte {
	position: relative;
	left: 4%;

}

#header {
	height: auto;
	width: 100%;
}
#container {
	height: 300px;
	width: 100%;
	display: block;
	list-style-type: none;
	overflow: hidden;
	text-decoration: none;
}


#conleft {
	float: left;
	height: 20%;
	width: 200px;
}


#concent {
	float: left;
	height: auto;
	width: 80%;
	background-color: #EBF7E3;
	position: relative;
	top: 6px;
	border-radius: 25px;
	left: 10%;
	padding-bottom: 8px;
}
#concent_grid {
	float: none;
	height: 1300px;
	width: 80%;
	background-color: #EBF7E3;
	position: relative;
	top: 6px;
	border-radius: 25px;
	left: 10%;
	padding-bottom: 8px;
	text-align: center;
}



#conright {
	height: 20%;
	width: 300px;
	float: right;
}


#foot {




}


.container ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333;
}

.container li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.container li a:hover {
  background-color: #111;
}

.container .dropdown {
  float: left;
}

.container .dropdown-toggle {
	position: relative;
	display: inline-block;
}

.container .dropdown-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.container .dropdown-menu a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.container .dropdown-menu a:hover {background-color: #f1f1f1}

.container .dropdown:hover .dropdown-menu {
	display: block;
}
.zimmer {
	text-align: center;
}
.zimmer1 {
	text-align: center;
}

.zimmer img {
	margin: 5px;
	border: thick solid #375F1B;
}




.grid-container {
	justify-content: center;
	grid-template-columns: 300px 300px 300px 300px;
	grid-gap: 10px;
	left: 10%;
	position: relative;
	height: auto;
	width: 80%;
}

.gallery {
	float: left;
	border: 5px solid #EBF7E3;
	display: block;
	text-align: center;
	background: #EBF7E3;
}
.gallery:hover {
	border: 5px solid #66B032;
}

.gallery img {
	width: 100%;
	height: auto;
}
.tabelle {
}

.pauschalen {
	background-color: #EBF7E3;
	width: 600px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #375F1B;
	border-right-color: #375F1B;
	border-bottom-color: #375F1B;
	border-left-color: #375F1B;
	margin-top: 5px;
	margin-bottom: 5px;
	left: 10%;
	position: relative;
}
.leistung {
	text-align: center;
}


#txtrd {
	color: #F00;
	text-align: right;
	font-weight: bold;

}
