/* ==============
Theme Name: Yoga Genuss 2026
Description: Responsive, SEO-friendly WordPress theme for www.yoga-genuss.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/grid30.css'); /* grid20.css / grid30.css / grid40.css */
@import url('css/nav_sf.css');
@import url('css/owl.carousel.min.css'); 
@import url('css/owl.theme.default.min.css');

@import url('fonts/icons_outline.css');	/* icons_outline icons_full icons_cute


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

/* manrope-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/manrope-v20-latin-regular.woff2') format('woff2');
}

/* manrope-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/manrope-v20-latin-600.woff2') format('woff2');
}

/* manrope-700 - latin */
@font-face {
  font-display: swap;
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/manrope-v20-latin-700.woff2') format('woff2');
}

/* stack-sans-headline-200 - latin */
@font-face {
  font-display: swap;
  font-family: 'Stack Sans Headline';
  font-style: normal;
  font-weight: 200;
  src: url('fonts/stack-sans-headline-v1-latin-200.woff2') format('woff2');
}

/* stack-sans-headline-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Stack Sans Headline';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/stack-sans-headline-v1-latin-300.woff2') format('woff2');
}

/* stack-sans-headline-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Stack Sans Headline';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/stack-sans-headline-v1-latin-regular.woff2') format('woff2');
}


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

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

html {
/* 	scroll-behavior: smooth; */
}

body {
	font-size: 17px;
	line-height: 1.62;
	font-weight: 400;
	
	color: #005267;
	background: #fff;
	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

.wrap {
	background: #e9f4f5;
}

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

.visually-hidden {
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.nobreak {
	white-space: nowrap;
}

.relative {
	position: relative;
}

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

.round {
	border-radius: 4px;
}

.line {
	width: 100%;
	height: 2px;
	background: #e27f58;
	
/*
	width: 280px;
	margin: 0 auto;
*/
}

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

.bgtransparent {
	background: transparent;
}

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

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


.bgdark {
	background: #006781;
}

.bggrad {
	background: linear-gradient(180deg,rgba(0, 103, 129, 1) 0%, rgba(0, 103, 129, 1) 20%, rgba(233, 244, 245, 1) 20%, rgba(233, 244, 245, 1) 100%);
	background: linear-gradient(180deg,rgba(0, 103, 129, 1) 0%, rgba(0, 103, 129, 1) 20%, rgba(250, 245, 241, 1) 20%, rgba(250, 245, 241, 1) 100%)
}

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

/*
.inlinebox {
	display: block;
	position: relative;
	text-align: center;
}

.col-inline {
	float: none;
	display: inline-block;
}
*/



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

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

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

a {
	color: #de7e6a;
	color: #e27f58;
}

a:hover {
	color: #005266;
}

strong, b {
	font-weight: 600;
}

h1, h2, h3, .slide p.slideh1, #nav, #mobnav .menu, .button a, .readmore, p.topline {
	font-family: 'Stack Sans Headline', sans-serif;
}

h4, h5, h6, p, li {
	letter-spacing: 0.01em;
}

h1, h2, h3 {
	color: #006781;
}

h1 {
	font-size: 42px;
	line-height: 1.2;
	font-weight: 400;	
	
	margin-bottom: 30px;
}

h2 {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 400;
	
	margin-top:    2.5rem;
	margin-bottom: 1rem;
}

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

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

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

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

h3 {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 400;
	
	margin-top:    2rem;
	margin-bottom: 1rem;
}

h3.coltitle,
h3.smallh {
	margin-top: 0;
}

h3.coltitle {
	font-size: 22px;
	margin-top: 5px;
	margin-bottom: 20px;
}

.stextcol h3 {
	font-size: 22px;
	margin-top: 40px;
	margin-bottom: 15px;
}

.stextcol h3:first-child {
	margin-top: 0;
}


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

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

h6 {
	border: 1px solid #e27f58;
	background: #fff;
	color: #e27f58;
	
	border-radius: 18px;
	
	padding: 25px 30px;
	margin: 30px 0 30px 0;
}

h1 sup, h2 sup {
	font-size: 65%;
	top: -.5em;
}

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

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

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

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

p {
	margin-bottom: 1rem;
}

.introp p {
	font-size: 22px;
	
}

p.topline {
	font-size: 30px;
	line-height: 1.2;
	font-weight: 200;
	margin-bottom: 10px;
}

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

blockquote {
	font-size: 19px;
	color: #e27f58;
	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 #e27f58;
}

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


.bgdark,
.bgdark h1, .bgdark h2, .bgdark h3,
.bgdark a, .bgdark a:hover {
	color: #fff;
}

.bgdark a:hover {
	opacity: 0.7;
}

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

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

#logo {
	margin-top: 0; 
	
	background-image: url('images/logo2.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	
	transition: all 500ms ease;
}

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

#logo,
#logo a {
	width: 100%;
	height: 48px;
}

#nav {
	line-height: 48px;
}

#headerpadding {
	height: 120px;
}

.anchor {
	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%;
}
*/

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

.scroll1 #header {
	
}

.scroll1 #logo {
	
}

.scroll1 #nav {
	
}

.scroll1 #headerpadding {
	
}



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

#nav {
	font-size: 17px;
	font-weight: 300;
	letter-spacing: 0.02em;
}

#nav .menu {
	float: right;
}

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

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

#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: #35acb4;
    color: #e27f58;
}


#nav .menu li.scrollto a,
#mobnav .menu li.scrollto a {
	background: #dd8179;
	color: #fff;
	padding-left:  30px;
	padding-right: 30px;
	border-radius: 25px;
	margin-right: 0;
	
	background-color: #e27f58;
}

#nav .menu li.scrollto a:hover,
#mobnav .menu li.scrollto a:hover {
	background: #c1665f;
	background: #d2724c;
}

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

.slide {
	position: relative;
	overflow: hidden;
	
	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);
	background: rgba(0, 103, 129, 0.7);
}

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

.slide h1,
.slide p {
	font-size: 42px;
	font-weight: 400;
	line-height: 1.2;
	color: #fff;
	margin: 20px 0;
}
.slide p.slideh1 {
	
}
.slide p.slideptop {
	font-size: 18px;
	font-weight: bold;
}
.slide p.slidep {
	font-size: 22px;
	line-height: 1.4;
	font-weight: 600;
}


/* 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-theme .owl-nav.disabled + .owl-dots {
	margin: 0;
	padding: 0;
}

.owl-carousel .owl-dots {
	position: absolute;
	margin: 0;
	bottom: -20px;
	left: 50%;
	
	
	
	-webkit-transform: 	translateX(-50%);
			transform: 	translateX(-50%);
}

.owl-carousel .owl-dots .owl-dot {
	margin: 0 !important;
	padding: 0 !important;
	
	background: #f2e9e1;
	border-radius: 5px;
}

.owl-carousel.owl-feedbacks .owl-dots .owl-dot span {
	width: 30px;
    height: 8px;
    margin: 0;
    padding: 0;
    background: #f2e9e1;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}

.owl-carousel.owl-feedbacks .owl-dots .owl-dot:first-child span {
	border-radius: 5px 0 0 5px;
}

.owl-carousel.owl-feedbacks .owl-dots .owl-dot:last-child span {
	border-radius: 0 5px 5px 0;
}

.owl-carousel.owl-feedbacks .owl-dots .owl-dot span {
	opacity: 1;
}

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

.owl-carousel.owl-feedbacks .owl-dots .owl-dot.active span {
	width: 60px;
	border-radius: 5px;
}

.owl-carousel .owl-dots .owl-dot:hover span {
	border-radius: 5px !important;
}


.feedback {
	text-align: center;
}
.feedback p.feedback_text em {
	font-style: normal;
}
.feedback p.feedback_name {
	
}

/*
.feedback_sterne,
.feedback_sterne_left  {
	width: 90px;
	height: 24px;
	margin: 0 auto 20px auto;
	
	background-image: url('images/sterne.png');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

.feedback_sterne_left {
	margin: 0 0 20px 0;
}

.feedback_gicon {
	width:  24px;
	height: 24px;
	margin: 0 auto 10px auto;
	background-image: url('images/gicon.png');
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}
*/



/*************************************************
* 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: #e27f58;
	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: #e27f58;
	opacity: 0.6;
}



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

.galimg {
	overflow: hidden;
}

.rounded, .roundimg {
	overflow: hidden;
	border-radius: 18px;
}

.roundleftbottom {
	overflow: hidden;
	border-radius: 0;
	border-bottom-left-radius: 30px;
}

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

.galimg a:hover img,
a:hover .galimg img {
		
	-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;
}


.intro {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.introbild {
	order: 1;
	padding-left: 30px;
}
.introtext {
	order: 2;
	padding-left: 20px;
}

@media (min-width: 768px) {
	.introbild {
		padding-left: 40px;
	}	
	.introtext {
		padding-left: 30px;
	}
}

@media (min-width: 900px) {
	.intro {
		flex-direction: row;
	}
	
	.introbild {
		width: 55%;
		order: 2;
	}
	.introtext {
		width: 45%;
		order: 1;
	}
	
}

@media (min-width: 900px) {
	.introbild {
		padding-left: 40px;
	}	
	.introtext {
		padding-left: 15px;
	}
}


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

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


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

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

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

/*************************************************
* Teaser
*************************************************/

.teaser a .readmore {
	letter-spacing: 0.02em;
	line-height: 60px;
	border-top: 1px solid #f4ebe4;
	transition: all 400ms ease;	
}

.teaser.smallteaser a .readmore {
	border-top: 1px solid #fff;
	background: #e27f58;
	color: #fff;
}

.teaser a:hover .readmore {
	background: #f4ebe4;
}

.teaser.smallteaser a:hover .readmore {
	background: #d2724c;
}

.teaser {
	text-align: center;
}

.teaser a {
	display: block;
	background: #fff;
	
	color: #006781;
}

.bgwhite .teaser a {
	background: #faf5f1;
}

.teaser a p {
	color: #004d61;
	padding: 0 30px;
}

.teaser a:hover p {
	color: #006781;
}

.teaser h3 {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0 30px;
}

.teaser a p.teasertext {
	margin-bottom: 10px;
}

.teaser strong {
	font-weight: 700;
}

.teaser.smallteaser h3 {
	margin-bottom: 10px;
} 



.preise h3 {
	padding: 0 30px;
	margin: 0;
}

.preise p {
	padding: 0 30px;
}

/*************************************************
* Vorteile
*************************************************/

.vorteil {
	
}

.vorteilicon {
	width: 50px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.vorteil h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

/*************************************************
* Kundenlogos
*************************************************/

.partners {
	display: block;
	width: 100%;	
	text-align: center;
	vertical-align: middle;
}

.partner {
	display: inline-block;
	vertical-align: middle;
	width: 16.66%;
	padding: 20px 20px;
}

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

.person {
	color: #fff;	
}

.person .imgolay,
.person .imgolaytext {
	transition: all 400ms ease;	
}

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

.person .imgolaytext {
	opacity: 0;
}

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

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

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

.faqs {
	
}

.faq {
	transition: all 400ms ease;	
	margin-bottom: 10px;
	border-bottom: 2px solid #e27f58;
}

.faq.hastext:hover,
.faq.hastext.faqactive {

}

.faq.faqactive {
}

.faq h3.frage {
	position: relative;
	margin: 0; 
	padding: 25px 50px 25px 25px;
	
	
	font-size: 20px;
	line-height: 22px;
	color: #e27f58;
}

.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: #e27f58;
	
	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;
	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: 22px;
}

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


/*************************************************
* Popup
*************************************************/

#infobox {
	position: fixed;
/* 	z-index: 24001; */
	left: 	0;
	right: 	0;
	top: 	0;
	bottom: 0;
	width:  100%;
	height: 100%;
	
	background: rgba(255,255,255,0.9);
	
	transition: 		opacity 500ms ease;
	
	z-index: -1;
	opacity: 0;
}


#infobox.hidden {
	
}

#infobox.active {
	z-index: 30009;
	opacity: 1;
}



#infoinner {	
	background: #fff;
	
	position: absolute;
    top:   30px;
    left:  20px;
    right: 20px;
	
	width: 100%;
	max-width: 90%;
	max-height: 90%;
	
	overflow: auto;
	
	border-radius: 10px;
	
	margin: 0 auto;	
	
	-webkit-box-shadow: 0 5px 30px -5px rgba(80,80,80,0.6);
			box-shadow: 0 5px 30px -5px rgba(80,80,80,0.6);
}

@media (min-width:768.02px) {
	#infoinner {	
		position: relative;
		left: auto;
		right: auto;
		width: 680px;
		max-width: 90%;
	    top: 50%;
	    transform: translateY(-50%);
	    
	    overflow: auto;
	}
}

#infocontent {
	padding: 60px;
	position: relative;
	
	overflow: auto;
}

@media (max-width:720px) {
	#infocontent {
		padding: 60px 20px 20px 20px;
		position: relative;
	}
}


#infobox h3.sectiontitle {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 30px;
	
	padding-right: 40px;
}

#infobox p {
	margin-bottom: 15px;
	line-height: 1.5;
	font-weight: 400;
}

#infobox p.hidelink {
	margin-top: 20px;
	font-weight: 500;
	margin-bottom: 0;
}

#infobox p.nomargin {
	margin-bottom: 0;
}

#infobox_hide {
	position: absolute;
	right: 10px;
	top: 10px;
	width:  60px;
	height: 60px;
	
	cursor: pointer;
}

#infobox_hide span {
	
}

#infobox a img {
	transition: all 400ms ease;
}

#infobox a:hover img {
	opacity: 0.8;
}

#infobox_hide span,
#infobox_hide span:before,
#infobox_hide span:after {
	display: inline-block;
	height: 2px;
	position: absolute;
	width: 30px;
		 	
	background-color: #e27f58;
	
	border-radius: 2px;
}

#infobox_hide span {
    left:  15px;
    top:   28px;
	background: transparent;
}

#infobox_hide span:before,
#infobox_hide span:after {
    content: "";
    left: 0;
	top: 0;
	width: 30px;
}

#infobox_hide span:before {
	transform: 			rotate(-45deg);
}

#infobox_hide span:after {
    transform: 		rotate(45deg);
}


/*************************************************
* 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:767.01px ) {	
	.aligner {
		display: flex;
		align-items: center;
		min-height: 10px;
		justify-content: center;
	}	
	.aligneritem {
		
	}		
}



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

.button {
	
}

.button a {
	display: inline-block;
	text-align: center;
	text-decoration: none;	
	
	padding: 	15px 35px;
	margin: 	10px 20px 10px 0;
	
	font-size:   17px;
	font-weight: 300;
	line-height: 20px;
	letter-spacing: 0.02em;
	
	border-radius: 25px;
	
	color: #fff;
	border: 1px solid #dd8179;
	background: #dd8179;
	
	border-color: #e27f58;
	background-color: #e27f58;
}

.button.alt a {
	background: transparent;
	border-color: #006781;
	color: #006781;
}

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


.button a:hover {
	color: #fff;
	border-color: #c1665f;
	background: #c1665f;
	
	border-color: #d2724c;
	background: #d2724c;
}

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

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


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



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

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

#footer {
	
}

#footer h3 {
	
}

#footer p {
	
}



#subfooter {
	font-size: 16px;
}

#subfooter a {
	
}

#subfooter a.creator {
	opacity: 0.3;
}

#subfooter a:hover {
	opacity: 1;
}

#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 {
	transition: all 300ms ease;
		 	
	display: block;
	z-index: 999;
	position: fixed;
	right:  10px;
	bottom: 25px;
	width: 	40px;
	height: 40px;
	text-align: center;
	
	visibility: hidden;
	opacity: 0;
	
	border-radius: 50%;
	
	line-height: 38px;
	font-size: 20px;
	
	background: #e27f58;
	color: #fff;
	text-decoration: none;
}

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,
.mc4wp-checkbox label {
	display: inline-block;	
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	line-height: 1.4;
}

.wpcf7-acceptance label span,
.mc4wp-checkbox span {
/* 	font-size: 0.9rem; */
}

.mc4wp-checkbox span:before {
	content: " ";
}

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: 16px;
	line-height: 18px;
	margin-top: 10px;
	
	background: white;
	padding: 16px 8px 16px 24px;
	border: 1px solid #fff;
	border-radius: 24px;
}

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

input[type="submit"] {
	cursor: pointer;
	display: block;
	width: auto;
	margin: 20px 0 10px 0;
	padding: 16px 40px;
	line-height: 18px;
	
	border: 1px solid #dd8179;
	background: #dd8179;	
	color: #fff;
	
	border-color: #e27f58;
	background: #e27f58;
}

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 #c1665f;
	background: #c1665f;
	
	border-color: #d2724c;
	background: #d2724c;
}

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

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

div.wpcf7-response-output {
	margin:0!important;
	max-width: 100% !important;
	padding: 20px 25px !important;	
	border: 2px solid #006781 !important;
	border-radius: 18px !important;
}

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

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

::placeholder {
  color: #004d61;
  opacity: 1; /* Firefox */
}

::-ms-input-placeholder { /* Edge 12 -18 */
  color: #004d61;
}

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

@media (max-width: 480px) {
	
	#main h1,
	h1 {
		
	}
	h2 {
		
	}
	h1.pagetitle,
	h2.sectiontitle {
		font-size: 36px;
	}
	h1.pagetitle.largeh,
	h2.sectiontitle.largeh {
		font-size: 44px;
	}
	h1.pagetitle.smallh,
	h2.sectiontitle.smallh,
	h3.coltitle {
		font-size: 24px;
	}
	h3 {
		
	}
	.slide h1,
	.slide p {
		
	}	
	.slide h1,
	.slide p.slideh1 {
		
	}	
	.slide p.slideptop {
		
	}
	.slide p.slidep {
		
	}
	.partner {
		width: 25%;
		padding: 10px;
	}
}

@media (min-width: 480.01px) and (max-width: 768px) {
	
	#main h1,
	h1 {
		
	}
	h2 {
		
	}
	h1.pagetitle,
	h2.sectiontitle {
		font-size: 36px;
	}
	h1.pagetitle.largeh,
	h2.sectiontitle.largeh {
		font-size: 44px;
	}
	h1.pagetitle.smallh,
	h2.sectiontitle.smallh,
	h3.coltitle {
		font-size: 24px;
	}
	h3 {
		
	}
	.slide h1,
	.slide p {
		
	}	
	.slide h1,
	.slide p.slideh1 {
		
	}	
	.slide p.slideptop {
		
	}
	.slide p.slidep {
		
	}
	.partner {
		width: 25%;
		padding: 10px;
	}
	
}

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

@media (min-width: 768.01px) and (max-width: 1024px) {
   
   #main h1,
	h1 {
		
	}
	h2 {
		
	}
	h1.pagetitle,
	h2.sectiontitle {
		font-size: 36px;
	}
	h1.pagetitle.largeh,
	h2.sectiontitle.largeh {
		font-size: 44px;
	}
	h1.pagetitle.smallh,
	h2.sectiontitle.smallh,
	h3.coltitle {
		font-size: 24px;
	}
	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,
	.scroll2 #header {
		padding-top:    15px;
		padding-bottom: 15px;
	}
	
	#headerpadding {
		height: 78px;
	}
	
	#logo,
	#logo a {
		margin-top: 3px;
		height: 42px;
	}
	
	.bggrad {
		background: linear-gradient(180deg,rgba(0, 103, 129, 1) 0%, rgba(0, 103, 129, 1) 15%, rgba(233, 244, 245, 1) 15%, rgba(233, 244, 245, 1) 100%);
	}
	
	.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:    18px;
		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: 34px;
			 	
		background: #006781;
		
		border-radius: 2px;
				
		transition: all 300ms ease;

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

	}
	
	#navicon span:before {
	    content: "";
	    left: 0;
	    top: 11px;
	}
	
	#navicon span:after {
	    content: "";
	    left: 0;
	    top: -11px;
	}
	
	#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 {
		
	}
	
	#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;
	    
	}
	
	#navicon.active span:before {
		-webkit-transform: 	rotate(-45deg);
	       		transform: 	rotate(-45deg);
	}
	
	#navicon.active span:after {
	    -webkit-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: 30001;
		top: -100%;
		height: 100%;
		left: 0;
		right: 0;
		width: 100%;
		
		transition: top 500ms ease;
	}
	
	#mobnav.active {
		top: 0;
	}
	
	
	
	/* Mobile Contact */
	
	#mobnav p {
		line-height: 2;
	}
	
	/* Mobile Menu */
	
	#mobnav ul {
		
	}
	
	#mobnav ul li {
		position: relative;
	}
	
	#mobnav ul li a {
		color: #004d61;
		font-weight: 300;
		display: block;
		padding: 0 40px 0 15px;
		line-height: 44px;
	}
	
	#mobnav ul li.scrollto a {
		font-weight: 400;
		letter-spacing: 0.02em;
		margin-top: 10px;
		display: inline-block;
		margin-left: 10px;
	}
	
	#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;
		
/*
		height: auto;
		line-height: 34px;
		padding-top: 4px;
		padding-bottom: 4px;
*/
	}
	
	#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: #35acb4;
		color: #e27f58;
	}
	
	
	
	/* 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: #e27f58;
		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) {
	
}

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

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

@media (min-width: 1024.01px) and (max-width: 1260px) {
    h1.pagetitle,
	h2.sectiontitle {
		font-size: 40px;
	}
	h1.pagetitle.largeh,
	h2.sectiontitle.largeh {
		font-size: 48px;
	}
	h1.pagetitle.smallh,
	h2.sectiontitle.smallh,
	h3.coltitle {
		font-size: 24px;
	}
}

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

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

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




















