/* Layout - Intro */

body {
	position: relative;
}
body > #PageWrapper {
	overflow: hidden;
	padding: 0 !important;
	position: static;
}

/* Animation */

#GalleryWrapper {
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
}
#GalleryWrapper > .animation {
	height: 100% !important;
	width: 100%;
}

/* Content */

#ContentWrapper {
	padding-top: 100%;
}

/* Footer */

#FooterWrapper {
	position: relative;
}

/* Balken */

#GalleryWrapper > ul {
    bottom: 45px;
    left: 50%;
    margin: 0 0 0 -600px;
    max-width: 1200px;
    position: absolute;
    width: 100%;
    z-index: 3;
}
#GalleryWrapper > ul:after {
	clear: both;
	content: "";
	display: block;
}
#GalleryWrapper > ul > li {
	background: #A74B4B;
	color: #FFFFFF;
    float: left;
    font-size: 16px;
    height: 100px;
    line-height: 1.2;
    margin: 0 0.5% 0 0;
    padding: 22px 0 0 100px;
    position: relative;
	width: 33.333333333333336%; /* 400 */
}
#GalleryWrapper > ul > li.hotline {
	width: 32.333333333333336%; /* 388 */
}
#GalleryWrapper > ul > li:last-child {
	margin-right: 0;
}
#GalleryWrapper > ul > li:after {
	font-family: "fontello";
    font-size: 60px;
    height: 100px;
    left: 0;
    line-height: 100px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100px;
}
#GalleryWrapper > ul > li.location:after {
	content: "\E83E";
}
#GalleryWrapper > ul > li.hotline:after {
	content: "\E83D";
}
#GalleryWrapper > ul > li.inquiry:after {
	content: "\E83F";
}

/* Location */

#GalleryWrapper > ul > li > strong {
	font-weight: bold;
}

/* Hotline */

#GalleryWrapper > ul > li.hotline > a {
	color: #FFFFFF;
	display: table;
	font-size: 24px;
	padding: 6px 0 0;
}

/* Anfrage */

#GalleryWrapper > ul > li.inquiry {
	padding-top: 30px;
}
#GalleryWrapper > ul > li.inquiry > form:after {
	clear: both;
	content: "";
	display: block;
}
#GalleryWrapper > ul > li.inquiry > form > input.hidden {
	display: none;
}
#GalleryWrapper > ul > li.inquiry > form > input.mobilearrival {
	border: 0;
	height: 1;
	opacity: 0;
	padding: 0;
	position: absolute;
	width: 1px;
}
#GalleryWrapper > ul > li.inquiry > form > div.date {
	background: #BD7878;
	float: left;
	position: relative;
	width: 53.333333333333336%; /* 160 */
    z-index: 1;
}
#GalleryWrapper > ul > li.inquiry > form > div.date:after {
	background: #BD7878;
    content: "";
    height: 100%;
    position: absolute;
    right: -12px;
    top: 0;
    width: 30px;
    z-index: -1;
	-moz-transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
}
#GalleryWrapper > ul > li.inquiry > form > div.date > .icon {
	cursor: pointer;
    display: block;
    float: left;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    width: 25%;
}
#GalleryWrapper > ul > li.inquiry > form > div.date > .icon:after {
	content: "\E844";
	font-family: "fontello";
}
#GalleryWrapper > ul > li.inquiry > form > div.date > label {
    display: block;
    float: left;
    height: 40px;
	line-height: 40px;
	text-align: right;
	width: 18%; /* 30 */
}
#GalleryWrapper > ul > li.inquiry > form > div.date > input {
	background: none;
    border: 0 none;
    cursor: pointer;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 5px;
    width: 57%;
}
#GalleryWrapper > ul > li.inquiry > form > div.submit {
	float: right;
	position: relative;
	width: 36.666666666666664%; /* 110 */
    z-index: 1;
}
#GalleryWrapper > ul > li.inquiry > form > div.submit:after {
	background: #FFFFFF;
    content: "";
    height: 100%;
    left: -12px;
    position: absolute;
    top: 0;
    width: 30px;
    z-index: -1;
	-moz-transform: skewX(-30deg);
	-webkit-transform: skewX(-30deg);
	-o-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
}
#GalleryWrapper > ul > li.inquiry > form > div.submit:hover:after,
#GalleryWrapper > ul > li.inquiry > form > div.submit:hover > input[type="submit"] {
	background: #BD7878;
	color: #FFFFFF;
}
#GalleryWrapper > ul > li.inquiry > form > div.submit > input[type="submit"] {
	background: #FFFFFF;
	color: #A74B4B;
	border: 0;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    height: 40px;
    line-height: 42px;
    padding: 0 6px 0 0;
    text-align: center;
    width: 100%;
}

/* Kalender */

@media all and (min-height: 811px){

	#GalleryWrapper > ul > li.inquiry > form > .calendar {
		bottom: 106px;
		height: 530px !important;
		right: 0;
		padding: 0 27px 0 28px !important;
		width: 400px;
	}
	#GalleryWrapper > ul > li.inquiry > form > .calendar > div > div {
		font-size: 22px;
		font-weight: normal;
		height: 45px;
		line-height: 45px;
		width: 45px;
	}
	#GalleryWrapper > ul > li.inquiry > form > .calendar > .monthname {
		font-size: 22px;
		font-weight: bold;
		padding: 40px 0 39px;
	}
	#GalleryWrapper > ul > li.inquiry > form > .calendar > a.close:before {
		font-size: 26px;
	}
	#GalleryWrapper > ul > li.inquiry > form > .calendar > a.next,
	#GalleryWrapper > ul > li.inquiry > form > .calendar > a.prev {
		font-size: 23px;
		top: 131px;
	}
	#GalleryWrapper > ul > li.inquiry > form > .calendar > a.close {
		right: 28px;
		top: 28px;
	}
	#GalleryWrapper > ul > li.inquiry > form > .calendar > span {
		border-bottom: 6px solid #EAEAEB;
		font-size: 36px;
		line-height: 90px;
	}

}
@media all and (max-height: 810px){
	
	.bookingForm > .calendar {
		bottom: 107px;
		right: 50%;
		margin-right: -142px;
	}
	.bookingForm > .calendar > span {
		font-size: 19px;
		line-height: 34px;
	}
	.bookingForm > .calendar > .monthname {
		line-height: 36px;
	}
	.bookingForm > .calendar > a.close {
		top: 20px;
	}
	
}
@media all and (max-width: 1280px){

	#GalleryWrapper > ul {
		left: 0;
		margin-left: 0;
		max-width: none;
		padding: 0 20px;
		width: 100%;
	}

}
@media all and (max-width: 1150px){

	#GalleryWrapper > ul > li {
		padding-left: 70px;
	}
	#GalleryWrapper > ul > li:after {
		font-size: 40px;
		width: 70px;
	}

}
@media all and (max-width: 1000px) and (min-width: 800px){

	#GalleryWrapper > ul > li {
		padding-left: 20px;
	}
	#GalleryWrapper > ul > li.hotline {
		padding-left: 0;
		text-align: center;
	}
	#GalleryWrapper > ul > li.hotline > a {
		display: block;
		text-align: center;
	}
	#GalleryWrapper > ul > li:after {
		display: none;
	}
	#GalleryWrapper > ul > li.inquiry > form > div.submit {
		width: 38%;
	}
	#GalleryWrapper > ul > li.inquiry > form > div.submit > input[type="submit"] {
		font-size: 16px;
	}
	#GalleryWrapper > ul > li.inquiry > form > div.date {
		width: 50%;
	}
	#GalleryWrapper > ul > li.inquiry > form > div.date > .icon {
		display: none;
	}
	#GalleryWrapper > ul > li.inquiry > form > div.date > label {
		width: 25%;
	}
	#GalleryWrapper > ul > li.inquiry > form > div.date > input {
		padding: 0;
		text-align: center;
		width: 75%;
	}

}
@media all and (max-width: 800px){

	#GalleryWrapper > ul > li {
		margin-right: 4%;
		width: 48%;
	}
	#GalleryWrapper > ul > li.hotline {
		margin-right: 0;
		padding-top: 25px;
		width: 48%;
	}
	#GalleryWrapper > ul > li.inquiry {
		display: none;
	}

}
@media all and (max-width: 680px) and (min-width: 550px){

	#GalleryWrapper > ul > li {
		padding-left: 0;
		text-align: center;
	}
	#GalleryWrapper > ul > li:after {
		display: none;
	}
	#GalleryWrapper > ul > li.hotline > a {
		display: block;
	}

}
@media all and (max-width: 550px){

	#GalleryWrapper > .content {
		bottom: 0;
		padding-left: 0;
		padding-right: 0;
	}
	#GalleryWrapper > ul {
		background: #000000;
		background: rgba(0, 0, 0, 0.6);
		padding: 5px 10px 3px;
	}
	body.isSafari #GalleryWrapper > ul {
		padding-bottom: 0;
		padding-top: 5px;
	}
	#GalleryWrapper > ul > li {
		background: none;
		display: table;
		float: none;
		height: auto;
		margin: 0 auto !important;
		max-width: 350px;
		padding-bottom: 15px;
		padding-right: 20px;
		padding-top: 15px !important;
		width: auto !important;
	}
	#GalleryWrapper > ul > li.hotline {
		display: none;
	}
	#GalleryWrapper > ul > li.inquiry {
		display: none;
	}
	#GalleryWrapper > ul > li:after {
		line-height: 1;
		margin: -21px 0 0;
		top: 50%;
	}

}
@media all and (max-width: 360px){

	#GalleryWrapper > ul {
		padding-bottom: 10px;
		padding-left: 5px;
		padding-right: 0;
	}

}