<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==============
Theme Name: BBS Lauer
Description: Responsive, SEO-friendly WordPress theme for www.lauer.at
Version: 1.0
Author: Designtiger Webdesign
Author URI: http://www.designtiger.at/
============== */

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

/*************************************************
* Webfonts
* font-family: eurostile, sans-serif;
* 400, 400i, 500, 700
* 
* font-family: eurostile-condensed, sans-serif;
* 400
* 
* font-family: eurostile-extended, sans-serif;
* 500
* 
* font-family: neue-haas-unica, sans-serif;
* 300, 300i, 400
*************************************************/

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

body,
input,
select,
textarea {
	font-family: neue-haas-unica, sans-serif;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-weight: 300;
}

html,
body {
	
}

body {
	font-size: 17px;
	letter-spacing: 0.02em;
	line-height: 1.62;
	color: #2c2c2c;
	background: #f2f2f1;
	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wrap {
	background: #fff;
}


#outercontainer {
	position: relative;
}

#navicon,
#mobnav {
	display: none;
}

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: green;
}

.bgwhite {
	background: #fff;
}

.bgtransparent {
	background: transparent;
}

.bglight,
.linelight {
	background: #f2f2f1;
}

.bgmedium,
.linemedium {
	background: #e3e1df;
}

.bgdark {
	background: #dad7d4;
}

.bgfooter {
	background: #3c3a36;
}

.bgsubfooter {
	background: #2c2c2c;
}

[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: #6abc45;
}

a:hover {
	color: #539137;
}

strong, b {
	font-weight: 400;
}

h1, h2, h3, h4, #subfooter, p.topline, .button a, p.date, .eurostile, input[type="submit"] {
	font-family: eurostile, sans-serif;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-weight: 400;
}

#main h1,
h2 {
	font-size: 32px;
	line-height: 1.4;
	font-weight: 400;	
	letter-spacing: 0;
	
	margin-bottom: 30px;
}

h3 {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 500;
	letter-spacing: 0.02em;
	
	margin-top:    40px;
	margin-bottom: 20px;
}

h2.pagetitle,
h3.sectiontitle {
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0;
	color: #98948b;
	margin-top:    0;
	margin-bottom: 0;
}

h2.pagetitle.largeh,
h3.sectiontitle.largeh {
	font-size: 42px;
	letter-spacing: -0.01em;
	color: #2c2c2c;
	padding-bottom: 8px;
}

h3.sectiontitle.largeh {
	font-size: 36px;
}

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

h5 {
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 400;
	
	margin-top:    20px;
	margin-bottom:  5px;	
}

h6 {
	border: 1px solid #ccc;
	background: #f5f5f5;
	
	padding: 20px 25px;
	margin: 30px 0 30px 0;
	
	background: #fff;
	color: green;
}

#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 {
	list-style-type: disc;
	margin-left: 20px;
}

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

p {
	margin-bottom: 20px;
}

p.topline {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

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

blockquote {
	font-size: 17px;
	font-style: italic;
	
	margin:  20px 0;
	padding: 0 20px;
}

blockquote p {
	margin-bottom: 10px;
}

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;
}


/*************************************************
* Topbar, Meta, Infobar
*************************************************/

#topbar {
	padding: 10px 0;
}

#topbar p {
	margin: 0;
	line-height: 20px;
	font-size: 14px;
}

#infobar {
	padding-top: 	20px;
	padding-bottom: 20px;
}

#infobar p {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
}


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

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

/*
.scroll1 #header {
	
}
*/

.scroll1 #header,
.nointro #header {
	background: rgba(255, 255, 255, 1);
}

.scroll2 #header {
	padding-top:    15px;
	padding-bottom: 15px;
}

#logo,
#moblogo {
	background-image: url(images/logow2.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	
	-webkit-transition: all 500ms ease;
	   -moz-transition: all 500ms ease;
	    -ms-transition: all 500ms ease;
	     -o-transition: all 500ms ease;
	     	transition: all 500ms ease;
}

.scroll1 #logo,
.nointro #logo {
	background-image: url(images/logo2.png);
}

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

#logo,
#logo a {
	width: 280px;
	height: 60px;
}

#nav {
	line-height: 60px;
}

#headerpadding {
	height: 120px;
}


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

#scroll1,
#scroll2 {
	width:  10px;
	height: 10px;
	background: transparent;
}

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

#scroll1 {
	position: absolute;
	top: 40px;
}

#scroll2 {
	position: absolute;
	top: 120px;
}


.scroll1 #header {
	
}

.scroll1 #logo {
	
}

.scroll1 #nav {
	
}

.scroll1 #headerpadding {
	
}



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

#nav {
/*
	font-family: eurostile-condensed, sans-serif;
	font-weight: 400;
*/
	font-family: eurostile, sans-serif;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-weight: 500;
	font-size: 16px;
}

#nav .menu {
	float: right;
}

#nav .menu li {
	margin: 0 0 0 20px;
}

#nav .menu a {
	padding: 0;
	color: #2c2c2c;
}

#nav .menu ul {
	margin-left: -40px;	
}

#nav .menu ul li {
	line-height: 28px;
	min-width: 160px;
}

#nav .menu&gt;li&gt;a {
	color: #fff;
}

.scroll1 #nav .menu&gt;li&gt;a,
.nointro #nav .menu&gt;li&gt;a {
	color: #2c2c2c;
}

#nav .menu ul li a {
	text-transform: none;	
	background: #e3e1df;
	padding-left:  20px;
	padding-right: 20px;
	
	font-weight: 400;
}

#nav .menu ul li:first-child a {
	padding-top: 10px;
}

#nav .menu ul li:last-child a {
	padding-bottom: 10px;
}

#nav .menu &gt; li a:hover,  
#nav .menu &gt; li.sfHover &gt; a,
#nav .menu &gt; li.current-page-ancestor &gt; a,
#nav .menu &gt; li.current-menu-ancestor &gt; a, 
#nav .menu &gt; li.current-menu-item &gt; a, 
#nav .menu &gt; li.current-post-ancestor &gt; a, 
#nav .menu &gt; li.current-post-parent &gt; a,
#nav .menu &gt; li li.current-menu-item &gt; a,
#nav .menu &gt; li li.current-page-ancestor &gt; a {
    color: #6abc45;
}

.nointro #nav .menu &gt; li a:hover,  
.nointro #nav .menu &gt; li.sfHover &gt; a,
.nointro #nav .menu &gt; li.current-page-ancestor &gt; a,
.nointro #nav .menu &gt; li.current-menu-ancestor &gt; a, 
.nointro #nav .menu &gt; li.current-menu-item &gt; a, 
.nointro #nav .menu &gt; li.current-post-ancestor &gt; a, 
.nointro #nav .menu &gt; li.current-post-parent &gt; a,
.nointro #nav .menu &gt; li li.current-menu-item &gt; a,
.nointro #nav .menu &gt; li li.current-page-ancestor &gt; a,
.scroll1 #nav .menu &gt; li a:hover,  
.scroll1 #nav .menu &gt; li.sfHover &gt; a,
.scroll1 #nav .menu &gt; li.current-page-ancestor &gt; a,
.scroll1 #nav .menu &gt; li.current-menu-ancestor &gt; a, 
.scroll1 #nav .menu &gt; li.current-menu-item &gt; a, 
.scroll1 #nav .menu &gt; li.current-post-ancestor &gt; a, 
.scroll1 #nav .menu &gt; li.current-post-parent &gt; a,
.scroll1 #nav .menu &gt; li li.current-menu-item &gt; a,
.scroll1 #nav .menu &gt; li li.current-page-ancestor &gt; a {
    color: #6abc45;
}


.s_headline, s_text, .s_textbild {
	position: relative;
}

.scrollto {
	position: relative;
	top: -90px;
}

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

.slide {
	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(105,96,82,0.65);
}

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

.slide h4 {
	font-family: eurostile-extended, sans-serif;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-weight: 500;
	font-size: 32px;
	margin: 10px 0;	
}

.introslide h4 {
	font-size: 46px;
	text-transform: uppercase;
}

.slide p {
	font-size: 20px;
	margin: 10px 0;
	font-weight: 400;
}

.slide a {
	display: inline-block;
	color: #fff;
}

.slide h4,
.slide a h4,
.slide p,
.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 

.slide img {
	opacity: 0;
}

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

.slider,
.slider .owl-item,
.singleslide {
	height: 80vh;
 	max-height: 600px;
}

.singleslide {
	background-repeat: 		no-repeat;
	background-position: 	center center;
    background-size: 		cover;
}

@media (max-width: 768px) {
	.slider,
	.slider .owl-item,
	.singleslide {
		height: 70vh;
	}
}

*/



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

.owl-carousel .owl-dots {
	position: absolute;
	right: 20px;
	bottom: 10px;
}

.owl-carousel .owl-dots .owl-dot span {
	background: #dad7d4;
	margin: 5px;
	transition: all 300ms ease;
	
	-webkit-border-radius: 0px;
			border-radius: 0px;
}

.owl-carousel .owl-dots .owl-dot.active span {
	width: 20px;
}

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

.owl-carousel .owl-dots .owl-dot:hover span {
}

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

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	-webkit-border-radius: 0px;
			border-radius: 0px;
	-webkit-transition: all 300ms ease;
	   -moz-transition: all 300ms ease;
	    -ms-transition: all 300ms ease;
	     -o-transition: all 300ms ease;
	     	transition: all 300ms ease;
			
	position: absolute;
	top: 50%;
	margin-top: -20px;	
	width:  	 40px;
	height: 	 40px;
	line-height: 40px;
	font-size:   16px;
	text-align: center;
		
	color: #fff;	
	background: green;
	font-weight: bold !important;
	
	-webkit-border-radius: 50%;
			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: yellow;
	opacity: 0.6;
}



/*************************************************
* article, toarticle
*************************************************/

.postmeta {
	font-size: 15px;
	font-weight: 500;
}

.toarticle p.date {
	font-size: 18px;
	margin-bottom: 10px;
}

.toarticle h4 {
	font-size: 28px;
	line-height: 1.3;
/* 	font-weight: 500; */
	margin-top: 0;
	margin-bottom: 0;
}

.archive .toarticle h4 {
	font-size: 22px;
}

.archive .toarticle p {
	font-size: 16px;
}

.archive .toarticle a h4,
.archive .toarticle a p {
	color: #2c2c2c;
	transition: all 300ms ease;
}

.archive .toarticle a:hover h4,
.archive .toarticle a:hover p {
	color: #6abc45;
}

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

.galimg {
	overflow: hidden;
	background: #3c3a36;
}

.previewimg {
	
}

.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.4;
		
	-moz-transform: 	scale(1.025);
	-webkit-transform: 	scale(1.025);
	-o-transform: 		scale(1.025);
	-ms-transform: 		scale(1.025);
	transform: 			scale(1.025);
}

a:hover .galimg.previewimg img {
/* 	opacity: 0.4; */
}

.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.2);
	
	-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 a * {
	-webkit-transition: all 400ms ease;
	   -moz-transition: all 400ms ease;
	    -ms-transition: all 400ms ease;
	     -o-transition: all 400ms ease;
	     	transition: all 400ms ease;
}

.previewimg .imgolay {
	background: transparent;
	opacity: 0;
}

a:hover .previewimg .imgolay {
	opacity: 1;
}

.way_frombottom img {
	opacity: 0;
	transform: translateY(200px);
	transition: transform 600ms ease 300ms, opacity 300ms ease 600ms;
}

.inview .way_frombottom img {
	opacity: 1;
	transform: translateY(0);
}

/*************************************************
* Personen
*************************************************/

.persons {
	width: 100%;
	text-align: center;
	position: relative;	
}

.person {
	width: 30%;
	padding: 0 30px;
	display: inline-block;
	vertical-align: top;
}

@media (max-width:400px) {
	.person {
		width: 90%;
		margin: 10px;
	}
}


@media (max-width:768px) {
	.person {
		width: 60%;
		margin: 20px;
		padding: 0 20px;
	}
}

@media (min-width:768.02px) and (max-width:1023px) {
	.person {
		width: 48%;
	}
}

.personimg {
	overflow: hidden;
	border-radius: 50%;
}

.person h4 {
	
}

.person h4 strong {
	display: inline-block;
	text-transform: uppercase;
	color: #98948b;
	font-weight: 700;
}

/*************************************************
* Tabelle
*************************************************/

table{
	width: 100%;
	border-top: 1px solid #ccc;
}

tr.coltitle .col1 {
	font-weight: 400;
}

td {
	padding: 4px;
	border-bottom: 1px solid #ccc;
}

td.col1 {
	padding: 8px 8px 8px 4px;
}

td.col2 {
	padding: 8px 4px 8px 8px;
}



@media (max-width:600px) {
	td {
		display: block;
	}
	td.col1 {
		padding: 6px 4px 0px 4px;
		border: 0;
	}
	
	td.col2 {
		padding: 0px 4px 6px 4px;
	}
}

/*************************************************
* CTA
*************************************************/

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

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


/*************************************************
* 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:  0px;
	}

}

@media( min-width:1024.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/icons.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 {
	font-size: 0;
}

.button a {
	display: inline-block;
	text-align: center;
	text-decoration: none;	
	
	padding: 	12px 40px 14px 40px;
	margin: 	15px 30px 15px 0;
	
	font-size:   17px;
	line-height: 1.4;
	letter-spacing: 0.04em;
	
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
	
	color: #fff;
	color: #2c2c2c;
	border: 1px solid #cbc9c5;
	background: #cbc9c5;
}

.button.ghost a {
	color: #fff;
	border: 1px solid #4054a5;
	background: #4054a5;	
}

.button.tbbutton a {
	padding: 	6px 20px 8px 20px;
	margin: 	5px 10px 5px 0;
	text-align: left;
	
	font-size: 17px;
	font-weight: 500;
	color: #6abc45;
	border: 1px solid #f1f0ef;
	border: 1px solid #fff;
	background: rgba(255,255,255,1);
}

.button a:hover {
	color: #fff;
	color: #2c2c2c;
	border: 1px solid #98948b;
	background: #98948b;
}

.button.ghost a:hover {
	color: #fff;
	border: 1px solid #25346e;
	background: #25346e;
}

.button.tbbutton a:hover {
	color: #6abc45;
	border: 1px solid #6abc45;
	background: #fff;
}

.button.introbutton a {
	padding: 	6px 20px 9px 20px;
	font-weight: 500;
	color: #fff;
	border: 1px solid #fff;
	background: transparent;
}

.button.introbutton a:hover {
	background: rgba(105,96,82,0.65);
}

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

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

.cta .button a {
	margin: 0;
}

.buttonlike {
	display: inline-block;
	text-align: center;
	text-decoration: none;	
	
	padding: 	12px 40px 14px 40px;
	margin: 	15px 30px 15px 0;
	
	font-size:   17px;
	line-height: 1.4;
	letter-spacing: 0.04em;

			border-radius: 6px;
	
	font-family: eurostile, sans-serif;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
	font-weight: 400;
	
	color: #fff;
	border: 1px solid #cbc9c5;
	background: transparent;
}

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

#kontaktieren {
	
}

#kontaktieren .outer {
	background-color: #484642;
	background-image: url('images/kontaktolay.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 100px;
	
	padding-top: 110px;
}

.archive #kontaktieren .outer {
	background-image: url('images/kontaktolay_archive.png');
}


#kontaktieren h4 {
	margin: 0;
	font-weight: 500;
	font-size: 32px;
	color: #98948b;
	color: #dad7d4;
}

#kontaktieren p.largep {
	font-size: 20px;
	font-weight: 500;
	color: #98948b;
	color: #dad7d4;
}

#kontaktieren p.largep a {
	color: #98948b;
	color: #dad7d4;
}

#kontaktieren p.largep a:hover {
	color: #6abc45;
	color: #fff;
}

.kontaktdaten p.largep {
	font-size: 20px;
	font-weight: 500;
}


/*************************************************
* Footer, Subfooter
*************************************************/

#beforefooter {
	width: 100%;
	height: 40px;
	background-color: #484642;
	background-image: url('images/beforefooter.png');
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% 40px;
}

@media (max-width:768px) {
	#beforefooter {
		background-size: 100% 20px;
	}
}

#footer,
#footer a,
#subfooter,
#subfooter a {
	color: #dad7d4;
}

#footer a {
	display: inline-block;
}

#footer a:hover {
	color: #fff;
}

#footer {
	font-size: 16px;
}

#footer h4 {
	
}

#footer p {
	
}

.footernav ul li {
	
}

.footernav ul.menu&gt;li&gt;a {
	font-weight: 700;
}

.footericon.roundimg {
	border-radius: 50%;
}

#subfooter {
	font-size: 14px;
	letter-spacing: 0.04em;
	font-weight: 500;	
}

#subfooter a.creator {
	opacity: 0.3;
}

#subfooter a:hover {
	opacity: 0.6;
}

#subfooter p,
#subfooter ul {
	margin: 0;
}

#subfooter ul,
#subfooter ul li {
	float: left;
}

#subfooter ul li {
	float: left;
	margin: 0 25px 0 0;
}

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

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

a#totop {
	-webkit-transition: all 300ms ease;
	   -moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		 -o-transition: all 300ms ease;
		 	transition: all 300ms ease;
		 	
	display: block;
	z-index: 999;
	position: fixed;
	right:  10px;
	bottom: 25px;
	width: 	34px;
	height: 34px;
	text-align: center;
	padding-left: 2px;
	
	visibility: hidden;
	opacity: 0;
	
	line-height: 32px;
	font-size: 20px;
	
	background: #6abc45;
	color: #fff;
	text-decoration: none;
	
	border-radius: 0;
}

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

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

@media (min-width:1024px) {
	a#totop {
		display: none;
	}
}


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

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

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

/*************************************************
* 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;
	-moz-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;  
	
	-webkit-transition: all 300ms ease;
	   -moz-transition: all 300ms ease;
	    -ms-transition: all 300ms ease;
	     -o-transition: all 300ms ease;
	     	transition: all 300ms ease;
	
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 10px;
	
	border-radius: 6px;
	
	background: white;
	padding: 8px 8px 8px 12px;
	border: 1px solid #e3e1df;
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="tel"]:focus, 
input[type="submit"]:focus,
textarea:focus {
	background: white;
	border: 1px solid #6c6b68;
}

input[type="submit"] {
	cursor: pointer;
	display: block;
	width: auto;
	margin: 20px 0 10px 0;
	padding: 10px 40px;
	
	font-weight: 500;
	text-transform: uppercase;
	
	border: 1px solid #6abc45;
	background: #6abc45;	
	color: #fff;
}

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;
	
	border: 1px solid #539137;
	background: #539137;
}

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

span.wpcf7-not-valid-tip {
	display: inline;
	color: orange !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 */
	}
}

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

@media (max-width: 480px) {
	
	#main h1,
	h2 {
		
	}
	h3 {
		
	}
	h2.pagetitle,
	h3.sectiontitle {
		font-size: 28px;
	}
	h2.pagetitle.largeh,
	h3.sectiontitle.largeh {
		font-size: 32px;
	}
	h4 {
		
	}
	
	.slide h4 {
		font-size: 26px;
	}	
	.introslide h4 {
		font-size: 23px;
	}
	.home .introslide h4 {
		font-size: 30px;
	}
}

@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 h4 {
		
	}
	
}

@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 h4 {
		
	}
}

@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,
	#mobnav {
		display: block;
	}
	
	#header {
		position: fixed;
		padding-top:    15px;
		padding-bottom: 15px;
	}
	
	#logo {
		
	}
	
	#logo,
	#logo a {
		width: 234px;
		height: 50px;
	}
	
	#headerpadding {
		height: 80px;
	}
	
/*
	#mobheaderpadding {
		height: 80px;
	}
*/
	
	.owl-carousel .owl-nav.disabled + .owl-dots {
		bottom: 10px;
		left: auto;
		right: auto;
		width: 100%;
	}
	
	#subfooter {
		line-height: 2;
	}
	
	#subfooter span {
		display: block;
		margin-left: 0;
	}
	
	#subfooter .textright {
		text-align: left;
	}
	
	
	
	/* Nav Icon */
	
	#navicon {
		position: fixed;
		z-index: 30003;
		right: 10px;
		top: 19px;
		width:  40px;
		height: 40px;
		-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;	
	}
	
	html.swipebox-html #navicon {
		right: -50px;
	}
	
	#navicon span,
	#navicon span:before,
	#navicon span:after {
		display: inline-block;
		height: 4px;
		position: absolute;
		width: 30px;
			 	
		background: #6abc45;
							   
		-webkit-border-radius: 0px;
		   -moz-border-radius: 0px;
		   		border-radius: 0px;
				
		-webkit-transition: all 300ms ease;
		   -moz-transition: all 300ms ease;
		    -ms-transition: all 300ms ease;
		     -o-transition: all 300ms ease;
		     	transition: all 300ms ease;

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

	}
	
	#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 {
		
	}
	
	#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: #6abc45;
	}
	
	#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: 30002;
		top: 0;
		height: 100%;
		
		left: -100%;
		width: 100%;
		
		padding-top: 40px;
		
		-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;
	}
	
	/* Mobile Menu */
	
	#mobnav p {
		line-height: 2;
	}
	
	#mobmenu ul li {		
		position: relative;
	}
	
	#mobnav {
		font-family: eurostile, sans-serif;
		font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
		font-weight: 500;
		
	}
	
	#mobnav a {
		color: #2c2c2c;
	}
	
	#mobmenu ul li a {
		display: block;
		padding: 0 40px 0 15px;
		height: 44px;
		line-height: 44px;
		font-size: 19px;
	}
	
	#mobnav a:hover,
	#mobmenu ul li.current-menu-item &gt; a,
	#mobmenu ul li a:hover,
	#mobmenu ul li a:focus {
		color: #6abc45;
	}
	
	#mobnav ul.menu&gt;li &gt; a,
	#mobnav ul.menu li &gt; ul &gt; li.menu-item-has-children &gt; a {
		
	}
	
	#mobmenu ul li:first-child a {
		
	}
	
	#mobmenu ul li ul {
		display: none;
		padding-bottom: 8px;
	}
	
	#mobmenu ul li ul li {
		text-transform: none;
	}
	
	#mobmenu ul li ul li a {
		height: auto;
		line-height: 24px;
		padding-top:    3px;
		padding-bottom: 3px;
		padding-left: 25px;
		padding-right: 20px;
		font-size: 17px;
		
	}
	
	#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 */
	.subnavicon {
		position: absolute;
		right: 0;
		top: 0;
		width:  44px;
		height: 44px;
		font-size: 20px;
		line-height: 44px;
		text-align: center;
		
		
		cursor: pointer;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
	}
	
	.subnavicon:before,
	.subnavicon:after {
		background: #2c2c2c;
		content: '';
		display: block;
		width: 14px;
		height: 2px;
		position: absolute;
		left: 15px;
		
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
		   		border-radius: 2px;
		
		-webkit-transition: opacity 400ms ease;
		   -moz-transition: opacity 400ms ease;
			-ms-transition: opacity 400ms ease;
			 -o-transition: opacity 400ms ease;
			 	transition: opacity 400ms ease;
	}
	
	.subnavicon:before {
		top: 21px;
	}
	
	.subnavicon:after {
		top: 21px;
		transform: rotate( -90deg );
	}
	
	/*
	#mobnav .menu li.current-page-parent&gt;.subnavicon.sub-menu-active {
		background: white;
	}
	
	#mobnav .menu li.current-page-parent&gt;ul {
		background: white;
	}
	*/
	
	#mobnav .menu li .subnavicon.sub-menu-active {
		
	}
	
	#mobnav .menu&gt;li&gt;ul {
		
	}
	
	#mobnav .menu&gt;li.current-page-ancestor&gt;a {
		/*
		background: #f6f6f6;
		*/
	}
	
	.subnavicon.sub-menu-active:after {
		opacity: 0;
	}
	
	#mobnavcontact a {
		color: yellow;
	}
	
}




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

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

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

@media (min-width: 1024.01px) and (max-width: 1180px) {
    #nav li#menu-item-59 {
	    display: none;
    }
}

@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;
	}  
	
}




















</pre></body></html>