@charset "UTF-8";
/* roboto-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("/assets/webfonts/roboto-v47-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/webfonts/roboto-v47-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/webfonts/roboto-v47-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/webfonts/roboto-v47-latin-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("/assets/webfonts/roboto-v47-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.application-area-brochure {
  color: #1269b0;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.application-area-brochure__text, .application-area-brochure__icon {
  display: inline-block;
  line-height: 1;
  margin-bottom: 5px;
}
.application-area-brochure__icon {
  margin-right: 15px;
}
.application-area-brochure__image {
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 30px;
  margin-right: -15px;
  text-align: right;
}
.application-area-brochure__image > img {
  max-height: 300px;
  width: auto;
  position: relative;
  right: -33.33333%;
}
.application-area-header__content {
  position: relative;
  margin-bottom: 30px;
}
.application-area-header__content__wrapper {
  position: absolute;
  width: calc(100% - 15px);
  bottom: 75px;
  right: 0;
}
@media (min-width: 576px) {
  .application-area-brochure__image > img {
    right: 0;
  }
  .application-area-header__content__wrapper {
    right: 45%;
    width: calc(55% - 15px);
  }
}
@media (min-width: 1200px) {
  .application-area__content__element .container {
    max-width: 1000px !important;
  }
  .application-area-header__content__wrapper {
    right: 60%;
    width: calc(40% - 15px);
  }
  .application-area-brochure {
    margin-bottom: 15px;
  }
  .application-area-brochure__icon {
    vertical-align: middle;
  }
  .application-area-brochure__image {
    text-align: right;
    padding: 30px 30px 0 30px;
  }
  .application-area-brochure__image > img {
    max-width: 65%;
    margin-right: 15%;
    max-height: 250px;
    width: auto;
  }
}
@media (min-width: 1400px) {
  .application-area-header__content__wrapper {
    right: 30%;
    bottom: 75px;
  }
}
.body {
  padding: 60px 0;
  font-family: "Roboto";
  font-weight: 400;
}
@media (min-width: 1200px) {
  .body {
    padding-top: 110px;
    padding-bottom: 0;
  }
}
.breadcrumbs {
  padding: 15px 0;
  background-color: #fff;
  font-size: 0.85rem;
}
.breadcrumbs__item {
  display: inline-block;
  margin-right: 10px;
}
.breadcrumbs__item a {
  color: #777776;
}
.breadcrumbs__item a:hover {
  color: #1269b0;
}
.breadcrumbs__item:not(:first-child):before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #777776;
  padding-right: 5px;
}
.breadcrumbs__item:last-child {
  font-weight: 600;
  color: #777776;
}
@media (min-width: 1200px) {
  .breadcrumbs--small .container {
    max-width: 1140px;
  }
}
.container .container {
  max-width: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1600px;
  }
}
.page-footer {
  padding: 30px 0;
  position: relative;
  text-align: left;
  background-color: #003a68;
  color: #fff;
}
.page-footer a {
  color: #fff;
}
.page-footer a:hover {
  color: #fff;
}
.page-footer .btn.btn-link, .page-footer .btn-link.primary-button {
  color: #fff;
}
.page-footer .btn.btn-link.icon, .page-footer .btn-link.icon.primary-button {
  position: relative;
}
.page-footer .btn.btn-link.icon:after, .page-footer .btn-link.icon.primary-button:after {
  position: absolute;
  left: 0;
  top: 10px;
  content: "";
  border-left: 1px solid #fff;
  width: 1px;
  height: calc(100% - 20px);
  opacity: 0.3;
}
.page-footer .btn-group__label {
  color: #71a5d0;
}
.page-footer .btn-group .btn-link:first-child {
  padding-left: 0;
}
.page-footer .icon--arrow-right {
  color: #777776;
}
.page-footer:after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: rgba(119, 119, 118, 0.25);
}
.page-footer__blocks {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: column nowrap;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin: 0 -15px;
}
.page-footer__block {
  margin-bottom: 30px;
  padding: 0 15px;
}
.page-footer__block__headline {
  margin-top: 0;
  color: #71a5d0;
  font-size: 1rem;
}
.page-footer__block__certificates {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: 0 -15px;
}
.page-footer__block__certificate {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%;
  padding: 0 15px;
  text-align: center;
}
.page-footer__block__certificate img {
  opacity: 0.5;
}
.page-footer__block:last-child {
  margin-bottom: 0;
}
.page-footer .contact-navigation, .page-footer .social-navigation, .page-footer .service-navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.page-footer .contact-navigation li, .page-footer .social-navigation li, .page-footer .service-navigation li {
  margin-bottom: 10px;
}
.page-footer .contact-navigation .list__item:before, .page-footer .service-navigation .list__item:before {
  color: #fff;
  opacity: 0.3;
  line-height: 25px;
}
.page-footer .social-navigation {
  margin-top: 15px;
  font-size: 1.5rem;
}
.page-footer .social-navigation li {
  display: inline-block;
  margin-right: 10px;
  line-height: 1;
}
.page-footer .social-navigation li:last-child {
  margin: 0;
}
@media (min-width: 576px) {
  .page-footer__block__certificates {
    margin: 0 -30px;
  }
  .page-footer__block__certificate {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  .page-footer {
    padding: 45px 0 90px 0;
  }
  .page-footer__blocks {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
  }
  .page-footer__block {
    position: relative;
    width: 50%;
  }
  .page-footer__block__certificates {
    margin: 0 -15px;
  }
  .page-footer__block__certificate {
    padding: 0 15px;
  }
  .page-footer__block:nth-child(3) {
    margin-bottom: 0;
  }
  .page-footer .social-navigation {
    position: absolute;
    bottom: 0;
    left: 15px;
    margin: 0;
  }
}
@media (min-width: 992px) {
  .page-footer {
    padding: 60px 0 90px 0;
  }
}
@media (min-width: 1200px) {
  .page-footer {
    padding: 60px 0;
  }
  .page-footer__blocks {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .page-footer__block {
    width: 25%;
    margin-bottom: 0;
  }
  .page-footer .social-navigation {
    width: 170px;
  }
}
.page-footer-atlas-group {
  background-color: #fff;
  color: #003a68;
  border-bottom: 30px solid #003a68;
}
.page-footer-atlas-group .container {
  position: relative;
  padding: 30px 15px;
}
.page-footer-atlas-group img {
  width: 100%;
  height: auto;
}
.page-footer-atlas-group a {
  color: #003a68;
  text-decoration: underline;
}
.page-footer-atlas-group a:hover {
  color: #003a68;
  text-decoration: underline;
}
@media (min-width: 576px) {
  .page-footer-atlas-group img {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .page-footer-atlas-group {
    border-bottom: 45px solid #003a68;
  }
  .page-footer-atlas-group .container {
    padding: 60px 15px;
  }
}
.head-navigation {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
}
@media (min-width: 1200px) {
  .head-navigation {
    padding: 0 5px;
  }
}
.page-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-bottom: 3px solid #a0c3df;
}
.page-header .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.page-header__logo {
  display: none;
}
.page-header__key-visual {
  width: auto;
  height: 40px;
}
@media (min-width: 576px) and (max-width: 1199.98px) {
  .page-header .container {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .page-header .container {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .page-header {
    height: 110px;
    /*@include transition($header-scrolling-transition-arguments);*/
  }
  .page-header__key-visual {
    display: none;
  }
  .page-header__logo {
    display: inline;
    height: 80px;
  }
  .page-header--scrolling {
    height: 60px;
  }
  .page-header--scrolling .page-header__logo {
    display: none;
  }
  .page-header--scrolling .page-header__key-visual {
    display: inline-block;
    height: 40px;
  }
}
.language-toggle {
  -webkit-align-self: flex-start;
  -moz-align-self: flex-start;
  -ms-align-self: flex-start;
  align-self: flex-start;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
  width: auto;
  text-align: center;
  position: relative;
}
.language-toggle__current {
  height: 35px;
}
.language-toggle__items {
  padding: 0 15px;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  box-shadow: 0 10px 25px -15px rgba(0, 0, 0, 0.15);
  width: 100%;
  height: auto;
  z-index: 999;
}
.language-toggle__items.extendable {
  display: none;
  heights: 0;
}
.language-toggle__label {
  display: inline-block;
  margin-right: 10px;
}
.language-toggle__trigger {
  position: relative;
  height: 35px;
  padding: 0 10px;
  display: inline-block;
  min-width: 100px;
}
.language-toggle__trigger.active {
  background-color: #a0c3df;
}
.language-toggle__trigger:hover {
  cursor: pointer;
}
.language-toggle__trigger .icon {
  text-align: center;
  height: 27px;
  vertical-align: middle;
  color: #1269b0;
}
.language-toggle__item {
  line-height: 35px;
}
.language-toggle__item .icon {
  vertical-align: top;
}
@media (min-width: 1200px) {
  .language-toggle {
    padding: 0 15px;
  }
}
.subnavigation li.active {
  font-weight: 600;
}
.main-navigation {
  overflow: auto;
  z-index: 100;
  position: fixed;
  top: 60px;
  left: -100%;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  display: block;
  -webkit-transition: left 0.5s linear;
  -moz-transition: left 0.5s linear;
  -ms-transition: left 0.5s linear;
  -o-transition: left 0.5s linear;
  transition: left 0.5s linear;
  box-shadow: 5px 15px 25px -15px rgba(0, 0, 0, 0.2);
}
.main-navigation.active {
  left: 0;
}
.main-navigation__items {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.main-navigation__items--level-2, .main-navigation__items--level-3 {
  display: none;
}
.main-navigation__items--level-2 .main-navigation__link, .main-navigation__items--level-3 .main-navigation__link {
  font-size: 1rem;
}
.main-navigation__items--level-2 {
  background-color: #d0e1ef;
}
.main-navigation__items--level-3 {
  background-color: #a0c3df;
}
.main-navigation__item {
  position: relative;
}
.main-navigation__item--level-1 {
  border-bottom: 1px solid #d0e1ef;
}
.main-navigation__item--level-1:first-child {
  display: none;
}
.main-navigation__item--level-2 {
  border-top: 1px solid #bdd5e9;
}
.main-navigation__item--level-3 {
  border-top: 1px solid #d0e1ef;
}
.main-navigation__item--with-children .main-navigation__link {
  padding-right: 50px;
}
.main-navigation__item.active > .main-navigation__link {
  background-color: #1269b0;
  color: #fff;
}
.main-navigation__item.active > .main-navigation__items {
  display: block;
}
.main-navigation__item.open > .main-navigation__toggle:after {
  content: "";
}
.main-navigation__link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 50px;
  padding: 0 15px;
  color: #1269b0;
}
.main-navigation__link:hover, .main-navigation__link:focus, .main-navigation__link:active {
  text-decoration: none;
  color: #1269b0;
}
.main-navigation__toggle {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  color: #71a5d0;
  text-align: right;
  border: 0;
  background: none;
}
.main-navigation__toggle:after {
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
}
@media (min-width: 768px) {
  .main-navigation {
    width: 400px;
  }
}
@media (min-width: 1200px) {
  .main-navigation {
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    width: auto;
    overflow: visible;
  }
  .main-navigation__items--level-2, .main-navigation__items--level-3 {
    display: none;
    position: absolute;
    border-style: solid;
    border-color: #d0e1ef;
    background-color: #fff;
    box-shadow: 0 10px 25px -15px rgba(0, 0, 0, 0.35);
  }
  .main-navigation__items--level-2 {
    top: 100%;
    left: -1px;
    min-width: calc(100% + 1px);
    border-width: 0 1px 1px 1px;
    border-top: 3px solid #d0e1ef;
  }
  .main-navigation__items--level-3 {
    top: 0;
    left: 100%;
    border-width: 1px;
  }
  .main-navigation__item {
    white-space: nowrap;
    border: 0;
  }
  .main-navigation__item:hover > ul {
    display: block !important;
  }
  .main-navigation__item--level-1 {
    float: left;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: transparent;
  }
  .main-navigation__item--level-1:first-child {
    display: block;
    width: 40px;
    margin-right: 15px;
    padding: 0;
    border-width: 1px 1px 0 0;
    text-indent: -10000px;
  }
  .main-navigation__item--level-1:first-child:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    text-indent: 0;
    color: #fff;
    font-size: 0.8rem;
    pointer-events: none;
  }
  .main-navigation__item--level-1:first-child > .main-navigation__link {
    background-color: #1269b0;
    color: #fff;
  }
  .main-navigation__item--level-1:first-child.active > .main-navigation__link {
    background-color: #1269b0;
    color: #fff;
  }
  .main-navigation__item--level-1:hover {
    border-color: #d0e1ef;
  }
  .main-navigation__item--level-1 > .main-navigation__link {
    height: 40px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .main-navigation__item--with-children:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 15px;
    color: #71a5d0;
  }
  .main-navigation__item--with-children.main-navigation__item--level-1:after {
    content: "";
  }
  .main-navigation__item--with-children.main-navigation__item--level-2:after {
    content: "";
  }
  .main-navigation__item--with-children > .main-navigation__link {
    padding-right: 35px;
  }
  .main-navigation__item--group {
    border-bottom: 1px dashed #71a5d0;
  }
  .main-navigation__item.active > .main-navigation__link {
    background-color: #d0e1ef;
    color: #1269b0;
  }
  .main-navigation__item.active > .main-navigation__items {
    display: none;
  }
  .main-navigation__link {
    height: auto;
    padding: 10px 15px;
  }
  .main-navigation__link:hover {
    color: #f39200;
  }
  .main-navigation__toggle {
    display: none;
  }
}
@media (min-width: 1400px) {
  .main-navigation__item--with-children .main-navigation__link {
    padding-right: 40px;
  }
  .main-navigation__link {
    padding-left: 20px;
    font-size: 1.1rem;
  }
}
.main-navigation-toggle {
  position: relative;
  display: block;
  width: 35px;
  height: 20px;
  padding: 0;
  margin-right: 15px;
  background: none;
  border: 0;
  cursor: pointer;
}
.main-navigation-toggle__bar {
  position: absolute;
  left: 0;
  transition: all 0.2s;
  backface-visibility: hidden;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #1269b0;
}
.main-navigation-toggle__bar--top {
  top: 0;
  transform: rotate(0);
}
.main-navigation-toggle__bar--middle {
  top: 50%;
  margin-top: -2px;
  opacity: 1;
}
.main-navigation-toggle__bar--bottom {
  bottom: 0;
  transform: rotate(0);
}
.main-navigation-toggle.active .navigation-toggle__bar--top {
  transform: rotate(45deg) translate(6px, 6px);
}
.main-navigation-toggle.active .navigation-toggle__bar--middle {
  opacity: 0;
}
.main-navigation-toggle.active .navigation-toggle__bar--bottom {
  transform: rotate(-45deg) translate(6px, -6px);
}
.js-main-navigation-menu-toggle:hover {
  cursor: pointer;
}
@media (min-width: 1200px) {
  .main-navigation-toggle {
    display: none;
  }
}
.page-main {
  padding: 0;
  position: relative;
  color: #4a4a49;
}
.press-release h1, .press-release .h1, .news h1, .news .h1 {
  font-size: 2.5rem;
  word-break: break-word;
}
.product-list__item {
  padding: 15px;
  background-color: #fff;
  color: #4a4a49;
}
.product-list__item__name {
  margin-bottom: 1rem;
  color: #1269b0;
  font-weight: 600;
  font-size: 1.75rem;
}
.product-list__block {
  margin-top: 15px;
}
@media (min-width: 1200px) {
  .product-list__item {
    padding: 30px;
  }
  .product-list__blocks {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
  .product-list__block--attribute {
    width: 30%;
    padding-bottom: 5px;
  }
  .product-list__block--button {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
}
.product-view {
  padding: 0;
}
.product-view h2, .product-view .h2 {
  padding-left: 15px;
}
.product-view__application-areas .btn, .product-view__application-areas .primary-button {
  font-weight: 600;
  color: #1269b0;
  text-align: left;
}
.product-view__application-areas .btn__prepend {
  margin-right: 0;
}
.product-view__application-areas .icon {
  color: #71a5d0;
  font-size: 0.7rem;
}
.product-view__video:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  position: absolute;
  top: calc(50% - 37.5px);
  left: calc(50% - 37.5px);
  font-size: 75px;
  color: #fff;
  pointer-events: none;
}
.product-view .section:last-child {
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .product-view {
    padding: 0;
  }
  .product-view h2, .product-view .h2 {
    padding-left: 30px;
  }
}
.section {
  padding: 15px 0;
  text-align: left;
}
.section .section {
  padding: 0;
}
.section__content {
  padding: 15px;
}
.section__content--white {
  background-color: #fff;
  border-bottom: 5px solid #a0c3df;
}
.section .h2, .section h2 {
  margin-bottom: 20px;
}
.section .h2--with-wave, .section h2--with-wave {
  margin-bottom: 60px;
  margin-top: 30px;
}
.section--top {
  font-size: 1.25rem;
}
.section--top h1, .section--top .h1 {
  word-break: normal;
}
.section--event-teaser {
  background-image: url("/assets/img/section/bg-section-news.jpg");
  background-size: cover;
  min-height: 300px;
  overflow: hidden;
}
.section--event-teaser .section__headline {
  color: #fff;
}
.section--event-teaser .card-deck .card:nth-child(3) .card-img-top {
  border-bottom: 1px solid #e7e7e7;
}
.section--contact {
  background-image: url("/assets/img/section/bg-section-contact.jpg");
  background-size: cover;
  min-height: 300px;
  margin-bottom: 0;
  padding-bottom: 60px;
}
.section--application-area .section--event-teaser {
  background-color: #fff;
}
.section--light {
  background-color: #71a5d0;
  color: #4a4a49;
}
.section--lighter {
  background-color: #a0c3df;
  color: #4a4a49;
}
.section--lightest {
  background-color: #d0e1ef;
  color: #4a4a49;
}
.section--darkest, .section--darker, .section--dark {
  background-color: #6689a4;
  color: #fff;
  padding: 60px 0;
}
.section--darkest h1, .section--darker h1, .section--dark h1 {
  color: #fff;
}
.section--darkest .h2, .section--darkest h2, .section--darker .h2, .section--darker h2, .section--dark .h2, .section--dark h2 {
  color: #fff;
}
.section--darkest .h2:before, .section--darkest h2:before, .section--darker .h2:before, .section--darker h2:before, .section--dark .h2:before, .section--dark h2:before {
  opacity: 0.5;
  left: 220px;
  background-position: 0 -65px;
}
.section--darkest .btn-group__label, .section--darker .btn-group__label, .section--dark .btn-group__label {
  color: #fff;
}
.section--darkest .btn.btn-secondary, .section--darkest .btn-secondary.primary-button, .section--darker .btn.btn-secondary, .section--darker .btn-secondary.primary-button, .section--dark .btn.btn-secondary, .section--dark .btn-secondary.primary-button {
  background-color: rgba(119, 119, 118, 0.75);
  border-color: rgba(119, 119, 118, 0.75);
}
.section--darkest a, .section--darker a, .section--dark a {
  color: #e7e7e7;
}
.section--darkest a:hover, .section--darker a:hover, .section--dark a:hover {
  color: #e7e7e7;
}
.section--darkest .section__headline, .section--darker .section__headline, .section--dark .section__headline {
  color: #d2d2d1;
  margin-bottom: 2rem;
}
.section--darkest .btn-link, .section--darker .btn-link, .section--dark .btn-link {
  color: #e7e7e7;
}
.section--darkest .btn-link:before, .section--darker .btn-link:before, .section--dark .btn-link:before {
  color: #777776;
}
.section--darker {
  background-color: #336186;
  color: #fff;
}
.section--darkest {
  background-color: #003a68;
  color: #fff;
}
.section.blue-light {
  background-color: #71a5d0;
  color: #fff;
}
.section .accordion--content .section {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 992px) {
  .section {
    padding: 30px 0;
  }
  .section__content {
    padding: 30px;
  }
}
@media (min-width: 1200px) {
  body.blog .section .container {
    max-width: 1140px;
  }
  .section--small > .container {
    max-width: 1140px;
  }
}
.spare-parts .container {
  position: relative;
}
.spare-parts .stage {
  background-size: cover;
  padding: 60px 0;
  position: relative;
  font-size: 18px;
}
.spare-parts .stage .made-in {
  width: 80px;
  height: 100px;
  background-image: url(/bilder/spare-parts/made-in-germany.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 50px;
  bottom: 0;
}
.spare-parts .stage__motiv {
  padding-top: 40px;
}
.spare-parts .stage__button {
  position: absolute;
  left: 5%;
  top: 8%;
  width: 47%;
}
.spare-parts__ribbon {
  transition: background-color 0.5s;
  background-color: #f39200;
  color: #fff;
  position: relative;
  margin: 0 auto 50px auto;
  text-align: center;
}
.spare-parts__ribbon.success {
  background-color: #f39200;
}
.spare-parts__ribbon.success .arrow:before {
  border-color: #f39200 transparent transparent transparent;
}
.spare-parts__ribbon .title {
  font-size: 22px;
  font-weight: 600;
  padding: 20px;
}
.spare-parts__ribbon .arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -140px;
  width: 280px;
  height: 40px;
  font-size: 0.8rem;
}
.spare-parts__ribbon .arrow span {
  position: relative;
  color: #fff;
}
.spare-parts__ribbon .arrow:before {
  transition: border-color 0.5s;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 40px 140px 0 140px;
  border-color: #f39200 transparent transparent transparent;
}
.spare-parts__steps {
  background-color: #d0e1ef;
  color: #1d1d1b;
  text-align: center;
  padding: 15px;
}
.spare-parts__step label {
  color: #1269b0;
}
.spare-parts__step .custom-control label {
  color: #1269b0;
}
.spare-parts__step .custom-control:hover {
  cursor: pointer;
}
.spare-parts__step__title {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}
.spare-parts__step__subtitle {
  margin: -10px 0 15px 0;
  font-size: 14px;
}
.spare-parts__step__button {
  margin-top: 30px;
  border-radius: 50px;
}
.spare-parts__step a {
  color: #1269b0;
}
.spare-parts__step__messages {
  margin-top: 15px;
}
.spare-parts__step__messages label {
  display: inline-block;
  padding: 5px 15px;
  color: red;
}
.spare-parts__step#contact-step .form-group label {
  display: block;
  text-align: left;
}
.spare-parts__blocks {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.spare-parts .custom-control-indicator {
  background-color: #fff;
  border: 1px solid #c8e1f6;
}
.spare-parts .custom-controls-stacked {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  transition: background-color 0.3s, color 0.3s;
}
.spare-parts .custom-controls-stacked .custom-control {
  display: block;
  padding: 0;
  background-color: #fff;
}
.spare-parts .custom-controls-stacked .custom-control:hover {
  text-decoration: none;
}
.spare-parts .custom-controls-stacked .custom-control:hover .custom-control-indicator {
  background-color: #f39200;
}
.spare-parts .custom-controls-stacked .custom-control:hover .custom-control-description {
  color: #fff;
}
.spare-parts .custom-controls-stacked .custom-control .custom-control-description {
  font-size: 0.9rem;
}
.spare-parts .custom-controls-stacked .custom-control.custom-radio {
  flex: 0 0 auto;
  width: calc(50% - 5px);
  margin: 0 10px 15px 0;
}
.spare-parts .custom-controls-stacked .custom-control.custom-radio:hover .custom-control-image, .spare-parts .custom-controls-stacked .custom-control.custom-radio:hover .custom-control-subinput {
  border-color: #f39200;
}
.spare-parts .custom-controls-stacked .custom-control.custom-radio:nth-child(2n) {
  margin-right: 0;
}
.spare-parts .custom-controls-stacked .custom-control.custom-radio .custom-control-image, .spare-parts .custom-controls-stacked .custom-control.custom-radio .custom-control-subinput {
  padding: 10px;
  border-width: 3px 3px 1px 3px;
  border-color: transparent transparent #c8e1f6 transparent;
}
.spare-parts .custom-controls-stacked .custom-control.custom-radio .custom-control-description {
  padding: 10px 15px;
  text-align: center;
}
.spare-parts .custom-controls-stacked .custom-control.custom-checkbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 100%;
  align-items: center;
  margin-bottom: 15px;
  border-width: 3px;
  border-color: transparent;
}
.spare-parts .custom-controls-stacked .custom-control.custom-checkbox:hover .custom-control-image, .spare-parts .custom-controls-stacked .custom-control.custom-checkbox:hover .custom-control-subinput {
  border-color: #f39200;
}
.spare-parts .custom-controls-stacked .custom-control.custom-checkbox .custom-control-image, .spare-parts .custom-controls-stacked .custom-control.custom-checkbox .custom-control-subinput {
  flex: 0 0 auto;
  width: 50%;
  border-width: 3px;
  border-color: transparent;
}
.spare-parts .custom-controls-stacked .custom-control.custom-checkbox .custom-control-subinput .form-group {
  margin: 0;
  padding: 5px 15px 10px 15px;
  color: #666;
  text-align: left;
}
.spare-parts .custom-controls-stacked .custom-control.custom-checkbox .custom-control-subinput .form-group label {
  font-size: 12px;
}
.spare-parts .custom-controls-stacked .custom-control.custom-checkbox .custom-control-description {
  flex: 0 0 auto;
  width: 50%;
  padding: 5px 15px;
}
.spare-parts .custom-controls-stacked .custom-control .custom-control-input:checked ~ .custom-control-image, .spare-parts .custom-controls-stacked .custom-control .custom-control-input:checked ~ .custom-control-subinput {
  border-color: #f39200;
}
.spare-parts .custom-controls-stacked .custom-control .custom-control-input:checked ~ .custom-control-indicator {
  background-image: none;
  background-color: #f39200;
}
.spare-parts .custom-controls-stacked .custom-control .custom-control-input:checked ~ .custom-control-description {
  color: #fff;
}
.spare-parts .custom-controls-stacked .custom-control-indicator {
  transition: background 0.2s;
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: none;
}
.spare-parts .custom-controls-stacked .custom-control-image, .spare-parts .custom-controls-stacked .custom-control-subinput {
  transition: border-color 0.2s;
  z-index: 10;
  position: relative;
  width: 100%;
  height: auto;
  border-style: solid;
  background-color: #fff;
}
.spare-parts .custom-controls-stacked .custom-control-image {
  pointer-events: none;
  user-select: none;
}
.spare-parts .custom-controls-stacked .custom-control-description {
  z-index: 10;
  position: relative;
  display: block;
  color: #666;
}
.spare-parts .trust-signs {
  margin: 15px 0;
}
.spare-parts .service-call--bottom {
  margin-top: 30px;
  font-size: 24px;
  text-align: center;
}
.spare-parts .service-call--bottom__free {
  font-size: 12px;
  display: block;
}
.spare-parts .service-call__free {
  display: none;
}
@media (min-width: 768px) {
  .spare-parts__block {
    max-width: 75%;
  }
}
@media (min-width: 992px) {
  .spare-parts__block {
    width: 50%;
  }
  .spare-parts__steps {
    padding: 30px;
  }
  .spare-parts .custom-controls-stacked .custom-control.custom-radio {
    width: calc(25% - 30px);
    margin-right: 30px;
  }
  .spare-parts .custom-controls-stacked .custom-control.custom-radio:nth-child(2n) {
    margin-right: 30px;
  }
}
.accordion .btn-link .accordion__show {
  display: none;
}
.accordion .btn-link.collapsed .accordion__hide {
  display: none;
}
.accordion .btn-link.collapsed .accordion__show {
  display: inline-block;
}
.accordion__teaser {
  min-height: 10px;
  background-color: #d0e1ef;
}
.accordion--product-list .btn-link {
  padding-bottom: 0;
  margin-bottom: -1px;
  background-color: #d0e1ef;
}
.accordion--product-list .btn-link .btn__append {
  color: #1269b0;
}
.accordion--product-list .accordion__hide, .accordion--product-list .accordion__show {
  font-weight: 600;
  color: #1269b0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.accordion--content .accordion-header {
  border-bottom: 1px solid #1269b0;
  display: flex;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.accordion--content .accordion-header button {
  cursor: pointer;
  flex-grow: 1;
  display: flex;
  align-items: center;
  background: transparent;
  color: #f39200;
  border: 0;
  text-align: left;
  justify-content: space-between;
  font-size: 1.2rem;
}
.accordion--content .accordion-header button:hover {
  color: #1269b0;
}
.accordion--content .accordion-body {
  padding-top: 1rem;
}
.badge {
  font-size: 0.75rem;
  font-weight: 400;
}
.badge.badge-secondary {
  margin-bottom: 5px;
  background-color: transparent;
  color: #71a5d0;
  border: 1px solid #71a5d0;
}
.badge.badge-secondary:hover {
  background-color: #71a5d0;
  color: #fff;
}
.badge.badge-info {
  background-color: #a0c3df;
  color: #1269b0;
}
.block {
  padding: 15px;
}
.block__headline {
  font-size: 2.75rem;
  font-weight: 700;
}
.block--no-padding {
  padding: 0 !important;
}
.block--primary-bg {
  background-color: #1269b0;
  color: #fff;
}
.block--primary-bg .block__headline {
  color: #fff;
  margin-top: 0;
}
.block--primary-bg .btn-link {
  background-color: #fff;
  color: #f39200 !important;
  text-transform: uppercase;
  font-weight: 600;
}
.block--primary-bg .btn-primary, .block--primary-bg .primary-button {
  background-color: #fff;
  border-color: #fff;
  color: #f39200;
  font-weight: 600;
}
.block--primary-bg .btn-primary:hover, .block--primary-bg .primary-button:hover {
  background-color: #FEFEFE;
  border-color: #FEFEFE;
  color: #f39200;
}
.block--primary-bg .btn-primary .btn__append:after, .block--primary-bg .primary-button .btn__append:after, .block--primary-bg .btn-primary .btn__prepend:after, .block--primary-bg .primary-button .btn__prepend:after {
  border-color: #f39200;
}
.block--white-bg {
  background-color: #fff;
  color: #1d1d1b;
}
.block--white-bg a {
  color: #1269b0;
}
.block--white-bg a:hover {
  color: #0d4d82;
}
.block--white-color {
  color: #fff;
}
.block--white-color .block__headline {
  color: #fff;
}
.block--primary-color {
  color: #1269b0;
}
.block--border {
  border: 1px solid #1269b0;
}
.block--header {
  padding: 0;
  font-size: 1.25rem;
}
@media (min-width: 992px) {
  .block__headline {
    font-size: 4rem;
    line-height: 1.2;
  }
  .block__headline__sub {
    font-size: 3.5rem;
  }
  .block__headline--large {
    font-size: calc(5rem + 1vw);
  }
}
.blog-item {
  margin-bottom: 60px;
}
.blog-item__header {
  display: flex;
  padding: 15px;
  background-color: #fff;
}
.blog-item__header__date {
  flex: 0 0 auto;
  padding-right: 15px;
  border-right: 1px solid #71a5d0;
  text-align: center;
}
.blog-item__header__date strong {
  font-size: 1.5rem;
  font-weight: 400;
}
.blog-item__header__title {
  margin-bottom: 0;
  padding-left: 15px;
  font-size: 1.2rem;
  font-weight: 500;
}
.blog-item__image img {
  width: 100%;
  height: auto;
}
.blog-item__body {
  padding: 15px;
  background-color: #fff;
}
.blog-item__footer {
  padding: 10px 15px;
  background-color: #fff;
  text-align: right;
}
@media (min-width: 992px) {
  .blog-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .blog-item {
    display: flex;
    flex-direction: column;
    width: 50%;
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .blog-item__body {
    flex: 1 1 auto;
  }
}
@media (min-width: 1400px) {
  .blog-item {
    width: 33.33333%;
  }
}
.blog-navigation {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding: 0;
  list-style-type: none;
}
.blog-navigation > li {
  flex: 0 0 auto;
  width: 50%;
  margin-bottom: 15px;
  padding: 0 15px;
}
.blog-navigation > li > a {
  display: block;
  line-height: normal;
  padding: 10px 15px;
  background-color: #71a5d0;
  color: #fff;
  font-size: 1.1rem;
  text-align: left;
  border: 0;
  text-transform: none;
  letter-spacing: normal;
}
.blog-navigation > li > a.btn .btn__append, .blog-navigation > li > a.primary-button .btn__append {
  margin-top: -5px;
}
.blog-navigation > li > a.btn-primary, .blog-navigation > li > a.primary-button {
  background-color: #1269b0;
}
.blog-navigation > li > a.btn-secondary {
  background-color: #f39200;
}
.blog-navigation > li.active > a, .blog-navigation > li:hover > a {
  background-color: #1269b0;
}
@media (min-width: 992px) {
  .blog-navigation {
    display: grid;
    grid-template-areas: "topleft topmiddle topright" "bottomleft bottommiddle bottomright";
    grid-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
    position: absolute;
    top: 0;
    left: 230px;
    right: 15px;
    margin: 0;
  }
  .blog-navigation > li {
    width: auto;
    margin: 0;
    padding: 0;
  }
  .blog-navigation > li:nth-child(1) {
    grid-area: topleft / topleft;
  }
  .blog-navigation > li:nth-child(2) {
    grid-area: bottomleft / bottomleft;
  }
  .blog-navigation > li:nth-child(3) {
    grid-area: topmiddle / topmiddle;
  }
  .blog-navigation > li:nth-child(4) {
    grid-area: bottommiddle / bottommiddle;
  }
  .blog-navigation > li:nth-child(5) {
    grid-area: topright / topright;
  }
  .blog-navigation > li:nth-child(6) {
    grid-area: bottomright / bottomright;
  }
}
@media (min-width: 1400px) {
  .blog-navigation {
    grid-column-gap: 30px;
  }
}
.btn, .primary-button {
  border-radius: 0;
  position: relative;
  min-width: 50px;
  line-height: 35px;
  padding: 0.5rem 0.75rem;
}
.btn:focus, .primary-button:focus {
  text-decoration: none;
}
.btn__append, .btn__prepend {
  text-align: center;
  position: relative;
  display: inline-block;
  width: calc(35px + 0.75rem);
  height: auto;
  vertical-align: middle;
}
.btn__append:after, .btn__prepend:after {
  content: "";
  opacity: 0.5;
  position: absolute;
  top: 0;
  height: 100%;
  width: 2px;
  border-color: #fff;
  border-style: solid;
  clear: both;
}
.btn__prepend {
  float: left;
  margin-right: 10px;
  margin-left: -0.75rem;
}
.btn__prepend:after {
  border-width: 0 1px 0 0;
  right: 0;
}
.btn__append {
  float: right;
  margin-left: 10px;
  margin-right: -0.75rem;
}
.btn__append:after {
  border-width: 0 0 0 1px;
  left: 0;
}
.btn__prepend--no-border, .btn__append--no-border {
  margin-left: 0;
  margin-right: 0;
}
.btn__prepend--no-border:after, .btn__append--no-border:after {
  border-width: 0;
}
.btn--small-text {
  font-size: 0.85rem;
}
.btn--no-spacing {
  letter-spacing: 0 !important;
}
.btn.btn-sm, .btn-sm.primary-button {
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.btn-link {
  color: #f39200;
}
.btn-link:hover {
  text-decoration: none;
}
.btn-link .btn__prepend, .btn-link .btn__append {
  width: auto;
}
.btn-link .btn__prepend .icon, .btn-link .btn__append .icon {
  width: auto;
  min-width: 25px;
}
.btn-secondary, .btn-primary, .primary-button {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1.5px;
}
.btn-secondary {
  background-color: #1269b0;
  border-color: #1269b0;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #1269b0;
  border-color: #1269b0;
  color: #fff;
}
.btn-primary, .primary-button {
  background-color: #f39200;
  border-color: #f39200;
  color: #fff;
}
.btn-primary:hover, .primary-button:hover {
  background-color: #ca7900;
  border-color: #ca7900;
}
.btn-primary.disabled, .disabled.primary-button, .btn-primary:disabled, .primary-button:disabled {
  border-color: #ffb341;
  background-color: #ffb341;
}
.btn-submit {
  background-color: #f39200;
  border-color: #f39200;
  color: #fff;
}
.btn-submit:hover {
  background-color: #da8300;
  border-color: #da8300;
  color: #fff;
}
.btn-lighter {
  background-color: #a0c3df;
  color: #1269b0;
}
.btn-lighter.icon {
  color: #1269b0 !important;
}
.btn-gray {
  background-color: #e7e7e7;
  border-color: #cfcfcf;
  color: #1d1d1b;
}
.btn-gray:hover {
  background-color: #e7e7e7;
  color: #1d1d1b;
}
.btn-group > .btn:not(:first-child), .btn-group > .primary-button:not(:first-child) {
  margin-left: 1px;
}
.btn-group__label {
  color: #1269b0;
  display: block;
  margin-bottom: 5px;
}
.card-deck .card {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 60px;
}
.card-deck--auto-size .card {
  -webkit-flex: 1 0 auto;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.card {
  color: #1d1d1b;
  border-radius: 0;
  border: 0;
  outline: 5px solid rgba(231, 231, 231, 0.5);
}
.card .card-title {
  display: flex;
  align-items: center;
}
.card .card-title__icon {
  flex: 0 0 auto;
  width: 90px !important;
  height: auto !important;
  margin-right: 15px;
}
.card .card-body a {
  color: #1d1d1b;
}
.card .card-body a.download {
  color: #1269b0;
}
.card .card-body a.btn-primary, .card .card-body a.primary-button {
  color: #fff;
}
.card--application-areas .card-body {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
.card--no-outline {
  outline: none;
}
.card--contact {
  text-align: left;
  margin-bottom: 2rem;
  background-color: transparent;
}
.card--contact .card__header__headline {
  font-size: 1.4rem;
}
.card--contact .card-body {
  background-color: #fff;
  display: flex;
  justify-content: flex-end;
  flex-flow: column nowrap;
}
.card--contact .card-body > form button {
  width: 100%;
}
.card--contact .card-body .btn-group {
  width: 100%;
}
.card--contact .card-body .btn-group > .btn, .card--contact .card-body .btn-group > .primary-button {
  font-size: 0.9rem;
}
.card--contact .card-body .btn-group > .btn:first-child, .card--contact .card-body .btn-group > .primary-button:first-child {
  width: calc(100% - 45px);
  text-align: left;
}
.card--reduced .card-img-top {
  display: none;
}
.card--reduced .card__date {
  position: static;
  color: #1269b0;
  padding: 10px 15px;
  margin-top: 0;
  left: 0;
  width: 100%;
  background-color: #a0c3df;
}
.card__header {
  background-color: transparent;
  position: relative;
  color: #fff;
  padding: 15px;
  text-align: center;
}
.card__header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1269b0;
  border-bottom: 5px solid #0d4d82;
  opacity: 0.9;
  width: 100%;
  height: 100%;
}
.card__header__icon, .card__header__headline {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.card__header__icon {
  position: relative;
  top: -5px;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
  font-size: 1.75rem;
  color: #fff;
  opacity: 0.5;
}
.card__header__icon > i {
  padding-top: 10px;
}
.card__header__headline {
  position: relative;
  z-index: 1;
  font-size: 1.6rem;
}
.card__date {
  position: relative;
  top: 0;
  margin-top: -30px;
  left: 15px;
  width: calc(100% - 30px);
}
.card__date--white {
  color: #fff;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: column nowrap;
  }
}
@media (min-width: 992px) {
  .card-deck {
    flex-flow: row wrap;
  }
  .card-deck .card {
    width: calc(50% - 30px);
    margin-bottom: 30px;
  }
  .card__header {
    text-align: left;
  }
  .card__header__icon {
    font-size: 50px;
    height: 65px;
    line-height: 1.5;
  }
  .card__header__headline {
    width: calc(75% - 15px);
  }
}
@media (min-width: 1400px) {
  .card-deck .card {
    width: calc(23% - 30px);
  }
  .card-deck--3 .card {
    width: calc(33.33333% - 30px);
  }
  .card__header__icon {
    padding-left: 0;
  }
}
@media (min-width: 1800px) {
  .card__header {
    min-height: auto;
  }
  .card__header__icon {
    padding-left: 15px;
  }
  .card--contact .card-body .btn-group > .btn, .card--contact .card-body .btn-group > .primary-button {
    font-size: 1rem;
  }
}
.carousel__dots {
  text-align: center;
  padding-top: 10px;
}
.carousel__dots .owl-dot {
  display: inline-block;
  margin-right: 10px;
  background-color: transparent;
  border: 0;
  padding: 0;
}
.carousel__dots .owl-dot > span {
  display: block;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #f39200;
  width: 13px;
  height: 13px;
}
.carousel__dots .owl-dot:hover > span, .carousel__dots .owl-dot.active > span {
  background-color: #f39200;
}
.carousel__dots .owl-dot:hover {
  cursor: pointer;
}
@media (min-width: 992px) {
  .carousel__dots {
    text-align: left;
  }
  .carousel__dots--in-stage {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 50%;
    text-align: right;
    z-index: 1;
  }
}
.chart__label {
  color: #1269b0;
  font-size: 0.8rem;
}
.chart__bar {
  position: relative;
  background-color: #d0e1ef;
  height: 35px;
}
.chart__bar__value-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 17.5px;
  background-color: #1269b0;
  transition: 1s linear width;
}
.chart__bar__value-label {
  position: absolute;
  right: 5px;
  top: 0;
  line-height: 17.5px;
  height: 17.5px;
  width: auto;
  color: #fff;
  font-size: 0.7rem;
}
.chart__bar__marker {
  display: inline-block;
  font-size: 0.7rem;
  padding-right: 5px;
  text-align: right;
  vertical-align: top;
  line-height: 17.5px;
  height: 35px;
  color: #1269b0;
  border-right: 1px solid #1269b0;
}
.download-category a {
  color: #1269b0 !important;
}
.download-category__title {
  margin-bottom: 10px;
}
.download-category__items {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.download-category__items > li {
  margin-bottom: 5px;
}
.download-category:not(:first-child) {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #d2d2d1;
}
@media (min-width: 768px) {
  .download-category {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
  }
  .download-category__title {
    -webkit-flex: 0 0 auto;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 350px;
  }
  .download-category__items {
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
.error {
  display: block;
  color: red;
  font-size: 0.9rem;
}
.event-carousel {
  padding: 0 15px;
}
.event-carousel .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.event-carousel .owl-nav button {
  position: absolute;
  top: 100px;
  margin: 0 !important;
  font-size: 2rem !important;
}
.event-carousel .owl-nav button:focus {
  outline: 0;
}
.event-carousel .owl-nav button.disabled {
  opacity: 0.3;
}
.event-carousel .owl-nav button.owl-prev {
  left: 0;
}
.event-carousel .owl-nav button.owl-next {
  right: 0;
}
.event-carousel-item {
  padding: 15px;
  background-color: #fff;
  text-align: center;
}
.event-carousel-item__date {
  padding: 10px 15px;
  background-color: #a0c3df;
}
.event-carousel-item__image {
  padding: 10px 0;
}
.event-carousel-item__image img {
  display: inline-block !important;
  width: auto !important;
}
@media (min-width: 576px) {
  .event-carousel {
    width: auto;
    margin: 0 -30px;
    padding: 0 30px;
  }
}
.event-list {
  display: flex;
  flex-wrap: wrap;
}
.event-list__item {
  display: flex;
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 30px;
  padding: 15px 0;
  background-color: #fff;
  border-bottom: 5px solid #a0c3df;
}
.event-list__item__image {
  flex: 0 0 auto;
  width: 150px;
}
.event-list__item__icon {
  flex: 0 0 auto;
  width: 100px;
  padding-right: 15px;
}
.event-list__item__data {
  flex: 1 1 auto;
  padding-left: 15px;
}
.event-list__item__data__title {
  margin: 10px 0;
  font-weight: 600;
}
.event-list__item__data__date {
  font-size: 0.8rem;
}
.event-list__item__data__registration {
  margin-top: 10px;
}
.event-list__item__data__registration a {
  color: #f39200;
}
.event-list__item__data__registration a .icon {
  width: 20px;
}
@media (min-width: 992px) {
  .event-list {
    margin: 0 -15px;
  }
  .event-list__item {
    width: 50%;
    padding: 15px;
    border-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .event-list__item {
    width: 33.33333%;
  }
}
label {
  color: #1269b0;
}
.form-control {
  border-color: #71a5d0;
}
.form-control-lg {
  height: calc(2.875rem + 7px);
}
.input-group {
  margin-bottom: 1rem;
}
.checksum-num-1--plus:after {
  content: " + ";
}
.checksum-num-1--minus:after {
  content: " - ";
}
.custom-file-label:after {
  background-color: #e7e7e7;
}
.icon {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  width: 35px;
  height: auto;
  line-height: 35px;
  font-style: normal;
}
.icon:before {
  display: inline-block;
}
.icon--inline {
  line-height: 1.5;
  /* bootstrap default */
  width: auto;
}
.icon--mail:before {
  content: "";
}
.icon--en:before, .icon--gb:before {
  background-image: url("/bilder/flaggen/en_GB.svg");
}
.icon--us:before {
  background-image: url("/bilder/flaggen/en_US.svg");
}
.icon--de:before {
  background-image: url("/bilder/flaggen/de_DE.svg");
}
.icon--en, .icon--gb, .icon--us, .icon--de {
  height: 25px;
}
.icon--en:before, .icon--gb:before, .icon--us:before, .icon--de:before {
  content: "";
  width: 30px;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.icon--arrow-right:before {
  content: "";
}
.icon--arrow-left:before {
  content: "";
}
.icon--arrow-down:before {
  content: "";
}
.icon--phone:before {
  content: "";
}
.icon--toggle:before {
  content: "";
}
.icon--newsletter:before {
  content: "";
}
.icon--clock:before {
  content: "";
}
.icon--cog:before {
  content: "";
}
.collapsed .icon--toggle:before {
  content: "";
}
.icon-block {
  margin-bottom: 4.5rem;
  padding: 0 1rem;
  text-align: center;
}
.icon-block__image {
  margin-bottom: 1.5rem;
}
.icon-block__image img {
  display: inline-block;
  width: 100%;
  height: auto;
}
.icon-block__title {
  text-align: center !important;
}
@media (min-width: 576px) {
  .icon-blocks {
    display: flex;
    justify-content: center;
    margin: 0 -1rem;
  }
  .icon-block {
    flex: 0 0 auto;
    width: 33.33333%;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .col-md-4 > .icon-blocks {
    flex-direction: column;
    justify-content: flex-start;
  }
  .col-md-4 > .icon-blocks > .icon-block {
    width: 60%;
    margin-bottom: 1rem;
  }
}
a {
  color: #1269b0;
}
a:hover {
  text-decoration: none;
  color: #0d4d82;
}
.list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.list__item {
  padding-left: 15px;
  position: relative;
}
.list__item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  color: #71a5d0;
  padding-right: 7px;
}
.list__item--active {
  font-weight: 600;
}
.list--col-2 {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.list--col-2 .list__item {
  padding-right: 15px;
}
.list--no-dots .list__item {
  padding-left: 0;
}
.list--no-dots .list__item:before {
  content: none;
}
.list--arrow-right .list__item:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  color: #fff;
  font-size: 0.8rem;
  color: #71a5d0;
  line-height: 30px;
}
@media (min-width: 992px) {
  .list--col-lg-1 {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
  .list--col-lg-2 {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
  .list--col-lg-2 .list__item {
    padding-right: 30px;
  }
}
.locations {
  padding-right: 30px;
}
.locations__title {
  margin: 0 0 15px 0 !important;
  text-align: left !important;
}
.locations__countries {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.locations__country {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 15px;
  padding: 5px;
  background-color: #fff;
  font-size: 0.9rem;
  overflow: hidden;
  cursor: pointer;
  border-radius: 0.25rem;
}
.locations__country:hover, .locations__country.active {
  background-color: #f39200;
  color: #fff;
}
.locations__country__label {
  vertical-align: middle;
}
.locations__zip-code {
  padding-top: 50px;
}
.locations__result__item.active {
  display: block !important;
}
.locations__result__item.default {
  display: none !important;
}
.locations__map {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 30px;
  background-color: #003a68;
  -webkit-transition: width 0.2s linear;
  -moz-transition: width 0.2s linear;
  -ms-transition: width 0.2s linear;
  -o-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
.locations__map.expanded {
  width: calc(100% - 25px);
}
.locations__map.expanded .locations__map__toggle:after {
  content: "";
  width: 50px;
}
.locations__map__toggle {
  position: absolute;
  top: calc(50% - 25px);
  left: -25px;
  width: 50px;
  height: 50px;
  background-color: #6689a4;
  z-index: 5;
  border-radius: 50%;
  font-size: 1.5rem;
  color: #fff;
}
.locations__map__toggle:after {
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  line-height: 50px;
  text-align: center;
  width: 45px;
}
.js-map-toggle:hover {
  cursor: pointer;
}
.location {
  margin-bottom: 30px;
}
.location__title {
  margin: 0 0 10px 0 !important;
  text-align: left !important;
}
#map {
  height: 100%;
}
@media (min-width: 576px) {
  .locations {
    padding-right: 60px;
  }
  .locations__map {
    width: 60px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .locations__country:nth-child(2n + 1) {
    margin-right: 4%;
  }
}
@media (min-width: 768px) {
  .locations__country {
    width: 48%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .locations__country:nth-child(3n + 2) {
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media (min-width: 992px) {
  .locations__country {
    width: 30%;
  }
  .locations__result {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .locations__result__item {
    -webkit-flex: 0 0 33.333333%;
    -moz-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px 30px 15px;
  }
  .locations__map.expanded {
    width: calc(50% - 25px);
  }
}
@media (min-width: 1200px) {
  .locations {
    padding-right: 100px;
  }
  .locations__country {
    width: 22%;
    margin-right: 4%;
  }
  .locations__country:nth-child(4n) {
    margin-right: 0;
  }
  .locations__map {
    width: 100px;
  }
  .locations__map.expanded {
    width: 30%;
  }
}
@media (min-width: 1800px) {
  .locations {
    padding-right: 35%;
  }
  .locations__map {
    width: 30%;
  }
  .locations__map__toggle {
    display: none;
  }
}
.pagination {
  text-align: center;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.pagination .icon {
  line-height: 1.25;
}
.pagination .page-link {
  background-color: transparent;
  border: 0;
  color: #1269b0;
  margin-right: 10px;
}
.pagination .page-item.active .page-link {
  background-color: #71a5d0;
  border: 0;
}
.runner-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  position: fixed;
  bottom: 0;
  left: -1px;
  right: -1px;
  z-index: 10;
  background-color: #fff;
}
.runner-box__item {
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: block;
  width: 33.33333%;
  margin: 0 1px;
  padding: 5px 0;
  font-size: 0.7rem;
  border: 0;
  background-color: #f39200;
  color: #fff;
  text-align: center;
}
.runner-box__item__icon {
  display: inline-block;
  font-size: 1.4rem;
}
.runner-box__item__label {
  display: block;
  padding: 0 3px;
}
.runner-box__item:hover {
  color: #fff;
}
@media (min-width: 1200px) {
  .runner-box {
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    bottom: auto;
    right: auto;
    top: 50%;
    padding: 1px 1px 1px 0;
  }
  .runner-box__item {
    width: auto;
    margin: 1px 0;
  }
}
.search-form {
  background-color: #d0e1ef;
  padding: 15px;
}
#search-results li {
  margin-bottom: 15px;
}
#search-results li p {
  margin-bottom: 0;
}
.stage__wrapper {
  position: relative;
}
.stage__wrapper__container {
  position: relative;
}
.stage__wrapper__badge {
  transform: rotate(-20deg);
  z-index: 2;
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 100px;
  height: auto;
}
.stage__wrapper--video {
  text-align: center;
  background-color: #fff;
}
.stage__wrapper--with-badge .carousel__dots {
  margin-bottom: 60px;
  text-align: left;
}
.stage__wrapper--with-badge .stage__item__caption {
  bottom: 45px;
}
.stage__video {
  max-width: 100%;
  width: auto;
  height: 300px;
}
.stage__item {
  display: block;
  position: relative;
  background-size: cover;
  padding-top: 15px;
  height: 300px;
}
.stage__item .container {
  position: relative;
}
.stage__item > .block {
  z-index: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  padding: 15px;
  background-color: none;
  word-break: break-all;
}
.stage__item__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.stage__item__background img {
  position: absolute;
  right: 100%;
}
.stage__item__caption {
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: 15px;
  width: 90%;
  text-align: center;
}
.stage__item__caption__title, .stage__item__caption__text {
  color: #fff;
}
.stage__item__caption__title {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}
.stage__item--wave .stage__item__caption__title {
  text-shadow: 0 0 50px rgba(0, 0, 0, 0.25);
}
.stage__item--wave .stage__item__caption__text {
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}
.stage__item--grid {
  height: auto;
}
.stage__block-wrapper {
  position: relative;
}
.stage__block-wrapper > .block--primary-bg {
  z-index: -1;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.stage__block-wrapper > .block--white-color {
  position: relative;
}
.stage__block-wrapper > .block--white-color .block__headline {
  margin-top: 0;
}
@media (min-width: 576px) {
  .stage__wrapper__badge {
    bottom: 0;
  }
  .stage__wrapper--with-badge .carousel__dots {
    margin-bottom: 0;
    text-align: center;
  }
  .stage__wrapper--with-badge .stage__item__caption {
    bottom: 15px;
  }
  .stage__item__caption__title {
    font-size: 2.75rem;
  }
}
@media (min-width: 768px) {
  .stage__item__caption--right {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    bottom: 50%;
    width: auto;
    margin-left: 100px;
    margin-bottom: -26px;
  }
}
@media (min-width: 992px) {
  .stage__wrapper__badge {
    width: 120px;
  }
  .stage__wrapper--with-badge .stage__item__caption {
    bottom: 30px;
  }
  .stage__video {
    height: 550px;
  }
  .stage__item {
    height: 550px;
  }
  .stage__item .block {
    width: 50%;
    padding: 30px;
    background-color: none;
    word-break: normal;
  }
  .stage__item__caption {
    width: 70%;
    bottom: 30px;
  }
  .stage__item__caption__title {
    font-size: 5rem;
    line-height: 1.2;
  }
  .stage__item__caption__text {
    font-size: 1.5rem;
  }
  .stage__item__caption--right {
    bottom: 50%;
    width: auto;
    margin-left: 150px;
  }
  .stage__item--wave:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("/assets/img/stage/wave-header.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    opacity: 0.4;
  }
  .stage__item--grid {
    position: relative;
    overflow: visible;
  }
  .stage__item--grid .stage__block-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }
  .stage__item--grid .stage__block-wrapper .block--primary-bg {
    display: none !important;
  }
  .stage__item--grid .stage__block-wrapper .block--white-color {
    position: static;
    background-color: #1269b0;
  }
  .stage__item--grid .stage__block-wrapper .block--white-color:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-image: url("/assets/img/stage/grid-header.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
    z-index: 0;
    opacity: 0.25;
    pointer-events: none;
  }
  .stage__carousel--product .stage__item .block {
    min-height: 70%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -moz-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .stage__wrapper__badge {
    width: 150px;
  }
  .stage__item__caption {
    width: 50%;
  }
  .stage__item__caption__title {
    font-size: 6rem;
  }
  .stage__item__caption--right {
    width: auto;
  }
}
@media (min-width: 1400px) {
  .stage__item__caption {
    bottom: 45px;
  }
  .stage__item__caption--right {
    bottom: 50%;
  }
}
/* Generate product stage block widths */
/*
$product-stage-grid-breakpoints: ( lg, xl, xxl, xxxl );
@each $breakpoint in $product-stage-grid-breakpoints {
	@include media-breakpoint-up($breakpoint) {
		.stage {
			&__item {
				.block {
					padding: 45px 0 45px 45px;
					
					&__headline,
					&__content {
						max-width: calc(#{map-get($container-max-widths, $breakpoint) / 2} - 60px);
					}
				}
			}
		}
	}
}
*/
.table .table-search {
  padding-top: 0.5rem;
}
.table.table-sm {
  font-size: 0.9rem;
}
.table.table-sm td {
  padding: 10px 0.3rem;
}
.table.table-sm td .badge {
  margin-right: 5px;
  vertical-align: bottom;
}
.table.table-sm td .badge.badge-secondary {
  margin-bottom: 0rem;
}
@media (min-width: 1200px) {
  .table.table-sm td {
    padding: 0.3rem;
  }
}
@keyframes bounce {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.nav.nav-tabs {
  border-color: #1269b0;
}
.nav.nav-tabs .nav-item {
  -webkit-flex: 1 0 33.3333%;
  -moz-flex: 1 0 33.3333%;
  -ms-flex: 1 0 33.3333%;
  flex: 1 0 33.3333%;
}
.nav.nav-tabs--centered {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.nav.nav-tabs .nav-link {
  height: 100%;
  padding-bottom: 15px;
  border-color: transparent;
  font-size: 0.8rem;
}
.nav.nav-tabs .nav-link.active {
  font-weight: 600;
}
.nav.nav-tabs .nav-link:hover .nav-link__icon {
  -webkit-animation-delay: 0;
  -webkit-animation-duration: 1s;
  -webkit-animation-name: bounce;
  -webkit-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -moz-animation-delay: 0;
  -moz-animation-duration: 1s;
  -moz-animation-name: bounce;
  -moz-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  -o-animation-delay: 0;
  -o-animation-duration: 1s;
  -o-animation-name: bounce;
  -o-animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
  animation-delay: 0;
  animation-duration: 1s;
  animation-name: bounce;
  animation-fill-mode: forwards;
  /* this prevents the animation from restarting! */
}
.nav.nav-tabs--filter .nav-link {
  font-size: 1rem;
}
.nav-tabs .nav-link {
  color: #1269b0;
}
.nav-tabs .nav-link:hover {
  cursor: pointer;
}
.nav-tabs .nav-link.active {
  color: #1269b0;
}
.nav-tabs .nav-link__icon {
  width: 50px;
  margin-bottom: 10px;
}
.nav-tabs__content {
  /* DONT USE padding as this results in jumping after transition */
  /* padding: 15px 0; */
}
.nav-tabs__content .row {
  margin: 15px 0;
}
.nav-tabs--filter {
  border: 0 !important;
}
.nav-tabs--filter .nav-link {
  padding-bottom: 15px !important;
  border-radius: 0;
  border: 0 !important;
}
.nav-tabs--filter .nav-link.active:before, .nav-tabs--filter .nav-link.active:after {
  content: none !important;
}
.nav-tabs--filter ~ .nav-tabs__content {
  padding: 15px;
  background-color: #fff;
}
.nav-tabs--filter ~ .nav-tabs__content .row {
  margin: 0;
}
@media (min-width: 992px) {
  .nav.nav-tabs--centered {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  .nav.nav-tabs__content .row {
    margin: 30px 0;
  }
  .nav.nav-tabs .nav-item {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .nav.nav-tabs .nav-link {
    padding-bottom: 45px;
    font-size: 1rem;
    border-color: transparent transparent #1269b0 transparent;
  }
  .nav.nav-tabs .nav-link.active {
    border-color: transparent transparent #1269b0 transparent;
    position: relative;
  }
  .nav.nav-tabs .nav-link.active:before {
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px);
    pointer-events: none;
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #1269b0;
  }
  .nav.nav-tabs .nav-link.active:after {
    position: absolute;
    bottom: -1px;
    left: calc(50% - 25px);
    pointer-events: none;
    content: "";
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 25px solid #fff;
  }
}
.teaser-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.teaser-list > ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.teaser-list__item {
  flex: 0 0 auto;
  width: 100%;
  margin: 5px 0;
  padding: 10px 0;
  font-size: 0.9rem;
  background-color: #fff;
  border-bottom: 5px solid #a0c3df;
}
.teaser-list__item .btn__prepend, .teaser-list__item .btn__append {
  line-height: 30px;
}
.teaser-list__headline {
  margin: 30px 0 15px 0;
}
.teaser-list__date {
  display: block;
  font-size: 0.8rem;
}
.teaser-list--news-list .teaser-list__item {
  padding: 15px;
}
.teaser-list--news-list .teaser-list__item img {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
  max-width: none !important;
}
.teaser-list--news-list .teaser-list__item .description {
  padding: 10px 0;
}
.teaser-list--news-list .teaser-list__item .btn-primary, .teaser-list--news-list .teaser-list__item .primary-button {
  padding-top: 0;
  padding-bottom: 0;
}
.teaser-list--news-list .teaser-list__item .title {
  line-height: 1;
  padding-bottom: 10px;
  margin-top: 0;
}
.teaser-list--news-archive .teaser-list__item {
  display: inline-block;
}
.teaser-list--news-archive .teaser-list__item, .teaser-list--news .teaser-list__item, .teaser-list--events .teaser-list__item {
  background-color: transparent;
  border-bottom: 0;
}
@media (min-width: 768px) {
  .teaser-list__item--small {
    width: 50%;
    padding-right: 30px;
  }
  .teaser-list--news-list .teaser-list__item {
    margin: 15px 0 30px 0;
  }
  .teaser-list--news-list .teaser-list__item .date {
    position: relative;
    display: block;
    font-size: 1rem;
    text-align: center;
    padding-right: 15px;
    line-height: 1.25;
    padding-bottom: 10px;
    height: 100%;
  }
  .teaser-list--news-list .teaser-list__item .date__day {
    display: block;
    font-size: 1.5rem;
  }
  .teaser-list--news-list .teaser-list__item .date__month {
    display: block;
  }
  .teaser-list--news-list .teaser-list__item .date:after {
    content: "";
    position: absolute;
    right: 0;
    top: -15px;
    width: 1px;
    border-right: 1px solid #a0c3df;
    height: calc(100% + 15px);
  }
}
@media (min-width: 1200px) {
  .teaser-list__item--small {
    width: 33.33333%;
  }
}
html {
  font-size: 15px;
}
@media (min-width: 1400px) {
  font-size: 16px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  color: #1269b0;
}
h1, .h1 {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 4rem;
  font-size: 2.5rem;
}
h1:before, .h1:before {
  content: "";
  position: absolute;
  bottom: -45px;
  left: -70px;
  background-image: url("/assets/img/sprites/wave.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 225px;
  height: 65px;
  opacity: 0.075;
  pointer-events: none;
}
h1--no-wave:before, .h1--no-wave:before {
  content: none;
}
h2, .h2 {
  display: block;
  font-size: 2rem;
  text-align: left;
}
h2--with-wave, .h2--with-wave {
  font-size: 2.5rem;
  text-align: center;
  position: relative;
}
h2--with-wave:before, .h2--with-wave:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 170px);
  background-image: url("/assets/img/sprites/wave.svg");
  background-repeat: no-repeat;
  background-position: 0 -32px;
  background-size: 100%;
  width: 300px;
  height: 30px;
  opacity: 0.075;
  pointer-events: none;
}
h2--no-wave, .h2--no-wave {
  margin-left: 0 !important;
}
h2--no-wave:before, .h2--no-wave:before {
  content: none !important;
}
h3, .h3, h4, .h4 {
  margin-top: 1.5rem;
  margin-left: 0;
  text-align: left;
}
h3:before, .h3:before, h4:before, .h4:before {
  content: none;
}
.text-primary {
  color: #1269b0 !important;
}
.text-uppercase {
  text-transform: uppercase;
}
.todo {
  color: #ff0000;
}
@media (min-width: 992px) {
  h1, .h1 {
    font-size: 3.25rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h2--with-wave, .h2--with-wave {
    margin-left: -300px;
    font-size: 2.75rem;
  }
  h2--with-wave:before, .h2--with-wave:before {
    position: relative;
    bottom: -15px;
    left: 155px;
    display: inline-block;
  }
  h2--wave-white:before, .h2--wave-white:before {
    left: 220px;
  }
}
a {
  color: #1269b0;
}
a:hover {
  text-decoration: none;
  color: #0d4d82;
}
