@charset "utf-8";
body {
	background-color: #9EC284;
}
h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 40px;
}
p {
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.txt1 {
	text-align: left;
	height: auto;
}
.txt2 {
	text-align: left;
	height: auto;
}
.txt3 {
	text-align: left;
}

.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;
}

.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: 10%;
}


#header {
	height: auto;
	width: 100%;
}
#container {
	height: 300px;
	width: 100%;
	display: block;
	list-style-type: none;
	overflow: hidden;
	text-decoration: none;
}


#concent {
	float: left;
	height: auto;
	width: 100%;
	background-color: #EBF7E3;
	position: relative;
	top: 6px;
	border-radius: 25px;
	left: 0%;
	padding-bottom: 8px;
}


#foot {
	height: 100px;
	width: 100%;
	clear: both;
}

.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;
	text-decoration: none;
	padding-top: 14px;
	padding-right: 16px;
	padding-bottom: 14px;
	padding-left: 16px;
}

.container li a:hover {
  background-color: #111;
}

.container .dropdown {
	float: none;
}

.container .dropdown-menu a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.container .dropdown-toggle {
	position: relative;
	display: inline-block;
}

.container .dropdown-menu {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	min-width: 160px;
}

.container .dropdown-menu a:hover {background-color: #f1f1f1}

.container .dropdown:hover .dropdown-menu {
  display: block;
}

.karte {
	position: relative;
	left: 0px;
	clip: rect(auto,465px,auto,auto);
}


.grid-container {
	justify-content: center;
	grid-template-columns: 300px 300px 300px 300px;
	grid-gap: 10px;
	text-align: center;
}
.gallery {
	border: 5px solid #EBF7E3;
}
.gallery:hover {
	border: 5px solid #66B032;
}

.gallery img {
	width: 100%;
	height: auto;
}
.pauschalen {
	background-color: #EBF7E3;
	width: 400px;
	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: 6%;
	position: relative;
}
#txtrd {
	color: #F00;
	text-align: right;
	font-weight: bold;
}
.leistung {
	text-align: center;
}
.zimmer {
	text-align: center;
}
.zimmer img {
	margin: 5px;
	border: thick solid #375F1B;
}
#concent_grid {
	float: none;
	height: 2050px;
	width: 80%;
	background-color: #EBF7E3;
	position: relative;
	top: 6px;
	border-radius: 25px;
	left: 10%;
	padding-bottom: 8px;
	text-align: center;
}
