/* ==============
Theme Name: KEH 2025
Description: Responsive, SEO-friendly WordPress theme for www.keh-technik.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/grid30d.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_cute.css');	/* icons_outline icons_full icons_cute


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

/* titillium-web-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/titillium-web-v17-latin-300.woff2') format('woff2');
}

/* titillium-web-300italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 300;
  src: url('fonts/titillium-web-v17-latin-300italic.woff2') format('woff2');
}

/* titillium-web-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/titillium-web-v17-latin-regular.woff2') format('woff2');
}

/* titillium-web-italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 400;
  src: url('fonts/titillium-web-v17-latin-italic.woff2') format('woff2');
}

/* titillium-web-600 - latin */
@font-face {
  font-display: swap;
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/titillium-web-v17-latin-600.woff2') format('woff2');
}

/* titillium-web-600italic - latin */
@font-face {
  font-display: swap;
  font-family: 'Titillium Web';
  font-style: italic;
  font-weight: 600;
  src: url('fonts/titillium-web-v17-latin-600italic.woff2') format('woff2');
}


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

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

html,
body {
	
}

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

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

.wrap {
	background: #fff;
}

#main .wrap,
.noof {
	overflow: hidden;
}

#outercontainer {
	position: relative;
}

#navicon,
#telicon,
#mailicon,
#mobnav,
#mobolay {
	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;
}

.round {
	border-radius: 16px;
}

.rounded {
	overflow: hidden;
	border-radius: 16px;
}

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

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

.bgtransparent {
	background: transparent;
}

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

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

.bgmediumblue {
	background: #044e84;
}

.bgdark {
	background: #00233d;
}

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

a:hover {
	color: #c56408;
}

strong, b {
	font-weight: 600;
}

h1 {
	font-size: 32px;
	line-height: 1.4;
	font-weight: 600;	
	
	margin-bottom: 30px;
}

h2 {
	font-size: 32px;
	line-height: 1.4;
	font-weight: 600;
	
	margin-top:    2.5rem;
	margin-bottom: 1rem;
}

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

h1.pagetitle.largeh,
h2.sectiontitle.largeh {
/* 	font-size: 40px; */
}

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

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

h2 em {
	font-weight: 400;
}

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

h3.coltitle {
	margin-top: 0;
}

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

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

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

#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: 4px;
}

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

p {
	margin-bottom: 1rem;
}

p.topline {
	font-size: 18px;
	font-weight: 600;
	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: 24px;
	letter-spacing: 0.03em;
	color: #94a8bb;
	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 #f18825;
}

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,
.bgmediumblue {
	color: #f6f6f6;
}


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

#topbar {
	padding: 10px 0;
}

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

/*************************************************
* Infobar
*************************************************/

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

#infobar p {
	
}

#infobar p.headline {
	font-size: 20px;
	font-weight: bold;
}


#infobar .button a {
	margin-bottom: 0;
}


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

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

#logo {
	background-image: url('images/logo.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: 200px;
	height: 75px;
}

#nav {
	
}

#headerpadding {
	height: 105px;
}

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

.scroll1 #header {
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);
}

.scroll1 #logo {
	
}

.scroll1 #nav {
	
}

.scroll1 #headerpadding {
	
}



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

#nav {
	font-size: 17px;
	font-weight: 400;
	line-height: 43px;
	padding-top: 15px;
}

#nav .menu {
	float: right;
}

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

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

#nav .menu ul {
	margin-left: -30px;	
	padding-top: 8px;
}

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

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

#nav .menu ul li.issub a {
	padding-left: 30px
}

#nav .menu ul li:first-child a {
	padding-top: 15px;
	border-radius: 8px 8px 0 0;
}

#nav .menu ul li:last-child a {
	padding-bottom: 17px;
	border-radius: 0 0 8px 8px;
}

#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: #f18825;
}

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

#nav .menu > li li a:hover,
#nav .menu > li li.current-menu-item > a {
	
}

#nav .menu li.scrollto a {
	border: 1px solid #f18825;
	border-radius: 23px;
	padding: 0 25px;
}

#nav .menu li.scrollto a:hover {
	background: #f18825;
	color: #fff;
}


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

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

.slide h1,
.slide p {
	font-size: 56px;
	font-weight: 300;
	line-height: 1.25;
	color: #fff;
	margin: 20px 0;
}
.slide p.slideh1 {
	
}
.slide p.slideptop,
.slide p.slidep {
	font-size: 20px;
	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-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;
}


.owl-feedbackslider .owl-dots {
	width: 100%;
	right: auto;
	bottom: -40px;
}

.owl-feedbackslider .owl-dots .owl-dot span {
	background: #b5dcf7;
}

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

.owl-feedbackslider .owl-dots .owl-dot.active span, .owl-feedbackslider .owl-dots .owl-dot:hover span {
	background: #7bc6f0;
}

.owl-feedbackslider .owl-item {
	opacity: 0.2;
	transition: all 200ms ease;
}

.owl-feedbackslider .owl-item.firstActiveItem {
    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: #f18825;
	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;
}



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


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

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

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

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

.waypoint .way_zoomin {
	-webkit-transform: 	scale(0.8);
			transform: 	scale(0.8);
			
	opacity: 0;
	
	transition: transform 1000ms ease 250ms, opacity 1000ms ease 250ms, box-shadow 500ms ease, color 500ms ease, height 300ms;
}
.waypoint.inview .way_zoomin {
	-webkit-transform: 	scale(1);
			transform: 	scale(1);
			
	opacity: 1;
}

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

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


.owl-mainslider .animate1 {
	opacity: 0;
	transform: translateX(-50%);
	
	transition: transform 1000ms ease 500ms, opacity 1000ms ease 500ms;	
}
.owl-mainslider .active .animate1 {
	opacity: 1;
	transform: translateY(0);
}

.owl-mainslider .animate2 {
	opacity: 0;
	transform: translateX(-50%);
	
	transition: transform 1000ms ease 1000ms, opacity 1000ms ease 1000ms;	
}
.owl-mainslider .active .animate2 {
	opacity: 1;
	transform: translateY(0);
}

.owl-mainslider img {
	transition: transform 4000ms ease 500ms;
}

.owl-mainslider .active img {
	   -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
            
    transition: transform 4000ms ease 500ms;
}

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

.teaser {
	
}

.teaser a {
	margin-top: 8px;
	display: block;
	background: #fff;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.3);
	
	transition: all 300ms ease;
}

.teaser .teaserinner {
	padding: 25px 30px;
}

.teaser a h3 {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	color: #00233d;
	
	transition: all 300ms ease;
}

.teaser a p {
	margin: 0;
	margin-top: 15px;
	font-size: 16px;
	font-weight: 400;
	color: #00233d;
}


.teaser a:hover {
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0);
}

.teaser a:hover h3 {
	color: #f18825;
}

/*************************************************
* 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: 1px solid #fff;
	background: #fff;
	
	overflow: hidden;
	border-radius: 16px;
}

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

.faq.faqactive {
	background: #fff;
}

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

.faq h4.frage:hover {
	
}

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

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

.faq.hastext h4.frage:before {
	
}

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

.faq.hastext.faqactive h4.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 h3 {
	font-size: 34px;
	font-weight: 300;
	margin: 0;
	margin-bottom: 20px;
	color: #044e84;
}

.cta.ctawide h3 {
	font-size: 24px;
}

.cta p {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
}

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

.cta .shadow {
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);
}

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

/*************************************************
* Banner
*************************************************/


.textbanner {
	background-image: url('images/bannerlogo.png');
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 30%;
}

.textbanner p {
	font-size: 18px;
	font-weight: 400;
}

/*************************************************
* Feedbacks
*************************************************/

.fbsingle {
	padding: 30px 30px 25px 30px;
	background: #fff;
	
	text-align: center;
}

.fbsingle.shadow {
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);
}

.fbstars {
	width: 110px;
	height: 20px;
	margin: 0 auto 25px auto;
	background: url('images/stern.png');
	background-position: left center;
	background-size: auto 20px;
	background-repeat: repeat-x;
}

p.fbtext {
	margin-bottom: 20px;
}

p.fbname {
	margin-bottom: 0;
}

/*************************************************
* 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 40px;
	margin: 	10px 20px 10px 0;
	
	font-size:   16px;
	font-weight: 600;
	line-height: 20px;
	
	border-radius: 25px;
	
	color: #fff;
	border: 1px solid #f18825;
	background: #f18825;
}

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

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


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

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

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

.largep .button a {
	font-size: 18px;
}

.slide .button.ghost a {
	margin: 0;
	margin-top: 30px;
	background: rgba(0,0,0,0.2);
}
.slide .button.ghost a:hover {
	background: #f18825;
}

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

.subpages .textcenter span.button a {
	margin: 10px;
}

.cta .button a {
	margin: 0;
}

#mobnav .button {
	padding-left: 15px;
}

/*************************************************
* 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 p.largep {
	font-size: 24px;
}


span.offenzeiten span.tag {
	display: inline-block;
	width: 30px;
	font-weight: 500;
}

span.offenzeiten span.taginfo {
	display: block;
	font-weight: 500;
	font-style: italic;
}

span.offenzeiten span.von.vonwide {
	width: 88px;
}

span.offenzeiten span.von,
span.offenzeiten span.bis {
	display: inline-block;
	min-width: 44px;
	text-align: right;
}

span.offenzeiten span.von {
	
}

span.offenzeiten span.spacer {
	display: inline-block;
	width: 8px;
}

/*************************************************
* Qickbar
*************************************************/

#quickbar {
	position: fixed;
	z-index: 29991;
	right: 10px;
	top: 50%;
    -webkit-transform: translateY(-50%);
			transform: translateY(-50%);
			
	width:   auto;	
	
	transition: all 300ms ease 100ms;
}

/*
.scroll2 #quickbar {
	right: -25px;
}

.scroll2 #quickbar:hover {
	right: 0;
}
*/

@media (max-width:1024px) {
	#quickbar {
		display: none;
/*
		top: 240px;
	    -webkit-transform: 0;
				transform: 0;
*/
	}
}

.quickbaritem {
	position: relative;
	z-index: 29993;
	width:  auto;
	height: 50px;
	margin-bottom: 5px;
	
}

.quickbaritem.qbi3 {
	margin-bottom: 0;
}

.quickbaritem a {
	display: block;
	color: #fff;
}

.quickbaricon {
	position: relative;
	z-index: 29994;
	width:  50px;
	height: 50px;
	background: #f18825;
		
	line-height: 50px;
	text-align: center;
	
	font-size: 20px;
	
	border-radius: 50%;
	overflow: hidden;
	
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}

.qbi1 .quickbaricon {
	background-image: url('images/tel.png');
}

.qbi2 .quickbaricon {
	background-image: url('images/mail.png');
}

.qbi3 .quickbaricon {
	background-image: url('images/map.png');
}

.quickbarlabel {
	position: absolute;
	z-index: 29992;
	top: 0;	
	right: 0;
	max-width: 50px;
	
	display: block;
	
	height:    50px;
	max-width: 50px;
	overflow: hidden;
	background: #f18825;
	
	padding: 14px 0 0 20px;
	
	font-size: 15px;
	line-height: 20px;
	
	transition: all 300ms ease;
	
	border-radius: 25px;
	
/* 	box-shadow: 0 0 10px 0 rgba(0,0,0,0.3); */

	

}

.quickbarlabel span {
	white-space: nowrap;
	display: block;
}

.quickbaritem a:hover .quickbarlabel {
/* 	right: 42px; */
	max-width: 300px;
	padding-right: 60px;
	
}


/*
.button.ghost.anfrage a {
	background-position: 20px center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	
	background-image: url('images/mail.png');
}
*/

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

#footer {
	
}

#footer h3 {
	margin-top: 0;
	margin-bottom: 0;
}

#footer p {
	
}



#subfooter {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.03em;
}

#subfooter a {
	color: #fff;
}

#subfooter a.creator {
	opacity: 0.2;
}

#subfooter a:hover {
	color: #fff;
	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;
}



.olbox {
	position: fixed;
	z-index: -1;
	opacity: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	overflow: scroll;
	background: rgba(255,255,255,0.95);
	
	background: rgba(255,255,255,0.8);
	backdrop-filter: 		 blur(10px);
	-webkit-backdrop-filter: blur(10px);
	
	transition: opacity 200ms ease 0;
}

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

.olinner {
	padding-top: 30px;
}

@media(min-width:1024px) {
	.olinner {
		padding-top: 0;
		position: relative;
	    top: 50%;
	    transform: translateY(-50%);
	}
}

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

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

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

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

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


.olbox .formbox {
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
}

/*************************************************
* 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;
	padding-left: 0;
	
	visibility: hidden;
	opacity: 0;
	
	line-height: 38px;
	font-size: 40px;
	
	background: #f18825;
	color: #fff;
	text-decoration: none;
	
	border-radius: 50%;
}

a#totop:hover {
	opacity: 0.5;
}

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;
	
	-webkit-appearance: none;
    border-radius: 			0px;    
	
	transition: all 300ms ease;
	
	font-size: 16px;
	line-height: 18px;
	margin-top: 10px;
	
	background: white;
	padding: 14px;
	border: 1px solid #f18825;
	
	border-radius: 24px;
	
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);
}

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

input[type="submit"] {
	cursor: pointer;
	display: block;
	width: auto;
	margin: 20px 0 10px 0;
	padding: 14px 40px;
	
	border: 1px solid #f18825;
	background: #f18825;	
	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 #d27230;
	background: #d27230;
}

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

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

div.wpcf7-response-output {
	margin:0!important;
	max-width: 100% !important;
	padding: 10px 15px !important;	
	border: 2px solid #048428 !important;
	
	border-radius: 8px !important;
}

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

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

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

@media (max-width: 480px) {
	
	#main h1,
	h1 {
		
	}
	h2 {
		
	}
	h1.pagetitle,
	h2.sectiontitle {
		font-size: 26px;
	}
	h1.pagetitle.largeh,
	h2.sectiontitle.largeh {
		
	}
	h1.pagetitle.smallh,
	h2.sectiontitle.smallh,
	h3.coltitle {
		
	}
	h3 {
		
	}
	.cta h3 {
		font-size: 26px;
	}
	.slidertext {
		position: absolute;
	    top: auto;
	    bottom: 50px;
	    -webkit-transform: translateY(0);
				transform: translateY(0);
	}
	.slide h1,
	.slide p {
		font-size: 32px;
		margin: 10px 0;
	}
	.slide p.slideh1 {
		
	}
	.slide p.slideptop,
	.slide p.slidep {
		font-size: 20px;
	}
}

@media (min-width: 480.01px) and (max-width: 768px) {
	
	#main h1,
	h1 {
		
	}
	h2 {
		
	}
	h1.pagetitle,
	h2.sectiontitle {
		
	}
	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.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 {
		
	}
	.ctakeeper {
		padding: 0 40px;
	}
}

@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,
	#telicon,
	#mailicon,
	#mobnav,
	#mobolay {
		display: block;
	}
	
	#header {
		padding-top:    15px;
		padding-bottom: 15px;
	}
	
	#headerpadding {
		height: 90px;
	}
	
	#logo,
	#logo a {
		height: 60px;
	}
	
	.owl-carousel .owl-nav.disabled + .owl-dots {
		bottom: 10px;
		right: auto;
		width: 100%;
	}
	
	.owl-feedbackslider.owl-carousel .owl-nav.disabled + .owl-dots {
		bottom: -30px;
	}
	
	.slide .button.ghost a {
		margin-top: 10px;
	}
	
	.slide br {
		display: none;
	}
	
	#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:    25px;
		width:  40px;
		height: 40px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		cursor: pointer;				
		border: none;	
		
		transition: right 200ms ease;	
	}
	
	#telicon {
		position: fixed;
		z-index: 30001;
		right:  110px;
		top:    25px;
		width:  40px;
		height: 40px;
		
		font-size: 30px;
		text-align: center;		
	}
	
	#mailicon {
		position: fixed;
		z-index: 30001;
		right:  60px;
		top:    25px;
		width:  40px;
		height: 40px;
		
		font-size: 30px;
		text-align: center;
	}
	
	html.swipebox-html #navicon {
		right: -50px;
	}
	
	#navicon span,
	#navicon span:before,
	#navicon span:after {
		display: inline-block;
		height: 3px;
		position: absolute;
		width: 30px;
			 	
		background: #f18825;
		
		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 {
		background: #fff;
		
	}
	
	#navicon.active {
		transition: background 100ms ease;
	}
	
	#navicon.active span {
		background: rgba(0,0,0,0);
	}
	
	#navicon.active span:before,
	#navicon.active span:after {
		position: absolute;
	    left: 0;
	    top: 0;
	    width: 30px;
	    
		background: #fff;
	}
	
	#navicon.active span:before {
		-webkit-transform: 	rotate(-45deg);
	       		transform: 	rotate(-45deg);
	}
	
	#navicon.active span:after {
	    -webkit-transform: 	rotate(45deg);
	       		transform: 	rotate(45deg);
	}
	
	/* Olay */
	
	#mobolay {
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	    position: fixed;
	    z-index: -1;
	    left: 0;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(0, 35, 61, 0.6);
	    opacity: 0;
	
	    transition: opacity 500ms ease;
	    
	    backdrop-filter: 		 blur(10px);
		-webkit-backdrop-filter: blur(10px);
	}
	
	#mobolay.active {
		 z-index: 30002;
		 opacity: 1;
	}
	
	/* Mobnav */
	
	#mobnav {
		overflow-y: scroll; 
		-webkit-overflow-scrolling: touch;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		transition: left 500ms ease;
		
		position: fixed;
		z-index: 30003;
		left: -100%;

		top: 0;
		height: 100%;
		width: calc( 100% - 70px );
		min-width: 320px;
		max-width: 400px;
		
		padding-left:  10px;
		padding-right: 10px;
		padding-top:   60px;
		padding-bottom: 60px;
	}
	
	#mobnav.active {
		left: 0;
	}
	
	
	
	/* 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;
		color: #00233d;
		font-size: 21px;
		font-weight: 400;
	}
	
	#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 {
		font-size: 19px; 
		
		padding-left:  30px;
		padding-right: 10px;
		
		height: auto;
		line-height: 30px;
		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: #f18825;
	}
	
	
	
	/* 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: #f18825;
		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: 1180px) {
    .ctakeeper {
		padding: 0 80px;
	}
}

@media (min-width: 1180.01px) and (max-width: 1420px) {
    .ctakeeper {
		padding: 0 100px;
	}
}

@media (min-width: 1420.01px) and (max-width: 1919.99px) {
    .ctakeeper {
		padding: 0 120px;
	}
}

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




















