<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==============
Theme Name: ruheposition.at
Description: Responsive, SEO-friendly WordPress theme for www.ruheposition.at
Version: 1.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/grid2.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: proxima-nova, sans-serif;
300, 300i, 400, 500

font-family: proxima-nova-condensed, sans-serif; 
400

font-family: proxima-nova-extra-condensed, sans-serif; 
500, 700

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


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

body,
input,
select,
textarea {
	font-family: proxima-nova, sans-serif;
	font-weight: 300;
}

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

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

.bgtransparent {
	background: transparent;
}

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

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

.bgdark {
	background: #949494;
}

.bgkontakt {
	background: #e3f4f4;
}

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

a:hover {
	color: #6ecbcc;
}

strong, b {
	font-weight: 400;
}

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

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

h2.pagetitle,
h3.sectiontitle {
	font-size: 36px;
	margin-top:    0;
	margin-bottom: 0;
	
	font-family: proxima-nova-condensed, sans-serif; 
	font-weight: 400;
}

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

h4 {
	font-size: 22px;
	line-height: 1.4;
	font-weight: 400;
	
	margin-top:    20px;
	margin-bottom: 15px;
}

.standorte h4 {
	
}

h5 {
	font-size: 16px;
	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: #5faaaa;
}

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

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

p {
	margin-bottom: 20px;
}

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

p.largep {
	font-size: 20px;
}

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

blockquote {
	font-size: 16px;
	color: #5faaaa;
	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 #5faaaa;
}

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(139,225,226,0.3);
	background: rgba(95,170,170,0.4);
	
	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,
#moblogo {
	background-image: url(images/logo2.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:  244px;
	height:  60px;
}

#nav {
	line-height: 60px;
}

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


/*************************************************
* 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 {
	padding-top:    15px;
	padding-bottom: 15px;
}

.scroll2 #header {
	background: #fff;
	background: rgba(95,170,170,0.8);
}

.scroll3 #header {
	background: #f0f0f0;
	background: rgba(95,170,170,0.95);
}

.scroll1 #logo {
	width: 204px;
	height: 50px;
}

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

.scroll1 #headerpadding {
	
}




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

.navsection {
	
}

#nav {
	
}

#nav ul {
	float: right;
}

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

.navmenu a {
	font-family: proxima-nova-extra-condensed, sans-serif; 
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.02em;
	
	color: #fff;
	padding: 0;
}

.navmenu li.current a,
#mobnav li.current a {
	color: #a1e8e9;
}

.navmenu a:hover {
	color: #a1e8e9;
}

c .navmenu a {
	font-size: 24px;
}

#mobnav a {
	color: #fff;
}

#mobnav a:hover {
	color: #a1e8e9;
}

/*************************************************
* 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: 36px;
	font-weight: 400;
	font-size: 48px;
	letter-spacing: -0.02em;
	margin: 0;
}

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

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

.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: 800px) {
	
	.slider .slide,
	.slider .owl-item,
	.slider .slidebg {
		
	}
	
	.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: #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: #5faaaa;
}






/*************************************************
* 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;
	font-size: 48px;
	font-weight: 400;
}

.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: #6ecbcc;
}

.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;
	background-attachment: scroll;
}

.s_bildbreaker .imgbox {
	background: transparent;
	
}

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

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

}

@media (min-width:768.01px) {
	.s_bildbreaker,
	.s_bildbreaker .imgolay {
		height: 400px;
	}

}


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

.showall,
.leistungtitel {
	cursor: pointer;
}

.showall {
	color: #5faaaa;
	font-weight: 500;
}

.showall {
	
}

.leistung {
	margin-bottom: 10px;
}

.leistungtext {
	
	width: 100% !important;
}

.leistung h4 {
	font-size: 20px;
	margin: 0;
	padding: 20px 0;
	line-height: 32px;
	position: relative;
}

.leistung h4:before, 
.leistung h4:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 33px;
	width:  26px;
	height:  2px;
	background: #5faaaa;
	
	-webkit-transition: all 250ms ease;
	   -moz-transition: all 250ms ease;
	    -ms-transition: all 250ms ease;
	     -o-transition: all 250ms ease;
	     	transition: all 250ms ease;
}

.leistung h4:before {
	
}

.leistung h4:after {
	-webkit-transform: 	rotate(90deg);
	   -moz-transform: 	rotate(90deg);
	    -ms-transform: 	rotate(90deg);
	     -o-transform: 	rotate(90deg);
		 transform: 	rotate(90deg);
}

.leistung .active h4:after {
	-webkit-transform: 	rotate(0deg);
	   -moz-transform: 	rotate(0deg);
	    -ms-transform: 	rotate(0deg);
	     -o-transform: 	rotate(0deg);
		 transform: 	rotate(0deg);
}

@media (max-width:768px) {
	.leistung h4 {
		font-size: 18px;
	}
}



.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:767.01px ) {	
	.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: #5faaaa;
	color: #fff !important;
	padding: 6px 15px;
			
	-webkit-border-radius: 2px;
			border-radius: 2px;
	
	border: 0;
	color: #fff;
	background: #5faaaa;
}

a#cookieChoiceDismiss:hover {
	background: #6ecbcc;
}

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

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

.button a:hover {
	border: 1px solid #6ecbcc;
	background: #6ecbcc;
}

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

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

p.lowmargin {
	margin-bottom: 7px;
}

p.opens span {
	
}

p.opens span.tag {
	display: inline-block;
	width: 95px;
}

p.opens span.von {
	display: inline-block;
	width: ;
}

p.opens span.bis {
	display: inline-block;
	width: ;
}


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


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

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

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

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

#subfooter a.creator {
	opacity: 0.4;
}

#subfooter a.creator:hover {
	opacity: 1;
	color: #5faaaa;
}

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

#totop {
	display: block;
	position: fixed;
	right:  10px;
	bottom: 25px;
	width: 	40px;
	height: 40px;
	
	
	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: 17px;
	
	text-decoration: none;
	padding-left: 1px;
	
	color: #fff;
	background: #5faaaa;
	
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	   		border-radius: 50%;
}

#totop.show {
	opacity: 1;
	visibility: visible;
}

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

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

.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 #5faaaa;
}

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


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

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

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

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

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

.responsive_map {
	height: 0;
	overflow: hidden;
	position: relative;
	padding-bottom: 45%; /* 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;
}

#socialbar {
	display: none;
}

@media (min-width:768.01px) {
	
	.olbox {
		width:  600px;
		height: 600px;
		
		margin-left: -300px;
		margin-top:  -300px;
	}
	
	#socialbar {
		display: block;
		position: fixed;
	    z-index: 29901;
	    top: 50%;
	    margin-top: -100px;
	    right: 0;
	    width:   40px;
	    height: 200px;
	    background: #fff;
	    opacity: 1;
	}
	
}

@media (min-width:1025.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: #5faaaa;
			
	-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;
}

ul.socials {
	
}

ul.socials li {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}

ul.socials li a {
	display: block;
}

#mobnav ul.socials li {
	float: left;
	text-align: left;
}

#mobnav ul.socials li.nomobnav {
	display: none;
}

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

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

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

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

@media (max-width: 1025px) {
	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: 204px;
		height: 50px;
	}
	
	.slide h4,
	.slide p {
		margin: 10px 0;
	}
	
	.slide h4 {
		font-size: 28px;
	}
	
	.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:   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: #fff;
		
/*
		-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 );
		
		padding-left: 10px;
		
		
/* 		background: #d0b48f; */

		background: rgba(95,170,170,1);
		
		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: #5faaaa;
	}
	
	#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 &gt; a,
	#mobmenu ul li a:hover,
	#mobmenu ul li a:focus {
		color: #6ecbcc;
	}
	
	#mobnav ul.menu&gt;li &gt; a,
	#mobnav ul.menu li &gt; ul &gt; li.menu-item-has-children &gt; 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: 1025px) {
   
}

@media (min-width: 768.01px) and (max-width: 1025px) {
		
	.s_texttext .innerr { padding-right:  0; }
	.s_texttext .innerl { padding-left:   0; }
	
}

@media (min-width: 1025.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;
	}  
	
}




















</pre></body></html>