/* ==============
Theme Name: Georg Papai - 2020
Description: Responsive, SEO-friendly WordPress theme for www.georgpapai.at
Version: 2.0
Author: Michael Wilke, Designtiger Webdesign
Author URI: http://www.designtiger.at/
============== */

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



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

font-family: canada-type-gibson, sans-serif;
300, 400, 500, 600

font-family: source-serif-pro, serif;
400, 600

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


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

body,
input,
select,
textarea {
	font-family: source-serif-pro, serif;
	font-weight: 400;
}

html,
body {
	font-size: 18px;
}

body {
	line-height: 1.62;
	color: #2b2b2b;
	background: #fff;
	
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

#outercontainer {
	position: relative;
}

.wrap {
	background: #fff;
}

#navicon,
#mobolay,
#mobnav {
	display: none;
}

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

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

.nobreak {
	white-space: nowrap;
}

.relative {
	position: relative;
}

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

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

.bgwhite {
	background: #fff;
}

.bgtransparent {
	background: transparent;
}

.bglight {
	background: #f7f7f7;
}

.linelight {
	background: #dfdfdf;
}

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

.bgdark {
	background: #db3832;
}

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


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

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

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

a {
	color: #db3832;
}

a:hover {
/* 	opacity: 0.6; */
	color: #83211d;
}

strong, b {
	font-weight: 600;
}


h1, h2, h3, h4,
#logo, 
#nav,
#mobmenu,
#footer,
#subfooter,
#themennav {
	font-family: canada-type-gibson, sans-serif;
	font-weight: 400;
	letter-spacing: 0.03em;
}

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

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

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

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

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

.erreicht h4,
.zukunft h4 {
	font-size: 22px;
	margin-bottom: 20px;
}

h5 {
	font-size: 0.92rem;
	text-transform: uppercase;
	font-weight: 500;
	
	margin-top:    20px;
	margin-bottom:  5px;	
}

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

@media (max-width:768px) {
	h2.pagetitle,
	h3.sectiontitle {
		font-size: 25px;
	}
	
	h2.pagetitle.largeh,
	h3.sectiontitle.largeh {
		
	}
}

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

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

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

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

#main .erreicht ul,
#main .zukunft ul {
	margin-left: 15px;
}

#main .erreicht ul li,
#main .zukunft ul li {
	list-style-type: none;
	margin-bottom: 10px;
}

#main .erreicht ul li:before,
#main .zukunft ul li:before {
	display: inline-block;
	width: 30px;
	font-family: "gpricon";
	font-size: 18px;
	content: "\f103";
	color: #db3832;
	margin-left: -30px;
}

#main .erreicht ul li:before {
	content: "\f103";
}

#main .zukunft ul li:before {
	content: "\f102";
}

p {
	margin-bottom: 20px;
}

p.topline {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

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

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

blockquote p {
	margin-bottom: 10px;
}

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

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

.textright {
	text-align: right;
}

.textcenter {
	text-align: center;
}

.textjustify {
	text-align: justify;
}

.uppercase {
	text-transform: uppercase;
}

.nomargin {
	margin: 0;
}

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

#header {
	position: fixed;
	z-index: 30001;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	
	background: rgba(255,255,255,0.8);
	padding-top:    20px;
	padding-bottom: 20px;
	
	-webkit-transition: all 500ms ease;
	   -moz-transition: all 500ms ease;
	    -ms-transition: all 500ms ease;
	     -o-transition: all 500ms ease;
	     	transition: all 500ms ease;
}

/*
.scroll1 #header {
	
}
*/


#logo {
	height: 70px;
}


#logo a {
	color: #db3832;
	font-size: 38px;
	
	font-weight: 600;
	
	line-height: 1;
	height: 70px;
	display: inline-block;
	padding-top: 2px;
}

#logo span {
	display: block;
	font-size: 27px;
	font-weight: 600;
	padding-bottom: 2px;
	padding-left: 2px;
}

#logo a:hover {
	color: #83211d;
/* 	opacity: 1; */
}

#nav {
	line-height: 70px;
}

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


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

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

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

#scroll1 {
	top: 40px;
}

#scroll2 {
	top: 200px;
}

#scroll3 {
	bottom: 100px; 
}

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

.scroll2 #header {
	background: #fff;
}

.scroll3 #header {
	background: #f7f7f7;
	
	-webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,0.5);
			box-shadow: 0 0 12px 0 rgba(0,0,0,0.5);
}

.scroll1 #logo {
	
}

.scroll1 #nav {
	
}

.scroll1 #headerpadding {
	
}




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

.navsection {
	
}

#nav {
	font-size: 16px;
	font-weight: 500;
}

#nav ul.menu {
	float: right;
}

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

#nav ul.menu li a {
	color: #db3832;
	padding: 0;
}

#nav ul.menu li.current-menu-item>a,
#nav ul.menu li.current-menu-ancestor>a,
#nav ul.menu li a:hover {
	color: #83211d;
}

#nav ul.menu ul {
	margin-left: -20px;	
	padding: 0;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #f7f7f7;
}

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

#nav ul.menu ul li a {
	margin: 0;
	padding-left:  20px;
	padding-right: 20px;
}

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

.slider {
	position: relative;
}

.noslider {
	height: 110px;
}

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

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

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

.slide h4 {
	font-size: 68px;
	line-height: 1.4;
	margin: 0;
	
	text-shadow: 0 10px 20px #222;
	
	padding-top: 40px;
	
	font-weight: 600;
}

.slide p {
	font-size: 18px;
	margin: 0;
}

.slide a {
	display: block;
}

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

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

/* Slider Background Images  */

.slider .slide img {
	opacity: 0;
}

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

.slider .slide,
.slider .slidebg,
.slider .owl-item {
	height: calc( 100vh - 160px );
 	max-height: 900px;
}

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

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

.slider .owl-item .slidebg {
	-webkit-transition: all 3500ms ease 500ms;
	   -moz-transition: all 3500ms ease 500ms;
	    -ms-transition: all 3500ms ease 500ms;
	     -o-transition: all 3500ms ease 500ms;
	     	transition: all 3500ms ease 500ms;
}

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

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


/*************************************************
* Carousel
*************************************************/

.owl-theme .owl-dots {
	text-align: right;
	
}

.owl-theme .owl-dots .owl-dot span {
	background: green;
}

.owl-theme .owl-nav.disabled + .owl-dots {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: yellow;
}






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

.galimg {
	overflow: hidden;
}

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

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

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

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

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

.imgbox h3 {
	margin: 0;
}

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

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

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

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

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

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

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


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

.s_bildbreaker .imgbox {
	background: transparent;
}

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

.s_bildbreaker .imgbox h3 {
	font-size: 40px;
	margin-bottom: 20px;
	text-shadow: 0 10px 20px #222;
}

.s_bildbreaker .imgbox p {
	font-size: 30px;
	text-shadow: 0 10px 20px #222;
}

@media (max-width:768px) {
	.imgolaytext {
/*
		position: relative;
	    top: 50%;
	    transform: translateY(-50%);
*/
	}
	
	.s_bildbreaker {
		background-attachment: scroll;
	}
	
	.s_bildbreaker,
	.s_bildbreaker .imgolay {
		min-height: 400px;
	}
	
	.s_bildbreaker .imgolaytext {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	
	.s_bildbreaker img,
	.s_bildbreaker picture {
		
	}

}


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

.navsection {
	
}


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

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


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

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

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

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

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

.teaser a {
	
}

/*************************************************
* tabelle
*************************************************/


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

tr {
	
}

td {
	min-width: 200px;
	padding: 8px 0;
	border-bottom: 1px solid #e7e7e7;
}

td.col1 {
	white-space: nowrap;
	padding-right: 20px;
	
}

@media (max-width:767px) {
	td {
		width: 100%;
		display: block;
	}
	
	td.col1 {
		border: 0;
		padding: 12px 4px 0 4px;
	}
	
	td.col2 {
		padding: 0 4px 12px 4px;
	}
}


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

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

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

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

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

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

}

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

@media (max-width:414px) {
	.colimg img {
		float: right;
		max-width: 85%;
	}
}

@media (min-width:414.01px) and (max-width:768px) {
	.colimg img {
		float: right;
		max-width: 420px;
	}
}

.colimg.narrowimg {
	float: left;
	max-width: 60%;
}

@media (max-width:768px) {
	.colimg.narrowimg {
		float: right;
		max-width: 85%
	}
}



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

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

#cookieChoiceInfo div {
	padding: 0 !important;
}

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

#cookieChoiceInfo a {
	text-decoration: none;
}

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

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

#cookieChoiceDismissIcon {
	display: none !important;
}

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

a#cookieChoiceDismiss:hover {
	background: yellow;
}

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



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

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

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

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

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

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

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

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

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

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

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

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


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

.button {
	
}

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

.button.ghost a {
	color: green;
	background: rgba(255,255,255,0.1);
	border: 1px solid green;
}

.button a:hover {
	background: yellow;
}

.button.ghost a:hover {
	background: rgba(255,255,255,0.8);
	color: yellow;
}

/*
.mobilebutton {
	display: none;
}

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

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

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

.cta .button a {
	margin: 0;
}

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

#kontaktieren {
	
}

#kontaktieren h4 {
	margin-top: 0;
}



ul.socials, 
ul.socials li {
	list-style-type: none !important;
	margin-left: 0 !important;
}

ul.socials li {
	font-size: 18px;
}

.s_kontaktieren ul.socials {
	margin-bottom: 20px;
}

span.sociallabel {
	display: inline-block;
	font-family: canada-type-gibson, sans-serif;
	font-weight: 500;
	padding-left: 4px;
	line-height: 1;
}

a.facebook {
	
}

a.facebook .gpricon {
 	font-size: 22px; 
	line-height: 1.7;
	color: #1877f2;
}


.s_socialfeed {
	font-family: "Roboto", sans-serif;
	font-weight: normal;
}


/*************************************************
* Themen
*************************************************/

#section-themen {
	
}

#themennav {
	z-index: 30000;
	position: sticky;
	position: -webkit-sticky;
	top: 100px;
}

#main #themennav {
	font-size: 0;
	padding-top:    20px;
	padding-bottom: 20px;
}

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

#main #themennav ul li {
	float: none;
	display: inline-block;
	margin: 0;
}

#main #themennav ul li a {
	font-size: 16px;
	line-height: 1.8;
	font-weight: 400;
	color: #fff;
	margin: 0 20px 0 0;
	
	-webkit-transition: all 0ms ease;
	   -moz-transition: all 0ms ease;
	    -ms-transition: all 0ms ease;
	     -o-transition: all 0ms ease;
	     	transition: all 0ms ease;
	
/* 	border-bottom: 1px solid transparent; */
}

#main #themennav ul li a:hover {
/* 	opacity: 1; */
	color: #83211d;
/* 	border-bottom: 1px solid #fff; */
}

#main #themennav ul li.current a {
/* 	border-bottom: 1px solid #fff; */
	color: #83211d;
	color: #6b1512;
/* 	opacity: 1; */

}

@media (max-width:768px) {
	
	#themennav .wrap.wide {
		padding: 0;
	}	
	
	#main #themennav {
		padding-top:    10px;
		padding-bottom: 10px;
	}
	
	#main #themennav ul {
		padding-left: 0;
		overflow: auto;
		white-space: nowrap;
		
		-webkit-overflow-scrolling: touch;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		scrollbar-width:none;
	}
	
	#main #themennav ul::-webkit-scrollbar {
		display: none;
	}
	
	#main #themennav ul {
	  -ms-overflow-style: none;
	}
	
	#main #themennav ul li {
		margin: 0;
	}
	
	#main #themennav ul li a {
		margin: 0 8px;
	}
	
	#main #themennav ul li a:hover {
		color: #fff;
	}
}



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


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

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

#subfooter, 
#subfooter a {
	color: #fff;
}

#subfooter .creator a {
	opacity: 0.2;
}

#subfooter a:hover {
	opacity: 0.6;
}

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

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

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

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

@media (max-width:1024px) {
	#totop {
		display: block;
		position: fixed;
		right:  10px;
		bottom: 25px;
		width: 	40px;
		height: 40px;
		background: #db3832;
		
		z-index: 999;
		
		visibility: hidden;
		opacity: 0;
		
		-webkit-transition: all 300ms ease;
		   -moz-transition: all 300ms ease;
			-ms-transition: all 300ms ease;
			 -o-transition: all 300ms ease;
			 	transition: all 300ms ease;
	}
	
	html.swipebox-html #totop {
		right: -50px;
	}
	
	#totop a {
		text-align: center;
		display: block;
		width: 	40px;
		height: 40px;
		line-height: 38px;
		font-size: 20px;
		color: #fff;
		text-decoration: none;
		padding-left: 2px;
	}
	
	#totop.show {
		opacity: 1;
		visibility: visible;
	}
}

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

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

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

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

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

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

input[type="text"], 
input[type="email"], 
input[type="tel"], 
input[type="submit"],
textarea,
select  {
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	
	-webkit-appearance: none;
    -webkit-border-radius: 	0px;
	-moz-border-radius: 	0px;
	border-radius: 			0px;    
	
	-webkit-transition: all 300ms ease;
	   -moz-transition: all 300ms ease;
	    -ms-transition: all 300ms ease;
	     -o-transition: all 300ms ease;
	     	transition: all 300ms ease;


	font-family: canada-type-gibson, sans-serif;
	font-weight: 300;
	font-size: 17px;
	line-height: 1.2;
	
	color: #000;
	
	background: white;
	padding: 12px;
	border: 1px solid #e0e0e0;
	
/* 	float: left; */
}

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

input[type="checkbox"] {
    -webkit-border-radius: 	0px;
	-moz-border-radius: 	0px;
	border-radius: 			0px;
}

input[type="checkbox"],
input[type="radio"] {
	cursor: pointer;
	/* -webkit-appearance: none; */
	border: 1px solid grey;
	
	width:  16px;
	height: 16px;
	display: inline-block;
	margin: 0 8px 0 0;	
}

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


@media (max-width:1023px) {
	input[type="checkbox"],
	input[type="radio"] {
		position: relative;
		top: 3px;
	}
}

input[type="checkbox"]:checked,
input[type="radio"]:checked {
	background: green;
	border: 1px solid green;
}


input[type="radio"]:checked+label { 
	
}

.wpcf7-form-control-wrap {
	margin-bottom: 10px;
	/*
	width: 100%;
	display: block;
	
	*/
}

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

.wpcf7-list-item label {
	cursor: pointer;
	margin: 0;
	padding: 0;
}

.wpcf7-list-item label {
	
}

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

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

input[type="submit"]:focus,
input[type="submit"]:hover {
	text-decoration:none;
	cursor:pointer;
	
	border: 1px solid #83211d;
	background: #83211d;
	
/* 	opacity: 0.6; */
}

input[type="submit"]:disabled,
input[type="submit"]:disabled:focus,
input[type="submit"]:disabled:hover {
	border: 1px solid #db3832;
	background: #db3832;
	opacity: 0.2;
}

.wpcf7-response-output {
	clear: both;
/* 	display: block; */
	width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

}

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

.olinner {
	padding: 20px 25px;
}

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

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

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

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

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

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

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

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


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

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

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

@media (max-width: 768px) {
	
	.mobilebutton {
		display: block;
	}
}

@media (max-width: 1024px) {
	html,
	body {
		
	}
	
	/* Disable mobile zoom */
	select, textarea, input, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select:focus, input:focus { 
		font-size: 16px;
	}
	
	#nav,
	#topbar {
		display: none;
	}
	
	#navicon,
	#mobolay,
	#mobnav {
		display: block;
	}
	
	.noslider {
		height: 88px;
	}
	
	#scroll3 {
		bottom: 0; 
	}
	
	.slider #scroll3 {
		padding-bottom: 88px;
	}
	
	#header,
	.scroll1 #header {
		padding-top:    15px;
		padding-bottom: 10px;
	}
	
	#logo,
	#logo a,
	.scroll1 #logo {
		padding: 0;
		height: 65px;
	}
	
	#logo a {
		font-size: 34px;
	}
	
	#logo span {
		font-size: 25px;
		font-weight: 600;
		padding-bottom: 2px;
		padding-left: 0;
	}

	
	#logo {
		
		margin-left: 4px;
	}
	
	.slide h4,
	.slide p {
		margin: 10px 0;
	}
	
	.slide h4 {
		font-size: 44px;
	}
	
	.slide p {
		font-size: 16px;
	}
	
	.owl-theme .owl-nav.disabled + .owl-dots {
		bottom: 10px;
		width: 100%;
	}
	
	#subfooter {		
		line-height: 2;
		padding-bottom: 0px;
	}
	
	#subfooter span {
		display: block;
		margin-left: 0;
	}
	
	#subfooter .textright {
		text-align: left;
	}
	
	#themennav {
		top: 88px;
	}
	
	
	/* Nav Icon */
	
	#navicon {
		position: fixed;
		z-index: 30003;
		right: 10px;
		top:   15px;
		width:  40px;
		height: 40px;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		cursor: pointer;				
		border: none;	
				
		-webkit-transition: right 200ms ease;
		   -moz-transition: right 200ms ease;
		    -ms-transition: right 200ms ease;
		     -o-transition: right 200ms ease;
		     	transition: right 200ms ease;	
	}
	
	html.swipebox-html #navicon {
		right: -50px;
	}
	
	#navicon span,
	#navicon span:before,
	#navicon span:after {
		display: inline-block;
		height: 3px;
		position: absolute;
		width: 30px;
			 	
		background: #db3832;
		
/*
		-webkit-border-radius: 2px;
		   -moz-border-radius: 2px;
		   		border-radius: 2px;
*/
				
		-webkit-transition: all 300ms ease;
		   -moz-transition: all 300ms ease;
		    -ms-transition: all 300ms ease;
		     -o-transition: all 300ms ease;
		     	transition: all 300ms ease;

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

	}
	
	#navicon span:before {
	    content: "";
	    left: 0;
	    top: 9px;
	}
	
	#navicon span:after {
	    content: "";
	    left: 0;
	    top: -9px;
	}
	
	#navicon:focus span,
	#navicon:focus span:before,
	#navicon:focus span:after {
		background: #fff;
		background: #db3832;
		
	}
	
	#navicon.active {
		-webkit-transition: background 100ms ease;
		   -moz-transition: background 100ms ease;
			-ms-transition: background 100ms ease;
			 -o-transition: background 100ms ease;
			 	transition: background 100ms ease;
	}
	
	#navicon.active span:before,
	#navicon.active span:after {
		
	}
	
	#navicon.active span {
		background: rgba(0,0,0,0);
	}
	
	#navicon.active span:before,
	#navicon.active span:after {
		position: absolute;
	    left: 0;
	    top: 0;
	    width: 30px;
	    
	    background: #fff;
	    background: #db3832;
	}
	
	#navicon.active span:before {
		-webkit-transform: 	rotate(-45deg);
	       -moz-transform: 	rotate(-45deg);
	        -ms-transform: 	rotate(-45deg);
	         -o-transform: 	rotate(-45deg);
				transform: 	rotate(-45deg);
	}
	
	#navicon.active span:after {
	    -webkit-transform: 	rotate(45deg);
	       -moz-transform: 	rotate(45deg);
	        -ms-transform: 	rotate(45deg);
	         -o-transform: 	rotate(45deg);
				transform: 	rotate(45deg);
	}
	
	
	
	/* Mobnav */
	
	#mobnav {
		overflow-y: scroll; 
		-webkit-overflow-scrolling: touch;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		
		position: fixed;
		z-index: 30003;
		top: 0;
		height: 100%;
		left: -100%;
		width: 100%;
		width: calc( 100% - 60px );
		
/* 		background: #d0b48f; */
		
		padding-top:    20px;
		padding-bottom: 40px;
		
		-webkit-box-shadow: 0 0 20px 10px rgba(0,0,0,0.2);
				box-shadow: 0 0 20px 10px rgba(0,0,0,0.2);
		
		-webkit-transition: left 500ms ease;
		   -moz-transition: left 500ms ease;
			-ms-transition: left 500ms ease;
			 -o-transition: left 500ms ease;
			 	transition: left 500ms ease;
	}
	
	#mobnav.active {
		left: 0;
	}
	
	/* Mobile Menu */
	
	
	#mobmenu {
		font-size: 20px;
		font-weight: 500;
		line-height: 2;		
	}

	#mobmenu ul {
		
	}
	
	#mobmenu ul li {
		padding-left: 10px;
	}
	
	#mobmenu.navmenu li a {
		color: #fff;
		font-size: 20px;
	}
	
	#mobmenu.navmenu li a:hover {
		color: #83211d;
		opacity: 1;
	}
	
	#mobmenu.navmenu li.current a {
		color: #83211d;
	}
	
	#mobmenu ul.menu li.current-menu-item>a,
	#mobmenu ul.menu li.current-menu-ancestor>a,
	#mobmenu ul.menu li a:hover {
		color: #83211d;
	}
	
	#mobmenu.navmenu li li a {
		color: #fff;
		font-size: 18px;
	}

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




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

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

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

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

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

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

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




















