html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
html body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: FFSuperGroteskWebRegular;
  font-size: 16px;
  line-height: 18px;
  color: #00488c;
}
html body .wireframe {
  display: block;
  position: relative;
  width: 1250px;
  height: 100%;
  margin: 0px auto;
  padding-top: 170px;
}
html body .wireframe.small {
  padding-top: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe {
    width: auto;
    margin: 0px ;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe {
    width: auto;
    margin: 0px;
  }
}
html body .wireframe .header {
  display: block;
  position: fixed;
  width: 1250px;
  height: 170px;
  z-index: 999;
  top: 0;
  background: #fff;
  transition: 0.4s height ease;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: 0.4s box-shadow ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .header {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .header {
    width: 100%;
  }
}
html body .wireframe .header.floating {
  height: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .header.floating {
    -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .header.floating {
    -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.2);
  }
}
html body .wireframe .header .header-menu {
  display: block;
  float: left;
  width: calc(100% - 339px);
  height: 45px;
  padding: 70px 0 55px 0;
  transition: 0.2s padding ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .header .header-menu {
    width: calc(100% - 171px);
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .header .header-menu {
    width: calc(100% - 171px);
  }
}
html body .wireframe .header .header-menu.floating {
  padding-top: 25px;
  padding-bottom: 10px;
}
html body .wireframe .header .header-menu a:link,
html body .wireframe .header .header-menu a:visited {
  text-decoration: none;
  color: #00488c;
}
html body .wireframe .header .header-menu a img {
  margin-top: -4px;
}
html body .wireframe .header .header-menu .header-menu-main {
  display: block;
  float: left;
  width: auto;
  height: 100%;
  padding: 0 50px 0 125px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .header .header-menu .header-menu-main {
    padding: 0 50px 0 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .header .header-menu .header-menu-main {
    padding: 0 50px 0 20px;
  }
}
html body .wireframe .header .header-menu .header-menu-main a {
  display: block;
  float: left;
  padding: 25px 10px 0 10px;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .header .header-menu .header-menu-main a.menu-switch-text {
    display: none;
  }
}
html body .wireframe .header .header-menu .header-menu-main .burger {
  width: 19px;
  height: 16px;
}
html body .wireframe .header .header-menu .header-menu-social {
  display: block;
  float: left;
  width: auto;
  height: 100%;
  padding: 0 50px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .header .header-menu .header-menu-social {
    display: block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .header .header-menu .header-menu-social {
    display: none;
  }
}
html body .wireframe .header .header-menu .header-menu-social a {
  display: block;
  float: left;
  padding: 25px 10px 0 10px;
}
html body .wireframe .header .header-menu .header-menu-contact {
  display: block;
  float: left;
  width: auto;
  height: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .header .header-menu .header-menu-contact {
    display: block;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .header .header-menu .header-menu-contact {
    display: none;
  }
}
html body .wireframe .header .header-menu .header-menu-contact a {
  display: block;
  float: left;
  padding: 25px 10px 0 10px;
}
html body .wireframe .header .header-logo {
  display: block;
  float: left;
  width: 151px;
  height: 92px;
  transition: 0.2s height ease;
  padding: 23px 188px 55px 0;
  transition: 0.2s padding ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .header .header-logo {
    padding: 23px 20px 55px 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .header .header-logo {
    padding: 23px 0 55px 0;
  }
}
html body .wireframe .header .header-logo.floating {
  height: 72px;
  padding-top: 3px;
  padding-bottom: 5px;
}
html body .wireframe .header .header-logo.floating img {
  width: 80% !important;
}
html body .wireframe .header .header-logo a {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .header .header-logo a {
    text-align: right;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .header .header-logo a {
    text-align: right;
  }
}
html body .wireframe .header .header-logo a img {
  width: 100%;
  transition: 0.2s width ease;
}
html body .wireframe .header-menu-overlay {
  display: none;
  position: fixed;
  width: 1250px;
  height: calc(100% - 170px);
  margin: 0;
  padding: 0 0 200px 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.95);
  z-index: 999;
  top: 170px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .header-menu-overlay {
    width: 100%;
    padding-bottom: 198px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .header-menu-overlay {
    width: 100%;
    padding-bottom: 198px;
  }
}
html body .wireframe .header-menu-overlay.floating {
  height: calc(100% - 80px);
  top: 80px;
}
html body .wireframe .header-menu-overlay.open {
  display: block;
}
html body .wireframe .header-menu-overlay li {
  display: block;
  padding: 10px 0 10px 110px;
  margin: 0 0 0 135px;
  background: url(/img/navigator-item.png) no-repeat left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .header-menu-overlay li {
    margin-left: 34px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .header-menu-overlay li {
    margin-left: 34px;
  }
}
html body .wireframe .header-menu-overlay li.full {
  background: url(/img/navigator-item-full.png) no-repeat left;
}
html body .wireframe .header-menu-overlay li.full a {
  font-weight: bold;
}
html body .wireframe .header-menu-overlay li:hover {
  background: url(/img/navigator-item-full.png) no-repeat left;
}
html body .wireframe .header-menu-overlay li:hover a {
  color: #FF6820;
}
html body .wireframe .header-menu-overlay li a {
  display: block;
  float: none;
  text-decoration: none;
  color: #00488c;
  padding: 0;
  margin: 0;
}
html body .wireframe .splash {
  display: block;
  width: 100%;
  height: auto;
}
html body .wireframe .splash .splash-images {
  display: block;
  float: left;
  position: relative;
  width: 810px;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .splash .splash-images {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .splash .splash-images {
    width: 100%;
  }
}
html body .wireframe .splash .splash-images .splash-image {
  display: none;
  width: 100%;
  height: auto;
}
html body .wireframe .splash .splash-images .splash-image.active {
  display: block;
}
html body .wireframe .splash .splash-images .splash-image img {
  width: 100%;
}
html body .wireframe .splash .splash-navigator {
  display: block;
  float: left;
  width: calc(100% - 840px);
  height: calc(100% - 248px);
  padding: 43px 0 0 14px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .splash .splash-navigator {
    width: 100%;
    height: 43px;
    padding: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .splash .splash-navigator {
    width: 100%;
    height: 43px;
    padding: 0;
  }
}
html body .wireframe .splash .splash-navigator .splash-navigator-step {
  display: block;
  float: left;
  width: 11px;
  height: 11px;
  padding: 16px;
  background: url(/img/navigator-item.png) no-repeat;
  background-position: 16px 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .splash .splash-navigator .splash-navigator-step {
    float: right;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .splash .splash-navigator .splash-navigator-step {
    float: right;
  }
}
html body .wireframe .splash .splash-navigator .splash-navigator-step.full {
  background: url(/img/navigator-item-full.png) no-repeat;
  background-position: 16px 16px;
}
html body .wireframe .splash .splash-overlay {
  display: block;
  float: left;
  position: relative;
  width: calc(100% - 810px);
  height: 208px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  html body .wireframe .splash .splash-overlay {
    margin-top: 247px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .splash .splash-overlay {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .splash .splash-overlay {
    width: 100%;
    height: 288px;
  }
}
html body .wireframe .splash .splash-overlay .splash-overlay-item {
  display: none;
  position: absolute;
  width: calc(100% - 60px);
  height: 208px;
  padding: 0 30px 0 30px;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .splash .splash-overlay .splash-overlay-item {
    height: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .splash .splash-overlay .splash-overlay-item {
    height: auto;
  }
}
html body .wireframe .splash .splash-overlay .splash-overlay-item.active {
  display: block;
}
html body .wireframe .splash .splash-overlay .splash-overlay-item h1 {
  display: block;
  position: absolute;
  left: 0;
  width: 1190px;
  height: 70px;
  margin: 0 0 0 -830px;
  padding: 10px 30px 0 30px;
  font-size: 46px;
  text-align: right;
  letter-spacing: 3px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .splash .splash-overlay .splash-overlay-item h1 {
    width: calc(100% - 60px);
    margin: 0;
    text-align: left;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .splash .splash-overlay .splash-overlay-item h1 {
    width: calc(100% - 60px);
    height: 90px;
    margin: 0;
    text-align: left;
  }
}
html body .wireframe .splash .splash-overlay .splash-overlay-item p {
  font-size: 20px;
  line-height: 24px;
  padding: 80px 0 0 0;
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .splash .splash-overlay .splash-overlay-item p {
    padding-top: 100px;
  }
}
html body .wireframe .splash .splash-overlay .splash-overlay-item a {
  display: block;
  padding: 16px 0 0 0;
}
html body .wireframe .content {
  display: block;
  clear: both;
  width: 100%;
  height: auto;
}
html body .wireframe .content div,
html body .wireframe .content p {
  font-size: 17px;
}
html body .wireframe .content .content-column-left {
  display: block;
  float: left;
  width: 810px;
  height: auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .content .content-column-left {
    width: 100%;
    float: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .content .content-column-left {
    width: 100%;
    float: none;
  }
}
html body .wireframe .content .content-column-left .top-image {
  display: block;
  width: 350px;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .content .content-column-left .top-image {
    width: 100%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .content .content-column-left .top-image {
    width: 100%;
  }
}
html body .wireframe .content .content-column-left .top-image img {
  width: 100%;
  height: auto;
}
html body .wireframe .content .content-column-left h1 {
  padding: 30px 30px 0 30px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  html body .wireframe .content .content-column-left h1 {
    margin: -80px 0 0 240px;
  }
  html body .wireframe .content .content-column-left h1.indent {
    margin-left: 340px;
  }
  html body .wireframe .content .content-column-left h1.ls1 {
    letter-spacing: 1px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  html body .wireframe .content .content-column-left h1.noimage {
    margin: 0 0 0 95px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  html body .wireframe .content .content-column-left h1.desktop {
    display: block !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .content .content-column-left h1.desktop {
    display: block !important;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .content .content-column-left h1.desktop {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  html body .wireframe .content .content-column-left h1.mobile {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .content .content-column-left h1.mobile {
    display: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .content .content-column-left h1.mobile {
    display: block !important;
  }
}
html body .wireframe .content .content-column-left > p {
  display: block;
  float: left;
  padding: 60px 30px 30px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 9999px) {
  html body .wireframe .content .content-column-left > p {
    padding-left: 125px;
  }
}
html body .wireframe .content .content-column-right {
  display: block;
  float: left;
  width: calc(100% - 810px);
  height: auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .content .content-column-right {
    width: 100%;
    float: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .content .content-column-right {
    width: 100%;
    float: none;
  }
}
html body .wireframe .content .content-text-left {
  display: block;
  float: left;
  width: 333px;
  height: auto;
  padding: 70px 10px 10px 125px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .content .content-text-left {
    width: calc(100% - 60px);
    float: none;
    padding: 30px 30px 0 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .content .content-text-left {
    width: calc(100% - 80px);
    float: none;
    padding: 30px 50px 0 30px;
  }
}
html body .wireframe .content .content-text-left.full {
  width: calc(100% - 135px);
}
html body .wireframe .content .content-text-left.empty {
  width: calc(100% - 135px);
  padding-bottom: 0;
}
html body .wireframe .content .content-text-left p {
  padding: 5px 0 15px 0;
}
html body .wireframe .content .content-text-left ul,
html body .wireframe .content .content-text-left ol {
  list-style: disc;
  margin: 0;
  padding: 10px 0 0 20px;
}
html body .wireframe .content .content-text-right {
  display: block;
  float: left;
  width: 332px;
  height: auto;
  padding: 118px 0 0 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .content .content-text-right {
    width: calc(100% - 60px);
    float: none;
    padding: 30px 30px 0 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .content .content-text-right {
    width: calc(100% - 60px);
    float: none;
    padding: 30px 30px 0 30px;
  }
}
html body .wireframe .content .content-text-right.full {
  width: calc(100% - 80px);
}
html body .wireframe .content .content-text-right h2 {
  margin: -32px 0 4px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .content .content-text-right h2 {
    margin-top: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .content .content-text-right h2 {
    margin-top: 0;
  }
}
html body .wireframe .content .content-text-right p {
  padding: 5px 0 15px 0;
}
html body .wireframe .content .content-text-right ul,
html body .wireframe .content .content-text-right ol {
  list-style: disc;
  margin: 0;
  padding: 10px 0 0 20px;
}
html body .wireframe .content .content-text-links {
  display: block;
  float: left;
  width: 100%;
  height: auto;
  padding-left: 125px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .content .content-text-links {
    float: none;
    padding-left: 0;
    margin: 60px 30px 60px 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .content .content-text-links {
    float: none;
    padding-left: 0;
    margin: 60px 30px 60px 30px;
  }
}
html body .wireframe .content .content-text-links a {
  display: block;
  padding: 2px 0 2px 20px;
  background: url(/img/download-icon.png) no-repeat;
  background-position: 0 7px;
}
html body .wireframe .content .link-box {
  display: block;
  width: 220px;
  height: auto;
  margin: 30px 30px 60px 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .content .link-box {
    float: left;
    margin: 30px 0 60px 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .content .link-box {
    margin: 30px 0 60px 30px;
  }
}
html body .wireframe .content .link-box h2 {
  color: #FF5300;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 18px;
}
html body .wireframe .content .link-box a {
  display: block;
  padding: 10px 0 0 0;
}
html body .wireframe .content .link-box-title {
  display: block;
  width: 220px;
  height: auto;
  margin: 30px 30px 60px 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .content .link-box-title {
    float: left;
    margin: 30px 0 60px 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .content .link-box-title {
    margin: 30px 0 60px 30px;
  }
}
html body .wireframe .content .link-box-title a {
  display: block;
  padding: 10px 0 0 0;
  color: #FF5300;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 18px;
  text-decoration: none;
}
html body .wireframe .content .text-box {
  display: block;
  width: 220px;
  height: auto;
  margin: 30px 30px 60px 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .content .text-box {
    float: left;
    margin: 30px 0 60px 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .content .text-box {
    margin: 30px 0 60px 30px;
  }
}
html body .wireframe .content .text-box h2 {
  color: #FF5300;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 18px;
}
html body .wireframe .content .text-box a:link,
html body .wireframe .content .text-box a:visited {
  text-decoration: none;
  color: #00488c;
}
html body .wireframe .content .text-box a:active,
html body .wireframe .content .text-box a:hover {
  color: #FF6820;
}
html body .wireframe .content .kontakt-box {
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 60px 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .content .kontakt-box {
    width: calc(50% - 30px);
    margin: 60px 0 0 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .content .kontakt-box {
    width: calc(100% - 30px);
    margin: 60px 0 0 30px;
  }
}
html body .wireframe .content .kontakt-box h2 {
  color: #FF5300;
  font-size: 16px;
  margin-bottom: 0;
}
html body .wireframe .content .content-group {
  display: block;
  width: auto;
  height: auto;
  margin: 60px 125px 60px 125px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .content .content-group {
    margin: 60px 30px 60px 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .content .content-group {
    margin: 60px 30px 60px 30px;
  }
}
html body .wireframe .content .content-group.no-margin {
  margin-top: 0;
}
html body .wireframe .content .content-group.video {
  margin-right: 0;
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .content .content-group.video {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .content .content-group.video {
    margin-right: 30px;
  }
}
html body .wireframe .content .content-group.video > video {
  border: 1px solid #00488c;
  width: calc(100% - 2px);
}
html body .wireframe .content .content-group .content-items-wrapper {
  display: block;
}
html body .wireframe .content .content-group .content-items-wrapper .content-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: -5px;
}
html body .wireframe .content .content-group .content-items-wrapper .content-items .content-item {
  flex: 1 0 180px;
  height: 150px;
  position: relative;
  background: #e1e1ed;
  margin: 5px;
  padding: 10px;
  color: #34659d;
  text-decoration: none;
}
html body .wireframe .content .content-group .content-items-wrapper .content-items .content-item:hover {
  background: #7fa3c5;
  color: #ffffff;
}
html body .wireframe .content .content-group .content-items-wrapper .content-items .content-item h3 {
  margin-top: 0;
  margin-bottom: 10px;
}
html body .wireframe .content .content-group .content-items-wrapper .content-items .content-item h4 {
  margin-top: 0;
  font-weight: normal;
}
html body .wireframe .content .content-group .content-items-wrapper .content-items .content-item .bottom {
  position: absolute;
  bottom: 10px;
}
html body .wireframe .content .content-group .content-items-wrapper .content-items .content-item .bottom .date,
html body .wireframe .content .content-group .content-items-wrapper .content-items .content-item .bottom .place {
  display: block;
  margin: 0 0 5px 0;
}
html body .wireframe .content .content-group .content-table {
  border-spacing: 1px;
  border-collapse: separate;
  width: 100%;
}
html body .wireframe .content .content-group .content-table th {
  padding: 5px;
}
html body .wireframe .content .content-group .content-table th.title {
  text-align: left;
}
html body .wireframe .content .content-group .content-table td {
  padding: 5px;
  vertical-align: top;
  background: #e0e0ed;
}
html body .wireframe .content .content-group .content-table td.date {
  width: 155px;
}
html body .wireframe .content .content-group .content-table td.place {
  min-width: 125px;
}
html body .wireframe .content .content-group .content-table td.link {
  width: 100px;
}
html body .wireframe .content .content-group .content-box {
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 60px 0;
  cursor: pointer;
}
html body .wireframe .content .content-group .content-box .normal {
  cursor: auto;
}
html body .wireframe .content .content-group p {
  margin: 0 0 20px 0;
}
html body .wireframe .content .content-group > a {
  display: block;
  margin: 0 0 20px 0;
}
html body .wireframe .content .content-group > a.headline {
  margin: 80px 0;
  padding: 0;
  font-family: FFSuperGroteskWebRegular;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #FF5300;
}
html body .wireframe .content .content-group > a.headline.no-margin-bottom {
  margin-bottom: 0;
}
html body .wireframe .content .content-group > a.headline.no-margin-top {
  margin-top: 15px;
}
html body .wireframe .content .content-group > a.inline {
  display: inline;
}
html body .wireframe .content .box-sliders {
  display: flex;
  display: -webkit-flex;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  padding: 30px 0 60px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .content .box-sliders {
    padding: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .content .box-sliders {
    padding: 30px;
  }
}
html body .wireframe .content .box-sliders .box-slider-group {
  display: block;
  margin: 0 62px 62px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .content .box-sliders .box-slider-group {
    margin-right: 22px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .content .box-sliders .box-slider-group {
    margin-right: 22px;
  }
}
html body .wireframe .content .box-sliders .box-slider-group .subheadline {
  display: block;
  float: left;
  width: 90px;
  height: 30px;
}
html body .wireframe .content .box-sliders .box-slider-group .box-slider-navigator-item {
  display: block;
  float: left;
  width: 8px;
  height: 8px;
  padding: 9px 9px 9px 0;
  background: url(/img/navigator-item.png) no-repeat;
  background-size: 8px 8px;
  background-position: 0 9px;
  cursor: pointer;
}
html body .wireframe .content .box-sliders .box-slider-group .box-slider-navigator-item.full {
  background: url(/img/navigator-item-full.png) no-repeat;
  background-size: 8px 8px;
  background-position: 0 9px;
}
html body .wireframe .content .box-sliders .box-slider-group .box-slider {
  display: none;
  clear: both;
  width: 344px;
  height: auto;
  cursor: pointer;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .content .box-sliders .box-slider-group .box-slider {
    width: 214px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .content .box-sliders .box-slider-group .box-slider {
    width: 214px;
  }
}
html body .wireframe .content .box-sliders .box-slider-group .box-slider.active {
  display: block;
}
html body .wireframe .content .box-sliders .box-slider-group .box-slider img {
  padding: 5px 0 5px 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .content .box-sliders .box-slider-group .box-slider img {
    padding-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .content .box-sliders .box-slider-group .box-slider img {
    padding-left: 0;
  }
}
html body .wireframe .content .box-sliders .box-slider-group .box-slider h2 {
  padding: 0 0 0 90px;
  font-size: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .content .box-sliders .box-slider-group .box-slider h2 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .content .box-sliders .box-slider-group .box-slider h2 {
    padding-left: 0;
  }
}
html body .wireframe .content .box-sliders .box-slider-group .box-slider .status {
  display: block;
  padding: 0 0 10px 90px;
  color: #FF5300;
  font-size: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .content .box-sliders .box-slider-group .box-slider .status {
    padding-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .content .box-sliders .box-slider-group .box-slider .status {
    padding-left: 0;
  }
}
html body .wireframe .content .box-sliders .box-slider-group .box-slider p {
  display: block;
  padding: 0 0 0 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .content .box-sliders .box-slider-group .box-slider p {
    padding-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .content .box-sliders .box-slider-group .box-slider p {
    padding-left: 0;
  }
}
html body .wireframe .content .box-sliders .box-slider-group .box-slider a {
  display: block;
  padding: 10px 0 0 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .content .box-sliders .box-slider-group .box-slider a {
    padding-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .content .box-sliders .box-slider-group .box-slider a {
    padding-left: 0;
  }
}
html body .wireframe .content .box-sliders .box-text {
  padding: 0 0 0 90px;
  margin: 0 62px 62px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .content .box-sliders .box-text {
    padding-left: 0;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .content .box-sliders .box-text {
    padding-left: 0;
  }
}
html body .wireframe .footer-certs {
  display: block;
  float: left;
  width: calc(100% - 125px - 85px); 	/* former: 140px instead of 85px*/ 
  height: auto;
  padding: 100px 0 0 125px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .footer-certs {
    width: calc(100% - 60px);
    padding: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .footer-certs {
    width: calc(100% - 60px);
    padding: 30px;
  }
}
html body .wireframe .footer-certs a,
html body .wireframe .footer-certs span {
  display: inline-block;
  margin: 0 15px 15px 0;
}
html body .wireframe .footer-certs a img,
html body .wireframe .footer-certs span img {
  border: 0;
}
html body .wireframe .footer-social {
  display: block;
  float: left;
  width: 75px; 	/* former: 110px */ 
  height: auto;
  padding: 162px 0 0 0; 	/* former: 162px 30px 0 0 */ 
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .footer-social {
    width: calc(100% - 60px);
    padding: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .footer-social {
    width: calc(100% - 60px);
    padding: 30px;
  }
}
html body .wireframe .footer {
  display: block;
  width: calc(100% - 125px);
  height: auto;
  padding: 0 0 30px 125px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  html body .wireframe .footer {
    padding: 30px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 767px) {
  html body .wireframe .footer {
    padding: 30px;
  }
}
html body .wireframe .footer a:link,
html body .wireframe .footer a:visited {
  text-decoration: none;
  color: #00488c;
}
html body .clear {
  clear: both;
}
html body a:link,
html body a:visited {
  text-decoration: underline;
  color: #FF6820;
}
html body a:active,
html body a:hover {
  text-decoration: none;
  color: #00488c;
}
html body a img {
  border: 0 !important;
}
html body h1 {
  margin: 18px 0;
  padding: 0;
  font-family: FFSuperGroteskWebRegular;
  font-size: 50px;
  line-height: 40px;
  letter-spacing: 2px;
  color: #00488c;
}
html body h2 {
  margin: 6px 0 10px 0;
  padding: 0;
  font-family: FFSuperGroteskWebRegular;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #00488c;
}
html body p {
  font-family: FFSuperGroteskWebRegular;
  font-size: 16px;
  line-height: 18px;
  color: #00488c;
  margin: 0;
}
html body .modultitel {
  font-family: FFSuperGroteskWebRegular;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  letter-spacing: 2px;
  color: #FF5300;
}
html body .subheadline {
  font-family: FFSuperGroteskWebRegular;
  font-size: 14px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 1px;
  color: #FF5300;
}
html body form {
  margin: 20px 20px 20px 0;
}
html body form .input-container {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 15px 0;
}
html body form .input-container.right {
  text-align: right;
}
html body form .input-container.half {
  width: 50%;
  float: left;
}
html body form .input-container.half.left {
  width: calc(50% - 5px);
  margin: 0 5px 0 0;
}
html body form .input-container.half::after {
  content: "";
  clear: both;
}
html body form .input-container label {
  display: block;
  padding: 0 0 2px 0;
}
html body form .input-container label.inline {
  display: inline;
}
html body form .input-container label.error-empty {
  color: red !important;
}
html body form .input-container label.error-empty a {
  color: red !important;
}
html body form .input-container label input {
  display: inline-block;
  width: auto;
}
html body form .input-container input,
html body form .input-container select,
html body form .input-container textarea {
  display: inline-block;
  width: calc(100% - 16px);
  height: auto;
  border: 1px solid transparent;
  padding: 7px;
  background: #e0e0ed;
  font-family: FFSuperGroteskWebRegular;
  font-size: 16px;
  font-weight: normal;
}
html body form .input-container option {
  font-family: FFSuperGroteskWebRegular;
}
html body form .input-container input#contact-form-freigabe-bis,
html body form .input-container select#contact-form-freigabe-bis,
html body form .input-container textarea#contact-form-freigabe-bis {
  display: none;
}
html body form .input-container input[type="submit"],
html body form .input-container select[type="submit"],
html body form .input-container textarea[type="submit"],
html body form .input-container input[type="button"],
html body form .input-container select[type="button"],
html body form .input-container textarea[type="button"] {
  width: auto;
  color: #FF5300;
  font-weight: bold;
}
html body form .input-container input[type="submit"]:hover,
html body form .input-container select[type="submit"]:hover,
html body form .input-container textarea[type="submit"]:hover,
html body form .input-container input[type="button"]:hover,
html body form .input-container select[type="button"]:hover,
html body form .input-container textarea[type="button"]:hover {
  background: #00488c;
  color: #fff;
}
html body form .input-container input[type="submit"][disabled="disabled"],
html body form .input-container select[type="submit"][disabled="disabled"],
html body form .input-container textarea[type="submit"][disabled="disabled"],
html body form .input-container input[type="button"][disabled="disabled"],
html body form .input-container select[type="button"][disabled="disabled"],
html body form .input-container textarea[type="button"][disabled="disabled"] {
  background: #cccccc !important;
  color: #FF5300 !important;
}
html body form .input-container input[type="checkbox"],
html body form .input-container select[type="checkbox"],
html body form .input-container textarea[type="checkbox"] {
  display: inline-block;
  width: auto;
}
html body form .input-container input[type="file"],
html body form .input-container select[type="file"],
html body form .input-container textarea[type="file"] {
  color: #FF5300;
  font-weight: bold;
}
html body form .input-container input.half,
html body form .input-container select.half,
html body form .input-container textarea.half {
  width: calc(50% - 22px);
}
html body form .input-container input.error-empty,
html body form .input-container select.error-empty,
html body form .input-container textarea.error-empty {
  border-color: #FF5300;
}
html body form .input-container input.error-invalid,
html body form .input-container select.error-invalid,
html body form .input-container textarea.error-invalid {
  border-color: #FF5300;
}
html body form .input-container select {
  width: 100%;
  padding: 6px 7px 6px 7px;
  font-weight: bold;
  color: #00488c;
}
html body form .input-container select.half {
  width: calc(50% - 5px);
}
html body form .input-container input:read-only {
  background: #eeeeee;
}
html body form .input-container textarea {
  height: 120px;
}
html body form .input-container textarea.small {
  height: 96px;
}
html body form .error-info {
  display: block;
  margin: 10px 0 10px 0;
  color: #cc0000;
}
html body form .info-message {
  display: block;
  margin: 0 0 10px 0;
}
.shariff .fab {
  color: #ffffff !important;
}
.cc_container .cc_btn {
  background-color: #ffffff !important;
  /* Farbe des Buttons */

  color: #00488c !important;
  /* Textfarbe des Buttons */

}
.cc_container {
  background: #00488c !important;
  /* Hintergrundfarbe des gesamten Bereichs */

  color: #ffffff !important;
  /* Schriftfarbe des gesamten Bereichs */

}
.cc_message {
  color: #ffffff !important;
  /* Schriftfarbe des gesamten Bereichs */

}
.cc_container a {
  color: #FF5300 !important;
  /* Textlink-Farbe "Mehr Infos" */

}

/* ADDITIONS BY MB */ 

a.download-link {
  display: block;
  padding: 2px 0 2px 20px;
  background: url(/img/download-icon.png) no-repeat;
  background-position: 0 7px;
  margin-bottom: 6px !important; 
}

a.hyper-link {
  display: block;
  padding: 2px 0 2px 20px;
  background: url(/img/hyperlink-icon.png) no-repeat;
  background-position: 0 7px;
  margin-bottom: 6px !important; 
}

a.round_but, a.round_but:link, a.round_but:visited, a.round_but:active {
	font-size: 20px; 
	color: #00488c; 
	text-decoration: none; 
	background-color: #eaeaea; 
	padding: 8px 16px 8px 16px; 
	border: 1px solid #00488c; 
	border-radius: 3px; 
}

a.round_but:hover { 
	color: #fafafa; 
	background-color: #00488c;
	border-color: #00488c;
}

.nop { cursor: default !important; }
.red_imp { color: #a00 !important; } 

A.link-box-kachel, A.link-box-kachel:link, A.link-box-kachel:visited, A.link-box-kachel:active {
	width: 100%; 
	color: #00488c !important; 
	border: 1px solid #5484b2; 	/* Vollton: 00488c */
	border-radius: 6px; 
	background: linear-gradient(to bottom, #d9e4ee, #fff); 
	padding: 8px 0px 8px 0px !important; 
	text-align: center;
	transition-duration: 0.4s; 
}

A.link-box-kachel:hover {
	_opacity: 0.7; 
	color: #FF5300 !important; 
	border: 1px solid #ff8c54; 	/* Vollton: FF5300 */
	border-radius: 6px; 
	background: linear-gradient(to bottom, #ffe5d9, #fff); 
	transition-duration: 0.4s; 
}

A.button-blau, A.button-blau:link, A.button-blau:visited, A.button-blau:active {
	color: #00488c !important; 
	border: 1px solid #5484b2; 	/* Vollton: 00488c */
	border-radius: 6px; 
	background: linear-gradient(to bottom, #d9e4ee, #fff); 
	padding: 8px 0px 8px 0px !important; 
	text-align: center;
	font-size: 16px; 
	font-weight: bold; 
	text-decoration: none; 
	transition-duration: 0.4s; 
}

A.button-blau:hover {
	_opacity: 0.7; 
	color: #FF5300 !important; 
	border: 1px solid #ff8c54; 	/* Vollton: FF5300 */
	border-radius: 6px; 
	background: linear-gradient(to bottom, #ffe5d9, #fff); 
	transition-duration: 0.4s; 
}

.mb_16_imp { margin-bottom: 16px !important; } 
.mb_40_imp { margin-bottom: 40px !important; } 
