/* ==============
Theme Name: Teamtage Wien 
Version: 1.0
============== */

@import url("css/0_reset.css");
@import url("css/0_basic.css");
@import url("css/0_icons.css");
@import url("css/grid1.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: lint-mccree, sans-serif; 
700i
font-family: fira-sans, sans-serif; 
300, 400, 500
*************************************************/

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

body,
input,
select,
textarea {
	font-family: fira-sans, sans-serif;
	font-weight: 400;
}

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

body {
	line-height: 1.62;
	color: #4b4b4b;
	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: green;
}

.bgwhite {
	background: #fff;
}

.bgtransparent {
	background: transparent;
}

.bglight,
.linelight {
	background: #dfdfdf;
	background: #eeecde;
	background: #f3f6e5;
}

.bgmedium,
.linemedium {
	background: #bfbfbf;
	background: #c9dd84;
	background: #e8f5ba;
	background: #e9efda;
	background: #eaf0d3;
}

.bgdark {
	background: #949494;
	background: #adc451;
}

[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: #384e0b;
	color: #adc451;
}

a:hover {
	color: #384e0b;
}

strong, b {
	font-weight: 500;
}

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

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

h2.pagetitle,
h3,
h3.sectiontitle,
.slide h4,
#logo a {	
	font-family: lint-mccree, sans-serif; 
	font-weight: 700;
	font-style: italic;
}

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

h2.pagetitle.largeh {
	font-size: 40px;
}

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

.bgdark h2,
.bgdark p.topline {
	color: #fff;
}

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

h5 {
	font-size: 18px;
	line-height: 1.62;
	font-weight: 400;
	color: #384e0b;
	margin-bottom: 10px;
}

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

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

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

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

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

p {
	margin-bottom: 20px;
}

.nombplc p:last-child {
	margin-bottom: 0;
}

p.topline {
	font-size: 16px;
	letter-spacing: 0.02em;
	font-weight: 500;
	margin-bottom: 10px;
}

p.firsttopline {
	font-size: 18px;
	margin-bottom: 20px;
}

p.mtop {
	margin-top: 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: 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: #adc451;
	padding-top:    15px;
	padding-bottom: 15px;
	
	-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,
#moblogo {
	background-image: url(images/logo.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
	
	-webkit-transition: all 500ms ease;
	   -moz-transition: all 500ms ease;
	    -ms-transition: all 500ms ease;
	     -o-transition: all 500ms ease;
	     	transition: all 500ms ease;
}

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

#logo,
#logo a {
	width: 260px;
	height: 50px;
}
*/

#logo {
	font-size: 24px;
	line-height: 50px;
	height: 50px; 
	overflow: hidden;
}

#logo a {
	color: #fff;
}

#logo a:hover {
	color: #90a82d;
}

#nav {
	line-height: 50px;
}

#headerpadding {
 	height: 80px;
}





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

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

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

#scroll1 {
	top: 40px;
}

#scroll2 {
	top: 200px;
}

#scroll3 {
	bottom: 80px; 
}


.scroll1 #header {
	
}

.scroll2 #header {
/* 	background: #90a82d; */

	
}

.scroll3 #header {
/* 	background: #90a82d; */

	-webkit-box-shadow: 0 0 15px 0px rgba(0,0,0,0.8);
			box-shadow: 0 0 15px 0px rgba(0,0,0,0.8);
}

.scroll1 #logo {
/*
	width: 185px;
	height: 50px;
*/
}

.scroll1 #nav {
	line-height: 50px;
}

.scroll1 #headerpadding {
	
}




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

.navsection {
	
}

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

#nav ul {
	float: right;
}

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

.navmenu a {
	color: #fff;
	padding: 0;
}



.navmenu li.current a {
	color: #697d0c;
	color: #384e0b;
}

.navmenu a:hover {
	color: #697d0c;
}

#mobnav .navmenu a {
	font-size: 22px;
	line-height: 2;
	letter-spacing: 0.02em;
	font-weight: 500;
}

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

.slider {
	position: relative;
}

.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: 40px;
	margin: 0;
	text-shadow: 0 0px 20px #222;
}

.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: 85vh;
	height: calc( 100vh - 80px );
 	max-height: 1000px;
}

.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  {	

}

@media (max-width: 1024px) {
	
	.slider .slide,
	.slider .slidebg,
	.slider .owl-item {
		height: calc( 100vh - 120px);
	}
	
}

@media (max-width: 768px) {
	
	.slider .slide,
	.slider .slidebg,
	.slider .owl-item {
		height: calc( 100vw);
		height: 60vh;
	}
}


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

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

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

.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: #384e0b;
}

.owl-theme .owl-nav {
    margin-top: 0;
 }

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev {
	
	width:  40px;
    height: 40px;
    background: rgba(0,0,0,0.5) !important;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    color: #fff;
    font-weight: bold;
    display: block !important;
    border: 0;
    -webkit-border-radius: 50%;
			border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-next:hover, 
.owl-carousel .owl-nav button.owl-prev:hover {
	color: yellow;
	background: transparent !important:
}

.owl-prev {
    left: 0;
    border:0px solid black;
}

.owl-next {
    right: 0;

}





/*************************************************
* 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: 50%;
    transform: translateY(-50%);
}

.imgbox h3 {
	margin: 0;
}

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

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

.s_bildbreaker .imgbox {
	background: transparent;
}

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

@media (max-width:768px) {
	.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 {
		
	}

}



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

.waypoint .way_fadein {
	opacity: 0;
	transform: translateY(100px);
	
	-webkit-transition: transform 1000ms ease 250ms, opacity 1000ms ease 250ms;
	   -moz-transition: transform 1000ms ease 250ms, opacity 1000ms ease 250ms;
		-ms-transition: transform 1000ms ease 250ms, opacity 1000ms ease 250ms;
		 -o-transition: transform 1000ms ease 250ms, opacity 1000ms ease 250ms;
		 	transition: transform 1000ms ease 250ms, opacity 1000ms ease 250ms;	
}

.waypoint.inview .way_fadein {
	opacity: 1;
	transform: translateY(1px);
	
}

.waypointmulti .way_fadein {
	opacity: 0;
	
	-webkit-transition: opacity 500ms ease 500ms;
	   -moz-transition: opacity 500ms ease 500ms;
		-ms-transition: opacity 500ms ease 500ms;
		 -o-transition: opacity 500ms ease 500ms;
		 	transition: opacity 500ms ease 500ms;	
}

.waypointmulti .inview .way_fadein {
	opacity: 1;
	
}


.s_waypointitems h4 {
	margin-top: 0;
	line-height: 1.62;
}

.s_waypointitems p {
	margin-bottom: 0;
}


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


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

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

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

#cookieChoiceInfo div {
	padding: 0 !important;
}

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

#cookieChoiceInfo a {
	text-decoration: none;
}

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

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

#cookieChoiceDismissIcon {
	display: none !important;
}

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

a#cookieChoiceDismiss:hover {
	background: yellow;
}

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



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

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

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

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

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

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

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

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

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

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

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

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


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

.button {
	
}

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

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

.button a:hover {
	background: #697d0c;
	border: 1px solid #697d0c;
}

.button.ghost a:hover {
	background: rgba(255,255,255,0.8);
	color: #697d0c;
	border: 1px solid #adc451;
}

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


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


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

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

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

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

#subfooter a {
	color: #fff;
}

#subfooter a:hover {
	opacity: 0.6;
}

/*************************************************
* 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: #384e0b;
		
		-webkit-border-radius: 50%;
			border-radius: 50%;
		
		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;
		
		-webkit-border-radius: 50%;
			border-radius: 50%;s
	}
	
	#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-size: 16px;
	line-height: 1.2;
	
	background: white;
	padding: 8px;
	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 green;
}

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 green;
	background: green;	
	color: #fff;
}

input[type="submit"]:focus,
input[type="submit"]:hover {
	text-decoration:none;
	cursor:pointer;
	
	border: 1px solid yellow;
	background: yellow;
}

input[type="submit"]:disabled,
input[type="submit"]:disabled:focus,
input[type="submit"]:disabled:hover {
	border: 1px solid green;
	background: green;
	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,
#bouncer {
    -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;
}

#bouncer {
	background: #697d0c;
	background: #f0f0f0;
}

#mobolay.active,
#ololay.active,
#bouncer.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;
}

#bouncer.active {
	z-index: 30009;
}

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

.olbox,
.bouncer_inner {
	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;
}

.bouncer_inner {
	padding-top: 10px;
	height: 440px;
	margin-top: -220px;
	
			box-shadow: 0 20px 40px -20px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 20px 40px -20px rgba(0,0,0,0.6);
}

.bouncer_inner p {
	padding: 0 10px;
}

.bouncer_inner .button a {
	margin: 10px 0 0 0;
}

@media (max-width:768px) {
	.bouncer_inner {
		width:  320px;
		margin-left: -160px;

		padding-top: 15px;
	}
	.bouncer_inner p {
		padding: 0 15px;
	}

}

@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,
#bouncer.active .bouncer_inner {
	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: green;
			
	-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;
	}
	
	h2.pagetitle.largeh {
		font-size: 30px;
	}
	
	h3.sectiontitle.largeh {
		font-size: 26px;
	}
}

@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;
	}
	
	#header,
	.scroll1 #header {
		padding-top:    12px;
		padding-bottom: 12px;
	}
	
/*
	#logo,
	#logo a,
	.scroll1 #logo {
		width: 185px;
		height: 40px;
	}
*/

	#logo {
		font-size: 20px;
		line-height: 40px;
		margin-left: 5px;
	}
	
	#headerpadding {
	 	height: 74px;
	}
	
	.slide h4,
	.slide p {
		margin: 10px 0;
	}
	
	.slide h4 {
		font-size: 28px;
		line-height: 1.6;
	}
	
	.s_bildbreaker .imgbox h3 {
		font-size: 28px;
		line-height: 1.6;
	}
	
	.slide p {
		font-size: 16px;
	}
	
	.owl-theme .owl-nav.disabled + .owl-dots {
		bottom: 10px;
		width: 100%;
	}
	
	#subfooter {
		padding-bottom: 60px;
	}
	
	#subfooter span {
		display: block;
		margin-left: 0;
	}
	
	#subfooter .textright {
		text-align: left;
	}
	
	
	
	
	/* Nav Icon */
	
	#navicon {
		position: fixed;
		z-index: 30003;
		right: 10px;
		top:   10px;
		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: #384e0b;
		
/*
		-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;
		
	}
	
	#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;
	}
	
	#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:    40px;
		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 */
	
/*
	#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 (min-width: 1024.01px) and (max-width: 1080px) {
	#logo {
		font-size: 22px;
	}
	
	#nav ul li {
	    margin: 0 0 0 15px;
	}
	
	#nav ul li:first-child {
		margin: 0;
	}
}



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




















