/*
Theme Name: SAKS
Description: Theme der SAKS Hotels 2017
Author: ANTARES Werbeagentur GmbH
Version: 0.8 | Release: 2017-08-03
	based upon:
	HTML/CSS/JS-Kickstart
	(small framework for quickly getting started with your web frontend development)
	by Gerrit van Aaken (http://praegnanz.de)

	No rights reserved.
*/


/*

SAKS Grau	#2D302E		rgba(45,48,46,.2)
Braun		#766A5E		rgba(118,106,94, 1)
Gold		#D19308		rgba(209,147,8,1)
Blau		#697286		rgba(105,114,134,1)

*/

/* -------------------------------- Default WP classes */

.tp-tab-title
{
	font-family: "bebas-neue" !important;
	text-decoration: none;
	font-size: 22px  !important;
	transition: all .1s ease;
}

.z900
{
	z-index:900;
}

.overlay_box_top
{
	position: absolute;
	z-index:998;
	top:120px;
	left:80px;
}

.white
{
	color:white;
}

a:link {
	font-family: 'Noto Serif', serif;
	color: #2D302E;
	cursor:pointer;
}

a:visited {
	font-family: 'Noto Serif', serif;
	color: #2D302E;
}
a:hover {
	font-family: 'Noto Serif', serif;
	color: #434745;
}


.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1em 1em 0;
}

.alignright {
	float: right;
	margin: 0 0 1em 1em;
}

.wp-caption {
}

.wp-caption img {
}

.wp-caption p.wp-caption-text {
}

img {
	max-width: 100%;
	height: auto;
}

/* ----------------------------------------------------- tabletish screens */


/* ----------------------------------------------------- smartphonish screens */
@media only screen and (max-width: 767px) {

}

/* ----------------------------------------------------- desktopish screens */
@media only screen and (min-width: 1024px) {

}

/* -------------------------------- Browser specific CSS */

.js .element { } /* apply only on JavaScript enabled browsers */
.ie8 .element { } /* apply only on Internet Explorer 8 */
.ie9 .element { } /* apply only on Internet Explorer 9 */


/*

---------------------------------
Grundaufbau
---------------------------------

*/

body {
	background: #EDEDED;
	
    font-family: 'Noto Serif', serif;
	color: #2D302E;
	
	font-size:  16px;
	line-height: 150%;
	
	overflow-x: hidden;
	
/*	min-width: 1500px;  Mindestbreite vor Responsive-Umsetzung */
	
}

.banner
{
	top:420px;
	right:35px;
	position:absolute;
	z-index:4000;
	display:none;
}

.boxed {
	width: 1380px;
	max-width: 80%;
	margin: 0 auto;
}

.padded {
	padding: 75px 0;
}

.clearfix::after {
	content: ' ';
	display: block;
	clear:both;
	margin-bottom:10px;	
}

.grey {
	background: rgba(45,48,46,1);
	color: #fafafa;
}

.grey h2:after { display: none;}

.grey-gradient {
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#080808+0,2d302e+9,2d302e+100 */
	background: #080808; /* Old browsers */
	background: -moz-linear-gradient(top,  #080808 0%, #2d302e 8px, #2d302e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #080808 0%,#2d302e 8px,#2d302e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #080808 0%,#2d302e 8px,#2d302e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#080808', endColorstr='#2d302e',GradientType=0 ); /* IE6-9 */
}


.padded {
	padding: 100px;
}

.padded-y {
	padding: 60px 0;
}


.call-to-action {
    border: 1px solid #fff;
    text-align: center;
    max-width: 100%;
	display: inline-block;
	margin-top: 5px;
}

.call-to-action a {
    display: block;
    padding: 10px 65px;
    color: #fff;
    text-decoration: none;
	transition:  all .1s ease;
}

.call-to-action a:hover {
    background: rgba(255,255,255,.2);
}



.rooms {
	padding: 80px 0 0px 0;
	background: url(img/birken_noshadow.jpg) repeat;
	
}

.zimmer-liste {
	background: #F2F0EC;
}

.tagungen {
	background: url(img/wood.jpg) repeat #222;
	background-size: 350px;
	color: #fff;
}


.wrapper {
}

header {	
	height: 140px;
	background: #2D302E;
    padding: 30px 0;
	transition: all .5s ease;
    z-index: 999;
	position: absolute;
	width: 100%;
}

header .boxed {
	position: relative;
}

.sticky header {
    height: auto;
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
	box-shadow: 0 0 10px rgba(0,0,0,.4);
	transition: all .5s ease;
}

.sticky #logo { width: auto;}
.sticky #logo-saks { width: 84px;}
.sticky #logo-subline { width: 104px; margin-left: 10px; }

.sticky #menu-main_menu { margin-top: 15px; width: calc(100% - 220px);}
.sticky #menu-main_menu_en { margin-top: 15px; width: calc(100% - 220px);}

.sticky .hamburger { top: 22px; }

.sticky .row.input { display: block; }
.sticky .quick-book {top: 81px;}
.sticky .quick-book-calendar {height: 120px; padding-top: 10px;}



#logo {
	float: left;
	line-height: 100%;
	width: 102px;
}

#logo a {
    text-decoration: none;
}

#logo img {
	width: 100%;
	height: auto;
	display: inline-block;
	transition: all .3s ease;
}

img#logo-saks { width: 102px;}

img#logo-subline {
	width: 104px;
	height: auto;
	margin-top: 10px;
	transition: all .3s ease;
}

#menu-main_menu, #menu-main_menu_en {
	float: right;
	margin-top: 30px;
	width: calc(100% - 150px);
    text-align: center;
	transition: margin .3s ease;
}

#menu-main_menu li br , #menu-main_menu_en li br {
    display: none;
}

#menu-main_menu li, #menu-main_menu_en li {
    display: inline-block;
    margin-right: 40px;
}

#menu-main_menu li a , #menu-main_menu_en li a{
	font-family: "bebas-neue";
	color: #95989A;
	text-decoration: none;
	font-size: 22px;
	transition: all .1s ease;
}

#menu-main_menu .menu-item-51 a , 
#menu-main_menu_en .menu-item-51 a {
	color: #B1A9A1;
}

#menu-main_menu li a:hover, #menu-main_menu .current-menu-item a, #menu-main_menu_en li a:hover, #menu-main_menu_en .current-menu-item a {
	color: #fff;
}

/* Ausblenden des Hauptmenüs als Default */
.first-menu {
    display: none;
}

.quick-book {
    position: absolute;
    z-index: 1000;
	top: 140px;
	right: 30px;
    width: 320px;
	font-size: 14px;
	transition: all .3s ease;
}

.quick-book-calendar {
	padding: 15px 20px 20px;
    height: 130px;
	box-shadow: 0 0 4px rgba(0,0,0,.4);
}

.quick-book-calendar input {
    width: 48%;
    margin-right: 4%;
	float: left;
	padding: 6px 12px;
	color: #95989A;
	background: url(img/calendar-icon.png) no-repeat #fff;
	background-size: 20px;
	background-position: calc(100% - 10px) center;
}
.quick-book-calendar input:last-child { margin-right: 0; }

.quick-book-calendar .call-to-action {
	color: #fff;
	width: 48%;
	float: right;
	line-height: 120%;
    padding: 2px 10px;
	font-size: 12px;
}

.quick-book-tel {
	color: white;
	font-size: 12px;
}
.quick-book-tel a:link , .white a:visited, .white a:hover
{
	color:white;
}

.quick-book-calendar .pricing {
	float: left;
	width: 48%;
    margin-right: 4%;
	color: #697286;
	height: 20px;
	position: relative;
    margin-top: 5px;
	font-family: "bebas-neue";
	font-size: 18px;
}
.quick-book-calendar .pricing span.price { font-size: 40px; }

.quick-book-calendar .pricing p {
	position: absolute;
	bottom: 0;
	line-height: 100%;
}

.quick-book .quick-book-control {
	height: 18px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
}

.flex-caption
{
	margin-top:50px;
}
.control-typo {
    float: left;
    width: calc(100% - 28px);
    display: none;
}

.control-arrow {
    width: 28px;
    background: #697286;
    float: right;
}
.control-arrow img {
    width: 8px;
    vertical-align: middle;
}

#switch img { transform: rotate(180deg); }

.inactive .quick-book-calendar { display: none; }
.inactive .control-typo { display: block; }
.inactive .quick-book-control { box-shadow: 0 0 4px rgba(0,0,0,.4); }
.inactive #switch img { transform: rotate(0); }


.slider {
	/*height: calc(100vh - 140px); */
	height: 100vh;
	background: rgba(45,48,46,1);
}


.two-col .col {
	float: left;
	width: 42%;
	margin-right: 16%;
}

.two-col.wide .col {
	float: left;
	width: 47%;
	margin-right: 6%;
}

.col:last-child, .two-col.wide .col:last-child { margin-right: 0;}


.two-col.middle {
	display: table;
}

.two-col.middle .col {
	float: none;
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

/* Spaltenbreiten */

.one-third, .two-third {
	float: left;
}
.one-third-right, .two-third-right {
	float: right;
}
.one-third p{
	padding-bottom:30px;
}
.one-third-right p{
	padding:0px;
}
.one-third {
	width: 30%;
}
.one-third-right {
	width: 36%;
}
.two-third {
	width: 60%;
	margin-left: 10%;
}

.two-third-right { 
	width: 60%;
}

.one-third img, .two-third img { 
	width: 100%;
	height: auto;
	vertical-align: baseline;
}

.shadow img {
	    box-shadow: 0 3px 40px rgba(0,0,0,.4);
}

.second {
	width: 60%;
}

.third {
    width: 50%;
    float: right;
    position: relative;
    margin-top: -40px;
    margin-bottom:40px;
}

.rooms .third {
    margin-right: 50px;
    right: 30px;	
	margin-top: -220px;
}


.text-bubble {
	width: 500px;
	font-family: "bebas-neue";
	color: #fff;
	position: absolute;
	left: 40%;
	top: -150px;
}

.text-bubble p {
	font-size: 60px;
	line-height: 90%;
	position: relative;
	z-index: 99;
}

.text-bubble:before {
	display: block;
	content: '';
	width: 380px;
	height: 380px;
	border-radius: 190px;
	position: absolute;
	top: 50%;
    left: -15%;
	transform: translateY(-50%);
	background: rgba(45,48,46,.9);
	z-index: 98;
}

.rooms .text-bubble:before, .rooms h2:after {
	background: rgba(118,106,94, .9)
}


.tagungen-details .first {
	float: right;
    margin-top: -360px;
    margin-bottom: 90px;
}

.tagungen-details .second {
    width: 53%;
}

.tagungen-details .third {
    width: 36%;
}

.tagungen-details .text-bubble {
		color: rgba(105,114,134,1);
}

.tagungen-details .text-bubble:before {
	background: rgba(174,178,188,.9);
}

.tagungen-details .text-bubble.main {
	left: auto;
    position: relative;
    float: right;
	text-align: right;
	margin-top: 0;
	top: 0;
}

.tagungen-details .text-bubble.main:before {
	width: 480px;
	height: 480px;
	border-radius: 240px;
	right: -55%;
	left: auto;
}

.tagungen-details .text-bubble.small {
    top: auto;
    bottom: -50px;
    left: -400px;
}

.tagungen-details .text-bubble.small p { font-size: 40px; }


.tagungen-details .text-bubble.small:before {
	width: 210px;
	height: 210px;
	border-radius: 105px;
	left: auto;
	right: -45px;
}

.weiterlesen {
	text-align: center;
}

.weiterlesen .arrow {
	width: 60px;
	margin-top: 50px;
}


.thumb-round {
	width: 180px;
	height: 180px;
	border: 10px solid #E6DCC3;
	border-radius: 90px;
	object-fit: cover;
}

.zimmer-liste h3 {
	margin: 30px 0 25px 0;
}

.zimmer-liste h3 a {
	display: inline-block;
	background: rgba(209,147,8,1);
	color: #fff;
	text-decoration: none;
	font-family: "bebas-neue";
	font-size: 36px;
    padding: 6px 15px;
}

.zimmer-liste h3 br {
    display: none;
}

li.zimmer-einzel {
	float: left;
}

.features {
	padding-left: 12px;
}

.features li {
	display: block;
	position: relative;
	width: 80%;
	margin: 7px 0;
	color: #95989A;
}

.features li:before {
	display: block;
	content: ' ';
	width: 10px;
	height: 2px;
	background: rgba(209,147,8,1);
	left: -14px;
    position: absolute;
    top: 16px;
}

.features-liste {
    margin-top: 80px;
    border-top: 2px solid #D0D0D0;
    padding-top: 30px;
}

.features-liste h4 {
	font-family: "bebas-neue";
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 15px;
}

.features-liste li {
	color: #95989A;
	margin-bottom: 7px;
}

.specials {
	padding-left: 12px;
}

.specials li {
	display: block;
	position: relative;
	width: 80%;
	margin: 7px 0;
	color: #2D302E;
}

.specials li:before {
	display: block;
	content: ' ';
	width: 10px;
	height: 2px;
	background: rgba(45,48,46,1);
	left: -14px;
    position: absolute;
    top: 16px;
}

.specials-liste {
    margin-top: 80px;
    border-top: 2px solid #2D302E;
    padding-top: 30px;
}

.specials-liste h4 {
	font-family: "bebas-neue";
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 15px;
}

.specials-liste li {
	color: #2D302E;
	margin-bottom: 7px;
}

.verfuegbarkeit {
	min-height: 500px;
	position: relative;
	background: #2D302E;
}
.verfuegbarkeit .boxed {
	position: relative;
    z-index: 10;
}

.verfuegbarkeit .boxed h2 { 
	color: #fff;
}

.verfuegbarkeit .boxed h2:after {
	background: #fff;
}



.kalender {
	background: #fff;
	width: 580px;
	float: right;
}

.bg-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;	
}

.bg-image img {
    width: 120%;
    height: 120%;
    object-fit: cover;
	filter: blur(25px);
  -webkit-filter: blur(25px);
	transform: scale(1.1);
}

.slider-verfuegbarkeit {
	width:  calc(100% - 550px);
	margin-top: -400px;
    float: left;
}

.frankfurt {
	background: url(img/bg-frankfurt.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

.frankfurt .two-col .col {
    width: 46%;
}
.frankfurt .col:last-child {
    margin-right: 0;
	padding-left: 8%;
}

.frankfurt h3 {
	display: inline-block;
	background: #fff;
	color: #2D302E;
	text-decoration: none;
	font-family: "bebas-neue";
	font-size: 44px;
    padding: 6px 15px;
}


footer {
    background: rgba(45,48,46,1);
	color: #fff;
	line-height: 100%;
	font-size: 14px;
	padding: 50px 0;

}

footer .subline {
    width: 100px;
}





.title-box {
    position: absolute;
    top: 30vh;
    left: 110px;
    z-index: 1000;
    color: #fff;
	width: 250px;
	text-shadow: 0 3px 6px rgba(0,0,0,.2); 
}

.title-box h2, .title-box p { z-index: 99;}

.title-box:after {
	display: block;
    content: '';
    width: 280px;
    height: 280px;
    border-radius: 140px;
    position: absolute;
    top: -10%;
    left: 10px;
    background: rgba(209,147,8,.75);
    z-index: -1;
}

.title {
    height: 122px;
	display: table-cell;
	vertical-align: bottom;
}

.title h2 {
	margin-bottom: 25px;
}


.title h2:after {
	display: none;}


.preis-box {
    float: right;
    text-align: center;
}

.preis-box p {
	font-size: 26px;
	font-weight: 400;
	font-style: italic;
    line-height: 35px;
}

span.preis {
	font-size: 70px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: -2px;
}


.zimmer-details {
    background: rgba(209,147,8,1);
	padding: 45px;
	color: #fff;
	margin-top: 50px;
	text-align: center;
}

.zimmer-details .features li {
	width: 100%;
	color: #fff;
}

.zimmer-details .features li:before {
	display: none;
}


.verfuegbarkeit #content-tex-kalender {
	margin-top: -30px;
}

#content-tex-kalender {
    position: relative;
    padding: 10px 0;
    background: #fff;
}


/* 
---------------------------------
Typografie 
---------------------------------
*/



h1, h2 {
	font-family: "bebas-neue";
	line-height: 90%;
}

h2 {
	font-size: 68px;
	margin: 0 0 10px 0;
}

h1 {
	
	margin: 12px 0 7px 0;
	font-size: 20px;
}

h2:after {
	display: block;
	content: '';
	width: 80px;
	height: 4px;
	background: rgba(45,48,46,1);
	margin-top: 17px;
}
h3 {
	font-size: 38px;
	line-height: 42px;
	margin: 0 0 20px 0;
	color: #989896;
}

h4 {
	font-size: 22px;
	line-height: 42px;
	margin: 0 0 5px 0;
	font-weight: bold;
}

h5 {
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
}

.align-right {
	text-align: right;
}
.align-top {
	top:-50px;
}

#overlay {
	background: rgba(45,48,46,1);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
}

#overlay img {
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}




/* Bubbles */

.menu-item-wpml-ls-2-de, .menu-item-wpml-ls-2-en
{ margin-right:5px !important;}

.rooms .text-bubble:before, .rooms h2:after {
	background: rgba(118,106,94, .9)
}

.tagungen-details .text-bubble {
		color: rgba(105,114,134,1);
}

.hotel-details .text-bubble:before {
	background: rgba(174,178,188,.9);
}

.hotel-details .text-bubble2.main {
	left: auto;
    position: relative;
    float: right;
	text-align: right;
	margin-top: 0;
	top: 0;
}

.hotel-details .text-bubble.main:before {
	width: 480px;
	height: 480px;
	border-radius: 240px;
	right: -55%;
	left: auto;
}

.hotel-details .text-bubble.small {
    top: -700px;
    bottom: -50px;
    left: -400px;
}

.hotel-details .text-bubble.small p { 
	font-size: 40px; 
	text-align:right;
	right:-70px;
	top:740px;
}


.hotel-details .text-bubble.small:before {
	width: 210px;
	height: 210px;
	border-radius: 105px;
	left: auto;
	right: -45px;
}