/* ==============
Theme Name: Michael Wilke 2025
Description: Responsive, SEO-friendly WordPress theme for www.michaelwilke.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_resetbasic.css');
@import url('css/grid40.css');
@import url('css/owl.carousel.min.css'); 
@import url('css/owl.theme.default.min.css');


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

/*
@font-face {
    font-family: 'Now';
    src: url('fonts/now-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Now';
    src: url('fonts/now-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Now';
    src: url('fonts/now-semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
*/



@font-face {
    font-family: 'Freight Big Pro Bold';
    src: url('fonts/freightbigpro-bold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Wotfard';
    src: url('fonts/wotfard-light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Wotfard';
    src: url('fonts/wotfard-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Wotfard';
    src: url('fonts/wotfard-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/*
@font-face {
    font-family: 'Wotfard';
    src: url('fonts/wotfard-semibold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
*/


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

body,
input,
select,
textarea {
	font-family: 'Wotfard', 'Now', -apple-system,system-ui,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;
}



html,
body {
	
}

body {
	font-size: 18px;
	line-height: 1.6;
	font-weight: 300;
	letter-spacing: 0.02em;
	
	color: #2b2b2b;
	color: #000;
	background: #fff;
	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a#logo,
h1, h2, h3,
#intro h1, 
#intro p.topline,
#intro p.titel,
p.topline,
#mobnav ul li a,
.footerlogo {
	font-family: 'Freight Big Pro Bold', serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
/* 	letter-spacing: 0.02em; */
	color: #09344a;
}

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

.wrap {
	background: #fff;
}

.noof {
	overflow: hidden;
}

#outercontainer {
	position: relative;
}

#navicon,
#mobnav {
	display: none;
}

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

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

.nobreak {
	white-space: nowrap;
}

.relative {
	position: relative;
}

.icon {
	position: relative;
	top: 2px;
}

.round {
	border-radius: 4px;
}

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

.bgwhite,
.linewhite {
	background: #fff;
}

.bgtransparent {
	background: transparent;
}

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

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

.bgdark {
	background: #ece9e2;
}

.bgblue {
	background: #09344a;
}

.bgbluemed {
	background: linear-gradient(0deg,rgba(243, 241, 236, 1) 0%, rgba(243, 241, 236, 1) 75%, rgba(9, 52, 74, 1) 75%, rgba(9, 52, 74, 1) 100%);
}

.bgpaper {
	background-color: #fff;
	background-image: url('images/bgpaper.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

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


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

a {
	color: #577787;
}

a:hover {
	color: #09344a;
}

strong, b {
	font-weight: 400;
}

h1 {
	font-size: 32px;
	
	margin-bottom: 30px;
}

h2 {
	font-size: 22px;
	
	margin-top:    2.5rem;
	margin-bottom: 1rem;
}

h1.pagetitle,
h2.sectiontitle {
	font-size: 36px;
	margin-top:    0;
	margin-bottom: 0;
}

h1.pagetitle.largeh,
h2.sectiontitle.largeh {
	font-size: 48px;
}

h1.pagetitle.smallh,
h2.sectiontitle.smallh,
h3.coltitle {
	font-size: 24px;
}

h1.pagetitle span.subline,
h2.sectiontitle span.subline {
	font-weight: normal;
}

h3 {
	font-size: 24px;
	line-height: 1.4;
	
	margin-top:    2rem;
	margin-bottom: 0.75rem;
}

h3.coltitle {
	margin-top: 0;
}

.orange {
	color: #d46d3f;
}

h4 {
	font-size: 20px;
	font-weight: 500;
	
	margin-top:    1.5rem;
	margin-bottom: 0.5rem;	
}

h5 {
	font-size: inherit;
	font-weight: 400;
	
	margin-top:    1.5rem;
	margin-bottom: 0.5rem;	
}

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

#main ul, #main ol {
	margin-bottom: 1rem;
}

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

#main ul, 
#main ul li {
    list-style-type: none;
    list-style: none;
}

#main ul {
	margin-left: 0;
}

#main ul li {
	margin-bottom: 10px;
	margin-left: 24px;
}

#main ul li:before {
    content: "–";
    font-weight: 500;
    display: inline-block;
    width: 24px;
    margin-left: -24px;
    color: #e97b48;
}

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

p {
	margin-bottom: 1.5rem;
}

p.topline {
	font-size: 20px;
	margin-bottom: 10px;
}

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

blockquote {
	font-size: 19px;
	color: green;
	font-style: italic;
	margin: 30px 0 30px 0;
	padding: 0 0 0 30px;
}

blockquote p {
	margin-bottom: 10px;
}

blockquote p em {
	font-style: normal;
}

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

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

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

.nomargin {
	margin: 0;
}



.bgblue,
.bgblue p,
.bgblue h1,
.bgblue h2,
.bgblue h3,
.bgblue .topline {
	color: #fff;
}

#main .bgblue p a {
	color: #fff;
	opacity: 0.7;
	
	color: #b4c1c8;
	opacity: 1;
	text-decoration: underline;
	
}

#main .bgblue p a:hover {
	opacity: 0.9;
	
	color: #fff;
	opacity: 1;
	text-decoration: none;
}

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

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

#header.hasintro {
	background: transparent;	
}

.scroll2 #header,
.scroll2 #header.hasintro {
	background: #fff;
	
	padding-top:    10px;
	padding-bottom: 10px;
}

a#logo,
.footerlogo {
	display: inline-block;
	height: 40px;
	
	font-size: 30px;
	color: #09344a;	
}

#nav {
	line-height: 40px;
}

#headerpadding {
	height: 90px
}

.anchor, .tosection {
	position: relative;
	top: -90px;
}


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

#scroll0,
#scroll1,
#scroll2 {
	position: absolute;
	width:  1px;
	height: 1px;
/* 	background: #ff0000; */
}

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

#scroll1 {
	top: 40px;
}

#scroll2 {
	top: 120px;
}


/*
.scroll1 #header {
	position: fixed;
	z-index: 30001;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}
*/

.scroll1 #header {
	
}

.scroll1 #logo {
	
}

.scroll1 #nav {
	
}

.scroll1 #headerpadding {
	
}



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

#nav ul.navmenu {
	float: right;
}

#nav .navmenu li {
	float: left;
	margin: 0 0 0 40px;
}

.navmenu a {
	display: block;
	font-size: 16px;
	font-weight: 400;
	padding: 0;
	color: #09344a;
}

#mobnav .navmenu a {
	font-size: 32px;
	line-height: 1.8;
	text-align: right;
	padding-right: 5%;
}

body:not(.scroll2) .hasintro #nav .navmenu a,
#mobnav .navmenu a {
	color: #fff;
}

.scroll2 #nav .navmenu a {
	color: #09344a;
}

.navmenu li.current a,
.navmenu a:hover {
	opacity: 0.6;
}




#mobnav a.buttonlike {
	float: right;
	margin-right: 5%;
	
	border: 1px solid #fff;
	
	padding: 	 12px 36px;
	font-size:   18px;
	font-weight: 500;
	line-height: 20px;
		
	border-radius: 23px;
	
	color: #fff;
	border: 1px solid #fff;
}

#mobnav a.buttonlike span {
	
}


/*
.stickynav {
	position: sticky;
	top: 60px;
}

#main .stickynav ul,
#main .stickynav ul li {
	margin: 0;
	list-style-type: none;
}

#main .stickynav ul li {
	float: left;
}
*/

/*
#nav {
	
}

#nav .menu {
	float: right;
}

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

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

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

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

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

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

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

#nav .menu > li a:hover,  
#nav .menu > li.sfHover > a,
#nav .menu > li.current-page-ancestor > a,
#nav .menu > li.current-menu-ancestor > a, 
#nav .menu > li.current-menu-item > a, 
#nav .menu > li.current-post-ancestor > a, 
#nav .menu > li.current-post-parent > a,
#nav .menu > li li.current-menu-item > a{
    color: red;
}
*/


/*************************************************
* Intro
*************************************************/


#intro {
	width: 100%;
	height: 100vh;
	min-height: 600px;
	position: relative;
	z-index: 10002;
}

/*
#intro:before
#intro:after {
	display: block;
	content: "";
	position: absolute;
	
	left: 50%;
	width: 1px;
	height: 30px;
}

#intro:before {
	bottom: 0;
	background: #fff;
	
}

#intro:after {
	bottom: -30px;
	background: #09344a;
	
}
*/

.introtext {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 6%;
}

#intro h1,
#intro p.titel {
	font-size: 60px;
	color: #fff;
}

#intro p.topline {
	font-size: 24px;
	margin-bottom: 10px;
	letter-spacing: 0.08em;
	color: #fff;
}

#intro p.text {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.02em;
	color: #fff;
}


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

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

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

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

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

.slide h1,
.slide p {
	font-size: 36px;
	font-weight: bold;
	line-height: 1.4;
	color: #fff;
	margin: 10px 0;
}
.slide p.slideh1 {
	
}
.slide p.slideptop {
	font-size: 18px;
	font-weight: bold;
}
.slide p.slidep {
	font-size: 28px;
	font-weight: bold;
}


/* Slider Background Images 

.slide img {
	opacity: 0;
}

.slider,
.singleslide {
	position: relative;
	overflow: hidden;
	
	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: 30px;
	bottom: 20px;
}

.owl-carousel .owl-dots .owl-dot span {
	background: #fff;
	opacity: 0.5;
}

.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:   16px;
	text-align: center;
		
	color: #fff;	
	background: green;
	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: yellow;
	opacity: 0.6;
}




/*************************************************
* Bewertungen
*************************************************/

.owl-fbslider .owl-stage {
	margin-top: 20px;
	margin-bottom: 20px;
}
.owl-fbslider.owl-carousel {
	margin-bottom: 30px;
}
.owl-fbslider.owl-carousel .owl-dots .owl-dot span {
	background: #09344a;
	opacity: 0.5;
}
.owl-fbslider.owl-carousel .owl-dots .owl-dot.active span {
	width: 20px;
}
.owl-fbslider.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
	background: #09344a;
	opacity: 1;
}
.owl-fbslider.owl-carousel .owl-dots {
	right: auto;
	width: 100%;
	bottom: -40px !important;
}

.feedback {
	padding: 20px 25px;
	border-radius: 8px;
	background: #fff;
	-webkit-box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);
			box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);	
	transition: all 200ms ease;
	
	font-size: 16px;
}

.fbrating {
	width: 100%;
	height: 40px;
	background-image: url('images/grating50.png');
	background-position: left 4px;
	background-repeat: no-repeat;
	background-size: auto 16px;
}

/*************************************************
* Leistungen
*************************************************/

.leistung {	
	padding: 20px 30px 25px 30px;
	background: #09344a;
	
	opacity: 0;
	transform: translateY(100px);	
	transition: transform 1000ms ease 250ms, opacity 1000ms ease 250ms;
}

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

.leistung h3 {
	margin-top: 0;
	margin-bottom: 30px;
	font-size: 30px;
	
	color: #fff;
	color: #fdfdfd;
}

.leistung h3 .subline {
	display: block;
	font-size: 20px;
	line-height: 1.4;
	padding-top: 10px;
	margin-bottom: 10px;
	letter-spacing: 0.04em;
}

.leistung h4 {
	font-size: inherit;
	font-weight: 400;
	margin-top: 0;
}

.leistung p,
.leistung li {
	font-size: 17px;
	color: #fff;
	color: #fdfdfd;
	
/*
	opacity: 0;
	transform: translateY(100px);	
	transition: transform 1000ms ease 250ms, opacity 1000ms ease 250ms;
*/	
}

.leistung li h4 {
	font-size: inherit;
	line-height: inherit;
	font-weight: 400;
	margin: 0;
	display: inline;
	margin-left: -5px;
}

.leistung.inview p,
.leistung.inview li {
/*
	opacity: 1;
	transform: translateY(0);
*/
}

#main .leistung li {
	margin-bottom: 1rem;
}

.leistung li strong {
	color: #09344a;
	color: #fff;
}

.leistung_mehr_zeigen {
	cursor: pointer;
}

.leistung_mehr {
	padding-top: 25px;
	width: 100% !important;
} 

#main .leistung li:before {
	color: #09344a;
	color: #fff;
}

@media (max-width:420px) {
	.leistung .button a {
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
	}
}

@media (min-width:768px) {
	.leistung {
		padding: 55px;
	}
}

@media (min-width:1440px) {
	.leistung {	
		padding: 50px;
	}	
}

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

.galimg {
	overflow: hidden;
}

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

.galimg a:hover img,
a:hover .galimg img {
	
	opacity: 0.6;
		
	-webkit-transform: 	scale(1.025);
			transform: 	scale(1.025);
}

.imgbox {
	position: relative;
	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);
	
	transition: opacity 400ms ease;
}

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

.imgbox a * {
	transition: all 400ms ease;
}


/*************************************************
* Lottie Animations, Nein Ja, 
*************************************************/

.strike_box p {
	font-size: 20px;
	margin-bottom: 0;
	text-align: center;
}

.strike_box p.ja {
	font-size: 18px;
	font-weight: 400;
	opacity: 0;
	transition: opacity 1000ms ease 1000ms;
}

.strike_box.inview p.ja {
	opacity: 1;
}

.strike_box p.nein {
	position: relative;
	margin-bottom: 20px;
}

.nein span.neinbox {
	display: inline-block;
	position: relative;
} 



@media (min-width:1024.02px) and (max-width:1140px) {
	.strike_box p {
		font-size: 17px;
	}
}


/*
.partners {
	text-align: center;
}

.partner {
	width: 100%;
	display: inline-block;
	text-align: center;
	position: relative;
	vertical-align: top;
	padding-bottom: 20px;
}

.partner h3 {
	font-family: inherit;
	font-weight: 500;
	font-size: 20px;
	margin: 0;
	padding-top: 60px;
}

.partner .lottie {

}

@media (min-width:768px) {
	.partner {
		width: 48%;
	}
}

@media (min-width:1024px) {
	.partner {
		width: 19%;
		padding: 15px;
	}
}
*/


.partners {
	
}

.partner {  
	position: relative;
	
	padding-left: 80px;
}


.partner h3 {
	font-family: inherit;
	font-weight: 500;
	font-size: 20px;
	margin: 0;
	padding-top: 60px;
	
	line-height: 30px;
	padding-top: 5px;
	padding-bottom: 20px
}

.partner .lottie {
	position:absolute; 
	top:0; 
	left:0; 
	width:40px; 
	height:40px; 
	pointer-events:none;
}

@media (max-width:768px) {
	.partner {
		padding-left: 0;
		padding-top: 50px;
	}
}

@media (min-width:1024px) {
	.partner {
		
	}
}


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

.wpitem .way_fadein,
.wpitem.way_fadein {
	opacity: 0;
	transform: translateY(0);
	
	transition: transform 1000ms ease 250ms, opacity 1000ms ease 250ms;	
}
.wpitem.inview .way_fadein,
.wpitem.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_top {
	opacity: 0;
	transform: translateY(-100%);
	
	transition: transform 1000ms ease 250ms, opacity 1000ms ease 250ms;	
}
.waypoint.inview .way_top {
	opacity: 1;
	transform: translateY(0);
}

#intro.waypoint .way_bottom,
#intro.waypoint .way_top {
	transition: transform 1000ms ease 500ms, opacity 1000ms ease 500ms;	
}

.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(1px);
	
}

@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(1px);
	}
}


/*************************************************
* Counter
*************************************************/

.countnr {
	color: #fff;
	font-size: 40px;
	font-weight: 500;
	
}
/*************************************************
* Teaser
*************************************************/

.teaser {
	text-align: center;
}

.teaser a {
	display: block;
}

.teaser .imgolaytext {
	padding: 5px 15px;
}

.teaser h3 {
	margin-top: 0;
}

.teaser p {
	margin: 0;
}

/*************************************************
* faq
*************************************************/

.faqs {
	
}

.faq {
	transition: all 400ms ease;	
	margin-bottom: 10px;
	border: 1px solid #fff;
	background: #fff;
}

.faq.hastext:hover,
.faq.hastext.faqactive {
	border: 1px solid green;
}

.faq.faqactive {
	background: #fff;
}

.faq h3.frage {
	position: relative;
	margin: 0; 
	padding: 25px 50px 25px 25px;
	
	background: #fff;
	line-height: 22px;
	color: green;
}

.faq.hastext h3.frage {
	cursor: pointer;
}

.faq.hastext h3.frage:before, 
.faq.hastext h3.frage:after {
	content: "";
	display: block;
	position: absolute;
	right: 20px;
	top: 36px;
	width:  20px;
	height:  2px;
	background: green;
	
	transition: all 250ms ease;
}

.faq.hastext h3.frage:before {
	
}

.faq.hastext h3.frage:after {
	transform: 	rotate(90deg);
}

.faq.hastext.faqactive h3.frage:after {
	transform: 	rotate(0deg);
}

.antwort {
	width: 100% !important;
	background: #fff;
	display: block;
}

.antwortinner {
	padding: 0 25px 15px 25px;
}

.antwort p {
	margin-bottom: 15px;
}

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

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

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

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

td.col1 {
	padding: 10px 10px 10px 5px;
	white-space: nowrap;
}

td.col2 {
	padding: 10px 5px 10px 10px;
}

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

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

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

.cta b {
	font-weight: 500;
}

.cta .button a {
	margin: 0 !important;
}

@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, Extra Cols
*************************************************/

.col-left {
	width: 92vw;
	padding: 0;
}

.col-leftpad {
	width: 8vw;
	padding: 0;
}

.col-lefthaspad {
	width: 84vw;
	padding: 0;
}

.col-rightpad {
	width: 8vw;
	padding: 0;
}

.col-righthaspad {
	width: 84vw;
	padding: 0;
}

@media (max-width:767px ) {	
	.col-textcol {
		padding-left:   20px;
		padding-right:  20px;	
		padding-top:    20px;
		padding-bottom:  0px;
	}
}

@media (min-width:768.02px ) {	
	.col-rightpad {
		width: 24vw;
	}	
	.col-righthaspad {
		width: 68vw;
	}
}

@media (min-width:1024.02px ) {	
	.col-rightpad {
		width: 32vw;
	}	
	.col-righthaspad {
		width: 60vw;
	}
}

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

@media (min-width:1800px) {
	.col-left {
		width: 64%;
		margin-left: 110px;
	}
}


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

.button {
	
}

.button a {
	display: inline-block;
	text-align: center;
	text-decoration: none;	
	
	padding: 	12px 36px;
	margin: 	10px 20px 10px 0;
	
	font-size:   16px;
	font-weight: 500;
	line-height: 20px;
		
	border-radius: 23px;
	
	color: #fff;
	border: 1px solid #09344a;
	background: #09344a;
}

.button.alt a {
	color: #fff;
	border-color: #e97b48;
	background: #e97b48;
}

.button.ghost a {
	color: #09344a;
	border-color: #09344a;
	background: transparent;	
}

.button a:hover {
	color: #fff;
	border-color: #0a4C6e;
	background: #0a4C6e;
}

.button.alt a:hover {
	color: #fff;
	border-color: #d46d3f;
	background: #d46d3f;
}

.button.ghost a:hover {
	color: #fff;
	border-color: #09344a;
	background: #09344a;
}


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

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

.cta .button a {
	margin: 0;
}

.bgblue .button:not(.alt) a {
	border: 1px solid #fff;
}


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

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

#kontakt {
	
}

#kontakt h3 {
	margin-top: 0;
}

#kontakt p.lowp {
	margin-bottom: 0.8rem;
}

#kontakt .hoveranimate {
	display: inline-block;
}

#kontakt .hovericon {
	display: inline-block;
	width: 20px;
	height: auto;
	
	position: relative;
	top: 4px;
}


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

#footer {
	
}

#footer h3 {
	
}

#footer p {
	
}



#subfooter {
	font-size: 15px;
	font-weight: 500;
	
	line-height: 30px;
	padding-top: 15px;
}

#subfooter a {
	color: #000;
}

#subfooter a.creator {
	opacity: 0.3;
}

#subfooter a:hover {
	color: #6b8492;
}

#subfooter p,
#subfooter ul {
	margin: 0;
	padding-bottom: 15px;
}

#subfooter ul#menu-subfooter {
	float: right;
}

#subfooter ul li {
	float: left;
}

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

#subfooter ul#menu-subfooter li {
	margin: 0 0 0 25px;
}

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


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

a#totop {
	transition: all 300ms ease;
	position: relative;	 	
	display: block;
	z-index: 999;
	position: fixed;
	right:  10px;
	bottom: 25px;
	width: 	29px;
	height: 29px;
	border-radius: 50%;
	
	visibility: hidden;
	opacity: 0;
	
	background: #e97b48;	
}

a#totop:before,
a#totop:after {
	position: absolute;
	display: block;
	content: "";
	width: 11px;
	height: 2px;
	background: #fff;
	
	left: 6px;
	top: 12px;
	
	-webkit-transform: 	rotate(-45deg);
	       	transform: 	rotate(-45deg);
}

a#totop:after {
	left: 13px;
	-webkit-transform: 	rotate(45deg);
	       	transform: 	rotate(45deg);
}

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

.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;
	-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;
	display: block;
	
	-webkit-appearance: none;
    border-radius: 			0px;    
	
	transition: all 300ms ease;
	
	font-size: 17px;
	line-height: 20px;
	margin-top: 10px;
	
	background: white;
	padding: 16px 20px;
	border: 1px solid #fff;
	
	border-radius: 23px;
}

input::placeholder,
textarea::placeholder {
	color: #577787;
	opacity: 1;
}

textarea {
	margin-bottom: 10px;
}

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

input[type="submit"] {
	cursor: pointer;
	display: block;
	width: auto;
	
	float: right;
	
	padding: 	12px 36px;
	margin: 	10px 0 10px 20px;
	
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
		
	border-radius: 23px;
	
	color: #fff;
	border: 1px solid #09344a;
	background: #09344a;
}

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 #0a4C6e;
	background: #0a4C6e;
}

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

span.wpcf7-not-valid-tip {
	display: inline;
	color: orange !important;
	font-size: 15px !important;
	padding-left: 20px;
}

div.wpcf7-response-output {
	margin:0!important;
	line-height: 24px !important;
	max-width: 100% !important;
	padding: 14px 20px !important;	
	border: 1px solid #577787 !important;
	border-radius: 21px;
	
}

.invalid div.wpcf7-response-output {
	border-color: red !important;
}


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


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

@media (max-width: 480px) {
	
	#main h1,
	h1 {
		
	}
	h2 {
		
	}
	h1.pagetitle,
	h2.sectiontitle {
		
	}
	h1.pagetitle br,
	h2.sectiontitle br {
		display: none;
	}
	h1.pagetitle.largeh,
	h2.sectiontitle.largeh {
		font-size: 32px;
	}
	h1.pagetitle.smallh,
	h2.sectiontitle.smallh,
	h3.coltitle {
		
	}
	h3 {
		
	}
	#intro h1,
	#intro p.titel {
		font-size: 40px;
	}	
	#intro p.topline {
		font-size: 20px;
	}
	
	#intro p.text {
		font-size: 18px;
	}
	.slide h1,
	.slide p {
		
	}	
	.slide h1,
	.slide p.slideh1 {
		
	}	
	.slide p.slideptop {
		
	}
	.slide p.slidep {
		
	}
}

@media (min-width: 480.01px) and (max-width: 768px) {
	
	#main h1,
	h1 {
		
	}
	h2 {
		
	}
	h1.pagetitle,
	h2.sectiontitle {
		
	}
	h1.pagetitle br,
	h2.sectiontitle br {
		display: none;
	}
	h1.pagetitle.largeh,
	h2.sectiontitle.largeh {
		
	}
	h1.pagetitle.smallh,
	h2.sectiontitle.smallh,
	h3.coltitle {
		
	}
	h3 {
		
	}
	.slide h1,
	.slide p {
		
	}	
	.slide h1,
	.slide p.slideh1 {
		
	}	
	.slide p.slideptop {
		
	}
	.slide p.slidep {
		
	}
	
}

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

@media (min-width: 768.01px) and (max-width: 1024px) {
   
   #main h1,
	h1 {
		
	}
	h2 {
		
	}
	h1.pagetitle,
	h2.sectiontitle {
		
	}
	h1.pagetitle br,
	h2.sectiontitle br {
		display: none;
	}
	h1.pagetitle.largeh,
	h2.sectiontitle.largeh {
		
	}
	h1.pagetitle.smallh,
	h2.sectiontitle.smallh,
	h3.coltitle {
		
	}
	h3 {
		
	}
	.slide h1,
	.slide p {
		
	}	
	.slide h1,
	.slide p.slideh1 {
		
	}	
	.slide p.slideptop {
		
	}
	.slide p.slidep {
		
	}
}

@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 {
		padding-top:    10px;
		padding-bottom: 10px;
	}
	
	a#logo {
		
	}
	
	.introtext {
		bottom: 10%;
	}
	
	.owl-carousel .owl-nav.disabled + .owl-dots {
		bottom: 10px;
		right: auto;
		width: 100%;
	}
	
	#subfooter {
		line-height: 2;
		padding-bottom: 30px;
	}
	
	#subfooter span {
		display: block;
		margin-left: 0;
	}
	
	#subfooter .textright {
		text-align: left;
	}
	
	
	
	/* Nav Icon */
	
	#navicon {
		position: fixed;
		z-index: 30009;
		right:  10px;
		top:    10px;
		width:  40px;
		height: 40px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		cursor: pointer;				
		border: none;	
		
		transition: right 200ms ease;	
	}
	
	html.swipebox-html #navicon {
		right: -50px;
	}
	
	#navicon span,
	#navicon span:before,
	#navicon span:after {
		display: inline-block;
		height: 2px;
		position: absolute;
		width: 30px;
			 	
		background: #09334a;
		
		border-radius: 2px;
				
		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;
	}
	
	body:not(.scroll2) #navicon.hasintro span,
	body:not(.scroll2) #navicon.hasintro span:before,
	body:not(.scroll2) #navicon.hasintro span:after {
		background: #fff;
	}
	
	#navicon:focus span,
	#navicon:focus span:before,
	#navicon:focus span:after {
		
		
	}
	
	#navicon.active {
		transition: background 100ms ease;
	}
	
/*
	#navicon.active span:before,
	#navicon.active span:after {
		background: #09334a !important;
	}
*/
	
	#navicon.active span {
		background: rgba(0,0,0,0) !important;
	}
	
	#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);
	       		transform: 	rotate(-45deg);
	}
	
	#navicon.active span:after {
	    -webkit-transform: 	rotate(225deg);
	       		transform: 	rotate(225deg);
	}
	
	/* Mobnav */
	
	#mobnav {
		overflow-y: scroll; 
		-webkit-overflow-scrolling: touch;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		
		position: fixed;
		z-index: -1;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		
		height: 100%;
		width: 100%;
		
		opacity: 0;
		
		transition: opacity 500ms ease;
		
		padding-top: 15%;
	}
	
	#mobnav.active {
		z-index: 30002;
		opacity: 1;
	}
	
	
	
	/* Mobile Contact */
	
	#mobnav p {
		line-height: 2;
	}
	
	/* Mobile Menu */
	
/*
	#mobnav ul {
		
	}
	
	#mobnav ul li {
		position: relative;
	}
	
	#mobnav ul li a {
		display: block;
		padding: 0 40px 0 15px;
		height: 44px;
		line-height: 44px;
	}
	
	#mobnav ul li ul {
		display: none;
		
		padding-top:     4px;
		padding-bottom: 16px;
	}
	
	#mobnav ul li ul li {
		text-transform: none;
	}
	
	#mobnav ul li ul li a {
		padding-left:  25px;
		padding-right: 10px;
	}
	
	#mobnav ul li ul li ul {
		display: none;
	}
	
	#mobnav ul li ul li ul li a {
		padding-left: 35px;
	}
	
	#mobnav ul li.current-menu-item > a,
	#mobnav ul li a:hover,
	#mobnav ul li a:focus {
		color: yellow;
	}
*/
	
	
	
	/* 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: green;
		content: '';
		display: block;
		width: 14px;
		height: 2px;
		position: absolute;
		left: 15px;
		
		border-radius: 2px;
		
		transition: opacity 400ms ease;
	}
	
	.subnavicon:before {
		top: 21px;
	}
	
	.subnavicon:after {
		top: 21px;
		-webkit-transform: rotate( -90deg );
				transform: rotate( -90deg );
	}
	
	.subnavicon.sub-menu-active:after {
		opacity: 0;
	}
*/
	
}




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

@media (min-width: 480.01px) and (max-width: 768px) {
	#intro h1,
	#intro p.titel {
	    font-size: 6vw;
    }
}

@media (max-width: 768px) {
	#subfooter ul#menu-subfooter {
		float: left;
	}
	
	#subfooter ul#menu-subfooter li {
		margin-left: 0;
		margin-right: 20px;
	}
}

@media (min-width: 768.01px) and (max-width: 1024px) {
    #intro h1,
	#intro p.titel {
	    font-size: 4.8vw;
    }
}

@media (min-width: 1024.01px) and (max-width: 1180px) {
    #intro h1,
	#intro p.titel {
	    font-size: 4vw;
    }
    #nav .navmenu li {
		margin: 0 0 0 30px;
	}
}

@media (min-width: 1180.01px) and (max-width: 1420px) {
    #intro h1,
	#intro p.titel {
	    font-size: 4.25vw;
    }
}

@media (min-width: 1420.01px) and (max-width: 1919.99px) {
    #intro h1,
	#intro p.titel {
	    font-size: 4.4vw;
    }
}

@media (min-width: 1920px) {
	html,
	body {
		
	}  
	
	.outer,
	.fixme {
		max-width: 1920px;
		margin: 0 auto;
	}  
	
	#intro {
		max-width: 100%;
		overflow: hidden;
	}
	
	#intro h1,
	#intro p.titel {
	    font-size: 3.8vw;
    }
}




















