.placeHolder {
	height: 50px;
}

/* SLIDER */
.w3-badge {
	height: 13px;
	width: 13px;
	padding: 0
}

.row>.column {
	padding: 0 8px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.mySlides {
	display: none;
	min-height: 200px;
}

.mySlidesÜbernachtung {
	display: none;
	min-height: 200px;
}

.mySlidesSelbstversorgung {
	display: none;
	min-height: 200px;
}

.mySlidesFreizeit {
	display: none;
	min-height: 200px;
}

.sliderImage {
	max-height: 400px;
}
/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3 {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bgimg-1 {
	background-image: url("img/luetzel.jpg");
	min-height: 800px;
}

.bgimg-2 {
	background-image: url("img/natur.jpeg");
	min-height: 1500px;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
	.bgimg-1, .bgimg-2, .bgimg-3 {
		background-attachment: scroll;
	}
}

/* album */
.albumsubjects {
	border: 1px solid lightgray;
	border-radius: 4px;
	opacity: 0.60;
}

.albumsubjects:hover {
	opacity: 1;
	background-color: lightgray;
	color: white;
}

* {
	box-sizing: border-box;
}

.row>.column {
	padding: 0 8px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

.column {
	float: left;
	width: 25%;
	padding: 7px;
}

/* album Gallary */
.modal2 {
	display: none;
	position: fixed;
	z-index: 2;
	padding-top: 70px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: black;
}

/* Modal Content */
.modal-content2 {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
}

/* The Close Button */
.close {
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
}

.close:hover, .close:focus {
	text-decoration: none;
	cursor: pointer;
}

.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

img {
	margin-bottom: -4px;
	padding-left: 0;
}

.caption-container {
	text-align: center;
	background-color: black;
	padding: 2px 16px;
	color: white;
}

.demo {
	opacity: 0.6;
}

.uebernachtungGallery {
	opacity: 0.6;
}

.selbstversorgungGallery {
	opacity: 0.6;
}

.freizeitGallery {
	opacity: 0.6;
}

.active, .demo:hover {
	opacity: 1;
}

img.hover-shadow {
	transition: 0.3s
}

.hover-shadow:hover {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19)
}
/*Ende Album*/

/*Reservierung*/
.albumsubjects {
	border: 1px solid lightgray;
	border-radius: 4px;
	opacity: 0.60;
}

.w3-quarter:hover {
	transform: scale(1.1);
	color: gray;
}
/*Ende Reservierung*/

/* Ausflugtipps*/
.iFrame {
	border: none;
	width: 100%;
	height: 610px;
}

/*Ende Ausflugtipps*/