* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
ul,
li,
p,
hr {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: 'Open Sans', Helvetica, sans-serif;
}
h3 {
  font-size: 1.3em;
  margin-bottom: 1em;
}
a {
  text-decoration: none;
}
p {
  margin-bottom: 1.3em;
}
ul {
  list-style-type: none;
}
ul.checked_list li {
  background: url("/img/check.png") no-repeat left top 5px;
  background-size: 15px auto;
  padding-left: 25px;
}
ul.checked_list li:not(:last-child) {
  padding-bottom: 12.5px;
}
time {
  font-weight: bold;
}
.text-centered {
  text-align: center;
}
.clear {
  clear: both;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-center {
  text-align: center;
}
@media screen and (min-width: 1001px) {
  .nodesktop,
  .mobile,
  .tablet {
    display: none !important;
  }
  .desktop {
    display: block !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 1000px) {
  .notablet,
  .mobile,
  .desktop {
    display: none !important;
  }
  .tablet {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  .nomobile,
  .tablet,
  .desktop {
    display: none !important;
  }
  .mobile {
    display: block !important;
  }
}
.pageheader .jumboslider {
  font-family: 'Open Sans', Helvetica, sans-serif;
  background-color: #0b759f;
  background-repeat: no-repeat;
  background-position: top;
  position: relative;
  background-image: url("../img/pageheader.jpg");
}
.pageheader .jumboslider .slider_controls {
  position: relative;
  top: 45%;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.pageheader .jumboslider .slider_controls .previous,
.pageheader .jumboslider .slider_controls .next {
  display: block;
  background: #fff;
  color: #737476;
  position: absolute;
  height: 2em;
  width: 2em;
  line-height: 2.2em;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
@media screen and (min-width: 1180px) {
  .pageheader .jumboslider .slider_controls .previous {
    left: -2em;
  }
  .pageheader .jumboslider .slider_controls .next {
    right: -2em;
  }
}
@media screen and (max-width: 1179px) {
  .pageheader .jumboslider .slider_controls .previous {
    left: 2%;
  }
  .pageheader .jumboslider .slider_controls .next {
    right: 2%;
  }
}
.pageheader .jumboslider .slide {
  height: 100%;
}
.pageheader .jumboslider .slide .container {
  height: 100%;
  position: relative;
}
.pageheader .jumboslider .slide .container h1 {
  position: absolute;
  width: 70%;
  margin-left: 1%;
  color: #fff;
  font-weight: normal;
  line-height: 1.333em;
}
@media screen and (min-width: 960px) {
  .pageheader {
    margin-top: 80px;
  }
  .pageheader .jumboslider {
    background-image: url("../img/duesseldorf_desktop.jpg");
    background-size: auto 100%;
    height: 480px;
  }
}
@media screen and (max-width: 959px) {
  .pageheader {
    margin-top: 60px;
  }
}
@media screen and (min-width: 641px) and (max-width: 959px) {
  .pageheader .jumboslider {
    background-image: url("../img/duesseldorf_tablet.jpg");
    background-size: auto 100%;
    height: 300px;
  }
}
@media screen and (min-width: 1120px) {
  .pageheader .jumboslider h1 {
    font-size: 4.7em;
    top: 10%;
  }
}
@media screen and (min-width: 960px) and (max-width: 1119px) {
  .pageheader .jumboslider h1 {
    font-size: 4.0em;
    top: 15%;
    width: 80% !important;
  }
}
@media screen and (min-width: 820px) and (max-width: 959px) {
  .pageheader .jumboslider h1 {
    font-size: 3.1em;
    top: 18%;
    width: 90% !important;
  }
}
@media screen and (min-width: 701px) and (max-width: 819px) {
  .pageheader .jumboslider h1 {
    font-size: 2,8em;
    top: 23%;
    width: 100% !important;
  }
}
@media screen and (min-width: 641px) and (max-width: 700px) {
  .pageheader .jumboslider h1 {
    font-size: 2.3em;
    top: 28%;
    width: 90% !important;
  }
}
@media screen and (max-width: 640px) {
  .pageheader .jumboslider {
    background-image: url("../img/duesseldorf_mobile.jpg");
    height: 250px;
    background-size: auto 100%;
  }
}
@media screen and (min-width: 378px) and (max-width: 640px) {
  .pageheader .jumboslider h1 {
    font-size: 2em;
    top: 15%;
    width: 94% !important;
    margin: 0 3% !important;
  }
}
@media screen and (max-width: 377px) {
  .pageheader .jumboslider h1 {
    font-size: 1.9em;
    top: 20%;
    width: 100% !important;
  }
}
.pageheader {
  margin-bottom: 25px;
}
html,
body {
  background: #f1f2f7;
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 12px;
}
.container {
  max-width: 1120px;
  margin: 0 auto;
  width: 96%;
}
.container:after {
  content: '.';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.pageheader .container,
.footer .container,
.top_row .container {
  width: 96%;
}
@media screen and (min-width: 641px) {
  .article .container {
    width: 96%;
  }
  .article .full-container {
    width: 102.3%;
  }
  .no_sliderimage > h1 {
    margin-top: 120px;
  }
}
@media screen and (max-width: 640px) {
  .article .full-container,
  .article .container {
    width: 100%;
  }
  .no_sliderimage > h1 {
    margin-top: 80px;
  }
}
#navigation_container {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
@media screen and (min-width: 1280px) {
  #navigation_container.sticky .navigation {
    height: 50px;
    line-height: 50px;
    font-size: 0.7em;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
  }
  #navigation_container.sticky #logo {
    height: 42px;
    width: 100px;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
  }
}
#logo {
  display: block;
  background-size: 100% auto;
  background-position: left;
  background-repeat: no-repeat;
  float: left;
  margin-top: 0.2em;
}
#logo span {
  display: none;
}
@media screen and (min-width: 641px) {
  #logo {
    width: 15%;
    height: 84px;
    background-image: url("../img//logo.png");
  }
}
@media screen and (max-width: 640px) {
  #logo {
    height: 42px;
    width: 100px;
    height: 48px;
    font-size: 2em;
    margin: 0.2em 0eo;
    background-image: url("../img//logo.png");
  }
}
.navigation {
  -webkit-box-shadow: 0 2px 0 1px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 2px 0 1px rgba(0,0,0,0.3);
  box-shadow: 0 2px 0 1px rgba(0,0,0,0.3);
  background: #171c26;
}
.navigation:after {
  content: '.';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
@media screen and (max-width: 640px) {
  #mobile_menu_opener {
    float: right;
    display: block;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin: 0.2em 0;
    height: 48px;
    line-height: 48px;
  }
  #mobile_menu_opener,
  #main_navigation {
    background: #2b343d;
    color: #fff;
    font-size: 1.7em;
  }
  #mobile_menu_opener a,
  #main_navigation a {
    color: #fff;
  }
  #main_navigation {
    clear: both;
    margin: -2%;
    padding: 0.5em 0.5em 1em;
  }
  #main_navigation ul li a {
    display: block;
    padding: 0.3em 0;
  }
  #main_navigation ul li:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }
  #main_navigation .btn-default {
    margin: 1em 0 0;
  }
}
@media screen and (min-width: 641px) {
  .navigation {
    height: 82px;
    line-height: 82px;
  }
  .navigation:after {
    content: '.';
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }
  .navigation #main_navigation ul {
    float: right;
  }
  .navigation #main_navigation ul li {
    float: left;
  }
  .navigation #main_navigation ul li a {
    color: #fff;
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  #main_navigation ul li a {
    font-size: 1.7em;
    margin-left: 25px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  #main_navigation ul li a {
    font-size: 1.5em;
    margin-left: 1.5em;
  }
}
@media screen and (min-width: 840px) and (max-width: 1023px) {
  #main_navigation ul li a {
    font-size: 1.2em;
    margin-left: 1em;
  }
}
@media screen and (min-width: 641px) and (max-width: 839px) {
  #main_navigation ul li a {
    font-size: 1.1em;
    margin-left: 0.8em;
  }
}
.panel {
  background: #fff;
  font-size: 1em;
  margin-bottom: 1.5em;
  overflow: hidden;
}
.panel ul,
.panel p {
  margin-bottom: 1.3em;
  font-size: 1.1em;
}
.ipanel {
  background: none !important;
  border: none !important;
}
@media screen and (min-width: 641px) {
  .panel {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .panel .wrapper {
    padding: 25px;
  }
  .panel .wrapper:after {
    content: '.';
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }
}
@media screen and (max-width: 640px) {
  .panel .wrapper {
    padding: 1em;
  }
  .panel .wrapper:after {
    content: '.';
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }
}
.section:after,
.gutter:after,
.panel:after,
.imagelist:after {
  content: '.';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.single_line {
  font-size: 2em !important;
  font-family: 'Open Sans', Helvetica, sans-serif;
  color: #686868;
}
.termin-teaser li {
  margin-bottom: 25px;
}
.short_obj_desc {
  width: 100%;
  margin-bottom: 1em;
}
.short_obj_desc th {
  text-align: left;
  width: 30%;
}
.short_obj_desc td,
.short_obj_desc th {
  vertical-align: top;
}
.article h2 {
  font-family: 'Open Sans', Helvetica, sans-serif;
  color: #3c3d3e;
  margin-bottom: 0.3em;
}
.article h2 strong {
  font-weight: bolder;
}
@media screen and (min-width: 641px) {
  .article h2 {
    padding-left: 25px;
    font-size: 1.9em;
  }
}
@media screen and (max-width: 640px) {
  .article h2 {
    padding-left: 12.5px;
    padding-right: 12.5px;
    font-size: 200%;
  }
  .article .section {
    margin-bottom: 1.5em;
  }
}
.btn {
  padding: 10px 3em;
  font-weight: normal;
  display: inline-block !important;
  font-size: 16px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-default {
  background: #0e6a94;
  color: #fff;
}
.btn-default:hover {
  background: #0a4560;
}
.btn-white {
  background: #fff;
  border: 1px solid #0e6a94;
  color: #0a4560;
}
.btn-white:hover {
  background: #0e6a94;
  color: #fff;
}
.btn-full {
  display: block !important;
  text-align: center;
}
.footer {
  background: #171c26;
  color: #f3f3f3;
  clear: both;
  padding: 50px 0;
  margin-bottom: 0;
  overflow: hidden;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a.section_heading {
  color: #979797;
  font-weight: bold;
  display: block;
  margin-bottom: 0.5em;
}
.footer ul {
  list-style-type: none;
  padding: 0;
  margin-top: 0;
  margin-left: 0;
  margin: right 0;
}
@media screen and (min-width: 641px) {
  .footer ul {
    margin-bottom: 50px;
  }
  .footer div.fleft {
    float: left;
    margin-right: 25px;
  }
  .footer div.fright {
    margin-right: 0;
    margin-left: 25px;
    float: right;
  }
}
@media screen and (max-width: 640px) {
  .footer div.fleft {
    display: none;
  }
}
.col-l-1,
.col-l-2 {
  float: left;
}
.col-l-1 {
  width: 8.333%;
}
.col-l-2 {
  width: 16.666%;
}
@media screen and (min-width: 960px) {
  .gutter {
    padding-right: 25px;
  }
  .col-l-3 {
    width: 24.999%;
  }
  .col-l-4 {
    width: 33.333%;
  }
  .col-l-5 {
    width: 41.666%;
  }
  .col-l-6 {
    width: 50%;
  }
  .col-l-7 {
    width: 58.333%;
  }
  .col-l-8 {
    width: 66.666%;
  }
  .col-l-9 {
    width: 72.999%;
  }
  .col-l-10 {
    width: 83.333%;
  }
  .col-l-11 {
    width: 91.666%;
  }
  .col-l-12 {
    width: 100%;
  }
  .col-l-3,
  .col-l-4,
  .col-l-5,
  .col-l-6,
  .col-l-7,
  .col-l-8,
  .col-l-9,
  .col-l-10,
  .col-l-11 {
    float: left;
  }
  .fright {
    float: right;
  }
}
@media screen and (min-width: 641px) and (max-width: 959px) {
  .col-l-3,
  .col-l-4,
  .col-l-5,
  .col-l-6 {
    float: left;
    width: 50%;
  }
  .col-l-7,
  .col-l-8,
  .col-l-9,
  .col-l-10,
  .col-l-11,
  .col-l-12 {
    width: 100%;
  }
  .col-m-1 {
    width: 8.333% !important;
  }
  .col-m-2 {
    width: 16.666% !important;
  }
  .col-m-3 {
    width: 24.999% !important;
  }
  .col-m-4 {
    width: 33.333% !important;
  }
  .col-m-5 {
    width: 41.666% !important;
  }
  .col-m-6 {
    width: 50% !important;
  }
  .col-m-7 {
    width: 58.333% !important;
  }
  .col-m-8 {
    width: 66.666% !important;
  }
  .col-m-9 {
    width: 72.999% !important;
  }
  .col-m-10 {
    width: 83.333% !important;
  }
  .col-m-11 {
    width: 91.666% !important;
  }
  .col-m-12 {
    width: 100% !important;
  }
  .col-m-1,
  .col-m-2,
  .col-m-3,
  .col-m-4,
  .col-m-5,
  .col-m-6,
  .col-m-7,
  .col-m-8,
  .col-m-9,
  .col-m-10,
  .col-m-11 {
    float: left;
  }
  .col-m-1 .gutter,
  .col-m-2 .gutter,
  .col-m-3 .gutter,
  .col-m-4 .gutter,
  .col-m-5 .gutter,
  .col-m-6 .gutter,
  .col-m-7 .gutter,
  .col-m-8 .gutter,
  .col-m-9 .gutter,
  .col-m-10 .gutter,
  .col-m-11 .gutter {
    padding-right: 1em;
  }
  .fright {
    float: right;
  }
}
@media screen and (max-width: 640px) {
  .col-l-3,
  .col-l-4,
  .col-l-5,
  .col-l-6,
  .col-l-7,
  .col-l-8,
  .col-l-9,
  .col-l-10,
  .col-l-11,
  .col-l-12 {
    width: 100%;
  }
  .col-s-1 {
    width: 8.333% !important;
  }
  .col-s-2 {
    width: 16.666% !important;
  }
  .col-s-3 {
    width: 24.999% !important;
  }
  .col-s-4 {
    width: 33.333% !important;
  }
  .col-s-5 {
    width: 41.666% !important;
  }
  .col-s-6 {
    width: 50% !important;
  }
  .col-s-7 {
    width: 58.333% !important;
  }
  .col-s-8 {
    width: 66.666% !important;
  }
  .col-s-9 {
    width: 72.999% !important;
  }
  .col-s-10 {
    width: 83.333% !important;
  }
  .col-s-11 {
    width: 91.666% !important;
  }
  .col-s-12 {
    width: 100% !important;
  }
  .col-s-1,
  .col-s-2,
  .col-s-3,
  .col-s-4,
  .col-s-5,
  .col-s-6,
  .col-s-7,
  .col-s-8,
  .col-s-9,
  .col-s-10,
  .col-s-11 {
    float: left;
  }
  .col-s-1 .gutter,
  .col-s-2 .gutter,
  .col-s-3 .gutter,
  .col-s-4 .gutter,
  .col-s-5 .gutter,
  .col-s-6 .gutter,
  .col-s-7 .gutter,
  .col-s-8 .gutter,
  .col-s-9 .gutter,
  .col-s-10 .gutter,
  .col-s-11 .gutter {
    padding-right: 1em;
  }
}
.col-l-1,
.col-l-2,
.col-l-3,
.col-l-4,
.col-l-5,
.col-l-6,
.col-l-7,
.col-l-8,
.col-l-9,
.col-l-10,
.col-l-11,
.col-l-12,
.col-m-1,
.col-m-2,
.col-m-3,
.col-m-4,
.col-m-5,
.col-m-6,
.col-m-7,
.col-m-8,
.col-m-9,
.col-m-10,
.col-m-11,
.col-m-12,
.col-s-1,
.col-s-2,
.col-s-3,
.col-s-4,
.col-s-5,
.col-s-6,
.col-s-7,
.col-s-8,
.col-s-9,
.col-s-10,
.col-s-11,
.col-s-12 {
  padding: 0;
  overflow: hidden;
}
