/*
Theme Name: BRAEUNING PATENT THEME
Description: Custom Wordpress Theme for Braeuning Patentanwälte Berlin
Author: Sebastian Klammer Grafikdesign Berlin
Author URI: https://sebastian-klammer.de/
Version: 1.0 (14.04.2023)
*/

/* === FONTS === */

@import url('fonts/stylesheet.css');

/* === RESET === */


#anchor-height { height: 0px; }


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; }

.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 { -webkit-transform: scale(1.03); -moz-transform: scale(1.03); -o-transform: scale(1.03); transform: scale(1.03); cursor: pointer;  }

.button { display: inline-block; font-weight: bold; padding: .5em 1.5em; text-decoration: none; border-radius: 30px; margin-top: 1.5em; }
.button.small { padding: .5em 1.5em; font-size: .8em; margin-top: .5em; }
.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.4; font-family: 'barlowregular', sans-serif; font-weight: normal; font-size: 16px; font-size: 1.6rem; }

h1, h2, h3, h4 { font-family: 'barlowbold', sans-serif; font-weight: normal; margin: 0 0 .75em; line-height: 1.2; }
h1 { position: relative; font-size: 3.5em; width: 100%; }
h2 { font-size: 2.6em; }
h2.sethl { font-family: 'barlowregular', sans-serif; font-weight: bold; font-size: 1.4em; margin-top: 80px; margin-left: 80px; margin-right: 80px; margin-bottom: 1em; box-sizing: border-box; }
.pagecontent h1, .pagecontent h2, .pagecontent h3 { margin-bottom: 2em; }
h3 { font-size: 2.2em; }
h4 { font-family: 'barlowregular', sans-serif; font-weight: bold; font-size: 1.4em; }

h1+h2 { font-family: 'barlowregular', sans-serif; font-weight: bold; font-size: 2.0em; margin-top: -.5em; }

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; }

.left { text-align: left; }
.center { text-align: center; }
.justify { text-align: justify; }
.right { text-align: right; }
.strong, strong { font-family: 'barlowbold', sans-serif; font-weight: normal; }
.highlight-text { display: block; position: relative; font-weight: normal; font-size: 1.4em; line-height: 1.2; margin-bottom: 1.2em; margin-left: 2em; }
.highlight-text:before { content: "→"; font-size: 1.3em; font-family: 'barlowbold', sans-serif; font-weight: bold; margin-left: -1.4em; margin-right: .4em; }
.large-text {font-size: 1.5em }


/* === COLOURS === */


#body { color: #1e222a; }
.white { background-color: #fff; }
.blue { background-color: #166fe5; color: #fff; }
.grey { background-color: #f2f2f2; }
.darkgrey { background-color: #1e222a; color: #fff; }

.white h1, .white h2, .white h3, .white p { color: #1e222a; }
.white h2.sethl { color: #166fe5; }
.white h4 { color: #166fe5; }
.white h1+h2 { color: #166fe5; }
.white .highlight-text:before { color: #166fe5; }
.white a { color: #166fe5; }
.white a:hover { color: #0959c2; }
.white .button { background-color: #166fe5; color: #fff; }
.white .button:hover { background-color: #0959c2; color: #fff; }

.grey h1, .grey h2, .grey h3, .grey p { color: #1e222a; }
.grey h2.sethl { color: #166fe5; }
.grey h4 { color: #166fe5; }
.grey h1+h2 { color: #166fe5; }
.grey .highlight-text:before { color: #166fe5; }
.grey a { color: #166fe5; }
.grey a:hover { color: #0959c2; }
.grey .button { background-color: #166fe5; color: #fff; }
.grey .button:hover { background-color: #0959c2; color: #fff; }

.blue h1, .blue h2, .blue h3, .blue p { color: #fff; }
.blue h2.sethl { color: rgba(255,255,255,0.5); }
.blue h4 { color: #fff; }
.blue h1+h2 { color: #ffff; }
.blue .highlight-text:before { color: #fff; }
.blue a { color: rgba(255,255,255,0.5); }
.blue a:hover { color: #fff; }
.blue .button { background-color: rgba(255,255,255,0.75); color: #166fe5; }
.blue .button:hover { background-color: #fff; color: #166fe5; }

.darkgrey h1, .darkgrey h2, .darkgrey h3, .darkgrey p { color: #fff; }
.darkgrey h2.sethl { color: #166fe5; }
.darkgrey h4 { color: #166fe5; }
.darkgrey h1+h2 { color: #fff; }
.darkgrey .highlight-text:before { color: #166fe5; }
.darkgrey a { color: #166fe5; }
.darkgrey a:hover { color: #0959c2; }
.darkgrey .button { background-color: #166fe5; color: #fff; }
.darkgrey .button:hover { background-color: #0959c2; color: #fff; }


/* === HEADER === */


#header { position: fixed; top: 0; height: auto; width: 100%; z-index: 999; background-color: transparent; }
#header .inside { display: block; position: relative; width: 100%; max-width: 1560px; height: auto; overflow: hidden; padding: 0 80px; box-sizing: border-box; margin: 10px auto; }

#header .logo { display: inline-block; float: left; height: 75px; width: auto; margin-top: 20px; background-image: url(images/braeuning-logo_white.svg); background-position: left center; background-repeat: no-repeat; background-size: auto; }
#header .logo img { height: 100%; width: auto; }

#header .meta-navigation { height: auto; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,0.2); color: #fff; font-size: .98em; line-height: 1; letter-spacing: 1px; }
#header .meta-navigation a { color: rgba(255,255,255,0.8); }
#header .meta-navigation a:hover { color: #fff; }
#header .meta-navigation .widget { float: left; margin-top: 1em; margin-bottom: 1em; line-height: 1em; }
#header .meta-navigation .widget:nth-of-type(2) { float: right; }

#header .meta-navigation .widget:nth-of-type(2) a { margin-left: .5em; }
#header .meta-navigation .widget:nth-of-type(2) a:nth-of-type(2) { border-left: 1px solid #fff; padding-left: .5em; }
#header .meta-navigation .widget:nth-of-type(2) a.current_language { font-family: 'barlowbold', sans-serif; color: #fff; }

#header .mobile-language-switcher { display: none; }

#mainmenu { position: relative; float: right; height: auto; width: 70%; margin: 0; z-index: 1; box-sizing: border-box; text-align: right; }
#mainmenu ul.menu > li { display: inline-block; margin-bottom: 0; }
#mainmenu ul.menu > li.hidden-item { display: none; }
#mainmenu a { display: block; font-size: 1em; font-weight: normal; text-transform: uppercase; line-height: 4em; letter-spacing: 2px; color: #fff; margin: 0 2em; text-decoration: none; white-space: nowrap; }
#mainmenu a:last-of-type { margin-right: 0; }
#mainmenu a:hover { color: #fff; }


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


#header.header-scrolling { background-color: #fff; box-shadow: 0px 0px 20px rgba(0,0,0,0.2); }
#header.header-scrolling .inside { }
#header.header-scrolling .logo { height: 50px; width: auto; margin-top: 0; background-image: url(images/braeuning-logo_normal.svg); }
#header.header-scrolling .meta-navigation { height: 0; margin: 0; padding: 0; }
#header.header-scrolling #mainmenu a { color: #000; font-size: .9em; line-height: 3.2em; }
#header.header-scrolling #mainmenu a:hover { color: #166fe5; }
#header.header-scrolling .meta-navigation .widget:nth-of-type(2) a.current_language { color: #1e222a; }


/* === 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 { position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: rgba(0,0,0,0.2); }
.slider .slider-content-wrapper { position: relative; width: 100%; max-width: 1560px; height: 100%; margin: 0 auto; display: flex; align-items: center; padding-left: 80px; padding-right: 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.5em; font-weight: normal; }
.slider a { color: #fff; }
.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: #fff; 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: 70vh; background-size: cover; background-repeat: no-repeat; background-position: top center; background-color: #333; }
/* #banner .banner-overlay { display: none; position: absolute; width: 100%; height: 100%; background-image: url(images/overlay_banner.png); background-size: cover; background-repeat: no-repeat; background-position: bottom right; }
 */


/* === MAIN === */


.pagecontent { padding-top: 4em; padding-bottom: 4em; }
.row, section.bgimg { margin: 0 auto;}
.row { position: relative; display: flex; align-items: center; z-index: 1; width: 100%; }
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.2); }
section.bgimg .row { }
section.white + section.white,
section.grey + section.grey,
section.blue + section.blue,
section.darkgrey + section.darkgrey { }
section.height-flex { height: auto; overflow: hidden; box-sizing: border-box; }
section.height-100 { min-height: 100vh; box-sizing: border-box; display: flex; align-items: center; }
	section.height-100 .row { min-height: 100vh; }
section.height-75 { min-height: 75vh; box-sizing: border-box; display: flex; align-items: center; }
	section.height-75 .row { min-height: 75vh; }
section.height-50 { min-height: 50vh; box-sizing: border-box; }
	section.height-50 .row { min-height: 50vh; }
section.height-25 { min-height: 25vh; box-sizing: border-box; }
	section.height-25 .row { min-height: 25vh; }
.row + .row { padding-top: 0; margin-top: 0; }
.teaser { position: relative; }
.teaser a { 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; }


/* === SECTIONS & COLUMNS === */


section.sub-page .inside { width: 60%; margin:0 auto; padding:60px 0; box-sizing: border-box;}
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; margin-bottom: 40px; }
.columns + .columns { }
.clmn { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; float: left; padding: 0 80px 40px; }
.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: 0px; }
	.clmn.col3:nth-of-type(2) { padding-left: 40px; padding-right: 40px; }
	.clmn.col3:nth-of-type(3) { padding-left: 0px; }
.clmn.col2 { width: 50%; }
	.clmn.col2.one-third.first { width: 33%; }
	.clmn.col2.one-third { width: 67%; }
	.clmn.col2.two-third.first { width: 67%; }
	.clmn.col2.two-third { width: 33%; }
	.clmn.col2.one-fourth.first { width: 25%; }
	.clmn.col2.one-fourth { width: 75%; }
	.clmn.col2.two-fourth.first { width: 75%; }
	.clmn.col2.two-fourth { 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: 70%; }

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

section:first-of-type .columns:last-of-type { margin-bottom: 0; }
section:first-of-type .clmn.col1 { padding-bottom: 0; }
section:first-of-type .inside { margin-top: 10vh; }

box.icon-left, 
box.icon-center { }
box.icon-left img, 
box.icon-center img { width: 36%; height: auto; }
box.icon-left h4, 
box.icon-center h4 { font-size: 1.2em; font-family: 'barlowregular', sans-serif; font-weight: bold; }
box.icon-center { text-align: center; }
box.icon-center img { margin: 0 auto; width: 40%; height: auto; }


/* === 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: #166fe5; }
blockquote+blockquote:before, q+q:before { display: none; }


/* === LIST FORMATS === */


article ul { display: block; list-style-type: disc; margin-left: 0; margin-top: 1em; margin-bottom: 2em; }

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 === */


article img,
.pum-content img { border-radius: 1em; overflow: hidden; }

box.profile img { margin-bottom: 1em; }


/* === CONTACT FORM 7 === */


.wpcf7 { width: 100%; display: block; }
.wpcf7 input, .wpcf7 textarea { display: block; font-size: .9em; width: 100%; float: left; box-sizing: border-box; padding: .9em .9em; color: #166fe5; background-color: rgba(255,255,255,1); border: none; border-radius: 5px; margin-bottom: 5px; }
.wpcf7 input:focus, .wpcf7 textarea:focus { background-color: #fff; color: #166fe5; }
.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: .75em; line-height: 1.2; opacity: .8; }
.wpcf7 .wpcf7-not-valid-tip { font-size: .8em; }
.wpcf7 input#send { background-color: #67b51f; color: #fff; }
.wpcf7 input#send:disabled { background-color: rgba(6,102,181,0.4); }
.wpcf7 .wpcf7-not-valid-tip { color: #fff; font-size: .9em; font-weight: normal; display: block; width: 100%; float: left; margin-bottom: 10px; margin-top: -8px; padding: .8em; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; background-color: #c60101; position: relative; z-index: -1; }



/* === 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; 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: #166fe5;}
.testimonialSlider .cbp-fwdots span:hover { background-color: #0c4084; }
.testimonialSlider .cbp-fwdots span.cbp-fwcurrent { background-color: #0c4084; box-shadow: 0 0 0 2px #0c4084; }


/* === ARCONIX FAQ CUSZOMIZATION === */


h3.arconix-faq-term-title { display: none !important; }
.ui-accordion .ui-accordion-header { color: #166fe5; 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: 'barlowbold', 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: 'barlowregular', sans-serif; font-weight: normal; line-height: 1.6rem; color: #000; 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; }
body .pum-theme-lightbox { background-color: rgba( 255, 255, 255, 0.80 ) !important; backdrop-filter: blur(20px); }
body .pum-theme-lightbox .pum-container .pum-title { font-family: 'barlowregular', sans-serif; font-weight: bold; font-size: 2em; }

body .pum-theme-lightbox .pum-container .pum-content .content-left,
body .pum-theme-lightbox .pum-container .pum-content .content-right { float: left; }
body .pum-theme-lightbox .pum-container .pum-content .w20 { width: 16%; }
body .pum-theme-lightbox .pum-container .pum-content .w25 { width: 25%; }
body .pum-theme-lightbox .pum-container .pum-content .w33 { width: 33%; }
body .pum-theme-lightbox .pum-container .pum-content .w66 { width: 62%; margin-left: 4%; }
body .pum-theme-lightbox .pum-container .pum-content .w75 { width: 70%; margin-left: 5%; }
body .pum-theme-lightbox .pum-container .pum-content .w80 { width: 80%; margin-left: 4%; }

body .pum-theme-lightbox .pum-container .pum-content,
body .pum-theme-lightbox .pum-container .pum-content p { font-family: 'barlowregular', sans-serif; font-weight: lighter; font-size: 1.05em; line-height: 1.4; }
body .pum-theme-lightbox .pum-container .pum-content ul,
body .pum-theme-lightbox .pum-container .pum-content p { margin-bottom: 1em; }
body .pum-theme-lightbox .pum-container .pum-content ul { list-style-type: disc; margin-left: 15px;  }


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


.clmn .collapseomatic { display: block; color: #166fe5; 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_off.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_on.svg'); }
.clmn .collapseomatic:hover { color: #0b4797; }
.clmn .collapseomatic_excerpt, .collapseomatic_content { float: left; margin-left: 0 !important; margin-top: -1em !important; }
.clmn .collapseomatic_content + h3 { margin-top: 2em; }

section.blue .clmn .collapseomatic { color: rgba(255,255,255,0.5); background-image: url('images/collapsomatic-arrow-down_on.svg'); }
section.blue .clmn .colomat-close { background-image: url('images/collapsomatic-arrow-up_on.svg'); }
section.blue .clmn .collapseomatic:hover { color: #fff; } 


/* === 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; min-height: 0; overflow: hidden; width: 100%; background-color: #166fe5; color: #fff; font-size: .8em; text-align: left; }
#bottom .inside { margin-top: 0; max-width: none; }
#bottom .columns { margin: 0; padding: 0; }
#bottom .clmn { padding: 0; }
#bottom a { color: rgba(255,255,255,0.5); }
#bottom a:hover { color: #fff; }

#bottom .credits { width: 100%; display: block; background-color: #1160c9; padding:0; margin:0; text-align: center; line-height: 1em; padding-top:10px; padding-bottom: 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-height: 700px) {
	section:first-of-type .inside { margin-top: 15vh; }
	section:first-of-type .inside h1 { line-height: 1.1; }
	section:first-of-type .inside .button { margin-top: 1em; }
}

@media screen and (max-height: 590px) {
	section:first-of-type .inside { margin-top: 25vh; }
	section:first-of-type .inside h1 { font-size: 2.75em; margin: 0 0 0.5em; }
	section:first-of-type .inside h2 { font-size: 1.5em; margin: 0 0 0.5em; }
	section:first-of-type .inside .button { margin-top: 1em; }
}

@media screen and (max-width:1680px) {
	body, button, input, select, textarea { font-size: 16px; font-size: 1.6rem; }
	box.icon-left img, box.icon-center img { width: 30%; }
}

@media screen and (max-width:1420px) {
	body { font-size: 14px; font-size: 1.4rem; }
	#header .logo { height: 65px; }
	#slider .inside { margin-top: 0; }
}

@media screen and (max-width:1280px) {
	body { font-size: 13px; font-size: 1.3rem; }
	#header .inside { padding: 0 60px; }
	#header .logo { height: 55px; }
	.clmn { padding: 0 60px 10px; }
	.clmn.col3:nth-of-type(1) { padding-right: 0px; }
	.clmn.col3:nth-of-type(2) { padding-left: 30px; padding-right: 30px; }
	.clmn.col3:nth-of-type(3) { padding-left: 0px; }
	h2.sethl { margin-left: 60px; }
}

@media screen and (max-width:980px) {
	#header { background-color: #fff; }
	#header .inside { margin: 10px 0; padding: 0 40px; }
	#header .meta-navigation { color: #1e222a; }
	#header .meta-navigation a { color: #1e222a; }
	#header .nav-icons { width: 20%; }
	.navToggle { display: block; position: absolute; top: 50px; right: 40px; height: 30px; width: 30px; height: 30px; box-sizing: border-box; }
	.navToggle .bar { position: absolute; width: 30px; height: 2px; background-color: #1e222a; }
	.navToggle:hover .bar { background-color: #166fe5; }
	.navToggle .bar.one {top: 4px; left: 0; }
	.navToggle .bar.two {top: 14px; }
	.navToggle .bar.three {top: 24px; }
	.navToggle.active .bar { background-color: #1e222a; }
	.navToggle.active:hover .bar { background-color: #166fe5; }
	.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; }
	#header .meta-navigation a:hover { color: #166fe5; }
	#header .meta-navigation .widget:nth-of-type(2) a:nth-of-type(2) { border-left: 1px solid #1e222a; }
	#header .meta-navigation .widget:nth-of-type(2) a.current_language { color: #1e222a; }
	
	#header .logo,
	#header.header-scrolling .logo { height: 50px; background-image: url(images/braeuning-logo_normal.svg); margin-top: 0; }
	#header.header-scrolling .navToggle { top: 10px; }
	#header #mainmenu a,
	#header.header-scrolling #mainmenu a { color: #1e222a; font-size: 1.2em; line-height: 2em; }
	#header #mainmenu a:hover,
	#header.header-scrolling #mainmenu a:hover { color: #166fe5; }
	
	#mainmenu { display: none; }
	#mainmenu.open { display: block; top: 0; left: 0; right: 0; background-color: #fff; height: auto; overflow: hidden; width: 100%; box-sizing: border-box; margin: 0; padding: 0; position: relative; }
	#mainmenu ul.menu { display: block; margin: 1em; }
	#mainmenu ul.menu li { display: block;	}
	#mainmenu a { padding: .5em 0; transform: none; }
	
	h2.sethl { margin-left: 40px; margin-top: 60px; }
	
	.clmn { padding: 0 40px 10px; padding-right: 30px; }

	.wpcf7 input, .wpcf7 textarea { font-size: 1em; }

@media screen and (max-width:786px) {
	#header .inside { padding: 0 30px; }
	.navToggle { right: 30px; }
	h2.sethl { margin-left: 30px; margin-right: 30px; }
	.columns { margin-bottom: 0; }
	.clmn { padding: 0 30px 10px; margin-bottom: 40px; }
	.clmn.col1,
	.clmn.col2,
	.clmn.col3,
	.clmn.col4,
	.clmn.col5,
	.clmn.col6 { width: 100% !important; }
	.clmn.col3:nth-of-type(1) { padding-right: 20px; }
	.clmn.col3:nth-of-type(2) { padding-left: 20px; padding-right: 20px; }
	.clmn.col3:nth-of-type(3) { padding-left: 20px; }
	body .pum-theme-lightbox .pum-container{ width: 100% !important; max-width: 100% !important; top: 0 !important; left: 0 !important; border-radius: 0 !important; }
}

@media screen and (max-width:640px) {
	.hideMobile { display: none; }
	.showMobile { display: block; }
	.bgimg.parallax, .bgimg.fix { background-position: center center !important; background-attachment: scroll !important; background-size: cover; }
	#header .meta-navigation { display: none; }
	#header .logo,
	#header.header-scrolling .logo { height: 45px; }
	#header .inside { padding: 0 20px; }
	.navToggle,
	#header.header-scrolling .navToggle { top: 5px; right: 20px; }
	#header .mobile-language-switcher { display: block; position: absolute; top: 12px; right: 70px; }
	#header .mobile-language-switcher a { margin-left: .5em; color: #1e222a; }
	#header .mobile-language-switcher a:nth-of-type(2) { border-left: 1px solid #1e222a; padding-left: .5em; }
	#header .mobile-language-switcher a.current_language { font-family: 'barlowbold', sans-serif; color: #166fe5; }
	
	h1 { font-size: 2em; }
	h1 + h2 { font-size: 1.4em; }
	section:first-of-type { min-height: 50vh; }
	section:first-of-type .inside { margin-top: 100px; }
	h2.sethl { font-size: 1.1em;  margin-left: 20px; margin-right: 20px; margin-top: 30px; margin-bottom: .6em; }
	h3 { font-size: 1.6em; }
	.clmn { padding: 0 20px 10px; margin-bottom: 20px; }
	.highlight-text { font-size: 1.1em; }
	body .pum-theme-lightbox .pum-container .pum-content .content-left { margin-bottom: 1em; }
	body .pum-theme-lightbox .pum-container .pum-content .w20,
	body .pum-theme-lightbox .pum-container .pum-content .w25,
	body .pum-theme-lightbox .pum-container .pum-content .w33,
	body .pum-theme-lightbox .pum-container .pum-content .w66,
	body .pum-theme-lightbox .pum-container .pum-content .w75,
	body .pum-theme-lightbox .pum-container .pum-content .w80 { width: 100%; margin-left: 0; }
}
