/*
Theme Name: FAMILIENZENTRUM BERLIN-BUCH
Description: Individuelles WordPress-Theme für das SEHstern Familienzentrum im Bucher Bürgerhaus
Author: Sebastian Klammer Grafikdesign Berlin
Author URI: https://sebastian-klammer.de/
Version: 1.0 (01.08.2025)
*/

/* === 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.5 !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: inline-block; }
.tablet-size { display: none; }
.phone-size { display: none; }
.hide-mobile { display: inline-block; }
.show-mobile { display: none; }
.clr { clear: both; }
.clrfix:after { content: "."; clear: both; display: block; visibility: hidden; height: 0; }

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

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

.button { display: inline-block; font-family: 'helvetica_regular', sans-serif; font-weight: normal; padding: 0.8em 1.6em; font-size: 1em; letter-spacing: .75px; margin-top: 1em; }
.button:before {content: url('images/list-arrow_white.svg'); float: left; display: block; width:1.2em; height:1.2em; margin-right: .5em; margin-top: .15em; }
.button:hover { transform: scale(1.05); }

.button.small { padding: .5em 1.0em; font-size: .75em; }

.readmore:before {content: url('images/list-arrow_blue.svg'); float: left; display: block; width:1.2em; height:1.2em; margin-right: .5em; margin-top: .2em; }
.readmore:hover:before {content: url('images/list-arrow_tuerkis.svg'); }

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

.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; background-size: cover; background-position: center center; background-repeat: no-repeat;}
section.slider-section { padding: 0; }
section.transparent + section.transparent,
section.white + section.white,
section.lightblue + section.lightblue,
section.mediumblue + section.mediumblue,
section.darkblue + section.darkblue,
section.tuerkis + section.tuerkis,
section.green + section.green,
section.yellow + section.yellow { padding-top: 0; margin-top: -2em; }

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

.inclcontent ol { list-style-type: none; counter-reset: bulletcounter; padding: 0; }
.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; }


/* === COLOURS === */


body, input, select, textarea { color: #000; }

h1, h2, h3, h4, h5, h6 {color: #0c6aa6;}

a  { color: #0a69a6; }
a:hover  { color: #2ac6ef; }

.button { background: #0a69a6; color: #fff; }
.button:hover { background: #2ac6ef; color: #fff; }

.readmore  { float: right; font-weight: bold; letter-spacing: .75px; color: #0a69a6; margin-top: -.5em; margin-bottom: 1.5em; }
.readmore:hover  { color: #2ac6ef; }

.slider .slider-text-white .button { background: #fff; color: #0a69a6; }
.slider .slider-text-white .button:before {content: url('images/list-arrow_blue.svg'); }
.slider .slider-text-white .button:hover { background: #2ac6ef; color: #fff; }
.slider .slider-text-white .button:hover:before {content: url('images/list-arrow_white.svg'); }

.slider .slider-text-black .button { background: #0a69a6; color: #fff; }
.slider .slider-text-black .button:before {content: url('images/list-arrow_white.svg'); }
.slider .slider-text-black .button:hover { background: #2ac6ef; color: #fff; }

.darksection > .clmn-content h1, 
.darksection > .clmn-content h2, 
.darksection > .clmn-content h3, 
.darksection > .clmn-content h4, 
.darksection > .clmn-content h5,
.darksection > .inside > h2.section-header,
.darksection > .inside > .columns > .clmn.transparent h1, 
.darksection > .inside > .columns > .clmn.transparent h2, 
.darksection > .inside > .columns > .clmn.transparent h3, 
.darksection > .inside > .columns > .clmn.transparent h4, 
.darksection > .inside > .columns > .clmn.transparent h5 { color: #fff; }
.darksection > .clmn-content p, 
.darksection > .inside > .columns > .clmn.transparent p,
.darksection > .clmn-content ul li, 
.darksection > .inside > .columns > .clmn.transparent ul li  { color: #fff; }
.darksection > .inside > .columns > .clmn.highlighted p { color: #fff; }
.darksection > .clmn-content a.button, 
.darksection > .inside > .columns > .clmn.transparent a.button { color: #fff; }
.darksection > .inside > .columns > .clmn.transparent .button:before {content: url('images/list-arrow_blue.svg'); }
.darksection > .inside > .columns > .clmn.transparent .readmore:before {content: url('images/list-arrow_white.svg'); }

section.transparent .teaser-item { background: #e6f0f6; }
section.white .teaser-item { background: #e6f0f6; }
section.lightblue .teaser-item { background: #fff; }
section.mediumblue .teaser-item { background: #e6f0f6; }
section.darkblue .teaser-item { background: #c5dcea; color: #fff; }
section.tuerkis .teaser-item { background: #fff; }
section.green .teaser-item { background: #fff; }
section.yellow .teaser-item { background: #fff; }

.transparent { background-color: transparent; }
.white { background-color: #fff; }
.lightblue { background-color: #e6f0f6; }
.mediumblue  { background-color: #c5dcea; }
.darkblue { background-color: #0a69a6; }
.tuerkis { background-color: #2ac6ef; }
.green { background-color: #8cd00a; }
.yellow { background-color: #faab31; }

.text-blau { color: #0a69a6; }
.text-tuerkis { color: #2ac6ef; }
.text-gruen { color: #8cd00a; }
.text-gelb { color: #faab31; }

#header .meta-bar { background-color: #e6f0f6; color: #0a69a6; }


/* === FONTS === */


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

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

h1, h2, h3, h4, h5, h6 { position: relative; font-family: 'open-sans-bold', sans-serif; font-weight: normal; line-height: 1.2; margin: 0 0 1em; }
h1 { font-size: 4.5em; margin-top: 0; line-height: 1.2; }
h2 { font-size: 2.5em; }
h2.section-header { font-size: 2.5em; text-align: left; box-sizing: border-box; margin-bottom: 1em; width: 100%; }
h1 + h2 { margin-top: -.75em; font-size: 2em; }
h2 + p { margin-bottom: 1em; }
h3 { font-size: 2.25em; }
h2 + h3 { font-family: 'helvetica_light', sans-serif; font-weight: lighter; margin-top: -1em; }
h4 { font-size: 1.6em; }
h5 { font-size: 1.3em; }


p { margin: 0 0 1.5em; /* hyphens: auto; */ }
p:last-of-type { margin-bottom: 0; }
p.small { font-size: .75em; }

blockquote, blockquote p { font-size: 1.2em; font-family: 'Georgia', sans-serif; line-height: 1.4; font-style: italic; }
blockquote + p { margin-top: 1em; }

strong { font-family: 'helvetica_bold', sans-serif; font-weight: normal; }
.light { font-family: 'helvetica_light', sans-serif; font-weight: lighter; }

.clmn.highlighted .clmn-content { font-family: 'helvetica_light', sans-serif; font-size: 1.25em; line-height: 1.5; text-align: left; }
.clmn.highlighted.centered .clmn-content { text-align: center; }
.clmn.highlighted .clmn-content a.button { font-size: .7em; }

article#main { width: 100%; height: auto; margin-top: 6.5em; overflow: hidden; }
body.pojo-a11y-grayscale article#main { margin-top: 0; }
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 === */


#header { position: fixed; top: 0; display: block; background: #fff; height: auto; width: 100%; z-index: 9; box-shadow: 0px 1px 3px rgba(0,0,0,0.1); transition: all .5s ease; }
#header .inside { position: relative; text-align: center; }
#header .clmn { padding: 0; }

#header .menu-widgets { position: relative; margin-top: 36px; 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: 42px; height: 42px; font-size: 0; border-radius: 100%; background-position: center center; background-size: 70%; background-repeat: no-repeat; transition: all .2s ease; background-color: #fff; }
#header .menu-widgets .menu-widget ul li a:hover { transform: scale(1.05); background-color: #fff; }

#header .menu-widgets .menu-widget ul li a.instagram { background-image: url(images/icon_social_instagram_col.svg); }

#header .logo { float: left; display: inline-block; height: 76px; width: auto; margin-top: 15px; margin-bottom: 15px; }
#header .logo > img { height: 100%; width: auto; }

#header .meta-bar { height: auto; overflow: hidden; margin-top: 0; }
#header .meta-bar * { transition: all .2s ease; }
#header .meta-bar .inside { padding: .75em 0; font-size: .9em; }

#mainmenu { display: inline-block; width: auto; }
#mainmenu * { transition: all .2s ease-out; }
#mainmenu ul { text-align: center; }
#mainmenu ul.menu > li { display: inline-block; padding: 0; margin: 0 !important; position: relative; }
#mainmenu ul.menu > li > a { line-height: 35px; padding: 35px 1em; }
#mainmenu ul.menu li a { font-family: 'helvetica_regular', sans-serif; font-weight: normal; color: #0a69a6; display: block; }
#mainmenu ul.menu li a:hover { color: #2ac6ef; transform: scale(1.05); }
#mainmenu ul.menu li.current-menu-item > a,
#mainmenu ul.menu li.current-menu-parent > a { color: #2ac6ef; }
#mainmenu ul.menu li.hidden-item { display: none; }

#mainmenu ul.menu > li > ul.sub-menu { display: none; text-align: left; position: absolute; top: 100%; left: 0; box-shadow: 0px 10px 10px rgba(0,0,0,0.2); }
#mainmenu ul.sub-menu > li { display: block; padding: 0; margin: 0 !important; }
#mainmenu ul.sub-menu > li > a {background: #fff; padding: .75em 2em; white-space: nowrap; border-top: 1px solid rgba(42, 198, 239, .15); }
#mainmenu ul.sub-menu > li:first-of-type > a { border-top: none; }

#mainmenu ul.menu > li:hover > ul.sub-menu { display: block; background: #fff; }


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


body.scrolling { }
body.scrolling #header .logo { height: 60px; margin-top: 12px; margin-bottom: 12px; }
body.scrolling #mainmenu ul.menu > li > a { line-height: 28px; padding: 28px 1em; }
body.scrolling #header .meta-bar .inside { padding: 0; line-height: 0; opacity: 0; }
body.scrolling #pojo-a11y-toolbar { top: 15px !important; }


/* === DONATIONS POP-UP === */


.spenden-button { position: fixed; z-index: 2000; bottom: calc(40% - 50px); right: 20px; width: 110px; height: 110px; overflow: hidden; box-sizing: border-box; padding: .4em; transition: all .2s ease-in-out; }
.spenden-button.hidden { display: none; }
.spenden-button:hover { cursor: pointer; transform: scale(1.2); }
.spenden-button img { width: 100%; height: auto; }

.spenden-content { position: fixed; z-index: 2100; /* top: calc(50% - 300px); */ top: 0; right: 0; width: 60%; height: 100%; margin-right: -150%; overflow: hidden; box-sizing: border-box; background-color: #fff; color: #333; box-shadow: 0 0 20px rgba(0,0,0,0.2); transition: all .2s ease-in-out; }
.spenden-content a { }
.spenden-content .button { font-size: .8em; }
.spenden-content.open { margin-right: 0; }
.spenden-content .popup-closer { position: absolute; top: 10px; right: 10px; display: block; width: 40px; height: 40px; background-color: #d30045; border-radius: 100%; text-align: center; line-height: 40px; font-weight: bold; color: #fff; }
.spenden-content .popup-closer:hover { cursor: pointer; }

.spenden-content .spenden-widget { box-sizing: border-box; height: auto; width: 100%; overflow: hidden; float: left; text-align: left; padding: 2em; box-sizing: border-box; }
.spenden-content .spenden-widget h3 { font-size: 1.75em; }
.spenden-content .spenden-widget p { margin: 0 0 1em; }
.spenden-content .spenden-widget p.largetext { font-size: 1.4em; margin-bottom: .35em; margin-top: -0.3em; }


/* SPENDENBANK API CUSTOMIZATION */


.spenden-content .spenden-widget { height: 100%; }
.spenden-content .spenden-widget .textwidget { height: 90%; }
.spenden-content .spenden-widget #bfs-net-tool { height: 90%; }


/* === 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; 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: 2; }
.slider .slider-content-wrapper .inside { position: relative; box-sizing: border-box;}
.slider .slider-content-wrapper .inside h1 { font-size: 4.5em; margin-bottom: .2em; }
body.home .slider .slider-content-wrapper .inside h1 { font-size: 5.5em; }
.slider .slider-content-wrapper .inside h2 { font-family: 'open-sans-regular', sans-serif; font-size: 2.0em; margin-top: -2em; }
.slider .slider-content-wrapper .inside p { font-size: 1.25em; font-family: 'helvetica_regular', sans-serif; }
.slider .slider-content-wrapper .inside p .button { font-size: .9em; }
.slider .slider-content-wrapper.slider-content-left .inside { width: 100%; padding-left: 80px; padding-right: 20%; }
.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: 20%; 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: #000; }

.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: #fff; display: block; width: 8px; height: 8px; border: 2px solid #fff; border-radius: 16px; }
.slider .bjqs-markers li.active-marker a { background: #fff; width: 50px; }

.slider .bjqs-controls { top: 50%; position: absolute; left: 50px; right: 50px; list-style-type: none; font-size: 0; z-index: 3; }
.slider .bjqs-controls li a { display: inline-block; width: 60px; height: 60px; background-position: center center; background-size: 100% 100%; background-repeat: no-repeat; opacity: .5; }
.slider .bjqs-controls li a:hover { opacity: 1; }
.slider .bjqs-controls li.bjqs-prev { float: left; }
.slider .bjqs-controls li.bjqs-prev a { background-image: url(images/icon_slider_prev.svg); }
.slider .bjqs-controls li.bjqs-next { float: right; }
.slider .bjqs-controls li.bjqs-next a { background-image: url(images/icon_slider_next.svg); }

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


/* 
.slider .slider-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background-size: 100% 100%; background-repeat: no-repeat; }

.slider:has(.slider-content-left) .slider-overlay { background-image: url(images/slider-overlay-left.webp); opacity: 0.9; }
.slider:has(.slider-content-right) .slider-overlay { background-image: url(images/slider-overlay-right.webp); opacity: 1; }
.slider:has(.slider-content-center) .slider-overlay { background-image: url(images/slider-overlay-center.webp); opacity: .8; }
*/

.slider .slider-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; background-color: rgba(0,0,0,0.5); }

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

section.slider-section:has(.highlight-bar) { position: relative; padding-bottom: 80px; }
section.slider-section:has(.highlight-bar) .slider .bjqs-markers { bottom: 3em; }


/* === BANNER === */


#banner { position: relative; height: 60vh; background: rgba(154, 159, 112, 0.15); background-size: cover; background-position: center center; background-repeat: no-repeat; }
#banner .inside { position: relative; z-index: 1; height: 100%; display: flex; align-items: center; }
#banner .inside .banner-content h1 { color: #fff; font-size: 3.5em; }
#banner .inside .banner-content #breadcrumbs { color: #fff; }
#banner .inside .banner-content #breadcrumbs a { color: #fff; }
#banner .inside .banner-content #breadcrumbs a:hover { color: #fff; text-decoration: underline; }


/* === HIGHLIGHT BAR === */



.highlight-bar { display: none; position: absolute; bottom: 0; width: 100%; height: auto; z-index: 2; }
article#main section.slider-section:first-of-type .highlight-bar { display: block; }  
.highlight-bar .inside { position: relative; max-width: 1350px; background: #0c6aa6; /*
background: #139bbf; */ display: block; min-height: 120px; padding: 1em 1em 1em 150px !important; color: #fff; font-size: .95em; line-height: 1.3 !important; box-shadow: 0 24px 36px -16px rgba(52,73,94,.45); } 
.highlight-bar .inside h4 { color: #fff; font-size: 1.35em; margin-top: 0; margin-bottom: .25em; }
.highlight-bar .inside a { color: #89e6ff; font-weight: bold; }
.highlight-bar .inside a:hover { color: #fff; }
.highlight-bar .inside:before { content: ''; position: absolute; left: 0; top: 0; width: 120px; height: 120px; background-color: #d30045; background-image: url(images/icon_hinweis.png); background-size: 100% 100%; background-repeat: no-repeat; }


/* === MAIN === */


.pagecontent, .inclcontent { 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% + 2em); height: 100%; position: relative; flex-wrap: wrap; display: flex; padding-top: 4em; padding-bottom: 4em; margin-left: -1em; }
.columns + .columns { padding-top: 0; margin-top: -2em; }
.columns.add-top-margin { padding-top: 2em !important; margin-top: 0 !important; }
section .columns:first-of-type { padding-top: 0 !important; }
section .columns:last-of-type { padding-bottom: 0 !important; }

.clmn { box-sizing: border-box; float: left; margin-left: 1em; margin-right: 1em; padding: 0; }
.clmn.transparent { padding: 0; }
.clmn.white, 
.clmn.lightblue, 
.clmn.mediumblue, 
.clmn.darkblue,
.clmn.tuerkis,
.clmn.green,
.clmn.yellow { padding: 2em; }
.clmn.transparent.with-padding { padding: 0 2em; }

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

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

.clmn.col_align_left { }
.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; }

.clmn.lightblue h4, 
.clmn.mediumblue h4,
.clmn.darkblue h4,
.clmn.tuerkis h4,
.clmn.green h4,
.clmn.yellow h4 { margin-top: 0; margin-bottom: .25em; }     

.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; }
.align-justify h1, .align-justify h2, .align-justify h3, .align-justify h4 { text-align: center; } 
.vertical-center { display: flex; align-items: center; }

.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: 'open-sans-bold', 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 { transition: all .2s ease-in-out; color: #fff; }
.clmn.icon a:hover { transform: scale(1.05); color: #fff; }

.clmn.image-left .image { float: left; width: 33%; }
.clmn.image-left .content { float: left; width: 66%; padding-left: 3em; box-sizing: border-box; }


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


.clmn.teaser-item { transition: all .2s ease-in-out; margin-bottom: 2em; }
.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.35em; text-align: left; font-family: 'open-sans-bold', sans-serif; }
.clmn.teaser-item p { text-align: left; hyphens: auto; color:#000; }
.clmn.teaser-item:hover { transform: scale(1.025); 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; }

.col100.teaser-item { width: 100%; }
.col100.teaser-item .image { float: left; width: 40%; }
.col100.teaser-item .box { float: left; width: 60%; }
.col100.teaser-item .box h3 { font-size: 1.75em; margin-bottom: 1em; }
.col100.teaser-item .box .readmore { float: left; }

section.teasers-1-items .clmn.teaser-item:nth-of-type(n+2) { display: none; }
section.teasers-2-items .clmn.teaser-item:nth-of-type(n+3) { display: none; }
section.teasers-3-items .clmn.teaser-item:nth-of-type(n+4) { display: none; }
section.teasers-4-items .clmn.teaser-item:nth-of-type(n+5) { display: none; }
section.teasers-5-items .clmn.teaser-item:nth-of-type(n+6) { display: none; }
section.teasers-6-items .clmn.teaser-item:nth-of-type(n+7) { display: none; }
section.teasers-7-items .clmn.teaser-item:nth-of-type(n+8) { display: none; }
section.teasers-8-items .clmn.teaser-item:nth-of-type(n+9) { display: none; }
section.teasers-9-items .clmn.teaser-item:nth-of-type(n+8) { display: none; }


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


img.tilted { display: block; margin: 0 auto; border: 10px solid #fff; box-shadow: 3px 3px 20px -10px rgba(0,0,0,0.5); width: 80%; transition: all .1s ease-out; text-align: center; }
img.tilted:hover { transform: scale(1.25) rotate(0deg) !important; box-shadow: 10px 10px 50px -10px rgba(0,0,0,0.5); } 
img.tilted:nth-of-type(1) { transform: rotate(-2deg); }
img.tilted:nth-of-type(2) { transform: rotate(1deg); margin-top: -1em; }
img.tilted:nth-of-type(3) { transform: rotate(-2deg); margin-top: -1em; }
img.tilted:nth-of-type(4) { transform: rotate(1deg); margin-top: -1em; }

.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 { text-align: center; }
.clmn.round-image img { border-radius: 100%; margin-bottom: 1em; }
.clmn.small-image-left p:first-of-type { height: 20vh; width: 100%; text-align: left; border-bottom: 3px dotted rgba(0,0,0,0.2); }
.clmn.small-image-left img { height: auto; width: auto; max-width: 50%; max-height: 90%; }
.clmn.small-image-center p:first-of-type { height: 20vh; width: 100%; text-align: center; border-bottom: 3px dotted rgba(0,0,0,0.2); }
.clmn.small-image-center img { height: auto; width: auto; max-width: 50%; max-height: 90%; }


/* === 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 #91b508; font-size: 1em; }
ul.fancy-list li:before { content: ""; display: block; height: 1em; width: 1em; background-image: url(images/list-arrow_blue.svg); background-size: 100% auto; background-repeat: no-repeat; position: absolute; left: 0; margin-top: 5px; }

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: #000; 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_blue.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: #6c2996; left:-1em; top:0; font-weight:300; font-size:1.3em; }


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


.bloglist { clear: left; background: rgba(244, 246, 249, 1); display: block; }
.bloglist .columns + .columns { margin-top: 0; }

.bloglist .item { background: #fff; border-radius: .75em; margin-bottom: 2em; overflow: hidden; transition: all .2s ease-in-out; }
.bloglist .item:hover { transform: scale(1.05); box-shadow: 0 0 40px rgba(0,0,0,0.1); }
.bloglist .item .clmn { box-sizing: border-box; }
.bloglist .item .clmn.image { margin: 0 !important; }
.bloglist .item .clmn.text { padding: 2em 0; color: #144055; }
.bloglist .item .clmn.text h3 { font-size: 1.5em; margin-bottom: 0; }
.bloglist .item .clmn.text .meta { font-size: .75em; margin-bottom: 1em; }
.bloglist .item a .clmn.text { color: #000; }
.bloglist .item:hover a .clmn.text { color: #000; }

#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 #144055; }
#blog-sidebar h3 { text-transform: none; font-size: 1.5em; }


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


section.blogcontent { padding: 4em 0; }
section.blogcontent .col75 { width: calc(72% - 2em); }
section.blogcontent .col75 p { hyphens: auto; margin-bottom: 3em; }


/* — BLOG CONTENT — */


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

.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 { color: #c0b19b; }
.blogcontent .col75 .navigation a:hover { color: #c0b19b; }


/* === FOOTER === */


#bottom { position: relative; color: rgba(255,255,255,0.8); font-size: .9em; padding: 4em 0; background-color: #0a69a6; background-image: url(images/footer-icon_familienzentrum-buch.svg); background-position: right 4em center; background-size: auto 100%; background-repeat: no-repeat; }

#bottom footer { width: 100%; }

#bottom .columns { width: 100%; margin-left: 0; padding: 1em; }
#bottom .clmn { margin-left: 3%; 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: 1.2em; color: #fff; }
#bottom .footer-widget a { color: #2ac6ef; }
#bottom .footer-widget a:hover { color: #fff; }
#bottom .footer-widget .button { color: #fff; }
#bottom .footer-widget .button:hover { background: #5cdbfd; }

#bottom .clmn { text-align: left; }
#bottom .clmn ul { list-style-type: none; }
#bottom .clmn ul li { border-bottom: 1px solid rgba(255,255,255,0.1); margin: 0 !important; padding: 0 !important; }
#bottom .clmn ul li a { padding: 1em 0; display: block; margin: 0; line-height: 1; }

#bottom .credits { font-size: .75em; text-align: center; color: #2ac6ef; }
#bottom .credits a { color: #2ac6ef; }

#bottom .button { background-color: #00b1e0; color: #fff; }
#bottom .button:hover { background-color: #fff; color: #00b1e0; }

 

/* === 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(0,0,0,0.1); background: transparent; padding: 1.2em 0; font-size: 1.3em; font-family: 'open-sans-bold', sans-serif; color: #2ac6ef; font-weight: normal; letter-spacing: 0; transition: all .3s ease-out; }
section .ui-accordion .ui-accordion-header:hover { color: #0c6aa6; }
section.darksection .ui-accordion .ui-accordion-header { border-bottom: 1px solid rgba(255,255,255,0.07); }
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: #0c6aa6; }
section .ui-widget-content { position: relative; border: none; border-radius: 1em; background: #fff; font-size: 1em; font-family: 'helvetica_light', sans-serif; font-weight: normal; line-height: 1.6; letter-spacing: .5px; color: #000; margin-top: 10px; }
section .ui-widget-content a.button { color: #fff; }
section.darksection .ui-widget-content { background: #fff; color: #000; }
section .ui-widget-content:after { bottom: 100%; left: 120px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: transparent; border-bottom-color: #fff; border-width: 15px; margin-left: -15px; }
section.darksection .ui-widget-content:after { border-bottom-color: #fff; }
section .ui-accordion .ui-accordion-content { padding: 3em; 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; background: #f1f6f9; color: #0c6aa6; padding: .5em; }
.wpcf7 textarea { height: 160px; }
.wpcf7 .button { background: #0a69a6; color: #fff; border: none; padding: .75em; margin-top: 0; font-size: 1em; }
.wpcf7 .button:hover { background: #2ac6ef; color: #fff; 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%; }


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


/* === 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: #c0b19b; 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: #c0b19b; }
.cbp-fwdots span.cbp-fwcurrent { background: #c0b19b; box-shadow: 0 0 0 2px #4a8e8f; 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 { transform: translateZ(0); float: left; display: block; margin: 0; margin-bottom: 0px; padding: 0; font-size: 1.2em; font-family: 'helvetica_light', sans-serif; font-style: italic;
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: .75em; color: #c0b19b; }
.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: #c0b19b; 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/icon_function_plus.svg'); background-repeat: no-repeat; background-size: auto 70%; font-size: 1em; font-weight: 700; }
.clmn .colomat-close { background-image: url('images/icon_function_minus.svg'); }
.clmn .collapseomatic:hover { color: #000; }
.clmn .collapseomatic_excerpt, .collapseomatic_content { float: left; margin-left: 0 !important; margin-top: -1em !important; }
.clmn .collapseomatic_content + h3 { margin-top: 2em; }


/* === SIMPLE CALENDAR - GOOGLE CALENDAR PLUGIN === */


.clmn .simcal-calendar { padding-top: 0; }
.clmn .simcal-calendar .simcal-calendar-list { font-family: 'open_sans-regular', sans-serif; font-size: 18px; font-size: 1.8rem; } 
.clmn .simcal-calendar .simcal-calendar-list dt.simcal-day-label { border-bottom: none !important; margin: 1em 0 0; }
.clmn .simcal-calendar .simcal-calendar-list dt.simcal-day-label span { background-color: #0c6aa6 !important; color: #fff; font-size: 1.1em; font-weight: bold; padding: .5em; }
.clmn .simcal-default-calendar-list ul.simcal-events { margin: 0; }
.clmn .simcal-default-calendar-list .simcal-day-has-events { background: rgba(255,255,255,1); padding: 2em 2em .5em 2em; box-sizing: border-box; }
.clmn .simcal-default-calendar-list ul.simcal-events li.simcal-event { margin-left: 0; padding-left: 0; }
.clmn .simcal-default-calendar-list ul.simcal-events li.simcal-event .simcal-event-title { color: #0c6aa6; font-size: 1.1em; font-weight: normal; }
.clmn .simcal-default-calendar-list ul.simcal-events li.simcal-event:before { display: none; }
.clmn .simcal-default-calendar-list ul.simcal-events li.simcal-event .event-details { margin-bottom: 1em; font-size: .9em; color: #0c6aa6; position: relative; padding-left: 1.6em; }
.clmn .simcal-default-calendar-list ul.simcal-events li.simcal-event .event-details:before { content: url('images/list-arrow_blue.svg'); position: absolute; left: 0; width: 1.2em; height: 1.2em; }
.clmn .simcal-default-calendar-list ul.simcal-events li.simcal-event .event-description { color: #000; }

/* .clmn .simcal-items-white .simcal-day-label { background-color: #fff; padding: 1.5em 1.5em 0 1.5em; }
.clmn .simcal-items-white .simcal-day { background-color: #fff; padding: 0em 1.5em 1.5em 1.5em; border-bottom: none; margin-bottom: 1em; } */


/* === POJO ALLY ACCESSIBILITY === */


body.page-body #pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle { right: 210px; }
body.page-body #pojo-a11y-toolbar.pojo-a11y-toolbar-right { right: -210px; }
body.page-body #pojo-a11y-toolbar.pojo-a11y-toolbar-right.pojo-a11y-toolbar-open { right: 0; }
body.page-body #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay { width: 210px; }
body.page-body #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay ul.pojo-a11y-toolbar-items li.pojo-a11y-toolbar-item a { font-size: 90%;  }


/* === RESPONSIVENESS === */


@media screen and (max-width:1620px) {
	body { font-size: 1.6rem; font-size: 16px; }
	#header .logo { height: 65px; }
	#mainmenu ul.menu > li > a { line-height: 32px; padding: 32px 1em; }
	.slider.slider-left .slider-content-wrapper { padding: 4em; }
	.slider.slider-right .slider-content-wrapper { padding: 4em; }
	.slider .bjqs-controls { left: 30px; right: 30px; }
	.slider .bjqs-controls li a { width: 50px; height: 50px; }	
	.highlight-bar .inside { min-height: 100px; padding: 1em 1em 1em 120px !important; } 
	.highlight-bar .inside:before { width: 100px; height: 100px; }	
}

@media screen and (max-width:1280px) {
	body { font-size: 1.4rem; font-size: 14px; }
	#header .menu-widgets { margin-top: 16px; }
	.highlight-bar .inside { min-height: 90px; padding: 1em 1em 1em 110px !important; } 
	.highlight-bar .inside:before { width: 90px; height: 90px; }
	em { padding-top: 80px; background-size: 70px auto; }
	.slider .slider-content-wrapper.slider-content-left .inside { padding-left: 80px; }
	.slider .slider-content-wrapper.slider-content-right .inside { padding-right: 80px; }
	.slider.slider-right .slider-content-wrapper .inside,
	.slider.slider-left .slider-content-wrapper .inside { padding-left: 0; }
	.slider .slider-content-wrapper .inside h1 { font-size: 4.5em; }
	.slider .bjqs-controls { left: 20px; right: 20px; }
	.slider .bjqs-controls li a { width: 40px; height: 40px; }	
	#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,
	body.scrolling #header .logo { margin-top: 10px; margin-bottom: 10px; height: 55px; }
	
	.navToggle { display: block; position: absolute; z-index: 999; top: 28px; left: auto; right: 40px; height: 24px; width: 30px; }
	.navToggle .bar { position: absolute; width: 26px; height: 2px; transition: all .2s ease-in-out; background: #000; border-radius: 6px; }
	.navToggle .bar.one {top: 0; }
	.navToggle .bar.two {top: 8px; }
	.navToggle .bar.three {top: 16px; }
	.navToggle.active .bar.one { transform: rotate(135deg); top: 8px; }
	.navToggle.active .bar.two { visibility: none; opacity: 0; }
	.navToggle.active .bar.three { transform: rotate(45deg); top: 8px; }
	
	#header #mainmenu,
	body.scrolling #header #mainmenu { display: block; z-index: -1; opacity: 0; position: absolute; top: 50px; left: 0; right: 0; width: 100%; height: auto; overflow: hidden; text-align: right; padding-top: 0; margin: 0; margin-top: -200%; transition: all .5s ease;  }
	#header #mainmenu.open,
	body.scrolling #header #mainmenu.open { margin-top: 0; opacity: 1; background: #fff; }
	
	#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; color: #000; }
	#mainmenu ul.menu > li > a:hover { color: #000; }
	#mainmenu ul.menu > li.menu-item-has-children:hover { background: 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: 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; }
	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; }
	.clmn.highlighted .clmn-content a.button { font-size: 1em; }

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

@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 { top: 22px; right: 70px; height: 24px; width: 30px; }
	
	body #pojo-a11y-toolbar { top: 44px !important; }
	body.scrolling #pojo-a11y-toolbar { top: 7px !important; }

	#header .logo, body.scrolling #header .logo { height: 45px; }

	#header .menu-widgets { right: 70px; }
	#header .menu-widget a.button { padding: 0.5em 1.2em; }
	
	.spenden-button { bottom: 10px; right: 10px; width: 100px; height: 100px; }
	.spenden-content { width: 100%; }
	
	.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: 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 { font-size: 3.5em; color: #fff !important; }
	
	.slider .slider-content-wrapper .inside h1 { font-size: 3.5em; color: #fff !important; }
	
	.slider .slider-content-wrapper .inside p { color: #fff !important; }
	.slider .bjqs-controls { position: relative; width: 80%; padding: 0; bottom: 0 !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; }
	
	section.slider-section:has(.highlight-bar) { position: relative; padding-bottom: 140px; }
	section.slider-section:has(.highlight-bar) .slider .bjqs-markers { bottom: 0; }
	.highlight-bar { height: 140px; bottom: 0; }
	.highlight-bar .inside { height: 100%; overflow: hidden; }
	
	.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; }

	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.lightblue + section.lightblue, section.mediumblue + section.mediumblue, section.darkblue + section.darkblue, section.tuerkis + section.tuerkis, section.green + section.green, section.yellow + section.yellow { margin-top: -1em; }
	
	.inclcontent ol li { padding: 0 0 0 65px !important; min-height: 100px; }
	
	.slider .slider-image-wrapper, .slider .slider-content-wrapper { margin-top: 0; }
	
	 section.slider-section:first-of-type .slider.vh100 { 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; }
	
	section .ui-accordion .ui-accordion-content { padding: 3em 1.5em; hyphens: auto; }

	.clmn.teaser-item .image,
	.clmn.teaser-item .box { width: 100%; }
	
	.clmn.image-left .image { width: 100%; }
	.clmn.image-left .content { width: 100%; padding-left: 0; }
	
	.clmn.small-image-left p:first-of-type { height: auto; padding-bottom: 1em; }

	#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 { font-size: 1em; background-position: bottom center; background-size: 90% auto; }
	#bottom .inside { padding-left: 0; padding-right: 0; }
	#bottom .columns { padding-bottom: 0; }
	#bottom .clmn.col33, 
	#bottom .clmn.col25 { width: 100%; 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; }
	
}
