@charset "UTF-8";
/*!   
Theme Name: Stiftung Umweltenergierecht Theme
Theme URI: http://www.stiftung-umweltenergierecht.de/
Description: Individuelles Theme für Stiftung Umweltenergierecht.  
Author: Ralf Hoffmeister (Design: Shuttle Design Studio)
Author URI: http://ralfhoffmeister.de
Text Domain: suer2021
Version: 1.0
Programmierung: Ralf Hoffmeister, Design: Shuttle Design Studio;
*/

/* CSS Document */


/* ========================================================= */
/* = ================= ADJUSTMENTS ======================= = */
/* ========================================================= */

/*RESET
   http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 
   License: none (public domain)
**************************************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,button{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
/*SELF CLEAR FLOATING ELEMENTS
**************************************************************/
.clear:after{content:".";display:block;height:0;font-size:0;clear:both;visibility:hidden}* html .clear{height:1%}*:first-child+html .clear{min-height:1px}
/*BORDER-BOX LAYOUT
**************************************************************/
*, *:before, *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
/*WP-CORE
**************************************************************/
.alignnone{margin:5px 20px 20px 0}
.aligncenter,
div.aligncenter{display:block;margin:5px auto}
.alignright{float:right;margin:5px 0 20px 20px}
.alignleft{float:left;margin:5px 20px 20px 0}
.aligncenter{display:block;margin:5px auto}
a img.alignright{float:right;margin:5px 0 20px 20px}
a img.alignnone{margin:5px 20px 20px 0}
a img.alignleft{float:left;margin:5px 20px 20px 0}
a img.aligncenter{display:block;margin-left:auto;margin-right:auto}
.wp-caption{background:#fff;max-width:96%;padding:5px 3px 10px;text-align:left}
.wp-caption.alignnone{margin:5px 20px 0 0}
.wp-caption.alignleft{margin:5px 20px 0 0}
.wp-caption.alignright{margin:5px 0 0 20px}
.wp-caption img{border:0 none;height:auto;margin:0;max-width:98.5%;padding:0;width:auto}
.wp-caption p.wp-caption-text{font-size:11px;line-height:17px;margin:0;padding:0 4px 5px}



/* ========================================================= */
/* = ==================== MODULES ======================== = */
/* ========================================================= */

/*MISC
**************************************************************/

.circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.arrow-link,
.arrow-link-s {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  position: relative;
  padding-left: 24px;
  color: #0095D6;
  text-decoration: none;
}

.cta.arrow-link:before {
  border-left-color: #fff;
  left: 15px;
  top: 46%;
}

.cta.arrow-link:hover:before {
  border-left-color: #fff;
}


.arrow-link:before,
.arrow-link-s:before {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background-image: url('images/icons/arrow.svg');
  background-repeat: no-repeat;
  background-size:  contain;
  background-position: left center;
  height: 13px;
  width: 18px;
  position: absolute;
}


.arrow-link:hover:before,
.arrow-link-s:hover:before {
  background-image: url('images/icons/arrow-hover.svg');
}


.text-align-r {
  text-align: right;
}

/*Call to Action Button*/
.cta,
input[type="submit"],
button {
  outline: none;
  border: 1px solid #00498D;
  color: #fff;
  background-color: #00498D;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 10px 20px 10px 30px;
  line-height: 1;
  border-radius: 3px;
  -webkit-transition: all .15s ease-in-out;
  -moz-transition: all .15s ease-in-out;
  -ms-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  text-align: right;
}

.no-touch .cta:hover,
.no-touch input[type="submit"]:hover,
.no-touch button:hover {
  color: #fff;
  background-color: #163452;
}

.cta:active,
.cta.active,
input[type="submit"]:active,
button:active,
  /*.no-touch due to :hover state (specificity)*/
.no-touch .cta:active,
.no-touch .cta.active,
.no-touch input[type="submit"]:active,
.no-touch button:active {
  background-color: #000;
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.warning-msg {
  border-left: 5px solid #f00;
  padding-left: 10px;
}

.info-msg {
  border-left: 5px solid #aaa;
  padding-left: 10px;
}

.okay-msg {
  border-left: 5px solid #0f0;
  padding-left: 10px;
}



/* ========================================================= */
/* = ===================== BASE STYLES =================== = */
/* ========================================================= */

html {
  min-height: 100%;
  font-size: 100%;
  /*text-rendering: optimizeLegibility;*/
  -webkit-font-smoothing: antialiased;
}

body {
  position: relative;
  min-height: 100%;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  color: #000;
  font-size: 100%;
  line-height: 1.5;
}

p, ul {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  padding: 0.5em 0 0.5em 0;
  -epub-word-break: hyphenate;
  -ms-word-break: hyphenate;
  word-break: normal;
  word-wrap: normal;
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

h1, h2, h3, h4, h5, h6 {
  padding: 1em 0 .25em 0;
}

h1, h2 {
  font-weight: 600;
  line-height: 1;
}

h3, h4, h5, h6 {
  line-height: 1.2;
}

h1 {
  font-size: 15px;
  line-height: 1.23809524;
  color: #163452;
}

@media screen and (min-width: 500px) {

  h1 {
    font-size: 21px;
  }

}

@media screen and (min-width: 900px) {

  h1 {
    font-size: 28px;
  }

}

@media screen and (min-width: 1100px) {

  h1 {
    font-size: 42px;
  }

}


h2 {
  font-size: 34px;
  line-height: 43px;
  color: #0095d6;
  font-weight: 600;
  padding: 55px 0 25px;
}

h3 {
  display: block;
  position: relative;
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: #002858;
  margin: 0 0 25px;
  padding: 50px 0 12px;
}
h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background-color: #002858;
  bottom: 0;
  left: 0;
}

h4 {
  font-size: 22px;
  line-height: 33px;
  color: #0095D6;
  font-weight: 600;
  padding: 35px 0 16px;
}

h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: #002858;
  padding: 30px 0 12px;
}

h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #002858;
  padding: 25px 0 12px;
}

hr {
  border: none;
  border-top: 1px solid #BED7EB;
  height: 1px;
}

a {
  border: 0;
  outline: 0;
  color: #0095d6;
  font-weight: 500;
  text-decoration: none;
}

a:hover, a:focus{
  text-decoration: none;
  color: #8ABD24;
}

button {
  cursor: pointer;
}

.no-touch button:hover,
button:focus {
  background: #aaa;
}

button:active {
  background: #000;
  color: #fff;
}

em {
  font-style: italic;
}

strong {
  font-weight: 600;
}

code {
  font-family: courier, monospace;
  background: #eee;
  padding: 0 5px;
}

address {
  font-style: italic;
}

pre {
  font-family: courier, monospace;
  white-space: pre-wrap;
}

ul {
  list-style: square;
}

ol {
  list-style: decimal;
}

li {
  list-style-position: outside;
  margin-left: 20px;
}

nav li {
  list-style: none;
}

img {
  max-width: 100%;
  width: auto\9; /* ie8 */
  height: auto !important;
  -ms-interpolation-mode: bicubic;
  border: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

video {
  max-width: 100%;
  height: auto !important;
}

blockquote {
  font-size: 20px;
  padding-left: 160px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #163452;
  font-weight: 300;
  font-style: italic;
}

@media screen and (min-width: 1200px) {

  blockquote {
    padding-left: 130px;
  }


}

blockquote > p {
  font-size: 20px;
  line-height: 1.3;
  color: #163452;
  font-weight: 300;
  font-style: italic;
}

.bq-ref {
  padding-top: 0;
  font-size: 13px;
  line-height: 1.4;
  color: #666666;
  font-weight: 600;
  font-style: normal;
}

input,
select,
textarea,
button{
  font-family:inherit;
  font-size: inherit;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  display: block;
  cursor: pointer;
  width: 100%;
  background: #fff;
  padding: 5px 10px;
  margin-bottom: 20px;
}

input[type="submit"] {

}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {

}

iframe, object, embed {
  max-width: 100%;
}

input:focus::-webkit-input-placeholder,
input:focus:-moz-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder {
  color:transparent;
}

textarea:focus::-webkit-input-placeholder,
textarea:focus:-moz-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color:transparent;
}

/*  ::-webkit-selection { background: #aaa; color: #fff; }
     ::-moz-selection { background: #aaa; color: #fff; }
          ::selection { background: #aaa; color: #fff; }

         h1::-webkit-selection { color: #222; }
            h1::-moz-selection { color: #222; }
                 h1::selection { color: #222; }

         h2::-webkit-selection { color: #222; }
            h2::-moz-selection { color: #222; }
                 h2::selection { color: #222; }

         h3::-webkit-selection { color: #222; }
            h3::-moz-selection { color: #222; }
                 h3::selection { color: #222; }

         h4::-webkit-selection { color: #222; }
            h4::-moz-selection { color: #222; }
                 h4::selection { color: #222; }

         h5::-webkit-selection { color: #222; }
            h5::-moz-selection { color: #222; }
                 h5::selection { color: #222; }

         h6::-webkit-selection { color: #222; }
            h6::-moz-selection { color: #222; }
                 h6::selection { color: #222; }

          a::-webkit-selection { color: #222; }
             a::-moz-selection { color: #222; }
                  a::selection { color: #222; }

 blockquote::-webkit-selection { color: #222; }
    blockquote::-moz-selection { color: #222; }
         blockquote::selection { color: #222; } */

/*FONT AND COLOR CLASSES
**************************************************************/
/* montserrat-300 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local(''),
  url('fonts/montserrat-v15-latin-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('fonts/montserrat-v15-latin-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-500 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local(''),
  url('fonts/montserrat-v15-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('fonts/montserrat-v15-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-regular - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local(''),
  url('fonts/montserrat-v15-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('fonts/montserrat-v15-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-500italic - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 500;
  src: local(''),
  url('fonts/montserrat-v15-latin-500italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('fonts/montserrat-v15-latin-500italic.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-600 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  src: local(''),
  url('fonts/montserrat-v15-latin-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('fonts/montserrat-v15-latin-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* montserrat-700 - latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local(''),
  url('fonts/montserrat-v15-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
  url('fonts/montserrat-v15-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


.sans { font-family: 'Fira Sans', Helvetica, Arial, sans-serif; }
.serif { font-family: Georgia, Times, serif; }
.mono { font-family: courier, monospace; }
.fancy {
  font-family: "Didot", "Times New Roman", Georgia, Times, serif;
  -moz-font-feature-settings: "liga=1";
  -ms-font-feature-settings: "liga" 1;
  -moz-font-feature-settings: "frac=1";
  -ms-font-feature-settings: "frac" 1;
}

.base-color {        color: #ccc;}
.base-bg {background-color: #ccc;}

.body-color {        color: #666666;}
.body-bg {background-color: #666666;}

.accent-color {        color: #708592;}
.accent-bg {background-color: #708592;}

.soft-color {        color: #E4ECF3;}
.soft-bg {background-color: #E4ECF3;}





/* ========================================================= */
/* = =================PAGE STRUCTURE====================== = */
/* ========================================================= */

/*PAGE-SEGMENTS
**************************************************************/

.container-block { /*contains the whole Page */
  position: relative;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
  padding-top: 74px;
}

.page-template-archive-projekte .container-block,
.page-publikationen .container-block {
  padding-top: 126px;
}

@media screen and (max-width: 991px){
  .page-template-archive-projekte .container-block,
  .page-publikationen .container-block {
    padding-top: 136px;
  }
}

@media screen and (min-width: 992px) {

  .container-block { /*contains the whole Page */
    padding-top: 126px;
  }

}

.content {
  position: relative;
  padding-bottom: 50px;
}

@media screen and (min-width: 900px) {

  .content {
    position: relative;
    padding-bottom: 50px;
  }

}

.main-content,
.sidebar {
  position: relative;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.main-content {
  min-height: 600px;
  background-color: #fff;
  float: left;
  z-index: 1;
}

@media screen and (min-width: 900px) {

  .main-content {
    max-width: 600px;
  }

}

@media screen and (min-width: 1200px) {

  .main-content {
    max-width: 772px;
    padding-left: 22px;
  }

}

.sidebar {
  float: right;
  width: 100%;
  min-height: 500px;
  background-color: #fff;
}

@media screen and (min-width: 900px) {

  .sidebar {
    max-width: 283px;
  }

}

@media screen and (min-width: 1200px) {

  .sidebar {
    max-width: 408px;
    padding-right: 22px;
  }

}

.frame,
[class*=frame-] { /*frame, contains Content-Modules, no padding!*/
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
}


.page-pad,
.page-padding { /* adds l/r padding to element */
  padding: 25px;
}

/*
  section:  always full width, contains frames that belong together, can have full-width-bg;

  .frame:   defines content width, contains page modules, often centered (margin: 0 auto);

  .module:  contains elements that belong together, can have padding;
            modules can be: widgets, forms, author-info, search-field, intro, slideshow, etc.;

  .page-pad: adds left & right padding to element;
              reccomenden for full-width modules, outer padding, so the content doesn’t stick to the window;
  .half,
  .third,
  .quarter: special modules, that are mainly used for grids. if used inside modules, containing module should have no padding;

  _____________
  How it works:

  section___________________________________________________________
  |          .frame______________________________________           |
  |          |      .module________________________      |          |
  |          |      |                              |     |          |
  |          |      |  elments, forms...           |     |          |
  |          |      |  modules have padding,       |     |          |
  |          |      |  sections and frames not     |     |          |
  |          |      |______________________________|     |          |
  |          |___________________________________________|          |
  |          .frame.clear________________________________           |
  |          |      .half__________.half___________      |          |
  |          |      |              |               |     |          |
  |          |      |              |               |     |          |
  |          |      |              |               |     |          |
  |          |      |              |               |     |          |
  |          |      |______________|_______________|     |          |
  |          |___________________________________________|          |
  |_________________________________________________________________|
  section___________________________________________________________
  |          .frame.clear________________________________           |
  |          |      .quarter_.third________________      |          |
  |          |      |        |                     |     |          |
  |          |      |        |                     |     |          |
  |          |      |        |                     |     |          |
  |          |      |        |                     |     |          |
  |          |      |________|_____________________|     |          |
  |          |___________________________________________|          |
  |_________________________________________________________________|
*/



/*GRID
**************************************************************/

.half,
.third, .third.double,
.quarter, .quarter.triple  {
  width: 100%;
  position: relative;
  float: none;
}

@media screen and (min-width: 600px) {

  .half {
    width: 50.000000%;
    float: left;}

  .third {
    width: 33.333333%;
    float: left;}

  .third.double {
    width: 66.666666%;
    float: left;}

  .quarter {
    width: 25.000000%;
    float: left;}

  .quarter.triple {
    width: 75.000000%;
    float: left;}

}


/* ========== */
/* = HEADER = */
/* ========== */

header#header {
  z-index: 10;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0,0,0,.16);
  will-change: transform;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

header .frame {
  height: 73px;
}

@media screen and (min-width: 900px) {

  header .frame {
    height: 120px;
    -webkit-transition: height .15s ease-in-out;
    -moz-transition: height .15s ease-in-out;
    -ms-transition: height .15s ease-in-out;
    -o-transition: height .15s ease-in-out;
    transition: height .15s ease-in-out;
  }

  .small-header .frame {
    height: 95px;
  }

}

.logo {
  display: block;
  text-decoration: none;
  padding-top: 23px;
  padding-left: 20px;
}

.logo img {
  height: 26px !important;
}

/*Meta-Nav*/

.meta-nav {
  display: none;
}

.anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}

@media screen and (min-width: 992px) {

  .meta-nav {
    display: block;
  }

  .meta-nav .search-form {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background: #004990;
  }

  .meta-nav .search-form.search-open {
    display: block;
  }

  .meta-nav input.searchform-send {
    display: none;
  }

}


#lang_sel a {
  padding: 5px;
}

.submenu-languages {
  height: auto !important;
  overflow: auto !important;
}

.main-nav-mobile .menu-item-language-current > a {
  display: none;
}

.main-nav-mobile .submenu-languages a {
  background-color: #00478C !important;
}

/*Main-Nav*/
.main-nav {
  display: none;
}

@media screen and (min-width: 992px) {

  .main-nav {
    display: block;
  }

}


.toggle-main-nav:hover > a {
  text-decoration: none;
}

/*Dropdown*/

.main-nav .menu-item-has-children .sub-menu {
  display: none;
  opacity: 0;
  -webkit-transition: opacity .15s ease-in-out;
  -moz-transition: opacity .15s ease-in-out;
  -ms-transition: opacity .15s ease-in-out;
  -o-transition: opacity .15s ease-in-out;
  transition: opacity .15s ease-in-out;
}

.main-nav .menu-item-has-children:hover .sub-menu,
.main-nav .menu-item-has-children.sub-open .sub-menu {
  display: block;
  opacity: 1;
}

/*MOBILE NAV*/

.main-nav-mobile {
  display: block;
  height: auto;
  z-index: 10;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  background-color: #0095D6;
  -webkit-transition: opacity .25s ease-in-out, transform .25s ease-out;
  -moz-transition: opacity .25s ease-in-out, transform .25s ease-out;
  -ms-transition: opacity .25s ease-in-out, transform .25s ease-out;
  -o-transition: opacity .25s ease-in-out, transform .25s ease-out;
  transition: opacity .25s ease-in-out, transform .25s ease-out;
  /*transform: translateY(20px);*/
}

.js .nav-open .main-nav-mobile {
  position: absolute;
  right: 0;
  top: 73px;
  max-height: 400px; /*Fallback for Opera Mini etc. not supporting calc yet*/
  width: 300px;
  overflow: visible;
  max-height: calc(100vh - 76px);
  opacity: 1;
  /*transform: translateY(0); */
  box-shadow: 2px 2px 5px rgba(0,0,0,.5);
}

.js .nav-open .main-nav-mobile-container {
  max-height: calc(100vh - 76px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.js .nav-open .main-nav-mobile-container:before {
  bottom: 100%;
  right: 25px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 71, 140, 0);
  border-bottom-color: #0095D6;
  border-width: 15px;
  margin-left: -15px;
}

.main-nav-mobile ul {
  padding: 0;
}

.main-nav-mobile > ul {
  padding: 0 4px;
}

.main-nav-mobile .sub-menu {
  background-color: #002858;
}

.main-nav-mobile .sub-menu a {
  font-size: 15px;
  color: #fff;
  background-color: #002858;
  padding-left: 25px;
  border-color: #fff;
}

.main-nav-mobile .sub-menu .sub-menu a {
  padding-left: 40px;
}
.main-nav-mobile .sub-menu .sub-menu .sub-menu a {
  padding-left: 55px;
}

.main-nav-mobile li {
  margin-left: 0;
  list-style: none;
}

.main-nav-mobile a {
  font-size: 17px;
  font-weight: 300;
  display: block;
  padding: 10px 20px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid #fff;
}

.main-nav-mobile .current-menu-item > a {
  color: #fff !important;
  font-weight: 600;
}

.main-nav-mobile .current-menu-parent > a,
.main-nav-mobile a.toggle-open {
  color: #fff !important;
  font-weight: 600;
  background-color: #002858;
}

.js .main-nav-mobile .toggle-menu-item .sub-menu {
  height: 0;
  overflow: hidden;
}

.main-nav-mobile .current-menu-parent .sub-menu {
  height: auto;
}

.js .main-nav-mobile .sub-menu.drawer-open {
  height: auto;
  padding-top: 0;
}

.main-nav-mobile .sub-menu {
  height: 0;
  overflow: hidden;
}

.main-nav-mobile .current-menu-item .sub-menu,
.main-nav-mobile .current-menu-ancestor .sub-menu {
  height: auto;
  overflow: hidden;
}

.search-form {
  position: relative;
  z-index: 10;
}

.main-nav-mobile .search-form {
  padding: 4px;
}

input.searchfield {
  padding-right: 40px;
  border: none;
  cursor: auto;
}

input.searchform-send {
  position: absolute;
  border: none;
  width: 35px;
  height: 35px;
  top: 4px;
  right: 0;
  background-color: transparent;
  background-image: url(images/interface/search-send.png);
  background-position: center center;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.main-nav-mobile input.searchform-send:hover {
  background-color: transparent;
}


@media screen and (min-width: 992px) {

  .main-nav-mobile {
    display: none;
  }

}

/*MOBILE FILTER*/

.options-mobile {
  z-index: 9;
  display: block;
  background-color: #0095D6;
  color: #fff !important;
  position: fixed;
  max-height: calc(100vh - 74px);
  overflow: visible;
  top:73px;
  left: 0;
  right: 0;
}

.drawer-open.options-mobile-set-container {
  max-height: calc(100vh - 115px);
  overflow: auto !important;
}

.options-mobile h4,
.options-mobile h5,
.options-mobile p {
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: 600;
}

.options-mobile h4 {
  font-size: 19px;
  padding: 15px 10px;
  font-style: italic;
  text-transform: none;
}

.options-mobile h5 {
  font-size: 17px;
}

.options-mobile h5.toggle-open {
  color: #768b9f;
}

.options-mobile .option-set p {
  font-size: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.options-mobile input[type=checkbox] span,
.options-mobile label {
  display: block;
  cursor: pointer;
}

.options-mobile input[type=checkbox]:checked + span {
  color: #76baff;
  font-style: normal;
}

.options-mobile-set-container .toggle-open,
.options-mobile-set-container .drawer-open {
  background-color: #002858 !important;
}

.js .options-mobile .simple-toggle:after {
  right: 10px;
}

.options-mobile .option-set {
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 992px) {

  .options-mobile {
    display: none;
  }

}

/* =========== */
/* = CONTENT = */
/* =========== */

/*base module style*/
.module {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
}

.padding-l {
  padding-left: 20px;
}

@media screen and (min-width: 700px) {

  .padding-l {
    padding-left: 110px;
    padding-right: 110px;
  }

}

@media screen and (min-width: 900px) {

  .padding-l {
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media screen and (min-width: 1200px) {

  .padding-l {
    padding-left: 110px;
    padding-right: 110px;
  }

}

.content > .frame {
  max-width: 885px;
}

@media screen and (min-width: 1200px) {

  .content > .frame {
    max-width: 1180px;
  }

}


.content li > ul >li {
  position: relative;
  list-style: none;
}

.content li > ul >li:before {
  content: "- ";
  position: absolute;
  left: -20px;
  top: 0;
}

/*SLIDER*/

.hero {
  position: relative;
  width: 100%;
  max-width: 1180px;
  padding: 0 20px 0;
  margin: 0 auto;
  min-height: 150px;
}

.breadcrumb {
  display: none;
  position: relative;
  padding-left: 20px;
}

.breadcrumb p {
  font-size: 13px;
}

@media screen and (min-width: 700px) {

  .breadcrumb {
    display: block;
  }

}

@media screen and (min-width: 900px) {

  .breadcrumb {
    position: absolute;
    top: 45px;
    z-index: 2;
  }

}

.hero .item {
  position: relative;
  height: auto;
  min-height: 200px;
}



.hero .cta {
  font-size: 13px;
}

@media screen and (min-width: 600px) {

  .hero .cta {
    font-size: 16px;
    position: absolute;
    bottom: 15px;
  }

}

.hero .item img {
  position: absolute;
  bottom: 0;
}

@media screen and (min-width: 600px) {

  .hero .item img {
    position: relative;
    height: auto;
    bottom: auto;
  }

}

.hero .caption {
  position: absolute;
  top: 0;
  padding: 20px;
  padding-right: 43%;
  /*		top: 50%;
      transform: translateY(-50%);*/
}

.hero .captin-geb {
  padding-right: 20px;
}

@media screen and (min-width: 700px) {

  .hero .caption {
    top: 70px;
    padding-bottom: 50px;
  }

}

.hero .caption h1 {
  padding-top: 0;
}

.bilduntertitel {
  display: none;
  position: absolute;
  bottom: -45px;
  right: 43%;
  font-size: 16px;
  font-weight: 600;
  color: #163452;
}

@media screen and (min-width: 700px) {

  .bilduntertitel {
    display: block;
  }

}

@media screen and (min-width: 1200px) {

  .bilduntertitel {
    bottom: 15px;
  }
}

.hero .owl-pagination {
  position: absolute;
  right: 0;
  bottom: 30px;
  text-align: right;
}

.hero .owl-page {
  display: inline-block;
  padding-right: 5px;
}

.hero .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #00498D;
  border-radius: 50%;
}

.hero .owl-page.active span {
  background-color: #00498D;
}

/*BLOCKQUOTE MODULE*/

.module-blockquote {
  padding-bottom: 150px;
  padding-top: 50px;
  margin-bottom: 45px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  background-position: left bottom;
  background-repeat: no-repeat;
  -webkit-background-size: 40%;
  background-size: 40%;
  min-height: 342px;
}

.module-blockquote blockquote {
  padding-left: 0;
}

@media screen and (min-width: 600px) {

  .module-blockquote {
    padding-bottom: 50px;
    -webkit-background-size: auto;
    background-size: auto;
  }

  .module-blockquote blockquote {
    padding-left: 160px;
  }

}

.module-blockquote-r {
  background-position: right bottom;
}


.module-blockquote-r blockquote {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 600px) {

  .module-blockquote-r blockquote {
    padding-right: 140px;
  }

}

/*TABLE MODULE 3COLS*/

.module-table p {
  padding: 12px 5px;
}

.module-table h2 {
  padding-left: 10px;
  padding-right: 5px;
  padding-bottom: 15px;
  font-size: 16px;
  font-style: italic;
  color: #163452;
}

.row-3:first-child {
  background-color: #0095d6 !important;
  color: #fff !important;
}

.row-3 p {
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
}

.row-3:first-child p {
  font-weight: 500;
}

.row-3:nth-child(odd) {
  background-color: #F2F9FD;
}

.table-3-cols {
  width: 100%;
  overflow: auto;
}

.row-3 {
  min-width: 560px;
}

.col-table-1,
.col-table-2,
.col-table-3 {
  float: left;
  width: 33%;
  padding: 1px 5px 0;
}

/*TABLE MODULE 2COLS*/

.row-2 p {
  font-size: 14px;
}

.row-2:nth-child(odd) {
  background-color: #E4ECF3;
}

.table-2-cols {
  width: 100%;
  overflow: auto;
}

.row-2 {
  min-width: 560px;
}

.row-2 .col-table-1 {
  float: left;
  width: 25%;
  padding: 6px 5px 5px;

}

.row-2 .col-table-2 {
  float: left;
  width: 75%;
  padding: 6px 5px 5px;
}



/*MITARBEITER-THUMB MODULE*/

.module-mitarbeiter {
  padding-right: 20px;
}

.fs13 {
  font-size: 13px;
}

.mitarbeiter-thumb {
  width: 310px;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mitarbeiter-thumb p {
  font-size: 13px;
}

.mitarbeiter-thumb .mitarb-thumb-hl {
  font-size: 16px;
  color: #163452;
  padding-bottom: 4px;
  display: inline-block;
}

.mitarbeiter-thumb a {
  font-size: 13px;
  color: #163452;
}

.module-erw-wiss-leit .mitarbeiter-thumb {
  float: none;
  width: 100%;
}

.mitarbeiter-thumb:nth-child(odd) {
  clear: both;
}

.mitarbeiter-thumb img {
  display: block;
  float: left;
  margin-right: 10px;
  background-color: #F4F5F1;
  margin-bottom: 5px;
}

.mt-content {
  margin-left: 102px;
}

.mt-content p {
  padding-top: 0;
  padding-bottom: 0;
}

/*MITARBEITER*/

.subheadline-mitarb {
  font-size: .75em;
}

.page-template-page-mitarbeiterubersicht-php .mitarbeiter-thumb {
  width: 100%;
  max-width: 510px;
}

/*FORSCHUNGSERGEBNISSE THUMB MODULE*/

.module-forschungsergebnisse-thumb {
  padding-left: 0;
  padding-right: 0;
}

.publikationen-section-hl {
  padding-top: 50px;
}

.module-forschungsergebnisse-thumb h4 {
  font-weight: 500;
  padding: 26px 0 4px;
  font-size: 13px;
  line-height: 17px;
  color: #708592;
}



.forschungsergebnisse-thumb-container,
.forschungsergebnisse-thumb-container:active,
.forschungsergebnisse-thumb-container:focus {
  display: block;
  position: relative;
  padding-left: 20px;
  padding-right: 68px;
  padding-bottom: 20px;
  border-bottom: 2px solid #D8E1E6;
  margin-bottom: 2px;
  text-decoration: none;
  width: 100%;
  background-color: #fff;
  -webkit-transition: background-color .15s ease-in-out;
  -moz-transition: background-color .15s ease-in-out;
  -ms-transition: background-color .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out;
}

@media screen and (max-width: 991px){
  .forschungsergebnisse-thumb-container,
  .forschungsergebnisse-thumb-container:active,
  .forschungsergebnisse-thumb-container:focus{
    width: calc(100% - 44px);
  }
}

.forschungsergebnisse-thumb-container h4,
.forschungsergebnisse-thumb-container p,
.forschungsergebnisse-thumb-container:active h4,
.forschungsergebnisse-thumb-container:active p,
.forschungsergebnisse-thumb-container:focus h4,
.forschungsergebnisse-thumb-container:focus p {
  text-decoration: none !important;
}

.forschungsergebnisse-thumb-container {
  cursor: pointer;
}

.forschungsergebnisse-thumb-container:hover {
  background-color: #0095d6;
  text-decoration: none !important;
  -webkit-transition: background-color 0s ease-in-out;
  -moz-transition: background-color 0s ease-in-out;
  -ms-transition: background-color 0s ease-in-out;
  -o-transition: background-color 0s ease-in-out;
  transition: background-color 0s ease-in-out;
}

.forschungsergebnisse-thumb-container.drawer-open,
.forschungsergebnisse-thumb-container.drawer-open:hover {
  background-color: rgba(216,225,230,0.18);
}

.forschungsergebnisse-thumb-container:hover h4,
.forschungsergebnisse-thumb-container:hover p,
.forschungsergebnisse-thumb-container:hover .mitarb-forsch-erg-thum span{
  text-decoration: none !important;
  color: #fff;
}

.forschungsergebnisse-thumb-container.drawer-open:hover .mitarb-forsch-erg-thum span{
  color: #708592;
}

.forschungsergebnisse-thumb-container.drawer-open:hover h4,
.forschungsergebnisse-thumb-container.drawer-open:hover p {
  text-decoration: none !important;
  color: #163452 !important;
}

.forschungsergebnisse-thumb p {
  font-size: 18px;
  line-height: 26px;
  padding-top: 4px;
  padding-bottom: 6px;
  font-weight: 600;
  color: #002858;
}

.forschungsergebnisse-thumb p.mitarb-forsch-erg-thum {
  padding-top: 26px;
  padding-bottom: 0;
  line-height: 17px;
}

.forschungsergebnisse-thumb .additional-content{
  padding-bottom: 15px;
}

.forschungsergebnisse-thumb .additional-content p {
  font-size: 16px;
  line-height: 25px;
  padding-top: 4px;
  padding-bottom: 6px;
  font-weight: 300;
  color: #000;
}

.js .forschungsergebnisse-thumb-container .expand {
  height: auto;
}


.close-drawer-button {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
}

.close-drawer-button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  width: 1px;
  height: 25px;
  background-color: #0095d6;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-drawer-button:after {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  width: 1px;
  height: 25px;
  background-color: #0095d6;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.drawer-closed .close-drawer-button {
  opacity: 0;
  display: none;
  -webkit-transition: opacity .35s ease-in-out;
  -moz-transition: opacity .35s ease-in-out;
  -ms-transition: opacity .35s ease-in-out;
  -o-transition: opacity .35s ease-in-out;
  transition: opacity .35s ease-in-out;
}

.drawer-open .close-drawer-button {
  opacity: 1;
  display: block;
}

.js .additional-content {
  height: 0px;
  padding: 0;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.js .drawer-closed .additional-content {
  height: 0px;
  overflow: hidden;
}

.js .drawer-open .additional-content {
  height: auto;
  overflow: hidden;
}

.mitarb-forsch-erg-thum {
  padding-top: 26px;
  padding-bottom: 0;
}

.mitarb-forsch-erg-thum span {
  font-size: 13px;
  color: #708592;
  font-weight: 500;
}

/*  .mitarb-forsch-erg-thum span:after {
    content: ", ";
    position: relative;
    left: -3px;
  } */

.mitarb-forsch-erg-thum span:last-child:after {
  content: "";
}

.mitarb-forsch-erg-thum span:last-child .komma {
  display: none;
}

/*MITARBEITER PAGE*/

.single-mitarbeiter .hero {
  padding-bottom: 0;
}



.mitarbeiter-hero-item {
  max-width: 760px;
}



.mitarbeiter-hero-item img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 100%;
}

@media screen and (min-width: 600px) {

  .mitarbeiter-hero-item img {
    bottom: auto;
    right: auto;
    float: right;
    max-height: auto;
  }

}

/*BLOG*/

.post-module {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #E5E5E5;
}

/*GEBURTSTAG*/

.geb-stoerer {
  display: none;
  visibility: hidden;
  position: fixed;
  width: 44px;
  height: 100px;
  top: 160px;
  right: 0;
  background-image: url(images/interface/5j-stoerer-bg.png);
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 600px) {

  .geb-stoerer {
    width: 67px;
    height: 161px;
  }

}

.geb-intro {
  max-width: 1180px;
  padding-top: 0;
  padding-bottom: 50px;
  padding-left: 60px;
  padding-right: 60px;
}

.geb-intro-main {
  width: 100%;
  /*max-width: 575px;*/
  float: left;
  padding-left: 0;
  padding-right: 0;
}

.geb-intro-main h2{
  padding-top: 0;
}

.geb-form-link {
  padding: 15px 35px 25px;
  float: left;
  background-color: #002858;
  max-width: 560px;
}

@media screen and (min-width: 1200px) {

  .geb-intro-main {
    /*max-width: 685px;*/
    padding-left: 50px;
    padding-right: 75px;
  }

  .geb-form-link {
    width: 375px;
    margin-left: 0;
  }

}

.geb-form-link h2,
.geb-form-link p,
.geb-form-link a {
  color: #fff;
}

.geb-form-link h2 {
  font-size: 18px;
}

.geb-form-link a {
  font-weight: 600;
}

.content-geburtstag .main-content {
  max-width: 1180px;
}

.module-geburtstags-grid {
  width: 237px;
  margin: 0 auto;
  border-left: 1px solid #BED7EB;
  border-bottom: 1px solid #BED7EB;
}

.hero-geb-name {
  color: #163452;
  font-weight: 600;
}

@media screen and (min-width: 587px) {

  .module-geburtstags-grid {
    width: 473px;
  }

}

@media screen and (min-width: 724px) {

  .content-geburtstag .frame {
    max-width: 708px;
    padding-left: 0;
    padding-right: 0;
  }

  .module-geburtstags-grid {
    width: 100%;
    border-left: none;
    border-bottom: none;
  }

}

@media screen and (min-width: 960px) {

  .content-geburtstag .frame {
    max-width: 944px;
    padding-left: 0;
    padding-right: 0;
  }


}

@media screen and (min-width: 1200px) {

  .content-geburtstag .frame {
    max-width: 1180px;
    padding-left: 0;
    padding-right: 0;
  }

}



.module-geburtstags-grid {
  padding: 0;
}

.geb-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  float: left;
  width: 236px;
  height: 140px;
  border-top: 1px solid #BED7EB;
  border-right: 1px solid #BED7EB;
}

.geb-thumb a {
  position: absolute;
  height: 139px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.geb-thumb img {
  display: block;
  max-height: 102%;
  margin: 0 auto;
}

.geb-thumb a:hover,
.geb-thumb a:focus {
  text-decoration: none;
  opacity: .9;
}

.geb-thumb-prev-text {
  padding: 10px;
  position: relative;
  top: 40%;
  transform: translateY(-50%);
}

.geb-thumb-prev-text p {
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
}


.geb-thumb-caption {
  position:absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  width: 100%;
  background-color: rgba(0, 40, 88, 0.9);
}

.geb-thumb-caption h4 {
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  padding: 0;
  text-transform: none;
}

.mfp-close {
  position: fixed;
  font-size: 50px;
  font-weight: 300;
  font-family: "Fira Sans";
}

.gallery-item-description {
  margin: 0 auto;
  box-shadow: 0 4px 8px rgba(0,0,0,.4);
}

@media screen and (min-width: 700px) {

  .gallery-item-description {
    max-width: 700px;
    /*height: 295px;*/
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0,0,0,.4);
  }

}

@media screen and (min-width: 1200px) {

  .gallery-item-description {
    width: 1090px;
    height: 515px;
  }

}

.mfp-bg {
  background-color: #fff;
}

.popup-open-content {
  height: auto;
  display: block;
  position: relative;
  background: #002858;
  padding: 10px 10px 10px 10px;
}

/*    @media screen and (min-width: 700px) {

      .popup-open-content {
          bottom: 0;
          right: 0;
          left: 0;
          height: 100%;
          position: absolute;
          margin-left: 67%;
          padding: 10px 10px 110px 10px;
      }

    }*/

@media screen and (min-width: 1200px) {

  .popup-open-content {
    position: relative;
    padding: 40px 20px 40px 40px;
  }

}

.popup-open-content p {
  font-size: 15px;
  font-style: italic;
  color: #fff;
}

@media screen and (min-width: 1200px) {

  .popup-open-content p {
    font-size: 16px;
  }

}

.popup-personen-info {
  position: relative;
  bottom: 10px;
  left: 10px;
  padding-right: 10px;
}

.popup-personen-info a {
  color: #fff;
  text-decoration: underline;
}

@media screen and (min-width: 1200px) {

  .popup-personen-info {
    position: absolute;
    width: 735px;
    height: auto;
    background-color: rgba(0,40,88,0.8);
    bottom: 0;
    left: 0;
    padding: 10px 35px;
  }
}

.popup-open-content .popup-title {
  font-size: 15px;
  font-weight: 600;
  padding-bottom: 0;
}

@media screen and (min-width: 1200px) {

  .popup-open-content .popup-title {
    font-size: 21px;
  }

}

.popup-open-content .popup-zusatz {
  font-size: 13px;
  padding-top: 0;
}

@media screen and (min-width: 1200px) {

  .popup-open-content .popup-zusatz {
    font-size: 14px;
  }

}

.popup-quote {
  overflow-y: auto;
  max-height: 100%;
  padding: 20px 10px;
  padding-right: 20px;
}

.big-image-container img {
  margin: 0 auto;
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  max-height: 435px;
}

.big-image-container {
  background-color: #fff;
}

/*no popup image*/

@media screen and (max-width: 1199px) {

  .container-no-popup-img .big-image-container {
    height: 0;
    display: none !important;
  }

  .no-popup-img {
    height: 350px;
  }

}

.no-popup-img {
  margin-left: 0;
  padding: 20px 20px 110px;
}

@media screen and (min-width: 1200px) {

  .no-popup-img {
    height: auto;
    padding: 90px 90px 110px;
    height: 100%;
  }

  .big-image-container {
    float: left;
    background-color: #fff;
    margin-right: 20px;
    width: 100%;
    max-width: 735px;
    min-width: 500px;
  }

  .container-no-popup-img .big-image-container {
    display: none;
  }

  .gallery-item-description {
    width: 1090px;
    height: auto;
    max-width: none;
    background-color: #002858;
  }

  .popup-open-content {
    background-color: transparent;
    height: 485px;
  }

}

.no-popup-img .popup-quote {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
  overflow-y: auto;
}

.no-popup-img .popup-quote p {
  font-size: 23px;
  font-style: italic;
}

@media screen and (min-width: 1200px) {

  .no-popup-img .popup-quote p {
    font-size: 30px;
  }

}

.no-popup-img .popup-personen-info {
  position: absolute;
  bottom: 35px;
  left: 35px;
}

.no-popup-img .popup-title {
  font-size: 21px;
  font-weight: 600;
  padding-bottom: 0;
}

.no-popup-img .popup-zusatz {
  font-size: 14px;
  padding-top: 0;
}

/*SIDEBAR*/

.sidebar {
}

.sidebar .module {
  margin-bottom: 30px;
  padding: 32px 40px;
}

.sidebar .module.module-newsletter{
  background-color: #002858;
}

.sidebar > .module:last-child {
  margin-bottom: 0;
}

.sidebar .module.module-aktuelles{
  background-color: #F2F9FD;
}

@media screen and (min-width: 992px) {

  .sidebar {
    padding-left: 48px;
  }

}

.sidebar h4 {
  font-size: 20px;
  line-height: 33px;
  font-weight: 600;
  color: #002858;
  text-transform: none;
  padding: 0 0 10px;
}

.sidebar .module.module-sidenav{
  border: 4px solid #0095D6;
}

.sidebar .module.module-newsletter h4,
.sidebar .module.module-sidenav h4
{
  color: #0095D6;
}

.sidebar .module.module-newsletter p{
  color: #708592;
  line-height: 17px;
}

.sidebar .module.module-newsletter a{
  margin-top: 10px;
}

.sidebar-unit.option-set label {
  font-weight: 400;
  line-height: 21px;
}

.sidebar-unit.option-set label input{
  margin: 4px 10px 4px 4px;
}

.sidebar-unit.option-set label:hover {
  color: #8ABD24;
}


.sidebar-unit {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #B5C3CC;
}

@media screen and (min-width: 900px) {

  .sidebar-unit input[type="checkbox"] {
    float: left;
  }

}


.sidebar-unit:last-child {
  border-bottom: none;
}

.sidebar-unit img {
  padding-bottom: 5px;
}

.sidebar-unit p {
  font-size: 16px;
  line-height: 21px;
  padding: 0 0 4px;
  line-height: 25px;
}

.sidebar-unit p:last-child{
  padding-bottom: 0;
}

.sidebar-unit a {
  color: #002858;
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}

.sidebar-unit a.arrow-link, .sidebar-unit a.arrow-link-s{
  color: #0095D6;
}

.sidebar-unit strong{
  font-weight: 500;
}

.sidebar-unit a:hover {
  text-decoration: none;
  color: #8ABD24;
}

.sidebar-unit-date {
  color: #163452;
}


.sidenav-back {
  padding-bottom: 13px;
}

aside .module-sidenav {
  display: none;
}

@media screen and (min-width: 992px) {

  aside .module-sidenav {
    display: block;
  }

}

.sidenav ul {
  padding: 0 0 0 0;
}

.sidenav > ul {
  padding: 0 0 5px 0;
}

.sidenav li {
  font-size: 13px;
  margin-left: 0;
  margin-bottom: 2px;
}

.sidenav-ul > li {
  padding-bottom: 4px;
}

.sidenav a {
  line-height: 1.3;
}

.sidenav .current_page_item > .children .children {
  display: none;
}
.sidenav .current_page_item > .children {
  display: block;
}

.js .sidebar-unit-toggle {
  height: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: height .25s ease-in-out;
  -moz-transition: height .25s ease-in-out;
  -ms-transition: height .25s ease-in-out;
  -o-transition: height .25s ease-in-out;
  transition: height .25s ease-in-out;
}

.js .drawer-open {
  padding-top: 0;
  padding-bottom: 15px;
  height: auto;
}

.js .simple-toggle {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 20px;
  cursor: pointer;
}

.mitarb-pub-toggle {
  position: relative;
}

.js .single-mitarbeiter .mitarb-pub-toggle {
  cursor: pointer;
}

.js .simple-toggle:after,
.js .single-mitarbeiter .mitarb-pub-toggle:after,
.js .toggle-pub-all:before {
  content:"";
  display: block;
  position: absolute;
  bottom: 15px;
  right: 0;
  top: 50%;
  width: 13px;
  height: 8px;
  background-image: url(images/interface/filter-dropdown-arrow.png);
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform .25s eas-in-out;
  -moz-transition:    -moz-transform .25s eas-in-out;
  -ms-transition:     -ms-transform .25s eas-in-out;
  -o-transition:      -o-transform .25s eas-in-out;
  transition:         transform .25s eas-in-out;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.js .single-mitarbeiter .mitarb-pub-toggle:after,
.js .toggle-pub-all:before {
  bottom: 20px;
  right: 50px;
}

.toggle-pub-all {
  position: relative;
  cursor: pointer;
}

.js .toggle-open:after,
.js .single-mitarbeiter .mitarb-pub-toggle.pub-toggle-open:after,
.js .toggle-pub-all.pub-toggle-open:before {
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.sidebar-mitarbeiter-single li {
  list-style: none;
}

.sidebar-mitarbeiter-single li a {
  font-size: 13px;
  color: #163452;
}

.sidebar-mitarbeiter-single li .current {
  color: #004990;
}

.sidenav-sidebar li {
  list-style: none;
  padding-left: 15px;
}

.sidenav-sidebar .children,
.sidenav-sidebar .children {
  display: none;
}

.sidenav-sidebar .current_page_ancestor > .children,
.sidenav-sidebar .current_page_parent > .children,
.sidenav-sidebar .current_page_item > .children {
  display: block;
}

.sidenav-sidebar .children,
.sidenav-sidebar .sub-menu {
  list-style: none;
  padding-left: 10px;
}

.sidenav-sidebar .children li:before,
.sidenav-sidebar .sub-menu li:before {
  content: "";
}

.sidenav-sidebar a {
  color: #163452;
}

.sidenav-sidebar .current_page_item > a {
  color: #0095d6;
}

.module.widget_archive {
  /*border-bottom: none;*/
}

.sidebar li {
  list-style: none;
}

.widget li a {
  font-size: 13px;
}

.post-nav {
  padding-top: 30px;
  padding-bottom: 30px;
}

.next-posts {
  float: left;
}

.prev-posts {
  float: right;
}

.search-results .hentry {
  padding-bottom: 10px;
}

.search-results .hentry h2 a {
  font-size: 14px;
  color: #163452;
}

.search-results .hentry p {
  font-size: 14px;
}

.month-based-archive,
.year-based-archive {
  padding-top: 0;
  padding-bottom: 0;
}

.year-based-archive li:first-child {
  display: none;
}



/*FORMIDABLE FORM*/

.frm_style_formidable-style.with_frm_style label.frm_primary_label, .frm_style_formidable-style.with_frm_style.frm_login_form label {
  font-family: 'Fira Sans', Helvetica, Arial, sans-serif !important;
}

.frm_style_formidable-style.with_frm_style label.frm_primary_label, .frm_style_formidable-style.with_frm_style.frm_login_form label {
  font-weight: 300 !important;
}

/*CF7*/

.contact-form-geburtstag p {
  font-size: 14px;
}

.contact-form-geburtstag input[type="text"],
.contact-form-geburtstag input[type="email"],
.contact-form-geburtstag input[type="tel"] {
  height: 32px;
  line-height: 1.3;
}

.contact-form-geburtstag input[type="text"],
.contact-form-geburtstag input[type="email"],
.contact-form-geburtstag input[type="tel"],
.contact-form-geburtstag textarea {
  color: #555555;
  background-color: #ffffff;
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  font-size: 14px;
  padding: 6px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-weight: normal;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  margin-bottom: 5px;
}

div.wpcf7-mail-sent-ok {
  border: 1px solid #1d4a8b !important;
}

/*Sprachumschalter*/

.menu-item-language-current {
  display: none;
}

.more-tag p,
.less-tag p {
  cursor: pointer;
  text-decoration: underline;
  color: #004990;
}

.less-tag  {
  display: none;
}


/* ========== */
/* = FOOTER = */
/* ========== */

footer {
  position: relative;
}

.footer-contact {
  padding: 30px;
}

@media screen and (min-width: 1200px) {

  .footer-contact {
    float: left;
  }

}

.footer-contact h4 {
  color: #fff !important;
  font-size: 16px;
  font-weight: 300;
  text-transform: none;
}

.footer-contact p {
  color: #fff;
  font-size: 13px;
}

.footer-col {
  width: 200px;
  padding: 10px;
  float: left;
}

.footer-col a {
  font-size: 13px;
}

.footer-col li {
  font-size: 14px;
  margin-bottom: 5px;
  -epub-word-break: keep-all;
  -ms-word-break: keep-all;
  word-break: none;
  word-wrap: none;
  -webkit-hyphens: none;
  -epub-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}

.menu-footer-menue-spalte-1-container > ul > li,
.menu-footer-menue-spalte-2-container > ul > li,
.menu-footer-menue-spalte-3-container > ul > li,
.menu-footer-menue-spalte-4-container > ul > li {
  padding-bottom: 20px;
}

.menu-footer-menue-spalte-1-container > ul > li > a,
.menu-footer-menue-spalte-2-container > ul > li > a,
.menu-footer-menue-spalte-3-container > ul > li > a,
.menu-footer-menue-spalte-4-container > ul > li > a {
  display: block;
  border-bottom: 1px solid #4A6276;
}

.menu-footer-menue-spalte-1-container > ul > li > .sub-menu > li,
.menu-footer-menue-spalte-2-container > ul > li > .sub-menu > li,
.menu-footer-menue-spalte-3-container > ul > li > .sub-menu > li,
.menu-footer-menue-spalte-4-container > ul > li > .sub-menu > li {
  margin-left: 0;
}

.disabled-nav-item > a,
.disabled-nav-item > a:hover,
.disabled-nav-item > a:active,
.disabled-nav-item > a:focus {
  color: #8b9aa9 !important;
  text-decoration: none !important;
}

@media screen and (min-width: 1200px) {

  .footer-nav {
    float: right;
  }

}


.footer-nav a {
  color: #fff;
}

.footer-nav .sub-menu a {
  font-weight: 300;
}

.footer-nav .current-menu-item > a,
.footer-nav .current-menu-parent > a {
  color: #fff !important;
  text-decoration: underline;
}

/* ========================================================= */
/* = ==================== PLUGINS ======================== = */
/* ========================================================= */

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
.mfp-preloader a {
  color: #CCC; }
.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
  position: fixed;
  font-size: 50px;
  font-weight: 300;
  font-family: "Fira Sans", Arial, sans-serif;}

button.mfp-close:hover,
button.mfp-arrow:hover {
  color: #004990;
  background-color: transparent;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }
.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
.mfp-arrow:active {
  margin-top: -54px; }
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }
.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }
.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


/*POPUP EINSTELLUNGEN (SHAME CSS)*/

.gallery-item-description {
  position: relative;
  /*width: 1090px;*/
  margin: 0 auto;
  /*background-color: #fff; */
}

.big-image-container {
  padding: 40px;
  /*float: none; */
  /*width: 100%;*/
  height: 485px;
}

/*    @media screen and (min-width: 700px) {

      .big-image-container {
        width: 400px;
        height: 295px;
        float: left;
      }

    }*/

/*      @media screen and (min-width: 1200px) {

        .big-image-container {
          width: 730px;
          height: 520px;
        }

      }*/

.mfp-bg {
  background-color: #fff;
}

@media screen and (max-width: 699px) {

  .big-image-container {
    height: auto;
  }

  .big-image-container img {
    top: auto;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

}


/*
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */

.owl-wrapper-outer {
  overflow: hidden;
}

.owl-carousel img {
  display: block;
}

/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}




/*
 *  Owl Carousel CSS3 Transitions
 *  v1.3.2
 */

.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x : 50%;
  -webkit-perspective-origin-y : 50%;
  -moz-perspective : 1200px;
  -moz-perspective-origin-x : 50%;
  -moz-perspective-origin-y : 50%;
  perspective : 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  -moz-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  -moz-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  -moz-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}

.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  -moz-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {opacity: 1}
}
@-moz-keyframes empty {
  0% {opacity: 1}
}
@keyframes empty {
  0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
  25% { opacity: .5; -webkit-transform: translateZ(-500px); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
  25% { opacity: .5; -moz-transform: translateZ(-500px); }
  75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
  25% { opacity: .5; transform: translateZ(-500px); }
  75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
  100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
  0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -webkit-transform: translateZ(-500px); }
  100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
  0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; -moz-transform: translateZ(-500px); }
  100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
  0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
  75% { opacity: .5; transform: translateZ(-500px); }
  100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
  to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
  to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
  to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
  from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
  from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
  from { transform: translateY(-100%); }
}

@-webkit-keyframes scaleUpFrom {
  from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
  from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
  from { opacity: 0; transform: scale(1.5); }
}

@-webkit-keyframes scaleUpTo {
  to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
  to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
  to { opacity: 0; transform: scale(1.5); }
}


/* =========== */
/* = HELPERS = */
/* =========== */

/*TYPOGRAPHY & LAYOUT
**************************************************************/

/*size*/
.small { font-size: .75em; }
.medium { font-size: 1.5em; }
.large { font-size: 2em; }
.x-large { font-size: 2.5em; }

/*alignment*/
.align-center { text-align: center; }
.align-justify { text-align: justify; }
.align-right { text-align: right; }
.align-left {text-align: left; }

/*styling*/
.drop-cap {
  font-size: 3em;
  line-height: 1;
  font-weight: 600;
  padding: 2px 8px 0 0;
  float: left; }
.run-in { font-weight: bold;}
.italic {font-style: italic;}
.bold {font-weight: 700;}
.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }

/*other*/
.hide-text {border: 0;font: 0/0 a;text-shadow: none;color: transparent;}

.smooth {-webkit-font-smoothing: antialiased;}
.sub-smooth {-webkit-font-smoothing: subpixel-antialiased;}

.r-br {display: none;} /*responsive line break - no break on mobile*/

.cols2,
.cols3,
.cols4 {
  max-width: 780px;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  -ms-column-count: 1;
  column-count: 1;}



@media screen and (min-width: 600px) {

  .r-br {display: block;} /*responsive line break*/

  .cols2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    column-count: 2;}

  .cols3 {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    column-count: 3;}

  .cols4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    -ms-column-count: 4;
    column-count: 4;}

  .cols2 p,
  .cols3 p,
  .cols4 p {
    padding-top: 0;
    padding-bottom: 1em;
    display: inline-block;
  }

  .cols2 h1,
  .cols2 h2,
  .cols2 h3,
  .cols2 h4,
  .cols2 h5,
  .cols2 h6,
  .cols2 img,
  .cols3 h1,
  .cols3 h2,
  .cols3 h3,
  .cols3 h4,
  .cols3 h5,
  .cols3 h6,
  .cols3 img
  .cols4 h1,
  .cols4 h2,
  .cols4 h3,
  .cols4 h4,
  .cols4 h5,
  .cols4 h6,
  .cols4 img {
    -webkit-column-span: all;
    column-span: all;
  }

}

/*DISPLAY OPTIONS
**************************************************************/

/*floats*/
.left {float: left;}
.right {float: right;}

/*display*/
.block {display: block;}
.inline {display: inline;}

/*position*/
.fixed {position: fixed;}
.absolute {position: absolute;}
.relative {position: relative;}
.static {position: static;}




/* ================== */
/* = RETINA & PRINT = */
/* ================== */

@media (-webkit-min-device-pixel-ratio: 2),
(min-resolution: 192dpi) {

  .geb-stoerer {
    background-image: url(images/interface/5j-stoerer-bg2x.png);
  }

} /*END MEDIA RETINA*/


@media print {


  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; box-shadow: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; display: block; font-size: 10px; font-weight: 300;}
  abbr[title]:after { content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  html, body, p { font-size: 10pt; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  aside { display: none; }
  .main-content{width: 100%;}
  header {position: relative;}
  .geb-stoerer { display: none; }
  .hero { display: none;}
  .main-nav,
  .meta-nav,
  .main-nav-mobile, .options-mobile { display: none; }
  .container-block {padding-top: 0;}
  .module-blockquote {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 0;
  }
  blockquote {padding-left: 0 !important;}
  .module-table {
    padding-left: 20px;
    padding-right: 20px;
  }
  .row-2,
  .row-3 {
    border-bottom: 1px solid #888;
  }
  .module-table > h2 {border-bottom: 2px solid #000;}
  .row-3:first-child {border-bottom: 2px solid #000;}
  .footer-nav { display: none; }
  .geb-thumb {float: left !important;}
  .module-geburtstags-grid {width: 100%;}
  .forschungsergebnisse-thumb-container:after { padding-left: 20px; display: block; font-size: 10px; font-weight: 300;}
  .forschungsergebnisse-thumb-container,
  .proj-subh {position: relative !important;}
  .forschungsergebnisse-thumb-container,
  .proj-subh,
  .module-publikationen-section-hl {
    position:relative !important;
    /*display:block !important;*/
    left:0 !important;
    top:auto !important;
    float:left;
  }

  .filter-module {
    height:auto !important;
  }

  .mitarb-thumb-hl:after,
  .mitarbeiter-thumb > a[href]:after {
    display: none !important;
  }
  .cta,
  .cta:after {
    display: none;
  }

  .module-blockquote {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom:10px;
  }

  .module-blockquote blockquote p {
    font-size: 18px;
    max-width: 500px;
  }

}








/* CSS for Blog Posts Module*/
#um_blog_posts{
  border: 1px solid green;
}

.um_blog_post_single{
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
}

.um_blog_post_single:last-child{
  margin-bottom: 0;

}

.um_blog_post_single{
  border: 1px solid red;
}

.blog_post_left{
  background: #d2fff6;
  min-width: 18%;
  text-align: center;
  position: relative;
}

.blog_post_day{
  font-size: 40px;
  width: 100%;
}

.blog_post_day:after{
  content: " ";
  position: absolute;
  right: -7px;
  width: 16px;
  height: 16px;
  background: red;
  border-radius: 16px;
  top: 20px;
}

.blog_post_right{
  background: #caffeb;
  width: 100%;
  padding-left: 44px;
  padding-top: 11px;
  padding-bottom: 10px;
}


.blog_post_title{
  font-size: 22px;
  color: #0095d6;
}

.blog_post_meta{
  font-size: 14px;
  color:  grey;
}

.blog_post_readmore a{
  border: 2px solid #0095d6;
  padding: 5px 10px;
  border-radius: 20px;
}
.blog_post_readmore a:hover{
  border: 2px solid #0095d6;
  padding: 5px 10px;
  border-radius: 20px;
  color: white;
  background-color: #0095d6;
}

@media screen and (max-width: 600px){
  .um_blog_post_single {
    background: blue;
    border: 3px solid yellow;
  }

  .um_blog_post_single{
    flex-direction: column;
    background: red;
  }

  .blog_post_right{
    padding-left: 0px;
  }

}



#header .main-nav>ul.menu>li{
  margin: 0 13px;
}

div.blog_date{
  font-size: 16px;
  line-height: 32px;
  color: #0095d6;
  font-weight: 900;
}

div.type-blog h2{
  padding: 55px 0 13px;
  font-weight: 500;
}


div.blog_meta{
  color: #afafaf;
  margin-bottom: 3px;
}


.post-type-archive-blog div.type-blog{
  border-bottom: 1px solid #cfcfcf;
  padding-bottom: 34px;
}

.post-type-archive-blog div.type-blog:last-child{
  border-bottom: none;
}

.shariff ul li:first-child{
  margin-left: 0 !important;
}

.readmore_blog{
  margin-bottom: 33px;
  margin-top: 25px;
}

.footer-top {
  padding-bottom: 40px;
}


#footer .footer-top .newsletter{
  margin-top: 60px;
}

.post-type-archive .widget_custom_html#custom_html-2,
.tax-thema .widget_custom_html#custom_html-2{
  background-color: #F2F9FD;
  border-bottom: inherit;
}

#footer .footer-bottom .socials-link.linkedin-link{
  background-image: url("images/socials/linkedin-2.svg")
}




/* RSS Widget Box */

.rss-widgt_box{

}
.rss-widgt_box--header{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.rss-widgt_box--logo{
  width: 15%;
  text-align: left;
  padding: 0;
}

.rss-widgt_box--logo img{
  width: 100%;
  padding-bottom: 0;
}
.rss-widgt_box--headline{
  padding-left: 10px;
}
.rss-widgt_box--headline h3{
  margin: 0;
  padding: 0;
}

.rss-widgt_box--headline h3:after{
  display: none;
}

.rss-widgt_box--content {
  margin-top: 20px;
}
.rss-widgt_box--link{
  margin-top: 20px;
}
.rss-widgt_box--link a{
  font-size: 19px;
}



/* UM: Simple Job Board Cusotm CSS */
.sjb-job-header-container {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 400px; /* Maximale Höhe des Bildes */
  overflow: hidden;
}

.sjb-job-feature-image img {
  width: 100%;
  height: 400px; /* Setzen Sie die feste Höhe, um die Höhe zu begrenzen */
  object-fit: cover; /* Sorgt dafür, dass das Bild den Container bedeckt, aber sein Seitenverhältnis behält */
  position: absolute;
  top: 50%;
  transform: translateY(-50%); /* Zentriert das Bild vertikal */
}
.sjb-job-feature-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  color: white;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}

body .sjb-detail.sjb-v2{
  margin-top: 0
}

.single-jobpost .container-block{
  padding-top: 74px;
}

.single-jobpost .row .sjb-job-info{
  display: none;
}
.single-jobpost .sjb-job-characteristics{
  margin-top: 40px;
}


/*Überschriften*/

.single-jobpost .wp-block-heading,
.single-jobpost form#sjb-application-form.jobpost-form h3 {
  display: block;
  position: relative;
  font-size: 30px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  line-height: 40px;
  font-weight: 500;
  color: #002858;
  margin: 0 0 25px;
  padding: 50px 0 12px;
}

/*Unterstreichungen nach Überschriften*/

.single-jobpost .wp-block-heading:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background-color: #002858;
  bottom: 0;
  left: 0;
}

/*P-Absätze*/

.single-jobpost .sjb-page .v2 .job-description p {
  font-size: 16px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  line-height: 25px;
  font-weight: 300;
  padding: 0.5em 0 0.5em 0;
  -epub-word-break: hyphenate;
  -ms-word-break: hyphenate;
  word-break: normal;
  word-wrap: normal;
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  color: #000;
}

/*Linktexte*/

.single-jobpost a {
  border: 0;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  outline: 0;
  color: #0095d6;
  font-weight: 500;
  text-decoration: none;
}

.single-jobpost a:hover, a:focus {
  text-decoration: none;
  color: #8ABD24;
}

/*Linktexte als u definiert*/

.single-jobpost u {
  border: 0;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  outline: 0;
  color: #0095d6;
  font-weight: 500;
  text-decoration: none;
}

.single-jobpost u:hover {
  text-decoration: none;
  color: #8ABD24;
}

/*Listenabsätze*/

.single-jobpost .job-description li {
  color: #000000;
  padding-left: 0;
  font-size: 16px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  font-weight: 600;
  list-style-position: outside;
  margin-left: 20px;
}

body.single-jobpost .list-data .v2 .job-description ul {
  list-style: square;
}

.single-jobpost .job-description ul li:before {
  display:none;
}



/*Hoverfarbe von Formularkästen*/

.single-jobpost .jobpost-form #jobapp_anrede:hover,
.single-jobpost .jobpost-form #jobapp_vorname:hover,
.single-jobpost .jobpost-form #jobapp_nachname:hover,
.single-jobpost .jobpost-form #jobapp_straße__nr_:hover,
.single-jobpost .jobpost-form #jobapp_plz:hover,
.single-jobpost .jobpost-form #jobapp_ort:hover,
.single-jobpost .jobpost-form #jobapp_telefon:hover,
.single-jobpost .jobpost-form #jobapp_e_mail_adresse:hover,
.single-jobpost .jobpost-form #jobapp_geboren_am:hover,
.single-jobpost .jobpost-form #jobapp_nationalität:hover,
.single-jobpost .jobpost-form #jobapp_frühster_eintrittstermin:hover,
.single-jobpost .jobpost-form #jobapp_anmerkung:hover,
.single-jobpost .sjb-page .jobpost-form .row .form-group .file:hover{
  border-color: #0095d6;
}

.sjb-page .sjb-detail .list-data .v2 .jobpost-form input.form-control,
.sjb-page .sjb-detail .list-data .v2 .jobpost-form select.form-control,
.sjb-page .sjb-detail .list-data .v2 .jobpost-form textarea.form-control,
.sjb-page .sjb-detail .list-data .v2 .jobpost-form input.sjb-attachment,
body .sjb-page .sjb-detail .list-data .v2 .jobpost-form .file
{
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #ccc !important;
  background: none repeat scroll 0 0 #ffffff !important;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  line-height: 1.3;
  border: 1px solid #cccccc;
  border-radius: 5px;
  height: 32px;
}

body .sjb-page .sjb-detail .list-data .v2 .jobpost-form .file div{
  top: 2px;
}

body .sjb-page .sjb-detail .list-data .v2 .jobpost-form .app-submit{
  float: left;
}



.sjb-page .sjb-detail .list-data .v2 .jobpost-form input.form-control.sjb-phone-number{
  padding-left: 60px;
}

.jobpost-form div.row{
   display: flex;
   flex-direction: column;
 }

body .sjb-page .list-data .v2 .sjb-apply-now-btn a,
.sjb-page .sjb-filters.sjb-filters-v2 .btn-search{
  background-color: #002858 !important;
}


/*Farbe von Required-Sternchen in Formularsektion*/

.single-jobpost #sjb-application-form .required {
  color: #0095d6;
  font-size: 16px;
}


/*Typo-Styling von Buttons in Formularsektion*/

.single-jobpost .jobpost-form .file span, div {
  font-size: 14px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
}

/*HG-Farbe von "Browse"-Button in Formularsektion*/

.single-jobpost .sjb-page .jobpost-form .file div, .single-jobpost .sjb-page .jobpost-form .file:hover div {
  background-color: #002858!important;
}

/*HG-Farbe von "Submit"-Button (&Hovereffekt) in Formularsektion*/

.single-jobpost .jobpost-form .form-group .app-submit {
  font-size: 14px;
  font-family: 'Montserrat', Helvetica, Arial, sans-serif;
  background-color: #002858!important;
}

.single-jobpost .jobpost-form .form-group .app-submit:hover {
  background-color: #8ABD24!important;
}

/* global */
.single-jobpost .container.sjb-container{
  padding-left: 0;
  padding-right: 0;
}

body .sjb-page .list-data .sjb-job-type-location-date{
  border-top: none;
}

.single-jobpost .container.sjb-container{
  padding-left: 0;
  padding-right: 0;
}

body .sjb-page .list-data .sjb-job-type-location-date{
  border-top: none;
}

.sjb-page .job-features{
  display: none;
}


.jobpost-template-default #ui-datepicker-div{
  z-index: 999 !important;
}

.sjb-detail.sjb-v2 .sjb-job-type-location-date{
    display: none;
}

.sjb-job-type-location-date .row > div:nth-child(1){
  min-width: 40%;
}

.sjb-job-type-location-date .row > div:nth-child(2){
  min-width: 60%;
}






div.footer-mid-content{

}

#footer div.footer-mid .footer-mid-content{
  margin-left: 0;
  margin-right: 0;
}

#footer .footer-mid div.footer-mid-content>div{
  padding: 0;
}
#footer .footer-mid div.footer-mid-logo-bund{
  margin: -36px;
  margin-top: -30px;
}

.footer-mid-logo-bund{
  width: 260px;
}

/* Standard Desktop */
.footer-img-bund {
  padding-top: 0;
}

/* Tablet + Mobile */
@media (max-width: 1024px) {
  .footer-img-bund {
    padding-top: 40px;
  }
}

/* z-index für info- und email-field */
.info-field,
.email-field {
  position: relative; /* notwendig, damit z-index greift */
  z-index: 1;
}
