@font-face {
    font-family: 'Handlee';
    src: url('../fonts/handlee-regular-webfont.woff2') format('woff2'),
         url('../fonts/handlee-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light-webfont.woff2') format('woff2'),
         url('../fonts/lato-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Lato';
    src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
         url('../fonts/lato-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold-webfont.woff2') format('woff2'),
         url('../fonts/lato-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



* {
    box-sizing: border-box;
}

html {
    position: relative;
    min-height: 100vh;
}

body {
    margin: 0;
    padding: 0;
    
    font-family: 'Lato', sans-serif;
}

p {
    font-size:15px;
}

#border-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    
    width: 7.5%;
    background-color: #405a0a;
    
    z-index: 11;
}


nav {
    position: fixed;
    left: 0;
        
    width: 100%;
    z-index: 1000;
    background-color: rgba(64,90,10,0.9);
    height:90px;
	text-align: right;
}

nav ul {
    list-style: none;
    text-align: right;
    padding: 0;
    margin: 0;
	display: inline-block;
}

nav li {
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    line-height: 90px;
}

nav ul li a {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    
    text-decoration: none;
    color: #e5deb2;
    transition: all 0.35s;
}

nav ul li a:hover {
    text-decoration: underline;
    transition: all 0.35s;
}

nav img {
    height: 60px;
	float:right;
	margin:15px;
}

nav a img{
	float:left !important;
	height:90px;
	margin:0;
}

nav #opener {
	display: none;
	
	width: 40px;
	height: 32px;
	
	position: relative;
	float: right;
	margin-top: 29px;
	margin-right: 10px;
}

nav #opener span {
	display: block;
	width: 100%;
	height: 4px;
	background-color: #e5deb2;
	
	transition: all 0.35s;
}

nav.open #opener span {
	transition: all 0.35s;
}

nav #opener span.middle {
	margin-top: 10px;
	margin-bottom: 10px;
}

nav.open #opener span.top {
    transform: translateY(14px) rotate(45deg);
}

nav.open #opener span.middle {
    opacity: 0;
    transition: visibility 0s ease 0s, opacity 0.5s linear 0s;
    visibility: hidden;
}

nav.open #opener span.bottom {
    transform: translateY(-14px) rotate(-45deg);
}

nav.open ul {
	display: block;
	position: absolute;
	top: 90px;
	background-color: rgba(64,90,10,0.9);
	width: 100%;
	text-align: center;
}

nav.open ul li {
	display: block;
	line-height: 30px;
}

#slider {
    position: fixed;
    left:0;
    right:0;
    z-index: 1;
    max-height:700px;
    overflow: hidden;
}

#slider .bx-wrapper {
    margin-bottom: 0;
    border: none;
   
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    z-index: 100;
}

#slider .bx-controls {
    position: absolute;
    
    z-index: 101;
    right: 60px;
    width: 30px;
    top: 0;
    bottom: 0;
}

#slider .bx-pager {
    padding: 0;
    
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
}

#slider .bx-pager .bx-pager-item {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

#slider .bx-pager .bx-pager-link {
    background-color: #e5deb2;
    margin: 0 10px;
}

#slider .bx-pager .bx-pager-link.active {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin: 0 7.5px;
}

#slider img {
    display: block;
    width: 100%;
}

#slider .slider_content {
    display: none;
}

#content {
    position: relative;
  /*  padding-top: 700px;*/
    padding-bottom: 50px;
    z-index: 11;
}

#content #yellow {
    position: relative;
    background-color: #e5deb2;
    -webkit-box-shadow: 7px 7px 30px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    7px 7px 30px 0px rgba(0, 0, 0, 0.4);
    box-shadow:         7px 7px 30px 0px rgba(0, 0, 0, 0.4);
    padding-bottom: 60px;
    padding-top: 60px;
    overflow:hidden;
    width:100%;
    margin-top:50px;
    z-index: 1;
}

#content #yellow .article p, #news .blog.news p{
    line-height:1.5;
}

#content .article.kontakt {
    width:55%;
    float:left;
}

#content iframe {
    float:left;
    height:390px;
	padding-left: 180px;
}

#content .article, #content #reservation, #content .fullgallery.galerie {
    padding-left: 180px;
	padding-right: 180px;
	
    /*padding-left: calc(20% - 15px);
    padding-right: calc(20% - 15px);*/
    width: 100%;
}

#content .article.home {
    width:100%;
}

#content .fullgallery.galerie .crop {
    display: inline-block;
    overflow: hidden;
    width: 32%;
	padding-top: 25%;
	position: relative;
	
    margin-top: 1%;
    margin-right: 1%;
}

#content .fullgallery.galerie .crop img {
	position: absolute;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}



#content .article h1, #content .galerie h1, #news .description h3 {
    font-family: 'Handlee', cursive;
    text-transform: uppercase;
    text-align: center;
    font-size:24px;
    
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: -5px;
    margin: 0;
    
    position: absolute;
    top: 0;
    bottom: 0;
    /*left: 11.5%;*/
	left: 90px;
	transform: translateX(-50%);
    z-index: 1;
}

#content .article a {
    color: #000;
    font-weight: 700;
    transition: all 0.35s;
}

#content .article a:hover {
    opacity: 0.7;
    transition: all 0.35s;
}

#content .image {
    position: absolute;
    right: 4%;
    bottom: 0;
    
    width: 35%;
    z-index: 101;
}

#content .image img {
    width: 100%;
}

#topreferenzen {
    position:relative;
    z-index: 10;
    background-color: white;
    padding-top: 80px;
    margin-top: -50px;
    overflow:hidden;
}

#topreferenzen h1 {
    display:none;
}

#topreferenzen .bx-wrapper {
    box-shadow:none;
    border:none;
    margin-bottom:0;
    max-width: none !important;
}

#topreferenzen .bx-wrapper div {
    margin-right: 30px !important;
}

#topreferenzen .bx-wrapper div:first-child {
    margin-left:0 !important;
}

#topreferenzen .bx-wrapper .crop {
    display: inline-block;
    overflow: hidden;
    height: 140px;
    width: 254px;
    margin-top: 2%;
    margin-right: 3%;
}

#news {
    background-color:white;
    position: relative;
    z-index: 10;
    overflow: auto;
    border-top: 70px solid white;
}

#news .description.news h3 {
    margin: 0;
}

#news .blog.news {
    background-color: #e5deb2;
    width:50%;
    float:left;
    position: relative;
    min-height:300px;
    overflow:hidden;
	padding-top:30px;
	padding-bottom: 30px;
}

#news .blog.news:nth-child(2) {
    padding-left: 180px;
    padding-right: 50px;
    border-right: 30px solid white;
}

#news .blog.news:last-child {
    padding-right: calc((100% - 1075px)/2);
    padding-left:2%;
}

#news .blog.news h1 {
    font-family: 'Handlee', cursive;
    font-size:25px;
}

#news .blog.news .crop {
    display: inline-block;
    overflow: hidden;
    height: 90px;
    width: 170px;
    margin-right:10px;
}

#news .blog.news .crop img {
    width:100%;
}

#news .blog.news a {
	color: #405a0a;
	transition: opacity 0.35s;
}

#news .blog.news a:hover {
	opacity: 0.6;
	transition: opacity 0.35s;
}

/*-----------------------------RESERVIERUNG------------------------------*/

#content #reservation input, #content #reservation textarea, #content #reservation select {
    width: 47%;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
	padding-right: 16px;
    margin-right: 2%;
    margin-bottom: 1.5%;
    font-family: 'Lato', sans-serif;
    font-size:15px;
    border:none;
    background-color: rgba(255,255,255,0.8);
}

#content #reservation #datepicker {
    position:relative;
    z-index: 100;
}

#content #reservation textarea {
    resize:none;
    height: 150px;
    width: 100%;
}

#content #reservation input::-webkit-input-placeholder,
#content #reservation input::-moz-placeholder,
#content #reservation input:-ms-input-placeholder,
#content #reservation input:-moz-placeholder,
#content #reservation textarea::-webkit-input-placeholder,
#content #reservation textarea::-moz-placeholder,
#content #reservation textarea:-ms-input-placeholder,
#content #reservation textarea:-moz-placeholder {
    color:black;
}

#content #reservation select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background-color: rgba(255,255,255,0.8);
    color: black;
}

#content #reservation .ui-widget.ui-widget-content {
    border: 1px solid black !important;
    box-shadow: 7px 7px 2px -6px #ABABAB inset, 0px 0px 6px 1px #DDD;
    border-radius: unset !important;
    width:10%;
}

#content #reservation .ui-widget.ui-widget-content #spinner {
    border:none !important;
    box-shadow:none !important;
	margin: 0;
}

#content #reservation p {
    display:inline-block;
    margin-right:10px;
}

#content #reservation #captcha, #content #reservation textarea {
    display:block !important;
}

#content #reservation #captcha {
    margin-bottom:2%;
    width:203px;
}

#content #reservation #sendmail {
    border:2px solid #405a0a;
    background-color:transparent;
    padding:10px 20px 10px 20px;
    cursor: pointer;
    color:#405a0a;
    transition: all 0.35s;
}

#content #reservation #sendmail:hover {
    background-color:#405a0a;
    color:white;
    transition: all 0.35s;
}

.highlight {
    background-color:rgba(164,21,21,0.3) !important;
}

footer {
    background-image: url("../images/standort.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
	background-color: #FFFFFF;
    
    padding-top: 50px;
    
    font-family: 'Handlee', cursive;
    color: #e5deb2;
    border-top:50px solid white;
    position: relative;
    z-index: 10;
}

footer .left {
    overflow: auto;
    width: 50%;
    background-color: #405a0a;
    
    padding: 50px 50px 50px 0;
    
    position: relative;
    z-index: 3;
}

footer .left > img {
    display: inline-block;
    vertical-align: middle;
    width: 40%;
}

footer .left .article {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
}

footer .left h1 {
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
}

footer .left h2 {
    margin: 0;
    font-size: 19px;
}

footer .left h4 {
    font-size: 19px;
    margin-bottom: 0;
}

footer .left p {
    margin-top: 0;
}

footer .left p:last-child {
    margin-bottom: 0;
}

footer .left a {
    color: #e5deb2;
    transition: all 0.35s;
}

footer .left a:hover {
    opacity: 0.6;
    transition: all 0.35s;
}

footer .footer-bottom {
    text-align: right;
    background-color: #fff;
    
    position: relative;
    z-index: 2;
    margin-top: -50px;
    
    height: 100px;
	padding-top: 50px;
    line-height: 50px;
    
    padding-right: 9%;
}

footer .footer-bottom a {
    font-family: 'Lato', sans-serif;
    color: #405a0a;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.35s;
}

footer .footer-bottom a:hover {
    opacity: 0.6;
    transition: all 0.35s;
}

.cc-window {
    z-index: 100000 !important;
}

.cc-window span.cc-message {
	font-family: 'Handlee', cursive;
	font-weight: 100;
	font-size: 14px;
	line-height: 1.5;
    }
    
.cc-window .cc-deny {
	display: none;
}
    
.cc-window .cc-allow {
	border-radius: 20px;
	font-weight: 100;
	padding-left: 30px;
	padding-right: 30px;
        
	margin: 0 auto;
}
    
.cc-window .cc-compliance {
	position: relative;
	display: block;
}
        
.cc-window .cc-compliance::after {
	content: 'gegen jederzeitigen Widerruf';
	display: block;
            
	margin-top: 5px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
}

.cc-revoke {
    display: none !important;
}

@media(max-width: 1199px) {
	
	nav li {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	
}

@media(max-width: 1024px) {

	nav ul {
		display: none;
	}
	
	nav #opener {
		display: block;
	}

}

@media(max-width: 950px) {
    
    #border-right {
        display: none;
    }
    
    #slider {
		padding-top: 90px;
        width: 100%;
        margin-left: 0;
        border-left: 0;
    }
	
	#slider .bx-controls {
		right: 10px;
	}
	
	#slider .bx-pager {
		top: auto;
		bottom: 10px;
		transform: none;
	}
	
	#content #yellow {
		width: 100% !important;
		padding: 0;
	}
    
    #content .article,
	#content .fullgallery {
        padding: 50px !important;
    }
	
	#reservation {
		padding: 0 50px 50px !important;
	}
    
    #content .article h1,
	#content .galerie h1 {
        writing-mode: unset;
        letter-spacing: 0px;
        position: static;
		transform: none;
    }
	
	#content .galerie h1 {
		padding-top: 50px;
	}
    
    #content .image {
        display: none;
    }
	
	#news .description.news h3 {
		writing-mode: unset;
		letter-spacing: 0;
		position: static;
		transform: none;
		margin-bottom: 10px;
	}
	
	#news .blog.news {
		width: 100%;
		padding: 50px !important;
		margin-bottom: 30px;
		border: none !important;
		min-height: none;
	}
	
	#news .blog.news h1 {
		margin-top: 0;
	}
    
    footer {
        background-image: none;
    }
    
    footer .left {
        width: 100%;
    }
    
    footer .left > img {
        width: 30%;
    }
    
    footer .left h1 {
        font-size: 25px;
    }
    
}

@media(max-width: 767px) {
	
	nav > img {
		display: none;
	}
	
	#content .article,
	#news .blog.news,
	#content .fullgallery {
		padding: 20px !important;
	}
	
	#reservation {
		padding: 0 20px 20px !important;
	}
	
	#content #reservation input,
	#content #reservation select {
		width: 100%;
		margin-right: 0;
	}
	
	#content #reservation .ui-widget.ui-widget-content {
		width: 50%;
		max-width: 300px;
	}
	
	footer .footer-bottom {
    	line-height: 30px;
		text-align: center;
		margin: 0;
		height: auto;
		padding: 10px 0;
		
	}
	
	#content .galerie h1 {
		padding-top: 20px;
	}
    
	
}
