﻿/* Buchung */
#booking_form > fieldset {
	min-width: 100%;
}
#booking_form label a, #booking_form label a:visited {
	color: #f19502;
	text-decoration: underline;
}
#booking_form label a:hover {
	color: #444444;
}
/* Allgemeine Elemente */
h1, h2, h3, h4, h5, h6 {
	color: #192983;
}
h1 {
	font-weight: bold;
}
#primary {
	width: 70.576355%;
}
#primary a:hover {
	color: #192983;
}
.header-post-title-container {
	display: none;
}
#featured-slider .slider-read-more-button:hover {
	background-color: #192983;
}
.copyright {
	display: none;
	max-width: 0;
}
.tab {
  width: 70px;
  display: block;
  float: left;
}
article {
	padding-bottom: 5px;
}
#content .post, #content .page {
    padding-bottom: 5px;
}
/* Header */
#header-text-nav-container {
	background-color: #192983;
}
#header-text-nav-container, #featured-slider {
	border: none;
}
.main-navigation a {
	color: #FFFFFF;
}
#header-logo-image img {
	max-height: 80px;
}
@media screen and (min-width: 841px) {
	.main-navigation a {
		height: 18px;
	}
    #header-right-section {
		padding-top: 46px;
	}
}
#header-text-nav-wrap {
  padding-right: 1.3%;
}
.main-navigation {
	padding-top: 0;
}
.site-header .menu-toggle {
	background: #959595;
}
.main-small-navigation li {
	background: #959595;
}
/* Content */
.container-wrapper {
	float: left;
}
.container-half {
	width: 94%;
	padding: 1.5%;
	margin: 0 1.5%;
	float: left;
	display: block;
}
@media screen and (min-width: 992px) {
    .container-half {
		width: 44%;
		padding: 1.5%;
		margin: 1.5%;
		float: left;
		display: block;
	}
}
.entry-content ul {
	list-style: none;
	padding: 0;
	margin: 0 0 10px 0;
	text-indent: -1.6em; /* Umbruch korrigieren nach li:before mit content */
}
.entry-content ul li:before
{
    content: '\2713';
    margin: 0 0.4em;
    color: #F29400;
}
.horizontal-box {
	float: left;
	background-color: #192983;
	color: #FFFFFF;
	padding: 0 3em;
}
.horizontal-box > div{
		float: left;
		padding: 0 2em;
		margin: 0.4em auto;
		width: 85%;
		text-align: center;
		border-bottom: #F29400 solid 2px;
}
.horizontal-box > div:first-child {
	padding-top: 0.8em;
}
.horizontal-box > div:last-child {
	border-bottom: none;
}
@media screen and (min-width: 1149px) {
	.horizontal-box {
		padding: 0.5em 0.2em;
		width: 100%;
	}
	.horizontal-box > div{
		border-bottom: none;
		border-right: #F29400 solid 2px;
		max-width: 41%;
		width: 41%;
	}
	.horizontal-box > div > p{
		margin-bottom: 8px;
		padding-top: 5px;
	}
	.horizontal-box > div:first-child {
		padding-top: 0;
	}
	.horizontal-box > div:nth-child(2n) {
		border-right: none;
	}
}
@media screen and (min-width: 1309px) {
	.horizontal-box > div{
		height: 40px;
		width: 17%;
	}
	.horizontal-box > div > p{
		line-height: 20px;
		margin-bottom: 15px;
		padding-top: 0;
	}
	.horizontal-box > div:nth-child(2n+1) > p{
		line-height: 2.4em;
	}
	.horizontal-box > div:nth-child(2n){
		border-right: #F29400 solid 2px;
	}
	.horizontal-box > div:last-child {
		border-right: none;
	}
}
th, td {
	border: none;
	padding: 0;
}
table {
	max-width: 450px !important;
}
/* Slider */
#featured-slider {
	height: 220px !important;
}
.slides {
	height: 220px !important;
	overflow: hidden;
	position: relative;
}
@media screen and (min-width: 760px) {
	#featured-slider {
		height: 400px !important;
	}
	.slides {
		height: 400px !important;
	}
}
.slides img {
	position: absolute;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: 475px;
	width: 100%;
	height: auto;
	margin-top: -200px;
	margin-left: -250px;
}
@media screen and (min-width: 475px) {
	.slides img {
		top: 0;
		left: 0;
		margin-top: -25%;
		margin-left: 0;
	}
}
@media screen and (min-width: 760px) {
	.slides img {
		min-width: 850px;
	}
}
@media screen and (min-width: 850px) {
	.slides img {
		min-width: 100%;
	}
}
@media only screen and (max-width: 420px) {
	#featured-slider .entry-content, #featured-slider .slider-read-more-button {
		display: block;
	}
}
/* Footer */
.footer-socket-wrapper {
	background-color: #192983;
}
.footer-socket-wrapper .copyright {
	color: #F29400;
}
.footer-socket-wrapper .copyright a {
	color: #FFFFFF;
}
.footer-socket-wrapper .small-menu {
	float: left;
	width: 100%;
	font-size: 14px;
	padding-top: 1.2%;
	color: #FFFFFF;
}
.footer-socket-wrapper .small-menu a {
	font-size: 14px;
	color: #FFFFFF;
}
.small-menu > div {
	float: left;
}
.small-menu > p {
	float: right;
	padding: 3% 1.3% 0 4%;
}
@media screen and (min-width: 641px) {
	.small-menu > p {
		padding: 0 1.3% 0 4%;
	}
}