/*
Theme Name: ZUGOL THEME
Description: Custom Wordpress Theme for Filter-Müller Berlin
Author: Sebastian Klammer Grafikdesign Berlin
Author URI: http://www.sebastian-klammer.de/
Version: 1.0 (01.11.2022)
*/

/* === FONTS === */

@import url('fonts/stylesheet.css');

/* === 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; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
del { text-decoration: line-through; }
ins { text-decoration: none; }
*, *:before, *:after { box-sizing: inherit; }

* { -moz-transition: all .2s ease; -o-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }

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%; }
img { height: auto; }


/* === GENERIC === */


body { background-color: #fff; }

.desk-size { display: block; }
.tablet-size { display: none; }
.phone-size { display: none; }
.hideMobile { display: block; }
.showMobile { display: none; }
.clr { clear: both; }
.clrfix:after { content: "."; clear: both; display: block; visibility: hidden; height: 0; }
.parallax { background-attachment: fixed; -moz-transition: none; -o-transition: none; -webkit-transition: none; transition: none; }

a { display: inline-block; text-decoration: none; }
a:hover { cursor: pointer;  }

a.download { display: inline-block; padding: .7em 0; padding-left: 3em; background-image: url(images/icon_download.png); background-position: left center; background-size: auto 70%; background-repeat: no-repeat; }
a.download:hover { text-decoration: #mainmenu }

.button { display: inline-block; font-family: 'latobold', sans-serif; font-weight: normal; letter-spacing: 1px; padding: .5em 1.5em; text-decoration: none; border-radius: 4px; margin-top: 1.5em; }
.button.small { padding: .2em 1em; font-size: .7em; margin-top: 1em; }
.button:hover { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); color: #fff; }

.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; }

.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.align-justify { text-align: justify; }
.aligncenter { display: block; margin-right: auto; margin-left: auto; }
.alignleft { float: left; margin-right: 2em; }
.alignright { float: right; margin-left: 2em; }

.inside { width: 100%; max-width: 1560px; margin: 0 auto; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.separator { display: block; width: 100%; height: 1px; background-color: rgba(255,255,255,0.2); margin-top: 1em; margin-bottom: 1em; }


/* === FONTS === */


html { font-size: 68%; /* font-size 1em = 10px on default browser settings */ }
body, button, input, select, textarea { line-height: 1.6; font-family: 'open_sanslight', sans-serif; font-weight: lighter; font-size: 16px; font-size: 1.6rem; color: #2F455A; }
h1, h2, h3, h4, h5 { font-family: 'latobold', sans-serif; font-weight: bold; margin: 0 0 1em; line-height: 1.3; letter-spacing: 1px; }
h1 { position: relative; font-size: 2.4em; width: 100%; margin-bottom: 1.8em; }
h2 { font-size: 2.6em; }
h2.sethl { margin-top: 2em; margin-bottom: -45px; margin-left: 85px; margin-right: 85px; box-sizing: border-box; }
.row + .row h2.sethl { font-size: 2.0em; color: #0071c1; }
.pagecontent h1, .pagecontent h2, .pagecontent h3 { margin-bottom: 2em; }
h3 { font-size: 1.4em; }
p { margin: 0 0 1em; }
p:last-of-type { margin-bottom: 0; }
p.quote { font-size: 1.5625em; font-style: italic; }
p + h3 {margin-top: 1em; }

span.large-number { font-family: 'latobold', sans-serif; font-weight: bold; font-size: 2.6em; }

.left { text-align: left; }
.center { text-align: center; }
.justify { text-align: justify; }
.right { text-align: right; }
.strong, strong { font-family: 'open_sansbold', sans-serif; font-weight: bold; }
.larger-text { font-size: 1.2em; }
.large-text {font-size: 1.5em }


/* === COLOURS === */


#body { color: #000000; }
.white { background-color: #fff; }
.lightgrey { background-color: #ededed; }
.lightgreen { background-color: #81be12; color: #fff; }
.darkgreen { background-color: #1f844c; color: #fff; }

.white h1, .white h2, .white h3, .white h4, .white p { color: #000; }
.white a { color: #81be12; }
.white a:hover { color: #1f844c; }
.white .button { background-color: #81be12; color: #fff; }
.white .button:hover { background-color: #1f844c; color: #fff; }

.lightgrey h1, .lightgrey h2, .lightgrey h3, .lightgrey h4, .lightgrey p { color: #000; }
.lightgrey a { color: #81be12; }
.lightgrey a:hover { color: #1f844c; }
.lightgrey .button { background-color: #81be12; color: #fff; }
.lightgrey .button:hover { background-color: #1f844c; color: #fff; }

.lightgreen h1, .lightgreen h2, .lightgreen h3, .lightgreen h4, .lightgreen p { color: #fff; }
.lightgreen a { color: #1f844c; }
.lightgreen a:hover { color: #fff; }
.lightgreen .button { background-color: #1f844c; color: #fff; }
.lightgreen .button:hover { background-color: #fff; color: #1f844c; }

.darkgreen h1, .darkgreen h2, .darkgreen h3, .darkgreen h4, .darkgreen p { color: #fff; }
.darkgreen a { color: #81be12; }
.darkgreen a:hover { color: #fff; }
.darkgreen .button { background-color: #1f844c; color: #fff; }
.darkgreen .button:hover { background-color: #fff; color: #1f844c; }


/* === HEADER === */

#header { position: fixed; top: 0; height: auto; width: 100%; z-index: 999; background-color: #81BE12; }
#header .inside { display: block; position: relative; width: 100%; max-width: none; height: auto; padding: 0 60px; box-sizing: border-box; margin: 20px 0; text-align: center; }
#header .logo { display: inline-block; z-index: 2; height: 40px; width: auto; background-image: url(images/zugol-logo_white.svg); background-position: left center; background-repeat: no-repeat; background-size: auto; position: absolute; top: 0; left: 60px; }
#header .logo img { height: 100%; width: auto; }
#header .nav-icons { display: inline-block; float: left; width: 15%; text-align: right; color: #fff; }
#header .nav-icons a { color: #fff; }
#mainmenu { position: relative; height: auto; width: 100%; margin: 0 auto; display: inline-block; z-index: 1; box-sizing: border-box; }
#mainmenu ul.menu > li { display: inline-block; margin-bottom: 0; }
#mainmenu ul.menu > li.hidden-item { display: none; }
#mainmenu a { display: block; font-size: .9em; font-weight: bold; text-transform: uppercase; line-height: 2.9em; color: #fff; margin: 0 1em; text-decoration: none; letter-spacing: 1px; white-space: nowrap; }
#mainmenu a:hover { color: rgba(255,255,255,0.75); }

#header .lang-menu { display: block; z-index: 9; position: absolute; top: 4px; right: 60px; width: 70px; height: auto; padding: 6px; box-sizing: border-box; overflow: hidden; text-align: left; }
#header .lang-menu a { display: none; position: relative; text-align: left; }
#header .lang-menu a img { margin-left: 4px; margin-right: 2px; }
#header .lang-menu a.current_language { display: block; color: #fff; }
#header .lang-menu a:hover { color: #81BE12 !important; }

#header .lang-menu:hover, #header .lang-menu:focus { height: auto; cursor: pointer; background-color: #fff; border-radius: 6px; }
#header .lang-menu:hover a, #header .lang-menu:focus a { display: block; color: #000; }


/* 
#header .lang-menu { display: block; z-index: 9; position: absolute; top: 4px; right: 60px; width: 42px; height: 42px; box-sizing: border-box; background-color: #fff; background-image: url(images/ico_globe_green.svg); background-size: 89% auto; background-repeat: no-repeat; background-position: top 2px center; overflow: hidden; border-radius: 60px; }
#header .lang-menu:hover, #header .lang-menu:focus { height: auto; cursor: pointer; }
#header .lang-menu a { color: #000; text-align: center; width:100%; display: block; padding: 5px 0; font-weight: normal; margin-bottom: 4px; line-height: 1; }
#header .lang-menu a:first-child { margin-top: 42px; }
#header .lang-menu a:hover { color: #8cbe05; }
#header .lang-menu a.current_language { font-family: 'latobold', sans-serif; font-weight: bold; color: #8cbe05; }
*/


/* === HEADER WHILE SCROLLING === */


#header.header-scrolling .inside { margin: 15px 0; }
#header.header-scrolling .logo { height: 30px; top: 5px; }
#header.header-scrolling #mainmenu a { line-height: 3.0em; font-size: .8em; }
#header.header-scrolling .lang-menu { top: 4px; }


/* === Slider / Banner === */


.slider { width: 100% !important; max-width: 5000px; overflow: hidden; }
.slider.height-25 { height: 25vh !important; }
.slider.height-50 { height: 50vh !important; }
.slider.height-75 { height: 75vh !important; }
.slider.height-100 { 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; margin: 0; width: 100% !important; height: 100% !important; background-size: cover; background-repeat: no-repeat; background-position: center center; color: #fff; -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 .image-overlay,
#banner .image-overlay { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: rgba(0,0,0,0.4); }
.slider .slider-content-wrapper { position: relative; width: 100%; max-width: 1560px; height: 100%; margin: 0 auto; display: flex; align-items: center; padding: 0 80px; box-sizing: border-box; }
.slider .slider-content-wrapper .inside { position: relative; width: 100%; height: auto; padding-right: 50%; overflow: hidden; margin: 0 auto; box-sizing: border-box; }
.slider h1 { margin-bottom: .6em; }
.slider p { font-size: 1.1em; font-weight: normal; }
.slider a { color: #fff; }
.slider a.button { background-color: #81BE12; color: #fff; }
.slider a.button:hover { background-color: #679a0a; }
.slider .bjqs-markers { position: absolute; bottom: 0; left: 0 !important; margin-bottom: 0;
height: 60px; width: 100%; text-align: center; background-image: url(images/bg_bjqs-markers.png); background-position: bottom center; background-repeat: repeat-x; }
.slider .bjqs-markers li { display: inline-block; margin: 0 8px; line-height: 30px; }
.slider .bjqs-markers li a { font-size: 0; background-color: #81BE12; display: block; width: 10px; height: 10px; border-radius: 16px; }
.slider .bjqs-markers li.active-marker a { background-color: #fff; width: 50px; }
#banner { position: relative; height: 50vh; background-size: cover; background-repeat: no-repeat; background-position: top center; background-color: #81BE12; }
#banner .banner-image { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 0; }
#banner .image-overlay { z-index: 1; }
#banner .banner-content { z-index: 2; position: relative; width: 100%; max-width: 1560px; height: 100%; margin: 0 auto; display: flex; align-items: center; padding: 100px 80px 0; box-sizing: border-box; }
#banner .banner-content .inside { position: relative; width: 100%; height: auto; margin: 0 auto; box-sizing: border-box; color: #fff; }


/* === MAIN === */


.pagecontent { padding-top: 4em; padding-bottom: 4em; }
.row, section.bgimg { margin: 0 auto;}
.row { display: flex; align-items: center; z-index: 1; }
section { position: relative; background-size: cover; background-repeat: no-repeat; background-position: center center; }
section.bgimg .image-overlay { display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: rgba(0,0,0,0.4); }
section.bgimg .row { }
section.white + section.white,
section.lightgrey + section.lightgrey,
section.lightgreen + section.lightgreen,
section.darkgreen + section.darkgreen { }
section.height-flex { height: auto; overflow: hidden; box-sizing: border-box; }
section.height-100 { min-height: 95vh; box-sizing: border-box; display: flex; align-items: center; }
section.height-75 { min-height: 70vh; box-sizing: border-box; display: flex; align-items: center; }
section.height-50 { min-height: 50vh; box-sizing: border-box; }
section.height-25 { min-height: 25vh; box-sizing: border-box; }
.pagecontent + .inclcontent { margin-top: -5em; }
.row + .row { padding-top: 0; margin-top: -5em; }
.teaser { position: relative; }
.teaser a { font-weight: lighter; color: #242e5b; }
.teaser .box { position: relative; margin: -3em 1em 3em; padding: 1.5em; }
.teaser .image { width: 100%; overflow: hidden; }
.teaser .image img { width: 100%; }
.teaser:hover .image img { -webkit-transform: scale(1.08); -moz-transform: scale(1.08); -o-transform: scale(1.08); -ms-transform: scale(1.08);  transform: scale(1.08); }
.bgimg { background-position: left bottom; background-repeat: no-repeat; background-size: cover; }
.bgimg.fix { background-attachment: fixed; }
.bgimg.parallax { background-size: cover; }
.table { display: table; overflow: hidden; width: 100%; }
.cell { display: table-cell; padding-bottom: 1em; }
.baseline .cell { vertical-align: baseline; }
.top .cell { vertical-align: top; }
.middle .cell { vertical-align: middle; }
.bottom .cell { vertical-align: bottom; }

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: #000; position: absolute; left: -0.5em; top:-0.3em; font-size: 1.5em; }

ul.contacts { list-style-type: none; display: block; margin: 0; padding: 0; margin-bottom: 2em; }
ul.contacts li:before { display:none }
ul.contacts li.meta-icon { margin-left: 0; padding-left: 42px; }


/* === STATIC PAGES === */


section.sub-page { padding: 3em 0; }
section.sub-page .inside { padding: 0 5em; }
section.sub-page .inside h2 {font-size:1.5em; margin-top:2em;}
section.sub-page .inside p {font-size:.9em; line-height:2.0 !important;}

/* Columns */
.columns { width: 100%; height: 100%; position: relative; flex-wrap: wrap; display: flex; }
.columns + .columns { }
.clmn { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; float: left; padding: 90px; }
.clmn.col4 { width: 25%; }
	.clmn.col4:nth-of-type(1) { padding-right: 25px; }
	.clmn.col4:nth-of-type(2) { padding-left: 25px; padding-right: 25px; }
	.clmn.col4:nth-of-type(3) { padding-left: 25px; padding-right: 25px; }
	.clmn.col4:nth-of-type(4) { padding-left: 25px; }
.clmn.col3 { width: 33.33333333333333%; }
	.clmn.col3.wide-middle { width: 50%; }
	.clmn.col3.wide-middle.first { width: 25%; }
	.clmn.col3.wide-middle.last { width: 25%; }
	.clmn.col3:nth-of-type(1) { padding-right: 25px; }
	.clmn.col3:nth-of-type(2) { padding-left: 25px; padding-right: 25px; }
	.clmn.col3:nth-of-type(3) { padding-left: 25px; }
.clmn.col2 { width: 50%; }
	.clmn.col2.one-third.first { width: 33%; }
	.clmn.col2.one-third.last { width: 67%; }
	.clmn.col2.two-third.first { width: 67%; }
	.clmn.col2.two-third.last,
	.clmn.col2.two-third:last-of-type { width: 33%; }
	.clmn.col2.one-fourth.first { width: 25%; }
	.clmn.col2.one-fourth.last { width: 75%; }
	.clmn.col2.two-fourth.first { width: 75%; }
	.clmn.col2.two-fourth.last { width: 25%; }
	.clmn.col2:nth-of-type(1) { padding-right: 25px; }
	.clmn.col2:nth-of-type(2) { padding-left: 25px; }
.clmn.col1 { width: 100%; }
.columns.small .clmn.col1 { width: 75%; }

.clmn box { float: left; width: 100%; margin: 0; padding: 0; height: 100%; }
.clmn box.boxed { box-sizing: border-box; padding: 2em; background-color: rgba(0,0,0,0.1); }

.clmn .icon-box { }
.clmn .icon-box img { display: block; max-width: 100%; margin-bottom: 2.0em; }
.clmn .icon-box h1, .clmn .icon-box h2, .clmn .icon-box h3, .clmn .icon-box h4, .clmn .icon-box p { color: #0071c1; }
.clmn .icon-box h3 { font-size: 1.2em; }
.clmn .icon-box p { font-size: .9em; }
.clmn .icon-box ul li { line-height: 1.3; color: #0071c1; margin-bottom: 1em; }
.clmn .icon-box ul li:before { color: #0071c1; }
.clmn .icon-box.h180 img { height: 180px; width: auto; }
.clmn .icon-box.h120 img { height: 120px; width: auto; }
.clmn .icon-box.w50 img { height: auto; width: 50%; }
.clmn .icon-box.w40 img { height: auto; width: 40%; }
.clmn .icon-box.w30 img { height: auto; width: 30%; }


/* === QUOTES AND TESTIMONIALS === */


blockquote, q { quotes: none; font-style: italic; font-size: 1.3em; position: relative; }
blockquote:before, q:before { content: "“"; position: absolute; top: -50px; left: -60px; font-size: 12em; font-family: "Georgia", serif; letter-spacing: -1px; line-height: 1; color: rgba(32,37,59,0.1); }

blockquote+blockquote, q+q { font-size: 1em; color: #be7b38; }
blockquote+blockquote:before, q+q:before { display: none; }


/* === LIST FORMATS === */


ul.liste { list-style-type: none; }
ul.liste li { width: 100%; box-sizing: border-box; border-bottom: 1px solid rgba(0,0,0,0.1); padding-top: 1em; padding-bottom: 1em; }
ul.liste li:before { display: none; }

ul.liste.downloads a { display: inline-block; padding: .7em 0; padding-left: 3em; background-image: url(images/icon_download.png); background-position: left center; background-size: auto 70%; background-repeat: no-repeat; }
ul.liste.downloads a:hover { text-decoration: underline; }


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


img.round-image { border-radius: 100%; overflow: hidden; }
.icon { display: inline-block; width: 100%; height: auto; overflow: hidden; text-align: center; }
.icon img { height: 160px; width: auto; max-width: 100%; }
.icon h2, .icon h3, .icon h4 { margin-top: 0; }

/* === CONTACT FORM 7 === */


.wpcf7 { width: 100%; display: block; margin-top: 2em; }
.wpcf7 input, .wpcf7 textarea { display: block; font-size: 1em; font-family: open_sansregular, sans-serif; font-weight: normal; width: 100%; float: left; box-sizing: border-box; padding: .8em .8em; color: #000; background-color: rgba(255,255,255,0.7); border: none; border-radius: 6px; margin-bottom: 5px; }
.wpcf7 input:focus, .wpcf7 textarea:focus { background-color: #fff; color: #000; border-color: green; }
.wpcf7 textarea { height: 160px; }
.wpcf7 .wpcf7-list-item { margin-left: 0; }
.wpcf7 .wpcf7-list-item #acceptance { display: inline-block; float: left; width: 20px; height: 20px; color: #fff; }
.wpcf7 .wpcf7-list-item span.wpcf7-list-item-label { float: left; width: 90%; padding-left: 10px; display: inline-block; font-size: .9em; line-height: 1.2; opacity: .8; }
.wpcf7 .wpcf7-not-valid-tip { font-size: .8em; }
.wpcf7 input:disabled, .wpcf7 input:disabled:hover { background-color: rgba(0,0,0,0.3); }
input.acceptance { float: left; display: inline-block; width: auto; }


/* === 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 em { display: block; color: #fff; font-size: 1.2em; font-weight: normal; line-height:1.5em; }
.testimonialSlider .cbp-fwslider ul { white-space: normal; }
.testimonialSlider .cbp-fwslider ul li { margin-left: 0; height: auto; overflow: hidden; }
.testimonialSlider .cbp-fwdots { }
.testimonialSlider .cbp-fwdots span { background-color: rgba(0,0,0,0.1);}
.testimonialSlider .cbp-fwdots span:hover { background-color: #c9a482; }
.testimonialSlider .cbp-fwdots span.cbp-fwcurrent { background-color: #2b2822; box-shadow: 0 0 0 2px #2b2822; }


/* === ARCONIX FAQ CUSZOMIZATION === */


h3.arconix-faq-term-title { display: none !important; }
.ui-accordion .ui-accordion-header { color: #242e5b; border-radius: 0; border: none; border-bottom: 1px solid rgba(0,0,0,0.1); background-color: transparent !important; padding: 1em 0 !important; font-family: 'latobold', sans-serif; font-size: 1.4em !important; font-weight: normal; letter-spacing: 0; -moz-appearance: none; -o-appearance: none; -webkit-appearance: none; appearance: none; }
.ui-accordion .ui-accordion-header .ui-accordion-header-icon { display: none; }
.ui-accordion .ui-accordion-icons { padding-left: 0 !important; }
.ui-widget-content { position: relative; border: none; border-radius: 0; background-color: rgba(0,0,0,0.03) !important; font-size: 1em; font-family: 'open_sansregular', sans-serif; font-weight: normal; line-height: 1.6rem; color: #242e5b; margin-top: 10px; background-image: none !important; }
.ui-widget-content:after { bottom: 100%; left: 120px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(241, 241, 241, 0); border-bottom-color: #f1f1f1; border-width: 15px; margin-left: -15px; }
.ui-accordion .ui-accordion-content { padding: 3em !important; overflow: visible; background-color: rgba(0,0,0,0.02); border: none; }
.arconix-faq-accordion-content p { line-height: 1.7; }


/* === POPUP MAKER CUSTOMIZATION === */


html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] { padding-right: 0 !important; }
.pum-container { border-radius: 30px !important; }
.pum-container .pum-content+.pum-close { opacity: 0.6; width: 36px !important; height: 36px !important; background-image: url(images/popup-close-button.png); background-repeat: no-repeat; background-size: 100% auto; background-position: center center; font-size: 0 !important; box-shadow: none !important; right: 30px !important; top: 30px !important; }
.pum-container .pum-content+.pum-close:hover { opacity: 1.0; background-image: url(images/popup-close-button.png); background-size: 100% auto; background-position: center center; }

.pum-content h2 { margin-bottom: .5em; color:#fff; font-size: 1.7em; }
.pum-content h3 { margin-bottom: .5em; color:#fff; }
.pum-content p { font-size: .9em; }

.popup-content { float: left; width: 100%; position: relative; }
.popup-icon { clear: left; float: left; width: 20%; padding-right: 4em; box-sizing: border-box; }
.popup-icon img { min-width: 100%; max-width: 100%; height: auto; }
.popup-text { float: left; width: 80%; }

.pum-content a { color: rgba(255,255,255,0.8); text-decoration: none;}
.pum-content a:hover { color: rgba(255,255,255,1.0); text-decoration: underline;}

.pum-content a.download { display: block; margin-top: 3em; width: auto; box-sizing: border-box; padding: 10px 10px 10px 120px; background-position: left bottom; background-repeat: no-repeat; background-size: auto 100%; color: #1ee876; }
.pum-content a.download.pdf { background-image: url(images/download-icon-pdf.png); }
.pum-content a.download:hover { color: #fff; }

.pum-content form {margin-top:30px;}

.pum-content .wpcf7 input { background-color:transparent; color: #000; border: none; border-bottom: 1px dashed #fff; padding: .4em 0; font-size: .9em; }
.pum-content .wpcf7 textarea {height: 60px; background-color: transparent; color:#000; border-none; border-bottom: 1px dashed #fff; padding: .4em 0; font-size: .9em; }
.pum-content .wpcf7-quiz-label { font-size: .9em; }
.pum-content .wpcf7 input#send { border:none; background-color: #fff; color:#000;}
.pum-content .wpcf7 input#send:hover { cursor: pointer; }
.pum-content .wpcf7 .wpcf7-list-item { margin-top: 10px; margin-bottom: 10px; }


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


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

section.green .clmn .collapseomatic { color: #0666b5; background-image: url('images/collapsomatic-arrow-down_blue.svg'); }
section.green .clmn .colomat-close { background-image: url('images/collapsomatic-arrow-up_blue.svg'); }
section.green .clmn .collapseomatic:hover { color: #0666b5; } 


/* === SOCIAL BUTTONS ==== */


#bottom ul.social-buttons { width: 100%; display: block; height: auto; overflow: hidden; }
#bottom ul.social-buttons li { display: inline-block; float: left; margin-right: 20px; }
#bottom ul.social-buttons li:last-of-type { margin-right: 0; }
#bottom ul.social-buttons li a { display: block; width: 42px; height: 42px; background-position: top center; background-repeat: no-repeat; background-size: 100% auto; font-size: 0; padding: 0; margin: 0; border-bottom: none; }
#bottom ul.social-buttons li a:hover { cursor: pointer; background-position: bottom center; }
#bottom ul.social-buttons li a.facebook { background-image: url(images/socials_facebook.svg); }
#bottom ul.social-buttons li a.twitter { background-image: url(images/socials_twitter.svg); }
#bottom ul.social-buttons li a.instagram { background-image: url(images/socials_instagram.svg); }


/* === FOOTER === */


#bottom { height: auto; overflow: hidden; width: 100%; background-color: #1f844c; padding-top: 1em; padding-bottom: 1em; color: #fff; font-size: .9em; text-align: center; }
#bottom .clmn { padding: 20px 90px; }
#bottom a { font-weight: normal; color: #fff; }
#bottom a:hover { color: #9fec14; text-decoration: underline; }

#bottom .credits { width: 100%; display: block; background-color: transparent; padding:0; margin:0; text-align: center; line-height: 1em; padding-top:10px; font-size: .5em; color: rgba(255,255,255,0.3); }
#bottom .credits a { color: rgba(255,255,255,0.3);}
#bottom .credits a:hover { color: rgba(255,255,255,0.5);}


/* === RESPONSIVE === */

@media screen and (max-width:1680px) {
	body, button, input, select, textarea { font-size: 16px; font-size: 1.6rem; }
}

@media screen and (max-width:1420px) {
	body { font-size: 14px; font-size: 1.4rem; }
	#header .inside { padding: 0 40px; }
	#header .logo { left: 40px; }
	#header .lang-menu { right: 40px; }
	#slider .inside { margin-top: 0; }
	#banner .banner-content { padding: 100px 40px 0; }
	section.sub-page .inside { padding: 0 40px; }
	.clmn.col2.textbox { top: 1.5em; bottom: 1.8em; }
}

@media screen and (max-width:1280px) {
	body { font-size: 14px; font-size: 1.4rem; }
	.clmn { padding: 60px; }
	h2.sethl { margin-left: 1.5em; margin-bottom: -30px; }
	.pum-container { padding: 30px !important; }
}

@media screen and (max-width:980px) {
	#header .inside, #header.header-scrolling .inside { min-height: 36px; margin: 12px 0; padding: 0 30px; }
	#header .logo, #header.header-scrolling .logo { height: 35px; position: relative; float: left; top: 0; left: 0; }
	#header .lang-menu, #header.header-scrolling .lang-menu { top: 0px; right: 70px; }
	.navToggle { display: block; position: absolute; top: 2px; right: 20px; height: 30px; width: 30px; height: 30px; box-sizing: border-box; }
	.navToggle .bar { position: absolute; width: 30px; height: 4px; background-color: #fff; }
	.navToggle:hover .bar { background-color: rgba(255,255,255,0.8); }
	.navToggle .bar.one {top: 4px; left: 0; }
	.navToggle .bar.two {top: 14px; }
	.navToggle .bar.three {top: 24px; }
	.navToggle.active .bar { background-color: #fff; }
	.navToggle.active:hover .bar { background-color: rgba(255,255,255,0.8); }
	.navToggle.active .bar.one { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); top: 15px; }
	.navToggle.active .bar.two { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 15px; }
	.navToggle.active .bar.three { display: none; }
	
	#mainmenu { display: none; }
	#mainmenu.open { display: block; top: 0; left: 0; right: 0; background-color: transparent; height: auto; overflow: hidden; width: 100%; box-sizing: border-box; margin: 0; padding: 0; position: relative; text-align: left; }
	#mainmenu ul.menu { display: block; margin: 3em 0; }
	#mainmenu ul.menu li { display: block;	}
	#mainmenu a { font-size: 1.2em; line-height: 1.5em; padding: .5em 0; margin: 0; }
	.pum-container { padding: 20px !important; top:0 !important; overflow:scroll; }
	.pum-container .pum-content+.pum-close { width: 30px !important; height: 30px !important; }
	.pum-content h2 { font-size: 2.5em; }
	.pum-container .pum-content + .pum-close { right: 10px !important; top: 10px !important; }
	.wpcf7 input, .wpcf7 textarea { font-size: 1em; }
	
	.slider .slider-content-wrapper { padding-left: 30px; padding-right: 30px; }
	#banner { height: 36vh; }
	#banner .banner-content { padding: 100px 30px 0; }
	section.sub-page .inside { padding: 0 30px; }
	.clmn { padding: 60px 30px; }
	h2.sethl { margin-left: 30px; }

@media screen and (max-width:786px) {
	body { font-size: 12px; font-size: 1.2rem; }
	.clmn.col1,
	.clmn.col2,
	.clmn.col3,
	.clmn.col4,
	.clmn.col5,
	.clmn.col6 { width: 100% !important; }
	.clmn+.clmn { padding-top: 0 !important; }
	h2 { font-size: 2.2em; }
	h2.sethl { margin-left: 20px; }
	#main .clmn img { max-width: 60%; margin-left: 20%; }
	ul.terminliste li span.termin-date { display: block; width:100%;}
	ul.terminliste li span.termin-thema { display:block; width:100%;}
	ul.terminliste li span.termin-button {display:block; margin-top: 10px; width: auto; }
}

@media screen and (max-width:640px) {
	#header .inside, #header.header-scrolling .inside { padding: 0 20px; }
	#header .logo, #header.header-scrolling .logo { height: 28px; }
	#header .lang-menu, #header.header-scrolling .lang-menu { top: 0px; right: 70px; }
	#mainmenu a { font-size: 1.5em; }
	.navToggle { top: 0px; }
	.slider .slider-content-wrapper { padding-left: 20px; padding-right: 20px; }
	.slider .slider-content-wrapper .inside { padding-right: 0; }
	#main .clmn img { max-width: 100%; margin-left: 0; }
	.clmn { padding: 40px 20px !important; }
	h1 { font-size: 2.0em; margin-bottom: 3em; }
	h1:after {bottom: -1.4em; }
	.pum-content h2 { font-size: 1.8em; }
	.popup-icon { display: none; }
	.popup-text { width: 100%; font-size: .85em; }
	.pum-content a.download { margin-top: 2em; padding: 10px 0; background-image: none !important; }
}
