

/*** HTML ***/
*{
	box-sizing: border-box;
}
body,html{
	height: 100%;
	font-size: 16px;
	font-family: myriad-pro, sans-serif;
}

body{
	background: url('../img/body-bg.jpg');
}
p{
	line-height: 1.4em;
	margin-bottom: 15px;
}
.clear{
	clear: both;
}
.headline-1{
	font-size: 36px;
	margin-bottom: 30px;
	position: relative;
	font-family: "Times New Roman", Times, serif;

}
.headline-1:after{
	content: '';
	position: absolute;
	bottom: -15px;
	left: 0px;
	width: 50px;
	height: 2px;
	background: #f3d9a6;
}
.headline-2{
	font-size: 32px;
	margin-bottom: 30px;
	font-family: "Times New Roman", Times, serif;
}
.button-1{
	background: #000;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	padding: 12px 20px;
}

/*** POPUP ***/
#popup{
	background-color: #755745;
	background-image: url('../img/slider-content-bg.png');
	background-size: auto 150%;
	background-repeat: no-repeat;
	background-position: top left;
	color: #fff;
	overflow: initial;

}
#popup a{
	color: #fff;
}
#popup.fancybox-content{
	padding: 20px !important;
}
#popup .popup-inner{
	border: 1px solid #f4d9a7;
	padding: 20px;
}
#popup .popup-inner .popup-content{
	max-width: 800px;
	margin: 0 auto;
}

#popup h3{
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	margin-bottom: 20px;
}
#popup strong{
	font-weight: bold;
	text-decoration: underline;
}


.fancybox-is-open .fancybox-bg{

}
.fancybox-slide--html .fancybox-close-small{
	background: #f5d9a7;
	top: -44px;
	opacity: 1;
	color: #745645;
}



/*** HEADER ***/
#header{
	background: #000;
	color: #fff;
	padding: 30px 0;
	position: relative;
}
#header .logo{
	display: block;
	margin: 0 auto;
	width: 220px;
}
#header .phone-wrapper,
#header .fb-wrapper{
	position: absolute;
	top: 50px;
	right: 50px;
	background: url('../img/phone-icon.svg') left center no-repeat;
	background-size: 30px auto;
	padding-left: 40px;
	height: 30px;
	line-height: 30px;
	width: 170px;
	color: #fff;
	text-decoration: none;
}
#header .phone-wrapper{
	display: flex;
	align-items: center;
	width: 211px;
	line-height: 1.2;
}
#header .phone-wrapper:nth-child(3){
	top: 100px;
}
#header .fb-wrapper{
	background: url('../img/fb-icon.svg') left center no-repeat;
	top: 90px;
	right: 50px;
}
#header .phone-wrapper label{
	display: block;
}

/*** CONTAINER ***/
.container{
	width: 1300px;
	margin: 0 auto;
}
.page-wrapper{
	box-shadow: 0px 0px 10px #737373;
}


/*** SLIDER ***/
.elegancia-slider{
	width: 67%;
	float: left;
}

.slick-slide img{
	width: 100%;
}

.elegancia-slider-content{
	width: 33%;
	height: 496px;
	background: url('../img/slider-content-bg.png') top center no-repeat;
	background-size: 100% auto;
	float: left;
	padding: 20px 35px;
	color: #fff;
	font-size: 15px;
}
.slick-prev,
.slick-next{
	position: absolute;
	background: #000;
	left: 75px;
	bottom: 20px;
	right: inherit;
	top: inherit;
	width: 50px;
	height: 50px;
	margin: 0;
	transform: translate(0, 0);
	z-index: 99;
	border: 0;
	outline: 0 !important;
	cursor: pointer;
}
.slick-prev{
	left: 20px;

}
.slick-prev:before,
.slick-next:before{
	content: '';
	background: url('../img/right-arrow.svg') no-repeat top center;
    width: 10px;
    background-size: 100% auto;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
    margin: auto;
    height: 20px;
}
.slick-prev:before{
	background: url('../img/left-arrow.svg') no-repeat top center;
}



/*** TEASER-WRAPPER ***/
.teaser-wrapper{
	padding: 50px;
	background: #e4e9ef;
}

.teaser-wrapper .teaser{
	height: 343px;
	width: 32%;
	float: left;
	margin-right: 2%;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.teaser-wrapper .teaser .teaser-img{
	display: block;
	width: 100%;
}
.teaser-wrapper .teaser:nth-child(3){
	margin-right: 0;
}
.teaser-wrapper .teaser.teaser-oeffnungszeiten{
	background: #8e6d59; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #8e6d59 0%, #543c2c 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #8e6d59 0%,#543c2c 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #8e6d59 0%,#543c2c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e6d59', endColorstr='#543c2c',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding: 30px;
}
.teaser-wrapper .teaser.teaser-oeffnungszeiten li{
	margin-bottom: 15px;
}
.teaser-wrapper .teaser.teaser-oeffnungszeiten li label{
	display: inline-block;
	width: 130px;
}
.teaser-wrapper .teaser.teaser-oeffnungszeiten hr{
	background: #f3d9a6;
	height: 1px;
	width: 100%;
	border: 0;
	margin: 30px 0;
}
.teaser-wrapper .teaser.teaser-preise h3{
	position: absolute;
	left: 20px;
	bottom: 130px;
	font-size: 80px;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	color: #fff;
}
.teaser-wrapper .teaser.teaser-preise .button-1{
	position: absolute;
	bottom: 80px;
	left: 20px;
}
.teaser-video:after{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
}
.teaser-video .teaser-content{
	position: absolute;
	top: 100px;
	left: 0px;
	z-index: 9;
	width: 100%;
	text-align: center;
}
.teaser-video .teaser-content h4{
	font-size: 40px;
	display: block;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
}
.teaser-video .teaser-content .play-icon{
	width: 100px;
}

.map-wrapper{
	margin-top: 50px;
}

.map-wrapper .map-content{
	background: url(../img/map-content-bg.jpg) top center no-repeat;
	background-size: cover;
	width: 32%;
	height: 395px;
	color: #fff;

	float: left;
	padding: 30px;
}
.map-wrapper .map-content a{
	color: #fff;

}
.map-wrapper #map{
	float: left;
	width: 68%;
	height: 395px;

}


/*** PAGE DEFAULT ***/
.page-default h3{
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.page-default h4{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}
.page-default ul li{
	list-style: disc;
	margin-bottom: 15px;
	margin-left: 20px;

}
.page-default a{
	color: #000;
}

/*** FOOTER ***/
#footer{
	background: #000;
	width: 100%;
	margin-top: 50px;
	padding: 10px 0;
}
#footer .container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#footer .footer-nav li{
	display: inline-block;
	margin-right: 10px;
	font-size: 12px;
}
#footer .footer-nav li:after{
	content: '/';
	color: #fff;
	margin-left: 10px;
}
#footer .footer-nav li:last-child:after{
	display: none;
	margin-left: 0;
}
#footer .footer-nav li:last-child{
	margin-right: 0;
}
#footer .footer-nav li a{
	color: #fff;
	text-decoration: none;
}
#footer .socials{
	display: flex;
}
#footer .socials a{
	display: block;
	width: 30px;
	height: 30px;
	background-image: url(../img/instagram.png);
	background-size: contain;
	margin-right: 15px;
}
#footer .socials a:last-child{
	margin-right: 0;
	background-image: url(../img/facebook.png);
}
.map-content strong{
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
}
