/* ==============
Theme Name: Kastner & Dronia 2023
Description: Responsive, SEO-friendly WordPress theme for www.kastner-dronia.com
Version: 1.0
Author: Michael Wilke, Designtiger Webdesign
Author URI: http://www.designtiger.at/
============== */

@import url("0_reset.css");
@import url("0_basic.css");
@import url("0_icons.css");
@import url("grid1.css");
@import url("nav_sf.css");
/* @import url("css/toggle.css"); */
@import url("owl.carousel.min.css"); 
@import url("owl.theme.default.min.css"); 


/*************************************************
* Webfonts
*************************************************/

/* work-sans-200 - latin */
@font-face {
  font-display: swap;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 200;
  src: url('../fonts/bGgdvohIEeSW.woff2') format('woff2');
}

/* work-sans-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/dBIa6Gaf8UEp.woff2') format('woff2');
}

/* work-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/nDQnRv0Tp5yY.woff2') format('woff2');
}

/* work-sans-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/62dN1btFEPEB.woff2') format('woff2');
}

/*
@font-face {
    font-family: 'Gallo';
    src: url('fonts/gallo.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/

@font-face {
  font-family: 'GalloBold';
  src: url('../fonts/FsHlsf4cs0T9.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}



/*************************************************
****            Custom Styles				  ****
*************************************************/

body,
input,
select,
textarea {
	font-family: 'Work Sans', 'Source Serif 4',serif;
	font-weight: 400;
}

.serif {
	font-family: 'Noto Serif', serif;
	font-weight: 400;
}

html,
body {
	font-size: 15px;
	font-size: 15.5px;
	letter-spacing: 0.04em;
}

body {
	line-height: 1.8;
	color: #000;
	background: #fff;
	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.stopoverflow {
	height: 100vh;
	overflow: hidden;
}

#outercontainer {
	position: relative;
}

.wrap {
	background: #fff;
}

.noof {
	overflow: hidden;
}

a {
	text-decoration: none;
	
	-webkit-transition: all 300ms ease;
	   -moz-transition: all 300ms ease;
	    -ms-transition: all 300ms ease;
	     -o-transition: all 300ms ease;
	     	transition: all 300ms ease;
}

.postinfo {
	display: none;
	height: 0px;
	overflow: hidden;
	text-indent: -9999px;
}

.nobreak {
	white-space: nowrap;
}

.relative {
	position: relative;
}

.round {
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
}

.line {
	width: 100%;
	height: 1px;
	background: #363433;
}

.bgwhite {
	background: #fff;
}

.bgtransparent {
	background: transparent;
}

.bglight,
.linelight {
	background: #ebe9df;
	background: #e5e4e0;
}

.bgmedium,
.linemedium {
	background: #dbd9d0;
	background: #e5e4e0;
	background: #dddcd8;
}

.bgdark {
	background: #c9c7bc;
	background: #d9d8d3;
	background: #d3d2cf;
}

.bggrey {
	background: #363433;
}

.bgblack {
	background: #161616;
	background: #000;
}

[class^='bg'] .wrap {
	background: transparent;
}


/*************************************************
* Typo

	-webkit-transition: all 500ms ease;
	   -moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		 -o-transition: all 500ms ease;
		 	transition: all 500ms ease;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

*************************************************/

a {
	color: #c8bc91;
	color: #898575;
}

a:hover {
	color: #afa067;
	color: #000;
}

strong, b {
	font-weight: 500;
}

.serif strong {
	font-family: 'Noto Serif', serif;
	font-weight: 600;
}

#main h1,
h2 {
	font-size: 36px;
	line-height: 1.4;
	
	margin-bottom: 30px;
}

h3 {
	font-size: 22px;
	line-height: 1.4;
	
	margin-top:    40px;
	margin-bottom: 20px;
}

h2.pagetitle,
h3.sectiontitle {
/*
	font-family: 'Noto Serif';
	font-weight: 400;
*/
	font-weight: 200;
	font-size: 42px;
	letter-spacing: 0.06rem;
	margin-top:    0;
	margin-bottom: 0;
}

h2.pagetitle.largeh,
h3.sectiontitle.largeh {
	font-size: 42px;
}

h4 {
	font-size: 18px;
	line-height: 1.4;
	font-weight: 500;
	
	margin-top:    30px;
	margin-bottom: 10px;
}

h5, h6 {
	font-size: 18px;
	font-weight: 600;
	
	margin-top:    30px;
	margin-bottom:  5px;	
}

h6 {
	
}

#main h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}

#main ul, #main ol {
	margin-bottom: 20px;
}

#main ul li,
.olbox ul li {
	list-style-type: disc;
	margin-left: 20px;
}

#main ol li,
.olbox ol li {
	list-style-type: decimal;
	margin-left: 20px;
}

p {
	margin-bottom: 20px;
}

p.topline {
	font-family: 'GalloBold', sans-serif;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 0.16em;
}

p.topline.smallt {
/* 	font-size: 18px; */
	margin-bottom: 8px;
}

p.caption,
.s_gallery p.caption {
	font-weight: bold;
	margin: 10px 10px 10px 10px;
	font-size: 13px;
	line-height: 1.4;
}

blockquote {
	
	letter-spacing: 0.05em;
	color: #4f4e4d;
	font-style: italic;
	margin: 30px 0 30px 0;
	padding: 0;
}

blockquote p {
	margin-bottom: 10px;
}

p.highp {
	margin-bottom: 40px;
}

p.lowmargin {
	margin-bottom: 12px;
}

hr {
	height: 1px;
	margin: 30px 0 30px 0;
	border-bottom: 1px solid green;
}

pre {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

.textjustify {
	text-align: justify;
}

.uppercase {
	text-transform: uppercase;
}

.nomargin {
	margin: 0;
}

.bggrey h2,
.bggrey h3,
.bggrey p {
	color: #c9c7bc;
}

/*************************************************
* Header
*************************************************/

#header {
	position: fixed;
	z-index: 30001;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	
	padding-top:    40px;
	padding-bottom: 40px;
	
	transition: all 500ms ease;
	
	background: transparent;
	
}

.navbg {
	position: fixed;
	z-index: 30000;
	left: 	0;
	right: 	0;
	top: 	0;
	width:  100%;
	height: 250px;	
	
	transition: all 500ms ease;
	
	background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.4) 100%);
}

/*
.scroll1 #header {
	
}
*/


#moblogo {
	display: none;
}

#logo,
#moblogo {
	background-image: url(../images/3vBJzKjf3FiN.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	
	transition: all 500ms ease;
}

#logo {
	opacity: 0;
}

.scroll2 #logo {
	opacity: 1;
}

#logo a{
	display: block;
	text-indent: -9999px;
}

#logo,
#logo a {
	width: 260px;
	height: 16px;
}
*/

#nav {
	line-height: 40px;
}

#headerpadding {
/* 	height: 120px; */
}


/*************************************************
* Scroll
*************************************************/

#scroll0,
#scroll1,
#scroll2,
#scroll3 {
	position: absolute;
	width: 1px;
	height: 1px;
	background: transparent;
}

#scroll0 { /* triggers #totop */
	top: 80px; 
}

#scroll1 {
	top: 40px;
}

#scroll2 {
	top: 200px;
}

#scroll3 {
	bottom: 80px; 
}


.scroll2 #header {
	padding-top:    24px;
	padding-bottom: 24px;
	
	background: #c9c7bc;
	background: rgba(44, 44, 46, 0.8);
	background: rgba(0,0,0,1);
}

.scroll2 .navbg {
	height: 100px;
	opacity: 0;
}

.scroll2 #header {
	
}

.scroll3 #header {
	
}

/*
.scroll1 #logo {
	width: 185px;
	height: 50px;
}
*/

.scroll1 #nav {
	
}

.scroll1 #headerpadding {
	
}




/*************************************************
* Nav
*************************************************/

#nav {
	
}

#nav ul {
	float: left;
	width: 100%;
}

#nav ul li {
	float: left;
	margin: 0 0 0 30px;
}

#nav ul li.nav-kontakt {
	float: right;
}

.navmenu a {
	font-size: 16px;
	color: #fff;
	padding: 0;
}

.navmenu li.current a {
	color: #c9c7bc;
}

.navmenu a:hover {
	color: #c9c7bc;
}

/*
.scroll2 #nav.navmenu li a {
	color: #2c2c2e;
}

.scroll2 #nav.navmenu li.current a {
	color: red;
}
*/


#navicon {
	position: fixed;
	z-index: 30003;
	right: 10px;
	top:   28px;
	width:  40px;
	height: 40px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;				
	border: none;	
	
	transition: all 500ms ease;
}

#langicon {
	position: fixed;
	z-index: 30003;
	right: 60px;
	top:   28px;
	width:  40px;
	height: 40px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;				
	border: none;	
	
	transition: all 500ms ease;
}

#langicon a {
	display: block;
	width:  40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	
	color: #fff;
	font-size: 20px;
	font-weight: 500;
}

.scroll2 #navicon {
	top: 12px;
}

.scroll2 #langicon {
	top: 12px;
}

html.swipebox-html #navicon {
	right: -50px;
}

#navicon span,
#navicon span:before,
#navicon span:after {
	display: inline-block;
	height: 2px;
	position: absolute;
	width: 30px;
		 	
	background: #fff;
				
	transition: all 300ms ease;

}
	
#navicon span {
    left:   5px;
    top:   19px;

}

#navicon span:before {
    content: "";
    left: 0;
    top: 9px;
}

#navicon span:after {
    content: "";
    left: 0;
    top: -9px;
}

#navicon:focus span,
#navicon:focus span:before,
#navicon:focus span:after {
	background: #fff;
	
}

#navicon.active {
	-webkit-transition: background 100ms ease;
	   -moz-transition: background 100ms ease;
		-ms-transition: background 100ms ease;
		 -o-transition: background 100ms ease;
		 	transition: background 100ms ease;
}

#navicon.active span:before,
#navicon.active span:after {
	
}

#navicon.active span {
	background: rgba(0,0,0,0);
}

#navicon.active span:before,
#navicon.active span:after {
	position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    
    background: #fff;
}

#navicon.active span:before {
	-webkit-transform: 	rotate(-45deg);
       -moz-transform: 	rotate(-45deg);
        -ms-transform: 	rotate(-45deg);
         -o-transform: 	rotate(-45deg);
			transform: 	rotate(-45deg);
}

#navicon.active span:after {
    -webkit-transform: 	rotate(45deg);
       -moz-transform: 	rotate(45deg);
        -ms-transform: 	rotate(45deg);
         -o-transform: 	rotate(45deg);
			transform: 	rotate(45deg);
}



/* Mobnav */

#mobnav {
	overflow-y: scroll; 
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	
	position: fixed;
	z-index: 30003;
	top: 0;
	height: 100%;
	left: -100%;
	width: calc( 100% - 60px );	
	
	text-align: center;

	background: #363433;
	background: #333336;
	
	padding-top:    40px;
	padding-bottom: 40px;
	
	-webkit-box-shadow: 0 0 20px 10px rgba(0,0,0,0.2);
			box-shadow: 0 0 20px 10px rgba(0,0,0,0.2);
	
	-webkit-transition: left 500ms ease;
	   -moz-transition: left 500ms ease;
		-ms-transition: left 500ms ease;
		 -o-transition: left 500ms ease;
		 	transition: left 500ms ease;
}

#mobnav.active {
	left: 0;
}

#mobnav .navmenu a {
	display: block;
	
	font-family: 'GalloBold', sans-serif;
	font-size: 15px;
	padding-top: 	5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 0.16em;
}

#mobnav .navmenu li.current a {
	color: #c9c7bc;
}

#mobnav .navmenu a:hover {
	color: #c9c7bc;
}

#mobnav p {
	line-height: 2;
}

#mobnav p a {
	color: #fff;
}

#mobnav p a:hover {
	color: #c9c7bc;
}
	
	/* Mobile Menu */
	
/*
	#mobnav p {
		line-height: 2;
	}
	
	#mobmenu ul li {		
		position: relative;
	}
	
	#mobmenu a {
		color: green;
	}
	
	#mobmenu ul li a {
		display: block;
		padding: 0 40px 0 15px;
		height: 44px;
		line-height: 44px;
		border-bottom: 1px solid white;
	}
	
	#mobmenu ul li.current-menu-item > a,
	#mobmenu ul li a:hover,
	#mobmenu ul li a:focus {
		color: yellow;
	}
	
	#mobnav ul.menu>li > a,
	#mobnav ul.menu li > ul > li.menu-item-has-children > a {
		font-weight: 500;
	}
	
	#mobmenu ul li:first-child a {
		border-top: 1px solid white;
	}
	
	#mobmenu ul li ul {
		display: none;
	}
	
	#mobmenu ul li ul li {
		text-transform: none;
	}
	
	#mobmenu ul li ul li a {
		padding-left: 25px;
	}
	
	#mobmenu ul li ul li:first-child a {
		border-top: 0;
	}
	
	#mobmenu ul li ul li ul {
		display: none;
	}
	
	#mobmenu ul li ul li ul li a {
		padding-left: 45px;
	}
*/
	
	/* Subnav */


/*************************************************
* Slider
*************************************************/

.slider {
	position: relative;
}

.slide,
.slidebg {
	position: relative;
	overflow: hidden;
	
	-webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.sliderolay {
	position: absolute;
	left: 	0;
	right: 	0;
	top: 	0;
	bottom: 0;
	width:  100%;
	height: 100%;
	
	background: rgba(0,0,0,0.2);
}

.slidertext {
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    
    padding-bottom: 40px;
    padding-top: 40px;
    
    background: linear-gradient(0deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 100%);
    
}

@media (max-width:700px) {
	.slider_high {
		background: #363433;
	}
	.slider_high .sliderolay {
		position: relative;
	}
	
	.slider_high .slidertext {
		position: relative;
		background: #363433;
	    
	}
}

.sliderlogo {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.sliderlogo img, 
.owl-carousel .owl-item .sliderlogo img {
	width: 600px;
	margin: 0 auto;
}

.slide h4 {
	text-align: center;
	font-size: 36px;
	margin: 0;
}

.slide p {
	text-align: center;
	font-size: 15px;
	margin: 0;
}

.slider_high .slide p {
	margin: 5px 0;
}

.slide p.topline,
.slider_high .slide p.topline {
	margin-bottom: 20px;
}

.slide a {
	display: block;
}

.slide h4,
.slide p,
.slide a h4,
.slide a p {
	color: #fff;
	-webkit-transition: all 300ms ease;
	   -moz-transition: all 300ms ease;
	    -ms-transition: all 300ms ease;
	     -o-transition: all 300ms ease;
	     	transition: all 300ms ease;
}

.slide a:hover h4,
.slide a:hover p {
	opacity: 0.7;
}

/* Slider Background Images  */

.slider .slide img {
	opacity: 0;
}

.slider .slide .sliderlogo img {
	opacity: 1;
}

.slider .slide,
.slider .slidebg {
	position: relative;
	overflow: hidden;
	
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.slider .slide,
.slider .slidebg,
.slider .owl-item {
	height: 100vh;
 	max-height: 1200px;
}

.slider .slide,
.slider .slidebg {
	background-repeat: 		no-repeat;
	background-position: 	center top;
    background-size: 		cover;
}



.slider .owl-item .slidebg {
/* 	transition: all 3500ms ease 500ms; */
}

/*
.slider .owl-item.active .slidebg,
.slider .owl-item.cloned .slidebg  {	
	   -moz-transform: scale(1.025);
    -webkit-transform: scale(1.025);
            transform: scale(1.025);
}
*/

@media (max-width: 768px) {
	
	.slider .slide,
	.slider .owl-item,
	.slider .slidebg {
		height: 65vh;
	}
	
/*
	.slider .owl-item.active .slidebg,
	.slider .owl-item.cloned .slidebg {	
		   -moz-transform: scale(1.1);
	    -webkit-transform: scale(1.1);
	            transform: scale(1.1);
	}
*/
}


/*
.owl-carousel .owl-stage { 
	display: flex;
}
.slideitem { 
	height: 100%;
	width: 100%;
	display:flex;
	align-items: center;
}
.slideitem .slidetext {
	border: 5px solid transparent;
}
*/

/*************************************************
* Carousel Dots
*************************************************/

.owl-carousel .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 20px;
}

.owl-carousel .owl-dots .owl-dot {
	padding: 10px 0 !important;
}

.owl-carousel .owl-dots .owl-dot span {
	width: 30px;
	height: 3px;
	margin: 0 2px;
	border-radius: 0;
	
	background: #fff;
	opacity: 0.4;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
	background: #fff;
	opacity: 1;
}

/*************************************************
* Carousel Arrows
*************************************************/
.owl-carousel .owl-nav {
    margin-top: 0;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	border-radius: 0px;
	
	transition: all 300ms ease;
			
	position: absolute;
	top: 50%;
	margin-top: -20px;	
	width:  	 40px;
	height: 	 40px;
	line-height: 40px;
	font-size:   30px;
	text-align: center;
		
	color: #fff;	
	background: transparent;
	font-weight: bold !important;
	
	border-radius: 50%;
}

.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev {
	left: 0;
}

.owl-carousel .owl-nav .owl-next {
	right: 0;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
	background: transparent;
	opacity: 0.6;
}





/*************************************************
* Waypoints
*************************************************/

.waypoint .way_fadein {
	opacity: 0;
	transform: translateY(0);
	
	transition: transform 1000ms ease 250ms, opacity 1000ms ease 250ms;	
}
.waypoint.inview .way_fadein {
	opacity: 1;
	transform: translateY(0);
	
}

.waypoint .way_bottom {
	opacity: 0;
	transform: translateY(100px);
	
	transition: transform 1000ms ease 250ms, opacity 1000ms ease 250ms;	
}
.waypoint.inview .way_bottom {
	opacity: 1;
	transform: translateY(0);
}

.waypoint .way_right {
	opacity: 0;
	transform: translateX(100%);
	
	transition: transform 1000ms ease 250ms, opacity 1000ms ease 250ms;	
}
.waypoint.inview .way_right {
	opacity: 1;
	transform: translateY(0);
	
}

.waypoint .way_left {
	opacity: 0;
	transform: translateX(-100%);
	
	transition: transform 1000ms ease 250ms, opacity 1000ms ease 250ms;	
}
.waypoint.inview .way_left {
	opacity: 1;
	transform: translateY(0);
	
}

@media (max-width: 767px) {
	.waypoint .way_right,
	.waypoint .way_left {
		transform: translateX(0px);
		transform: translateY(100px);
		
		transition: transform 1000ms ease 250ms, opacity 1000ms ease 250ms;	
	}
	
	.waypoint.inview .way_right,
	.waypoint.inview .way_left {
		transform: translateY(0);
	}
}


/*************************************************
* Images, Image Links
*************************************************/

.galimg {
	overflow: hidden;
	background: #000;
}

.galimg a img,
a .galimg img {
	-webkit-transition: all 300ms ease;
	   -moz-transition: all 300ms ease;
	    -ms-transition: all 300ms ease;
	     -o-transition: all 300ms ease;
	     	transition: all 300ms ease;
	
	-webkit-backface-visibility: hidden;
}

.galimg a:hover img,
a:hover .galimg img {
	
	opacity: 0.8;
		
	-moz-transform: 	scale(1.04);
	-webkit-transform: 	scale(1.04);
	-o-transform: 		scale(1.04);
	-ms-transform: 		scale(1.04);
	transform: 			scale(1.04);
}

.imgbox {
	position: relative;
	
	-webkit-transform-style: preserve-3d;
       -moz-transform-style: preserve-3d;
	   		transform-style: preserve-3d;
}

.imgolay {
	position: absolute;
	left:   0;
	top:    0;
	right:  0;
	bottom: 0;
	width:  100%;
	height: 100%;
	
	background: rgba(0,0,0,0.3);
	
	-webkit-transition: opacity 400ms ease;
	   -moz-transition: opacity 400ms ease;
	    -ms-transition: opacity 400ms ease;
	     -o-transition: opacity 400ms ease;
	     	transition: opacity 400ms ease;
}

.imgolaytext {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.imgbox h3 {
	margin: 0;
}

.imgbox a * {
	margin: 0;
	
	-webkit-transition: all 400ms ease;
	   -moz-transition: all 400ms ease;
	    -ms-transition: all 400ms ease;
	     -o-transition: all 400ms ease;
	     	transition: all 400ms ease;
}

.imgbox,
.imgbox a h4,
.imgbox a p {
	color: #fff;
}

.imgbox a:hover h4,
.imgbox a:hover p {
	color: yellow;
}

.person .imgolay {
	background: rgba(0,0,0,0.2);
	
	-webkit-transition: all 400ms ease;
	   -moz-transition: all 400ms ease;
	    -ms-transition: all 400ms ease;
	     -o-transition: all 400ms ease;
	     	transition: all 400ms ease;	
}

.person .imgolaytext {
	opacity: 0;
	
	-webkit-transition: all 400ms ease;
	   -moz-transition: all 400ms ease;
	    -ms-transition: all 400ms ease;
	     -o-transition: all 400ms ease;
	     	transition: all 400ms ease;	
}

.person:hover .imgolay {
	background: rgba(0,0,0,0.4);
}

.person:hover .imgolaytext {
	opacity: 1;
	cursor: default;
}


.s_bildbreaker {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	
	background-attachment: fixed;
}

.s_bildbreaker .imgbox {
	background: transparent;
}

.s_bildbreaker img,
.s_bildbreaker picture {
	opacity: 0;
}

@media (max-width:768px) {
	.s_bildbreaker {
		background-attachment: scroll;
	}
	
	.s_bildbreaker,
	.s_bildbreaker .imgolay {
		min-height: 300px;
	}
	
	.s_bildbreaker .imgolaytext {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.s_bildbreaker img,
	.s_bildbreaker picture {
		
	}

}

/*************************************************
* Toggle
*************************************************/

.togglecontent {
	width: 100% !important;
}

.toggletitle {
	cursor: pointer;	
}

.toggletitle p.topline {
	font-size: 15px;
	transition: all 300ms ease;
}

.bggrey .toggletitle p.topline {
	color: #d8d7d1;
}

.toggletitle:hover p.topline {
	color: #898575;
}

.bggrey .toggletitle:hover p.topline,
.bggrey .toggletitle.active p.topline {
	color: #fff;
}

.toggletitle span {
	transition: all 300ms ease;
}

.toggletitle.active span {
	display: inline-block;
	text-align: center;
}

.toggletitle.active span {

	-webkit-transform: 	rotate(180deg);
	   -moz-transform: 	rotate(180deg);
	    -ms-transform: 	rotate(180deg);
	     -o-transform: 	rotate(180deg);
	   	    transform: 	rotate(180deg);
}

.togglecontent p {
	
}



/*************************************************
* Sections
*************************************************/

.navsection {
	
}


.cta p {
	margin: 0;
	font-size: 22px;
}

@media (max-width:768px) {
	.cta {
		text-align: center;
	}
}


/*
.teaser {
	position: relative;
	
	-webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
*/

/*
.teaserolay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
}
*/

/*
.teasertxt {
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}
*/

.teaser h4 {
	margin: 10px 0;
	text-align: center;
	padding: 0 20px;
}

.teaser p {
	margin: 10px 0;
	text-align: center;
	padding: 0 20px;
}

.teaser a {
	
}


/*************************************************
* Video
*************************************************/

.video {
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*************************************************
* Aligner
*************************************************/

@media( max-width:767px ) {	
	.aligner {

	}
	
	.aligneritem {
		
	}	
	
	.col-textcol {
		padding-left:    20px;
		padding-right:   20px;
		
		padding-top:    20px;
		/* padding-bottom: 20px; */
		padding-bottom:  0px;
	}

}

@media( min-width:767.01px ) {	
	.aligner {
		display: flex;
		align-items: center;
		min-height: 10px;
		justify-content: center;
	}
	
	.aligneritem {
		
	}	
	
	
}

/*************************************************
* CookieInfo
*************************************************/

#cookieChoiceInfo {
	background: #f5f5f5 !important;
	
	padding-top:    15px !important;
	padding-bottom: 10px !important;
	
	padding-left: 15px !important;
	padding-right: 15px !important;
	
	font-size: 14px;
	line-height: 1.3;
}

#cookieChoiceInfo div {
	padding: 0 !important;
}

/*
#cookieChoiceInfo,
#cookieChoiceInfo a {
	color: #fff;
}
*/

#cookieChoiceInfo a {
	text-decoration: none;
}

#cookieChoiceInfo a:after {
	content: "";
    display: table;
	clear: both;
	margin-bottom: 5px;
}

#cookieChoiceInfo a:hover {
	text-decoration: none;
}

#cookieChoiceDismissIcon {
	display: none !important;
}

a#cookieChoiceDismiss {
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: 400;
	text-decoration: none;
	background: green;
	color: #fff !important;
	padding: 6px 15px;
			
	-webkit-border-radius: 2px;
			border-radius: 2px;
	
	border: 0;
	color: #fff;
	background: green;
}

a#cookieChoiceDismiss:hover {
	background: yellow;
}

#cookieChoiceInfo a#cookieChoiceDismiss:after {
	content: "";
    display: table;
	clear: both;
	height: 0;
	margin-bottom: 0;
}



/*************************************************
* Swipebox
*************************************************/

#swipebox-overlay {
	background: rgba(255,255,255,0.96) !important;
}

#swipebox-slider .slide {
	padding: 20px !important;
}

#swipebox-close {
	background-color: #fff !important;
	z-index: 100001 !important;
}

#swipebox-bottom-bar {
	background: transparent !important;
}

#swipebox-arrows {
    max-width: none !important;
    width: 98% !important;
    background: transparent !important;
}

#swipebox-arrows a {
	background-color: #fff !important;
}

#swipebox-next.disabled, 
#swipebox-prev.disabled {
    opacity: 0.15 !important;
}

#swipebox-close, #swipebox-next, #swipebox-prev {
	background-image: url('../images/5PGoWdidt2hT.png') !important;
	background-size: auto 34px !important;
}

#swipebox-prev {
    background-position: -32px 8px !important;
}

#swipebox-next {
    background-position: -68px 8px !important;
}

#swipebox-close {
    background-position: 8px 8px !important;
}


/*************************************************
* Button
*************************************************/

.button {
	
}

.button a {
	display: inline-block;
	text-align: center;
	text-decoration: none;	
	
	padding: 	15px 45px;
	margin: 	15px 20px 15px 0;
	
	font-size: 15px;
	
	font-size:   inherit;
	line-height: 1;
	
	border-radius: 4px;
	
	color: #fff;
	background: #a5924c;
	border: 1px solid #a5924c;
}

.button.ghost a {
	color: #000;
	background: rgba(255,255,255,0);
	border: 1px solid #acaba7;
}

.button a:hover {
	background: yellow;
}

.button.ghost a:hover {
	color: #000;
	background: rgba(255,255,255,1);
	border: 1px solid #000;
}

/*
.mobilebutton {
	display: none;
}

.mobilebutton a .icon {
	position: relative;
	top: 2px;
	padding: 0 5px 0 0;
}
*/

p[style="text-align: right;"] span.button a {
	margin: 10px 0 0 10px;
}

p[style="text-align: center;"] span.button a {
	margin: 10px 10px 0 10px;
}

.cta .button a {
	margin: 0;
}

/*************************************************
* Kontakt-Box
*************************************************/

#kontaktieren {
	
}

#kontaktieren h4 {
	margin-top: 0;
}

.contactbox a {
	color: #ebe9df;
}

.contactbox a {
/*
	color: #2c2c2e;
	border-bottom: 2px solid #2c2c2e;
*/
	color: #4b4b49;
}

.contactbox a:hover {
	color: #2c2c2e;
}


/*************************************************
* Footer
*************************************************/


/*************************************************
* Subfooter
*************************************************/

#subfooter {
	font-size: 15px;
	letter-spacing: 0.05em;
	
	color: #d8d7d1;
}

#subfooter a {
	color: #d8d7d1;
}

#subfooter a.creator {
	opacity: 0.2;
}

#subfooter a:hover {
	opacity: 0.7;
}



#subfooter p {
	margin: 0;
	margin: 20px 0;
}

#subfooter span {
	margin-left: 30px;
}

/*************************************************
* Seitenanfang
*************************************************/




#totop {
	display: block;
	position: fixed;
	right:  10px;
	bottom: 25px;
	width: 	40px;
	height: 40px;
	
	
	z-index: 999;
	
	visibility: hidden;
	opacity: 0;
	
	
	
	-webkit-transition: all 300ms ease;
	   -moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		 -o-transition: all 300ms ease;
		 	transition: all 300ms ease;
}

html.swipebox-html #totop {
	right: -50px;
}

#totop a {
	text-align: center;
	display: block;
	width: 	40px;
	height: 40px;
	line-height: 38px;
	font-size: 20px;
	background: #4b4b49;
	color: #fff;
	text-decoration: none;
	padding-left: 2px;
	
	border-radius: 4px;
}

#totop a:hover {
	background: #000;
}

#totop.show {
	opacity: 1;
	visibility: visible;
}

/*************************************************
* Edit-Link
*************************************************/

.editlink {
	margin-top:    15px;
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: bold;
}

.editlink .icon {
	font-size: 0.6rem;
	font-weight: normal;
	position: relative;
	top: -2px;
	margin-right: 4px;
}

/*************************************************
* Formulare
*************************************************/

/*************************************************
* Formulare
*************************************************/

.cform {
	margin: 0;
	padding: 0;
}

.cform p {
	display: block;
	margin-bottom: 20px;
}

input[type="checkbox"],
input[type="radio"],
input[type="submit"] {
	-webkit-user-select: none;
	-ms-user-select:	 none;
	user-select:		 none;
}

.wpcf7-list-item {
	width: 100%;
	margin: 0 !important;
}

.wpcf7-acceptance label {
	display: inline-block;	
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	line-height: 1.4;
}

.wpcf7-acceptance label span {
	font-size: 0.9rem;
}

input[type="text"], 
input[type="email"], 
input[type="tel"], 
input[type="submit"],
textarea,
select  {
	width: 100%;
	margin: 0;
	padding: 0;
	
	-webkit-appearance: none;
    border-radius: 			0px;    
	
	transition: all 300ms ease;
	
	font-size: 16px;
	line-height: 1.2;
	
	margin-top: 5px;
	
	background: rgba(255,255,255,0.6);
	padding: 13px;
	border: 0;
	
	border-radius: 4px;
}

textarea {
	margin-bottom: 5px;
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="tel"]:focus, 
input[type="submit"]:focus,
textarea:focus {
	background: white;
	border: 0;
}

input[type="submit"] {
	cursor: pointer;
	display: block;
	width: auto;
	margin: 20px 0 10px 0;
	padding: 15px 40px;
	
	border: 0;
	background: #363433;
	color: #c9c7bc;
	
}

input[type="submit"]:disabled,
input[type="submit"]:disabled:focus,
input[type="submit"]:disabled:hover {
	opacity: 0.2;
}

input[type="submit"]:focus,
input[type="submit"]:hover {
	text-decoration:none;
	cursor:pointer;
	
	background: #000;	
}

.wpcf7-response-output {
	clear: both;
	width: 100%;
}

span.wpcf7-not-valid-tip {
	display: inline;
	color: #757366 !important;
	font-size: 15px !important;
}

div.wpcf7-response-output {
	border: 2px solid green !important;
}

div.wpcf7-validation-errors {
	border: 2px solid red !important;
}

/*************************************************
* Google Maps
*************************************************/

.responsive_map {
	height: 0;
	overflow: hidden;
	position: relative;
	padding-bottom: 35%; /* aspect ratio */
}

.responsive_map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;	
	top: 0;	
	border: 0;
}

@media (max-width:767px) {
	.responsive_map {
		padding-bottom: 80%; /* aspect ratio */
	}
}

/*************************************************
* Overlays
*************************************************/

/* Mobolay */
	
#mobolay,
#ololay {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: fixed;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    opacity: 0;

    -webkit-transition: opacity 500ms ease;
    -moz-transition: 	opacity 500ms ease;
    -ms-transition: 	opacity 500ms ease;
    -o-transition: 		opacity 500ms ease;
    transition: 		opacity 500ms ease;
}

#mobolay.active,
#ololay.active {
    z-index: 30002;
    opacity: 1;
    
    -webkit-transition: opacity 500ms ease;
    -moz-transition: 	opacity 500ms ease;
    -ms-transition: 	opacity 500ms ease;
    -o-transition: 		opacity 500ms ease;
    transition: 		opacity 500ms ease;
}

#ololay.active {
	z-index: 40001;
}

/*
.olbox {
	position: fixed;
	z-index: -1;
	
	left: 50%;
	top: 50%;
	
	width:  340px;
	height: 500px;
	
	margin-left: -170px;
	margin-top:  -250px;
	
	background: #fff;
	opacity: 0;
	
	overflow: scroll;
	
	-webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0);
	box-shadow: 		0 0 0 0 rgba(0,0,0,0);
	
	-webkit-transition: opacity 500ms ease 200ms;
	-moz-transition: 	opacity 500ms ease 200ms;
	-ms-transition: 	opacity 500ms ease 200ms;
	-o-transition: 		opacity 500ms ease 200ms;
	transition: 		opacity 500ms ease 200ms;
}

@media (min-width:768.01px) {
	
	.olbox {
		width:  600px;
		height: 600px;
		
		margin-left: -300px;
		margin-top:  -300px;
	}
}

@media (min-width:1024.01px) {
	
	.olbox {
		width:  800px;
		height: 600px;
		
		margin-left: -400px;
		margin-top:  -300px;
	}

}

.olbox.active {
	opacity: 1;
	display: block;
	z-index: 40002;
}

.olinner {
	padding: 20px 25px;
}

.olclose {
	position: absolute;
	z-index: 30003;
	right: 20px;
	top: 22px;
	width:  20px;
	height: 20px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;				
	border: none;	
	
	-webkit-transition: right 200ms ease;
	   -moz-transition: right 200ms ease;
	    -ms-transition: right 200ms ease;
	     -o-transition: right 200ms ease;
	     	transition: right 200ms ease;	
}

.olclose span,
.olclose span:before,
.olclose span:after {
	display: inline-block;
	height: 2px;
	position: absolute;
	width: 20px;
		 	
	background: green;
			
	-webkit-transition: all 300ms ease;
	   -moz-transition: all 300ms ease;
	    -ms-transition: all 300ms ease;
	     -o-transition: all 300ms ease;
	     	transition: all 300ms ease;
}

.olclose span {
    left:   0;
    top:   10px;
	background: transparent;
}

.olclose span:before {
    content: "";
    left: 0;
    top: 0;
    
    -webkit-transform: 	rotate(-45deg);
       -moz-transform: 	rotate(-45deg);
        -ms-transform: 	rotate(-45deg);
         -o-transform: 	rotate(-45deg);
			transform: 	rotate(-45deg);
}

.olclose span:after {
    content: "";
    left: 0;
    top: 0px;
    
    -webkit-transform: 	rotate(45deg);
	   -moz-transform: 	rotate(45deg);
	    -ms-transform: 	rotate(45deg);
	     -o-transform: 	rotate(45deg);
	   	    transform: 	rotate(45deg);
}

.olbox h3,
.olbox h4 {
	font-size: 17px;
	margin-top:    30px;
	margin-bottom: 10px;
}

.olbox h3.oltitle {
	font-size: 22px;
	line-height: 1.2;
	margin-top:     0;
	margin-bottom: 20px;
}

.olbox p,
.olbox ul,
.olbox ol {
	font-size: 0.9375rem;
	margin-bottom: 0.625rem;
}
*/


.olbox {
	position: fixed;
	z-index: -1;
	opacity: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.95);
	background: rgba(235,233,223,0.95);
	
	transition: opacity 200ms ease 0;
}

.olbox.active {
	z-index: 41001;
	opacity: 1;
	transition: opacity 300ms ease 200ms;
}

.olinner {
/*
	position: relative;
    top: 50%;
    transform: translateY(-50%);
*/

	padding: 60px 0;
	height: 100%;
	overflow: scroll;

}

.olclose {
	position: absolute;
	z-index: 30003;
	right: 20px;
	top: 22px;
	width:  40px;
	height: 40px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	cursor: pointer;				
	border: none;	
	
	transition: right 200ms ease;	
}

.olclose span,
.olclose span:before,
.olclose span:after {
	display: inline-block;
	height: 2px;
	position: absolute;
	width: 40px;
		 	
	background: #2c2c2e;
			
	transition: all 300ms ease;
}

.olclose span {
    left:   0;
    top:   20px;
	background: transparent;
}

.olclose span:before {
    content: "";
    left: 0;
    top: 0;
    
    transform: 	rotate(-45deg);
}

.olclose span:after {
    content: "";
    left: 0;
    top: 0px;
    
    transform: 	rotate(45deg);
}

.olbox h3,
.olbox h4 {
	font-size: 17px;
	margin-top:    30px;
	margin-bottom: 10px;
}

.olbox h3.oltitle {
	font-size: 24px;
	line-height: 1.4;
	margin-top:     0;
	margin-bottom: 0;
	
	text-align: center;
}

.olbox p,
.olbox ul,
.olbox ol {
	font-size: 0.9375rem;
	margin-bottom: 0.625rem;
}


/*************************************************
* Responsive 
*************************************************/

@media (max-width: 480px) {
	
	#main h1,
	h2 {
		
	}
	h3 {
		
	}
	h2.pagetitle,
	h3.sectiontitle {
		
	}
	h2.pagetitle.largeh,
	h3.sectiontitle.largeh {
		
	}
	h4 {
		
	}
	.slide h2,
	.slide h4 {
		
	}
	.slide p {
		font-size: 16px;
	}
	.slide p br {
		display: none;
	}
	.sliderlogo img {
		width: 380px;
		max-width: 86%;
	}
}

@media (min-width: 480.01px) and (max-width: 768px) {
	
	#main h1,
	h2 {
		
	}
	h3 {
		
	}
	h2.pagetitle,
	h3.sectiontitle {
		
	}
	h2.pagetitle.largeh,
	h3.sectiontitle.largeh {
		
	}
	h4 {
		
	}
	.slide h2,
	.slide h4 {
		
	}
	.slide p {
		font-size: 16px;
	}
	.slide p br {
		display: none;
	}
	.sliderlogo img {
		width: 380px;
		max-width: 86%;
	}
	
}

@media (min-width: 768.01px) and (max-width: 1024px) {
   
   #main h1,
	h2 {
		
	}
	h3 {
		
	}
	h2.pagetitle,
	h3.sectiontitle {
		
	}
	h2.pagetitle.largeh,
	h3.sectiontitle.largeh {
		
	}
	h4 {
		
	}
	.slide h2,
	.slide h4 {
		
	}
	.slide p {
		
	}
}

@media (max-width: 1024px) {
	html,
	body {
		
	}
	
	/* Disable mobile zoom */
	select, textarea, input, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select:focus, input:focus { 
		font-size: 16px;
	}
	
	#nav,
	#topbar {
		display: none;
	}
	
	#navicon,
	#mobolay,
	#mobnav {
		display: block;
	}
	
	#header,
	.scroll1 #header {
		padding-top:    20px;
		padding-bottom: 20px;
	}
	
	#navicon,
	.scroll2 #navicon,
	#langicon,
	.scroll2 #langicon {
		top:   8px;
		transition: all 500ms ease;
	}
	
	#moblogo {
		display: block;
		opacity: 0;
	}
	
	.scroll1 #moblogo {
		opacity: 1;
	}
	
	#moblogo,
	#moblogo a {
		width: 290px;
		height: 40px;
	}
	
	#moblogo {
		background-image: url(../images/MNSt8G4Cnyge.png);
		background-position: left center;
		background-repeat: no-repeat;
		background-size: contain;
		
		transition: all 500ms ease;
	}
	
	#moblogo a {
		display: block;
		text-indent: -9999px;
	}
	
	.slide h4,
	.slide p {
		margin: 10px 0;
	}
	
	.slide h4 {
		font-size: 28px;
	}
	
	.slide p {
		
	}
	
	.owl-theme .owl-nav.disabled + .owl-dots {
		bottom: 10px;
		width: 100%;
	}
	
	#subfooter {
		padding-bottom: 60px;
	}
	
	#subfooter span {
		display: block;
		margin-left: 0;
	}
	
	#subfooter .textright {
		text-align: left;
	}

	
}




@media (max-width: 480px) {
	
}

@media (min-width: 414.01px) and (max-width: 768px) {
	
}

@media (max-width: 768px) {
	
}

@media (min-width: 768.01px) and (max-width: 1024px) {
   
}

@media (min-width: 1024.01px) and (max-width: 1180px) {
    
}

@media (min-width: 1180.01px) and (max-width: 1420px) {
    
}

@media (min-width: 1420.01px) and (max-width: 1799.99px) {
    
}

@media (min-width: 1800px) {
	html,
	body {
		
	}  
	
	.outer,
	.fixme {
		max-width: 1800px;
		margin: 0 auto;
	}  
	
}




















