/*
Theme Name: VINCENT SPÖRL STRAFRECHT
Description: Custom Wordpress Template for Vincent Spörl
Author: Sebastian Klammer Grafikdesign Berlin
Author URI: https://sebastian-klammer.de/
Version: 1.0 (01.12.2023)
*/

/* === FONTS === */


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


/* === ANIMATIONS === */


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

#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; }
body { width: 100%; box-sizing: border-box; overflow: hidden; }
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; }
.hideMobile { display: block; }
.showMobile { display: none; }

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; padding: 0.8em 2.6em; font-size: .9em; }
.button.small { padding: 0.4em 1.4em; font-size: .9em; }
.button:hover { transform: scale(1.05); }
.button.large { display: block; width: 100%; font-size: 1.8em; padding: 1.5em 1em; box-sizing: border-box; }

.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: 4em 0; background-size: cover; background-position: center center; background-repeat: no-repeat; }
section.transparent + section.transparent,
section.white + section.white,
section.darker + section.darker,
section.lighter + section.lighter,
section.light-blue + section.light-blue,
section.dark-blue + section.dark-blue,
section.red + section.red { padding-top: 0; }

.inside { max-width: 1420px; 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 { background-color: #f6f6f6; }
body, input, select, textarea { color: #1b4051; }

.transparent { background-color: ; }
.white { background-color: #fff; }
.darker { background-color: rgba(0,0,0,0.05); }
.lighter { background-color: rgba(255,255,255,0.5); }
.light-blue { background-color: #295669; }
.dark-blue { background-color: #1b3f51; }
.red { background-color: #e30714; }

h1, h2, h3, h4, h5, h6 { color: #1b4051; }

a { color: #e30714; }
a:hover { color: #c0020e; }

.button { background-color: #e30714; color: #fff; }
.button:hover { background-color: #c0020e; color: #fff; }
.button.large { display: block; width: 100%; font-size: 1.8em; padding: 1.5em 1em; box-sizing: border-box; }

.light-blue > .inside > h2.section-header,
.light-blue .clmn-content > h1, 
.light-blue .clmn-content > h2, 
.light-blue .clmn-content > h3, 
.light-blue .clmn-content > h4, 
.light-blue .clmn-content > h5,
.light-blue > .inside > .columns > .clmn.transparent h1, 
.light-blue > .inside > .columns > .clmn.transparent h2, 
.light-blue > .inside > .columns > .clmn.transparent h3, 
.light-blue > .inside > .columns > .clmn.transparent h4, 
.light-blue > .inside > .columns > .clmn.transparent h5 { color: #fff; }
.light-blue .clmn-content p, 
.light-blue > .inside > .columns > .clmn.transparent p  { color: rgba(255,255,255,0.7); }
.light-blue .clmn-content a,
.light-blue > .inside > .columns > .clmn.transparent a  { color: #e30714; }
.light-blue .clmn-content a:hover,
.light-blue > .inside > .columns > .clmn.transparent a:hover  { color: #c0020e; }
.light-blue .clmn-content > p > a.button,
.light-blue > .inside > .columns > .clmn.transparent .button { background-color: #e30714; color: #fff; }
.light-blue .clmn-content p > a.button:hover,
.light-blue > .inside > .columns > .clmn.transparent .button:hover { background-color: #c0020e; color: #fff; }

.dark-blue > .inside > h2.section-header,
.dark-blue .clmn-content > h1, 
.dark-blue .clmn-content > h2, 
.dark-blue .clmn-content > h3, 
.dark-blue .clmn-content > h4, 
.dark-blue .clmn-content > h5,
.dark-blue > .inside > .columns > .clmn.transparent h1, 
.dark-blue > .inside > .columns > .clmn.transparent h2, 
.dark-blue > .inside > .columns > .clmn.transparent h3, 
.dark-blue > .inside > .columns > .clmn.transparent h4, 
.dark-blue > .inside > .columns > .clmn.transparent h5 { color: #fff; }
.dark-blue .clmn-content p, 
.dark-blue > .inside > .columns > .clmn.transparent p  { color: rgba(255,255,255,0.7); }
.dark-blue .clmn-content a,
.dark-blue > .inside > .columns > .clmn.transparent a  { color: #e30714; }
.dark-blue .clmn-content a:hover,
.dark-blue > .inside > .columns > .clmn.transparent a:hover  { color: #c0020e; }
.dark-blue .clmn-content > p > a.button,
.dark-blue > .inside > .columns > .clmn.transparent .button { background-color: #e30714; color: #fff; }
.dark-blue .clmn-content p > a.button:hover,
.dark-blue > .inside > .columns > .clmn.transparent .button:hover { background-color: #c0020e; color: #fff; }

.red > .inside > h2.section-header,
.red .clmn-content > h1, 
.red .clmn-content > h2, 
.red .clmn-content > h3, 
.red .clmn-content > h4, 
.red .clmn-content > h5,
.red > .inside > .columns > .clmn.transparent h1, 
.red > .inside > .columns > .clmn.transparent h2, 
.red > .inside > .columns > .clmn.transparent h3, 
.red > .inside > .columns > .clmn.transparent h4, 
.red > .inside > .columns > .clmn.transparent h5 { color: #fff; }
.red .clmn-content p, 
.red > .inside > .columns > .clmn.transparent p  { color: rgba(255,255,255,0.7); }
.red .clmn-content a,
.red > .inside > .columns > .clmn.transparent a  { color: #1b3f51; }
.red .clmn-content a:hover,
.red > .inside > .columns > .clmn.transparent a:hover  { color: #295669; }
.red .clmn-content > p > a.button,
.red > .inside > .columns > .clmn.transparent .button { background-color: #1b3f51; color: #fff; }
.red .clmn-content p > a.button:hover,
.red > .inside > .columns > .clmn.transparent .button:hover { background-color: #295669; color: #fff; }

section.transparent .teaser-item { background-color: #fff; }
section.transparent .teaser-item p,
section.transparent .teaser-item a { color: #1b4051; }
section.white .teaser-item { background-color: #f6f6f6; }
section.white .teaser-item p,
section.white .teaser-item a { color: #1b4051; }
section.darker .teaser-item { background-color: rgba(255,255,255,0.5); }
section.darker .teaser-item p,
section.darker .teaser-item a { color: #1b4051; }
section.lighter .teaser-item { background-color: rgba(0,0,0,0.05); }
section.lighter .teaser-item p,
section.lighter .teaser-item a { color: #1b4051; }
section.light-blue .teaser-item { background-color: rgba(255,255,255,0.2); }
section.light-blue .teaser-item p,
section.light-blue .teaser-item a { color: #fff; }


/* === 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: 'SFPro', sans-serif; font-weight: 300; font-size: 18px; font-size: 1.8rem; }

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

h1, h2, h3, h4, h5, h6 { font-weight: bold; line-height: 1.3; }
h1, h2, h3 { margin: 0 0 0.5em; line-height: 1.2; }
h1 { font-size: 3.2em; margin-bottom: 1em; margin-top: -.2em; line-height: 1.2; }
h2 { font-size: 2.2em; margin-bottom: 1em; }
h2.section-header { text-align: left; box-sizing: border-box; margin-bottom: 1.5em; }
h2.section-header:before { content: "/"; color: #e30714; font-weight: 300; margin-left: -.5em; margin-right: .3em; }
h3 { font-size: 1.25em; margin-bottom: 1em; position: relative; }
h4 { font-size: 1.0em; margin-bottom: 1em; position: relative; }

p { margin: 0 0 1em; }
p.large { font-size: 1.5em; margin-top: -1em; }
blockquote + p.large { margin-top: .6em; }
p:last-of-type { margin-bottom: 0; }

blockquote { font-family: 'Georgia', serif; font-weight: normal; font-style: italic; color: #1b4051; line-height: 1.2; font-size: 3.2em; }
.light-blue > blockquote,
.light-blue > .inside > .columns > .clmn.transparent > .clmn-content > blockquote,
.dark-blue > blockquote,
.dark-blue > .inside > .columns > .clmn.transparent > .clmn-content > blockquote,
.red > blockquote,
.red > .inside > .columns > .clmn.transparent > .clmn-content > blockquote  { color: #fff; }
blockquote+p { margin-top: 0.5em; }

em { position: relative; display: block; background-image: url(images/icon_quote.png); background-position: top .5em left; padding-left: 2em; background-repeat: no-repeat; background-size: 1.25em auto; }

strong { font-weight: 700; }

article#main { margin-top: 80px; 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: #1b4051; position: absolute; left: -0.5em; top:-0.2em; font-size: 1.5em; }

article ul.checklist li {margin: 0 0 0 1.2em; }
article ul.checklist li:before {content: "✓"; position: absolute; color: #1b4051; left:-1em; top:-0,2em; font-size:1.3em; }

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


/* === HEADER === */


#header { position: fixed; top: 0; display: block; height: auto; width: 100%; z-index: 9; background-color: #fff; -moz-transition: all .5s ease; -o-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease; }
#header .inside { display: block; position: relative; padding: 0 4.5em; }
#header .clmn { padding: 0; }

#header .menu-widgets { position: relative; float: right; margin-top: 20px; margin-bottom: 10px; max-width: 80px; }
#header .menu-widgets .menu-widget ul li a { display: block; width: 40px; height: 40px; font-size: 0; border-radius: 100%; background-position: center center; background-size: 70%; background-repeat: no-repeat; }
#header .menu-widgets .menu-widget ul li a.email { background-image: url(images/icon_email_white.svg); }
#header .menu-widgets .menu-widget ul li a.instagram { background-image: url(images/icon_instagram_white.svg); }

#header .logo { display: inline-block; float: left; height: 60px; margin: 15px 0; background-image: url(images/vincentspoerl_logo_default.svg); background-position: top left; background-size: auto 100%; background-repeat: no-repeat; }
#header .logo img { display: block; height: 100%; width: auto; }

.navToggle { display: none; }

#mainmenu { width: auto; float: right; }
#mainmenu ul { width: 100%; text-align: right; }
#mainmenu ul.menu > li { display: inline-block; position: relative; margin-top: 22px; }
#mainmenu ul.menu > li > a { display: block; color: #1b4051; font-weight: normal; font-size: .9em; padding: 0.6em 1.2em; }
#mainmenu ul.menu > li > a:hover { color: #136684; cursor: pointer; text-decoration: none; }
#mainmenu ul.menu > li.current-menu-item > a,
#mainmenu ul.menu > li.current_page_item > a,
#mainmenu ul.menu > li.current-page-ancestor > a,
#mainmenu ul.menu > li.current-menu-parent > a { color: #e42631; text-decoration: none; }
#mainmenu ul.menu > li.menu-item-has-children:hover { background-color: #295669; }
#mainmenu ul.menu > li.menu-item-has-children:hover > a { color: #fff; }

#mainmenu ul.menu li ul.sub-menu { background-color: #295669; }

#mainmenu ul.menu > li > ul.sub-menu { display: none; position: absolute; top: 100%; left: 0; width: auto; }
#mainmenu ul.menu > li:hover > ul.sub-menu { display: block; text-align: left; }
#mainmenu ul.sub-menu > li { position: relative; display: block; padding: 0; margin: 0 !important; }
#mainmenu ul.sub-menu > li > a { display: block;  font-size: .9em; color: rgba(255,255,255,0.7); padding: 1em 1.2em; white-space: nowrap; margin: 0; border-left: 6px solid transparent; }
#mainmenu ul.sub-menu > li > a:hover { color: rgba(255,255,255,1.0); background-color: rgba(0,0,0,0.2); }
#mainmenu ul.sub-menu > li.current-menu-item > a,
#mainmenu ul.sub-menu > li.current-page-ancestor > a { background-color: rgba(0,0,0,0.2); color: #fff; border-left-color: #e42631; }

#mainmenu ul.sub-menu > li > ul.sub-menu { display: none; position: absolute; top: 0; left: 100%; }
#mainmenu ul.sub-menu > li:hover > ul.sub-menu { display: block; }
#mainmenu ul.sub-menu > li > ul.sub-menu > li > a { text-align: left; }

/* ---- SUB MENU ONLY VISIBLE IF PARENT MENU ITEM ACTIVE 
#mainmenu ul.sub-menu > li.current-menu-item > ul.sub-menu,
#mainmenu ul.sub-menu > li.current-page-ancestor > ul.sub-menu { display: block; position: relative; left: 0; }
#mainmenu ul.sub-menu > li.current-menu-item > ul.sub-menu > li > a,
#mainmenu ul.sub-menu > li.current-page-ancestor > ul.sub-menu > li > a { border-left: 6px solid #e42631; font-size: .8em; background-color: rgba(0,0,0,0.1); }
#mainmenu ul.sub-menu > li.current-page-ancestor > ul.sub-menu > li.current-menu-item > a { color: #fff; }

#header .menu-widgets { display: inline-block; position: absolute; top: 16px; right: 100px; }
#header .menu-widget { box-sizing: border-box; float: left; margin-left: 20px; }
#header .menu-widget:first-of-type { margin-left: 0; }
#header .menu-widget p { margin-bottom: 0; }
#header .menu-widget a { color: #1b3f51; }
#header .menu-widget a:hover { color: #295669; }
—— */


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


body.scrolling { }
body.scrolling #header { height: auto; }

body.scrolling #header .logo { height: 45px; margin: 15px 0; margin-bottom: 12px; }

body.scrolling #mainmenu ul.menu > li { margin-top: 14px; margin-bottom: 18px; }
body.scrolling #mainmenu ul.menu > li > a { }
body.scrolling #mainmenu ul.menu > li > a:hover,
body.scrolling #mainmenu ul.menu > li.current-menu-item > a,
body.scrolling #mainmenu ul.menu > li.current-page-ancestor > a { }


/* === Slider === */


.slider { width: 100% !important; max-width: 5000px; overflow: hidden; }
.slider.vh25 { height: 25vh !important; }
.slider.vh33 { height: 33vh !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-content-wrapper { position: relative; width: 100%; height: 100%; margin: 0; display: flex; align-items: center; z-index: 1; background-position: center center; background-size: cover; background-repeat: no-repeat; }
.slider .slider-content-wrapper.slider-content-left { background-image: url(images/slider-overlay_left.webp); }
.slider .slider-content-wrapper.slider-content-right { background-image: url(images/slider-overlay_right.webp); }
.slider .slider-content-wrapper .inside { position: relative; box-sizing: border-box;}
.slider .slider-content-wrapper.slider-content-left .inside { width: 100%; padding-left: 4.5em; padding-right: 35%; }
.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: 35%; padding-right: 60px; }

.slider .slider-content-wrapper .inside h1 { font-size: 3.2em; margin-bottom: .25em; }
.slider .slider-content-wrapper .inside h2 { font-size: 1.5em; font-weight: normal; }

.slider .slider-content-wrapper .inside p { font-size: 1.2em; font-weight: normal; }
.slider .slider-content-wrapper .inside .button { font-size: .7em; }

.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 p { color: #fff; }

.slider .slider-content-wrapper .inside.slider-text-blue h1,
.slider .slider-content-wrapper .inside.slider-text-blue h2 { color: #1b3f51; }
.slider .slider-content-wrapper .inside.slider-text-blue p { color: #1b3f51; }

.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 5px; line-height: 30px; }
.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 { position: relative; margin-top: 90px; height: 45vh; background-color: #fff; background-size: cover; background-position: center center; background-repeat: no-repeat; }
.banner-overlay { z-index: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-image: url(images/slider-overlay_left.png); background-position: center center; background-size: cover; }
#banner .inside { z-index: 1; position: relative; height: 100%; }
#banner .inside .columns { align-items: center; }
#banner + article#main { margin-top: 0; }


/* === MAIN === */


.pagecontent, .inclcontent { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.inclcontent.vh25 { min-height: 25vh; }
.inclcontent.vh33 { min-height: 33vh; }
.inclcontent.vh50 { min-height: 50vh; }
.inclcontent.vh75 { min-height: 75vh; }
.inclcontent.vh100 { min-height: 100vh; }


/* === Columns === */


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

.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.darker, .clmn.lighter, .clmn.light-blue, .clmn.dark-blue, .clmn.red { padding: 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; }


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


.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.align-justify { text-align: justify; }
.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: #fff; color: #004592; 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; }


.icon { text-align: center; }
.icon img { width: 125px; height: 125px; /*padding: 1em; border: 3px solid rgba(0,0,0,0.2); border-radius: 100%; */margin-bottom: 2em; }


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


section.teaser { padding: 0; }
section.teaser h2.section-header { padding-top: 2em; }
.clmn.teaser-item { transition: all .2s ease-in-out; margin-bottom: 2em; }
.clmn.teaser-item p { font-size: .9em; line-height: 1.4; }
.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.25em; hyphens: auto; }
.clmn.teaser-item:hover { transform: scale(1.05); box-shadow: 0 0 40px rgba(0,0,0,0.1); }
.clmn.teaser-item:hover h3 { color: #e42631; }
.clmn.teaser-item:hhover .button { }
.clmn.teaser-item .image { position: relative; }
.clmn.teaser-item .image img { min-width: 100%; }
.clmn.teaser-item .box { padding: 1em 1em 1.5em; }

.clmn.teaser-item { margin-left: 1em; margin-right: 1em; }
.clmn.col25.teaser-item { width: calc(25% - 2em); }
.clmn.col33.teaser-item { width: calc(33.33333% - 2.3em); }
.clmn.col50.teaser-item { width: calc(50% - 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; }


/* === SOCIAL ICONS === */


ul.social-icons { display: block; list-style-type: none; margin-top: -1em; margin-bottom: 2.5em; }
ul.social-icons li { display: inline-block; margin: 0; padding: 0; }
ul.social-icons li:before { display: none; }
ul.social-icons li a { display: block; width: 50px; height: 50px; font-size: 0px; margin: 0 6px; border-radius: 100%; background-position: center center; background-size: 65% auto; background-repeat: no-repeat; }
ul.social-icons li:first-of-type a { margin-left: 0; }
ul.social-icons li:last-of-type a { margin-right: 0; }
ul.social-icons li a:hover { -webkit-transform: scale(1.2); -o-transform: scale(1.2); -moz-transform: scale(1.2); transform: scale(1.2); }
ul.social-icons li a.facebook { background-image: url(images/icon_socials_facebook_white.svg); }
ul.social-icons li a.instagram { background-image: url(images/icon_socials_instagram_white.svg); }
ul.social-icons li a.twitter { background-image: url(images/icon_socials_twitter_white.svg); }
ul.social-icons li a.pinterest { background-image: url(images/icon_socials_pinterest_white.svg); }
ul.social-icons li a.youtube { background-image: url(images/icon_socials_youtube_white.svg); }
ul.social-icons li a.linkedin { background-image: url(images/icon_socials_linkedin_white.svg); }
ul.social-icons li a.web { background-image: url(images/icon_socials_web_white.svg); }

ul.social-icons.transparent li a { background-color: transparent; }
ul.social-icons.transparent li a:hover { background-color: rgba(255,255,255,0.2); }


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


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

.bloglist { clear: left; }

.blog-title { display: block; position: relative; float: left; width: 100%; height: 50vh; background-color: #1b3f51; text-align: left; background-image: url(images/vincent-spoerl_rechtsanwalt_bg_news.jpg); background-size: cover; background-position: center center; }
.blog-title .banner-overlay { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: url(images/slider-overlay_left.webp); background-size: cover; background-position: center center; }
.blog-title .inside { position: relative; z-index: 1; height: 100%; display: flex; align-items: center; }
.blog-title h1 { color: #1b3f51; }

.bloglist .inside .columns { width: 100%; padding: 0; margin: 0; }

#blog-overview { padding: 0; margin: 0; width: 100%; }
#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: #1b3f51; }
#blog-overview .item:hover h3, #blog-overview .item:hover p { color: #e30714; }
#blog-overview .item .button { margin-bottom: 2em; }
#blog-overview .item .button:hover { background-color: #1b3f51; }

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

#blog-overview .clmn.item .text { margin-left: 7em; }

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

#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: #004592; border-radius: 30px; border: none; padding: .5em 1em; }
#blog-sidebar #searchform #searchsubmit { display: none; }


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


section.blogcontent { padding: 5em 0 0; }
section.blogcontent .columns { padding-top: 0; }
section.blogcontent .col75 { width: calc(66% - 2em); }
section.blogcontent .col75 p { text-align: left; 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: #fff; background-color: #004592; }
.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: #004592; }
.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 .navigation .prev-posts { float: left; }
.blogcontent .navigation .next-posts { float: right; }

.blogcontent .navigation .prev-posts a, 
.blogcontent .navigation .next-posts a { padding: .5em 1em; background-color: rgba(27, 63, 81, 0.60); color: #fff; }
.blogcontent .navigation .prev-posts a:hover,
.blogcontent .navigation .next-posts a:hover { background-color: rgba(27, 63, 81, 1.0); color: #fff;  }

.blogcontent .navigation .prev-posts a { border-top-left-radius: 60px; border-bottom-left-radius: 60px; border-top-right-radius: 6px; border-bottom-right-radius: 6px; } 
.blogcontent .navigation .next-posts a { border-top-left-radius: 6px; border-bottom-left-radius: 6px; border-top-right-radius: 60px; border-bottom-right-radius: 60px; }


/* — SIDEBAR —— */


.blogcontent .aside.col25 { width: 25%; padding: 0 2em 2em; }

.blogcontent .aside .sidebar-widget {display:block; margin-bottom: 1em; padding-bottom: 1em; }
.blogcontent .aside .sidebar-widget h3 { text-transform: none; font-size: 2.0em; margin-top: 0; }
.blogcontent .aside .sidebar-widget h3:after {display: none !important; }
.blogcontent .aside .sidebar-widget ul li { margin-left: 0; padding-left: 0; padding-bottom: 1em; font-size: 0.9em; border-bottom: 1px solid rgba(0,0,0,0.1); }
.blogcontent .aside .sidebar-widget ul li:before { display: none; }
.blogcontent .aside .sidebar-widget p { font-size: 16px; font-size: 1.6rem; line-height: 1.6; }


/* === TABELLEN === */


table { width: 100%; margin-top: 2em; margin-bottom: 2em; overflow: hidden !important; }
table tbody, table tbody tr { width: 100%; }
table.lines tbody tr { border-bottom: 1px solid #fff; }
.dark-blue table.lines tbody tr,
.dark-red table.lines tbody tr { border-bottom: 1px solid #fff; }

table tbody tr:nth-of-type(odd) { }
table tbody tr:nth-of-type(even) { }
table tbody tr td { padding: .5em 0; box-sizing: border-box; }

table.checkmarks tr td { background-image: url(images/icon_checkmark_green.svg); background-size: auto 40%; background-position: center left; background-repeat: no-repeat; padding-left: 40px; box-sizing: border-box; }


/* === FOOTER === */


#bottom { position: relative; font-size: .8em; padding: .5em 0; background-color: #fff; }
#bottom .columns { padding-bottom: 0; }
#bottom .socials { position: absolute; top: -33px; width: 100%; display: block; height: auto; text-align: center; }
#bottom .socials ul { }
#bottom .socials li { display: inline-block; margin-right: 20px; }
#bottom .socials li:last-of-type { margin-right: 0; }
#bottom .socials li a { display: block; width: 66px; height: 66px; background-size: auto 50%; background-position: center; background-repeat: no-repeat; background-color: rgba(255,255,255,0.5); text-indent: -9999em; border-radius: 50%; }
#bottom .socials li a:hover { background-color: #fff; }
#bottom .socials li a.facebook { background-image: url("images/socials_facebook.svg"); }
#bottom .socials li a.twitter { background-image: url("images/socials_twitter.svg"); }
#bottom .socials li a.instagram { background-image: url("images/socials_instagram.svg"); }
#bottom .socials li a.pinterest { background-image: url("images/socials_pinterest.svg"); }

#bottom .footer-widget { margin-bottom: 2em; }
#bottom .footer-widget h3 { font-size: 1.3em; }

.credits { width: 100%; box-sizing: border-box; display: block; padding:20px; margin:0; text-align: center; line-height: 1em; font-size: .7em; }
.credits a { text-decoration: none; }
.credits a:hover { text-decoration: underline; }


/* === ARCONIX FAQ CUSTOMIZATION === */


h3.arconix-faq-term-title { display: none !important; }

.ui-widget { font-family: inherit; font-size: 1.5em !important; width: 100%; }
.ui-accordion .ui-accordion-header { color: #1b3f51; border: none; border-top: 1px solid rgba(0,0,0,0.1); border-radius: 0; background-color: transparent !important; padding: 1.2em 0 !important; margin: 0 !important; font-family: 'SFPro', sans-serif; font-size: .9em !important; font-weight: bold; }
.ui-accordion .ui-accordion-header:hover { color: #136684; }
.ui-accordion .ui-accordion-header.ui-state-active { color: #136684 !important; }
.arconix-faq-accordion-title.ui-accordion-header span.ui-icon { background-image: url(images/arconix_icon_plus.png) !important; margin-top: -5px; margin-right: 12px; left: auto !important; right: 0; width: 24px; height: 24px; background-position: center center; background-size: 100%; }
.arconix-faq-accordion-title.ui-accordion-header.ui-accordion-header-active .ui-icon { background-image: url(images/arconix_icon_minus.png) !important; }

.ui-widget-content { position: relative; border: none; border-radius: 0; background-color: transparent !important; margin-top: 10px; background-image: none !important; }
.ui-accordion .ui-accordion-content { padding: 0 1.3em 1em !important; overflow: visible; border: none; }
.arconix-faq-accordion-content h3 { margin-bottom: 1em; }
.arconix-faq-accordion-content p,
.arconix-faq-accordion-content ul li { font-size: 18px; font-size: 1.8rem !important; line-height: 1.3; color: #1b4051 !important; font-family: 'SFPro', sans-serif; font-weight: 300; }
.arconix-faq-accordion-content ul { padding: 0 0 .5em; margin: 0 0 0.5em !important; }
.arconix-faq-accordion-content ul li { margin-bottom: 0 !important; }
.arconix-faq-accordion-content p a {  }
.arconix-faq-accordion-content p a:hover { color: red; text-decoration: underline; }
.arconix-faq-accordion-content table { width: auto; margin-top: 0; margin-bottom: 0; border-radius: 0; font-size: 0.6em; }
.arconix-faq-accordion-content table tbody tr { background-color: transparent; }
.arconix-faq-accordion-content a.button,
.arconix-faq-accordion-content a.button:hover { color: #fff; text-decoration: none; }


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


.wpcf7 { width: 100%; display: block; height: auto; overflow: hidden; }
.wpcf7 .wpcf7-form { width: 100%; }
.wpcf7 .wpcf7-form br { display: none; }
.wpcf7 input, .wpcf7 textarea { border: none; padding: .5em 1em; background-color: #295669; color: #fff; margin-bottom: 10px; box-sizing: border-box; }
.wpcf7 textarea { height: 150px; }
.wpcf7 input:focus, .wpcf7 input:active { background-color: #fff; color: #000; } 
.wpcf7 input.full-width { float: left; width: 100%; }
.wpcf7 input.half-width { width: 49%; float: left; }
.wpcf7 input.half-width-first { width: 49%; float: left; margin-right: 2%; }
.wpcf7 .wpcf7-submit { display: block; margin-top: 1em; border: none; padding-left: 3em; padding-right: 3em; background-color: #e30714; }
.wpcf7 .wpcf7-submit:hover { cursor: pointer; }
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label { display: inline-block; font-size: .9em; float: right; width: 95%; }

.wpcf7 .wpcf7-not-valid-tip { position: relative; float: left; background-color: #c40000; margin-top: .75em; margin-bottom: 1em; color: #fff; padding: .25em 1em; border-radius: 60px; }
.wpcf7 .wpcf7-not-valid-tip:after { bottom: 100%; left: 20%; border: solid transparent; content: ""; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(196, 0, 0, 0); border-bottom-color: #c40000; border-width: 10px; margin-left: -10px; }


/* === TESTIMONIAL SLIDER === */


.cbp-fwslider { padding: 0 0 50px !important; }
.testimonialSlider { display: block; text-align: center; box-sizing: border-box; padding: 0; margin-top: 3em; color: #fff; }
.testimonialSlider { display: block; color: #fff; font-family: 'Georgia', serif; font-size: 1.2em; font-weight: 300; line-height:1.5em; }
.testimonialSlider .cbp-fwslider nav { display: none; }
.testimonialSlider .cbp-fwslider ul { white-space: normal; }
.testimonialSlider .cbp-fwslider ul li { margin-left: 0; height: auto; overflow: hidden; }
.testimonialSlider .cbp-fwslider ul li span.small { font-family: 'SFPro', sans-serif; font-size: .8em; color: rgba(255,255,255,0.5); text-align: center; margin: 0 auto; }
.testimonialSlider .cbp-fwdots { }
.testimonialSlider .cbp-fwdots span { background-color: rgba(255,255,255,0.5);}
.testimonialSlider .cbp-fwdots span:hover { background-color: #fff; }
.testimonialSlider .cbp-fwdots span.cbp-fwcurrent { background-color: #fff; box-shadow: 0 0 0 2px #fff; }


/* === 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: #004592 !important; }
.cn-button.wp-default:hover { color: #fff; background: #0075f8 !important; }


/* === WP SHOW POSTS CUSTOMIZATION === */


.clmn .wp-show-posts-columns { padding: 0; }
.clmn .wp-show-posts-inner { background-color: #fff; position: relative; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
.clmn .wp-show-posts-image.wpsp-image-center { margin-left: 0; margin-top: 0em; margin-bottom: 0; width: 100%; position: relative; }
.clmn .wp-show-posts-inner .wp-show-posts-entry-header,
.clmn .wp-show-posts-inner .wp-show-posts-entry-summary,
.clmn .wp-show-posts-inner .wpsp-read-more { position: relative; padding: 0 1.5em 1em; background-color: #fff; float: left; width: 100%; margin: 0; }
.clmn .wp-show-posts-inner .wp-show-posts-entry-header { padding: 1.5em 1.5em 1em; z-index: 1; margin-top: 0; }
.clmn .wp-show-posts-inner .wp-show-posts-entry-summary { font-size: .9em; line-height: 1.3; }
.clmn .wp-show-posts-inner .wpsp-read-more { padding: 0 1.5em 1.5em; }
.clmn .wp-show-posts-inner .wp-show-posts-entry-header a { color: #1b4051; }
.clmn .wp-show-posts-inner:hover .wp-show-posts-entry-header a { color: #e30714; }


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


/* === RESPONSIVENESS === */


@media screen and (max-width:1620px) {
	body { font-size: 1.6rem; font-size: 16px; }
	.navToggle .bar.two { top: 14px; }
	.navToggle .bar.three { top: 28px; }
	.slider.slider-left .slider-content-wrapper { padding: 4em; }
	.slider.slider-right .slider-content-wrapper { padding: 4em; }
	.arconix-faq-accordion-content p,
	.arconix-faq-accordion-content ul li { font-size: 16px; font-size: 1.6rem !important; }
}

@media screen and (max-width:1280px) {
	body { font-size: 1.4rem; font-size: 14px; }
	.inside { padding-left: 60px; padding-right: 60px; }
	.arconix-faq-accordion-content p,
	.arconix-faq-accordion-content ul li { font-size: 14px; font-size: 1.4rem !important; }
}

@media screen and (max-width:1023px) {
	#header { background-position: bottom left; }
	#header .inside { position: relative; float: left; width: 100%; padding: 0 40px; }
	#header .logo { height: 40px !important; margin: 10px 0 !important; }
	#header .language { margin-top: -2px; }
	#headermenu ul.menu > li { margin-top: 26px; }
	#headermenu ul.menu > li > a { padding: 0 1em; }
	#header .menu-widgets { right: 70px; }
	
	.navToggle { display: block; position: absolute; z-index: 999; top: 18px; left: auto; right: 40px; height: 24px; width: 30px; }
	.navToggle .bar { position: absolute; width: 30px; height: 2px; background-color: #1b3f51; -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;  }
	.navToggle:hover .bar { background-color: #1b3f51; }
	.navToggle .bar.one {top: 0; }
	.navToggle .bar.two {top: 11px; }
	.navToggle .bar.three {top: 22px; }
	.navToggle.active .bar { background-color:#1b3f51; }
	.navToggle.active:hover .bar { background-color: #1b3f51; }
	.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; }
	
	#mainmenu { display: block; background-color: #fff; opacity: 0; position: absolute; top: 0; right: -200px; width: 33%; height: 100vh; z-index: -1; overflow: hidden; -moz-transition: all .5s ease; -o-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease;  }
	#mainmenu.open { right: 0; opacity: 1; }

	#mainmenu ul.menu { display: block; box-sizing: border-box; padding: 30% 1.1em; width: 100%; margin: 0 auto; text-align: left; }
	#mainmenu ul.menu > li { display: block; margin-top: 0 !important; margin-bottom: 0 !important; }
	#mainmenu ul.menu > li > a { display: block; font-size: 1.2em; width: 100%; color: #1b3f51; padding: 0.5em 0.3em !important; }
	#mainmenu ul.menu > li:hover { }
	#mainmenu ul.menu > li > a:hover, 
	#mainmenu ul.menu > li.current-menu-item > a, 
	#mainmenu ul.menu > li.current_page_item > a { color: #1b3f51; }
	#mainmenu ul.menu > li > ul.sub-menu { display: block; position: relative; box-shadow: none; }
	#mainmenu ul.menu > li:hover > ul.sub-menu,
	#mainmenu ul.menu > li.current-menu-item > ul.sub-menu,
	#mainmenu ul.menu > li.current-page-ancestor > ul.sub-menu { display: block; }
	#mainmenu ul.sub-menu { display: none !important; background-color: transparent; }
	#mainmenu ul.sub-menu > li > a { text-align: left; border-left: none; padding: 0.2em 1em !important; font-size: 1.2em; color: #1b3f51; }
	#mainmenu ul.sub-menu > li > a:hover { background-color: transparent; }	
	
	#mainmenu ul.menu > li.menu-item-has-children:hover > a { }
	#mainmenu ul.menu > li:hover > ul.sub-menu { background-color: transparent; }
	#mainmenu ul.menu li a:hover { cursor: pointer; }
	
	article#main { margin-top: 60px; }
	.banner-overlay { height: 4em; }
	section.blogcontent { margin-top: 0; }
	section.blogcontent .inside { padding: 0 40px; }
	section.blogcontent h1 { max-width: 80%; font-size: 2.2em; }
	section.blogcontent h2 { font-size: 1.2em; }
	section.blogcontent .wp-block-columns { display: block; }
	
	section.bgimg, .bgimg.fix, .parallax { background-attachment: scroll; }
	
	.inside { padding-left: 40px; padding-right: 40px; }
	.slider.slider-right .slider-content-wrapper { padding: 2em; }
	.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 {-webkit-hyphens: auto; -moz-hyphens: auto; -o-hyphens: auto; hyphens: auto;}
	h2 + h2 { margin-top: -0.7em; }
	em { padding-top: 70px; background-size: 60px auto; }
	.icon img { width: 80px; height: 80px; margin-bottom: 1em; }
	.gallery .gallery-item { width: 33% !important; padding: 0 25px !important; }
}

@media screen and (max-width:640px) {
	.hideMobile { display: none; }
	.showMobile { display: block; }
	#header .inside { padding-left: 20px; padding-right: 20px; }
	
	.show-on-scroll { opacity: 1 !important; transition: all 0s 0s ease-out !important; transform: translate(0, 0) !important; }	
	
	.navToggle { right: 20px; }
	
	#headermenu { display: none; }
	#header .menu-widgets { right: 64px; top: 10px; }
	#header .menu-widget a.button { padding: 0.5em 1.2em; }
	#mainmenu { width: 100%; right: -100%; }
	#mainmenu ul.menu { padding: 20% 1.1em; }
	
	.inside { padding-left: 20px; padding-right: 20px; }
	
	.vh75 { min-height: 50vh !important; }
	.slider.vh75,
	.slider.vh50 { height: 50vh !important; min-height: 50vh !important; }
	.slider .slider-content-wrapper.slider-content-left .inside,
	.slider .slider-content-wrapper.slider-content-right .inside { padding-left: 20px; padding-right: 20px; }
	.slider.slider-right .slider-content-wrapper { position: relative; width: 100%; box-sizing: border-box; padding: 2em; margin: 0; background-color: rgba(0,0,0,0.5); }
	.slider.slider-right .slider-image-wrapper { position: absolute; left: 0; width: 100%; margin: 0; }
	.slider .slider-content-wrapper .inside h1 { font-size: 2.0em; }
	.slider .slider-content-wrapper .inside p { font-size: 1.0em; }
	.slider .slider-content-wrapper .inside h1.small { font-size: 1.3em; }
	.slider .slider-content-wrapper .inside h2.large { font-size: 2.0em; }
	.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 ul.social-icons.blue li a { background-color: transparent; }
	.slider ul.social-icons.blue li a:hover { background-color: rgba(255,255,255,0.2); }
	
	.slider:first-of-type { min-height: 0 !important; height: 400px !important; }
	.inclcontent:first-of-type, .pagecontent:first-of-type { min-height: 0 !important; height: auto !important; display: block !important; padding-top: 5em !important; } 

	#banner { margin-top: 60px; height: 25vh; }
		
	.button { display: inline-block; width: auto; }
	.button.small { padding: 0.8em 1.5em; font-size: 1em; }
	.button + .button { margin-left: 0; margin-top: 10px; }

	section { padding: 3em 0; }
	.section-header { padding-left: 0; padding-right: 0; font-size: 1.5em; }

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

	article#main .columns { width: 100%; margin: 0; }

	.inclcontent .clmn,
	.blogcontent .clmn { padding: 0; margin: 0; }
	.inclcontent .clmn.col100,
	.inclcontent .clmn.col75,
	.inclcontent .clmn.col67,
	.inclcontent .clmn.col50,
	.inclcontent .clmn.col33,
	.inclcontent .clmn.col25,
	.blogcontent .clmn.col75,
	.blogcontent .clmn.col67,
	.blogcontent .clmn.col33,
	.blogcontent .clmn.col25 { width: 100%; }
	.clmn+.clmn { margin-top: 3em; }
	

	.inclcontent h1 { font-size: 2.2em; }
	.inclcontent h2 { font-size: 1.5em; }

	.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; }
	
	.teaser-item { width: 100% !important; margin: 0 0 2em !important; }

	#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 .image { position: absolute; top: 0; left: 0; margin-top: 0; width: 100%; height: auto; }
	#blog-overview .clmn.item .text { margin-left: 2em; width: calc(100% - 4em); margin-top: 70%; }
	#blog-overview .clmn.item .clmn.col80.text { margin-top: 4em; }
	#blog-overview .clmn.item h3 { font-size: 1.3em; }
	#blog-overview .clmn.item .meta { z-index: 2; 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 { padding-bottom: 2em; font-size: 1em; }
	#bottom .inside { padding-left: 0; padding-right: 0; }
	#bottom .columns { padding-bottom: 0; }
	#bottom .clmn.col33, 
	#bottom .clmn.col25 { width: 100%; padding: 0 20px; }
	#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; }
}
