/* ========================================================================

   FONTS

	font-family: "BebasNeue-webfont";
	font-family: "Neue_Helvetica_45_Light";
	font-family: "Neue_Helvetica_47_LightCondensed";
	font-family: "Neue_Helvetica_67_MediumCondensed";
	font-family: "Neue_Helvetica_77_BoldCondensed";

   FARBEN

	hell-grau: #F0F0F0 = 240, 240, 240 = INFOTEXT BG BEIM BUCHEN
	dunkel-blau: #182E39 = 24, 46, 57

========================================================================== */

/* ========================================================================
   GENERAL
 ========================================================================== */

@media screen and (max-width: 782px) {
	html {
		margin-top: 0 !important;
	}
}

h1 {
	max-width: 730px;
	padding-top: 70px;
	margin-bottom: 40px;
	color: #182E39;
	font-family: "Neue_Helvetica_47_LightCondensed";
	font-size: 30px;
	text-transform: uppercase;
	line-height: normal;
	word-wrap: break-word;
}

.centered {
	text-align: center !important;
}

.centercol {
	margin-left: auto;
	margin-right: auto;
}

.p1 {
	max-width: 700px;
	padding-bottom: 25px;
	color: #182E39;
}

a, .uk-link {
	color: #182E39;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

.float-right {
	float: right;
}

/* ========================================================================
   NAVBAR
 ========================================================================== */

nav {
	height: 100px;
}

.nav {
	list-style-type: none !important;
	margin-top: -15px !important;
}

.uk-sticky-placeholder {
	height: 65px !important;
}

/*
.uk-container, .uk-container-center {
	position: relative;
	max-width: 850px;
}
*/

.uk-navbar {
	background: #182E39 !important;
}

.uk-navbar-nav {
	color: #F0F0F0 !important;
	font-family: "Neue_Helvetica_47_LightCondensed";
}

.uk-navbar-nav > li > a {
	height: 40px;
	margin-top: 25px;
	color: #F0F0F0 !important;
	font-size: 14px;
	line-height: 50px;
	background: #182E39 !important;
}

.uk-navbar-nav > li > a:hover {
	color: #FFFFFF !important;
}

.uk-navbar-nav > li > a:before {
	height: 0px;
	background: #F0F0F0 !important;
}

.uk-navbar-nav > li.uk-active > a {
	color: #FFFFFF !important;
	background: #182E39 !important;
}

.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:visited {
	color: #FFFFFF !important;
	background: #182E39 !important;
}

.uk-nav-navbar > li > a:active {
	color: #FFFFFF !important;
	background: #182E39 !important;
}

.uk-dropdown-navbar {
	background: #182E39 !important;
}

.tm-logo {

	top: 61px;
	left: 40px;
	color: #FFFFFF !important;
	font-size: 22px;
}

/*
@media (max-width: 820px) {
	.tm-logo {
		width: 500px;
	}
}

@media (max-width: 767px) {
	.tm-logo {
		width: 400px;
	}
}

@media (max-width: 480px) {
	.tm-logo {
		width: 300px;
	}
}
*/

.top-divider {
	position: fixed;
	width: 100%;
	height: 3px;
	top: 100px;
	background: #FFFFFF;
	z-index: 100;
}

@media (max-width: 639px) {
	.top-divider {
		display: none;
	}
	.tm-top-teaser {
		display: block;
	}
}

/* ========================================================================
   NAVBAR: OFFCANVAS
 ========================================================================== */

.uk-navbar-toggle {
	color: #F0F0F0 !important;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a,
.uk-nav-offcanvas > li > a,
.uk-nav-offcanvas ul a {
	color: #F0F0F0 !important;
	font-size: 110%;
	font-family: "Neue_Helvetica_47_LightCondensed";
	text-transform: uppercase;
}

.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show,
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
	font-family: "Neue_Helvetica_77_BoldCondensed";
}

.uk-nav-offcanvas > .uk-parent > .uk-nav-sub {
	color: #F0F0F0 !important;
	background: #182E39 !important;
}

.uk-nav-offcanvas > li > a {
	background: #F0F0F0;
	color: #182E39 !important;
	font-family: "Neue_Helvetica_77_BoldCondensed";
}

.uk-nav-offcanvas > li > a:hover {
	background: #182E39 !important;
	color: #F0F0F0 !important;
}

.uk-nav ul a {
	padding: 4px 0;
}

.uk-nav-offcanvas ul a:hover {
	color: #182E39 !important;
	font-family: "Neue_Helvetica_67_MediumCondensed";
}


html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
	background: #182E39;
}

.uk-offcanvas-bar {
	background: #F0f0f0;
}

/* ========================================================================
   NAVBAR PHONE
 ========================================================================== */

/*
header-phone {
	width: 85%;
	position: absolute !important;
	padding-right: 40px;
	margin-top: 20px;
	margin-left: 65px;
	color: #182E39;
	text-align: right;
	z-index: 100000 !important;
}

.header-phone p {
	margin: 0;
}

@media (max-width: 850px) {
	.header-phone {
		display: none;
		text-align: left;
		margin-left: 107px;
		padding-right: 0;
		width: 175px;
	}
}
*/

/* ========================================================================
   ALL PAGES
 ========================================================================== */

.ul-wrapper {
	max-width: 600px;
	text-align: left;
}

.content-wrapper {
	color: #182E39;
	background: #F0F0F0 !important;
	padding: 0 20px 0 20px;
}

.uk-panel-box {
	padding: 0;
	border: none;
}

.uk-article {
	background: #F0F0F0;
}

.uk-article-title {
	display: none;
}

.large-banner {
	height: 600px;
	width: 100%;
	color: #F0F0F0;
	font-family: "BebasNeue-webfont";
	font-size: 60px;
	text-align: center;
	text-transform: uppercase;
	line-height: 610px;
	letter-spacing: 2px;
}

.large-banner-h1-span {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.large-banner-news {
	height: 620px;
	width: 100%;
	color: #F0F0F0;
	text-align: center;
	line-height: 1;
}

.large-banner-news-h1-span {
	padding-top: 200px;
	font-family: "Neue_Helvetica_77_BoldCondensed";
	font-size: 70px;
	text-transform: uppercase;
	line-height: 1;
	display: block;
	vertical-align: middle;
}

.large-banner-news-h6-span {
	display: block;
	padding-top: 15px;
	font-family: "Neue_Helvetica_45_Light";
	font-size: 16px;
	font-weight: normal;
	text-transform: none;
	line-height: 1.5;
	vertical-align: middle;
}

.tm-footer-top {
	padding-top: 35px;
	text-transform: uppercase;
}

.tm-footer-top, .tm-footer {
	background: #182E39;
}

.footer-logo {
	width: 70px;
}

.footer-facebook {
	width: 50px;
	height: 50px;
}

.footer-h1 {
	margin-bottom: 0;
	color: #182E39;
	font-family: "Neue_Helvetica_67_MediumCondensed";
	letter-spacing: 0.1em;
}

.footer-p1 {
	margin-top: 0;
	margin-bottom: 5px;
	color: #F0F0F0;
	font-family: "Neue_Helvetica_47_LightCondensed";
	font-size: 80%;
	letter-spacing: 0.1em;
	line-height: 2;
}

.footer-copyright {
	color: #F0F0F0;
	font-size: 12px;
	padding: 35px 0;
}

.tm-block-primary a {
	color: rgba(240, 240, 240, 0.6);
}

/* Auf kleinen Displays: Textabstand vom Rand (so dass er nicht am Rand "klebt") */
@media (max-width: 720px) {
	h1, .large-banner-h1-span, p1, .sleep-headliner, .centered {
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* ========================================================================
   TEASER & SCROLLDOWN
 ========================================================================== */

/* TEASER */

.teasercaption {
	display: table;
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0 35px;
	color: #F0F0F0;
	font-family: "BebasNeue-webfont";
	font-size: 90px;
	text-align: left;
	text-transform: uppercase;
	line-height: 90px;
	letter-spacing: 2px;
}

.teasercaption > span {
	display: inline-block;
	margin-left: 40px;
}

.teaser-divider {
	width: 80px;
	height: 4px;
	background-color: #F0F0F0;
	margin-top: 10px;
	margin-bottom: 10px;
}

.teasercaptionsecondline {
	font-size: 25px;
	line-height: 45px;
}

@media (max-width: 960px) {
	.teasercaption {
		top: 40px;
		font-size: 45px;
		line-height: 50px;
	}
	.teasercaptionsecondline {
		font-size: 25px;
		line-height: 35px;
	}
}

@media (max-width: 767px) {
	.teasercaption {
		top: 40px;
		font-size: 40px;
		line-height: 50px;
	}
	.teasercaptionsecondline {
		font-size: 20px;
		line-height: 30px;
	}
}

@media (max-width: 480px) {
	.teasercaption {
		top: 20px;
		left: 20px;
		padding: 0 0px;
		font-size: 25px;
		line-height: 25px;
		max-width:100%;
	}
	.teasercaption > div {
		padding:20px;
	}
	.teasercaptionsecondline {
		font-size: 15px;
		line-height: 15px;
	}
	.teaser-divider {
		width: 50px;
		height: 2px;
	}
}

/* SCROLLDOWN */

#scrolldown {
	width: 100%;
	position: absolute;
	display: block;
	margin-top: -60px;
	margin-bottom: 20px;
	padding-bottom: 30px;
	color: #F0F0F0;
	font-size: 18px;
	font-family: "BebasNeue-webfont";
	text-align: center;
	text-decoration: none;
	background-image: url('/wp-content/uploads/arrow_down.png');
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 40px;
	z-index: 1;
}

@media (min-width: 320px) and (max-width: 767px) {
	#scrolldown {
		display: none !important;
	}
}

#scrollline {
	width: 100%;
	position: fixed;
	display: block;
	bottom: 0;
	margin-top: -60px;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #F0F0F0;
	text-align: center;
	z-index: 1;
}

.wp-post-image {
	width: 100%;
	max-width: 100%;
	height: auto;
	background-position: 50% 50% !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	overflow: hidden;
}

#wp-post-image-stoerer {
	width: 100%;
	position: absolute;
	display: block;
	margin-top: -25%;
	margin-bottom: 0;
	padding-bottom: 15%;
	background-image: url('/wp-content/uploads/AE_Secret_Key_StoererV2.png');
	background-repeat: no-repeat;
	background-position: 77%;
	background-size: 15%;
	z-index: 1;
}

#wp-post-image-stoererV2 {
	width: 100%;
	position: fixed;
	display: block;
	bottom: 0;
	margin-top: -25%;
	margin-bottom: 0;
	padding-bottom: 0;
	z-index: 1;
}

/* ========================================================================
   STARTSEITE: WIDGETKIT
 ========================================================================== */

.startseite-widgetkit-raeume,
.startseite-widgetkit-symbole,
.startseite-widgetkit-logos {
	max-width: 1000px;
}

@media (min-width: 768px) {
	.startseite-widgetkit-raeume {
	padding: 0 200px 10px 200px !important;
	}
}

@media (max-width: 767px) {
	.startseite-widgetkit-raeume {
	
	}
}

@media (max-width: 320px) {
	.startseite-widgetkit-raeume {
	padding: 0 20px 10px 20px !important;
	margin: 40px 0;
	}
}

.startseite-widgetkit-symbole {
	padding: 100px 100px 15px 100px;
}

@media (max-width: 767px) {
	.startseite-widgetkit-symbole {
	padding: 50px 20px;
	}
}

@media (max-width: 320px) {
	.startseite-widgetkit-symbole {
	padding: 20px 30px;
	margin: 40px 0;
	}
}

.startseite-widgetkit-logos {
	padding: 40px 200px 100px 200px;
}

@media (max-width: 767px) {
	[class*='uk-grid-width'] > * {
	max-width: 100%;
	width:auto;
	margin:0 auto;
	}
}

@media (max-width: 767px) {
	.startseite-widgetkit-logos {
	padding: 50px 20px;
	}
}

@media (max-width: 320px) {
	.startseite-widgetkit-logos {
	padding: 40px 20px;
	}
}

.uk-panel {
	color: #182E39;
}

.uk-panel-box {
	min-width: 200px;
	max-width: 350px;
	padding: 20px !important;
	border-radius: 5px !important;
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
	background: #F0F0F0;
	color: #182E39
}

@media (max-width: 767px) {
	.uk-panel-box {
	margin: 0 auto !important;
	}
}

@media (max-width: 480px) {
	.uk-panel-box {
	margin: 0 auto !important;
	}
}

@media (max-width: 320px) {
	.uk-panel-box {
	margin: 0 auto !important;
	}
}

.uk-panel-box .uk-panel-teaser {
	margin-top: 10px;
}

.uk-width-small-1-5 {
	text-align: center;
}

/* ========================================================================
   HOME
 ========================================================================== */

.home-getmoreinfos-wrapper {
	color: #F0F0F0;
	margin-top: 20px;
}

.home-getmoreinfos-table {
	border-spacing: 30px 30px;
	padding: 10px 0 10px 0;
}

.home-getmoreinfos-box {
	/* width: 50%; */
	max-width: 470px;
	height: 260px;
	padding: 0;
}

.home-getmoreinfos-box a {
	color: #F0F0F0 !important;
}

.home-getmoreinfos-info {
	width: 100%;
	height: 260px;
}

.home-getmoreinfos-info-more {
	margin: 0;
	padding: 0;
	background: url(/wp-content/uploads/more_info.png) center no-repeat;
}

.home-getmoreinfos-content {
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(13, 24, 32, 0.6), rgba(13, 24, 32, 0.6));
}

.home-getmoreinfos-box-h1 {
	padding-top: 50px;
	padding-left: 3px;
	padding-right: 3px;
	font-size: 32px;
	font-family: "Neue_Helvetica_77_BoldCondensed";
	text-align: center;
}

.home-getmoreinfos-box-divider {
	width: 50px;
	height: 5px;
	border-top: 3px solid;
	border-color: #F0F0F0;
	margin-top: 10px;
	margin-bottom: 15px;
}

.home-getmoreinfos-box-p1 {
	font-family: "Neue_Helvetica_45_Light";
	text-align: center;
	padding: 0 60px 0 60px;
}

.home-getmoreinfos-box-price {
	text-align: center;
	padding-top: 25px;
}

.home-getmoreinfos-box-price-span {
	margin-left: 5px;
	margin-right: 5px;
	padding: 10px 10px 5px 10px;
	border: 2px solid;
	font-family: "Neue_Helvetica_77_BoldCondensed";
}

@media (max-width: 960px) {
	.home-getmoreinfos-box-p1 {
		font-size: 80%;
	}
	.uk-article-title, h2 {
		font-size: 27px;
		line-height: 120%;
		margin-bottom: 0;
	}
}

@media (max-width: 805px) {
	.home-getmoreinfos-box-p1 {
		font-size: 70%;
	}
	.home-getmoreinfos-info-more {
		background-size: 80%;
	}
}

@media (max-width: 725px) {
	.home-getmoreinfos-box-p1 {
		display: none;
	}
	.home-getmoreinfos-info-more {
		background-size: 80%;
	}
	.home-getmoreinfos-box {
		height: 200px;
	}
	.home-getmoreinfos-info {
		width: 100%;	
		height: 200px;
	}
	.home-getmoreinfos-box-price-span {
		font-size: 14px;
	}
	.sleep-2col-ul {
		padding-left: 0;
	}
}

@media (max-width: 820px) {
	/* 2 Textspalten untereinander anordnen */
	.uk-width-1-1, .uk-width-1-2 {
		text-align: center;
	}
}

/* Kachel-Text bei 485px verkleinern */
@media (max-width: 485px) {
	.home-getmoreinfos-box-price-span {
		font-size: 10px;
		border: 1px solid;
	}
	.home-getmoreinfos-box {
		height: 150px;
	}
	.home-getmoreinfos-info {
		height: 150px;
	}
	.home-getmoreinfos-box-price {
		padding-top: 8px;
	}
	.home-getmoreinfos-box-divider {
		margin-bottom: 0;
	}
}

@media (max-width: 420px) {
	.home-getmoreinfos-box-price-span {
		font-size: 8px;
		margin: 2px;
	}
	.home-getmoreinfos-info-more {
		background-size: 80%;
	}
	.home-getmoreinfos-box-h1 {
		font-size: 16px;
	}
	.large-banner-h1-span {
		font-size: 90%;
	}
}

.home-team-wrapper {
	width: 100%;
	margin-top: 60px;
	padding-bottom: 30px;
	color: #F0F0F0;
	background: #182E39;
}

.home-team-wrapper a {
	color: #F0F0F0;
}

.home-team-wrapper a:hover {
	color: #182E39;
}

.home-team-headline {
	color: #F0F0F0;
}

.home-team-maintable tr {
	height: 250px;
}

.home-team-maintable-partner {
	margin-bottom: 10px;
}

.home-team-maintable-partner tr {
	height: auto;
}

.home-team-maintable-partner p {
	color: #F0F0F0;
	font-size: 15px;
	margin: 15px 0;
}

.partner-heading {
	line-height: 1.2;
	margin-bottom: 10px;
}

.partner-contact,
.partner-contact a {
	color: #F0F0F0;
	line-height: 1.5;
}

.partner-contact a:hover {
	color: #182E39;
}

.home-team-td {
	min-width: 150px;
	max-width: 350px;
}

.home-team-td-partner {
	width: 300px;
	text-align: center;
}

.home-team-circle-img {
	height: 165px;
	min-width: 165px;
	padding: 30px;
	text-align: center;
}

@media all and (max-width: 920px) {
	.home-team-tr {
		display: block;
	}
	.home-team-td {
		display: block;
		padding-bottom: 25px;
		text-align: center;
	}
	.home-team-circle-img {
		display: block;
		padding-bottom: 0;
	}
}

@media (max-width: 640px) {
	.home-team-maintable-partner tr {
		display: block;
	}
	.home-team-maintable-partner td {
		display: block;
		padding: 25px 0;
		text-align: center;
	}
}

/* ========================================================================
   ABOUT
 ========================================================================== */

.about-2col {
	max-width: 800px;
}

.about-2col li:before { 
	content: '\00b7'; 
	font-size: 14px !important;
	padding-right: 6px;
}

.about-1-2col {
	text-align: left;
	margin-bottom: 30px;
}

.wk-content h2 {
	margin-top: 16px !important;
	margin-bottom: 0;
	font-size: 28px;
	line-height: 32px;
}

@media (max-width: 600px) {
	.about-1-2-col {
		margin-left: 35px;
	}
}

.about-partner-wrapper {
	background: #F0F0F0;
	padding-bottom: 40px;
}

.about-partner-txt {
	color: #182E39;
	font-size: 14px;
	line-height: 14px;
	padding-top: 15px;
}

.about-partner-img {
	width: 125px;
	height: 210px;
	padding: 40px;
	position: center;
}

.about-partner-img > center {
	height: 185px;
}

@media (max-width: 1020px) {
	.about-partner-img {
		padding: 10px;
	}
}

@media (max-width: 930px) {
	.about-partner-img {
		padding: 5px;
	}
}

@media all and (max-width: 930px) {
	.about-partner-img {
		display: block;
	}
}

/* ========================================================================
   SLEEP
 ========================================================================== */

.sleep-wrapper {
	background: #182E39;
	width: 100%;
	color: #F0F0F0;
	padding-top: 50px;
	padding-bottom: 25px;
}

@media (max-width: 640px) {
.sleep-wrapper {
	padding-left:0px;
}
}

.sleep-wrapper h1 {
	margin-top: 0 !important;
	color: #F0F0F0 !important;
}

.sleep-headliner {
	text-transform: uppercase;
	text-align: left;
	max-width: 740px;
	font-size: 18px;
	font-family: "Neue_Helvetica_47_LightCondensed";
	padding-top: 50px;
	padding-bottom: 15px;
}

.sleep-wrapper ul {
	list-style-type: none;
	position: relative;
	margin-left: 1em;
	padding-left: 0;
}

.sleep-wrapper li {
	padding-left: 1em;
	text-indent: -.9em;
	line-height: 2;
}

.sleep-wrapper li:before {
	content: "•";
	font-size: 18px !important;
	color: #182E39;
	padding-right: 6px;
}

.sleep-prices-wrapper {
	max-width: 750px;
	color: #182E39;
}

.sleep-prices-wrapper .about-1-2col {
	padding-top: 10px;
}

.sleep-prices-container {
	max-width: 850px;
	margin-bottom: 50px;
	display: -webkit-flex !important; /* Chrome */
	display: flex; /* Opera, Firefox */
	-webkit-flex-direction: row !important;
	flex-direction: row;
}

@media (max-width: 650px) {
	.sleep-prices-container {
		-webkit-flex-direction: column !important;
		flex-direction: column;
	}
	.sleep-prices-container-right {
		margin-top: 30px;
	}
}

.sleep-prices-container-left {
	display: -webkit-flex !important; /* Chrome */
	display: flex; /* Opera, Firefox */
	-webkit-flex-direction: column !important;
	flex-direction: column;
	-webkit-flex: 1 !important; /* Chrome */
	flex: 1;
}

.sleep-prices-container-right {
	max-width: 350px;
	margin-top: -10px !important;
	-webkit-flex: 1 !important; /* Chrome */
	flex: 1;
}

.sleep-prices-table {
	text-align: left;
	padding-top: 10px;
	padding-left: 15px;
}

.sleep-prices-table th {
	text-transform: uppercase;
}

.sleep-prices-abstand {
	height: 10px;
	width: 100%;
}

.sleep-prices-pro {
	font-size: 18px;
	font-family: "Neue_Helvetica_47_LightCondensed";
	text-align: left;
	text-transform: uppercase;
	padding-left: 15px;
}

.product-price {
	padding-left: 20px;
}

.prices-box {
	width: 95%;
	padding-top: 25px;
	padding-bottom: 15px;
	margin-left: 10px;
	margin-right: -30px;
	color: #F0F0F0;
	text-align: left;
	background: #182E39 none repeat scroll 0% 0%;
	-webkit-flex: 1 !important; /* Chrome */
	flex: 1;
}

@media (max-width: 650px) {
	.prices-box {
		width: 100% !important;
		margin: 0 !important;
	}
}

.prices-box-caption {
	font-size: 80%;
	padding-left: 10px;
	padding-right: 10px;
}

/* ========================================================================
   FIRMENEVENT
 ========================================================================== */

.firmenevent-box {
	width: 100%;
	max-width: 700px;
	padding: 20px;
	text-align: left;
}

.firmenevent-box h1 {
	font-size: 20px;
	font-family: "Neue_Helvetica_47_LightCondensed";
	padding-top: 0;
	margin-top: 0 !important;
	margin-bottom: 15px;
}

.firmenevent-box ul {
	list-style: none;
	padding: 0;
	margin: 0;
	color: #182E39;
	line-height: 2;
}

.firmenevent-box li:before { 
	content: "•"; 
	padding-right:6px;
	color: #182E39;
	font-size:18px !important;
}

.firmenevent-box-white {
	padding-top: 30px;
	margin: 10px 50px 40px 40px;
	border: 1px solid #F0F0F0;
	color: #F0F0F0;
}

.firmenevent-box-tuerkis {
	padding-top: 30px;
	margin: 10px 50px 40px 40px;
	border: 1px solid #182E39;
	color: #182E39;
}

@media (max-width: 540px) {
	.firmenevent-box-white {
		padding: 20px 5px;
	}
}

.firmenevent-box-white h1,
.firmenevent-box-white ul {
	color: #F0F0F0;
}

/* ========================================================================
   PREISE
 ========================================================================== */

.preise {
	background: #182E39;
	padding: 12px 0 10px 20px;
	margin-top: 65px;
	margin-bottom: 65px;
	font-family: "Neue_Helvetica_47_LightCondensed";
 }

.preise tr {
	height: 32px;
}

.preise td {
	width: 135px;
}

.preise th {
	font-weight: normal;
	color: #F0F0F0;
	width: 135px;
	text-align: left;
}

.preise-preis {
	font-weight: bold;
}

@media (max-width: 550px) {
	.preise {
		font-size: 80%;
	}
	.preise tr {
		height: 80%;
	}
}

@media (max-width: 410px) {
	.preise {
		font-size: 70%;
	}
}

@media (max-width: 370px) {
	.preise {
		font-size: 60%;
	}
}

/* ========================================================================
   PRESSE
 ========================================================================== */

.presse {
	position: relative;
	float: left;
	width: 90%;
	max-width: 400px;
	height: 330px;
	margin: 5px;
	padding-right: 15px;
	text-align: left;
	overflow: hidden;
}

.presse-container {
	max-width: 850px;
	margin-top: 85px;
	margin-right: auto;
	margin-left: auto;
}

.presse-table {
	max-width: 800px;
}

.presse-img-td {
	width: 150px;
	height: 100px;
	padding-right: 10px;
}

.presse-bild {
	position: absolute;
	width: 150px;
	top: 0;
	left: 0;
	border: 1px solid rgba(13, 24, 32, 0.1);
}

.presse-text {
	position: absolute;
	max-width: 240px;
	left: 170px;
	top: 0;
}

.presse-text h1 {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 20px;
}

.presse-date {
	margin: 0;
	color: #182E39;
	font-size: 14px;
	line-height: 10px;
}

@media (max-width: 820px) {
	.presse {
		margin-left: 20px;
	}
	.presse-text {
		left: 130px;
	}
	.presse-bild {
		width: 120px;
	}
}

@media (max-width: 425px) {
	.presse-text h1 {
		font-size: 18px;
	}
	.presse-text {
		font-size: 14px;
	}
}

 /* ========================================================================
   TIMETABLE
 ========================================================================== */

.timetable {
	max-width: 600px;
	background: #F0F0F0;
	padding: 30px 15px 3px;
	margin-top: 65px;
	text-align: center;
}

.timetable-left {
	max-width: 600px;
	background: #F0F0F0;
	padding: 30px 15px 3px;
	padding-top: 25px;
	margin-top: 65px;
	margin-bottom: 70px;
	text-align: left;
}

.timetable-left h1 {
	padding: 0;
	font-size: 22px;
}

.timetable-time {
	color: #182E39;
	font-family: "Neue_Helvetica_47_LightCondensed";
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-top: 15px;
}

.timetable-text {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 25px;
}

.timetable ul {
	margin-top: 0;
	margin-bottom: 0;
}

/* ========================================================================
   BUCHUNG
 ========================================================================== */

.kachel-container {
	display: flex;
	display: -webkit-flex;
	max-width: 900px;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.last-kachel {
	margin-bottom: 65px;
}

.kachel {
	max-width: 400px;
	margin-left: 10px;
	margin-right: 10px;
	-webkit-flex: 1;
	flex: 1;
}

.kachel:hover {
	opacity: 0.9;
}

.kachel-blau {
	height: 90px;
	max-width: 46%;
	background-color: #182E39;
	color: #F0F0F0;
	font-size: 30px;
	font-family: "Neue_Helvetica_77_BoldCondensed";
	text-transform: uppercase;
	line-height: 98px;
	padding: 0;
}

.kachel-blau:hover {
	opacity: 0.9;
}

.kachel-blau-center {
	width: 46%;
	margin-left: auto;
	margin-right: auto;
}

.kachel h1 {
	padding: 0;
	margin-top: 86px;
	margin-bottom: 78px;
	color: #F0F0F0;
	font-size: 30px;
	font-family: "Neue_Helvetica_67_MediumCondensed";
	text-transform: uppercase;
}

@media (max-width: 800px) {
	.kachel-container {
		flex-direction: column;
		max-width: 400px;
		margin-bottom: 0;
	}
	.kachel-blau {
		margin-bottom: 20px;
		max-width: 95%;
		font-size: 26px;
	}
	.kachel {
		margin-bottom: 20px;
		width: 95%;
	}
	.kachel h1 {
		margin-top: 70px;
		margin-bottom: 70px;
	}
}

.booking-contact-wrapper {
	width: 100%;
	background: #182E39;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-top: 65px;
	margin-bottom: -25px;
	color: #F0F0F0;
}

.booking-contact-wrapper a {
	color: #F0F0F0;
}

.booking-contact-wrapper a:hover {
	opacity: 0.8;
}

span.wpcf7-list-item {
	display: block;
	margin-top: 9px;
	margin-bottom: 9px;
}

.booking-form-sleep-checkbox {
	width: 98%;
	height: 100%;
	background: #F0F0F0;
	color: #182E39;
	padding: 8px;
	padding-right: 2px;
	margin-top: 10px;
}

.booking-form-sleep-checkbox h1 {
	margin: 0;
	padding: 15px 0 0 14px;
	padding-bottom: 0;
	font-size: 20px;
}

.booking-form-sleep-checkbox p {
	margin-top: 0;
	margin-left: 15px;
}

.booking-form-sleep-checkbox input[type=radio] {
	display: none;
}

.booking-form-sleep-checkbox input[type=checkbox] {
	display: none;
}

.booking-form-sleep-checkbox input[type=radio]:checked + .wpcf7-list-item-label:before {
	content: "\2022";
	color: #F0F0F0;
	font-size: 33px;
	text-align: center;
	line-height: 32px;
}

.booking-form-sleep-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:before {
	content: "\2714";
	color: #F0F0F0;
	font-size: 20px;
	text-align: center;
	line-height: 28px;
	padding-bottom: 0;
	overflow: hidden;
}

.booking-form-sleep-checkbox .wpcf7-list-item-label {
	position: relative;
	display: inline-block;
	cursor: pointer;
	padding-left: 35px;
	margin-left: -15px;
	line-height: 1.5;
}

.booking-form-sleep-checkbox .wpcf7-list-item-label:before {
	position: absolute;
	display: inline-block;
	content: "";
	width: 22px;
	height: 22px;
	left: 0;
	bottom: 2px;
	background-color: #182E39;
	border-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.booking-form-table, input, textarea, label, select {
	font-family: "Neue_Helvetica_47_LightCondensed";
	font-size: 14px;
}

.booking-form-table td {
	padding: 10px 0 10px 0 !important;
}

.booking-form-caption {
	text-align: right;
	font-size: 12px;
}

.wunschtermin > div, .uhrzeit > div, .personenzahl > div {
	float:left;
}

.wunschtermin, .uhrzeit, .personenzahl {
	height:40px;
}

.wunschtermin h1, .uhrzeit h1, .personenzahl h1 {
	margin-bottom:0px;
}

.booking-data {
	float:left;
}

.booking-data h1 {
	width: 175px;
	text-align: right;
}

.pricebox-detail {
	float:left;
}

.pricebox-text {
	padding:10px;
}

@media (max-width: 640px) {
	.booking-form-table td {
		width:auto;
		text-indent: 20px;
	}
	.booking-form-table {
		font-size: 11px;
	}
	div.pricebox-detail {
		width:100% !important;
		padding:0px !important;
	}
	.wunschtermin, .uhrzeit, .personenzahl {
	padding:0px !important;
	}
	.uhrzeit .wpcf7-select {
		width:120px !important;
	}
}

@media (max-width: 350px) {
	.booking-form-table {
		font-size: 10px;
	}
}

/* ========================================================================
   DOWNLOAD
 ========================================================================== */

.download-container {
	height: 265px;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
}

.download-container img {
	position: absolute;
	top: 85px;
	opacity: 1;
	left: 278px;
	z-index: 10;
}

.download-container-dark {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #182E39;
	opacity: 0.5;
	width: 100%;
	height: 100%;
}

.download-container-dark:hover {
	opacity: 0.4;
}

/* ========================================================================
   AGB
 ========================================================================== */

.agb-block-blue {
	background: #182E39;
	color: #F0F0F0;
	margin-top: 30px;
	padding: 50px 0;
}

.agb-h1 {
	width: 98%;
	max-width: 600px;
	color: #F0F0F0;
	font-size: 25px;
	font-family: "Neue_Helvetica_47_LightCondensed";
	text-align: left;
	text-transform: uppercase;
	line-height: normal;
	padding-top: 20px;
	padding-bottom: 0;
}

@media (max-width: 425px) {
	.agb-h1 {
		font-size: 22px;
	}
}

.agb-h1-number {
	color: #FFFFFF;
}

.agb-borderbox {
	max-width: 650px;
	border: 1px solid;
	font-size: 16px;
	text-align: left;
	margin-left: 5px;
	margin-right: 5px;
	padding: 10px 10px 0 5px;
}

.agb-borderbox h1 {
	color: #F0F0F0;
	font-size: 20px;
	font-family: "Neue_Helvetica_47_LightCondensed";
	padding: 0;
	margin: 15px 0 0 10px;
}

.agb-borderbox li {
	color: #FFFFFF;
	font-size: 20px;
	line-height: 20px;
	padding-bottom: 2px;
}

.li-p1-white {
	color: #F0F0F0;
	font-size: 16px;
	vertical-align: top;
}

.agb-p1 {
	max-width: 600px;
	margin: 0 20px;
	text-align: left;
}

.agb-link {
	color: #182E39 !important;
	margin-left: 50px;
}

.agb-link a {
	color: #182E39 !important;
}

.agb-link a:hover {
	text-decoration: underline;
}

/* ========================================================================
   KONTAKT
 ========================================================================== */

.wpcf7-text, .wpcf7-dynamictext, .wpcf7-date, .wpcf7-number, .wpcf7-select {
	height: 30px;
	max-width: 310px !important;
	padding-left: 7px !important;
	margin-left: 0 !important;
	font-size: 14px;
}

.wpcf7-select {
	width: 135px !important;
	height: 36px;
	padding-top: 4px;
	border-radius: 0 !important;
	background: url(/wp-content/uploads/dropdown-arrow.png) 92% / 12% no-repeat #F0F0F0;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.wpcf7-text {
	width: 97%;
}

.wpcf7-textarea {
	width: 90%;
	height: 170px;
	padding: 7px;
}

.wpcf7-list-item-label {
	word-wrap: break-word;
}

.wcpf7-mail-sent-ok {
	border: none !important;
}

@media (max-width: 470px) {
	.wpcf7-text, .wpcf7-dynamictext {
		width: 75%;
		min-width: 50px;
		margin-right: 5px;
	}
	.wpcf7-select {
		width: 150px !important;
	}
}

@media (max-width: 350px) {
	.wpcf7-text, .wpcf7-dynamictext, .wpcf7-textarea {
		width: 140px;
	}
	.wpcf7-select {
		width: 120px !important;
	}
}

.contact-wrapper {
	border: none;
	background-color: none;
	margin-bottom: 25px;
}

.contact-form {
	display: flex;
	display: -webkit-flex;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5px;
	padding-right: 5px;
	max-width: 700px;
}

@media (max-width: 820px) {
	.contact-form {
		-webkit-flex-direction: column;
		flex-direction: column;
	}
}

.contact-form p {
	margin: 0;
}

.contact-form .ajax-loader {
	display: none;
}

.contact-form-text {
	height: 100%;
	margin-left: 35px;
	-webkit-flex: 1;
	flex: 1;
}

.contact-form-text input[type=text], .contact-form-textarea textarea {
	width: 90%;
	resize: none;
	border: none;
	color: #F0F0F0;
	font-size: 14px;
	font-family: "Neue_Helvetica_45_Light";
	border-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-top: 10px;
}

.contact-form-text input[type=text] {
	height: 45px;
	margin-left: 20px;
	padding-left: 15px;
}

@media (max-width: 820px) {
	.contact-form-text input[type=text] {
		margin-left: 0;
		margin-bottom: 10px;
	}
	.contact-form-text {
	margin-left: 0px;
}
}

@media (max-width: 320px) {
	.contact-form-text input[type=text] {
		margin-left: -25px !important;
	}
}

.contact-form-textarea textarea {
	height: 200px;
	padding: 15px;
}

@media (max-width: 820px) {
	.contact-form-textarea textarea {
		width: 285px;
	}
}

@media (max-width: 767px) {
	.contact-form-textarea textarea {
		width: 290px;
	}
}

@media (max-width: 480px) {
	.contact-form-textarea textarea {
		width: 285px;
	}
}

@media (max-width: 320px) {
	.contact-form-textarea textarea {
		width: 240px;
		margin-left: -25px !important;
	}
}

.contact-form-pflicht {
	color: #F0F0F0;
	font-size: 12px;
	padding-right: 12px;
}

/* ========================================================================
   FEEDBACK (RATING STARS)
 ========================================================================== */

.wpcf7-starratingawesome.starratingawesome {
	margin: 0 0 -9px 5px;
}

.starratingawesome:not(:checked) > label {
	color: #F0F0F0 !important;
	font-size: 130% !important;
	margin-right: 0.1em !important;
}

.starratingawesome > input:hover ~ label,
.starratingawesome > input:checked ~ label {
	color: #182E39 !important;
}

.starrating_number {
	color: #F0F0F0 !important;
	font-size: 160% !important;
	font-family: "Neue_Helvetica_67_MediumCondensed";
	padding-right: 8px !important;
}

/* ========================================================================
   BUTTONS
 ========================================================================== */

.uk-subnav-pill > * > *, .button, .wpcf7-submit {
	width: 320px;
	height: 55px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0 25px;
	color: #182E39;
	text-align: center;
	text-transform: uppercase;
	font-family: "Neue_Helvetica_67_MediumCondensed";
	font-size: 22px;
	line-height: 63px !important;
	background: #F0F0F0 !important;
	border: 0;
	cursor: pointer;
	border-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

#button-small {
	width: 200px !important;
}

.wpcf7-submit {
	margin-left: 0;
}

@media (max-width: 320px) {
	.wpcf7-submit {
		width: 265px;
		margin-left: -30px !important;
	}
}

.button-klein {
	width: 100%;
	height: 50px;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #182E39;
	text-align: center;
	text-transform: uppercase;
	font-family: "Neue_Helvetica_67_MediumCondensed";
	font-size: 16px;
	line-height: 44px !important;
	background: #F0F0F0;
	border-radius: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

@media (max-width: 820px) {
	.button-klein {
		margin-left: 5px !important;
		max-width: 325px !important;
	}
}

.wpcf7-submit:hover,
.button-opacity {
	opacity: 0.9;
}

.firmenevent-button {
	width: 320px !important;
	margin-top: 20px;
	font-size: 26px;
}

.buttonwrapper-firmenevent .button {
	margin: 0 auto !important;
}

.buttonwrapper-firmenevent {
	width: 100% !important;
	max-width: 745px !important;
	margin-top: 20px;
}

.download-button {
	width: 320px !important;
	color: #182E39;
	font-size: 26px;
	margin-top: 20px;
	background: #F0F0F0;
}

/* ========================================================================
   BUTTONS: BUCHUNG
 ========================================================================== */

.uk-panel,
.uk-subnav > * {
	margin: 0;
	padding: 0;
}

.uk-subnav-pill > * > *,
.uk-subnav-pill > .uk-active > * {
	width: 200px;
	margin: 20px 15px;
	opacity: 0.4;
}

.uk-subnav-pill > * > *:hover {
	color: #FFFFFF;
}

.uk-subnav-pill > .uk-active > * {
	opacity: 1.0;
}

.uk-panel-buchung-wrapper {
	width: 100%;
	background: #182E39;
}

.uk-panel-buchung-table {
	max-width: 900px;

}

.uk-panel-buchung-table tr {
	text-align: left;
	vertical-align: top;
}

.uk-panel-buchung-div {
	width: 100%;
	color: #FFFFFF;
	font-family: "Neue_Helvetica_47_LightCondensed";
	background: #F0F0F0;
}

.uk-panel-buchung-div h1 {
	padding: 15px;
	color: #FFFFFF;
	font-size: 22px;
	line-height: 15px;
}

/* ========================================================================
   FAQ: ACCORDION
 ========================================================================== */

.uk-accordion {
	max-width: 800px;
}

.uk-accordion a {
	color: #F0F0F0;
}

.uk-accordion a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.uk-accordion-title {
	padding: 15px;
	color: #F0F0F0;
	background: #182E39 !important;
	border-radius: 5px !important;
	border-top-left-radius: 5px !important;
	border-top-right-radius: 5px !important;
	border-bottom-left-radius: 5px !important;
	border-bottom-right-radius: 5px !important;
	border: 1px solid #F0F0F0 !important;
}

.accordion-icon {
	display: block;
	float: right;
	color: #F0F0F0;
	font-size: 30px;
}

.accordion-icon uk-active {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* ========================================================================
   SLIDESHOW
 ========================================================================== */

.slideshow-wrapper {
	width: 100%;
	color: #F0F0F0;
	padding-top: 10px;
	padding-bottom: 60px;
	background: #182E39 !important;
}

.slideshow-wrapper li {
	padding: 20px;
}

.uk-dotnav > * > * {
	background: #F0F0F0;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

.uk-dotnav > .uk-active > * {
	background: #FFFFFF;
}

li.uk-active {
	background: #182E39 !important;
}

nav.tm-navbar.uk-navbar {
	padding-top:20px;
	padding-bottom: 20px;
}