/*
Theme Name: Westerwelle Foundation
Description: Custom Wordpress Template for Westerwelle Foundation
Author: Sebastian Klammer Grafikdesign Berlin
Author URI: http://www.sebastian-klammer.de/
Version: 1.0 (01.03.2021)
*/

/* === FONTS === */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

/*
font-family: 'Cormorant Garamond', serif;
font-family: 'Open Sans', sans-serif;
*/


/* === ANIMATIONS === */

@import url('animate.css');

.animated—bounce { animation: bounce; /* referring directly to the animation's @keyframe declaration */ animation-duration: 2s; /* don't forget to set a duration! */ }

.show-on-scroll { opacity: 0; transition: transform 4s .25s cubic-bezier(0,1,.3,1), opacity .3s .25s ease-out; transform: translate(0, calc(40% + 1em)); }

.show-on-scroll.is-visible { opacity: 1; transform: translate(0, 0); }

#no-animation .clmn { opacity: 1 !important; transform: translate(0, 0) !important; }

/* === RESET === */


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

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


/* === GENERIC === */


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

a { color: #004592; text-decoration: none; -moz-transition: all .2s ease; -o-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
a:hover { color: #0958b0; }

.button { display: inline-block; padding: 0.8em 2.6em; font-size: .9em; font-weight: 700; letter-spacing: 1px; background-color: #004592; color: #fff; text-transform: uppercase; }
.button.small { padding: 0.4em 1.4em; font-size: .9em; }
.button:hover { background-color: #0958b0; color: #fff; -webkit-transform: scale(1.05); -o-transform: scale(1.05); -moz-transform: scale(1.05); transform: scale(1.05); }
.button.large { display: block; width: 100%; font-size: 1.8em; padding: 1.5em 1em; box-sizing: border-box; }
.button.outline { background-color: transparent; border-style: solid; border-width: 2px; border-color: #004592; color: #004592; font-weight: 600; }
.button.outline:hover { background-color: #004592; color: #fff; }
.inclcontent.dark-blue .inside .clmn.transparent .button.outline,
.clmn.dark-blue .button.outline { border-color: #fff; color: #fff; }
.inclcontent.dark-blue .inside .clmn.transparent .button.outline:hover,
.clmn.dark-blue .button.outline:hover { background-color: #fff; color: #004592; }

.readmore .button  { background-color: #004592; color: #fff; }
.readmore .button:hover  { background-color: #0958b0; color: #fff; }

.video-button { display: block; width: 64px; height: 64px; background-image: url(images/icon_play.svg); background-position: center center; background-repeat: no-repeat; background-size: 90% auto; background-color: #fff; border-radius: 100%; font-size: 1px; position: absolute; top: 50%; left: calc(50% - 34px); z-index: 9; }

.slider .inside .video-button { position: relative; z-index: 1; }

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

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

section { padding: 6em 0; }

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

.white { background-color: #fff; }
.grey { background-color: #f2f2f2; }
.light-blue { background-color: #e8eef0; color: #000; }
.dark-blue { background-color: #537282; color: rgba(255,255,255,0.8); }
.dark-blue h3 {color: #fff; }

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

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

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


/* === FONTS === */


html { font-size: 62.5%; /* font-size 1em = 10px on default browser settings */ }
body, button, input, select, textarea { line-height: 1.8; color: #696056; font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 16px; font-size: 1.6rem; }

#mainmenu ul.menu li a { text-transform: uppercase; font-weight: 400; font-size: .8em; letter-spacing: 1px; }

h1, h2, h3, h4, h5, h6 { font-family: 'Cormorant Garamond', serif; font-weight: 400; line-height: 1.3; color: #004592; }
h1, h2, h3 { margin: 0 0 0.5em; line-height: 1.2; }
h1 { font-size: 3.2em !important; margin-bottom: 1em !important; margin-top: -.2em !important; font-weight: 400; line-height: 1.2 !important; }
h2 { font-size: 2.2em; margin-bottom: 1em; }
h1.section-header { text-align: left; box-sizing: border-box; margin-bottom: 2em !important; }
h3 { font-size: 2.2em; margin-bottom: 1em; position: relative; }
h4 { font-size: 1.6em; margin-bottom: 1em; position: relative; font-weight: 600; }
h4.icon { padding-left: 40px; background-position: left center; background-size: auto 90%; background-repeat: no-repeat; }

.transparent > h1, 
.transparent > h2, 
.transparent > h3, 
.transparent > h4, 
.transparent > h5  { color: #004592; }
.transparent > p { color: #303030; }

.white > h1, 
.white > h2, 
.white > h3, 
.white > h4, 
.white > h5  { color: #004592; }
.white > p { color: #303030; }

.grey > h1, 
.grey > h2, 
.grey > h3, 
.grey > h4, 
.grey > h5  { color: #004592; }
.grey > p { color: #303030; }

.light-blue > h1, 
.light-blue > h2, 
.light-blue > h3, 
.light-blue > h4, 
.light-blue > h5  { color: #004592; }
.light-blue > p { color: #303030; }

.dark-blue > h1, 
.dark-blue > h2, 
.dark-blue > h3, 
.dark-blue > h4, 
.dark-blue > h5,
.dark-blue > .inside > .columns > .clmn.transparent > h1, 
.dark-blue > .inside > .columns > .clmn.transparent > h2, 
.dark-blue > .inside > .columns > .clmn.transparent > h3, 
.dark-blue > .inside > .columns > .clmn.transparent > h4, 
.dark-blue > .inside > .columns > .clmn.transparent > h5  { color: #fff; }
.dark-blue > p, 
.dark-blue > .inside > .columns > .clmn.transparent > p  { color: rgba(255,255,255,0.7); }

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

blockquote { font-family: 'Cormorant Garamond', serif; font-weight: 400; font-style: italic; color: #004592; line-height: 1.2; font-size: 3.2em; }
.dark-blue > blockquote,
.dark-blue > .inside > .columns > .clmn.transparent > .clmn-content > blockquote  { color: #fff; }
blockquote+p { margin-top: 0.5em; }

em { position: relative; display: block; text-align: center; width: 100%; font-size: 1.5em; padding-top: 100px; background-image: url(images/icon_quote.png); background-position: top center; background-repeat: no-repeat; background-size: 90px auto; }

strong { font-weight: 700; }
span.large-text { font-size: 2.6em; font-weight: 400; color: #004592; }

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

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

article ul.questionlist li {margin: 0 0 0 1.2em; }
article ul.questionlist li:before {content: "?"; position:absolute; color: #004592; left:-1em; top:0; font-weight:700; font-size:1.3em; }

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


/* === HEADER === */


#header { position: fixed; top: 0; display: block; height: auto; width: 100%; z-index: 9; background-image: url(images/header-gradient.png); background-position: top left; background-size: auto 100%; background-repeat: repeat-x; box-shadow: none; -moz-transition: all .5s ease; -o-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease; }
#header .inside { position: relative; }
#header .clmn { padding: 0; }

#header .logo { display: inline-block; float: left; height: 35px; margin-top: 20px; margin-bottom: 20px; background-image: url(images/westerwelle-foundation_logo_white.svg); background-position: top left; background-size: 100%; background-repeat: no-repeat; }
#header .logo img { display: block; height: 100%; width: auto; }

#header .icon { position: absolute; display: inline-block; top: 36px; height: 30px; width: 30px; overflow: hidden; }
#header .icon:hover { cursor: pointer; }
#header .icon img { display: inline-block; height: 100%; width: auto; }

#mainmenu { width: 55%; /* width: calc(100% - 500px); */ margin: 0 auto; padding-top: 12px; }
#mainmenu ul { display: flex; justify-content: space-between; }
#mainmenu ul.menu > li { display: inline-block; padding: 0; margin: 0 !important; position: relative; }
#mainmenu ul.menu > li > a { display: block; color: #fff; padding: 1em; }
#mainmenu ul.menu > li > a:hover,
#mainmenu ul.menu > li.current-menu-item > a,
#mainmenu ul.menu > li.current_page_item > a { color: #fff; text-decoration: underline; }

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

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

#header .menu-widgets { display: inline-block; position: absolute; top: 16px; right: 80px; }
#header .menu-widget { box-sizing: border-box; float: left; margin-left: 20px; }
#header .menu-widget:first-of-type { margin-left: 0; }
#header .menu-widget p { margin-bottom: 0; }
#header .menu-widget a { color: #004592; }
#header .menu-widget a:hover { color: #696056; }
#header .menu-widget a.button { background-color: #fff; color: #004592; font-weight: 400; font-size: .8em; padding: 0.5em 2em; }

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


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


body.scrolling { }
body.scrolling #header { background-image: none; background-color: #fff; box-shadow: 0px 0px 30px rgba(0,0,0,0.05); }
body.scrolling #header .logo { background-image: url(images/westerwelle-foundation_logo_default.svg); }
body.scrolling #header #mainmenu { }
body.scrolling #header #mainmenu > ul.menu > li > a { color: #000; }
body.scrolling #header #mainmenu > ul.menu > li > a:hover,
body.scrolling #header #mainmenu > ul.menu > li.current-menu-item > a,
body.scrolling #header #mainmenu > ul.menu > li.current_page_item > a { color: #004592; }

body.scrolling #header #mainmenu > ul.menu > li.menu-item-has-children:hover > a { color: #fff !important; }

body.scrolling #header .menu-widget a.button { background-color: #004592; color: #fff; }

body.scrolling #header .language { background-image: url(images/ico_language_blue.svg); }
body.scrolling #header .language:hover, body.scrolling #header .language:focus { background-color: #004592; background-image: url(images/ico_language_white.svg); color: #fff; }
body.scrolling #header .language a { color: rgba(255,255,255,0.5); }
body.scrolling #header .language a:hover { color: #fff; }
body.scrolling #header .language a.current_language { color: #fff; }


/* === SEARCH BAR === */


#search-bar { display: none; width: 100%; box-sizing: border-box; padding: 3em 0; background-color: rgba(227,235,222,0.85); }
#search-bar { -webkit-backdrop-filter: blur(20px); -moz-backdrop-filter: blur(20px); -o-backdrop-filter: blur(20px); -ms-backdrop-filter: blur(20px); backdrop-filter: blur(20px); }
#search-bar.open { display: block; }
#search-bar form { text-align: center; }
#search-bar label.screen-reader-text { font-size: 1.5em; margin-right: 20px; }
#search-bar input#s { width: 60%; height: 50px; line-height: 50px; border-radius: 30px; border: 1px solid #7d966f; background-color: #fff; padding-left: 1em; padding-right: 1em; }
#search-bar input#searchsubmit { background-color: transparent; border: none; height: 36px; width: 36px; vertical-align: middle; font-size: 0; background-image: url(images/search.png); background-size: 100% auto; background-repeat: no-repeat; background-position: center center; margin-left: 10px; }


/* === Slider === */


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

.slider .slider-image-wrapper { background-size: cover; background-position: center center; background-repeat: no-repeat; position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; }

.slider .slider-content-wrapper { position: relative; width: 100%; height: 100%; margin: 0; display: flex; align-items: center; z-index: 1; }
.slider .slider-content-wrapper .inside { position: relative; box-sizing: border-box;}
.slider .slider-content-wrapper.slider-content-left .inside { width: 100%; padding-left: 60px; padding-right: 45%; }
.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: 45%; padding-right: 60px; }

.slider .slider-content-wrapper .inside h1 { font-size: 2.7em; position: relative; }
.slider .slider-content-wrapper .inside h1.small { font-size: 1.8em; }
.slider .slider-content-wrapper .inside h1.large { font-size: 3.3em; }
.slider .slider-content-wrapper.slider-content-center .inside h1:after { display: block; content: ""; width: 10%; height: 2px; background-color: #fff; margin: 0 auto; margin-top: 1em; }
.slider .slider-content-wrapper .inside h2 { font-size: 1.8em; }
.slider .slider-content-wrapper .inside h2.small { font-size: 1.8em; }
.slider .slider-content-wrapper .inside h2.large { font-size: 3.3em; }

.slider .slider-content-wrapper .inside p { font-size: 1.25em; font-weight: 200 !important; }
.slider .slider-content-wrapper .inside .button { font-size: .7em; }

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

.slider .slider-content-wrapper .inside.slider-text-blue h1,
.slider .slider-content-wrapper .inside.slider-text-blue h2 { color: #004592; }
.slider .slider-content-wrapper .inside.slider-text-blue p { color: #004592; }
.slider .slider-content-wrapper .inside.slider-text-blue p.quote-name { color: #696056; }

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

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


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


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

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

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

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

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

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

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


/* === BANNER === */


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


/* === BREADCRUMBS === */


.breadcrumbs { background-color: #fff; float: left; width: 100%; }
.breadcrumbs #breadcrumbs { padding: 1em 20px; font-size: .8em; margin-bottom: 0; }


/* === MAIN === */


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


/* === 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; }
.inclcontent .columns:first-of-type { padding-top: 0; }
.inclcontent .columns:last-of-type { padding-bottom: 0; }

.clmn { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; float: left; margin-left: 1em; margin-right: 1em; padding: 0; }
.clmn.transparent { padding: 0; }
.clmn.white, .clmn.grey, .clmn.light-blue, .clmn.dark-blue { padding: 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 { border-radius: none; }
#header .columns .clmn { margin-left: 0; }
#header .columns .clmn.col20 { width: 20%; }
#header .columns .clmn.col60 { width: 60%; }

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

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

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

.clmn.highlighted { transform: scale(1.2); box-shadow: 0px 3px 20px rgba(0,0,0,0.05); border-radius: 12px; overflow: hidden; box-sizing: border-box; padding: 1em; border: 1px solid #fff; }
section.white > .inside > .columns > .clmn.highlighted { background-color: #f2f2f2; }
section.grey > .inside > .columns > .clmn.highlighted { background-color: #ffffff; }
section.dark-blue > .inside > .columns > .clmn.highlighted { background-color: rgba(255,255,255,0.02); }

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


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


.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
.align-justify { text-align: justify; }
.vertical-center { display: flex; align-items: center; /*justify-content: center; */}

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


.round-image { text-align: center; }
.round-image img { width: 200px; height: 200px; border-radius: 100%; margin-bottom: 2em; }

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


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


.clmn.teaser-item a { width: 100%; height: 100%; }
.clmn.teaser-item h3, .clmn.teaser p { color: #696056; }
.clmn.teaser-item h3 { margin-top: 1em; margin-bottom: 1em; font-size: 1.5em; }
.clmn.teaser-item:hover h3 { color: #004592; }
.clmn.teaser-item:hhover .button { background-color: #696056; }
.clmn.teaser-item .image { position: relative; }
.clmn.teaser-item .image img { min-width: 100%; }
.clmn.teaser-item .box { border-bottom: 10px solid #ff9632; }


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


#main img.round-image { border-radius: 100%; }
#main img.achzigprozent { display: block; max-width: 80%; height: auto; margin: 0 auto; }

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


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


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

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

ul.social-icons.blue li a { background-color: #004592; }
ul.social-icons.blue li a:hover { background-color: #004592; }


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


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

.bloglist { clear: left; }

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

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

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

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

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

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

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


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


/* === BLOG ARTICLES === */

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


/* — BLOG CONTENT — */


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

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

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


/* — SIDEBAR —— */


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

.blogcontent .aside .sidebar-widget {display:block; margin-bottom: 2em; padding-bottom: 2em; border-bottom: 1px solid #e3ebde; }
.blogcontent .aside .sidebar-widget h3 { text-transform: none; font-size: 2.0em; margin-top: 0; }
.blogcontent .aside .sidebar-widget h3:after {display: none !important; }
.blogcontent .aside .sidebar-widget ul li { margin-left: 0; padding-left: 0; font-size: 0.9em; }
.blogcontent .aside .sidebar-widget ul li:before { display: none; }
.blogcontent .aside .sidebar-widget p { font-size: 16px; font-size: 1.6rem; line-height: 1.6; }
.blogcontent .aside .sidebar-widget a { }
.blogcontent .aside .sidebar-widget a:hover { color: #0b76ed; }
.blogcontent .aside .sidebar-widget [aria-current="page"] { font-weight: 700; color: #0b76ed; }

.blogcontent .aside .sidebar-widget iframe { max-width: 100% !important; }

.blogcontent .aside .sidebar-widget img { border-radius: 1.5em; }


/* === TABELLEN === */


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

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

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


/* === IMAGE STYLES === */


.imagemap { position: relative; }
.imagemap .location { position: absolute; width: 20px; height: 20px; background-color: #004592; border-radius: 100%; border: 2px solid #fff; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; transition: all .2s ease-in-out; }
.imagemap .location:hover { -webkit-transform: scale(1.4); -o-transform: scale(1.4); -moz-transform: scale(1.4); transform: scale(1.4); }
.imagemap .location a { display: block; width: 100%; height: 100%; font-size: 0; cursor: pointer; }
.imagemap.africa .location.tangier { top: 12%; left: 29%; }
.imagemap.africa .location.tunis { top: 9%; left: 42%; }
.imagemap.africa .location.kigali { top: 56%; left: 61%; }
.imagemap.africa .location.arusha { top: 59.5%; left: 66%; }


/* === FOOTER === */


#bottom { background: #f2f2f2; position: relative; font-size: 1em; font-weight: 200; color: #696056; padding: .5em 0; }

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

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

#bottom .footer-widget { margin-bottom: 2em; }
#bottom .footer-widget h3 { font-family: 'Open Sans', sans-serif; font-size: .9em; font-weight: 700; text-transform: uppercase; color: #161616; letter-spacing: 1px; }
#bottom .footer-widget p { font-size: .8em; }
#bottom .footer-widget a { color: #696056; font-weight: 200; }
#bottom .footer-widget a:hover { color: #004592; }

#bottom.landingpage .textwidget p {text-align: center; }

.credits { width: 100%; box-sizing: border-box; display: block; background-color: #004592; padding:20px; margin:0; text-align: center; line-height: 1em; font-size: .7em; color: rgba(255,255,255,0.5); }
.credits a { color: #fff; text-decoration: none; }
.credits a:hover { color: #fff; text-decoration: underline; }


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

.ui-widget { font-family: inherit; font-size: 1.5em !important; width: 100%; }
.ui-accordion .ui-accordion-header { color: ##065248; border: none; border-top: 1px solid rgba(0,0,0,0.1); border-radius: 0; background-color: #fff !important; padding: 1em 0 !important; font-family: 'Open Sans', sans-serif; font-size: 1em !important; font-weight: 400; }
.ui-accordion .ui-accordion-header.ui-state-active { color: #696056 !important; }
.arconix-faq-accordion-title.ui-accordion-header span.ui-icon { background-image: url(images/arconix_icon_plus.png) !important; margin-top: -18px; left: auto !important; right: 0; width: 36px; height: 36px; background-position: center center; background-size: 100%; }
.arconix-faq-accordion-title.ui-accordion-header.ui-accordion-header-active .ui-icon { background-image: url(images/arconix_icon_minus.png) !important; }

.ui-widget-content { position: relative; border: none; border-radius: 0; background-color: #fff !important; font-family: 'Open Sans', sans-serif; font-weight: 300; line-height: 1.6rem; color: #696056; margin-top: 10px; background-image: none !important; }
.ui-accordion .ui-accordion-content { padding: 0 !important; overflow: visible; border: none; }
.arconix-faq-accordion-content h3 { margin-bottom: 1em; }
.arconix-faq-accordion-content p { font-size: 16px; font-size: 1.6rem; line-height: 1.6; }
.arconix-faq-accordion-content p a {  }
.arconix-faq-accordion-content p a:hover { color: #004592; text-decoration: underline; }
.arconix-faq-accordion-content li:before { color: #000; }
.arconix-faq-accordion-content table { width: auto; margin-top: 0; margin-bottom: 0; border-radius: 0; font-size: 0.6em; }
.arconix-faq-accordion-content table tbody tr { background-color: transparent; }


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


.wpcf7 { width: 100%; display: block; height: auto; overflow: hidden; }
.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; overflow: hidden;  }
.wpcf7 .callback-type { display: block; width: 100%; text-align: center; }
.wpcf7 input { border: 1px solid rgba(0,0,0,0.5); border-radius: 30px; padding: .5em 1em; }
.wpcf7 input.half-width { width: 48%; float: left; margin-left: 1%; margin-right: 1%; }
.wpcf7 .button { border: none; padding-left: 3em; padding-right: 3em; }
.wpcf7 .button:hover { cursor: pointer; }
.wpcf7 .wpcf7-acceptance .wpcf7-list-item-label { display: inline-block; font-size: .9em; float: right; width: 95%; }


/* === TIMELINE === */


.cd-timeline-icon-link, .cd-timeline-img { width: 30px !important; height: 30px !important; }
.cd-timeline-block.timeline-announcement-left .cd-timeline-img.icon-no-readmore { right: -15px !important; }
.clmn .cd-timeline-block.timeline-announcement-right .cd-timeline-img.icon-no-readmore { left: -15px !important; }
.cd-timeline-img.cd-picture { top: 15px !important; }
#cd-timeline span.fa { font-size: 16px !important; margin-top: 7px !important; }


/* === TEAM SHOWCASE === */


.teamshowcasefree_style01_teamprofiles { font-weight: bold !important; letter-spacing: 0.5px !important; text-transform: none !important; }
.teamshowcasefree_style1_designation { font-weight: 300 !important; }


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


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


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


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


/* === RESPONSIVENESS === */


@media screen and (max-width:1620px) {
	body { font-size: 1.4rem; font-size: 14px; }
	#mainmenu > ul.menu > li {  }
	#mainmenu ul.menu li ul.sub-menu li { padding: 0 !important; }
	.slider.slider-left .slider-content-wrapper { padding: 4em 4em 4em 4em; }
	.slider.slider-right .slider-content-wrapper { padding: 4em 4em 4em 4em; }
	h1 { font-size: 3.5em !important; }
}

@media screen and (max-width:1280px) {
	body { font-size: 1.2rem; font-size: 12px; }
	#header a.logo {  }
	#header .menu-widget a.button { font-size: 1em; }
	#mainmenu .menu-widget { height: 36px; }
	#mainmenu {  }
	#mainmenu ul.menu li {  }
	#mainmenu ul.menu > li > a { font-size: 1em; }
	#mainmenu ul.menu li ul.sub-menu:after { border-width: 15px; margin-left: -15px; }
	#mainmenu ul.menu li ul.sub-menu li { padding: 0; }
	em { padding-top: 80px; background-size: 70px auto; }
	body.home .slider .slider-tabs .slider-tab { background-position: top 26px right 20px; background-size: auto 36px; }
	#bottom .socials li a { width: 56px; height: 56px; }
	.inside { padding-left: 60px; padding-right: 60px; }
}

@media screen and (max-width:1023px) {
	#header .inside { position: relative; float: left; width: 100%; }
	#header .logo { height: 30px; }
	
	.navToggle { display: block; position: absolute; z-index: 999; top: 20px; left: auto; right: 40px; height: 24px; width: 30px; }
	.navToggle .bar { position: absolute; width: 30px; height: 2px; background-color: #fff; -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; transition: all .2s ease-in-out;  }
	.navToggle:hover .bar { background-color: #fff; }
	.navToggle .bar.one {top: 0; }
	.navToggle .bar.two {top: 11px; }
	.navToggle .bar.three {top: 22px; }
	body.scrolling .navToggle .bar { background-color: #004592; }
	.navToggle.active .bar { background-color: #004592; }
	.navToggle.active:hover .bar { background-color: #004592; }
	.navToggle.active .bar.one { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); top: 8px; }
	.navToggle.active .bar.two { visibility: none; opacity: 0; }
	.navToggle.active .bar.three { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 8px; }
	
	#mainmenu { display: block; opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100vh; z-index: -1; overflow: hidden; background-color: #fff; text-align: right; margin-top: -200%; padding-top: 0; margin-left: 0; -moz-transition: all .5s ease; -o-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease;  }
	#mainmenu.open { margin-top: 0; opacity: 1; }

	#mainmenu ul.menu { display: block; box-sizing: border-box; padding: 70px 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; color: #004592; font-size:1.2em; letter-spacing: 1px; margin: 0; }
	#mainmenu ul.menu > li > a:hover { color: #004592; }
	#mainmenu ul.menu > li.menu-item-has-children:hover { background-color: inherit; }
	#mainmenu ul.menu > li.menu-item-has-children:hover a { color: #004592 !important; }
	#mainmenu ul.menu li ul.sub-menu { position: relative; top: 0; left: 0; box-shadow: none; border-radius: 0; width: 100%; }
	#mainmenu ul.menu li:hover ul.sub-menu { display: none; }
	#mainmenu ul.sub-menu > li > a { background-color: transparent; padding: 1.2em 0; }
	#mainmenu ul.sub-menu > li:first-of-type > a { border-top-left-radius: 0; border-top-right-radius: 0; }
	#mainmenu ul.sub-menu > li:last-of-type > a { border-bottom-left-radius: 0; border-bottom-right-radius: 0; }
	
	#mainmenu .menu-widgets { width: 100%; text-align: center; display: block; float: left; margin-top: 0; }
	#mainmenu .menu-widget { max-width: 5000px; height: auto; overflow: hidden; text-align: center; background-image: url(); background-position: top center; background-size: 40px auto; background-repeat: no-repeat; float: left; box-sizing: border-box; padding: 0.5em 1.5em; margin-top: 0; font-weight: 400; border-left: none; width: 100%; }
	#mainmenu .menu-widget p, 
	#mainmenu .menu-widget p.small { font-size: 1.2em; }
	
	#header .menu-widgets { right: 100px; }
	
	.inside { padding-left: 40px; padding-right: 40px; }

	.slider.slider-right .slider-content-wrapper { padding: 2em; }
	
	.inclcontent ol li { padding: 0 0 0 80px !important; min-height: 90px; }
	.inclcontent ol li::before { width: 70px; height: 70px; line-height: 70px; }

    h1, h2, h3, h4 {-webkit-hyphens: auto; -moz-hyphens: auto; -o-hyphens: auto; hyphens: auto;}
	em { padding-top: 70px; background-size: 60px auto; }
	
	.button.large { font-size: 1.4em; }

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

@media screen and (max-width:640px) {
	.hideMobile { display: none; }
	.showMobile { display: block; }
	body { font-weight: 400; }
	#header .inside { padding-left: 20px; padding-right: 20px; }
	#header .logo { height: 26px; }
	body.scrolling #header a.logo {  }
	.navToggle { top: 17px; right: 20px; height: 24px; width: 30px; }

	#header .menu-widgets { right: 70px; }
	#header .menu-widget a.button { padding: 0.5em 1.2em; }
	
	.video-button { top: 75%; }
	
	.inside { padding-left: 40px; padding-right: 30px; }
	
	.slider.slider-right .slider-content-wrapper { position: relative; width: 100%; box-sizing: border-box; padding: 2em; margin: 0; background-color: rgba(0,0,0,0.5); }
	.slider.slider-right .slider-image-wrapper { position: absolute; left: 0; width: 100%; margin: 0; }
	.slider .slider-content-wrapper .inside h1 { font-size: 2.0em; color: #fff !important; }
	.slider .slider-content-wrapper .inside p { font-size: 1.0em; color: #fff !important; }
	.slider .slider-content-wrapper .inside h1.small { font-size: 1.3em; }
	.slider .slider-content-wrapper .inside h2.large { font-size: 2.0em; }
	.slider .bjqs-controls { position: relative; width: 80%; padding: 0; top: 87% !important; left: 0 !important; margin-left: 10%; margin-right: 10%; }
	.slider .bjqs-controls li.bjqs-prev { position: absolute; left: 0; }
	.slider .bjqs-controls li.bjqs-next { position: absolute; right: 0; }
	.slider .bjqs-controls li a { opacity: 0.5; }
	.slider .bjqs-controls li a:hover { opacity: 1.0; }
	.slider ul.social-icons.blue li a { background-color: transparent; }
	.slider ul.social-icons.blue li a:hover { background-color: rgba(255,255,255,0.2); }

	.button { display: inline-block; width: auto; }
	.button.small { padding: 0.8em 1.5em; font-size: 1em; }

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

	section { padding: 3em 0; }
	h1.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; }

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

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

	.inclcontent ol li { padding: 0 0 0 65px !important; min-height: 100px; }
	
	.slider .slider-image-wrapper, .slider .slider-content-wrapper { margin-top: 0; }
	
	.teaser-box .teaserbox-content { padding: 2em; }
	.teaser-box .teaserbox-content h2, 
	.teaser-box .teaserbox-content h3 { font-size: 2.5em; } 
	.teaser-box .teaserbox-content .button { left: 4em; bottom: 4em; }

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

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

	}
