/*! BayernLB 2016 CSS * Author: Jan Rahtkens * stsstudios.de !*/
/* Layout */
/* Layout END */
/* Navigation */
/* Navigation END */
/* Content */
/* Content END */
/* Forms */
/* Mobile */
/* Mittelpunkt */
html {
  position: relative; }

html, body {
  min-height: 100%;
  font-size: 62.5%; }

html.overflow {
  overflow-x: hidden; }
  html.overflow body {
    overflow-x: hidden; }

body {
  margin-bottom: 51px;
  text-rendering: optimizeLegibility;
  min-width: 320px;
  font-size: 16px;
  font-size: 1.6rem;
  /*	
	-webkit-font-feature-settings: "lnum" 1; 
	-moz-font-feature-settings: "lnum" 1; 
	-moz-font-feature-settings: "lnum=1"; 
	-ms-font-feature-settings: "lnum" 1; 
	-o-font-feature-settings: "lnum" 1; 
	font-feature-settings: "lnum" 1;
*/ }
  body.content-page {
    margin-bottom: 81px; }
    @media (max-width: 1023px) {
      body.content-page {
        margin-bottom: 47px; } }
    @media (max-width: 767px) {
      body.content-page {
        margin-bottom: 0; } }

body.lg-on {
  overflow: hidden; }

.back-to-top {
  display: none; }
  @media (max-width: 767px) {
    .back-to-top {
      display: list-item; } }

/* Layout */
#wrap {
  position: relative;
  max-width: 1280px;
  padding: 0 12px; }
  @media (max-width: 1024px) {
    #wrap {
      padding: 0 16px; } }
  @media (max-width: 1023px) {
    #wrap {
      padding: 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .entrance-page #wrap {
      padding: 0 16px; } }

main > .box {
  padding-top: 42px;
  min-height: 600px; }
  @media (min-width: 1024px) and (max-width: 1152px) {
    main > .box {
      padding-top: 26px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    main > .box {
      padding-top: 59px; } }
  @media (max-width: 374px) {
    main > .box {
      padding-top: 26px; } }

/* Layout END */
/* Top Nav */
.main-header {
  position: relative;
  z-index: 100;
  height: 70px;
  background: #FFFFFF;
  margin-bottom: 72px;
  /*
	@media (min-width: 1024px) and (max-width: 1024px) {
		margin-left: -16px;
		margin-right: -16px;
	}
*/ }
  @media (max-width: 1024px) {
    .main-header {
      margin-bottom: 16px; } }
  @media (max-width: 1023px) {
    .main-header {
      margin-bottom: 12px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .entrance-page .main-header {
      margin-left: -16px;
      margin-right: -16px; } }
  @media (max-width: 767px) {
    .main-header {
      margin-bottom: 8px; } }

.top-nav {
  /** Entrance page modifications */ }
  .top-nav ul {
    padding: 0;
    margin: 0; }
  .top-nav li {
    text-transform: uppercase;
    float: left;
    list-style: none;
    padding: 0 12px;
    line-height: 70px;
    height: 70px; }
    @media (min-width: 1025px) {
      .top-nav li.mobile-only {
        display: none; } }
  .top-nav .top-nav-ul li:first-child {
    padding-left: 32px; }
    @media (min-width: 1025px) and (max-width: 1152px) {
      .top-nav .top-nav-ul li:first-child {
        padding-left: 24px; } }
  .top-nav a {
    color: #8C96AC;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: none;
    -webkit-transition: 0.5s color ease;
    transition: 0.5s color ease; }
  .top-nav li:hover a,
  .top-nav li.active a {
    color: #002065; }
  .top-nav .meta-nav li:first-child {
    padding-right: 24px; }
  .top-nav .meta-nav li:nth-child(2) {
    padding-left: 24px; }
  .top-nav .meta-nav li:first-child:after {
    content: "|";
    font-size: 14px;
    color: #002065;
    position: relative;
    left: 24px; }
  .top-nav .meta-nav a.search {
    -webkit-transition: 0.5s background ease, 0.5s color ease;
    transition: 0.5s background ease, 0.5s color ease;
    padding-left: 25px; }
  .entrance-page .top-nav a {
    color: #002065; }

.entrance-page .dim a {
  color: #8C96AC; }

.logo-link {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 20px;
  padding-right: 32px; }
  @media (max-width: 767px), (min-width: 1024px) and (max-width: 1152px) {
    .logo-link {
      padding-right: 24px; } }

.logo-img {
  width: 128px;
  height: 29px; }

/* Top Nav END */
/* Breadcrumb */
#breadcrumb {
  clear: right;
  position: relative;
  z-index: 85;
  top: 0;
  font-size: 14px;
  opacity: 0;
  -webkit-transition: .3s all ease;
  transition: .3s all ease;
  /* 	li:before {
		color: $color__catalina;
		content: "|";
		position: relative;
		top: -1px;
		opacity: 1;
		left: -17px;
		transition: $fadeTime all ease-in-out;
	} */
  /* li.second-row--lead:before {
		opacity: 0;
	} */ }
  #breadcrumb.visible {
    opacity: 1; }
  #breadcrumb.has-two-rows {
    top: -26px; }
  #breadcrumb #home {
    width: 50px;
    text-indent: -9999px;
    padding-left: 32px;
    margin-right: 16px;
    background-position: 33px 17px;
    background-size: 12px 12px;
    background-repeat: no-repeat; }
    @media (min-width: 1025px) and (max-width: 1152px) {
      #breadcrumb #home {
        width: 42px;
        padding-left: 24px;
        background-position: 25px 18px; } }
  #breadcrumb #home, #breadcrumb #breadcrumb-start {
    display: inline-block;
    line-height: 48px;
    text-transform: uppercase; }
  #breadcrumb ul {
    padding-left: 40px;
    position: absolute;
    top: 11px;
    left: 101px;
    opacity: 0;
    -webkit-transition: 0.5s opacity ease;
    transition: 0.5s opacity ease; }
    @media (min-width: 1025px) and (max-width: 1152px) {
      #breadcrumb ul {
        left: 93px; } }
  #breadcrumb ul.dropped,
  #breadcrumb #breadcrumb-initial {
    opacity: 1; }
  #breadcrumb .hidden {
    opacity: 0; }
  #breadcrumb .dropped li:last-child a {
    cursor: default; }
  #breadcrumb li {
    float: left;
    list-style: none;
    padding-right: 35px;
    font-size: 14px;
    line-height: 1.8;
    text-transform: uppercase;
    left: 0; }
  #breadcrumb li:last-child {
    padding-right: 32px; }
  #breadcrumb li.second-row {
    position: relative;
    left: -79px; }
  #breadcrumb li:after,
  #breadcrumb li:first-child:before {
    color: #002065;
    content: "|";
    position: relative;
    top: -1px;
    opacity: 1;
    right: -17px;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out; }
  #breadcrumb li:first-child:before {
    right: auto;
    left: -17px; }
  #breadcrumb li:last-child:after {
    opacity: 0; }
  #breadcrumb li.second-row--lead {
    margin-left: 8px; }
  #breadcrumb a {
    color: #002065;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-transition: 0.5s opacity ease-in-out;
    transition: 0.5s opacity ease-in-out; }
  #breadcrumb li.inactive a {
    color: #8C96AC;
    text-decoration: none; }
  #breadcrumb li.inactive:before {
    color: #8C96AC; }
  #breadcrumb li.inactive:hover a {
    color: #002065;
    text-decoration: underline; }
  #breadcrumb.bright a,
  #breadcrumb.bright li:before {
    color: #FFFFFF; }

/* Breadcrumb END */
/* Navigation */
#nav-wrap {
  position: relative; }
  #nav-wrap ul {
    list-style: none;
    padding: 0; }
  #nav-wrap a {
    color: #002065; }

.nav-list {
  display: none; }

.nav-box {
  max-width: 1256px;
  min-width: 100%;
  height: 0;
  opacity: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
  -webkit-transition: 0.5s opacity ease;
  transition: 0.5s opacity ease;
  position: absolute;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 2px -2px rgba(0, 0, 0, 0.15);
  /** third level */ }
  .nav-box.dropped {
    opacity: 1; }
  .nav-box.visible {
    height: auto;
    padding: 42px 32px 29px; }
    @media (min-width: 1025px) and (max-width: 1152px) {
      .nav-box.visible {
        padding: 26px 24px 29px; } }
  .nav-box:before, .nav-box:after {
    content: " ";
    display: table; }
  .nav-box:after {
    clear: both; }
  .nav-box > ul {
    margin: 0 -10px; }
  .nav-box > ul > li {
    float: left;
    width: 20%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 50px; }
  .nav-box > ul > li:nth-child(6n+6) {
    clear: left; }
  .nav-box > ul > li > a,
  .nav-box > ul > li > span {
    display: block;
    color: #002065;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2;
    font-family: "Corpid C1 Cd Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 35px; }
  .nav-box > ul > li:hover > a {
    text-decoration: none; }
  .nav-box .list-heading {
    color: #002065;
    font-family: "Corpid C1 Cd Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    margin-top: 27px; }
  .nav-box span.list-heading {
    display: block; }
  .nav-box span.list-heading:hover {
    cursor: default; }
  .nav-box .list-spacer {
    margin-top: 20px; }
  .nav-box > ul ul > li {
    padding-left: 15px; }
  .nav-box > ul ul > li a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-family: "Corpid C1 Cd Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .nav-box > ul ul > li a:before {
    content: "\203A";
    width: 17px;
    display: inline-block;
    margin-left: -15px;
    color: #002065; }
  .nav-box .unfocused {
    opacity: 0.26; }
  .nav-box > ul ul ul > li {
    padding-left: 0; }

#nav-wrap button.close {
  position: absolute;
  z-index: 555;
  width: 15px;
  height: 15px;
  top: 21px;
  right: 21px;
  opacity: 1 !important;
  text-indent: -9999px;
  font-size: 0%;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out; }

#main-drop {
  width: 100%;
  position: absolute;
  z-index: 110; }

#mobile-drop {
  display: none; }

#mobile-nav-toggle {
  display: none; }

.nav-close:focus {
  outline: none; }

.nav-close.hidden {
  opacity: 0; }

.close {
  font-size: 25px;
  font-size: 2.5rem;
  -webkit-transition: 0.5s opacity ease;
  transition: 0.5s opacity ease; }

/* Navigation ENDE */
/**
 * Suchen Navigation
*/
#search-drop {
  position: relative;
  z-index: 200; }
  #search-drop .search__col-right {
    padding-left: 32px; }
  #search-drop .search__col-left {
    padding-right: 32px; }
  #search-drop .search-form__input-wrapper {
    position: relative; }
  #search-drop .search-form__input {
    width: 100%;
    margin-bottom: 41px; }
  #search-drop .search-form__submit {
    position: absolute;
    right: 1px;
    left: auto;
    float: none; }
  #search-drop .search__autocomplete li {
    color: #002065;
    font-family: "Corpid C1 Cd Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-size: 1.6rem; }
    #search-drop .search__autocomplete li:before {
      content: "\203A";
      width: 10px;
      font-size: 16px;
      display: inline-block;
      color: inherit; }
    #search-drop .search__autocomplete li:hover:before {
      color: inherit; }
    #search-drop .search__autocomplete li a {
      font-size: 16px;
      font-size: 1.6rem; }
  #search-drop .search__submit {
    margin-top: 16px; }

/**
 * Login Nav
*/
#login-drop {
  position: relative;
  z-index: 200; }

.custom-nav .heading {
  display: block;
  color: #002065;
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.2;
  font-family: "Corpid C1 Cd Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 42px; }
  .custom-nav .heading.thin {
    margin-bottom: 41px; }

.custom-nav .login__submit {
  color: #FFFFFF;
  margin-top: 16px;
  padding: 0 16px;
  width: 309px;
  height: 26px;
  text-transform: uppercase;
  text-align: left;
  background: #a3a8b1;
  font-family: "Corpid C1 Cd Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem; }

#focus {
  position: relative;
  z-index: 100;
  -webkit-transition: .3s fade ease, .3s opacity ease;
  transition: .3s fade ease, .3s opacity ease; }

#focus.is-hidden {
  opacity: 0; }

/* Grid System */
.row-fluid {
  margin: 0 -8px 0 -8px; }

/* Footer */
.main-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 50;
  height: 51px; }

.footer-nav {
  max-width: 1280px;
  padding: 0 12px;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    .footer-nav {
      padding: 0 16px; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .footer-nav {
      padding: 0 32px; }
      .entrance-page .footer-nav {
        padding: 0 16px; } }
  @media (min-width: 768px) and (max-width: 768px) {
    .footer-nav {
      padding: 0 32px; } }

.footer-nav__ul {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  margin-top: 16px; }

.footer-nav__ul--left {
  float: left; }

.footer-nav__ul--right {
  float: right; }

.footer-nav__ul li {
  float: left;
  color: #FFFFFF; }

body.content-page .footer-nav__ul li,
body.content-page .footer-nav__ul li a {
  color: #0782BC; }

.footer-nav__ul li:after {
  content: "|";
  width: 17px;
  display: inline-block;
  text-align: center; }

.footer-nav__ul li:last-child:after,
.footer-nav__ul--right li:nth-last-child(2):after {
  content: "";
  display: none; }

.footer-nav__ul li a {
  color: #FFFFFF;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Corpid C1 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 28px; }

/* Footer */
/* Grid System ENDE */
/**
 * Kontakt Popup
*/
.contact-page {
  background: #FFFFFF;
  padding: 52px 32px 32px; }

.contact-page h1,
.blb-form h1 {
  margin-bottom: 63px; }

.contact-page h2,
.blb-form h2 {
  font-size: 26px;
  font-size: 2.6rem; }

.contact-page label,
.blb-form label {
  margin-bottom: 9px; }

.contact-page label,
.contact-page .custom-label,
.blb-form label,
.blb-form .custom-label {
  display: block;
  color: #002065;
  font-family: "Corpid C1 Cd Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-size: 1.5rem; }

.contact-page fieldset,
.blb-form fieldset {
  margin-bottom: 44px; }

.contact-page input, .contact-page textarea,
.blb-form input,
.blb-form textarea {
  width: 100%;
  font-family: "Corpid C1 Cd Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.contact-page textarea,
.blb-form textarea {
  padding: 16px; }

.contact-page .dropdown-menu,
.contact-page .form-control,
.blb-form .dropdown-menu,
.blb-form .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0; }

.contact-page legend,
.blb-form legend {
  border-bottom: none;
  margin-bottom: 16px; }

.contact-page p, .contact-page a,
.blb-form p,
.blb-form a {
  font-size: 16px;
  font-size: 1.6rem; }

.contact-page .mandatory-paragraph,
.blb-form .mandatory-paragraph {
  padding-top: 26px;
  margin-bottom: 26px; }

.contact-page #submit,
.blb-form #submit {
  margin-bottom: 64px; }

.dropdown-menu.open {
  max-height: 500px !important; }

.contact-popup .lg-video {
  /**
 * provocated double scrollbar
*/ }

/*
/** Typographie
*/
html, body {
  font-family: "Corpid C1 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.5; }

body {
  background: #eeeeee;
  text-rendering: optimizeLegibility; }

h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dd,
p, figure,
pre, table, fieldset, hr {
  margin-top: 0;
  margin-bottom: 32px; }

p {
  margin-bottom: 16px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Corpid C1 Cd Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #002065;
  line-height: 1.4; }

h1 {
  font-size: 50px;
  font-size: 5rem;
  line-height: 1.15; }

h2 {
  font-size: 21px;
  font-size: 2.1rem; }

h3 {
  color: #0782BC;
  font-size: 18px;
  font-size: 1.8rem; }

p, a {
  font-size: 15px;
  font-size: 1.5rem;
  color: #666666; }

a:hover, a:focus {
  color: #002065; }

strong, b {
  font-family: "Corpid C1 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }

em, i {
  font-family: "Corpid C1 Light Italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal; }

#preload {
  display: none; }

.u-caret:before {
  content: "\203A";
  width: 10px;
  font-size: 16px;
  display: inline-block;
  color: inherit; }

.u-caret:hover:before {
  color: inherit; }

.u-caret.u-caret--heading {
  font-family: "Corpid C1 Cd Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.4;
  color: #002065; }
  .u-caret.u-caret--heading:before {
    content: "\203A";
    width: 13px;
    font-size: 21px;
    display: inline-block;
    color: inherit; }
  .u-caret.u-caret--heading:hover:before {
    color: inherit; }

.u-catalina {
  color: #002065; }

.u-regular {
  font-family: "Corpid C1 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

.u-float-right {
  float: right; }
  @media (max-width: 500px) {
    .u-float-right {
      float: none;
      display: block;
      margin-top: 24px; } }

.u-no-bottom-margin {
  margin-bottom: 0 !important; }

.u-xspace {
  margin-bottom: 32px !important; }

.infoline {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Corpid C1 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0782BC;
  text-transform: uppercase; }

.teaser {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.4;
  font-family: "Corpid C1 Cd Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }

blockquote {
  font-size: 15px;
  font-size: 1.5rem;
  font-family: "Corpid C1 Light Italic", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: none;
  padding: 0; }

cite {
  display: block;
  color: #666666;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: "Corpid C1 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  margin-top: 24px;
  padding-top: 12px;
  border-top: 1px solid #666666; }

/*
/** Content Grid
*/
.row--content {
  margin: 0 -16px 37px; }
  .row--content .col-md-1, .row--content .col-md-2, .row--content .col-md-3, .row--content .col-md-4,
  .row--content .col-md-5, .row--content .col-md-6, .row--content .col-md-7, .row--content .col-md-8,
  .row--content .col-md-9, .row--content .col-md-10, .row--content .col-md-11, .row--content .col-md-12 {
    padding: 0 16px; }

/**
 * Textblock
*/
.text-block {
  font-size: 15px;
  font-size: 1.5rem; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .text-block {
      font-size: 17px;
      font-size: 1.7rem; } }
  .text-block h2 {
    margin-bottom: 20px;
    line-height: 1.3;
    padding-top: 37px; }
  .text-block div h2:first-child {
    padding-top: 0; }
  .text-block ul {
    padding-left: 22px;
    list-style: none; }
    .text-block ul li {
      color: #666666;
      position: relative;
      font-size: 15px;
      font-size: 1.5rem; }
      @media (min-width: 480px) and (max-width: 1023px) {
        .text-block ul li {
          font-size: 17px;
          font-size: 1.7rem; } }
    .text-block ul li:before {
      content: "\2022";
      color: #002065;
      position: absolute;
      left: -20px; }
  .text-block ol {
    counter-reset: item;
    margin-left: 0;
    padding-left: 0; }
    .text-block ol li {
      color: #666666;
      font-size: 15px;
      font-size: 1.5rem;
      position: relative;
      display: block;
      margin-left: 22px; }
      @media (min-width: 480px) and (max-width: 1023px) {
        .text-block ol li {
          font-size: 17px;
          font-size: 1.7rem; } }
    .text-block ol li:before {
      display: block;
      color: #002065;
      content: counter(item) ".";
      counter-increment: item;
      width: 28px;
      position: absolute;
      left: -20px; }

/*
/** Paragraph with Quote
*/
.paragraph-w-quote {
  position: relative; }
  @media (min-width: 1024px) {
    .paragraph-w-quote .paragraph-w-quote__quote {
      position: absolute;
      top: 0;
      left: 100%;
      width: 50%;
      padding-right: 16px;
      margin-left: 32px; } }
  @media (min-width: 1024px) and (max-width: 1152px) {
    .paragraph-w-quote .paragraph-w-quote__quote {
      margin-left: 24px; } }
  @media (min-width: 620px) and (max-width: 1023px) {
    .paragraph-w-quote .paragraph-w-quote__quote {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 16px; }
      .paragraph-w-quote .paragraph-w-quote__quote p, .paragraph-w-quote .paragraph-w-quote__quote cite {
        width: 50%;
        float: left; }
      .paragraph-w-quote .paragraph-w-quote__quote p {
        padding-right: 16px; }
      .paragraph-w-quote .paragraph-w-quote__quote cite {
        border-top: none;
        padding: 0;
        margin: 0;
        border-left: 1px solid #666666;
        padding-left: 16px; } }
  @media (max-width: 619px) {
    .paragraph-w-quote .paragraph-w-quote__quote {
      padding-top: 5px; } }
  .paragraph-w-quote .paragraph-w-quote__quote p {
    margin-bottom: 27px; }

/*
/** Paragraph with info graphic
*/
.paragraph-w-graphic {
  position: relative; }
  @media (min-width: 1024px) {
    .paragraph-w-graphic .paragraph-w-graphic__img {
      position: absolute;
      top: 0;
      left: 100%;
      width: calc(50% + 16px);
      margin-left: 32px; } }
  @media (min-width: 1024px) and (max-width: 1152px) {
    .paragraph-w-graphic .paragraph-w-graphic__img {
      margin-left: 24px; } }
  @media (max-width: 1023px) {
    .paragraph-w-graphic .paragraph-w-graphic__img {
      margin: 0 -32px; } }
  @media (max-width: 767px) {
    .paragraph-w-graphic .paragraph-w-graphic__img {
      margin: 0 -24px; } }
  .paragraph-w-graphic .paragraph-w-graphic__img img {
    width: 100%;
    max-width: 100%; }
    .paragraph-w-graphic .paragraph-w-graphic__img img:hover {
      cursor: pointer; }
  .paragraph-w-graphic .paragraph-w-graphic__img p {
    margin-bottom: 27px; }
  @media (max-width: 1023px) {
    .paragraph-w-graphic.paragraph-w-graphic--no-scaling .paragraph-w-graphic__img {
      margin: 0 !important; } }
  .paragraph-w-graphic.paragraph-w-graphic--no-scaling .paragraph-w-graphic__img img {
    width: auto !important; }

/**
 * Table
*/
.table-wrapper {
  overflow: auto; }
  .table-wrapper > .col-md-8 {
    padding: 0; }

.table {
  color: #002065;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 57px;
  position: relative; }
  @media (min-width: 480px) and (max-width: 1023px) {
    .table {
      font-size: 17px;
      font-size: 1.7rem; } }
  @media (min-width: 768px) {
    .table > tbody > tr:hover,
    .table > tbody > tr.marked {
      background: #E7F2F8; } }
  .table tbody {
    border-bottom: 1px solid #002065; }
  .table tfoot,
  .table tfoot td {
    color: #002065;
    font-size: 12px;
    font-size: 1.2rem;
    padding-bottom: 0 !important; }
  .table caption {
    font-size: 21px;
    font-size: 2.1rem;
    color: #002065;
    font-family: "Corpid C1 Cd Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.4;
    padding-top: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #002065; }
  .table th {
    font-weight: normal;
    font-family: "Corpid C1 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .table > thead > tr > th {
    border-bottom: 1px solid #002065; }
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    padding: 11px;
    padding-left: 10px;
    padding-right: 10px;
    border-top: none; }
    @media (max-width: 1024px) and (min-width: 480px) {
      .table > thead > tr > th,
      .table > tbody > tr > th,
      .table > tfoot > tr > th,
      .table > thead > tr > td,
      .table > tbody > tr > td,
      .table > tfoot > tr > td {
        padding: 16px;
        padding-left: 10px;
        padding-right: 10px; } }
    @media (max-width: 479px) {
      .table > thead > tr > th,
      .table > tbody > tr > th,
      .table > tfoot > tr > th,
      .table > thead > tr > td,
      .table > tbody > tr > td,
      .table > tfoot > tr > td {
        padding: 11px 8px; } }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-bottom: 1px solid #C0DBEC; }
  .table > tbody > tr:last-child > th,
  .table > tbody > tr:last-child > td {
    border-bottom: none; }
  .table a {
    color: #002065; }

@media (min-width: 768px) {
  .table.table--list > tbody > tr:hover,
  .table.table--list > tbody > tr.marked {
    background: none; } }

.table.table--list td:nth-child(2) {
  text-align: right; }

.table--responsive {
  width: 100%; }
  @media (max-width: 767px) {
    .table--responsive {
      border-bottom: none; }
    .table--responsive > tbody > tr > th {
      border-top: 1px solid #002065; }
    .table--responsive > tbody > tr td:last-child {
      border-bottom: 1px solid #002065; }
    .table--responsive > tbody > tr:last-child > th {
      border-bottom: 1px solid #002065; }
    .table--responsive > tbody > tr:last-child > td {
      border-bottom: 1px solid #C0DBEC; }
    .table--responsive > tbody > tr:last-child > td:last-child {
      border-bottom: none; }
    .table--responsive > tbody td:hover,
    .table--responsive > tbody td.marked {
      background: #E7F2F8; }
    .table--responsive th[scope="row"] {
      border-bottom: 1px solid #002065; }
    .table--responsive caption {
      border-bottom: none; } }
  .table--responsive thead {
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden; }
    @media (min-width: 48em) {
      .table--responsive thead {
        position: relative;
        clip: auto;
        height: auto;
        width: auto;
        overflow: auto; } }
  .table--responsive tbody,
  .table--responsive tr,
  .table--responsive th,
  .table--responsive td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal; }
  @media (min-width: 48em) {
    .table--responsive tr {
      display: table-row; } }
  .table--responsive th,
  .table--responsive td {
    padding: .5em;
    vertical-align: middle;
    min-height: 44px; }
    @media (min-width: 480px) and (max-width: 767px) {
      .table--responsive th,
      .table--responsive td {
        min-height: 57px; } }
    @media (min-width: 30em) {
      .table--responsive th,
      .table--responsive td {
        padding: .75em .5em; } }
    @media (min-width: 48em) {
      .table--responsive th,
      .table--responsive td {
        display: table-cell;
        padding: .5em; } }
    @media (min-width: 62em) {
      .table--responsive th,
      .table--responsive td {
        padding: .75em .5em; } }
    @media (min-width: 75em) {
      .table--responsive th,
      .table--responsive td {
        padding: .75em; } }
  @media (max-width: 768px) {
    .table--responsive td.responsive-padding:before {
      position: absolute;
      left: 10px; } }
  @media (max-width: 479px) {
    .table--responsive td.responsive-padding:before {
      left: 8px; } }
  @media (min-width: 48em) {
    .table--responsive tbody {
      display: table-row-group; } }
  .table--responsive tbody tr {
    margin-bottom: 64px; }
    @media (min-width: 48em) {
      .table--responsive tbody tr {
        display: table-row;
        border-width: 0; } }
    .table--responsive tbody tr:last-of-type {
      margin-bottom: 0; }
  @media (min-width: 48em) {
    .table--responsive tbody th[scope="row"] {
      font-family: "Corpid C1 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
      background-color: transparent;
      text-align: left; }
      .table--responsive tbody th[scope="row"].bold {
        font-family: "Corpid C1 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; } }
  .table--responsive tbody td {
    text-align: right; }
    @media (min-width: 30em) {
      .table--responsive tbody td {
        border-bottom: 1px solid #C0DBEC; } }
    @media (min-width: 48em) {
      .table--responsive tbody td {
        text-align: left; } }
  .table--responsive tbody td[data-type=currency] {
    text-align: right; }
  .table--responsive tbody td[data-title]:before {
    content: attr(data-title);
    float: left; }
    @media (min-width: 48em) {
      .table--responsive tbody td[data-title]:before {
        content: none; } }

/**
 * Morph Icon
*/
@-webkit-keyframes morphicon-l {
  0% {
    -webkit-transform: rotate(37deg);
            transform: rotate(37deg);
    width: 22px; }
  30% {
    width: 17px; }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    width: 17px; }
  70% {
    width: 17px; }
  100% {
    -webkit-transform: rotate(-37deg);
            transform: rotate(-37deg);
    width: 22px; } }
@keyframes morphicon-l {
  0% {
    -webkit-transform: rotate(37deg);
            transform: rotate(37deg);
    width: 22px; }
  30% {
    width: 17px; }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    width: 17px; }
  70% {
    width: 17px; }
  100% {
    -webkit-transform: rotate(-37deg);
            transform: rotate(-37deg);
    width: 22px; } }

@-webkit-keyframes morphicon-r {
  0% {
    -webkit-transform: rotate(-37deg);
            transform: rotate(-37deg);
    width: 22px; }
  10% {
    width: 22px; }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    width: 17px; }
  90% {
    width: 22px; }
  100% {
    -webkit-transform: rotate(37deg);
            transform: rotate(37deg);
    width: 22px; } }

@keyframes morphicon-r {
  0% {
    -webkit-transform: rotate(-37deg);
            transform: rotate(-37deg);
    width: 22px; }
  10% {
    width: 22px; }
  50% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    width: 17px; }
  90% {
    width: 22px; }
  100% {
    -webkit-transform: rotate(37deg);
            transform: rotate(37deg);
    width: 22px; } }

.morph-icon-wrap {
  width: 34px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 32px; }
  @media (max-width: 1024px) {
    .morph-icon-wrap {
      height: 77px; } }

.morph-icon {
  width: 34px;
  height: 80px;
  margin: 0;
  position: relative; }
  .morph-icon .l, .morph-icon .r {
    width: 22px;
    height: 2px;
    display: block;
    position: absolute;
    background: #FFFFFF;
    top: 33px;
    left: 0;
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-transform: rotate(37deg);
            transform: rotate(37deg);
    -webkit-transition: .3s top linear;
    transition: .3s top linear; }
  .morph-icon .r {
    left: auto;
    right: 0;
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-transform: rotate(-37deg);
            transform: rotate(-37deg); }
  @media (max-width: 1024px) {
    .morph-icon {
      height: 77px; }
      .morph-icon .l, .morph-icon .r {
        top: 35px; } }

.is-open .morph-icon .l {
  top: 45px;
  -webkit-transform: rotate(-37deg);
          transform: rotate(-37deg);
  -webkit-animation: morphicon-l .3s linear;
          animation: morphicon-l .3s linear; }

.is-open .morph-icon .r {
  top: 45px;
  -webkit-transform: rotate(37deg);
          transform: rotate(37deg);
  -webkit-animation: morphicon-r .3s linear;
          animation: morphicon-r .3s linear; }

.is-closed .morph-icon .l {
  -webkit-animation: morphicon-r .3s linear;
          animation: morphicon-r .3s linear; }

.is-closed .morph-icon .r {
  -webkit-animation: morphicon-l .3s linear;
          animation: morphicon-l .3s linear; }

/**
 * Anchor Jump
*/
.anchor-jump {
  background: #a3a8b1;
  margin: 0 -32px 64px;
  padding: 0 32px;
  color: #FFFFFF;
  overflow: auto; }
  .anchor-jump header {
    font-size: 21px;
    font-size: 2.1rem;
    font-family: "Corpid C1 Cd Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 80px;
    height: 80px;
    padding: 0 32px;
    margin: 0 -32px;
    position: relative; }
  .anchor-jump li {
    position: relative;
    padding: 3px 12px 2px; }
    .anchor-jump li:before {
      content: "\203A";
      width: 10px;
      font-size: 16px;
      display: inline-block;
      color: inherit; }
    .anchor-jump li:hover:before {
      color: inherit; }
  .anchor-jump li:before {
    position: absolute;
    left: 0; }
  .anchor-jump a {
    display: block;
    color: #FFFFFF;
    line-height: 1.4;
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "Corpid C1 Cd Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .anchor-jump a:hover {
    color: #FFFFFF; }
  .anchor-jump a:before {
    color: #FFFFFF !important; }
  .anchor-jump ul {
    width: 66.66666%;
    display: none;
    list-style: none;
    padding: 8px 0;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 48px; }

/*
/** Image Box
*/
.image-box-wrapper {
  margin: 32px -32px 64px; }
  @media (max-width: 767px), (min-width: 1024px) and (max-width: 1152px) {
    .image-box-wrapper {
      margin: 24px -24px 48px; } }
  .image-box-wrapper h2 {
    padding: 0 32px; }
    @media (max-width: 767px), (min-width: 1024px) and (max-width: 1152px) {
      .image-box-wrapper h2 {
        padding: 0 24px; } }

.image-box {
  position: relative;
  overflow: hidden;
  background: #a3a8b1;
  /** maintain ratio 16/9 Img & 16/4.5 figcaption */
  /** maintain ratio 16/9 Img & 16/9 figcaption */
  /** custom image-boxes */ }
  .image-box:before {
    content: "";
    display: block;
    padding-top: 36%; }
  @media (max-width: 767px) {
    .image-box:before {
      padding-top: 84.375%; } }
  @media (max-width: 420px) {
    .image-box:before {
      padding-top: 112.5%; } }
  .image-box.image-box--transparent {
    background: none; }
    @media (max-width: 1023px) {
      .image-box.image-box--transparent:before {
        padding-top: 56.125%; } }
  .image-box.image-box--big {
    background: none; }
    .image-box.image-box--big:before {
      padding-top: 56.125%; }
    .image-box.image-box--big .image-box__imagecontainer {
      width: 100%; }
  .image-box.image-box--widescreen {
    background: none; }
    .image-box.image-box--widescreen:before {
      padding-top: 36% !important; }
    .image-box.image-box--widescreen .image-box__imagecontainer {
      width: 100%; }
  .break-ratio .image-box:before {
    padding: 0; }
  .break-ratio .image-box .image-box__figure {
    position: static !important; }
  .break-ratio .image-box .image-box__figcaption p {
    margin-bottom: 0; }
  .image-box.image-box--logo {
    background: none; }
    .image-box.image-box--logo .image-box__figcaption,
    .image-box.image-box--logo .image-box__figcaption p {
      color: #666666; }

.image-box__figure {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0; }

.image-box__imagecontainer {
  overflow: hidden;
  padding: 0;
  text-align: center; }
  @media (min-width: 768px) {
    .image-box__imagecontainer {
      width: 64%; } }
  .image-box--transparent .image-box__imagecontainer {
    width: 100%; }
    @media (min-width: 1024px) {
      .image-box--transparent .image-box__imagecontainer {
        width: 64%; } }
  .image-box--contact .image-box__imagecontainer .image-box__image:hover {
    cursor: default !important; }
  @media (max-width: 767px) {
    .image-box__imagecontainer {
      height: 56.25vw; } }
  .image-box__imagecontainer img {
    min-width: 100%; }

.image-box__image {
  max-width: 100%;
  display: inline-block; }
  .image-box__image:hover {
    cursor: pointer; }
  @media (max-width: 767px) {
    .image-box__image {
      vertical-align: top; } }

.image-box__figcaption {
  color: #FFFFFF;
  padding: 26px 32px 32px;
  min-height: 100%; }
  @media (max-width: 767px), (min-width: 1024px) and (max-width: 1152px) {
    .image-box__figcaption {
      padding: 18px 24px 24px; } }
  @media (min-width: 768px) {
    .image-box__figcaption {
      width: 36%; } }
  @media (max-width: 767px) {
    .image-box__figcaption {
      min-height: 0; } }
  .image-box__figcaption h2 {
    padding: 0; }
  .image-box__figcaption strong {
    font-family: "Corpid C1 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #002065; }
  .image-box__figcaption p {
    color: #FFFFFF;
    font-size: 15px;
    font-size: 1.5rem; }
  .image-box__figcaption a {
    color: #FFFFFF; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .image-box__figcaption p {
      font-size: 17px;
      font-size: 1.7rem; } }

.image-box__source {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 11px;
  padding-left: 32px;
  font-family: "Corpid C1 Light Italic", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  @media (min-width: 1024px) and (max-width: 1152px), (max-width: 767px) {
    .image-box__source {
      padding-left: 24px; } }

.popup-figcaption {
  display: none; }

/**
 * Contact Box Manipulations of image-box for contact persons list page
*/
.has-contact-person-list .image-box.image-box--contact {
  background: none; }
  .has-contact-person-list .image-box.image-box--contact .image-box__figcaption {
    color: #666666; }
    .has-contact-person-list .image-box.image-box--contact .image-box__figcaption * {
      color: #666666; }

.is-consecutive {
  margin-bottom: 16px !important; }
  @media (max-width: 1023px) {
    .is-consecutive {
      margin-bottom: 12px !important; } }
  @media (max-width: 767px) {
    .is-consecutive {
      margin-bottom: 8px !important; } }

@media (min-width: 1025px) {
  .image-box-magnification .lg-img-wrap,
  .gallery-view .lg-img-wrap {
    max-width: 80%; } }

.image-box--logo {
  border-top: 1px solid #C0DBEC; }
  @media (max-width: 767px) {
    .image-box--logo:before {
      padding-top: 0; } }
  .image-box--logo .image-box__figure {
    margin: 0 -32px; }
    @media (min-width: 1024px) and (max-width: 1152px), (max-width: 767px) {
      .image-box--logo .image-box__figure {
        margin: 0 -24px; } }
    @media (max-width: 767px) {
      .image-box--logo .image-box__figure {
        position: static; } }
  @media (max-width: 767px) {
    .image-box--logo .image-box__imagecontainer {
      height: auto;
      text-align: left;
      padding: 24px;
      padding-top: 32px; } }
  .image-box--logo .image-box__image {
    min-width: 0;
    max-width: 50%;
    -webkit-transition: 0.2s all ease;
    transition: 0.2s all ease; }
    @media (max-width: 767px) {
      .image-box--logo .image-box__image {
        max-width: 100%; } }
  .image-box--logo .image-box__image:hover {
    cursor: default; }

.is-last-logo-wrapper {
  margin-bottom: 72px !important; }
  .is-last-logo-wrapper .image-box--logo {
    border-bottom: 1px solid #C0DBEC; }

/**
 * Contactslider
*/
.contact-slider {
  margin: 0 -32px 64px; }
  @media (max-width: 767px), (min-width: 1024px) and (max-width: 1152px) {
    .contact-slider {
      margin: 0 -24px 48px; } }
  .contact-slider h2 {
    padding: 0 32px; }
    @media (max-width: 767px), (min-width: 1024px) and (max-width: 1152px) {
      .contact-slider h2 {
        padding: 0 24px; } }
  .contact-slider .contact-slider__inner {
    display: none;
    overflow: hidden; }
  .contact-slider .image-box.image-box--contact {
    margin: 0 0 1px;
    background: #a3a8b1; }
    .contact-slider .image-box.image-box--contact .image-box__figcaption p,
    .contact-slider .image-box.image-box--contact a {
      color: #FFFFFF; }
    .contact-slider .image-box.image-box--contact strong {
      color: #002065; }
    .contact-slider .image-box.image-box--contact.break-ratio:before {
      padding: 0; }
    .contact-slider .image-box.image-box--contact.break-ratio .image-box__figure {
      position: static !important; }
    .contact-slider .image-box.image-box--contact.break-ratio .image-box__figcaption p {
      margin-bottom: 0; }
  .contact-slider .contact-slider__footer {
    background: #a3a8b1;
    height: 80px;
    font-size: 21px;
    font-size: 2.1rem;
    font-family: "Corpid C1 Cd Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.4;
    padding: 0 32px;
    margin: 1px 0 0;
    position: relative;
    color: #FFFFFF; }
    @media (min-width: 1024px) and (max-width: 1152px), (max-width: 767px) {
      .contact-slider .contact-slider__footer {
        height: 77px;
        padding: 0 24px; } }
    .contact-slider .contact-slider__footer .more, .contact-slider .contact-slider__footer .less {
      position: absolute;
      line-height: 80px;
      -webkit-transition: .3s opacity ease;
      transition: .3s opacity ease; }
    .contact-slider .contact-slider__footer .less {
      opacity: 0; }
  .contact-slider.is-open .contact-slider__footer .more {
    opacity: 0; }
  .contact-slider.is-open .contact-slider__footer .less {
    opacity: 1; }

/**
 * Gallery
*/
.gallery-wrapper {
  position: relative;
  overflow: hidden;
  margin: 32px -32px 64px; }
  .gallery-wrapper:before {
    content: "";
    display: block;
    padding-top: 56.25%; }
  @media (max-width: 767px), (min-width: 1024px) and (max-width: 1152px) {
    .gallery-wrapper {
      margin: 24px -24px 48px; } }

.gallery {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  .gallery a:not(:first-child) {
    display: none; }
  .gallery img {
    width: 100%;
    max-width: 100%; }
    .gallery img:hover {
      cursor: pointer; }
  .gallery:after {
    content: " ";
    display: block;
    width: 64px;
    height: 36px;
    background-size: 100%;
    position: absolute;
    bottom: 32px;
    right: 32px;
    pointer-events: none; }
    @media (max-width: 767px), (min-width: 1024px) and (max-width: 1152px) {
      .gallery:after {
        bottom: 24px;
        right: 24px; } }

body .lg-backdrop.in {
  opacity: 0.8 !important; }

body .lg-thumb-outer {
  background: none !important; }

.lg-toolbar .lg-close:after {
  font-size: 30px; }

.lg-outer.contact-popup .lg-video {
  padding-bottom: calc(100vh - 64px); }

.lg-outer .lg-actions .lg-next,
.lg-outer .lg-actions .lg-prev {
  background: none;
  margin-top: -55px; }
  @media (max-width: 1024px) {
    .lg-outer .lg-actions .lg-next,
    .lg-outer .lg-actions .lg-prev {
      display: none;
      opacity: 0;
      visibility: hidden; } }

.lg-outer .lg-actions .lg-next:before,
.lg-outer .lg-actions .lg-prev:after {
  color: #FFFFFF;
  font-size: 100px;
  font-size: 10rem;
  font-family: "Corpid C1 Cd Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  content: "\203A" !important; }

.lg-outer .lg-actions .lg-prev:after {
  content: "\2039" !important; }

.lg-outer .lg-object {
  -webkit-transform: scale3d(1, 1, 1) !important;
          transform: scale3d(1, 1, 1) !important; }

.lg-outer .lg-thumb {
  margin-left: auto;
  margin-right: auto; }

.lg-outer .lg-thumb-item,
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border: none !important;
  border-radius: 0 !important; }

.lg-outer .lg-thumb-item {
  opacity: 1;
  background: #000000;
  -webkit-transition: .3s opacity ease-in-out !important;
  transition: .3s opacity ease-in-out !important; }
  .lg-outer .lg-thumb-item img {
    -webkit-transition: .3s opacity ease-in-out !important;
    transition: .3s opacity ease-in-out !important;
    opacity: 0.5; }

.lg-outer .lg-thumb-item.active img,
.lg-outer .lg-thumb-item:hover img {
  opacity: 1; }

.lg-outer .lg-thumb-item img {
  border-right: 1px solid #FFFFFF;
  -o-object-fit: cover;
     object-fit: cover; }

.lg-outer .lg-thumb-item:last-child img {
  border-right: none; }

.lg-outer .lg-item__caption {
  position: relative;
  z-index: 50;
  display: none;
  min-height: 48px;
  line-height: 1.5;
  margin-top: -48px;
  padding: 12px 24px;
  white-space: normal;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  color: #666666;
  background: #FFFFFF;
  -webkit-transition: .15s opacity ease;
  transition: .15s opacity ease; }
  .lg-outer .lg-item__caption small {
    line-height: 24px;
    display: block;
    font-family: "Corpid C1 Light Italic", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.lg-outer .lg-current .lg-item__caption {
  display: block !important; }

.lg-outer .lg-item__inner-wrap {
  display: inline-block;
  vertical-align: middle; }

.lg-outer .lg-toolbar {
  background: none; }

.lg-outer .lg-toolbar .lg-icon {
  color: #FFFFFF; }

/*
/** Sidebar Box
*/
.sidebar-box {
  background: #FFFFFF;
  margin: 0 0 16px;
  padding: 40px 32px 0;
  overflow: auto; }
  @media (min-width: 1024px) and (max-width: 1152px) {
    .sidebar-box {
      padding: 25px 24px 0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .sidebar-box {
      padding-top: 55px; } }
  @media (max-width: 767px) {
    .sidebar-box {
      padding: 39px 24px 0;
      margin-bottom: 8px; } }
  @media (max-width: 374px) {
    .sidebar-box {
      padding-top: 23px !important; } }
  .sidebar-box .sidebar-box__heading {
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 32px; }
    @media (min-width: 1024px) and (max-width: 1152px) {
      .sidebar-box .sidebar-box__heading {
        font-size: 28px;
        font-size: 2.8rem; } }
  .sidebar-box.sidebar-box--contact {
    color: #FFFFFF;
    background: #0782BC;
    padding: 39px 32px 0; }
    @media (min-width: 1024px) and (max-width: 1152px) {
      .sidebar-box.sidebar-box--contact {
        padding: 25px 24px 0; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .sidebar-box.sidebar-box--contact {
        padding: 55px 32px 0; } }
    @media (max-width: 767px) {
      .sidebar-box.sidebar-box--contact {
        padding: 39px 24px 0; } }
    .sidebar-box.sidebar-box--contact .sidebar-box__heading {
      color: #FFFFFF;
      margin-bottom: 18px; }
    .sidebar-box.sidebar-box--contact a, .sidebar-box.sidebar-box--contact a:before {
      color: #FFFFFF; }
    .sidebar-box.sidebar-box--contact p {
      color: #FFFFFF;
      line-height: 1.7;
      margin-bottom: 12px; }
  .sidebar-box.sidebar-box--teaser {
    background-size: cover;
    background-position: 0% 50%;
    padding: 39px 32px 0; }
    @media (min-width: 1024px) and (max-width: 1152px) {
      .sidebar-box.sidebar-box--teaser {
        padding: 25px 24px 0; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .sidebar-box.sidebar-box--teaser {
        padding: 55px 32px 0; } }
    @media (max-width: 767px) {
      .sidebar-box.sidebar-box--teaser {
        padding: 39px 24px 0; } }
    .sidebar-box.sidebar-box--teaser .sidebar-box__heading {
      color: #002065;
      text-transform: uppercase;
      margin-bottom: 18px; }
    .sidebar-box.sidebar-box--teaser p, .sidebar-box.sidebar-box--teaser a {
      color: #002065; }
    .sidebar-box.sidebar-box--teaser.sidebar-box--contact p, .sidebar-box.sidebar-box--teaser.sidebar-box--contact a, .sidebar-box.sidebar-box--teaser.sidebar-box--contact .sidebar-box__heading, .sidebar-box.sidebar-box--teaser.sidebar-box--text-white p, .sidebar-box.sidebar-box--teaser.sidebar-box--text-white a, .sidebar-box.sidebar-box--teaser.sidebar-box--text-white .sidebar-box__heading {
      color: #FFFFFF; }
    .sidebar-box.sidebar-box--teaser.sidebar-box--green {
      background: #66A22D; }
    .sidebar-box.sidebar-box--teaser.sidebar-box--orange {
      background: #FA7F04; }
    .sidebar-box.sidebar-box--teaser.sidebar-box--green p, .sidebar-box.sidebar-box--teaser.sidebar-box--green a, .sidebar-box.sidebar-box--teaser.sidebar-box--green .sidebar-box__heading, .sidebar-box.sidebar-box--teaser.sidebar-box--orange p, .sidebar-box.sidebar-box--teaser.sidebar-box--orange a, .sidebar-box.sidebar-box--teaser.sidebar-box--orange .sidebar-box__heading {
      color: #FFFFFF; }

/**
 * Fixed Ratio Sidebar Box
*/
.sidebar-box-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 16px; }
  @media (max-width: 1023px) {
    .sidebar-box-wrapper {
      margin-bottom: 12px; } }
  @media (max-width: 767px) {
    .sidebar-box-wrapper {
      margin-bottom: 8px; } }
  @media (min-width: 580px) and (max-width: 1023px) {
    .sidebar-box-wrapper {
      padding-bottom: 36%; } }
  @media (max-width: 580px) {
    .sidebar-box-wrapper {
      padding-bottom: 56.25%; } }
  .sidebar-box-wrapper .sidebar-box--fixed-ratio {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0; }
    .sidebar-box-wrapper .sidebar-box--fixed-ratio.sidebar-box--text-bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-bottom: 32px; }
      @media (max-width: 1024px) {
        .sidebar-box-wrapper .sidebar-box--fixed-ratio.sidebar-box--text-bottom {
          padding-bottom: 24px; } }
      .sidebar-box-wrapper .sidebar-box--fixed-ratio.sidebar-box--text-bottom p {
        margin-bottom: 0; }
  .sidebar-box-wrapper.break-ratio {
    padding-bottom: 0; }
    .sidebar-box-wrapper.break-ratio .sidebar-box--fixed-ratio {
      position: static !important; }

/**
 * Sidebar Contact Slider
*/
.sidebar-contact-slider {
  margin-bottom: 16px;
  background: #0782BC; }
  @media (max-width: 767px) {
    .sidebar-contact-slider {
      margin-bottom: 8px; } }

.sidebar-contact-slider__header {
  margin-bottom: 0; }

.sidebar-contact-slider__details {
  position: relative;
  background: #0782BC;
  padding: 0 32px 0; }
  @media (max-width: 767px), (min-width: 1024px) and (max-width: 1152px) {
    .sidebar-contact-slider__details {
      padding: 0 24px 0; } }
  .sidebar-contact-slider__details .morph-icon {
    position: absolute;
    bottom: 0;
    z-index: 55;
    right: 32px; }
  .sidebar-contact-slider__details .sidebar-contact-slider__inner {
    display: none;
    opacity: 0;
    position: relative;
    top: -10%;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease; }
    .is-open .sidebar-contact-slider__details .sidebar-contact-slider__inner {
      opacity: 1; }
  .sidebar-contact-slider__details .sidebar-contact-slider__article {
    padding-top: 26px;
    padding-bottom: 11px;
    border-top: 1px solid #FFFFFF; }
  .sidebar-contact-slider__details h2 {
    color: #FFFFFF;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 18px; }
    @media (min-width: 1024px) and (max-width: 1152px) {
      .sidebar-contact-slider__details h2 {
        font-size: 28px;
        font-size: 2.8rem; } }
  .sidebar-contact-slider__details h3 {
    font-family: "Corpid C1 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 20px; }
    @media (min-width: 768px) and (max-width: 1023px) {
      .sidebar-contact-slider__details h3 {
        font-size: 17px;
        font-size: 1.7rem; } }
  .sidebar-contact-slider__details h3, .sidebar-contact-slider__details p, .sidebar-contact-slider__details a {
    color: #FFFFFF; }

/**
 * Sidebar Navigation
*/
.sidebar-nav ul {
  list-style-type: none;
  padding: 0; }

/*
/** Sidebar Article
*/
.article,
.sidebar-article {
  margin-bottom: 18px; }
  .article:last-child,
  .sidebar-article:last-child {
    margin-bottom: 66px; }
    @media (min-width: 1024px) and (max-width: 1152px) {
      .article:last-child,
      .sidebar-article:last-child {
        margin-bottom: 44px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      .article:last-child,
      .sidebar-article:last-child {
        margin-bottom: 90px; } }
    @media (max-width: 767px) {
      .article:last-child,
      .sidebar-article:last-child {
        margin-bottom: 58px; } }
    @media (max-width: 374px) {
      .article:last-child,
      .sidebar-article:last-child {
        margin-bottom: 42px; } }
  .article .article__heading,
  .article .sidebar-article__heading,
  .sidebar-article .article__heading,
  .sidebar-article .sidebar-article__heading {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.3;
    margin-bottom: 0; }
    .article .article__heading a,
    .article .sidebar-article__heading a,
    .sidebar-article .article__heading a,
    .sidebar-article .sidebar-article__heading a {
      font-size: 21px;
      font-size: 2.1rem;
      color: #002065; }
    .article .article__heading a:focus, .article .article__heading a:hover,
    .article .sidebar-article__heading a:focus,
    .article .sidebar-article__heading a:hover,
    .sidebar-article .article__heading a:focus,
    .sidebar-article .article__heading a:hover,
    .sidebar-article .sidebar-article__heading a:focus,
    .sidebar-article .sidebar-article__heading a:hover {
      text-decoration: none; }
  @media (min-width: 1024px) and (max-width: 1152px) {
    .article .sidebar-article__heading,
    .sidebar-article .sidebar-article__heading {
      position: relative;
      padding-left: 12px; }
      .article .sidebar-article__heading:before,
      .sidebar-article .sidebar-article__heading:before {
        content: "\203A";
        display: block;
        position: absolute;
        left: 0; } }
  .article .article__teaser,
  .article .sidebar-article__teaser,
  .sidebar-article .article__teaser,
  .sidebar-article .sidebar-article__teaser {
    margin-bottom: 0; }
  .article > a:before,
  .sidebar-article > a:before {
    content: "\203A";
    width: 10px;
    font-size: 16px;
    display: inline-block;
    color: inherit; }
  .article > a:hover:before,
  .sidebar-article > a:hover:before {
    color: inherit; }

@media (min-width: 1024px) and (max-width: 1152px) {
  .sidebar-article .sidebar-article__teaser {
    display: none; } }

@media (min-width: 1024px) and (max-width: 1152px) {
  .sidebar-article > a {
    display: none; } }

/*
/** Carousel
*/
.carousel {
  -webkit-transition: .3s opacity ease;
  transition: .3s opacity ease; }
  .carousel .item {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -99; }
  .carousel .next, .carousel .prev {
    left: 0;
    opacity: 1;
    z-index: 1; }

.carousel-indicators {
  display: none; }

.carousel-control {
  z-index: 75;
  margin: 30% 0;
  /*
	@media (max-height: 950px) {
		margin: 20% 0;
	}
*/ }
  @media (min-width: 1650px) {
    .carousel-control {
      margin: 40vh 0; } }
  @media (max-height: 970px) and (max-width: 1400px) {
    .carousel-control {
      display: none; } }
  .carousel-control.left, .carousel-control.right {
    background: none; }
  .carousel-control .control-left {
    left: 10%; }
  .carousel-control .control-right {
    right: 10%; }
  .carousel-control .control-left,
  .carousel-control .control-right {
    position: absolute;
    top: 50%;
    margin-top: -60px;
    z-index: 10;
    display: inline-block;
    font-family: "Corpid C1 Cd Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 100px;
    font-size: 10rem;
    line-height: 1; }

.carousel .item {
  background-position: 50% 50%;
  background-size: cover; }

.carousel .item--left-align {
  background-position-x: 0%; }

.carousel .item--right-align {
  background-position-x: 100%; }

.carousel .item--center-left-align {
  background-position-x: 30%; }

.carousel .item--center-right-align {
  background-position-x: 70%; }

.carousel .item--top-align {
  background-position-y: 0%; }

.carousel .item--center-top-align {
  background-position-y: 30%; }

.item.next .carousel-caption {
  opacity: 0; }

.carousel-caption {
  display: none; }

#slider-captions {
  min-height: calc(63vh - 241px);
  padding-top: 42px;
  padding-bottom: 32px;
  opacity: 0;
  -webkit-transition: .3s opacity ease-in-out;
  transition: .3s opacity ease-in-out;
  /*
	@media (max-height: 800px) {
		padding-top: $base__padding/2;
	}
	
*/ }
  @media (min-width: 1025px) and (max-width: 1152px) {
    #slider-captions {
      padding-top: 30px; } }
  @media (min-width: 1024px) and (max-width: 1024px) {
    #slider-captions {
      padding-top: 25px;
      padding-bottom: 16px; } }
  @media (max-width: 1023px) and (min-width: 768px) {
    #slider-captions {
      padding-top: 59px;
      min-height: calc(71vh - 241px); } }
  @media (max-width: 767px) {
    #slider-captions {
      padding-top: -23px;
      height: calc(100vh - 70px - 10px);
      margin-bottom: 10px; } }
  @media (min-width: 1024px) and (max-width: 1024px) and (max-height: 768px) {
    #slider-captions {
      min-height: 300px; } }
  #slider-captions.visible {
    opacity: 1; }
  #slider-captions .slider-article {
    position: relative;
    z-index: 60;
    padding: 0 32px; }
    @media (min-width: 1024px) and (max-width: 1152px), (max-width: 767px) {
      #slider-captions .slider-article {
        padding: 0 24px; } }
    @media (min-width: 768px) and (max-width: 1023px) {
      #slider-captions .slider-article {
        padding: 0 16px; } }
  #slider-captions h1 {
    color: #002065;
    margin-bottom: 32px; }
    @media (max-width: 1152px) {
      #slider-captions h1 {
        margin-bottom: 32px; } }
    @media (max-width: 767px) {
      #slider-captions h1 {
        margin-bottom: 35px; } }
    @media (min-width: 1024px) and (max-width: 1024px) {
      #slider-captions h1 {
        margin-bottom: 16px !important; } }
  #slider-captions a, #slider-captions a:hover, #slider-captions a:focus {
    text-decoration: none; }
  #slider-captions .infoline {
    font-size: 14px;
    font-size: 1.4rem;
    color: #0782BC;
    display: block;
    margin-bottom: 16px; }
  #slider-captions .slider-article__teaser {
    color: #002065;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.4;
    font-family: "Corpid C1 Cd Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0; }
  @media (max-width: 1152px) {
    #slider-captions .slider-article__teaser span {
      display: none; } }
  #slider-captions .slider-article__link {
    color: #002065;
    font-family: "Corpid C1 Cd Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.4; }
  #slider-captions .slider-article__link:before {
    content: "\203A";
    display: inline;
    padding-right: 4px; }
  #slider-captions .slider-article__link:hover,
  #slider-captions .slider-article__link:focus {
    text-decoration: none; }
  #slider-captions.bright h1, #slider-captions.bright,
  #slider-captions.bright .infoline,
  #slider-captions.bright p,
  #slider-captions.bright a {
    color: #FFFFFF; }

/**
 * Fullscreen Video Background
*/
.video-bg {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  -webkit-transition: 1s opacity;
  transition: 1s opacity; }

/*
/** Generic Box & Teaser
*/
.box {
  background: #FFFFFF;
  margin: 0 0 16px;
  padding: 32px 32px 0;
  overflow: auto; }
  .box.box--transparent {
    background: none;
    margin: 0; }
  @media (max-width: 767px), (min-width: 1024px) and (max-width: 1152px) {
    .box {
      padding: 24px 24px 0; } }
  @media (max-width: 1023px) {
    .box {
      margin-bottom: 12px; } }
  @media (max-width: 767px) {
    .box {
      margin-bottom: 8px; } }
  .box > .text-block:last-child {
    margin-bottom: 51px; }
  .box > .table-wrapper:last-child {
    margin-bottom: 11px; }
  .box > .gallery-wrapper:last-child,
  .box > .image-box-wrapper:last-child,
  .box > .image-box-wrapper:last-child .image-box {
    margin-bottom: 0; }

.box__header {
  margin-bottom: 58px; }
  .box__header.long {
    margin-bottom: 65px; }

.teaser-boxes-wrapper {
  position: relative;
  padding-bottom: 56.25%; }

.teaser-boxes {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.teaser-box:first-child {
  margin-bottom: 16px; }

.teaser-box {
  color: #FFFFFF;
  background: #0782BC;
  padding: 24px;
  border: 8px solid #FFFFFF;
  margin: 0;
  min-height: calc(50% - 8px);
  overflow: visible;
  position: relative; }
  @media (min-width: 767px) and (max-width: 1023px) {
    .teaser-box {
      padding: 16px; } }
  @media (max-width: 767px) {
    .teaser-box {
      padding: 24px;
      padding-top: 39px;
      height: 36vw; } }
  @media (max-width: 550px) {
    .teaser-box {
      height: 56.25vw; } }
  @media (max-width: 374px) {
    .teaser-box {
      padding-top: 23px; } }
  .teaser-box.teaser-box-fullsize {
    min-height: 100%; }
  .teaser-box a {
    position: static;
    width: 100%;
    height: 100%;
    display: block; }
    @media (min-width: 1024px) and (max-width: 1152px) {
      .teaser-box a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 16px; } }
  .teaser-box a:hover, .teaser-box a:focus {
    text-decoration: none; }
  .teaser-box .teaser-box__heading {
    color: #FFFFFF;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 18px; }
    @media (max-width: 1023px) {
      .teaser-box .teaser-box__heading {
        font-size: 42px;
        font-size: 4.2rem; } }
  .teaser-box .teaser-box__teaser {
    color: #FFFFFF;
    line-height: 1.4;
    font-size: 21px;
    font-size: 2.1rem;
    font-family: "Corpid C1 Cd Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 16px; }

/*
/** Tabs
*/
.box-tabs-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  z-index: 100; }

.box.box-tabs {
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  overflow: hidden; }

.nav-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #eeeeee; }
  .nav-tabs.is-origin {
    opacity: 0;
    display: none; }
  .nav-tabs.is-origin.is-used {
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .nav-tabs.is-clone {
    opacity: 0;
    -webkit-transition: .3s all ease;
    transition: .3s all ease; }
  .nav-tabs.active {
    z-index: 2;
    opacity: 1; }
  .nav-tabs > li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: center;
    border: none;
    outline: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .nav-tabs > li > a {
    color: #0782BC;
    line-height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: none; }
  .nav-tabs,
  .nav-tabs > li
> li.active,
  .nav-tabs > li > a,
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    border: none;
    margin: 0;
    border-radius: 0 !important; }
  .nav-tabs li {
    text-transform: uppercase;
    background: #eeeeee; }
  .nav-tabs > li.active {
    background: #FFFFFF; }
  .nav-tabs > li.nav-tabs__switcher,
  .nav-tabs > li.nav-tabs__switcher a {
    width: 60px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-transition: .3s all ease;
    transition: .3s all ease; }
  .nav-tabs > li.nav-tabs__switcher:hover,
  .nav-tabs > li.nav-tabs__switcher:hover a {
    background: #FFFFFF; }

.tab-content {
  position: absolute;
  top: 48px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0; }
  @media (min-width: 768px) {
    .tab-content {
      background: #FFFFFF; } }

.tab-pane {
  -webkit-transition: .3s all ease;
  transition: .3s all ease; }
  .tab-pane .tab-pane__heading {
    display: none;
    font-size: 35px;
    font-size: 3.5rem;
    line-height: 1.1;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .tab-pane .tab-pane__heading {
        text-transform: none; } }
  .tab-pane .tab-pane__more {
    color: #0782BC;
    font-family: "Corpid C1 Cd Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-size: 1.7rem;
    position: absolute;
    bottom: 12px;
    left: 32px; }
    .tab-pane .tab-pane__more:before {
      content: "\203A";
      width: 10px;
      font-size: 16px;
      display: inline-block;
      color: inherit; }
    .tab-pane .tab-pane__more:hover:before {
      color: inherit; }
    @media (min-width: 768px) and (max-width: 1152px) {
      .tab-pane .tab-pane__more {
        left: 24px; } }

.tab-pane--single {
  padding: 32px; }

.inner-slider__slide {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  padding: 32px;
  padding-top: 27px;
  padding-bottom: 0;
  margin-bottom: 32px;
  -webkit-transition: .4s transform ease;
  transition: .4s transform ease;
  opacity: 0; }
  @media (min-width: 768px) and (max-width: 1152px) {
    .inner-slider__slide {
      padding: 24px; } }
  .inner-slider__slide.active {
    -webkit-transform: translateX(0) !important;
            transform: translateX(0) !important;
    opacity: 1; }
  .inner-slider__slide.slideleft {
    -webkit-transform: translateX(-100%) !important;
            transform: translateX(-100%) !important; }
  .inner-slider__slide.slideright {
    -webkit-transform: translateX(100%) !important;
            transform: translateX(100%) !important; }

.inner-slider__controls {
  width: 100%;
  height: 32px;
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none; }
  .inner-slider__controls li {
    padding: 0 5px;
    cursor: pointer;
    display: inline-block;
    outline: none;
    position: relative;
    top: -3px; }
  .inner-slider__controls a {
    width: 6px;
    height: 6px;
    line-height: 6px;
    display: inline-block;
    text-indent: -9999px;
    border-radius: 50%;
    background: #c0c4ca;
    -webkit-transition: .3s background ease;
    transition: .3s background ease;
    outline: none; }
  .inner-slider__controls li.active a,
  .inner-slider__controls li:hover a {
    background: #0782BC; }

/*
/** Tab Article
*/
.tab-article {
  margin-bottom: 18px;
  /** Tab Article list style */ }
  .tab-article .tab-article__heading {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 1.3;
    padding-left: 12px;
    color: #002065;
    margin: 0;
    outline: none;
    text-decoration: none;
    position: relative; }
  .tab-article .tab-article__heading:before {
    content: "\203A";
    width: 10px;
    display: block;
    position: absolute;
    left: 0;
    color: #002065; }
  .tab-article a:hover,
  .tab-article a:focus {
    text-decoration: none; }
  .tab-article.tab-article--list {
    border-bottom: 1px solid #E7F2F8;
    margin: 0; }
    @media (max-width: 767px) {
      .tab-article.tab-article--list:last-child {
        margin-bottom: 24px; } }
    .tab-article.tab-article--list a {
      color: #002065;
      line-height: 22px;
      padding: 10px 0;
      padding-left: 10px;
      display: inline-block;
      position: relative; }
      .tab-article.tab-article--list a:before {
        content: "\203A";
        width: 10px;
        font-size: 16px;
        display: inline-block;
        color: inherit; }
      .tab-article.tab-article--list a:hover:before {
        color: inherit; }
    .tab-article.tab-article--list a:hover,
    .tab-article.tab-article--list a:focus {
      text-decoration: underline; }
    .tab-article.tab-article--list a:before {
      position: absolute;
      left: 0; }
    .tab-article.tab-article--list:first-child a {
      padding-top: 0; }

/**
 * Search
*/
.search-form {
  margin-bottom: 32px;
  position: relative; }

.search-form:after {
  display: block;
  content: " ";
  clear: both; }

.search-form__submit {
  width: 48px;
  height: 48px;
  text-indent: -9999px;
  font-size: 0%;
  padding: 0;
  border: none;
  border-radius: 0;
  color: #002065;
  background-position: 50% 50%;
  background-color: #828995;
  background-size: 22px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 8px; }

.search-form__input {
  float: left;
  width: 100%;
  font-family: "Corpid C1 Cd Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem; }

@media (max-width: 500px) {
  .search-form-left-row {
    width: 100%; }
  .search-form-right-row {
    width: 100%;
    margin-bottom: 16px; } }

.search-results {
  position: relative;
  float: left; }
  .search-results .bootstrap-select {
    width: 73px !important;
    float: left;
    display: inline-block; }
  .search-results .dropdown-toggle {
    color: #FFFFFF !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: none;
    background: #828995 !important; }
    .search-results .dropdown-toggle > .filter-option {
      display: block !important;
      white-space: nowrap !important;
      line-height: 36px !important;
      position: relative;
      top: -1px; }
    .search-results .dropdown-toggle .caret {
      border: none;
      width: 14px;
      height: 5px;
      margin-top: -2px !important;
      background-size: 100% 100%;
      background-repeat: no-repeat; }
  .search-results .search-results__label {
    font-size: 13px;
    font-size: 1.3rem;
    padding-left: 3px; }
    @media (max-width: 500px) {
      .search-results .search-results__label {
        font-size: 15px;
        font-size: 1.5rem;
        color: #666666; } }
  .search-results .btn {
    height: 48px;
    background: #828995;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }

@media (max-width: 1023px) {
  .search-filters {
    display: none; } }

.search-filters .search-filters__heading {
  font-size: 35px;
  font-size: 3.5rem; }

.search-filters .input-group {
  margin-bottom: 58px; }

.search-filters .input-group:last-child {
  margin-bottom: 72px; }
  @media (min-width: 1024px) and (max-width: 1152px) {
    .search-filters .input-group:last-child {
      margin-bottom: 48px; } }
  @media (max-width: 1023px) {
    .search-filters .input-group:last-child {
      margin-bottom: 96px; } }
  @media (max-width: 767px) {
    .search-filters .input-group:last-child {
      margin-bottom: 64px; } }

.search-filters #radio-zeitraum__custom-date--von,
.search-filters #radio-zeitraum__custom-date--bis {
  padding-left: 8px;
  padding-right: 8px;
  font-family: "Corpid C1 Cd Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 0; }

.search-filters .opt-slider {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease; }
  .search-filters .opt-slider.is-open {
    height: auto; }

.search-filters .opt-slider__btn {
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: left;
  background: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Corpid C1 Cd Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.2;
  color: #002065;
  padding-left: 25px;
  position: relative;
  top: -6px; }
  .search-filters .opt-slider__btn:before {
    content: "\203A";
    width: 10px;
    font-size: 16px;
    display: inline-block;
    color: inherit; }
  .search-filters .opt-slider__btn:hover:before {
    color: inherit; }
  .search-filters .opt-slider__btn.is-open .more {
    display: none;
    visibility: hidden;
    opacity: 0; }
  .search-filters .opt-slider__btn.is-open .less {
    display: inline; }
  .search-filters .opt-slider__btn .less {
    display: none; }
  .search-filters .opt-slider__btn:focus {
    outline: none; }

.mobile-search-filter__row {
  position: relative;
  z-index: 5555;
  margin-bottom: 64px; }
  @media (max-width: 500px) {
    .mobile-search-filter__row .mobile-search-filter__left-column {
      width: 100% !important; } }
  .mobile-search-filter__row .dropdown-toggle {
    padding: 16px 14px;
    line-height: 16px;
    border-color: #828995; }

/**
 * Forms
*/
input, select {
  font-size: 16px;
  font-size: 1.6rem;
  height: 48px;
  padding: 16px 14px;
  margin-bottom: 16px;
  border: 1px solid #a7acb5;
  border: 1px solid #828995;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none; }

input {
  line-height: 16px; }

.input-group {
  display: block;
  margin-bottom: 32px; }
  .input-group .infoline {
    display: block;
    margin-bottom: 27px; }
  .input-group .input-group__heading {
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 0; }
  .input-group.input-group--opt-slider {
    margin-bottom: 52px; }

textarea {
  border: 1px solid #828995;
  display: block; }

input[type="file"] {
  border: none;
  background: none;
  padding: 0; }

.label-span {
  margin-bottom: 5px;
  display: inline-block; }

fieldset div:last-child {
  margin-bottom: 0 !important; }

label {
  font-family: "Corpid C1 Cd Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-size: 1.6rem; }

.radio,
.checkbox {
  width: 100%;
  margin: 0;
  margin-bottom: 28px; }
  .radio label,
  .checkbox label {
    font-family: "Corpid C1 Cd Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #002065;
    line-height: 1.2;
    padding: 2px 50px 0 38px; }

.radio input[type=radio] {
  margin: 0;
  display: none; }

.radio input[type=radio] + label:before {
  display: inline-block;
  content: " ";
  background-size: 24px 24px no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0; }

.radio input[type=radio]:checked + label:before {
  background-size: 24px 24px no-repeat; }

.radio input[type=radio]:checked + label .count-indicator {
  color: #0782BC; }

.checkbox input[type=checkbox] {
  margin: 0;
  display: none; }

.checkbox input[type=checkbox] + label:before {
  display: inline-block;
  content: " ";
  background-size: 24px 24px no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0; }

.checkbox input[type=checkbox]:checked + label:before {
  background-size: 24px 24px no-repeat; }

.checkbox input[type=checkbox]:checked + label .count-indicator {
  color: #0782BC; }

.select .bootstrap-select,
.select button,
.bs-container .bootstrap-select,
.bs-container button {
  width: 100% !important;
  height: 48px !important;
  border-radius: 0;
  font-size: 15px;
  font-size: 1.5rem; }

.select button:hover,
.select button:focus,
.select .open button,
.select .open button:hover,
.select .open button:focus,
.bs-container button:hover,
.bs-container button:focus,
.bs-container .open button,
.bs-container .open button:hover,
.bs-container .open button:focus {
  background: none !important;
  border-color: #c0c4ca !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.select a,
.bs-container a {
  font-size: 15px;
  font-size: 1.5rem; }

.select .active > a,
.select .active > a:hover,
.bs-container .active > a,
.bs-container .active > a:hover {
  background: #0782BC !important; }

.select a:hover,
.bs-container a:hover {
  background: #eeeeee !important; }

.select .caret,
.bs-container .caret {
  width: 48px;
  height: 48px;
  top: 1px !important;
  right: 0px !important;
  background: #828995;
  border: none; }

.select .caret:after,
.bs-container .caret:after {
  width: 48px;
  height: 48px;
  content: " ";
  display: block;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative; }

.count-indicator {
  color: #002065;
  position: absolute;
  right: 0;
  top: 0; }

.form__button, .blb-button {
  width: auto !important;
  height: 48px;
  padding: 0 18px 0 32px;
  color: #FFFFFF;
  border-radius: 0;
  text-transform: uppercase;
  background: #828995;
  border: none;
  font-family: "Corpid C1 Cd Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
  position: relative; }
  .form__button:before, .blb-button:before {
    font-size: 23px;
    font-size: 2.3rem;
    content: "\203A";
    display: inline-block;
    color: #FFFFFF;
    position: absolute;
    left: 14px;
    top: 4px; }

.blb-btn-group:after {
  display: table;
  content: " ";
  clear: both; }

button {
  font-size: 16px;
  font-size: 1.6rem; }

.blb-button {
  margin-right: 11px; }
  .blb-button.blb-button--outline {
    background: none;
    border: 1px solid #002065;
    color: #002065; }
    .blb-button.blb-button--outline:before {
      color: #002065; }

.datepicker {
  font-size: 16px;
  font-size: 1.6rem;
  min-height: 48px;
  padding: 16px 14px;
  margin-bottom: 16px;
  border: 1px solid #c0c4ca;
  border-radius: 0; }
  .datepicker * {
    color: #002065; }
  .datepicker td, .datepicker th, .datepicker span {
    border-radius: 0 !important; }
  .datepicker .prev, .datepicker .next {
    font-size: 27px;
    font-size: 2.7rem;
    color: #c0c4ca; }
  .datepicker th.dow {
    font-family: "Corpid C1 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .datepicker .month {
    font-family: "Corpid C1 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .datepicker table tr td.active {
    background-color: #002065 !important; }
  .datepicker .datepicker-switch {
    color: #0782BC;
    text-transform: uppercase;
    font-family: "Corpid C1 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.zeitraum-wrap .radio {
  margin-bottom: 10px; }

.zeitraum-wrap label {
  padding-left: 0; }

.input-daterange {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .input-daterange .form-control {
    width: 30%;
    min-height: 48px;
    padding-top: 3px;
    padding-bottom: 3px;
    min-width: 103px;
    margin-bottom: 8px;
    float: none;
    display: inline-block; }
  .input-daterange label {
    line-height: 48px;
    color: #002065;
    font-weight: normal; }
  .input-daterange .form-control, .input-daterange label {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1; }
  .input-daterange .custom-date__2nd-label {
    text-align: center;
    min-width: 40px; }
  @media (min-width: 1024px) and (max-width: 1200px) {
    .input-daterange .form-control {
      width: 70%; }
    .input-daterange label {
      width: 30%;
      text-align: left !important; } }
  @media (max-width: 480px) {
    .input-daterange .form-control {
      width: 70%; }
    .input-daterange label {
      width: 30%;
      text-align: left !important; } }

.label-danger {
  display: none;
  font-family: "Corpid C1 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #00ABF5;
  border-radius: 0;
  font-size: 12px;
  font-size: 1.2rem;
  padding: 3px 7px 4px 7px; }

.form-group.has-error,
.checkbox-required.has-error,
.radio-required.has-error {
  margin-bottom: 11px; }
  .form-group.has-error .label-danger,
  .checkbox-required.has-error .label-danger,
  .radio-required.has-error .label-danger {
    display: block;
    float: left; }
  .form-group.has-error:after,
  .checkbox-required.has-error:after,
  .radio-required.has-error:after {
    clear: both;
    content: " ";
    display: block; }
  .form-group.has-error input, .form-group.has-error textarea,
  .checkbox-required.has-error input,
  .checkbox-required.has-error textarea,
  .radio-required.has-error input,
  .radio-required.has-error textarea {
    border-color: #00ABF5 !important;
    margin-bottom: 0;
    border-color: #0782BC !important; }

.input--textarea .label-danger {
  position: relative; }

.checkbox-required .label-danger,
.radio-required .label-danger {
  position: relative;
  top: -16px; }

.radio label,
.checkbox label {
  cursor: default !important; }

input[type=radio][disabled] + label,
input[type=checkbox][disabled] + label {
  opacity: 0.4; }

.emission-filter-row {
  padding-top: 32px; }
  .emission-filter-row label {
    width: 100%; }
  .emission-filter-row .button {
    margin-top: 29px; }

/**
 * Pagination
*/
.pagination-wrap {
  margin-bottom: 46px; }

.pagination > li {
  width: 48px;
  height: 48px;
  margin: 0 2px;
  display: inline-block; }
  @media (max-width: 767px) {
    .pagination > li.desktop-only {
      display: none; } }
  .pagination > li.mobile-only {
    display: none; }
    @media (max-width: 767px) {
      .pagination > li.mobile-only {
        display: inline-block; } }
  .pagination > li.no-box {
    width: auto;
    margin: 0;
    margin-right: 10px; }
    .pagination > li.no-box.active {
      margin-left: 10px;
      margin-right: 0; }

.pagination > li > a {
  color: #666666;
  width: 48px;
  height: 48px;
  line-height: 45px;
  text-align: center;
  padding: 0;
  border-radius: 0 !important; }

.pagination > li > a:hover,
.pagination > .active > a {
  color: #0782BC !important;
  background: none !important;
  border-color: #0782BC !important; }

.pagination > li > a:focus {
  background: none !important;
  border-color: #c0c4ca !important; }

.pagination > li.no-box > a {
  border: none;
  width: auto; }

.pagination .prev a, .pagination .next a, .pagination .first a, .pagination .last a {
  width: 48px;
  color: #666666;
  font-size: 27px;
  font-size: 2.7rem; }

.pagination .prev span, .pagination .next span {
  position: relative;
  top: -1px; }

.pagination .first a > span, .pagination .last a > span {
  position: relative;
  top: -1px; }

.pagination .last__1, .pagination .first__1 {
  position: relative;
  left: 5px; }

.pagination .last__2, .pagination .first__2 {
  position: relative;
  left: -5px; }

@media (max-width: 767px) {
  .pagination > li,
  .pagination > li > a {
    width: 32px;
    height: 32px;
    line-height: 29px; }
  .pagination > li.no-box:not(.active) > a:hover {
    color: #666666 !important; }
  .pagination .prev a, .pagination .next a, .pagination .last a, .pagination .first a {
    width: 32px;
    height: 32px;
    line-height: 29px;
    font-size: 24px;
    font-size: 2.4rem; }
  .pagination .prev span,
  .pagination .next span,
  .pagination .first a > span,
  .pagination .last a > span {
    top: -1px; }
  .pagination .last__1,
  .pagination .first__1 {
    left: 5px; }
  .pagination .last__2,
  .pagination .first__2 {
    left: -5px; } }

header #new-mobile-nav-toggle {
  display: none; }

#responsive-navigation {
  position: absolute;
  top: 72px;
  z-index: 100;
  height: 70px;
  background: #FFFFFF;
  width: calc(100% - 24px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s opacity ease, 0.5s visibility ease;
  transition: 0.5s opacity ease, 0.5s visibility ease; }
  #responsive-navigation .close {
    position: absolute;
    z-index: 555;
    width: 15px;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    right: 21px;
    opacity: 1 !important;
    text-indent: -9999px;
    font-size: 0%;
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    background: url(../img/icons/schliessen_desktop.png) no-repeat 50%;
    background-size: 100%;
    outline: none; }

@media screen and (min-width: 1025px) and (max-width: 1230px) {
  header:not(.clone) #new-mobile-nav-toggle {
    display: inline-block;
    outline: none; } }

@media screen and (min-width: 1025px) and (max-width: 1230px) {
  .new-mobile-nav-open #main-drop button.nav-close,
  .new-mobile-nav-open #search-drop button.nav-close {
    display: none; }
  .top-nav:not(.clone) {
    display: inline-block;
    float: right;
    margin-right: 176px; }
  .top-nav:not(.clone) .top-nav-ul,
  .top-nav:not(.clone) .meta-nav li:first-child {
    display: none; }
  .top-nav.clone .logo-link,
  .top-nav.clone .meta-nav li {
    display: none; }
  .top-nav.clone .meta-nav li:first-child {
    display: list-item; }
    .top-nav.clone .meta-nav li:first-child:after {
      display: none; }
  #responsive-navigation.dropped {
    opacity: 1;
    visibility: visible; }
  #new-mobile-nav-toggle {
    width: 70px;
    height: 70px;
    margin-left: 4px;
    background: none;
    border: none;
    text-indent: -9999px;
    position: relative;
    overflow: hidden;
    padding: 0;
    font-size: 0%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: none;
    cursor: pointer; } }
  @media screen and (min-width: 1025px) and (max-width: 1230px) and (max-width: 1023px) {
    #new-mobile-nav-toggle {
      margin-left: 9px; } }
  @media screen and (min-width: 1025px) and (max-width: 1230px) and (max-width: 767px) {
    #new-mobile-nav-toggle {
      margin-left: 1px; } }

@media screen and (min-width: 1025px) and (max-width: 1230px) {
  #new-mobile-nav-toggle span {
    display: block;
    position: absolute;
    top: 34px;
    left: 23px;
    right: 23px;
    height: 2px; }
  #new-mobile-nav-toggle span::before,
  #new-mobile-nav-toggle span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #002065;
    content: ""; }
  #new-mobile-nav-toggle span::before {
    top: -3px;
    -webkit-transition-property: "top", "transform", "transform";
    transition-property: "top", "transform", "transform";
    transition-property: "top", "transform"; }
  #new-mobile-nav-toggle span::after {
    bottom: -3px;
    -webkit-transition-property: "bottom", "transform", "transform";
    transition-property: "bottom", "transform", "transform";
    transition-property: "bottom", "transform"; }
  /*
    #mobile-nav-toggle span {
      transition: background 0s 0.3s;
    }
    */
  #new-mobile-nav-toggle span::before,
  #new-mobile-nav-toggle span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
            transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
            transition-delay: 0.3s, 0s; }
  .new-mobile-nav-open #new-mobile-nav-toggle span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .new-mobile-nav-open #new-mobile-nav-toggle span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .new-mobile-nav-open #new-mobile-nav-toggle span::before,
  .new-mobile-nav-open #new-mobile-nav-toggle span::after {
    -webkit-transition-delay: 0s, 0.3s;
            transition-delay: 0s, 0.3s; } }

/*
/** Paragraph with description
*/
.paragraph-w-desc {
  position: relative; }
  .paragraph-w-desc .paragraph-w-desc__desc {
    font-family: "Corpid C1 Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*         @media (min-width: 620px) and (max-width: 1023px) {
            display: flex;
            padding-top: $base__padding/2;
            p, cite {
                width: 50%;
                float: left;
            }
            
            p {
                padding-right: $base__padding/2;
            }
            
            cite {
                border-top: none;
                padding: 0;
                margin: 0;
                border-left: 1px solid $color__shade;
                padding-left: $base__padding/2;
            }
        } */ }
    .paragraph-w-desc .paragraph-w-desc__desc h3 {
      color: #666666;
      font-size: 21px; }
    .paragraph-w-desc .paragraph-w-desc__desc p {
      font-size: 12px; }
    @media (min-width: 1024px) {
      .paragraph-w-desc .paragraph-w-desc__desc {
        position: absolute;
        top: 0;
        left: 100%;
        width: 50%;
        padding-right: 16px;
        margin-left: 32px; } }
    @media (min-width: 1024px) and (max-width: 1152px) {
      .paragraph-w-desc .paragraph-w-desc__desc {
        margin-left: 24px; } }
    @media (max-width: 619px) {
      .paragraph-w-desc .paragraph-w-desc__desc {
        padding-top: 5px; } }
    .paragraph-w-desc .paragraph-w-desc__desc p {
      margin-bottom: 27px; }

/*
/** Sidebar Box
*/
.sidebar-box.sidebar-box--teaser.sidebar-box--grey {
  background: #a3a8b1; }

/*
/** Questions in Text
*/
.question {
  color: #0782BC;
  font-family: "Corpid C1 Light Italic", "Helvetica Neue", Helvetica, Arial, sans-serif; }

p ~ .question {
  margin-top: 32px; }

/*
/** Content Text Box
*/
.contentTextBox {
  margin: 65px -299px 65px -32px;
  overflow-x: hidden; }
  @media screen and (max-width: 1277px) {
    .contentTextBox {
      margin-right: -60%; } }
  @media screen and (max-width: 1152px) {
    .contentTextBox {
      margin-right: -58.8%;
      margin-left: -24px; } }
  @media screen and (max-width: 1100px) {
    .contentTextBox {
      margin-right: -59%; } }
  @media screen and (max-width: 1040px) {
    .contentTextBox {
      margin-right: -60%; } }
  @media screen and (max-width: 1023px) {
    .contentTextBox {
      margin-right: -32px;
      margin-left: -32px; } }
  @media screen and (max-width: 767px) {
    .contentTextBox {
      margin-right: -24px;
      margin-left: -24px; } }
  .contentTextBox.blue {
    background-color: #0782BC; }
  .contentTextBox.grey {
    background-color: #828995; }

.contentTextBox__content {
  padding: 55px 299px 55px 32px;
  color: #fff; }
  @media screen and (max-width: 1023px) {
    .contentTextBox__content {
      padding-right: 32px; } }
  @media screen and (max-width: 767px) {
    .contentTextBox__content {
      padding-top: 39px;
      padding-bottom: 39px; } }
  .contentTextBox__content h2,
  .contentTextBox__content p,
  .contentTextBox__content a {
    color: inherit; }
  .contentTextBox__content h2 {
    font-size: 35px;
    font-size: 3.5rem; }

.contentTextBox-slider .contentTextBox__content {
  padding: 55px 0 0 32px;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .contentTextBox-slider .contentTextBox__content {
      padding-top: 39px; } }

.contentTextBox-slider__main {
  padding: 0 299px 55px 0; }
  @media screen and (max-width: 1023px) {
    .contentTextBox-slider__main {
      padding-right: 32px; } }
  @media screen and (max-width: 767px) {
    .contentTextBox-slider__main {
      padding-bottom: 39px; } }

.contentTextBox-slider__details {
  position: relative;
  width: 100%; }
  .contentTextBox-slider__details .morph-icon {
    position: absolute;
    right: 32px;
    bottom: 0;
    z-index: 3; }
  .contentTextBox-slider__details .contentTextBox-slider__inner {
    display: none;
    opacity: 0;
    position: relative;
    margin-top: -55px;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    margin-right: 299px;
    padding-bottom: 55px;
    z-index: 2; }
    @media screen and (max-width: 1023px) {
      .contentTextBox-slider__details .contentTextBox-slider__inner {
        margin-right: 32px; } }
    @media screen and (max-width: 767px) {
      .contentTextBox-slider__details .contentTextBox-slider__inner {
        padding-bottom: 39px;
        margin-top: -39px; } }

.is-open .contentTextBox-slider__inner {
  opacity: 1; }

/*
/** Mittelpunkt Logo
*/
.mittelpunkt_logo {
  position: absolute;
  top: 0;
  left: -100px; }

.mittelpunkt_logo.stream {
  position: absolute;
  display: block;
  top: -380px;
  height: 410px;
  left: calc( (100vw - 1280px) / 2 - 92px);
  z-index: 2;
  background: transparent; }
  @media (max-width: 1500px) {
    .mittelpunkt_logo.stream {
      left: calc( (100vw - 1280px) / 2 + 162px);
      top: -180px;
      height: 300px;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg); } }
  @media (max-width: 1267px) {
    .mittelpunkt_logo.stream {
      left: 162px; } }
  @media (max-width: 1152px) {
    .mittelpunkt_logo.stream {
      left: 152px; } }
  @media (max-width: 1024px) {
    .mittelpunkt_logo.stream {
      -webkit-transform: rotate(0);
              transform: rotate(0);
      top: calc(-100vh + 180px);
      left: 32px; } }
  @media (max-width: 767px) {
    .mittelpunkt_logo.stream {
      left: 24px; } }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .mittelpunkt_logo.stream {
      top: calc(-100vh + 218px); } }
  @media (max-height: 666px) {
    .mittelpunkt_logo.stream {
      height: 50vh;
      width: auto; } }
  @media (max-height: 500px) {
    .mittelpunkt_logo.stream {
      height: 45vh; } }

.mittelpunkt_logo.white {
  display: none; }

/*
/** Paragraph with Graphic
*/
.paragraph-w-graphic__img .subline {
  font-size: 12px;
  margin-top: 32px;
  padding: 0 8px; }

.hero {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 85vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2; }
  @media (max-width: 1024px) {
    .hero {
      height: 100vh; } }
  .hero > div {
    max-width: 1280px; }
  .hero div {
    height: 100%; }
  .hero article {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-left: 36px;
    color: #002065; }
    @media screen and (max-width: 1267px) {
      .hero article {
        padding-left: 32px; } }
    @media screen and (max-width: 1152px) {
      .hero article {
        padding-left: 26px; } }
    @media screen and (max-width: 1024px) {
      .hero article {
        top: auto;
        bottom: calc(-100vh + 162px);
        -webkit-transform: none;
                transform: none;
        padding-left: 20px; } }
    @media (max-width: 767px) {
      .hero article {
        padding-left: 14px; } }
    @media screen and (max-width: 767px) and (orientation: landscape) {
      .hero article {
        padding-left: 80px; } }
    .hero article h1 {
      color: inherit;
      /*  @media screen and (max-width:1024px) {
                color: #fff;
            } */ }
      .hero article h1 a,
      .hero article h1 a:hover {
        font-size: inherit;
        line-height: inherit;
        text-decoration: none;
        font-family: inherit;
        color: inherit; }
    .hero article .infoline,
    .hero article p {
      color: inherit;
      margin-bottom: 15px;
      display: block; }
      @media screen and (max-width: 1024px) {
        .hero article .infoline,
        .hero article p {
          display: none; } }
      .hero article .infoline a,
      .hero article p a {
        color: inherit;
        font-family: "Corpid C1 Cd Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 21px;
        font-size: 2.1rem;
        line-height: 1.4;
        text-decoration: none; }
        .hero article .infoline a:before,
        .hero article p a:before {
          content: "\203A";
          display: inline;
          padding-right: 4px; }
  .hero.white .mittelpunkt_logo {
    display: none; }
  .hero.white .mittelpunkt_logo.white {
    display: block; }
  .hero.white article {
    color: #fff; }

body.has-stream {
  overflow-x: hidden; }

body.has-stream footer {
  background-color: #eee; }

.stream {
  position: relative;
  margin-top: calc(85vh - 70px);
  background-color: #fff; }
  @media (max-width: 1024px) {
    .stream {
      margin-top: calc(100vh - 70px); } }
  .stream .box-tabs-wrapper {
    padding: 0; }
  .stream:after, .stream:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100%;
    left: 0;
    background-color: inherit;
    z-index: 2; }
  .stream:before {
    left: -100%;
    right: 0; }

.noBackground {
  background: none; }

.noFloat {
  float: none; }

.box-tabs--stream {
  position: static !important; }
  .box-tabs--stream .nav-tabs li {
    background-color: rgba(0, 0, 0, 0.3); }
    .box-tabs--stream .nav-tabs li a {
      color: #002065;
      font-size: 14px; }
    .box-tabs--stream .nav-tabs li.active, .box-tabs--stream .nav-tabs li:hover {
      background-color: rgba(0, 0, 0, 0.1); }
    .box-tabs--stream .nav-tabs li.active a,
    .box-tabs--stream .nav-tabs li:hover a {
      background: transparent;
      font-family: "Corpid C1 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }

body.has-stream footer:before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  width: 100%;
  height: 100px;
  background-color: inherit;
  left: 0; }

body.has-stream footer .footer-nav {
  position: relative; }

/*
/** Tabs
*/
.stream .tab-content {
  position: static;
  padding: 108px 0 0;
  min-height: 335px;
  top: 106px; }
  @media screen and (max-width: 1023px) {
    .stream .tab-content {
      padding: 108px 32px 0; } }
  @media screen and (max-width: 767px) {
    .stream .tab-content {
      padding: 108px 24px 0; } }

/*
/** Stream
*/
.stream-item__content {
  margin-bottom: 16px; }
  .stream-item__content article {
    position: relative;
    width: 100%;
    overflow: hidden; }
    .stream-item__content article:after {
      content: "";
      display: block;
      clear: both; }
    .stream-item__content article a {
      text-decoration: none;
      display: inline-block; }
    .stream-item__content article picture {
      position: relative;
      float: left;
      width: 66%; }
      .stream-item__content article picture:nth-child(even) {
        float: right; }
      .stream-item__content article picture.right {
        float: right !important; }
        @media screen and (max-width: 1126px) {
          .stream-item__content article picture.right {
            float: none !important;
            width: 100%; } }
      .stream-item__content article picture.left {
        float: left !important; }
        @media screen and (max-width: 1126px) {
          .stream-item__content article picture.left {
            float: none !important;
            width: 100%; } }
      .stream-item__content article picture img {
        width: 100%;
        height: auto; }
      @media screen and (max-width: 1126px) {
        .stream-item__content article picture {
          float: none !important;
          width: 100%; } }
    .stream-item__content article .stream-item__content__box {
      position: relative;
      padding: 48px 48px 0;
      float: right;
      width: 34%; }
      @media screen and (max-width: 1126px) {
        .stream-item__content article .stream-item__content__box {
          float: none;
          width: 100%;
          padding: 48px 25px; } }
      @media screen and (max-width: 1023px) {
        .stream-item__content article .stream-item__content__box {
          padding: 41px 25px; } }
      @media screen and (max-width: 767px) {
        .stream-item__content article .stream-item__content__box {
          padding: 48px 0;
          padding-top: 25px; } }
    .stream-item__content article .right ~ .stream-item__content__box {
      padding: 48px 32px 0; }
      @media screen and (max-width: 1267px) {
        .stream-item__content article .right ~ .stream-item__content__box {
          padding: 48px 30px 0; } }
      @media screen and (max-width: 1226px) {
        .stream-item__content article .right ~ .stream-item__content__box {
          padding: 48px 30px; } }
      @media screen and (max-width: 1152px) {
        .stream-item__content article .right ~ .stream-item__content__box {
          padding: 48px 22px; } }
      @media screen and (max-width: 1023px) {
        .stream-item__content article .right ~ .stream-item__content__box {
          padding: 41px 22px; } }
    @media screen and (max-width: 767px) {
      .stream-item__content article .stream-item__content__box {
        padding: 35px 0 !important;
        padding-top: 25px !important; } }
    @media screen and (max-width: 767px) {
      .stream-item__content article.blue .stream-item__content__box {
        padding: 35px 25px  !important;
        padding-top: 25px !important; } }
    .stream-item__content article .item__content__box__heading {
      font-size: 50px;
      font-size: 5rem;
      line-height: 1;
      margin-bottom: 27px; }
      @media screen and (max-width: 1025px) {
        .stream-item__content article .item__content__box__heading {
          font-size: 35px;
          font-size: 3.5rem; } }
    .stream-item__content article .item__content__box__infoline {
      font-size: 14px;
      font-size: 1.4rem;
      color: #002065;
      display: inline-block;
      margin-bottom: 16px;
      text-transform: uppercase;
      font-family: "Corpid C1 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .stream-item__content article .item__content__box__teaser {
      font-size: 21px;
      font-size: 2.1rem;
      color: #002065;
      line-height: 1.3;
      font-family: "Corpid C1 Cd Light", "Helvetica Neue", Helvetica, Arial, sans-serif; }
      @media screen and (max-width: 1280px) {
        .stream-item__content article .item__content__box__teaser {
          font-size: 21px;
          font-size: 2.1rem; } }
      @media screen and (max-width: 1025px) {
        .stream-item__content article .item__content__box__teaser {
          display: block; } }
      .stream-item__content article .item__content__box__teaser.empty {
        padding-top: 79px; }
      .stream-item__content article .item__content__box__teaser .item__content__box__readmore {
        font-family: "Corpid C1 Cd Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 21px;
        font-size: 2.1rem;
        color: #002065;
        display: block; }
    .stream-item__content article.lightgrey {
      background-color: #E5E5E5; }
    .stream-item__content article.blue {
      background-color: #0782BC; }
      .stream-item__content article.blue .item__content__box__teaser,
      .stream-item__content article.blue .item__content__box__readmore,
      .stream-item__content article.blue .item__content__box__infoline,
      .stream-item__content article.blue .item__content__box__heading {
        color: #fff; }
  .stream-item__content.bigGrey .stream-item__content__box {
    float: left;
    padding: 48px 32px 0;
    width: 66%;
    height: 469px;
    background-color: #828995; }
    @media screen and (max-width: 1126px) {
      .stream-item__content.bigGrey .stream-item__content__box {
        float: none;
        padding: 35px 25px !important;
        width: 100%;
        height: auto; } }
    .stream-item__content.bigGrey .stream-item__content__box .item__content__box__teaser,
    .stream-item__content.bigGrey .stream-item__content__box .item__content__box__readmore,
    .stream-item__content.bigGrey .stream-item__content__box .item__content__box__infoline,
    .stream-item__content.bigGrey .stream-item__content__box .item__content__box__heading {
      color: #fff; }
    .stream-item__content.bigGrey .stream-item__content__box .item__content__box__readmore {
      margin-top: 56px; }

@media screen and (max-width: 1024px) {
  .stream-item:last-child .stream-item__content__box {
    padding-bottom: 35px !important; } }

.load_more {
  position: relative;
  background-color: #fff;
  padding-top: 154px;
  padding-bottom: 44px;
  z-index: 50; }
  @media screen and (max-width: 1126px) {
    .load_more {
      padding-top: 54px;
      padding-left: 32px;
      padding-right: 32px; } }
  @media screen and (max-width: 1024px) {
    .load_more {
      padding-top: 0px;
      padding-bottom: 77px; } }
  .load_more .container-fluid {
    max-width: 1280px; }
  .load_more .load_more__wrapper {
    text-align: center; }
    .load_more .load_more__wrapper:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      height: 1px;
      width: 100%;
      background-color: #828995; }
    .load_more .load_more__wrapper .load_more__button .before,
    .load_more .load_more__wrapper .load_more__button .after {
      position: absolute;
      top: 0;
      left: -12px;
      content: "";
      width: 12px;
      height: 100%;
      display: block;
      background-color: #fff; }
    .load_more .load_more__wrapper .load_more__button .after {
      left: auto;
      right: -12px; }

.meistgelesen {
  position: relative;
  background-color: #fff;
  z-index: 50;
  padding-bottom: 110px; }
  @media screen and (max-width: 1126px) {
    .meistgelesen {
      padding-left: 3px;
      padding-right: 3px; } }
  @media screen and (max-width: 1023px) {
    .meistgelesen {
      padding-left: 22px;
      padding-right: 22px; } }
  @media screen and (max-width: 767px) {
    .meistgelesen {
      padding-left: 14px;
      padding-right: 14px; } }
  @media screen and (max-width: 1024px) {
    .meistgelesen {
      padding-bottom: 32px; } }
  .meistgelesen .container-fluid {
    max-width: 1280px; }
  .meistgelesen h2 {
    font-size: 50px;
    font-size: 5rem; }
    @media screen and (max-width: 1024px) {
      .meistgelesen h2 {
        margin-bottom: 15px; } }
  .meistgelesen img {
    width: 100%;
    height: auto; }
    @media screen and (max-width: 844px) {
      .meistgelesen img {
        margin-bottom: 16px; } }

@media screen and (max-width: 767px) {
  .has-stream .footer-nav {
    z-index: 2;
    background-color: #fff; }
  .has-stream footer:after {
    position: absolute;
    bottom: 0;
    content: " ";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 10px;
    z-index: 3; } }

.has-stream footer {
  background: #fff !important; }

@media screen and (max-width: 374px) {
  .sidebar-box p.teaser {
    display: none; } }

@media screen and (max-width: 413px) {
  footer {
    overflow: hidden;
    padding-bottom: 79px; }
    footer .footer-nav__ul--right {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
    footer .u-order10.back-to-top:before {
      content: " ";
      display: block;
      width: 100%; } }

#stream-content {
  display: none; }

@media (max-width: 374px) {
  .box-tabs--stream .tab-content > .tab-pane {
    padding: 0; } }

/**
 * Breakpoints
 *
 * 	xlg; 	1153px and up
 * 	 lg:	1025px - 1152px
 * 	xmd:	1024px
 *	 md:	768px - 1024px
 *	 sm:	501px - 767px
 *	 tn:	500px and down
*/
/** Breakpoint Listener for jQuery */
body:after {
  content: 'xlg';
  display: none; }

/**
 * Breakpoint to use smaller 24px padding for elems
*/
@media (max-width: 1152px) {
  body:after {
    content: "lg"; } }

/*
@media (min-width: 768px) and (max-width: 1024px) {
	.carousel-control .control-left, .carousel-control .control-right { top: calc(66.66666vh - 210px); }
}
@media (min-width: 768px) and (max-width: 1024px) and (max-height: 800px) {
	.carousel-control .control-left, .carousel-control .control-right { top: 34.5%; }
}
*/
/*
/** Two Columns 1024px - Tablet landscape
*/
@media screen and (max-width: 1024px) {
  body:after {
    content: "xmd"; }
  /*
/** Top Nav
*/
  .top-nav .top-nav-ul li:first-child {
    padding-left: 24px; }
  /*
/** Navigation
*/
  #breadcrumb-start {
    padding-left: 24px; }
  #breadcrumb ul {
    left: 57px; }
  #wrap {
    overflow: hidden; }
  /*
/** Navigation
*/
  #mobile-nav-toggle {
    width: 70px;
    height: 70px;
    margin-left: 4px;
    background: none;
    display: inline-block;
    border: none;
    text-indent: -9999px;
    position: relative;
    overflow: hidden;
    padding: 0;
    font-size: 0%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: none;
    cursor: pointer; } }
  @media screen and (max-width: 1024px) and (max-width: 1023px) {
    #mobile-nav-toggle {
      margin-left: 9px; } }
  @media screen and (max-width: 1024px) and (max-width: 767px) {
    #mobile-nav-toggle {
      margin-left: 1px; } }

@media screen and (max-width: 1024px) {
  #mobile-nav-toggle span {
    display: block;
    position: absolute;
    top: 34px;
    left: 23px;
    right: 23px;
    height: 2px; }
  #mobile-nav-toggle span::before,
  #mobile-nav-toggle span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #002065;
    content: ""; }
  #mobile-nav-toggle span::before {
    top: -3px;
    -webkit-transition-property: "top", "transform", "transform";
    transition-property: "top", "transform", "transform";
    transition-property: "top", "transform"; }
  #mobile-nav-toggle span::after {
    bottom: -3px;
    -webkit-transition-property: "bottom", "transform", "transform";
    transition-property: "bottom", "transform", "transform";
    transition-property: "bottom", "transform"; }
  /*
#mobile-nav-toggle span {
  transition: background 0s 0.3s;
}
*/
  #mobile-nav-toggle span::before,
  #mobile-nav-toggle span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
            transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
            transition-delay: 0.3s, 0s; }
  /*
#mobile-nav-toggle span {
  transition: background 0s 0.3s;
}
*/
  .content-wrap {
    -webkit-transition: .3s opacity	ease;
    transition: .3s opacity	ease; }
  .mobile-search-form {
    opacity: 0;
    visibility: hidden; }
  .mobile-nav-open {
    overflow-y: scroll;
    margin-bottom: 0 !important; }
    .mobile-nav-open #mobile-nav-toggle span::before {
      top: 0;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .mobile-nav-open #mobile-nav-toggle span::after {
      bottom: 0;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .mobile-nav-open #mobile-nav-toggle span::before,
    .mobile-nav-open #mobile-nav-toggle span::after {
      -webkit-transition-delay: 0s, 0.3s;
              transition-delay: 0s, 0.3s; }
    .mobile-nav-open .content-wrap {
      background: #FFFFFF;
      min-height: 100vh;
      margin: 0;
      overflow: hidden; }
      .mobile-nav-open .content-wrap > main,
      .mobile-nav-open .content-wrap > aside {
        opacity: 0; }
    .mobile-nav-open #fullscreen-carousel,
    .mobile-nav-open #focus {
      opacity: 0; }
    .mobile-nav-open #focus {
      display: none; }
    .mobile-nav-open .main-footer {
      display: none; }
    .mobile-nav-open .mobile-search-form {
      opacity: 1;
      visibility: visible; }
  #mobile-nav-toggle:focus {
    outline: none; }
  #breadcrumb {
    display: none; }
  .top-nav {
    display: none; }
  #main-drop {
    display: none; }
  #mobile-drop {
    width: 100%;
    position: absolute;
    z-index: 7070;
    display: table;
    /*
	@media (min-width: 1024px) and (max-width: 1024px) {
		width: calc(100% + 32px);
		left: -16px;		
	}
*/
    /*
	&.visible {
		display: block;
	}
*/
    /**
	 * temp
	*/ } }
  @media screen and (max-width: 1024px) and (min-width: 768px) and (max-width: 1023px) {
    .entrance-page #mobile-drop {
      width: calc(100% + 32px);
      left: -16px; } }

@media screen and (max-width: 1024px) {
    #mobile-drop .mobile-search {
      position: absolute;
      width: 64px;
      height: 64px;
      z-index: 560;
      right: -110%;
      margin-right: 14px;
      border: none;
      background-color: transparent;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      background-size: 40%;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease; } }
    @media screen and (max-width: 1024px) and (max-width: 767px) {
      #mobile-drop .mobile-search {
        margin-right: 6px; } }

@media screen and (max-width: 1024px) {
    .mobile-nav-open #mobile-drop .mobile-search {
      right: 0; }
    #mobile-drop .search-overlay {
      width: 100%;
      height: 0;
      overflow: hidden;
      opacity: 0;
      position: absolute;
      top: 0;
      z-index: 550;
      -webkit-transition: .3s all ease;
      transition: .3s all ease;
      background: #a3a8b1; }
      #mobile-drop .search-overlay.is-visible {
        height: 64px;
        opacity: 1; }
      #mobile-drop .search-overlay.off-screen {
        -webkit-transform: translateX(100%);
                transform: translateX(100%); }
      #mobile-drop .search-overlay input {
        background: none;
        height: 64px;
        width: calc(100% - 64px);
        padding: 0 32px;
        font-size: 26px;
        font-size: 2.6rem;
        font-family: "Corpid C1 Cd Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
        color: #FFFFFF; } }
      @media screen and (max-width: 1024px) and (max-width: 767px) {
        #mobile-drop .search-overlay input {
          padding: 0 24px; } }

@media screen and (max-width: 1024px) {
      #mobile-drop .search-overlay ::-webkit-input-placeholder {
        color: #FFFFFF; }
      #mobile-drop .search-overlay :-moz-placeholder {
        /* Firefox 18- */
        color: #FFFFFF; }
      #mobile-drop .search-overlay ::-moz-placeholder {
        /* Firefox 19+ */
        color: #FFFFFF; }
      #mobile-drop .search-overlay :-ms-input-placeholder {
        color: #FFFFFF; }
    #mobile-drop .list-heading {
      color: #002065;
      display: block; }
    #mobile-drop .layer {
      width: 100%;
      background: #FFFFFF;
      min-height: 100vh;
      padding-bottom: 72px;
      position: absolute;
      z-index: 500;
      top: 0;
      left: 0;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease; }
    #mobile-drop .layer.off-screen {
      left: 110%; }
      #mobile-drop .layer.off-screen .layer__breadcrumb {
        opacity: 0; }
    #mobile-drop .layer__header {
      padding: 0 32px;
      height: 64px;
      background: #a3a8b1;
      margin-bottom: 26px; } }
    @media screen and (max-width: 1024px) and (max-width: 767px) {
      #mobile-drop .layer__header {
        padding: 0 24px; } }

@media screen and (max-width: 1024px) {
    #mobile-drop .layer__breadcrumb,
    #mobile-drop .layer__search {
      color: #FFFFFF;
      font-size: 26px;
      font-size: 2.6rem;
      font-family: "Corpid C1 Cd Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
      height: 64px;
      line-height: 60px;
      display: inline-block;
      -webkit-transition: 0.5s all ease;
      transition: 0.5s all ease; }
    #mobile-drop .layer__breadcrumb:hover {
      text-decoration: none; }
    #mobile-drop .layer__breadcrumb:before {
      content: "\2039";
      width: 22px;
      font-size: 35px;
      font-size: 3.5rem;
      display: inline-block; }
    #mobile-drop ul {
      list-style: none; }
    #mobile-drop li,
    #mobile-drop .layer > a,
    #mobile-drop .layer__name {
      padding: 15px 0;
      margin: 0 32px;
      min-height: 64px;
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 1.2;
      font-family: "Corpid C1 Cd Light", "Helvetica Neue", Helvetica, Arial, sans-serif; } }
    @media screen and (max-width: 1024px) and (max-width: 767px) {
      #mobile-drop li,
      #mobile-drop .layer > a,
      #mobile-drop .layer__name {
        margin: 0 24px; } }

@media screen and (max-width: 1024px) {
    #mobile-drop li a,
    #mobile-drop .layer > a,
    #mobile-drop .layer__name {
      display: block;
      color: #002065;
      font-size: 26px;
      font-size: 2.6rem;
      line-height: 1.2; } }
    @media screen and (max-width: 1024px) and (max-width: 300px) {
      #mobile-drop li a,
      #mobile-drop .layer > a,
      #mobile-drop .layer__name {
        font-size: 20px;
        font-size: 2rem; } }
    @media screen and (max-width: 1024px) and (max-width: 250px) {
      #mobile-drop li a,
      #mobile-drop .layer > a,
      #mobile-drop .layer__name {
        font-size: 15px;
        font-size: 1.5rem; } }

@media screen and (max-width: 1024px) {
    #mobile-drop li {
      border-bottom: 1px solid #a3a8b1; }
    #mobile-drop .layer__name {
      border-bottom: 1px solid #a3a8b1; }
    #mobile-drop li a:hover {
      text-decoration: none; }
    #mobile-drop li:last-child a {
      border: none; }
    #mobile-drop .layer > a:hover {
      text-decoration: none; }
    #mobile-drop .layer__name {
      width: auto;
      font-family: "Corpid C1 Cd Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
      margin: 0 32px; }
    #mobile-drop .has-sub {
      position: relative; }
    #mobile-drop .has-sub:hover {
      cursor: pointer; } }
  @media screen and (max-width: 1024px) and (min-width: 300px) {
    #mobile-drop .has-sub:after {
      content: "\203A";
      width: 15px;
      height: 15px;
      display: block;
      position: absolute;
      top: 0;
      right: 0; } }

@media screen and (max-width: 1024px) {
  /*
/** Tabs
*/
  .nav-tabs {
    max-width: 100%;
    overflow: hidden; } }

@media (min-width: 768px) and (max-width: 1023px) {
  p, a {
    font-size: 17px;
    font-size: 1.7rem; } }

@media (max-width: 1023px) {
  body:after {
    content: "md"; }
  /**
 * Change Focus proportions
*/
  .teaser-boxes-wrapper,
  .box-tabs-wrapper {
    padding-bottom: 89%; }
  .content-page .main-footer {
    background: #FFFFFF; }
    .content-page .main-footer .footer-nav__ul {
      margin-top: 13px; }
    .content-page .main-footer .footer-nav__ul li a {
      color: #666666; }
  /**
 * Focus
*/
  .teaser-box__teaser {
    display: none; }
  /**
 * Anchor Jump negative Margin
*/
  .anchor-jump {
    margin: 0 -24px 48px;
    padding: 0 24px; }
    .anchor-jump header {
      margin: 0 -24px;
      padding: 0 24px; } }

@media (max-width: 768px) {
  /*
/** Layout
*/
  .teaser,
  h2,
  .sidebar-article__heading {
    font-size: 23px;
    font-size: 2.3rem; }
  .carousel-control {
    display: none; } }

/*
/** One Column 767px mobile
*/
@media (max-width: 767px) {
  body:after {
    content: "sm"; }
  /**
 * Footer Mobil
*/
  body {
    margin-bottom: 0; }
  .main-footer {
    position: static;
    margin-top: 0;
    background: #FFFFFF; }
    .main-footer .hidden-xs {
      display: none !important; }
  .footer-nav__ul li a {
    color: #666666 !important;
    padding: 0 5px; }
  .footer-nav__ul .back-to-top:after {
    display: none; }
  .footer-nav__ul li:after {
    color: #0782BC; }
  .footer-nav__ul li:nth-last-child(2):after {
    content: "|";
    display: inline-block; }
  .footer-nav__ul--right {
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 14px; }
    .footer-nav__ul--right li:nth-last-child(2):after {
      content: "|";
      display: inline-block; }
  .footer-nav__ul--right li {
    float: none; }
  .u-order10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  /* Carousel */
  #fullscreen-carousel .carousel-inner {
    overflow: visible; }
  #fullscreen-carousel .item {
    min-height: calc(100vh - 70px);
    position: absolute;
    top: 70px; }
  .carousel-indicators {
    display: block;
    bottom: auto;
    top: 82vh;
    z-index: 5050; }
    .carousel-indicators li,
    .carousel-indicators .active {
      width: 30px;
      height: 4px;
      border-radius: 0;
      margin: 0;
      position: relative;
      z-index: 10000; }
  #mobile-drop .layer__name {
    margin: 0 24px; }
  .mobile_play {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: transparent; }
  /**
 * Focus
*/
  .teaser-boxes-wrapper,
  .box-tabs-wrapper {
    padding-bottom: 0; }
  .teaser-boxes,
  body:not(.has-stream) .box.box-tabs {
    position: static; }
  .teaser-box {
    min-height: 0;
    border: none;
    margin-bottom: 8px !important; }
  .teaser-box__teaser {
    display: block; }
  /* Tabs */
  body:not(.has-stream) .nav-tabs {
    display: none; }
  body:not(.has-stream) .box.box-tabs {
    background: none; }
  body:not(.has-stream) .tab-content {
    position: static;
    height: auto;
    padding: 0; }
    body:not(.has-stream) .tab-content > .tab-pane {
      background: #FFFFFF;
      margin: 0 0 8px;
      display: block;
      padding: 24px 24px 48px;
      padding-top: 39px; }
    body:not(.has-stream) .tab-content .tab-pane__heading {
      display: block; } }

@media screen and (max-width: 500px) {
  body:after {
    content: "tn"; }
  /** remove gallery controls left right for mobile */
  .lg-actions {
    display: none; } }

/*
/** 480px - Small Mobile
*/
@media screen and (max-width: 479px) {
  h1 {
    font-size: 35px;
    font-size: 3.5rem; }
  p, a {
    font-size: 15px;
    font-size: 1.5rem; } }

@media (max-width: 374px) {
  .tab-content > .tab-pane {
    padding: 25px 24px 24px; } }

@media print {
  @page {
    size: A4;
    margin-left: 1cm;
    margin-right: 1cm; }
  /**
 * General
*/
  a[href]:after {
    content: none; }
  html {
    font-size: 51%; }
  body {
    background: none; }
  .logo-link {
    padding-right: 0;
    top: 35px; }
  #wrap {
    padding: 0 55px; }
  .content-wrap {
    margin-top: 55px; }
    .content-wrap h1 {
      font-size: 38px; }
  main > .box {
    min-height: 0; }
  /**
 * Typographie
*/
  .teaser, h2 {
    font-size: 18px !important; }
  a[data-print-label] {
    font-size: 0; }
  a[data-print-label]:after {
    display: inline;
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    color: #666666;
    content: attr(data-print-label); }
    .contact-slider a[data-print-label]:after {
      color: #FFFFFF; }
  /**
 * Content Module
*/
  /**
 * Layout
*/
  .top-nav,
  #breadcrumb,
  .footer-nav,
  #nav-wrap {
    display: none; }
  .content-wrap > .col-md-8 {
    width: 100% !important; }
  .content-wrap > .col-md-4 {
    width: 66.66666% !important;
    margin-left: 33px; }
  main .col-md-8 {
    width: 66.6666%; }
  aside {
    border-top: 1px solid #002065; }
  /**
 * Einstiegsseite
*/
  .entrance-page {
    margin-bottom: 0; }
  #fullscreen-carousel {
    position: absolute;
    width: 100%;
    height: 420px;
    padding-left: 55px;
    padding-right: 55px;
    top: 70px;
    overflow: hidden; }
    #fullscreen-carousel .carousel-inner {
      position: relative; }
  .carousel .item {
    position: static;
    background-size: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 420px !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact; }
  .carousel-control {
    display: none; }
  #slider-captions {
    min-height: 0;
    padding-top: 0 !important;
    height: auto !important;
    margin-top: 452px; }
    #slider-captions .infoline {
      color: #0782BC !important; }
    #slider-captions h1 {
      color: #002065 !important; }
    #slider-captions .slider-article__teaser,
    #slider-captions .slider-article__link {
      color: #666666 !important;
      display: block !important; }
    #slider-captions .slider-article__teaser span {
      display: block; }
    #slider-captions .slider-article__link {
      display: none !important; }
  #focus > .col-sm-6 {
    width: 100% !important; }
  .teaser-boxes-wrapper {
    padding-bottom: 0; }
  .teaser-boxes {
    position: static; }
  .teaser-box {
    background: none;
    border: none;
    height: auto !important;
    border-top: 1px solid #002065;
    margin-bottom: 0 !important;
    padding-bottom: 32px !important;
    padding-left: 32px !important;
    padding-right: 32px !important; }
    .teaser-box:last-child {
      border-bottom: 1px solid #002065; }
    .teaser-box .teaser-box__heading,
    .teaser-box .teaser-box__teaser {
      color: #002065;
      display: block !important;
      margin-bottom: 0; }
    .teaser-box .teaser-box__teaser {
      margin-bottom: 0 !important; }
    .teaser-box a {
      position: static;
      padding: 0; }
  .box-tabs-wrapper {
    padding-bottom: 0; }
  .box.box-tabs {
    position: static;
    overflow: visible; }
  .nav-tabs {
    display: none !important; }
  .box.box-tabs {
    background: none; }
  .tab-content {
    position: static;
    height: auto;
    padding: 0; }
    .tab-content > .tab-pane {
      background: #FFFFFF;
      margin: 0;
      display: block !important;
      opacity: 1 !important;
      padding: 32px;
      border-bottom: 1px solid #002065; }
    .tab-content .tab-pane__heading {
      display: block; }
    .tab-content .tab-pane__more {
      display: none; }
    .tab-content .inner-slider__slide {
      position: static;
      -webkit-transform: none !important;
              transform: none !important;
      opacity: 1 !important;
      margin-bottom: 0;
      padding: 0; }
    .tab-content .tab-pane.active {
      padding: 32px; }
      .tab-content .tab-pane.active .inner-slider__slide {
        padding: 32px; }
      .tab-content .tab-pane.active .tab-pane__heading {
        padding: 32px 32px 0; }
    .tab-content .inner-slider__controls {
      display: none; }
  .pagination {
    display: none; }
  /**
 * Content Elements
*/
  .image-box-wrapper,
  .gallery-wrapper {
    margin-left: 0;
    margin-right: 0; }
  .image-box-wrapper h2 {
    padding-left: 0; }
  .image-box {
    background: none;
    margin: 0 0 32px; }
    .image-box .image-box__imagecontainer {
      height: auto !important; }
    .image-box .image-box__figcaption,
    .image-box .image-box__figcaption p {
      color: #666666;
      padding-left: 0;
      padding-right: 0; }
  .image-box--contact:before {
    padding: 0; }
  .image-box--contact .image-box__imagecontainer {
    width: 64%;
    height: auto !important;
    float: left; }
  .image-box--contact .image-box__figcaption {
    width: 36%;
    float: left;
    padding-left: 24px; }
  .image-box--contact .image-box__figure {
    position: static; }
  .gallery {
    margin: 0 0 32px; }
  .gallery:after {
    display: none; }
  .anchor-jump {
    background: none;
    color: #002065;
    margin: 0 0 32px;
    padding: 0; }
    .anchor-jump header {
      margin: 0;
      padding: 0; }
    .anchor-jump a, .anchor-jump a:before {
      color: #002065 !important; }
    .anchor-jump .anchor-jump__list {
      display: block; }
  .paragraph-w-graphic .paragraph-w-quote__quote {
    display: block !important;
    opacity: 1;
    visibility: visible; }
  .gallery-wrapper {
    display: none; }
  .contact-slider__inner {
    display: block !important; }
  /**
 * Sidebar
*/
  .sidebar-box-wrapper {
    padding-bottom: 0; }
  .sidebar-box {
    position: static !important;
    background: none !important;
    display: none !important;
    padding-left: 0 !important; }
    .sidebar-box.sidebar-box--contact {
      display: block !important; }
    .sidebar-box .sidebar-box__heading {
      color: #002065 !important; }
    .sidebar-box p, .sidebar-box a, .sidebar-box a:before {
      color: #666666 !important; }
  .morph-icon {
    display: none; }
  .sidebar-contact-slider {
    background: none;
    margin-left: -8px; }
    .sidebar-contact-slider .sidebar-contact-slider__details {
      background: none;
      padding: 0; }
    .sidebar-contact-slider .sidebar-contact-slider__inner {
      display: block;
      opacity: 1;
      top: 0 !important;
      background: none; }
      .sidebar-contact-slider .sidebar-contact-slider__inner h3 {
        padding-top: 0;
        margin-bottom: 10px; }
      .sidebar-contact-slider .sidebar-contact-slider__inner * {
        color: #666666; }
  /**
 * Long Table
*/
  .long-table {
    overflow: hidden !important;
    page-break-before: always; }
  .long-table tr td {
    font-size: 11px;
    padding: 6px !important; }
  /**
 * Tombstone
*/
  .box > h2 {
    page-break-after: avoid; }
  .box > .image-box-wrapper {
    page-break-inside: avoid; }
  .box h2 + .image-box-wrapper {
    page-break-before: avoid; }
  .image-box--logo:before {
    padding: 0; }
  .image-box--logo .image-box__figure {
    margin: 0; }
  .image-box--logo .image-box__image {
    top: auto !important;
    padding-top: 26px; }
  .image-box--logo .image-box__figcaption {
    width: 35% !important;
    float: left; }
  .image-box--logo .image-box__imagecontainer {
    width: 62% !important;
    float: left; }
  /**
 * Mittelpunkt
*/
  #mittelpunkt_hero,
  .has-stream .load_more,
  .has-stream .meistgelesen {
    display: none; }
  .has-stream .stream-pane:before {
    content: attr(data-headline);
    display: block;
    font-size: 50px;
    font-size: 5rem;
    font-family: "Corpid C1 Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #002065;
    line-height: 1.4;
    margin-bottom: 32px;
    page-break-after: avoid; }
  .has-stream .stream-pane .row--stream {
    page-break-before: avoid; }
  .has-stream .stream-pane .stream-item {
    page-break-inside: avoid; } }
/*# sourceMappingURL=main.css.map */