/*
Primary color: #d6c29f
Default color: #cdcdcd;
Text color: #40403e;
*/
/*!
* Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
* License - https://fontawesome.com/license/free (Icons:CC BY 4.0, Fonts:SIL OFL 1.1, Code:MIT License)
*/

@font-face {
	font-family:'Font Awesome 5 Free';
	font-style:normal;
	font-weight:900;
	font-display:auto;
	src:url("../webfonts/fa-solid-900.eot");
	src:url("../webfonts/fa-solid-900.eot?#iefix")
		format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2")
		format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"),
		url("../webfonts/fa-solid-900.ttf") format("truetype"),
		url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fas {
	font-family:'Font Awesome 5 Free';
	font-weight:900;
}

@font-face {
	font-family:'Font Awesome 5 brand';
	font-style:normal;
	font-weight:400;
	font-display:auto;
	src:url("../webfonts/fa-brands-400.eot");
	src:url("../webfonts/fa-brands-400.eot?#iefix")
		format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2")
		format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"),
		url("../webfonts/fa-brands-400.ttf") format("truetype"),
		url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
	font-family:'Font Awesome 5 brand';
	font-weight:400;
}

/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "RobotoCondensed-Light";
  src: url("../webfonts/RobotoCondensed-Light.eot"); /* IE9 Compat Modes */
  src: url("../webfonts/RobotoCondensed-Light.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../webfonts/RobotoCondensed-Light.otf") format("opentype"), /* Open Type Font */
    url("../webfonts/RobotoCondensed-Light.svg") format("svg"), /* Legacy iOS */
    url("../webfonts/RobotoCondensed-Light.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../webfonts/RobotoCondensed-Light.woff") format("woff"), /* Modern Browsers */
    url("../webfonts/RobotoCondensed-Light.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

/* shadows-into-light-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Shadows Into Light';
  font-style: normal;
  font-weight: 400;
  src: url('../webfonts/shadows-into-light-v20-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
       url('../webfonts/shadows-into-light-v20-latin-regular.ttf') format('truetype'); /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}

.fas {
	font-family:'Font Awesome 5 Free';
	font-weight:900;
}

@font-face {
	font-family:'Font Awesome 5 brand';
	font-style:normal;
	font-weight:400;
	font-display:auto;
	src:url("../webfonts/fa-brands-400.eot");
	src:url("../webfonts/fa-brands-400.eot?#iefix")
		format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2")
		format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"),
		url("../webfonts/fa-brands-400.ttf") format("truetype"),
		url("../webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
	font-family:'Font Awesome 5 brand';
	font-weight:400;
}


html {
	overflow-y:scroll;	
}

body {
	font-family:'RobotoCondensed-Light', sans-serif;
	font-size:18px;
	color:#40403e;
}

#header {
    height:90px;
    padding:10px 0px;
}

#logo {
    display:block;
    float:right;
}

#logo img {
    width:260px;
}

.container {
	min-width:320px;	
}

a {
	color:#cdcdcd;
}
	
.btn:focus,
.btn:active,
a:focus,
a.active {
  outline:none !important;
}

/* Navigation ------------------------------- */

.navbar {
	padding:23px 0px 0px 0px;	
}

.navbar-expand-lg .navbar-nav .nav-link {
	-webkit-transition:all 0.5s linear;
    -ms-transition:all 0.5s linear;
    transition:all 0.5s linear;
    padding:15px;
}

.navbar-nav > li > a {
	color:#d6c29f;
}

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > .active > a,
.navbar-nav > .active > a:focus,
.navbar-nav > .active > a:hover {
	background:#ffffff;
	color:#cdcdcd;
}

.navbar-nav > li > .dropdown-menu {
	display:block;
	visibility:hidden;
	opacity:0;
	-webkit-transition:opacity 0.5s linear;
    -ms-transition:opacity 0.5s linear;
	transition:opacity 0.5s linear;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	padding:0px;
	margin:0px;
}

.navbar-nav > li:hover > .dropdown-menu {
	visibility:visible;
	opacity:1;
}

.dropdown-menu > li > a {
	color:#d6c29f;
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
	background:#ffffff;
	color:#cdcdcd;
}

/* Slideshow -------------------------------- */

.slideshow {
	position:relative;	
}

.slideshow .cycle-slide {
	width:100%;	
	min-width:320px;
	overflow:hidden;
}

.slideshow img {
	width:100%;		
}

#cycle-pager {
	position:absolute;
	z-index:999;
	bottom:0px;
	left:0px;
	right:0px;
	font-size:60px;
	line-height:50px;
	text-align:center;	
	opacity:0.5;	
}

#cycle-pager span {
	cursor:pointer;	
}

.cycle-pager-active {
	color:#d6c29f;
}

#cycle-prev,
#cycle-next {
	cursor:pointer;
	position:absolute;
	z-index:999;
	top:50%;
	margin-top:-25px;
	width:50px;
	height:50px;
	text-align:center;
	font-size:70px;
	color:#ffffff;
	opacity:0.5;
	left:0px;
}

#cycle-next {
	left:auto;
	right:0px;
}

/* Teaser ------------------------------------ */

.wrapper.teaser {
	padding:25px 0px;
}

.teaser {
	text-align:center;	
}

.teaser a {
	color:#d6c29f;
	text-decoration:none;
	transition:color .5s ease-in-out;
	-moz-transition:color .5s ease-in-out;
	-webkit-transition:color .5s ease-in-out;		
}

.teaser a:hover {
	color:#000000;	
}

.teaser img {
	transition:opacity .5s ease-in-out;
	-moz-transition:opacity .5s ease-in-out;
	-webkit-transition:opacity .5s ease-in-out;	
	margin-bottom:15px;
}

.teaser a:hover img {
	opacity:0.5;
}

.teaser .headline {
	font-weight:bold;
	color:#cdcdcd;	
}

.teaser p {
	font-size:15px;	
}

.teaser .clear-lg {
	clear:both;
}

/* Gallery ----------------------------------- */

.wrapper.gallery {
	padding-top:20px;	
}

.wrapper.gallery a {
	display:block;	
}

.wrapper.gallery img {
	display:block;
	margin:0px auto 20px auto;
}

.wrapper.gallery img {
	margin-bottom:20px;
	opacity:1;
	transition:opacity .5s ease-in-out;
	-moz-transition:opacity .5s ease-in-out;
	-webkit-transition:opacity .5s ease-in-out;		
}

.wrapper.gallery img:hover {
	opacity:0.5;	
}

/* Map --------------------------------------- */

#map_canvas {
	height:550px;	
}

/* Text -------------------------------------- */

.wrapper.text {
	padding:25px 0px;
}

.wysiwyg a {
	color:#cdcdcd;	
}

.wysiwyg a:hover {
	color:#40403e;	
}

h1, h2,	h3,	h4, h5 {
	margin-top:0px;	
}

h1 {
	font-family: 'Shadows Into Light', sans-serif;
	color:#d6c29f;	
}

h1 span {
	color:#40403e;
}

h2 {
	color:#cdcdcd;	
}

h3 {
	font-family: 'Shadows Into Light', sans-serif;	
}

/* Text image -------------------------------- */

.wrapper.text-image {
	padding:20px 0px;
	overflow:hidden;
}

/* Accordeon --------------------------------- */

.wrapper.accordeon {
	padding:30px 0px;
	cursor:pointer;
}

.wrapper.accordeon .more {
	padding-top:12px;
	display:none;
}

.wrapper.accordeon img {
	margin-bottom:15px;
}

/* Yform ------------------------------------- */

#yform-position {
	position:relative;
	top:-100px;
}

.wrapper.yform {
    padding:20px 0px;
}

#rex-yform label {
	display:none;	
}

#rex-yform .checkbox label {
	display:block;
	float:none;
	width:100%;
	font-weight:normal;
}

#rex-yform .form-control {
	padding:0px 10px;	
}

#rex-yform select,
#rex-yform input,
#rex-yform textarea,
#rex-yform button {
	font-family:'RobotoCondensed-Light', sans-serif;
	font-size:18px;
}

#rex-yform input[type=file] {
	border:none;
	padding:0px;
}

#rex-yform textarea {
    height:150px;
}

#yform-formular-email,
#yform-formular-subject {
	display:none;	
}

.btn.btn-primary {
	border-color:#d6c29f;
	background:#d6c29f;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
	background:#ffffff;
	color:#d6c29f;
}

.btn.btn-default {
	border-color:#cdcdcd;
	background:#cdcdcd;
	color:#40403e
}

.btn.btn-default:hover,
.btn.btn-default:focus {
	background:#ffffff;
	color:#40403e
}

/* Parallax ---------------------------------- */

.wrapper.parallax .row {
	margin:0px;
}

.wrapper.parallax .background {
	height:500px;
	width:100%;
	background-size:100% auto;	
}

@media screen and (max-width:1999px) {

	.wrapper.parallax .background {
		background-size:auto 800px;
	}
	
}

/* Youtube ----------------------------------- */

.wrapper.youtube {
	padding:20px 0px;
}

.wrapper.youtube iframe {
	width:620px;
	height:348px;
}

/* Footer ------------------------------------ */

.wrapper.footer {
	background:#d6c29f;
	color:#ffffff;
	padding:40px 0px 30px 0px;
}

.wrapper.footer .container {
	position:relative;
}

#footer .col-sm-4 {
	padding-bottom:20px;	
}

#footer ul {
	padding:0px;	
	margin:0px;
}

#footer li {
	list-style:none;	
}

#footer a {
	color:#ffffff;	
}

#footer #to_top {
	display:block;
	width:35px;
	height:35px;
	background:#ffffff;
	cursor:pointer;	
	position:absolute;
	right:15px;
	bottom:20px;
	font-size:30px;
	line-height:30px;
	text-align:center;
	font-weight:bold;
	color:#d6c29f;
}

#footer #to_top:hover,
#footer #to_top:focus {
	background:#d6c29f;
	color:#ffffff;
	text-decoration:none;
} 

@media screen and (max-width:991px) {

	#header {
		padding-top:5px;
	}
	
	.navbar-expand-lg {
    	background:none;
    	padding-top:48px;
    	position:static;
	}
	
	.navbar-toggler {
	    border:2px solid #d6c29f;
	    color:#d6c29f;
	    background:#ffffff;
	    position:absolute;
	    left:15px;
	    top:20px;	    
	}
	
	.navbar-toggler-icon {
		background:url(navbar-toggler-icon.svg);
		background-size:contain;
	}
	
	.navbar-toggler-icon .fas {
		display:none;
	 }	
	
	#navbarSupportedContent {
		background:#ffffff;
		position:absolute;
		z-index:9999;
		top:90px;
		left:0px;
		right:0px;
		border:1px solid #d6c29f;		
	}
	
	.navbar-toggler .fas {	
		font-size:22px;
		line-height:30px;
	}
	
	.navbar-expand-lg .navbar-nav .nav-item {
		padding:0px;
	}
	
	.navbar-nav > li > a:hover,
	.navbar-nav > li > a:focus,
	.navbar-nav > .active > a,
	.navbar-nav > .active > a:focus,
	.navbar-nav > .active > a:hover {
		border:none;
	}
	
	.navbar-nav > li > .dropdown-menu {
		visibility:visible;
		opacity:1;
		border:none;
	}
		
	.wrapper.parallax .background {
	    height:300px;
		background-size:auto 650px;	    
	}
	
	.wrapper.gallery .col-sm-3 {
		display:block;
		max-width:400px;
		margin:0px auto;
	}
	
	.teaser .odd {
		clear:both;
	}
	
}

@media screen and (max-width:767px) {
	
	.slideshow img {
		width:200%;
		max-width:200%;
		margin-left:-50%;	
	}
	
	.wrapper.youtube iframe {
		width:445px;
		max-width:100%;
		height:250px;
	}
	
	#rex-yform .wysiwyg {
		padding-top:20px;
	}
	
}