/*
Theme Name: HAAR OASE YVONNE SCHÜMANN
Description: Custom Wordpress Theme for HAAR OASE YVONNE SCHÜMANN
Author: Sebastian Klammer Grafikdesign Berlin
Author URI: https://sebastian-klammer.de/
Version: 1.0 (01.12.2024)
*/

/* === FONTS === */


@import url('fonts/stylesheet.css');


/* === ANIMATIONS === */

@import url('animate.css');

.show-on-scroll { opacity: 0; transition: transform 4s .25s cubic-bezier(0,1,.3,1), opacity .3s .25s ease-out; transform: translate(0, calc(40% + 1em)); }
.show-on-scroll.is-visible { opacity: 1; transform: translate(0, 0); }
section.no-animation .clmn { opacity: 1 !important; transform: translate(0, 0) !important; }


/* === RESET === */


body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, code, ol, ul, li, dl, dt, dd, figure, table, th, td, form, fieldset, legend, input, textarea { margin: 0; padding: 0; }
header, footer, nav, section, aside, article, figure, figcaption { display: block }
table { border-spacing: 0; border-collapse: collapse; }
caption, th, td { text-align: left; text-align: start; vertical-align: top; }
abbr, acronym { font-variant: normal; border-bottom: 1px dotted #666; cursor: help; }
blockquote, q { quotes: none; }
fieldset, img { border: 0; }
ul { list-style-type: none; }
ul li { margin-bottom: 10px !important; line-height: 1.6 !important; }
p + ul { margin-top: 2em !important; }
.inclcontent ol li { margin-bottom: 10px !important; line-height: 1.6 !important; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
del { text-decoration: line-through; }
ins { text-decoration: none; }
*, *:before, *:after { box-sizing: inherit; }

html { position: relative; overflow-y: scroll; height: 100%; }
input, button, textarea, select { vertical-align: baseline; *vertical-align: middle; }
button, input.submit { *overflow: visible; }
table { font-size: inherit; }
img, object, embed, video { max-width: 100%; }
a img { border: none; display: block; }
img { height: auto; }
.dropshadow { box-shadow: 0 6px 30px rgba(0,0,0,0.4); }


/* === GENERIC === */


.desk-size { display: block; }
.tablet-size { display: none; }
.phone-size { display: none; }
.clr { clear: both; }
.clrfix:after { content: "."; clear: both; display: block; visibility: hidden; height: 0; }
.hide-mobile { display: block; }
.show-mobile { display: none; }

.screen-reader-text { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }

a { text-decoration: none; -moz-transition: all .2s ease; -o-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
a:hover { text-decoration: none; cursor: pointer; }

.button { display: inline-block; font-family: 'aron_grotesqueregular', sans-serif; font-weight: normal; padding: 0.8em 2.6em; font-size: .85em; border-radius: 60px; text-transform: uppercase; letter-spacing: 2px; margin-top: 1em; }
.button.small { padding: 0.4em 1.4em; font-size: .9em; }
.button:hover { transform: scale(1.05); }
.button.large { display: inline-block; font-size: 1.1em; padding: 1em 2em; } 

.float-left { display: inline; float: left; margin-right: 1.5em; }
.float-right { display: inline; float: right; margin-left: 1.5em; }
.float-none { float: none; }
.clear { clear: both; }
.clear-left { clear: left; }
.clear-right { clear: right; }

.aligncenter { display: block; margin-right: auto; margin-left: auto; }
.alignleft { float: left; margin-right: 2em; }
.alignright { float: right; margin-left: 2em; }

section { padding: 5em 0; display: flex; align-items: center; }
section.slider-section { padding: 0; }
section#smallpadding { padding: 1em 0; }
section.transparent + section.transparent,
section.white + section.white,
section.lightgrey + section.lightgrey,
section.lightbrown + section.lightbrown,
section.darkbrown + section.darkbrown { padding-top: 0; margin-top: -5em; }

.inside { width: 100%; max-width: 1460px; margin: 0 auto; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding-left: 80px; padding-right: 80px; }

.inclcontent ol { list-style-type: none; counter-reset: bulletcounter; padding: 0; /*margin-bottom: -3em !important;*/ }
.inclcontent ol li { position: relative; margin-left: 30px !important; padding: 0 0 0 100px !important; display: block; margin-bottom: 20px; min-height: 120px; }
.inclcontent ol li:before { content:counter(bulletcounter);  counter-increment: bulletcounter; position: absolute; top: -10px; left: -30px; width: 90px; height: 90px; line-height: 90px; border-radius: 50%; font-size: 2.5em; text-align: center; }

.rounded-border { border-radius: 1em; border: 2px solid #ff9632; width: 100%; box-sizing: border-box; padding: 2.5em; }

.image-overlay { opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(images/bg_image-overlay.png); background-position: center center; background-size: cover; background-repeat: no-repeat; -webkit-transition: opacity .2s ease-in-out; —moz-transition: opacity .2s ease-in-out; -o-transition: opacity .2s ease-in-out; transition: opacity .2s ease-in-out; }
.image-overlay:hover { opacity: 1; }


/* === COLOURS === */


body, input, select, textarea { color: #33272b; }

a  { color: #c5865b; }
a:hover  { color: #de8d56; }

.button { background-color: #c5865b; color: #fff; }
.button:hover { background-color: #de8d56; color: #fff; }

.readmore .button  { background-color: #c5865b; color: #fff; }
.readmore .button:hover  { background-color: #de8d56; color: #fff; }

.clmn.highlighted .clmn-content { color: #c5865b; }

.clmn.teaser-item a,
.inside > .columns > .clmn.teaser-item > a { color: #c5865b; }

.lightbrown > .clmn-content h1, 
.lightbrown > .clmn-content h2, 
.lightbrown > .clmn-content h3, 
.lightbrown > .clmn-content h4, 
.lightbrown > .clmn-content h5,
.lightbrown > .inside > h2.section-header,
.lightbrown > .inside > .columns > .clmn.transparent h1, 
.lightbrown > .inside > .columns > .clmn.transparent h2, 
.lightbrown > .inside > .columns > .clmn.transparent h3, 
.lightbrown > .inside > .columns > .clmn.transparent h4, 
.lightbrown > .inside > .columns > .clmn.transparent h5 { color: #fff; }
.lightbrown > .clmn-content, 
.lightbrown > .inside > .columns > .clmn.transparent  { color: #c5865b; }
.lightbrown > .clmn-content p.sub-line, 
.lightbrown > .inside > .columns > .clmn.transparent p.sub-line  { color: #fff; }
.lightbrown > .inside > .columns > .clmn.highlighted p { color: #fff; }
.lightbrown > .clmn-content a,
.lightbrown > .inside > .columns > .clmn.transparent a  { color: #fff; }
.lightbrown > .clmn-content a:hover,
.lightbrown > .inside > .columns > .clmn.transparent a:hover  { color: #de8d56; }
.lightbrown > .clmn-content p a.button,
.lightbrown > .inside > .columns > .clmn.transparent .button { background-color: #c5865b; color: #fff; }
.lightbrown > .clmn-content p a.button:hover,
.lightbrown > .inside > .columns > .clmn.transparent .button:hover { background-color: #de8d56; color: #fff; }
.lightbrown > .clmn.highlighted .clmn-content { }
.lightbrown > .clmn.teaser-item a,
.lightbrown > .inside > .columns > .clmn.teaser-item a { color: #c5865b; }
.lightbrown > .clmn-content ul.fancy-list li, 
.lightbrown > .inside > .columns > .clmn.transparent ul.fancy-list li  { color: #fff; border-bottom-color: #c5865b; }

.darkbrown > .clmn-content h1, 
.darkbrown > .clmn-content h2, 
.darkbrown > .clmn-content h3, 
.darkbrown > .clmn-content h4, 
.darkbrown > .clmn-content h5,
.darkbrown > .inside > h2.section-header,
.darkbrown > .inside > .columns > .clmn.transparent h1, 
.darkbrown > .inside > .columns > .clmn.transparent h2, 
.darkbrown > .inside > .columns > .clmn.transparent h3, 
.darkbrown > .inside > .columns > .clmn.transparent h4, 
.darkbrown > .inside > .columns > .clmn.transparent h5 { color: #fff; }
.darkbrown > .clmn-content, 
.darkbrown > .inside > .columns > .clmn.transparent  { color: #c5865b; }
.darkbrown > .clmn-content p.sub-line, 
.darkbrown > .inside > .columns > .clmn.transparent p.sub-line  { color: #fff; }
.darkbrown > .inside > .columns > .clmn.highlighted p { color: #c5865b; }
.darkbrown > .clmn-content a,
.darkbrown > .inside > .columns > .clmn.transparent a  { color: #fff; }
.darkbrown > .clmn-content a:hover,
.darkbrown > .inside > .columns > .clmn.transparent a:hover  { color: #de8d56; }
.darkbrown > .clmn-content p a.button,
.darkbrown > .inside > .columns > .clmn.transparent .button,
.slider.darkbrown .inside .button { background-color: #c5865b; color: #fff; }
.darkbrown > .clmn-content p a.button:hover,
.darkbrown > .inside > .columns > .clmn.transparent .button:hover,
.slider.darkbrown .inside .button:hover { background-color: #de8d56; color: #fff; }
.darkbrown > .clmn.highlighted .clmn-content { }
.darkbrown > .clmn.teaser-item a,
.darkbrown > .inside > .columns > .clmn.teaser-item a { color: #c5865b; }
.darkbrown > .clmn-content ul.fancy-list li, 
.darkbrown > .inside > .columns > .clmn.transparent ul.fancy-list li  { color: #fff; border-bottom-color: #c5865b; }

.transparent { background-color: transparent; }
.white { background-color: #fff; color: #33272b; }
.lightgrey { background-color: #f9f3ef; color: #33272b; }
.lightbrown  { background-color: #423439; /* background-color: #c5865b; */ }
.darkbrown  { background-color: #33272b; }

.menu-widget ul li a { background-color: transparent; color: #fff; }
.menu-widget ul li a:hover { background-color: rgba(0,0,0,0.2); }


/* === FONTS === */


html { font-size: 62.5%; /* font-size 1em = 10px on default browser settings */ }
body, button, input, select, textarea { line-height: 1.6; font-family: 'aron_grotesqueregular', sans-serif; font-weight: normal; font-size: 18px; font-size: 1.8rem; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; text-rendering: optimizeLegibility; text-shadow: 1px 1px 1px rgba(0,0,0,0.004); }

#mainmenu ul.menu li a { font-weight: normal; font-size: 1em; }

h1, h2, h3, h4, h5, h6 { position: relative; font-family: 'aron_grotesquelight', sans-serif; font-weight: normal; line-height: 1.2; margin: 0 0 0.5em; }
h1 span.light, h2 span.light, h3 span.light, h4 span.light, h5 span.light, h6 span.light { font-family: 'aron_grotesquelight', sans-serif; font-weight: lighter; }
h1 { font-size: 4.5em; margin-top: -.2em; line-height: 1.1; }
h1.large, h1 span.large { }
h1.small, h1 span.small { }
h2 { font-size: 2.75em; }
.sub-line { font-family: 'high_spiritedregular', sans-serif; font-weight: bold; line-height: 1.1; }
h2.sub-line { font-size: 3.5em; margin-top: -0.3em; }
h2 span.sub-line { display: block; font-size: 1.05em; margin-top: 0; }
h2 + p { margin-bottom: 1em; }
h2.large, h2 span.large { font-size: 3.25em; }
h2.small, h2 span.small { font-size: 1.8em; }
h2.section-header { font-size: 3.5em; text-align: left; box-sizing: border-box; margin-bottom: .5em; }
h3 { font-size: 2.25em; }
h3.sub-line { font-family: 'high_spiritedregular', sans-serif; font-weight: bold; line-height: 1.1; margin-left: 0; font-size: 2.4em; }
h4 { font-size: 1.6em; margin-top: 1em; }
h4.icon { padding-left: 40px; background-position: left center; background-size: auto 90%; background-repeat: no-repeat; margin-top: 0; }

h1 + h3 { margin-top: -1em; }

p { margin: 0 0 1em; hyphens: auto; }
p:last-of-type { margin-bottom: 0; }
blockquote + p.large { margin-top: .6em; }
p.large, p span.large { font-size: 1.2em; line-height: 2.4; }
p.sub-line { font-family: 'high_spiritedregular', sans-serif; font-weight: normal; line-height: 1.1; font-size: 3.0em; margin-bottom: .5em; }

strong { font-weight: bold; }

article#main { width: 100%; height: auto; overflow: hidden; }
article ul, article ol { margin: 0 0 1.5em; zoom: 1; }
article ul { list-style-type: none; }
article ol { list-style-type: decimal; }
article ol li { margin: 0 0 0 1em; padding: 0 0 0 0.5em; }
article ul li { position: relative; margin: 0 0 0 0.75em; padding: 0 0 0 0.5em; }
article ul li:before { content: "\2022"; color: #242e5b; position: absolute; left: -0.5em; top:-0.2em; font-size: 1.5em; }


/* === HEADER === */

#anchor-scroll-spacer { z-index: 0; height: 0; }

#header { position: fixed; top: 0; display: block; background-color: transparent; height: auto; width: 100%; z-index: 9; transition: all .5s ease; }
#header .inside { position: relative; text-align: center; }
#header .clmn { padding: 0; }

#header .menu-widgets { position: relative; margin-top: 20px; margin-bottom: 10px; max-width: 120px; }
#header .menu-widgets.right { float: right; }
#header .menu-widgets .menu-widget ul { display: block; text-align: left; }
#header .menu-widgets .menu-widget ul li { float: left; width: auto; margin-left: 10px; display: inline-block; }
#header .menu-widgets .menu-widget ul li a { display: block; width: 34px; height: 34px; font-size: 0; border-radius: 100%; background-position: center center; background-size: 70%; background-repeat: no-repeat; background-color: #fff; }
#header .menu-widgets .menu-widget ul li a:hover { background-color: #fff; }

#header .menu-widgets .menu-widget ul li a.email { background-image: url(images/icon_social_email_white.svg); }
#header .menu-widgets .menu-widget ul li a.instagram { background-image: url(images/icon_social_instagram_white.svg); }
#header .menu-widgets .menu-widget ul li a.linkedin { background-image: url(images/icon_social_linkedin_white.svg); }
#header .menu-widgets .menu-widget ul li a.xing { background-image: url(images/icon_social_xing_white.svg); }

#header .logo { float: left; display: inline-block; height: 75px; width: auto; background-image: url(images/haaroase-wustrau-logo_white.svg); background-position: top left; background-size: auto 100%; background-repeat: no-repeat; margin-top: 25px; margin-bottom: 25px; }
#header .logo > img { height: 100%; width: auto; }

#mainmenu { display: inline-block; width: auto; transition: all .2s ease-out; margin-bottom: 40px; margin-top: 40px; float: right; }
#mainmenu ul { /* display: flex; justify-content: space-between; */ text-align: center; }
#mainmenu ul.menu > li { display: inline-block; padding: 0; margin: 0 !important; position: relative; }
#mainmenu ul.menu > li > a { color: #fff; display: block; line-height: 35px; padding: 0 1em; }
#mainmenu ul.menu > li > a:hover { color: #fff; }
#mainmenu ul.menu > li.current-menu-item > a { color: #fff; }
#mainmenu ul.menu > li.hidden-item { display: none; }

#mainmenu ul.menu > li:last-of-type a { background-color: #c5865b; border-radius: 60px; transition: all .2s ease; }
#mainmenu ul.menu > li:last-of-type a:hover { background-color: #de8d56; color: #fff !important; transform: scale(1.05); }

#mainmenu ul.menu > li.menu-item-has-children:hover { background-color: #fff; }

#mainmenu ul.menu > li > ul.sub-menu { display: none; position: absolute; top: 100%; left: 0; box-shadow: 0px 10px 10px rgba(0,0,0,0.2); }
#mainmenu ul.menu > li:hover > ul.sub-menu { display: block; background-color: #fff; overflow: hidden; }
#mainmenu ul.sub-menu > li { display: block; padding: 0; margin: 0 !important; }
#mainmenu ul.sub-menu > li > a { display: block; color: #101125; padding: 0.8em 1.4em; white-space: nowrap; margin: 0; }
#mainmenu ul.sub-menu > li > a:hover,
#mainmenu ul.sub-menu > li.current-menu-item > a { background-color: rgba(0,0,0,0.01); color: #c5865b; }

#header .language { display: block; width: 40px; height: 40px; margin-top: -8px; box-sizing: border-box; border-radius: 30px; border: none; background-color: transparent; background-image: url(images/ico_language_white.svg); background-size: 80% auto; background-repeat: no-repeat; background-position: top 6px center; overflow: hidden; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -o-transition: all .2s ease-out; transition: all .2s ease-out; }
#header .language:hover, #header .language:focus { height: auto; background-color: #fff; background-image: url(images/ico_language_blue.svg); color: #fff; cursor: pointer; }
#header .language a { color: #101125; text-align: center; width:100%; display: block; margin-bottom: 5px; }
#header .language a:hover { color: #c5865b; }
#header .language a:first-child { margin-top: 45px; }
#header .language a:last-child { margin-bottom: 10px; }
#header .language a.current_language { font-weight: bold; color: #c5865b; }


/* --- SCROLLING HEADER WITH SEMI-TRANSPARENT HEADER --- */


body.scrolling { }
body.scrolling #header { background-color: rgba(51,39,43,0.75); -webkit-backdrop-filter: saturate(180%) blur(20px); -moz-backdrop-filter: saturate(180%) blur(20px); -o-backdrop-filter: saturate(180%) blur(20px); backdrop-filter: saturate(180%) blur(20px); }
body.scrolling #header .logo { height: 42px; margin-top: 15px; margin-bottom: 15px; background-image: url(images/haaroase-wustrau-logo_white.svg); }
body.scrolling #header ul.menu, body.scrolling #header .menu-widgets { opacity: .3; }
body.scrolling #header:hover { background-color: rgba(51,39,43,1.0); }
body.scrolling #header:hover ul.menu, body.scrolling #header:hover .menu-widgets { opacity: 1; }

body.scrolling #header #mainmenu { margin-bottom: 20px; margin-top: 20px; }
body.scrolling #header #mainmenu ul.menu > li > a { /* color: #c5865b; */ }
body.scrolling #header #mainmenu ul.menu > li > a:hover { /* color: #fff; */ color: #c5865b; }
body.scrolling #header #mainmenu ul.menu > li.current-menu-item > a { color: #fff; }


/* --- SCROLLING HEADER WHITE --- */


body.scrolling { }
body.scrolling #header { box-shadow: 0px 1px 3px rgba(0,0,0,0.1); } 
body.scrolling #header ul.menu, body.scrolling #header .menu-widgets { opacity: 1; }


/* === SLIDER === */


.slider { width: 100% !important; max-width: 5000px; overflow: hidden; }
.slider.vh25 { height: 25vh !important; }
.slider.vh50 { height: 50vh !important; }
.slider.vh75 { height: 75vh !important; }
.slider.vh100 { height: 100vh !important; }
.slider ul.bjqs { height: 100% !important; width: 100% !important; list-style-type: none; position: relative; margin: 0; }
.slider ul.bjqs li.bjqs-slide { position: absolute; background-size: cover; background-position: center center; background-repeat: no-repeat; height: 100% !important; width: 100% !important; margin: 0; padding: 0; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: none; }
.slider ul.bjqs li.bjqs-slide:before { display: none; }

.slider .slider-image-wrapper { background-size: cover; background-position: center center; background-repeat: no-repeat; position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; }
.slider.slider-default .slider-image-wrapper:before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.3); }

.slider .slider-content-wrapper { position: relative; width: 100%; height: 100%; margin: 0; display: flex; align-items: center; z-index: 1; }
.slider .slider-content-wrapper .inside { position: relative; box-sizing: border-box;}
.slider .slider-content-wrapper.slider-content-left .inside { width: 100%; padding-left: 80px; padding-right: 25%; }
.slider .slider-content-wrapper.slider-content-center .inside { width: 100%; padding-left: 10%; padding-right: 10%; text-align: center;}
.slider .slider-content-wrapper.slider-content-right .inside { width: 100%; padding-left: 25%; padding-right: 80px; }

.slider .slider-content-wrapper .inside.slider-text-white h1,
.slider .slider-content-wrapper .inside.slider-text-white h2,
.slider .slider-content-wrapper .inside.slider-text-white h3,
.slider .slider-content-wrapper .inside.slider-text-white h4,
.slider .slider-content-wrapper .inside.slider-text-white p { color: #fff; }

.slider .slider-content-wrapper .inside.slider-text-black h1,
.slider .slider-content-wrapper .inside.slider-text-black h2,
.slider .slider-content-wrapper .inside.slider-text-black h3,
.slider .slider-content-wrapper .inside.slider-text-black h4,
.slider .slider-content-wrapper .inside.slider-text-black p { color: #101123; }

.slider .bjqs-markers { position: absolute; bottom: 0; margin: 0; left: 0 !important; height: 60px; width: 100%; text-align: center; background-image: url(images/bg_bjqs-markers.png); background-position: bottom center; background-repeat: repeat-x; z-index: 1; }
.slider .bjqs-markers li { display: inline-block; margin: 0 8px !important; line-height: 30px; padding: 0 !important; }
.slider .bjqs-markers li:before { display: none !important; }
.slider .bjqs-markers li a { font-size: 0; background-color: #fff; display: block; width: 8px; height: 8px; border: 2px solid #fff; border-radius: 16px; }
.slider .bjqs-markers li.active-marker a { background-color: #fff; width: 50px; }

.slider .bjqs-controls li { margin: 0.75em; padding: 0; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
.slider .bjqs-controls li:hover { -webkit-transform: scale(1.2); -o-transform: scale(1.2); -moz-transform: scale(1.2); transform: scale(1.2); }

.slider .bjqs-controls li:last-of-type { margin-left: 0; }
.slider .bjqs-controls li.bjqs-prev a { background-image: url(images/icon_slider_prev.svg); background-position: center center; background-repeat: no-repeat; background-size: 100% auto; }
.slider .bjqs-controls li.bjqs-next a { background-image: url(images/icon_slider_next.svg); background-position: center center; background-repeat: no-repeat; background-size: 100% auto; }

.slider.slider-default { }
.slider.slider-left,
.slider.slider-right { margin: 0 auto; padding: 0; max-width: 5000px; box-sizing: border-box; }
.slider.slider-left .slider-content-wrapper .inside,
.slider.slider-right .slider-content-wrapper .inside { padding-left: 0; padding-right: 0; }

.slider.slider-left .bjqs-markers,
.slider.slider-right .bjqs-markers { display: none; }

.slider.slider-left .bjqs-controls,
.slider.slider-right .bjqs-controls { position: absolute; top: 90%; z-index: 2; }
.slider.slider-left .bjqs-controls { left: 42%; }
.slider.slider-right .bjqs-controls { left: 51%; }

.slider.slider-left .bjqs-controls li,
.slider.slider-right .bjqs-controls li { display: inline-block; }
.slider.slider-left .bjqs-controls li:before,
.slider.slider-right .bjqs-controls li:before { display: none; }

.slider.slider-left .bjqs-controls li a,
.slider.slider-right .bjqs-controls li a { box-sizing: border-box; display: block; width: 40px; height: 40px; font-size: 0; }

.slider.slider-left { }
.slider.slider-left .slider-image-wrapper { position: absolute; left: 0; top: 0; width: 50%; box-sizing: border-box; }
.slider.slider-left .slider-content-wrapper { position: absolute; left: 50%; top: 0; width: 50%; box-sizing: border-box; padding: 4em 12em 4em 4em; }

.slider.slider-right { }
.slider.slider-right .slider-image-wrapper { position: absolute; left: 50%; top: 0; width: 50%; box-sizing: border-box; }
.slider.slider-right .slider-content-wrapper { position: absolute; left: 0; top: 0; width: 50%; box-sizing: border-box; padding: 4em 4em 4em 12em; }


/* === BANNER === */


#banner { height: 50vh; background-color: #fff; background-size: cover; background-position: center center; background-repeat: no-repeat; }


/* === MAIN === */


.pagecontent, .inclcontent { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.inclcontent.vh10 { min-height: 10vh; }
.inclcontent.vh20 { min-height: 20vh; }
.inclcontent.vh25 { min-height: 25vh; }
.inclcontent.vh50 { min-height: 50vh; }
.inclcontent.vh75 { min-height: 75vh; }
.inclcontent.vh80 { min-height: 80vh; }
.inclcontent.vh90 { min-height: 86vh; }
.inclcontent.vh100 { min-height: 100vh; }

.bgimg { background-position: center center; background-repeat: no-repeat; background-size: cover; }
.bgimg.fix { background-attachment: fixed; }
.bgimg.parallax { background-size: cover; background-attachment: fixed; transition: none; }


/* === COLUMNS === */


.columns { width: calc(100% + 4em); height: 100%; position: relative; flex-wrap: wrap; display: flex; padding-top: 4em; padding-bottom: 4em; margin-left: -2em; }
.columns + .columns { padding-top: 0; /* margin-top: -2em; */ }
section .columns:first-of-type { padding-top: 0 !important; }
section .columns:last-of-type { padding-bottom: 0 !important; }

.clmn { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; float: left; margin-left: 2em; margin-right: 2em; padding: 0; }
.clmn.transparent { padding: 0; }
.clmn.white, .clmn.lightbrown, .clmn.darkbrown, .clmn.lightgrey { padding: 2em; }
.clmn.transparent.with-padding { padding: 0 2em; }

.clmn.col20 { width: calc(20% - 4em); }
.clmn.col25 { width: calc(25% - 4em); }
.clmn.col33 { width: calc(33.333333% - 4.3em); }
.clmn.col50 { width: calc(50% - 4em); }
.clmn.col60 { width: calc(60% - 4em); }
.clmn.col67 { width: calc(67% - 4.3em); }
.clmn.col75 { width: calc(75% - 4em); }
.clmn.col80 { width: calc(80% - 4em); }
.clmn.col100 { width: calc(100% - 4em); }

#header .columns { border-radius: none; }
#header .columns .clmn { margin-left: 0; }
#header .columns .clmn.col20 { width: 20%; }
#header .columns .clmn.col60 { width: 60%; }

.clmn.col_align_left { /*margin-left: 0;*/ }
.clmn.col_align_center { margin: 0 auto; }
.clmn.col_align_right { float:right; margin-left: auto;}

.clmn.align-center ul li { text-align: left; }

.clmn img { width: 100%; height: auto; }

.section-header + .columns { padding-top: 0; }

.clmn-content { width: 100%; }


/* --- CUSTOM COLUMN STYLES --- */


.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.align-justify { text-align: justify; }
.align-justify h1, .align-justify h2, .align-justify h3, .align-justify h4 { text-align: center; } 
.vertical-center { display: flex; align-items: center; /*justify-content: center; */}

.teaser-box { position: relative; overflow: hidden; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
.teaser-box:hover { -webkit-transform: scale(1.05); -o-transform: scale(1.05); -moz-transform: scale(1.05); transform: scale(1.05); }
.teaser-box:before { content: ""; float: left; padding-top: 100%; }
.teaser-box img { position: absolute; z-index: 0; top: 0; left: 0; width: auto; min-width: 100%; height: auto; min-height: 100%; }
.teaser-box .teaserbox-content { z-index: 1; position: absolute; top: 0; left: 0; width: 100%; height: 100%; box-sizing: border-box; padding: 2em; background-color: rgba(0,0,0,0.4); }
.teaser-box .teaserbox-content h2, 
.teaser-box .teaserbox-content h3, 
.teaser-box .teaserbox-content h4, 
.teaser-box .teaserbox-content p { color: #fff; } 
.teaser-box .teaserbox-content h1:after, 
.teaser-box .teaserbox-content h2:after, 
.teaser-box .teaserbox-content h3:after,
.teaser-box .teaserbox-content h4:after { content: ""; display: block; margin-top: .6em; width: 20%; height: 2px; background-color: #fff; } 
.teaser-box .teaserbox-content .button { position: absolute; left: 2em; bottom: 2em; background-color: #c5865b; color: #fff; opacity: 0; visibility: hidden; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; transition: all .2s ease-in-out; margin-left: -200%; }
.teaser-box:hover .teaserbox-content .button { opacity: 1; visibility: visible; margin-left: 0; }
.teaser-box .teaserbox-content .button:hover { cursor: pointer; }


.clmn.icon { text-align: center; }
.clmn.icon h1, .clmn.icon h2, .clmn.icon h3 { margin-bottom: .8em; }
.clmn.icon h3 { font-size: 1em; font-family: 'aron_grotesqueregular', sans-serif; font-weight: normal; letter-spacing: 2px; margin-top: 1em; }
.clmn.icon p { margin: 0; }
.clmn.icon img { width: 125px; height: 125px; margin: 0 auto; }
.clmn.icon img.small { width: auto; height: 60px; }
.clmn.icon a { -moz-transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; color: #fff; }
.clmn.icon a:hover { -moz-transform: scale(1.05); -webkit-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); color: #fff; }

.clmn.highlighted .clmn-content { position: relative; font-family: 'aron_grotesquelight', sans-serif; font-size: 1.3em; line-height: 1.4; margin-bottom: 2em; }
.clmn.highlighted .clmn-content:after { position: absolute; left: 0; bottom: -2em; width: 25%; height: 2px; content: ""; background-color: #c5865b; }

.clmn.upset-image { margin-top: 2em; }
.clmn.upset-image .clmn-content img { margin-top: -5em; box-shadow: 0 24px 36px -16px rgba(0,0,0,.45); }


/* === TEASER-BOXES === */


.clmn.teaser-item { transition: all .2s ease-in-out; border-radius: 1em; }
.clmn.teaser-item a { width: 100%; height: 100%; }
.clmn.teaser-item h3, .clmn.teaser p { }
.clmn.teaser-item h3 { margin-top: .5em; margin-bottom: .5em; font-size: 1.6em; text-align: center; }
.clmn.teaser-item p { text-align: justify; hyphens: auto; }
.clmn.teaser-item:hover { transform: scale(1.05); background-color: rgba(255,255,255,0.5); box-shadow: 0 0 40px rgba(0,0,0,0.1); }
.clmn.teaser-item:hover h3 { }
.clmn.teaser-item .image { position: relative; }
.clmn.teaser-item .image .image-overlay { display: none; }
.clmn.teaser-item .image img { min-width: 100%; height: auto; }
.clmn.teaser-item .box { padding: 1em 2em 2em; }


/* === IMAGE FORMATS === */


.gallery .gallery-item { box-sizing: border-box; padding: 0 10px; }
.gallery .gallery-item img { border: none !important; }
.gallery.gallery-columns-2 .gallery-item { margin-left: 10px; margin-right: 10px; padding-left: 0; padding-right: 0; width: calc(50% - 20px) !important; }

.clmn.round-image img { border-radius: 100%; box-shadow: 20px 20px 0px +10px #91b509; }


/* === LIST FORMATS === */


section ul { list-style-type: disc; }

ul.fancy-list { list-style-type: none; }
ul.fancy-list li { display: inline-block; position: relative; width: 100%; padding: .75em 0 .75em 2em; margin-left: 0; border-bottom: 1px solid rgba(0,0,0,0.2); font-size: 1em; }
ul.fancy-list li:before { content: ""; display: block; height: 1em; width: 1em; background-image: url(images/list-arrow_lightbrown.svg); background-size: 80% auto; background-repeat: no-repeat; position: absolute; left: 0; margin-top: .8em; }

ul.pricing strong { float: right; }

ul.check-list { list-style-type: none;  }
ul.check-list li { position: relative; margin: .75em 0 0 1.2em; text-align: left; }
ul.check-list li:before { content: "✓"; position:absolute; color: #a0b907; left:-1em; top:-0,2em; font-size: 1.3em; }

ul.arrow-list { list-style-type: none; }
ul.arrow-list li { position: relative; margin: 0 0 1em 2em; text-align: left; }
ul.arrow-list li:before { content: url('images/list-arrow_green.svg'); position: absolute; left: -1.25em; margin-top: -3px; width: .65em; height: .65em; }

ul.question-list { list-style-type: none; }
ul.question-list li { position: relative; margin: 1em 0 0 1.2em; }
ul.question-list li:before { content: "?"; position:absolute; color: #91b508; left:-1em; top:0; font-weight:300; font-size:1.3em; }

ul.content-list { position: relative; list-style-type: none; }
ul.content-list li { display: block; width: 100%; border-bottom: 1px solid #91b508; margin-left: 0; margin-bottom: 1.5em !important; padding-left: 0; padding-bottom: 1.3em; }
ul.content-list li:before { display: none; }
ul.content-list li:last-of-type { border-bottom: none; margin-bottom: 0; }

ul.tag-list { list-style-type: none; }
ul.tag-list li { display: inline-block; margin: 2px; margin-bottom: 2px; border-radius: 30px; background-color: rgba(0,0,0,0.1); color: inherit; padding: .4em 1.4em; }
ul.tag-list li:before { display: none; }


/* === ARTICLES OVERVIEW === */


body.blog { background-color: #f1f1f1; }

.bloglist { clear: left; }

.blog-title { background-color: #c5865b; color: #fff; display: block; float: left; width: 100%; padding-top: 3em; text-align: center; }
.blog-title h1 { margin-left: .3em; color: #fff; }

#blog-overview { padding: 0; margin: 0; }
#blog-overview h1 { padding-left: 1em; margin-top: 1em; margin-bottom: 0; }

#blog-overview .item { position: relative; padding: 0; margin: 0 0 1.5em 0; width: 100%%; background-color: #fff; }
#blog-overview .item h3, #blog-overview .item p { color: #101125; }
#blog-overview .item:hover h3, #blog-overview .item:hover p { color: #c5865b; }

#blog-overview .clmn.item .meta { position: absolute; top: 0; left: 0; box-sizing: border-box; padding: 1em;
background-color: #c5865b; color: #fff; font-size: .6em; }

#blog-overview .clmn.item .image { position: relative; border-radius: 0; overflow: hidden; margin-bottom: 0; padding: 0; }
#blog-overview .clmn.item h3 { margin-bottom: 0.5em; margin-top: 1em; line-height: 1.2; }
#blog-overview .clmn.item .excerpt { font-size: .9em; line-height: 1.5; }

#blog-sidebar { padding-top: 4.5em; }
#blog-sidebar .sidebar-widget { width: 100%; float: left; display: block; margin-bottom: 2em; padding-bottom: 2em; border-bottom: 2px dotted #8da67f; }
#blog-sidebar h3 { text-transform: none; font-size: 1.5em; }

#blog-sidebar #searchform .screen-reader-text { display: none; }
#blog-sidebar #searchform input#s { width: 100%; background-color: #fff; border-radius: 30px; border: none; padding: .5em 1em; }
#blog-sidebar #searchform #searchsubmit { display: none; }


/* === ARTICLE PAGES === */


section.blogcontent { padding: 2em 0; }
section.blogcontent h2 { font-size: 2.0em; color: #101125; margin-bottom: 1em;}
section.blogcontent h3 { font-size: 1.5em; margin-top:1em; margin-bottom: 1em;}
section.blogcontent h2:before { content: "* * *"; display:block; margin:0 auto; margin-top:1em; }
section.blogcontent .col75 { width: calc(72% - 2em); }
section.blogcontent .col75 p { text-align: justify; -webkit-hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; -o-hyphens: auto; hyphens:auto;}


/* — BLOG CONTENT — */


.blogcontent .col75 img { display:block; border-radius: 1.5em; overflow:hidden; margin-top:1.5em; margin-bottom:1.5em; }

.blogcontent .col75 .blog-highlight { display: block; border-radius: 1.5em; overflow: hidden; margin-top: 1.5em; margin-bottom: 1.5em; box-sizing: border-box; padding: 1.5em; color: #101125;  }
.blogcontent .col75 .blog-highlight p, 
.blogcontent .col75 .blog-highlight h1, 
.blogcontent .col75 .blog-highlight h2, 
.blogcontent .col75 .blog-highlight h3 { text-align: center; color: #fff; }
.blogcontent .col75 .blog-highlight h1, 
.blogcontent .col75 .blog-highlight h2, 
.blogcontent .col75 .blog-highlight h3 { margin-bottom: .5em; }
.blogcontent .col75 .blog-highlight h2:before { display: none; }
.blogcontent .col75 .blog-highlight .button { background-color: #fff; color: #c5865b; }
.blogcontent .col75 .blog-highlight .button.arrow { background-image: url("images/arrow_black.png"); }

.blogcontent .col75 .navigation { display: block; position: relative; width: 100%; margin-top: 2em; padding-top: 2em; border-top: 1px solid rgba(0,0,0,0.2); }
.blogcontent .col75 .navigation .prev-posts { float: left; }
.blogcontent .col75 .navigation .next-posts { float: right; }
.blogcontent .col75 .navigation a {  }
.blogcontent .col75 .navigation a:hover { color: #c5865b; }


/* === FOOTER === */


#bottom { position: relative; background-color: #33272b; color: #c5865b; font-size: .8em; padding: 2em 0; }

#bottom aside { width: 100%; }

#bottom .columns { width: 100%; margin-left: 0; padding: 1em; }
#bottom .clmn { margin-left: 4%; margin-right: 0; }
#bottom .clmn.col25 { width: 21%; }
#bottom .clmn:first-of-type { margin-left: 0; }

#bottom .footer-widget { margin-bottom: .5em; }
#bottom .footer-widget h3 { font-size: 1em; }
#bottom .footer-widget a { color: #fff; }
#bottom .footer-widget a:hover { color: #fff; }

#bottom .clmn.col100 { text-align: center; }
#bottom .clmn.col100 ul { list-style-type: none !important; }
#bottom .clmn.col100 ul li { display: inline-block !important; margin: 0 0 0 10px; padding: 0 0 0 10px; border-left: 1px solid #fff; }
#bottom .clmn.col100 ul li:first-of-type { margin-left: 0; padding-left: 0; border-left: none; }
#bottom .clmn.col100 ul li a { line-height: 1; }
 

/* === ARCONIX FAQ CUSZOMIZATION === */


h3.arconix-faq-term-title { display: none !important; }
section .ui-accordion .ui-accordion-header { border-radius: 0; border: none; border-bottom: 1px solid rgba(255,255,255,0.2); background: transparent; padding: 1.2em 0; font-size: 1.3em; font-family: 'aron_grotesquelight', sans-serif; font-weight: normal; letter-spacing: 0; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out; -o-transition: all .2s ease-out; transition: all .3s ease-out; color: #c5865b; }
section .ui-accordion .ui-accordion-header:hover { color: #fff; }
section .ui-accordion .ui-accordion-header .ui-accordion-header-icon { display: none; }
section .ui-accordion .ui-accordion-header.ui-state-active { border-bottom: none; color: #fff; }
section .ui-widget-content { position: relative; border: none; font-size: 1em; font-family: 'aron_grotesqueregular', sans-serif; font-weight: normal; line-height: 1.4; color: #c5865b; margin-top: 0; }

section.darkbrown .clmn.transparent .ui-widget-content,
.clmn.darkbrown .ui-widget-content { background-color: #423439 !important; }
section.lightbrown .clmn.transparent .ui-widget-content,
.clmn.lightbrown .ui-widget-content { background-color: #33272b !important; }

section .ui-accordion .ui-accordion-content { padding: 2em; overflow: visible; }


/* === CONTACT FORM 7 CUSTOMIZATION == */


.wpcf7 { width: 100%; display: block; height: auto; text-align: left; }
p + .wpcf7 { margin-top: 2em; }
.wpcf7 .wpcf7-form { width: 100%; }
.wpcf7 p { margin: 0; padding-top: .75em; padding-bottom: .75em; box-sizing: border-box; width: 100%; display: block; height: auto; }
.wpcf7 input, .wpcf7 textarea { width: 100%; border: none; border-bottom: 1px solid rgba(255,255,255,1); background-color: transparent; color: #fff; padding: .5em 0; }
.wpcf7 textarea { height: 160px; }
.wpcf7 .button { background-color: inherit; border: none; padding: .75em; margin-top: 0; font-size: 1em; }
.wpcf7 .button:hover { cursor: pointer; }
.wpcf7 .wpcf7-acceptance { margin-top: .5em; display: block; height: auto; overflow: hidden; }
.wpcf7 .wpcf7-acceptance .wpcf7-list-item * { width: auto; }
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label { display: inline-block; font-size: .8em; float: right; width: 95%; }

p + .white-fields { margin-top: 2em; }
.white-fields .wpcf7 input, .white-fields .wpcf7 textarea { border-bottom: none; background-color: #fff; color: #000; padding: .75em 2em; border-radius: 60px; margin-bottom: .25em; }
.white-fields .wpcf7 .wpcf7-acceptance { margin-top: 0; background-color: rgba(255,255,255,0.1); padding: 1em; box-sizing: border-box; border-radius: 20px; }


/* === COOKIE NOTICE === */


#cookie-notice { bottom: 10px; left:10px !important; right:10px !important; box-shadow: 0 10px 20px rgba(0,0,0,0.3); min-width:90% !important;  }
span#cn-notice-text { display: block; width: 80%; margin: 0 auto; margin-bottom:20px; }
.cn-button.wp-default { color: #fff; background: #c5865b !important; }
.cn-button.wp-default:hover { color: #fff; background: #c5865b !important; }


/* === LIST CATEGORY POSTS CUSTOMIZATION === */


.lcp_catlist { display: block; width: 100%; }
.lcp_catlist li:before { display: none; }
.lcp_catlist li { display: inline-block; width: 47%; margin-left: 3%; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; —o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
/*.lcp_catlist li { display: inline-block; width: 30.33333%; margin-left: 3%; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; —o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }*/
.lcp_catlist li:first-of-type { margin-left: 0; }
.lcp_catlist li:hover { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.lcp_catlist li .thumbnail { float: left; display: block; margin-bottom: 1.5em; }
.lcp_catlist li .title { display: block; margin-bottom: .5em; }
.lcp_catlist li .date { display: block; margin-bottom: 1em; font-size: .9em; }


/* === TESTIMONIAL SLIDER === */


.cbp-fwslider nav { display: none; }
.cbp-fwslider nav span { position: absolute; top: 50%; width: 50px; height: 100px; background: transparent; color: #101125; text-align: center; margin-top: -50px; line-height: 100px; cursor: pointer; font-size: 5em; }
.cbp-fwslider nav span:hover { color: #c5865b; background: transparent; }
.cbp-fwslider nav span.cbp-fwnext { right: 0px; }
.cbp-fwslider nav span.cbp-fwprev { left: 0px; }
.cbp-fwdots { position: absolute; bottom: 0px; white-space: nowrap; text-align: center; width: 100%; }
.cbp-fwdots span { display: inline-block; width: 10px; height: 10px; background: rgba(0,0,0,0.15); margin: 4px 6px; border-radius: 50%; cursor: pointer; }
.cbp-fwdots span:hover { background: #c5865b; }
.cbp-fwdots span.cbp-fwcurrent { background: #33272b; box-shadow: 0 0 0 2px #91b509; -webkit-transition: box-shadow 0.2s ease-in-out; -moz-transition: box-shadow 0.2s ease-in-out; transition: box-shadow 0.2s ease-in-out; }

.testimonialSlider .cbp-fwslider { position: relative; margin: 0; display: block; height: auto; overflow: hidden; }
.testimonialSlider .cbp-fwslider ul { margin: 0; padding: 0; white-space: normal; list-style-type: none; }
.testimonialSlider .cbp-fwslider ul li { -webkit-transform: translateZ(0); -moz-transform: translateZ(0); transform: translateZ(0); float: left; display: block; margin: 0; margin-bottom: 0px; padding: 0; font-size: 1em; font-family: inherit; text-align: center !important; }
.testimonialSlider .cbp-fwslider ul li img { display: block; width: 5em; height: 5em; margin: 0 auto; margin-bottom: 1em; }
.testimonialSlider .cbp-fwslider ul li span.small { font-size: .7em; }
.testimonialSlider .cbp-fwslider ul li:before { display: none; }
.testimonialSlider .cbp-fwslider ul li > a, .cbp-fwslider ul li > div { display: block; text-align: center; outline: none; }
.testimonialSlider .cbp-fwslider ul li > a img { border: none; display: block; margin: 0 auto; max-width: 75%; }
.testimonialSlider .cbp-fwslider p { font-size: 1em; color: #000; text-align: center; }


/* === COLLAPSE-O-MATIC === */


.clmn .collapseomatic { display: block; color: #c5865b; padding: 0 0 0 24px !important; margin-top: 1.5em !important; margin-bottom: 1em !important; width: 100%; background-position: center left; background-image: url('images/collapsomatic-arrow-down.svg'); background-repeat: no-repeat; background-size: auto 70%; font-size: 1em; font-weight: bold; }
.clmn .colomat-close { background-image: url('images/collapsomatic-arrow-up.svg'); }
.clmn .collapseomatic:hover { color: #c5865b; }
.clmn .collapseomatic_excerpt, .collapseomatic_content { float: left; margin-left: 0 !important; margin-top: -1em !important; }
.clmn .collapseomatic_content + h3 { margin-top: 2em; }


/* === RESPONSIVENESS === */


@media screen and (max-width:1620px) {
	body { font-size: 1.6rem; font-size: 16px; }
	.slider.slider-left .slider-content-wrapper { padding: 4em; }
	.slider.slider-right .slider-content-wrapper { padding: 4em; }
}

@media screen and (max-width:1280px) {
	body { font-size: 1.4rem; font-size: 14px; }
	#header .menu-widgets { margin-top: 16px; }
	#mainmenu { margin-bottom: 14px; margin-top: 14px; }
	#mainmenu ul.menu > li > a { line-height: 40px; }
	em { padding-top: 80px; background-size: 70px auto; }
	.slider .slider-content-wrapper.slider-content-left .inside { padding-left: 40px; }
	.slider.slider-right .slider-content-wrapper .inside,
	.slider.slider-left .slider-content-wrapper .inside { padding-left: 0; }
	#bottom .socials li a { width: 56px; height: 56px; }
	.inside { padding-left: 60px; padding-right: 60px; }
}

@media screen and (max-width:1023px) {
	body, button, input, select, textarea { line-height: 1.4; }
	#header { min-height: 55px; }
	#header .inside { position: relative; float: left; width: 100%; }
	#header .menu-widgets { display: none; }
	#header .logo { margin-top: 14px; margin-bottom: 10px; height: 42px; }
	
	.navToggle { display: block; position: absolute; z-index: 999; top: 25px; left: auto; right: 40px; height: 24px; width: 30px; }
	.navToggle .bar { position: absolute; width: 24px; height: 1px; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; transition: all .2s ease-in-out; background-color: #fff; }
	.navToggle .bar.one {top: 0; }
	.navToggle .bar.two {top: 8px; }
	.navToggle .bar.three {top: 16px; }
	.navToggle.active .bar.one { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); top: 8px; }
	.navToggle.active .bar.two { visibility: none; opacity: 0; }
	.navToggle.active .bar.three { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 8px; }
	
	body.scrolling #header { background-color: #33272b; backdrop-filter: none; }
	body.scrolling #header ul.menu, body.scrolling #header .menu-widgets { opacity: 1; }
	
	#header #mainmenu { display: block; z-index: -1; opacity: 0; position: absolute; top: 0; left: 0; right: 0; width: 100%; height: auto; overflow: hidden; text-align: right; padding-top: 5em; margin: 0; margin-top: -200%; transition: all .5s ease;  }
	#header #mainmenu.open { margin-top: 0; opacity: 1; background-color: #33272b; }
	
	#mainmenu ul.menu { display: block; box-sizing: border-box; padding: 40px 30px; width: 100%; margin: 0 auto; text-align: right; }
	#mainmenu ul.menu > li { display: block; }
	#mainmenu ul.menu > li:last-child { border-bottom: 0; }
	#mainmenu ul.menu > li > a { display: inline-block; font-size:1.4em; letter-spacing: 1px; margin: 0; }
	#mainmenu ul.menu > li > a:hover {  }
	#mainmenu ul.menu > li.menu-item-has-children:hover { background-color: inherit; }
	#mainmenu ul.menu > li.menu-item-has-children:hover a { }
	#mainmenu ul.menu li ul.sub-menu { position: relative; top: 0; left: 0; box-shadow: none; border-radius: 0; width: 100%; }
	#mainmenu ul.menu li:hover ul.sub-menu { display: none; }
	#mainmenu ul.sub-menu > li > a { background-color: transparent; padding: 1.2em 0; }
	#mainmenu ul.sub-menu > li:first-of-type > a { border-top-left-radius: 0; border-top-right-radius: 0; }
	#mainmenu ul.sub-menu > li:last-of-type > a { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
	
	.inside { padding-left: 40px; padding-right: 40px; }

	.slider.slider-right .slider-content-wrapper,
	.slider.slider-left .slider-content-wrapper { padding: 2em; }
	.slider .slider-content-wrapper.slider-content-left .inside { padding-right: 40px; }
	
	section.bgimg, .bgimg.fix, .parallax { background-attachment: scroll; transition: none; }
	
	.inclcontent ol li { padding: 0 0 0 80px !important; min-height: 90px; }
	.inclcontent ol li::before { width: 70px; height: 70px; line-height: 70px; }

    h1, h2, h3, h4 { hyphens: auto;}
	h1 { font-size: 2.5em; }
	h1 span.sub-line { display: block; font-size: 2em; margin-top: 0; }
	h2, h2.section-header { font-size: 2.0em; }
	h2.large, h2 span.large { font-size: 2.25em; }
	em { padding-top: 70px; background-size: 60px auto; }
	.button { letter-spacing: 0; }
	
	.clmn.highlighted .clmn-content { font-size: 1em; }

	#bottom .socials li a { width: 56px; height: 56px; }
}


@media screen and (max-width:720px) {
}

@media screen and (max-width:640px) {
	
	.show-on-scroll { opacity: 1 !important; transition: all 0s 0s ease-out !important; transform: translate(0, 0) !important; }
	
	.hide-mobile { display: none; }
	.show-mobile { display: block; }
	#header .inside { padding-left: 20px; padding-right: 20px; }
	.navToggle { right: 10px; height: 24px; width: 30px; }

	#header .menu-widgets { right: 70px; }
	#header .menu-widget a.button { padding: 0.5em 1.2em; }
	
	.inside { padding-left: 40px; padding-right: 30px; }
	
	.slider .slider-content-wrapper.slider-content-left .inside { padding-left: 20px; padding-right: 20px; }
	.slider.slider-right .slider-content-wrapper,
	.slider.slider-left .slider-content-wrapper { position: relative; left: 0; width: 100%; box-sizing: border-box; padding: 2em; margin: 0; background-color: rgba(0,0,0,0.5); }
	.slider.slider-right .slider-content-wrapper .inside,
	.slider.slider-left .slider-content-wrapper .inside { padding: 0; }
	.slider.slider-right .slider-image-wrapper,
	.slider.slider-left .slider-image-wrapper { position: absolute; left: 0; width: 100%; margin: 0; }
	.slider .slider-content-wrapper .inside h1 { color: #fff !important; }
	.slider .slider-content-wrapper .inside p { color: #fff !important; }
	.slider .bjqs-controls { position: relative; width: 80%; padding: 0; top: 87% !important; left: 0 !important; margin-left: 10%; margin-right: 10%; }
	.slider .bjqs-controls li.bjqs-prev { position: absolute; left: 0; }
	.slider .bjqs-controls li.bjqs-next { position: absolute; right: 0; }
	.slider .bjqs-controls li a { opacity: 0.5; }
	.slider .bjqs-controls li a:hover { opacity: 1.0; }
	
	.slider:first-of-type { min-height: 0 !important; height: 500px !important; }
	.inclcontent:first-of-type, .pagecontent:first-of-type { min-height: 0 !important; height: auto !important; display: block !important; padding-top: 5em !important; } 
	.inclcontent.slider-section { padding-top: 0 !important; }
	
	.bgimg.parallax { background-attachment: scroll; background-position: center center; }
	
	.button { display: inline-block; width: auto; }
	.button.small { padding: 0.8em 1.5em; font-size: 1em; }

	.breadcrumbs #breadcrumbs { padding: 1em 0; }

	section { padding: 3em 0; }
	.section-header { padding-top: 1em; padding-left: 0; padding-right: 0; }

	.inclcontent ol li { padding: 0 0 0 80px !important; min-height: 90px; }
	.inclcontent ol li::before { width: 70px; height: 70px; line-height: 70px; }

	.columns { margin-left: -1em; width: calc(100% + 2em); }

	section { padding: 2em 0; }
	section .clmn { padding: 0; margin: 0; }
	section .clmn.col100,
	section .clmn.col80,
	section .clmn.col75,
	section .clmn.col67,
	section .clmn.col50,
	section .clmn.col33,
	section .clmn.col25,
	section .clmn.col20 { width: 100%; }
	.clmn+.clmn { margin-top: 1em; }
	
	section.transparent + section.transparent, section.white + section.white, section.lightgrey + section.lightgrey, section.lightbrown + section.lightbrown, section.darkbrown + section.darkbrown { margin-top: -1em; }
	
	section#smallpadding .clmn.icon { float: left; width: 33%; margin-top: 0; }
	section#smallpadding .clmn.icon h3 { font-size: 1em; letter-spacing: 0; }
	.clmn.icon img.small { height: 40px; }

	.inclcontent ol li { padding: 0 0 0 65px !important; min-height: 100px; }
	
	.slider .slider-image-wrapper, .slider .slider-content-wrapper { margin-top: 0; }
	
	.teaser-box .teaserbox-content { padding: 2em; }
	.teaser-box .teaserbox-content h2, 
	.teaser-box .teaserbox-content h3 { font-size: 2.5em; } 
	.teaser-box .teaserbox-content .button { left: 4em; bottom: 4em; }
	
	.clmn.teaser-item .box { padding-top: 1em; }
	.clmn.upset-image .clmn-content img { margin-top: -2em; margin-left: -2em; width: calc(100% + 4em); max-width: calc(100% + 4em); }

	section .ui-accordion .ui-accordion-content { padding: 3em 1.5em; hyphens: auto; }

	#blog-overview { margin-left: 0; padding-top: 0; }
	#blog-overview .clmn.col33.item { width: 100%; padding-left: 0; margin-left: 0; border-bottom: 2px dotted rgba(227,235,222,1); border-radius: 0; padding-bottom: 1.4em; }

	#blog-overview .clmn.item h3 { font-size: 1.3em; text-align: center; }
	#blog-overview .clmn.item .meta { font-size: .8em; margin-bottom: 1.5em; text-align: center; }
	#blog-overview .clmn.item .excerpt { font-size: 1em; line-height: 1.6; }
	#blog-overview .clmn.item .readmore .button { text-align: center; }
	
	#bottom .inside { padding-left: 0; padding-right: 0; }
	#bottom .columns { padding-bottom: 0; }
	#bottom .clmn.col33, 
	#bottom .clmn.col25 { width: calc(50% - 60px); margin-left: 30px; margin-right: 30px; margin-top: 0 !important; margin-bottom: 30px !important; }
	#bottom .clmn .footer-widget { }
	#bottom .clmn .footer-widget img { width: 100%; height: auto; margin: 0 auto; }
	#bottom .footer-widget h3 { font-size: 1em; text-align: left; }
	#bottom .footer-widget p { font-size: 1em; }
	#bottom .footer-widget ul li { text-align: left; }
	
}
