@charset "UTF-8";
/* ======================================================================================== */
/*
body {
    font-family: $standard-font;
    color: $color-font;
    font-size: 0.85rem;
    background: none;
    background-color: $color-white;

    @media only screen and (min-width: 40em) {
        font-size: 1rem;
    }
}
*/
.fullwidth > .grid-x {
  max-width: unset;
}

.grid-x-fluid > .grid-x {
  max-width: 95%;
}

.grid-x.geContent {
  max-width: 100%;
}

.page {
  position: relative;
}

.grid-x {
  margin: auto;
  max-width: 70rem;
}
.grid-x.grid-x-wide {
  max-width: 107.5rem;
}

figure img {
  width: 100%;
  height: auto;
}

header .headBox {
  position: relative;
  height: auto;
}
header .slider-box {
  position: relative;
}
header .slider-box .head.small figcaption {
  position: absolute;
  top: 35%;
  left: 10%;
  width: 80%;
  color: rgb(255, 255, 255);
  font-size: 3.125vw;
  line-height: 1.25;
  text-align: center;
}
header .slider-box .head.small figcaption span {
  display: block;
}
header .slider-box .head.small figcaption span:first-child {
  font-size: 2em;
  font-weight: 600;
}
header .slider-box .head.small figcaption a,
header .slider-box .head.small figcaption a:link,
header .slider-box .head.small figcaption a:visited,
header .slider-box .head.small figcaption a:active {
  padding: 0.5rem;
  display: inline-block;
  color: rgb(255, 255, 255);
  transition: all 333ms;
}
header .slider-box .head.small figcaption a:focus,
header .slider-box .head.small figcaption a:hover {
  background: rgba(255, 255, 255, 0.25);
}
header .slider-box .slick-prev,
header .slider-box .slick-next {
  /* background: transparent none repeat scroll 0 0; */
  /* background-color: rgb(58, 219, 118); */
  border: medium none;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  height: 32px;
  line-height: 0;
  outline: medium none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  width: 16px;
}
header .slider-box .slick-prev::before,
header .slider-box .slick-next::before {
  color: white;
  font-size: 12px;
  line-height: 1;
  opacity: 0.75;
}
header .slider-box .slick-prev {
  left: 5px;
  z-index: 5;
  color: rgb(255, 255, 255);
}
header .slider-box .slick-prev:hover,
header .slider-box .slick-next:hover {
  opacity: 0.6;
}
header .slider-box .slick-next {
  right: 5px;
  z-index: 5;
  color: rgb(255, 255, 255);
}
header .slider-box .slick-slide img {
  width: 100%;
}
@media only screen and (min-width: 40em) {
  header .slider-box .slick-prev,
  header .slider-box .slick-next {
    font-size: 3rem;
    height: 48px;
    width: 24px;
  }
  header .slider-box .slick-prev::before,
  header .slider-box .slick-next::before {
    font-size: 16px;
  }
  header .slider-box .slick-prev {
    left: 10px;
  }
  header .slider-box .slick-next {
    right: 10px;
  }
}
@media only screen and (min-width: 64em) {
  header .slider-box .head.small figcaption {
    font-size: 2rem;
    text-align: center;
  }
  header .slider-box .slick-prev,
  header .slider-box .slick-next {
    font-size: 5rem;
    height: 80px;
    width: 40px;
  }
  header .slider-box .slick-prev::before,
  header .slider-box .slick-next::before {
    font-size: 20px;
  }
  header .slider-box .slick-prev {
    left: 15px;
  }
  header .slider-box .slick-next {
    right: 15px;
  }
}
header .logo {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 10rem;
}
@media only screen and (min-width: 40em) {
  header .logo {
    top: 2rem;
    right: 2rem;
    width: 12rem;
  }
}
@media only screen and (min-width: 64em) {
  header .logo {
    top: 2rem;
    right: 2rem;
    width: 15rem;
  }
}
header .caption {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  right: 3rem;
  color: rgb(255, 255, 255);
  font-family: Arial, Helvetica, sans;
}
header .caption a,
header .caption a:link,
header .caption a:visited,
header .caption a:active {
  padding: 0.5rem;
  display: block;
  color: rgb(255, 255, 255);
  background: transparent;
  transition: all 333ms;
}
header .caption a:focus,
header .caption a:hover {
  background: rgba(255, 255, 255, 0.25);
}
header .caption .line1 {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.1;
  text-shadow: 1px 1px 1px #222;
}
header .caption .line2 {
  text-align: left;
  font-size: 1.7rem;
  line-height: 1.1;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #222;
}
header .caption .line3 {
  text-align: right;
  font-size: 1.1rem;
  line-height: 1.1;
  text-shadow: 1px 1px 1px #222;
}
@media only screen and (min-width: 40em) {
  header .caption {
    right: 5rem;
  }
  header .caption .line1 {
    font-size: 1.6rem;
  }
  header .caption .line2 {
    font-size: 3rem;
  }
  header .caption .line3 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 64em) {
  header .caption {
    right: 7rem;
  }
  header .caption .line1 {
    font-size: 2rem;
  }
  header .caption .line2 {
    font-size: 4rem;
  }
  header .caption .line3 {
    font-size: 1.8rem;
  }
}
header .socialMedia {
  border-top: 1px dashed rgb(255, 255, 255);
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2rem;
  line-height: 2rem;
  min-width: 66%;
  font-size: 2rem;
  padding-top: 0.5rem;
  margin-bottom: 2rem;
  text-shadow: 1px 1px 1px #222;
  transform-origin: right bottom;
  transform: scale(0.6);
}
header .socialMedia.small {
  min-width: 33%;
}
header .socialMedia a,
header .socialMedia a:visited {
  color: rgb(255, 255, 255);
}
header .socialMedia a:active,
header .socialMedia a:focus,
header .socialMedia a:hover {
  color: rgb(136, 136, 136);
}
header .socialMedia .share {
  font-size: 1.1rem;
  color: rgb(243, 243, 243);
}
header .socialMedia .use {
  margin-left: 1rem;
  margin-right: 0.5rem;
  font-size: 1.1rem;
  color: rgb(243, 243, 243);
}
header .socialMedia .use a,
header .socialMedia .use a:visited {
  /*color: $color-blue;*/
  text-shadow: 1px 1px 1px rgb(88, 88, 90);
}
header .socialMedia .use a:active,
header .socialMedia .use a:focus,
header .socialMedia .use a:hover {
  color: rgb(136, 136, 136);
}
header .socialMedia a.download,
header .socialMedia a.download:visited {
  margin-left: 4rem;
  font-size: 1.2rem;
  color: rgb(255, 255, 255);
}
header .socialMedia a.download .arrow,
header .socialMedia a.download:visited .arrow {
  color: rgb(0, 118, 185);
}
header .socialMedia a.download .picture,
header .socialMedia a.download:visited .picture {
  color: rgb(0, 118, 185);
  text-shadow: none;
}
header .socialMedia a.download:active,
header .socialMedia a.download:focus,
header .socialMedia a.download:hover {
  color: rgb(136, 136, 136);
}
header .socialMedia a.download:active .arrow,
header .socialMedia a.download:focus .arrow,
header .socialMedia a.download:hover .arrow {
  color: rgb(0, 118, 185);
}
header .socialMedia a.download:active .picture,
header .socialMedia a.download:focus .picture,
header .socialMedia a.download:hover .picture {
  color: rgb(0, 0, 0);
}
@media only screen and (min-width: 40em) {
  header .socialMedia {
    height: 2.3rem;
    line-height: 2.3rem;
    min-width: 66%;
    font-size: 2.3rem;
    transform: scale(1);
  }
  header .socialMedia .use {
    margin-left: 2rem;
    font-size: 1.2rem;
  }
}
header .socialmedia-and-downloads {
  position: absolute;
  bottom: 0;
  right: 0;
  height: auto;
  line-height: 1.8rem;
  font-size: 0.8rem;
  padding: 0 3rem 1rem 0;
  color: rgb(255, 255, 255);
  text-shadow: 1px 1px 1px #222;
  text-align: right;
  transform-origin: right bottom;
  vertical-align: middle;
  text-transform: uppercase;
}
header .socialmedia-and-downloads i {
  font-size: 2em;
  line-height: 1em;
  vertical-align: middle;
}
header .socialmedia-and-downloads i.deactivated {
  margin-left: 0.25rem;
  opacity: 0.33;
}
header .socialmedia-and-downloads span,
header .socialmedia-and-downloads a,
header .socialmedia-and-downloads a:visited {
  line-height: 1em;
  color: rgb(255, 255, 255);
  margin-left: 0.25rem;
  vertical-align: middle;
}
header .socialmedia-and-downloads a:active,
header .socialmedia-and-downloads a:focus,
header .socialmedia-and-downloads a:hover {
  color: rgb(136, 136, 136);
}
header .socialmedia-and-downloads .download-link {
  margin-left: 1rem;
}
@media only screen and (min-width: 40em) {
  header .socialmedia-and-downloads {
    padding: 0 5rem 1rem 0;
    transform: scale(1.5);
  }
}
header .slide-overlay {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  width: auto;
  background: linear-gradient(90deg, transparent, transparent 60%, rgba(0, 0, 0, 0.6));
}
header .hashtag-caption {
  display: inline-block;
  position: absolute;
  padding: 1.1vw 4vw 1.1vw 1.1vw;
  top: 70%;
  right: 0;
  width: 60%;
  font-size: 1rem;
  line-height: 1rem;
  font-family: Arial, Helvetica, sans;
  font-weight: 400;
  background: rgb(255, 255, 255);
  color: rgb(0, 118, 185);
  text-transform: uppercase;
  transform-origin: right bottom;
}
header .hashtag-caption img {
  display: block;
  height: auto;
}
header .hashtag-caption b {
  font-weight: 700;
}
header .hashtag-caption span {
  color: rgb(0, 0, 0);
}
header .hashtag-caption p {
  line-height: 1rem;
  margin: 0;
}
@media only screen and (min-width: 40em) {
  header .hashtag-caption {
    /*padding: 0.5rem 2rem 0.5rem 0.5rem;*/
    top: 70%;
    right: 0;
    width: 50%;
  }
}
@media only screen and (min-width: 64em) {
  header .hashtag-caption {
    /*padding: 1rem 4rem 1rem 1rem;*/
    top: 70%;
    right: 0;
    width: 40%;
  }
}

main {
  min-height: 20rem;
  margin-top: 3rem;
}
main > div,
main > section {
  padding: 0 1rem;
}
@media only screen and (min-width: 72em) {
  main > div,
  main > section {
    padding: 0 0;
  }
}
main a.card.search-result {
  display: block;
  width: 100%;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  transition: all 333ms;
}
main a.card.search-result .card-divider {
  background-color: rgb(255, 255, 255);
  transition: all 333ms;
}
main a.card.search-result .card-divider h3 {
  color: rgb(0, 118, 185);
  transition: all 333ms;
}
main a.card.search-result:hover, main a.card.search-result:focus {
  background-color: rgb(218, 218, 218);
}
main a.card.search-result:hover .card-divider, main a.card.search-result:focus .card-divider {
  background-color: rgb(0, 118, 185);
}
main a.card.search-result:hover .card-divider h3, main a.card.search-result:focus .card-divider h3 {
  color: rgb(255, 255, 255);
}
main .box-accordion {
  margin-bottom: 4rem;
}
main .box-accordion .accordion,
main .box-accordion .accordion-title,
main .box-accordion .accordion-content {
  background: transparent !important;
  border: none !important;
  padding: 0;
}
main .box-accordion .accordion-content {
  padding-top: 1rem;
  font-size: 1rem;
}
main .box-accordion .accordion {
  padding: 1rem !important;
  margin: 0 !important;
}
main .box-accordion .accordion-title {
  padding: 0 3rem 0 0 !important;
  transition: 333ms all;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
}
main .box-accordion .accordion-title::before {
  font-size: 2rem;
  margin-top: -1rem;
}
main .box-accordion .accordion-title.font-size-xl {
  font-size: 2.5rem;
  line-height: 1;
}
main .box-accordion .accordion-title.font-size-l {
  font-size: 2rem;
  line-height: 1;
}
main .box-accordion .accordion-title.font-size-m {
  font-size: 1.5rem;
  line-height: 1;
}
main .box-accordion .accordion-title.font-size-s {
  font-size: 1.25rem;
  line-height: 1;
}
main .box-accordion .accordion-title.font-size-xs {
  font-size: 1rem;
  line-height: 1;
}
main .box-accordion .accordion-title span {
  font-weight: 400;
  text-transform: none;
}
main .box-accordion .accordion-title span.sub-font-size-m {
  font-size: 1em;
}
main .box-accordion .accordion-title span.sub-font-size-s {
  font-size: 0.75em;
}
main .box-accordion .accordion-title span.sub-font-size-xs {
  font-size: 0.5em;
}
main .box-accordion .accordion-title:hover h2 {
  color: black !important;
}
main .bgWhite {
  background-color: rgb(255, 255, 255);
}
main .bgWhite a.accordion-title {
  color: rgb(0, 118, 185);
}
main .bgWhite > .grid-x {
  background-color: rgb(255, 255, 255);
  margin-bottom: 4rem;
}
main .bgWhite > .grid-x h1, main .bgWhite > .grid-x h2, main .bgWhite > .grid-x h3, main .bgWhite > .grid-x h4, main .bgWhite > .grid-x h5, main .bgWhite > .grid-x h6 {
  color: rgb(0, 118, 185);
}
main .bgWhite > .grid-x p {
  color: rgb(88, 88, 90);
}
main .bgWhite .grid-x p {
  color: rgb(88, 88, 90) !important;
}
main .bgWhite.fullwidth {
  background-color: rgb(255, 255, 255);
}
main .bgWhite.fullwidth > .grid-x {
  background-color: transparent;
}
main .bgLightgrey {
  background-color: rgb(243, 243, 243);
}
main .bgLightgrey a.accordion-title {
  color: rgb(0, 118, 185);
}
main .bgLightgrey > .grid-x {
  background-color: rgb(243, 243, 243);
  margin-bottom: 4rem;
}
main .bgLightgrey > .grid-x h1, main .bgLightgrey > .grid-x h2, main .bgLightgrey > .grid-x h3, main .bgLightgrey > .grid-x h4, main .bgLightgrey > .grid-x h5, main .bgLightgrey > .grid-x h6 {
  color: rgb(0, 118, 185);
}
main .bgLightgrey > .grid-x p {
  color: rgb(88, 88, 90);
}
main .bgLightgrey .grid-x p {
  color: rgb(88, 88, 90) !important;
}
main .bgLightgrey.fullwidth {
  background-color: rgb(243, 243, 243);
}
main .bgLightgrey.fullwidth > .grid-x {
  background-color: transparent;
}
main .bgDarkgrey {
  background-color: rgb(218, 218, 218);
}
main .bgDarkgrey a.accordion-title {
  color: rgb(255, 255, 255);
}
main .bgDarkgrey > .grid-x {
  background-color: rgb(218, 218, 218);
  margin-bottom: 4rem;
}
main .bgDarkgrey > .grid-x h1, main .bgDarkgrey > .grid-x h2, main .bgDarkgrey > .grid-x h3, main .bgDarkgrey > .grid-x h4, main .bgDarkgrey > .grid-x h5, main .bgDarkgrey > .grid-x h6 {
  color: rgb(255, 255, 255);
}
main .bgDarkgrey > .grid-x p {
  color: rgb(255, 255, 255);
}
main .bgDarkgrey .grid-x p {
  color: rgb(255, 255, 255) !important;
}
main .bgDarkgrey.fullwidth {
  background-color: rgb(218, 218, 218);
}
main .bgDarkgrey.fullwidth > .grid-x {
  background-color: transparent;
}
main .bgDarkgrey {
  background-color: rgb(136, 136, 136);
}
main .bgDarkgrey a.accordion-title {
  color: rgb(255, 255, 255);
}
main .bgDarkgrey > .grid-x {
  background-color: rgb(136, 136, 136);
  margin-bottom: 4rem;
}
main .bgDarkgrey > .grid-x h1, main .bgDarkgrey > .grid-x h2, main .bgDarkgrey > .grid-x h3, main .bgDarkgrey > .grid-x h4, main .bgDarkgrey > .grid-x h5, main .bgDarkgrey > .grid-x h6 {
  color: rgb(255, 255, 255);
}
main .bgDarkgrey > .grid-x p {
  color: rgb(255, 255, 255);
}
main .bgDarkgrey .grid-x p {
  color: rgb(255, 255, 255) !important;
}
main .bgDarkgrey.fullwidth {
  background-color: rgb(136, 136, 136);
}
main .bgDarkgrey.fullwidth > .grid-x {
  background-color: transparent;
}
main .bgBlack {
  background-color: rgb(0, 0, 0);
}
main .bgBlack a.accordion-title {
  color: rgb(255, 255, 255);
}
main .bgBlack > .grid-x {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  margin-bottom: 4rem;
}
main .bgBlack > .grid-x h1, main .bgBlack > .grid-x h2, main .bgBlack > .grid-x h3, main .bgBlack > .grid-x h4, main .bgBlack > .grid-x h5, main .bgBlack > .grid-x h6 {
  color: rgb(255, 255, 255);
}
main .bgBlack > .grid-x p {
  color: rgb(255, 255, 255);
}
main .bgBlack .grid-x p {
  color: rgb(255, 255, 255) !important;
}
main .bgBlack.fullwidth {
  background-color: rgb(0, 0, 0);
}
main .bgBlack.fullwidth > .grid-x {
  background-color: transparent;
}
main .bgOrange {
  background-color: rgb(248, 178, 0);
}
main .bgOrange a.accordion-title {
  color: rgb(0, 118, 185);
}
main .bgOrange > .grid-x {
  background-color: rgb(248, 178, 0);
  margin-bottom: 4rem;
}
main .bgOrange > .grid-x h1, main .bgOrange > .grid-x h2, main .bgOrange > .grid-x h3, main .bgOrange > .grid-x h4, main .bgOrange > .grid-x h5, main .bgOrange > .grid-x h6 {
  color: rgb(0, 118, 185);
}
main .bgOrange > .grid-x p {
  color: rgb(88, 88, 90);
}
main .bgOrange .grid-x p {
  color: rgb(88, 88, 90) !important;
}
main .bgOrange.fullwidth {
  background-color: rgb(248, 178, 0);
}
main .bgOrange.fullwidth > .grid-x {
  background-color: transparent;
}
main .bgBlue {
  background-color: rgb(0, 118, 185);
}
main .bgBlue a.accordion-title {
  color: rgb(248, 178, 0);
}
main .bgBlue > .grid-x {
  background-color: rgb(0, 118, 185);
  margin-bottom: 4rem;
}
main .bgBlue > .grid-x h1, main .bgBlue > .grid-x h2, main .bgBlue > .grid-x h3, main .bgBlue > .grid-x h4, main .bgBlue > .grid-x h5, main .bgBlue > .grid-x h6 {
  color: rgb(248, 178, 0);
}
main .bgBlue > .grid-x p {
  color: rgb(255, 255, 255);
}
main .bgBlue > .grid-x a:not(.accordion-title),
main .bgBlue > .grid-x a:visited,
main .bgBlue > .grid-x a:active {
  color: rgb(255, 255, 255);
}
main .bgBlue > .grid-x a:focus,
main .bgBlue > .grid-x a:hover {
  color: rgb(136, 136, 136);
}
main .bgBlue .grid-x p {
  color: rgb(255, 255, 255) !important;
}
main .bgBlue.fullwidth {
  background-color: rgb(0, 118, 185);
}
main .bgBlue.fullwidth > .grid-x {
  background-color: transparent;
}
main .bgBlue h1, main .bgBlue h2, main .bgBlue h3 {
  color: rgb(255, 255, 255);
}
main .bgBlue a,
main .bgBlue a:visited {
  color: rgb(255, 255, 255);
}
main .bgBlackberry {
  background-color: rgb(147, 17, 126);
}
main .bgBlackberry a.accordion-title {
  color: rgb(139, 162, 54);
}
main .bgBlackberry > .grid-x {
  background-color: rgb(147, 17, 126);
  margin-bottom: 4rem;
}
main .bgBlackberry > .grid-x h1, main .bgBlackberry > .grid-x h2, main .bgBlackberry > .grid-x h3, main .bgBlackberry > .grid-x h4, main .bgBlackberry > .grid-x h5, main .bgBlackberry > .grid-x h6 {
  color: rgb(139, 162, 54);
}
main .bgBlackberry > .grid-x p {
  color: rgb(255, 255, 255);
}
main .bgBlackberry > .grid-x a,
main .bgBlackberry > .grid-x a:visited,
main .bgBlackberry > .grid-x a:active {
  color: rgb(255, 255, 255);
}
main .bgBlackberry > .grid-x a:focus,
main .bgBlackberry > .grid-x a:hover {
  color: rgb(136, 136, 136);
}
main .bgBlackberry .grid-x p {
  color: rgb(255, 255, 255) !important;
}
main .bgBlackberry.fullwidth {
  background-color: rgb(147, 17, 126);
}
main .bgBlackberry.fullwidth > .grid-x {
  background-color: transparent;
}
main .bgGreen {
  background-color: rgb(139, 162, 54);
}
main .bgGreen a.accordion-title {
  color: rgb(147, 17, 126);
}
main .bgGreen > .grid-x {
  background-color: rgb(139, 162, 54);
  margin-bottom: 4rem;
}
main .bgGreen > .grid-x h1, main .bgGreen > .grid-x h2, main .bgGreen > .grid-x h3, main .bgGreen > .grid-x h4, main .bgGreen > .grid-x h5, main .bgGreen > .grid-x h6 {
  color: rgb(147, 17, 126);
}
main .bgGreen > .grid-x p {
  color: rgb(255, 255, 255);
}
main .bgGreen > .grid-x a,
main .bgGreen > .grid-x a:visited,
main .bgGreen > .grid-x a:active {
  color: rgb(255, 255, 255);
}
main .bgGreen > .grid-x a:focus,
main .bgGreen > .grid-x a:hover {
  color: rgb(136, 136, 136);
}
main .bgGreen .grid-x p {
  color: rgb(255, 255, 255) !important;
}
main .bgGreen.fullwidth {
  background-color: rgb(139, 162, 54);
}
main .bgGreen.fullwidth > .grid-x {
  background-color: transparent;
}
main .bgDarkOrange {
  background-color: rgb(231, 81, 30);
}
main .bgDarkOrange a.accordion-title {
  color: rgb(110, 186, 199);
}
main .bgDarkOrange > .grid-x {
  background-color: rgb(231, 81, 30);
  margin-bottom: 4rem;
}
main .bgDarkOrange > .grid-x h1, main .bgDarkOrange > .grid-x h2, main .bgDarkOrange > .grid-x h3, main .bgDarkOrange > .grid-x h4, main .bgDarkOrange > .grid-x h5, main .bgDarkOrange > .grid-x h6 {
  color: rgb(110, 186, 199);
}
main .bgDarkOrange > .grid-x p {
  color: rgb(255, 255, 255);
}
main .bgDarkOrange > .grid-x a,
main .bgDarkOrange > .grid-x a:visited,
main .bgDarkOrange > .grid-x a:active {
  color: rgb(255, 255, 255);
}
main .bgDarkOrange > .grid-x a:focus,
main .bgDarkOrange > .grid-x a:hover {
  color: rgb(136, 136, 136);
}
main .bgDarkOrange .grid-x p {
  color: rgb(255, 255, 255) !important;
}
main .bgDarkOrange.fullwidth {
  background-color: rgb(231, 81, 30);
}
main .bgDarkOrange.fullwidth > .grid-x {
  background-color: transparent;
}
main .bgLightBlue {
  background-color: rgb(110, 186, 199);
}
main .bgLightBlue a.accordion-title {
  color: rgb(231, 81, 30);
}
main .bgLightBlue > .grid-x {
  background-color: rgb(110, 186, 199);
  margin-bottom: 4rem;
}
main .bgLightBlue > .grid-x h1, main .bgLightBlue > .grid-x h2, main .bgLightBlue > .grid-x h3, main .bgLightBlue > .grid-x h4, main .bgLightBlue > .grid-x h5, main .bgLightBlue > .grid-x h6 {
  color: rgb(231, 81, 30);
}
main .bgLightBlue > .grid-x p {
  color: rgb(255, 255, 255);
}
main .bgLightBlue > .grid-x a,
main .bgLightBlue > .grid-x a:visited,
main .bgLightBlue > .grid-x a:active {
  color: rgb(255, 255, 255);
}
main .bgLightBlue > .grid-x a:focus,
main .bgLightBlue > .grid-x a:hover {
  color: rgb(136, 136, 136);
}
main .bgLightBlue .grid-x p {
  color: rgb(255, 255, 255) !important;
}
main .bgLightBlue.fullwidth {
  background-color: rgb(110, 186, 199);
}
main .bgLightBlue.fullwidth > .grid-x {
  background-color: transparent;
}
main .borderBlue {
  border: 2px rgb(0, 118, 185) solid;
}
main .borderBlackberry {
  border: 2px rgb(147, 17, 126) solid;
}
main .borderLightgrey {
  border: 2px rgb(243, 243, 243) solid;
}
main .borderDarkgrey {
  border: 2px rgb(136, 136, 136) solid;
}
main .borderOrange {
  border: 2px rgb(248, 178, 0) solid;
}
main .borderGreen {
  border: 2px rgb(139, 162, 54) solid;
}
main .borderDarkOrange {
  border: 2px rgb(231, 81, 30) solid;
}
main .borderLightBlue {
  border: 2px rgb(110, 186, 199) solid;
}
main .borderBlack {
  border: 2px rgb(0, 0, 0) solid;
}
main .textWhite {
  color: rgb(255, 255, 255);
}
main .textDarkgrey {
  color: rgb(136, 136, 136);
}
main .textBlack {
  color: rgb(0, 0, 0);
}
main .hover-bg {
  transition: all 333ms;
}
main .hover-bgBlue:hover, main .hover-bgBlue:focus, main .hover-bgBlue:active {
  background-color: rgb(0, 118, 185);
  color: rgb(255, 255, 255);
}
main .hover-bgBlue:hover a, main .hover-bgBlue:focus a, main .hover-bgBlue:active a {
  color: rgb(255, 255, 255);
}
main .hover-bgBlackberry:hover, main .hover-bgBlackberry:focus, main .hover-bgBlackberry:active {
  background-color: rgb(147, 17, 126);
  color: rgb(255, 255, 255);
}
main .hover-bgBlackberry:hover a, main .hover-bgBlackberry:focus a, main .hover-bgBlackberry:active a {
  color: rgb(255, 255, 255);
}
main .hover-bgLightgrey:hover, main .hover-bgLightgrey:focus, main .hover-bgLightgrey:active {
  background-color: rgb(243, 243, 243);
}
main .hover-bgDarkgrey:hover, main .hover-bgDarkgrey:focus, main .hover-bgDarkgrey:active {
  background-color: rgb(136, 136, 136);
  color: rgb(255, 255, 255);
}
main .hover-bgDarkgrey:hover a, main .hover-bgDarkgrey:focus a, main .hover-bgDarkgrey:active a {
  color: rgb(255, 255, 255);
}
main .hover-bgOrange:hover, main .hover-bgOrange:focus, main .hover-bgOrange:active {
  background-color: rgb(248, 178, 0);
  color: rgb(255, 255, 255);
}
main .hover-bgOrange:hover a, main .hover-bgOrange:focus a, main .hover-bgOrange:active a {
  color: rgb(255, 255, 255);
}
main .hover-bgGreen:hover, main .hover-bgGreen:focus, main .hover-bgGreen:active {
  background-color: rgb(139, 162, 54);
}
main .hover-bgDarkOrange:hover, main .hover-bgDarkOrange:focus, main .hover-bgDarkOrange:active {
  background-color: rgb(231, 81, 30);
}
main .hover-bgLightBlue:hover, main .hover-bgLightBlue:focus, main .hover-bgLightBlue:active {
  background-color: rgb(110, 186, 199);
}
main .hover-bgBlack:hover, main .hover-bgBlack:focus, main .hover-bgBlack:active {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
main .hover-bgBlack:hover a, main .hover-bgBlack:focus a, main .hover-bgBlack:active a {
  color: rgb(255, 255, 255);
}
main .hover-zoomIn:hover, main .hover-zoomIn:focus, main .hover-zoomIn:active {
  transform: scale(1.05);
}
main [class^=bg] > .grid-x {
  padding: 2rem 3rem;
}
main .grid-x .grid-x .bgWhite .grid-x p {
  color: rgb(88, 88, 90) !important;
}
main .grid-x .grid-x .bgWhite .grid-x a,
main .grid-x .grid-x .bgWhite .grid-x a:visited,
main .grid-x .grid-x .bgWhite .grid-x a:active {
  color: rgb(0, 118, 185);
}
main .grid-x .grid-x .bgWhite .grid-x a:focus,
main .grid-x .grid-x .bgWhite .grid-x a:hover {
  color: rgb(136, 136, 136);
}
main .grid-x .grid-x .bgLightgrey .grid-x p {
  color: rgb(88, 88, 90) !important;
}
main .grid-x .grid-x .bgLightgrey .grid-x a,
main .grid-x .grid-x .bgLightgrey .grid-x a:visited,
main .grid-x .grid-x .bgLightgrey .grid-x a:active {
  color: rgb(0, 118, 185);
}
main .grid-x .grid-x .bgLightgrey .grid-x a:focus,
main .grid-x .grid-x .bgLightgrey .grid-x a:hover {
  color: rgb(136, 136, 136);
}
main .grid-x .grid-x .bgDarkgrey .grid-x p {
  color: rgb(255, 255, 255) !important;
}
main .grid-x .grid-x .bgDarkgrey .grid-x a,
main .grid-x .grid-x .bgDarkgrey .grid-x a:visited,
main .grid-x .grid-x .bgDarkgrey .grid-x a:active {
  color: rgb(0, 118, 185);
}
main .grid-x .grid-x .bgDarkgrey .grid-x a:focus,
main .grid-x .grid-x .bgDarkgrey .grid-x a:hover {
  color: rgb(136, 136, 136);
}
main .grid-x .grid-x .bgBlack .grid-x p {
  color: rgb(255, 255, 255) !important;
}
main .grid-x .grid-x .bgBlack .grid-x a,
main .grid-x .grid-x .bgBlack .grid-x a:visited,
main .grid-x .grid-x .bgBlack .grid-x a:active {
  color: rgb(255, 255, 255);
}
main .grid-x .grid-x .bgBlack .grid-x a:focus,
main .grid-x .grid-x .bgBlack .grid-x a:hover {
  color: rgb(136, 136, 136);
}
main .grid-x .grid-x .bgOrange .grid-x p {
  color: rgb(88, 88, 90) !important;
}
main .grid-x .grid-x .bgBlue .grid-x p {
  color: rgb(255, 255, 255) !important;
}
main .grid-x .grid-x .bgBlue .grid-x a,
main .grid-x .grid-x .bgBlue .grid-x a:visited,
main .grid-x .grid-x .bgBlue .grid-x a:active {
  color: rgb(255, 255, 255);
}
main .grid-x .grid-x .bgBlue .grid-x a:focus,
main .grid-x .grid-x .bgBlue .grid-x a:hover {
  color: rgb(136, 136, 136);
}
main .grid-x .grid-x .bgBlackberry .grid-x p {
  color: rgb(255, 255, 255) !important;
}
main .grid-x .grid-x .bgBlackberry .grid-x a,
main .grid-x .grid-x .bgBlackberry .grid-x a:visited,
main .grid-x .grid-x .bgBlackberry .grid-x a:active {
  color: rgb(255, 255, 255);
}
main .grid-x .grid-x .bgBlackberry .grid-x a:focus,
main .grid-x .grid-x .bgBlackberry .grid-x a:hover {
  color: rgb(136, 136, 136);
}
main .grid-x .grid-x .bgGreen .grid-x p {
  color: rgb(255, 255, 255) !important;
}
main .grid-x .grid-x .bgGreen .grid-x a,
main .grid-x .grid-x .bgGreen .grid-x a:visited,
main .grid-x .grid-x .bgGreen .grid-x a:active {
  color: rgb(255, 255, 255);
}
main .grid-x .grid-x .bgGreen .grid-x a:focus,
main .grid-x .grid-x .bgGreen .grid-x a:hover {
  color: rgb(136, 136, 136);
}
main .grid-x .grid-x .bgDarkOrange .grid-x p {
  color: rgb(255, 255, 255) !important;
}
main .grid-x .grid-x .bgDarkOrange .grid-x a,
main .grid-x .grid-x .bgDarkOrange .grid-x a:visited,
main .grid-x .grid-x .bgDarkOrange .grid-x a:active {
  color: rgb(255, 255, 255);
}
main .grid-x .grid-x .bgDarkOrange .grid-x a:focus,
main .grid-x .grid-x .bgDarkOrange .grid-x a:hover {
  color: rgb(136, 136, 136);
}
main .grid-x .grid-x .bgDarkOrange .grid-x hr {
  border-color: rgb(255, 255, 255);
}
main .grid-x .grid-x .bgLightBlue .grid-x p {
  color: rgb(255, 255, 255) !important;
}
main .grid-x .grid-x .bgLightBlue .grid-x a,
main .grid-x .grid-x .bgLightBlue .grid-x a:visited,
main .grid-x .grid-x .bgLightBlue .grid-x a:active {
  color: rgb(255, 255, 255);
}
main .grid-x .grid-x .bgLightBlue .grid-x a:focus,
main .grid-x .grid-x .bgLightBlue .grid-x a:hover {
  color: rgb(136, 136, 136);
}
main .border > .grid-x {
  /* border: 2px solid $color-grey-medium; */
}
@media (max-width: 1023px) {
  main > section > .grid-x {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
main .geContent > .cell:first-child {
  padding-left: 0;
  padding-right: 0;
}
main .geContent > .cell:last-child {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 40em) {
  main .geContent > .cell {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }
  main .geContent > .cell:first-child {
    padding-left: 0;
    padding-right: 0.7rem;
  }
  main .geContent > .cell:last-child {
    padding-left: 0.7rem;
    padding-right: 0;
  }
}
main .citat .grid-x {
  border-bottom: 1px dashed rgb(136, 136, 136);
  padding-bottom: 1rem;
  margin-bottom: 4rem;
}
main .citat .grid-x .person img {
  margin-right: 2rem;
}
main .citat .grid-x .text {
  margin-top: 3rem;
}
main .citat .grid-x .quot img {
  width: 80px;
  margin-left: 2rem;
}
main .slickSlider .slick-dots {
  position: relative;
  bottom: 0;
  height: 1rem;
  z-index: 9;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}
main .slickSlider .slick-dots li {
  width: 24px;
  display: inline-block;
  margin-left: 0.3rem;
}
main .slickSlider .slick-dots li button {
  background-color: rgb(218, 218, 218);
  width: 1.3rem;
  height: 1.3rem;
  border-radius: 50%;
  font-size: 1rem;
  color: transparent;
  cursor: pointer;
}
main .slickSlider .slick-dots li.slick-active button {
  background-color: rgb(0, 118, 185);
}
main .slickSlider .slick-dots li.slick-active:hover button {
  background-color: rgb(0, 118, 185);
}
main .slickSlider .slick-dots li:hover button, main .slickSlider .slick-dots li.slick-active:hover button {
  background-color: rgb(0, 118, 185);
}
main .quote {
  padding: 1rem 0;
}
main .quote .quote-image {
  display: inline-block;
  position: relative;
  overflow-y: visible;
  width: 9.5rem;
  height: 11.5rem;
}
main .quote .quote-image img {
  display: block;
  position: relative;
  border-radius: 50%;
  border: 0.375rem solid rgb(218, 218, 218);
  max-width: 9rem;
  width: 9rem;
  height: 9rem;
}
main .quote .quote-image::before {
  display: block;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 5rem;
  height: 5rem;
  background: rgb(218, 218, 218);
  border-radius: 50%;
}
main .quote quote {
  display: block;
  padding-top: 2rem;
}
main .quote quote + cite {
  color: rgb(0, 118, 185);
  font-size: 1em;
  font-style: normal;
  font-weight: 600;
}
main .quote quote + cite::before {
  content: "";
}
main .quote i {
  font-size: 3rem;
  color: rgb(218, 218, 218);
}
main .quote .quote-logo {
  display: inline;
}
@media only screen and (min-width: 40em) {
  main .quote i {
    font-size: 4.5rem;
  }
}
@media only screen and (min-width: 64em) {
  main .quote i {
    font-size: 6rem;
  }
}
main .download img {
  margin-bottom: 0.5rem;
}
main .download hr {
  margin: 1rem auto 0.5rem auto;
}
main .download p {
  margin-bottom: 0;
}
main .download h2, main .download h3, main .download h4 {
  color: rgb(0, 0, 0);
}
main .download a {
  padding: 0.3rem 0;
  display: block;
}
main .download .cell.left {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 1.5rem;
}
main .download .cell.right {
  padding-left: 0;
  padding-right: 0;
}
main .download .cell.right .rightLeft {
  padding-left: 0;
  padding-right: 0;
}
main .download .cell.right .rightRight {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 40em) {
  main .download .cell.left {
    padding-right: 0;
    padding-left: 0;
  }
  main .download .cell.right {
    padding-left: 0;
    padding-right: 0;
  }
  main .download .cell.right .rightLeft {
    padding-left: 0;
    padding-right: 0.5rem;
  }
  main .download .cell.right .rightRight {
    padding-left: 0.5rem;
    padding-right: 0;
  }
}
@media only screen and (min-width: 64em) {
  main .download .cell.left {
    padding-right: 1rem;
    padding-left: 0;
  }
  main .download .cell.right {
    padding-left: 1rem;
    padding-right: 0;
  }
  main .download .cell.right .rightLeft {
    padding-left: 0;
    padding-right: 0.5rem;
  }
  main .download .cell.right .rightRight {
    padding-left: 0.5rem;
    padding-right: 0;
  }
}
main .threeBox img {
  margin-bottom: 0.5rem;
}
main .threeBox hr {
  margin: 1rem auto 0.5rem auto;
}
main .threeBox p {
  margin-bottom: 0;
}
main .threeBox a {
  padding: 0.3rem 0;
  display: block;
}
main .threeBox .cell.left {
  padding-right: 2rem;
}
main .threeBox .cell.middle {
  padding-right: 2rem;
}
main .threeBox .cell.right {
  padding-left: 2rem;
}
main .tde365 {
  overflow: hidden;
  padding: 0 0;
  margin-bottom: 3rem;
}
main .tde365 .head {
  color: rgb(0, 0, 0);
  font-size: 0.9rem;
}
main .tde365 .body {
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
main .tde365 .body .grid-container {
  max-width: 1366px;
}
main .tde365 .body .animationContentFromTheRight {
  padding: 8rem 0 6rem 0;
  background: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
main .tde365 .body .animationContentFromTheRight h2 {
  text-align: center;
  font-size: 9rem;
  line-height: 75%;
  font-weight: 700;
  font-family: Arial, Helvetica, sans;
  margin: 0 auto;
  color: rgb(255, 255, 255);
}
main .tde365 .body .animationContentFromTheRight h3 {
  text-align: center;
  font-size: 2rem;
  line-height: 75%;
  font-weight: 600;
  font-family: Arial, Helvetica, sans;
  text-transform: uppercase;
  margin: 0 auto;
  color: rgb(255, 255, 255);
}
main .tde365 .body .animationContentFromTheRight h4 {
  text-align: center;
  font-size: 1.2rem;
  line-height: 150%;
  font-weight: 400;
  font-family: Arial, Helvetica, sans;
  margin: 0 auto 0 auto;
  color: rgb(255, 255, 255);
}
main .tde365 .body .animationContentFromTheRight p {
  max-width: 650px;
  margin: auto;
  width: 90%;
  margin-top: 15px;
  font-family: Arial, Helvetica, sans;
}
main .tde365 .body .text {
  padding: 0 1rem;
}
@media only screen and (min-width: 40em) {
  main .tde365 .body .animationContentFromTheRight h2 {
    font-size: 14rem;
  }
  main .tde365 .body .animationContentFromTheRight h3 {
    font-size: 3rem;
  }
  main .tde365 .body .animationContentFromTheRight h4 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 64em) {
  main .tde365 .body .animationContentFromTheRight h2 {
    font-size: 18rem;
  }
  main .tde365 .body .animationContentFromTheRight h3 {
    font-size: 4rem;
  }
  main .tde365 .body .animationContentFromTheRight h4 {
    font-size: 2.5rem;
  }
}
main .headerLeft {
  padding: 0 0;
}
main .headerLeft .box {
  border-bottom: 2px dashed rgb(136, 136, 136);
  padding-left: 6rem;
  display: inline-block;
  margin-bottom: 2rem;
}
main .headerLeft h2 {
  font-size: 1.4rem;
  font-weight: normal;
  text-transform: none;
  margin-bottom: 0.2rem;
}
main .headerLeft h2::before {
  content: "\f063  ";
  font-family: FontAwesome, sans-serif;
  margin-right: 0.5rem;
  color: rgb(0, 118, 185);
}
main div.dwnld .cell {
  margin-bottom: 2rem;
}
main div.dwnld .cell .icon .fa {
  padding-right: 1rem;
}
main div.dwnld .head {
  margin-top: 1rem;
  text-transform: uppercase;
}
main div.dwnld .type {
  text-transform: uppercase;
}
main .galerieAnimation {
  position: relative;
}
main .galerieAnimation h2 {
  color: rgb(0, 118, 185);
  font-size: 1.15rem;
  text-transform: uppercase;
  margin: 10px 0 30px;
  font-weight: normal;
}
main .galerieAnimation h2::before {
  font-family: FontAwesome;
  content: "\f061";
  padding-right: 10px;
  font-weight: normal;
}
main .galerieAnimation .galerieTeaser {
  cursor: pointer;
}
main .galerieAnimation .galerieTeaser img {
  box-shadow: 4px 4px 4px rgb(88, 88, 90);
}
main .galerieAnimation .galerieElement {
  padding: 1rem;
  border: solid 1px transparent;
}
main .galerieAnimation .galerieElement.cell {
  margin-bottom: 0;
}
main .galerieAnimation .galerieElement.openChanel {
  background: rgb(243, 243, 243);
  border: solid 1px #e2e2e2;
  -webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.2);
}
main .galerieAnimation .galerieElement.openChanel h2 {
  color: rgb(88, 88, 90);
}
main .galerieAnimation .galerieElement.openChanel h2::before {
  font-family: FontAwesome;
  content: "\f063";
  padding-right: 8px;
}
main .galerieAnimation .galerieElement.openChanel .galerieTeaser img {
  box-shadow: 2px 2px 4px rgb(88, 88, 90);
}
main .galerieAnimation .galerieElement.openChanel .galerieInfobox {
  display: block;
}
main .galerieAnimation .galerieElement .galerieInfobox {
  padding: 0 3rem;
  display: none;
  position: absolute;
  margin-top: -1px;
  left: 0;
  margin-left: -1px;
  width: 101%;
  text-align: left;
  background: rgb(243, 243, 243);
  border: solid 1px #e2e2e2;
  border-top: none;
  -webkit-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.2);
  z-index: 2;
  /*
  h2::before {
      font-family: FontAwesome;
      content: "\f061";
      padding-right: 8px;
      color: $color-blue;
  }
  */
}
main .galerieAnimation .galerieElement .galerieInfobox h2, main .galerieAnimation .galerieElement .galerieInfobox h4 {
  color: rgb(0, 118, 185);
}
main .galerieAnimation .galerieElement .galerieInfobox h2::before {
  content: "";
  padding-right: 0;
  color: rgb(0, 118, 185);
}
main .galerieAnimation .galerieElement .galerieInfobox h4 {
  font-size: 1.1rem;
}
main .galerieAnimation .galerieElement .galerieInfobox .teaser {
  padding-top: 2rem;
}
main .galerieAnimation .galerieElement .galerieInfobox .teaser img {
  margin-bottom: 1rem;
}
main .galerieAnimation .galerieElement .galerieInfobox .show {
  padding-top: 2rem;
}
main .galerieAnimation .galerieElement .galerieInfobox .show img {
  margin-bottom: 1.5rem;
}
main .galerieAnimation .galerieElement .galerieInfobox .badges {
  padding-top: 2rem;
}
main .galerieAnimation .galerieElement .galerieInfobox .badges img {
  margin-bottom: 1.5rem;
}
main .galerieAnimation .galerieElement .bg {
  display: none;
  width: calc(100% + 1.875rem);
  margin-left: -0.9375rem;
  position: relative;
  top: -3px;
  background: rgb(243, 243, 243);
  height: 5px;
  z-index: 2;
}
main .co-effect-teaser {
  position: relative;
  margin-bottom: 1rem;
  width: 100%;
  padding-bottom: 66.667%;
  background-size: cover;
  background-position: center center;
  transition: all 500ms;
}
main .co-effect-teaser .co-effect-teaser-inner {
  position: absolute;
  width: 100%;
  height: 100%;
}
main .co-effect-teaser .co-effect-teaser-inner .co-effect-teaser-title {
  position: absolute;
  display: block;
  margin: auto 1rem 1rem 1rem;
  padding: 0.5rem;
  left: 0;
  bottom: 0;
  width: calc(100% - 2rem);
  color: black;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
main .co-effect-teaser a.co-effect-teaser-link {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  color: white;
  opacity: 0;
  transition: all 500ms;
}
main .co-effect-teaser a.co-effect-teaser-link .co-effect-teaser-description {
  position: absolute;
  display: block;
  margin: 0;
  padding: 1rem;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  color: white !important;
}
main .co-effect-teaser a.co-effect-teaser-link .co-effect-teaser-description > * {
  color: white !important;
}
main .co-effect-teaser a.co-effect-teaser-link.bgWhite .co-effect-teaser-description, main .co-effect-teaser a.co-effect-teaser-link.bgLightgrey .co-effect-teaser-description, main .co-effect-teaser a.co-effect-teaser-link.bgLightBlue .co-effect-teaser-description {
  color: black !important;
}
main .co-effect-teaser a.co-effect-teaser-link.bgWhite .co-effect-teaser-description > *, main .co-effect-teaser a.co-effect-teaser-link.bgLightgrey .co-effect-teaser-description > *, main .co-effect-teaser a.co-effect-teaser-link.bgLightBlue .co-effect-teaser-description > * {
  color: black !important;
}
main .co-effect-teaser:hover {
  transform: scale(1.05);
}
main .co-effect-teaser:hover a.co-effect-teaser-link {
  opacity: 1;
}
main .w-100 {
  width: 100%;
}
main .h-100 {
  height: 100%;
}
main .h-auto {
  height: auto;
}
main .object-fit-cover {
  object-fit: cover;
}

footer {
  background: rgb(0, 0, 0) url("Images/bg_footer_xsmall_2.png") no-repeat center top;
  /* background-size: 100% auto; */
  background-size: cover !important;
}
@media only screen and (min-width: 30em) {
  footer {
    background: transparent url("Images/bg_footer_small_2.png") no-repeat center top;
  }
}
@media only screen and (min-width: 40em) {
  footer {
    background: transparent url("Images/bg_footer_medium_2.png") no-repeat center top;
  }
}
@media only screen and (min-width: 64em) {
  footer {
    background: transparent url("Images/bg_footer_2.png") no-repeat center top;
  }
}
footer #upper-footer-row {
  margin-top: 2rem;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.8;
  padding: 6rem 1rem 1rem 1rem;
}
footer #upper-footer-row .blue {
  color: rgb(0, 118, 185);
}
footer #upper-footer-row .facebook {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
footer #upper-footer-row .fa-facebook {
  color: rgb(0, 0, 0);
  font-size: 1.2em;
  width: 92%;
}
@media only screen and (min-width: 40em) {
  footer #upper-footer-row .footer-social-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 72em) {
  footer #upper-footer-row {
    padding: 8rem 1rem 2rem 1rem;
  }
}
footer #upper-footer-row img.westlotto {
  padding: 0.3rem 0 0.5rem 0;
  height: 2.45rem;
}
footer #upper-footer-row img.sknrw {
  padding: 0.5rem 0;
  width: 13rem;
}
footer #upper-footer-row img.sportland-nrw {
  margin-top: 2.2rem;
  height: 1.15rem;
}
footer #upper-footer-row .footernavigation {
  margin-bottom: 2rem;
}
footer #upper-footer-row .footernavigation .frame-type-menu_pages ul {
  margin-left: 0;
  list-style-type: none;
}
footer #upper-footer-row .footernavigation .frame-type-menu_pages ul li a {
  color: rgb(136, 136, 136);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  transition: 333ms all;
}
footer #upper-footer-row .footernavigation .frame-type-menu_pages ul li a:hover, footer #upper-footer-row .footernavigation .frame-type-menu_pages ul li a:focus, footer #upper-footer-row .footernavigation .frame-type-menu_pages ul li a:active {
  color: rgb(255, 255, 255);
}
footer #upper-footer-row .footernavigation .frame-type-menu_subpages h4 {
  color: rgb(136, 136, 136);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}
footer #upper-footer-row .footernavigation .frame-type-menu_subpages ul {
  margin-left: 0;
  list-style-type: none;
}
footer #upper-footer-row .footernavigation .frame-type-menu_subpages ul li a {
  color: rgb(136, 136, 136);
  font-weight: normal;
  transition: 333ms all;
  font-size: 0.95rem;
}
footer #upper-footer-row .footernavigation .frame-type-menu_subpages ul li a:hover, footer #upper-footer-row .footernavigation .frame-type-menu_subpages ul li a:focus, footer #upper-footer-row .footernavigation .frame-type-menu_subpages ul li a:active {
  color: rgb(255, 255, 255);
}
footer #upper-footer-row .footernavigation h4 {
  color: rgb(136, 136, 136);
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
}
footer #upper-footer-row .footernavigation h4 a {
  color: rgb(136, 136, 136);
  transition: 333ms all;
}
footer #upper-footer-row .footernavigation h4 a:hover, footer #upper-footer-row .footernavigation h4 a:focus, footer #upper-footer-row .footernavigation h4 a:active {
  color: rgb(255, 255, 255);
}
footer #upper-footer-row .footer-partners {
  margin-top: 1rem;
  justify-content: end;
  display: flex;
  align-items: start;
  gap: 1rem;
  text-transform: uppercase;
  font-weight: normal;
  color: rgb(218, 218, 218);
  font-size: 0.9rem;
  flex-direction: column;
  width: auto;
}
footer #upper-footer-row .footer-partners__divider {
  width: 100%;
  height: 1px;
  background: rgb(218, 218, 218);
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
@media only screen and (min-width: 40em) {
  footer #upper-footer-row .footer-partners__divider {
    width: 1px;
    height: 100%;
  }
}
@media only screen and (min-width: 40em) {
  footer #upper-footer-row .footer-partners {
    flex-direction: row;
    width: 100%;
  }
}
footer #lower-footer-row {
  border-top: 1px dashed rgb(136, 136, 136);
  padding: 2rem 1rem;
}
footer #lower-footer-row a,
footer #lower-footer-row a:visited {
  color: rgb(218, 218, 218);
  padding: 0.7rem 0.5rem;
}
footer #lower-footer-row a:active,
footer #lower-footer-row a:focus,
footer #lower-footer-row a:hover {
  color: rgb(136, 136, 136);
}
footer #lower-footer-row li.menu-text:last-child,
footer #lower-footer-row li:last-child a {
  padding: 0.7rem 0 0.7rem 0.5rem;
}
footer #lower-footer-row li.menu-text {
  padding: 0.7rem 0.5rem;
}
@media only screen and (min-width: 72em) {
  footer #lower-footer-row {
    padding: 2rem 1rem;
  }
}
footer #lower-footer-row .footer-social-wrapper {
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 40em) {
  footer #lower-footer-row .footer-social-wrapper {
    flex-direction: row;
  }
}
@media only screen and (min-width: 64em) {
  footer #lower-footer-row .footer-social-wrapper {
    justify-content: start;
  }
}
footer #lower-footer-row .footer-nav-meta-wrapper .menu {
  justify-content: center;
  margin-top: 1rem;
}
@media only screen and (min-width: 64em) {
  footer #lower-footer-row .footer-nav-meta-wrapper .menu {
    justify-content: flex-end;
    margin-top: 0;
  }
}
footer #lower-footer-row .footer-social-link {
  border-radius: 100%;
  background: rgb(218, 218, 218);
  display: inline-block;
  height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
  margin-left: 0.5rem;
  transition: all 333ms;
}
footer #lower-footer-row .footer-social-link .fa {
  color: rgb(88, 88, 90);
  position: absolute;
  font-size: 1em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
footer #lower-footer-row .footer-social-link:hover, footer #lower-footer-row .footer-social-link:focus {
  background-color: rgb(136, 136, 136);
}
footer #lower-footer-row .footer-hashtag {
  color: rgb(218, 218, 218);
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 0.5rem;
}

.ce-gallery .ce-row .ce-column {
  margin-bottom: 0.5rem;
}

.ce-gallery .ce-row .ce-column:not(:last-child) {
  margin-right: 0.5rem;
}

@media only screen and (orientation: portrait) {
  #portrait-enabled.slider-box {
    height: 100vh !important;
  }
  #portrait-enabled.slider-box .slickSlider.head,
  #portrait-enabled.slider-box .slick-list,
  #portrait-enabled.slider-box .slick-track,
  #portrait-enabled.slider-box .slick-slide,
  #portrait-enabled.slider-box figure {
    height: 100%;
  }
  #portrait-enabled.slider-box figure {
    overflow: hidden;
  }
  #portrait-enabled.slider-box figure img {
    margin-left: -50%;
    height: 100%;
    width: auto;
    max-width: none;
  }
  #portrait-enabled.slider-box figure .caption {
    top: auto;
    right: auto;
    bottom: 2rem;
    left: 2rem;
    max-width: calc(100vw - 4rem);
  }
  #portrait-enabled.slider-box figure .caption .line2 {
    font-size: 8vw;
  }
  #portrait-enabled.slider-box .socialMedia {
    left: 2rem;
  }
}
.co-hub {
  display: block;
  position: fixed;
  padding: 1rem;
  left: -18rem;
  bottom: 10rem;
  width: 18rem;
  background: black;
  transition: all 333ms;
  border: 3px solid white;
  border-width: 3px 3px 3px 0;
}

.co-hub.open {
  left: 0;
}

.co-hub-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.co-hub-nav {
  position: absolute;
  right: -5rem;
  top: -3px;
  width: 5rem;
  height: 5rem;
  background: black;
  cursor: pointer;
  border: 3px solid white;
  border-width: 3px 3px 3px 0;
  color: white;
  font-size: 2.5rem;
  line-height: 4.5rem;
  text-align: center;
  vertical-align: middle;
  transition: all 333ms;
}

.co-hub-nav:hover,
.co-hub-nav:focus {
  background-color: rgb(136, 136, 136);
}

.co-hub-content h5 {
  color: white;
}

.co-hub-content .co-hub-link {
  display: block;
  margin-top: 0.5rem;
  padding: 0.25rem 0.5rem;
  font-size: 1.5rem;
  color: white;
  border: 3px solid white;
  transition: all 333ms;
}

.co-hub-content .co-hub-link:hover,
.co-hub-content .co-hub-link:focus {
  color: rgb(136, 136, 136);
}
.co-hub-content .co-hub-link:hover svg,
.co-hub-content .co-hub-link:focus svg {
  fill: rgb(136, 136, 136) !important;
}

.slider-box .video-embed {
  position: relative;
  padding: 0;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-bottom: 50%;
}
.slider-box .video-embed-item {
  position: absolute;
  border: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}
.slider-box > .small .video-embed {
  padding-bottom: 40%;
}
@media (max-width: 767px) {
  .slider-box > .small .video-embed {
    padding-bottom: 70.3125%;
  }
}
@media (max-width: 479px) {
  .slider-box > .small .video-embed {
    padding-bottom: 75%;
  }
}

#nav-main-responsive {
  position: sticky;
  top: 0;
  z-index: 1020;
}
#nav-main-responsive .is-dropdown-submenu {
  min-width: 330px;
}

.breadcrumb-container {
  font-size: 16px;
}
.breadcrumb-container .breadcrumbs li {
  font-size: 0.6875em;
  color: rgb(88, 88, 90);
}
.breadcrumb-container .breadcrumbs li::after {
  color: rgb(88, 88, 90) !important;
}

.co-msk.co-witness .witness-container {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
  grid-auto-rows: 20px;
}
.co-msk.co-witness .witness-item {
  width: 100%;
}
.co-msk.co-witness .witness-item .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.co-msk.co-witness .witness-item-opened {
  z-index: 1000;
}
.co-msk.co-witness .witness-top {
  position: relative;
  margin-bottom: 1rem;
  width: 100%;
  padding-bottom: 66.667%;
  background-size: cover;
  background-position: center center;
  transition: all 500ms;
}
.co-msk.co-witness .witness-top-inner {
  position: absolute;
  width: 100%;
  height: 100%;
}
.co-msk.co-witness .witness-top-title {
  position: absolute;
  display: block;
  margin: auto 1rem 1rem 1rem;
  padding: 0.5rem;
  left: 0;
  bottom: 0;
  width: calc(100% - 2rem);
  color: black;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
.co-msk.co-witness .witness-top-quote {
  position: absolute;
  margin: 0;
  padding: 1rem;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  color: white !important;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: all 500ms;
  display: flex;
  align-items: center;
  justify-content: center;
}
.co-msk.co-witness .witness-top-quote p:last-child {
  margin-bottom: 0;
}
.co-msk.co-witness .witness-top-quote > * {
  color: white !important;
}
.co-msk.co-witness .witness-top-quote.bgWhite, .co-msk.co-witness .witness-top-quote.bgLightgrey, .co-msk.co-witness .witness-top-quote.bgLightBlue {
  color: black !important;
}
.co-msk.co-witness .witness-top-quote.bgWhite > *, .co-msk.co-witness .witness-top-quote.bgLightgrey > *, .co-msk.co-witness .witness-top-quote.bgLightBlue > * {
  color: black !important;
}
.co-msk.co-witness .witness-top:hover {
  transform: scale(1.05);
}
.co-msk.co-witness .witness-top:hover .witness-top-quote {
  opacity: 1;
}
.co-msk.co-witness .witness-bottom {
  color: white !important;
  padding: 1rem;
}
@media (min-width: 1900px) {
  .co-msk.co-witness .witness-bottom {
    padding: 2rem;
  }
}
.co-msk.co-witness .witness-bottom.bgWhite, .co-msk.co-witness .witness-bottom.bgLightgrey, .co-msk.co-witness .witness-bottom.bgLightBlue {
  color: black !important;
}
.co-msk.co-witness .witness-bottom.bgWhite > *, .co-msk.co-witness .witness-bottom.bgLightgrey > *, .co-msk.co-witness .witness-bottom.bgLightBlue > * {
  color: black !important;
}
.co-msk.co-witness .witness-bottom .witness-text-open p:last-child, .co-msk.co-witness .witness-bottom .witness-text-quote p:last-child {
  margin-bottom: 0;
}
.co-msk.co-witness .witness-bottom .witness-text-toggler {
  margin-top: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
  text-decoration: underline;
  display: inline-flex;
  align-items: baseline;
  position: relative;
}
.co-msk.co-witness .witness-bottom .witness-text-toggler-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
}
.co-msk.co-witness .witness-bottom .witness-text-toggler.opened .witness-text-toggler-icon {
  transform: rotate(180deg) translateY(50%);
}
.co-msk.co-witness .witness-bottom .witness-text-toggler.opened .witness-text-toggler-closed {
  display: none;
}
.co-msk.co-witness .witness-bottom .witness-text-toggler.opened .witness-text-toggler-opened {
  display: inline !important;
}
.co-msk.co-witness .witness-bottom .witness-slider-wrapper {
  margin-bottom: 3rem;
}
.co-msk.co-witness .witness-bottom .witness-slider-wrapper .slick-arrow {
  color: white;
  position: absolute;
  top: 100%;
  margin-top: 0.5rem;
  left: 1.5rem;
  cursor: pointer;
}
.co-msk.co-witness .witness-bottom .witness-slider-wrapper .slick-arrow.slick-next {
  left: auto;
  right: 1.5rem;
}
.co-msk.co-witness .witness-bottom .witness-slider-wrapper .witness-slider-lightbox-toggler {
  cursor: pointer;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 200;
  color: white;
  margin-top: 0.5rem;
}
.co-msk.co-witness .witness-bottom .witness-slider-wrapper .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.co-msk.co-witness .witness-bottom .witness-slider-wrapper .slick-dots li {
  width: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.co-msk.co-witness .witness-bottom .witness-slider-wrapper .slick-dots li::before {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 0.3rem;
}
.co-msk.co-witness .witness-bottom .witness-slider-wrapper .slick-dots li.slick-active::before {
  font-size: 0.5rem;
}
.co-msk.co-witness .witness-bottom .witness-slider-wrapper .slick-dots li button {
  font-size: 0;
}
.co-msk.co-form-counter .form-counter form .form-group {
  border-bottom: 1px dashed rgb(136, 136, 136);
  margin-bottom: 1.5rem;
}
.co-msk.co-form-counter .form-counter form .form-group legend {
  font-size: 1.25rem;
  color: rgb(0, 118, 185);
}
.co-msk.co-form-counter .form-counter form textarea {
  min-height: 75px;
}
.co-msk.co-form-counter .form-counter hr {
  margin-top: 0;
}
.co-msk.co-form-counter .form-counter-text {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.co-msk.co-image-slider .image-slider ul.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  list-style-type: none;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0;
}
.co-msk.co-image-slider .image-slider ul.slick-dots li {
  width: 1rem;
  height: 1rem;
  display: block;
  border-radius: 100%;
  list-style-type: none;
  cursor: pointer;
  position: relative;
  transition: all 333ms;
  border: 2px solid transparent;
}
.co-msk.co-image-slider .image-slider ul.slick-dots li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 65%;
  height: 65%;
  background: rgb(88, 88, 90);
  transition: all 333ms;
}
.co-msk.co-image-slider .image-slider ul.slick-dots li.slick-active {
  border-color: rgb(0, 118, 185);
}
.co-msk.co-image-slider .image-slider ul.slick-dots li.slick-active::before {
  background: rgb(0, 118, 185);
}
.co-msk.co-image-slider .image-slider .slick-arrow {
  position: absolute;
  z-index: 1;
  top: calc(50% - 1rem);
  transform: translateY(-50%);
  cursor: pointer;
}
.co-msk.co-image-slider .image-slider .slick-arrow .fa {
  color: rgb(243, 243, 243);
  font-size: 3rem;
}
.co-msk.co-image-slider .image-slider .slick-arrow.slick-next {
  right: 1%;
}
.co-msk.co-image-slider .image-slider .slick-arrow.slick-prev {
  left: 1%;
}
.co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip .teaser-boxes__flip-card, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__flip-card, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-shadow .teaser-boxes__flip-card {
  display: grid;
  perspective: 60em;
  outline: none;
  border: none;
  overflow: visible;
  border-radius: 10px;
}
.co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip .teaser-boxes__flip-card > *, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__flip-card > *, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-shadow .teaser-boxes__flip-card > * {
  grid-area: 1/-1;
  backface-visibility: hidden;
  transition-timing-function: ease-in-out;
  transition-duration: var(--flip-transition-duration, 1s);
  transition-property: transform, opacity;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
}
.co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip .teaser-boxes__flip-card .teaser-boxes__img, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip .teaser-boxes__flip-card .teaser-boxes__video, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__flip-card .teaser-boxes__img, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__flip-card .teaser-boxes__video, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-shadow .teaser-boxes__flip-card .teaser-boxes__img, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-shadow .teaser-boxes__flip-card .teaser-boxes__video {
  border-radius: 10px;
}
.co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip .teaser-boxes__flip-card > :last-child, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__flip-card > :last-child, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-shadow .teaser-boxes__flip-card > :last-child {
  transform: rotateY(-180deg);
}
.co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip .teaser-boxes__flip-card:focus-within > *, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip .teaser-boxes__flip-card:active > *, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip .teaser-boxes__flip-card.active > *, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__flip-card:focus-within > *, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__flip-card:active > *, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__flip-card.active > *, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-shadow .teaser-boxes__flip-card:focus-within > *, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-shadow .teaser-boxes__flip-card:active > *, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-shadow .teaser-boxes__flip-card.active > * {
  --flip-transition-duration: 1s;
}
.co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip .teaser-boxes__flip-card:focus-within > :first-child, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip .teaser-boxes__flip-card:active > :first-child, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip .teaser-boxes__flip-card.active > :first-child, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__flip-card:focus-within > :first-child, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__flip-card:active > :first-child, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__flip-card.active > :first-child, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-shadow .teaser-boxes__flip-card:focus-within > :first-child, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-shadow .teaser-boxes__flip-card:active > :first-child, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-shadow .teaser-boxes__flip-card.active > :first-child {
  transform: rotateY(180deg);
}
.co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip .teaser-boxes__flip-card:focus-within > :last-child, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip .teaser-boxes__flip-card:active > :last-child, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip .teaser-boxes__flip-card.active > :last-child, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__flip-card:focus-within > :last-child, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__flip-card:active > :last-child, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__flip-card.active > :last-child, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-shadow .teaser-boxes__flip-card:focus-within > :last-child, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-shadow .teaser-boxes__flip-card:active > :last-child, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-shadow .teaser-boxes__flip-card.active > :last-child {
  transform: rotateY(0deg);
}
.co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip .teaser-boxes__item-title, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__item-title, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-shadow .teaser-boxes__item-title {
  text-align: center;
  padding: 1rem;
  margin: 0;
}
.co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip .teaser-boxes__item-title__position-absolute, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__item-title__position-absolute, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-shadow .teaser-boxes__item-title__position-absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(243, 243, 243, 0.8);
  padding: 0.5rem;
  color: rgb(0, 0, 0);
}
.co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip .teaser-boxes__item-title__position-absolute p, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__item-title__position-absolute p, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-shadow .teaser-boxes__item-title__position-absolute p {
  color: inherit !important;
}
.co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip .teaser-boxes__item-title__position-absolute h2, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__item-title__position-absolute h2, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-shadow .teaser-boxes__item-title__position-absolute h2 {
  font-size: 1.8rem;
}
.co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip .teaser-boxes__item-title__position-absolute h3, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__item-title__position-absolute h3, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-shadow .teaser-boxes__item-title__position-absolute h3 {
  font-size: 1.5rem;
}
.co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip .teaser-boxes__item-title h1, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip .teaser-boxes__item-title h2, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip .teaser-boxes__item-title h3, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip .teaser-boxes__item-title h4, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__item-title h1, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__item-title h2, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__item-title h3, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__item-title h4, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-shadow .teaser-boxes__item-title h1, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-shadow .teaser-boxes__item-title h2, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-shadow .teaser-boxes__item-title h3, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-shadow .teaser-boxes__item-title h4 {
  color: unset;
}
.co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip .teaser-boxes__item-title h2, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__item-title h2, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-shadow .teaser-boxes__item-title h2 {
  font-size: 1.8rem;
}
.co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip .teaser-boxes__item-title h3, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__item-title h3, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-shadow .teaser-boxes__item-title h3 {
  font-size: 1.5rem;
}
.co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__flip-card:focus-within > *, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__flip-card:focus > *, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__flip-card:focus-visible > *, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__flip-card:hover > * {
  --flip-transition-duration: 1s;
}
.co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__flip-card:focus-within > :first-child, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__flip-card:focus > :first-child, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__flip-card:focus-visible > :first-child, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__flip-card:hover > :first-child {
  transform: rotateY(180deg);
}
.co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__flip-card:focus-within > :last-child, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__flip-card:focus > :last-child, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__flip-card:focus-visible > :last-child, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-flip-hover .teaser-boxes__flip-card:hover > :last-child {
  transform: rotateY(0deg);
}
.co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-zoom .teaser-boxes__text-wrapper__position-absolute {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.5rem;
}
.co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-zoom .teaser-boxes__text-wrapper__position-absolute.bgTransparent {
  background-color: rgba(243, 243, 243, 0.8);
  color: rgb(0, 0, 0);
}
.co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-zoom .teaser-boxes__text-wrapper__position-absolute h2 {
  font-size: 1.8rem;
}
.co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-zoom .teaser-boxes__text-wrapper__position-absolute h3 {
  font-size: 1.5rem;
}
.co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-zoom .teaser-boxes__text-wrapper p:last-of-type {
  margin-bottom: 0;
}
.co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-zoom .hover-zoomIn:hover.hover-bgBlack .teaser-boxes__text-wrapper, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-zoom .hover-zoomIn:hover.hover-bgBlue .teaser-boxes__text-wrapper, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-zoom .hover-zoomIn:hover.hover-bgBlackberry .teaser-boxes__text-wrapper, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-zoom .hover-zoomIn:hover.hover-bgDarkOrange .teaser-boxes__text-wrapper, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-zoom .hover-zoomIn:hover.hover-bgGreen .teaser-boxes__text-wrapper, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-zoom .hover-zoomIn:hover.hover-bgLightBlue .teaser-boxes__text-wrapper, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-zoom .hover-zoomIn:hover.hover-bgOrange .teaser-boxes__text-wrapper, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-zoom .hover-zoomIn:hover.hover-bgDarkgrey .teaser-boxes__text-wrapper {
  color: rgb(255, 255, 255);
}
.co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-zoom .hover-zoomIn:hover.hover-bgBlack a, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-zoom .hover-zoomIn:hover.hover-bgBlue a, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-zoom .hover-zoomIn:hover.hover-bgBlackberry a, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-zoom .hover-zoomIn:hover.hover-bgDarkOrange a, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-zoom .hover-zoomIn:hover.hover-bgGreen a, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-zoom .hover-zoomIn:hover.hover-bgLightBlue a, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-zoom .hover-zoomIn:hover.hover-bgOrange a, .co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-zoom .hover-zoomIn:hover.hover-bgDarkgrey a {
  color: rgb(255, 255, 255);
}
.co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-shadow .teaser-boxes__flip-card {
  transition: all 333ms;
  background: transparent;
}
.co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-shadow .teaser-boxes__flip-card-wrapper {
  border-radius: 10px;
}
.co-msk.co-teaser-boxes .teaser-boxes.teaser-boxes-shadow .teaser-boxes__flip-card:hover {
  transform: translate(10px, -10px);
}
.co-msk.co-teaser-boxes .teaser-boxes .teaser-boxes__text-wrapper {
  padding: 2rem 1rem;
  color: rgb(0, 0, 0);
}
.co-msk.co-teaser-boxes .teaser-boxes .teaser-boxes__text-wrapper a {
  color: rgb(0, 0, 0);
}
.co-msk.co-teaser-boxes .teaser-boxes .bgBlack, .co-msk.co-teaser-boxes .teaser-boxes .bgBlue, .co-msk.co-teaser-boxes .teaser-boxes .bgBlackberry, .co-msk.co-teaser-boxes .teaser-boxes .bgDarkOrange, .co-msk.co-teaser-boxes .teaser-boxes .bgGreen, .co-msk.co-teaser-boxes .teaser-boxes .bgLightBlue, .co-msk.co-teaser-boxes .teaser-boxes .bgOrange, .co-msk.co-teaser-boxes .teaser-boxes .bgDarkgrey {
  color: rgb(255, 255, 255) !important;
}
.co-msk.co-teaser-boxes .teaser-boxes .bgBlack a:not(.btn-white), .co-msk.co-teaser-boxes .teaser-boxes .bgBlue a:not(.btn-white), .co-msk.co-teaser-boxes .teaser-boxes .bgBlackberry a:not(.btn-white), .co-msk.co-teaser-boxes .teaser-boxes .bgDarkOrange a:not(.btn-white), .co-msk.co-teaser-boxes .teaser-boxes .bgGreen a:not(.btn-white), .co-msk.co-teaser-boxes .teaser-boxes .bgLightBlue a:not(.btn-white), .co-msk.co-teaser-boxes .teaser-boxes .bgOrange a:not(.btn-white), .co-msk.co-teaser-boxes .teaser-boxes .bgDarkgrey a:not(.btn-white) {
  color: rgb(255, 255, 255) !important;
}
.co-msk.co-teaser-boxes .teaser-boxes .bgBlack .teaser-boxes__text-wrapper, .co-msk.co-teaser-boxes .teaser-boxes .bgBlue .teaser-boxes__text-wrapper, .co-msk.co-teaser-boxes .teaser-boxes .bgBlackberry .teaser-boxes__text-wrapper, .co-msk.co-teaser-boxes .teaser-boxes .bgDarkOrange .teaser-boxes__text-wrapper, .co-msk.co-teaser-boxes .teaser-boxes .bgGreen .teaser-boxes__text-wrapper, .co-msk.co-teaser-boxes .teaser-boxes .bgLightBlue .teaser-boxes__text-wrapper, .co-msk.co-teaser-boxes .teaser-boxes .bgOrange .teaser-boxes__text-wrapper, .co-msk.co-teaser-boxes .teaser-boxes .bgDarkgrey .teaser-boxes__text-wrapper {
  color: rgb(255, 255, 255);
}
.co-msk.co-teaser-boxes .teaser-boxes .bgBlack h1, .co-msk.co-teaser-boxes .teaser-boxes .bgBlack h2, .co-msk.co-teaser-boxes .teaser-boxes .bgBlack h3, .co-msk.co-teaser-boxes .teaser-boxes .bgBlack h4, .co-msk.co-teaser-boxes .teaser-boxes .bgBlue h1, .co-msk.co-teaser-boxes .teaser-boxes .bgBlue h2, .co-msk.co-teaser-boxes .teaser-boxes .bgBlue h3, .co-msk.co-teaser-boxes .teaser-boxes .bgBlue h4, .co-msk.co-teaser-boxes .teaser-boxes .bgBlackberry h1, .co-msk.co-teaser-boxes .teaser-boxes .bgBlackberry h2, .co-msk.co-teaser-boxes .teaser-boxes .bgBlackberry h3, .co-msk.co-teaser-boxes .teaser-boxes .bgBlackberry h4, .co-msk.co-teaser-boxes .teaser-boxes .bgDarkOrange h1, .co-msk.co-teaser-boxes .teaser-boxes .bgDarkOrange h2, .co-msk.co-teaser-boxes .teaser-boxes .bgDarkOrange h3, .co-msk.co-teaser-boxes .teaser-boxes .bgDarkOrange h4, .co-msk.co-teaser-boxes .teaser-boxes .bgGreen h1, .co-msk.co-teaser-boxes .teaser-boxes .bgGreen h2, .co-msk.co-teaser-boxes .teaser-boxes .bgGreen h3, .co-msk.co-teaser-boxes .teaser-boxes .bgGreen h4, .co-msk.co-teaser-boxes .teaser-boxes .bgLightBlue h1, .co-msk.co-teaser-boxes .teaser-boxes .bgLightBlue h2, .co-msk.co-teaser-boxes .teaser-boxes .bgLightBlue h3, .co-msk.co-teaser-boxes .teaser-boxes .bgLightBlue h4, .co-msk.co-teaser-boxes .teaser-boxes .bgOrange h1, .co-msk.co-teaser-boxes .teaser-boxes .bgOrange h2, .co-msk.co-teaser-boxes .teaser-boxes .bgOrange h3, .co-msk.co-teaser-boxes .teaser-boxes .bgOrange h4, .co-msk.co-teaser-boxes .teaser-boxes .bgDarkgrey h1, .co-msk.co-teaser-boxes .teaser-boxes .bgDarkgrey h2, .co-msk.co-teaser-boxes .teaser-boxes .bgDarkgrey h3, .co-msk.co-teaser-boxes .teaser-boxes .bgDarkgrey h4 {
  color: unset;
}
.co-msk.co-teaser-boxes .teaser-boxes .bgBlack h2, .co-msk.co-teaser-boxes .teaser-boxes .bgBlue h2, .co-msk.co-teaser-boxes .teaser-boxes .bgBlackberry h2, .co-msk.co-teaser-boxes .teaser-boxes .bgDarkOrange h2, .co-msk.co-teaser-boxes .teaser-boxes .bgGreen h2, .co-msk.co-teaser-boxes .teaser-boxes .bgLightBlue h2, .co-msk.co-teaser-boxes .teaser-boxes .bgOrange h2, .co-msk.co-teaser-boxes .teaser-boxes .bgDarkgrey h2 {
  font-size: 1.8rem;
}
.co-msk.co-teaser-boxes .teaser-boxes .bgBlack h3, .co-msk.co-teaser-boxes .teaser-boxes .bgBlue h3, .co-msk.co-teaser-boxes .teaser-boxes .bgBlackberry h3, .co-msk.co-teaser-boxes .teaser-boxes .bgDarkOrange h3, .co-msk.co-teaser-boxes .teaser-boxes .bgGreen h3, .co-msk.co-teaser-boxes .teaser-boxes .bgLightBlue h3, .co-msk.co-teaser-boxes .teaser-boxes .bgOrange h3, .co-msk.co-teaser-boxes .teaser-boxes .bgDarkgrey h3 {
  font-size: 1.5rem;
}
.co-msk.co-teaser-boxes .teaser-boxes .teaser-boxes__icon {
  margin-top: 2rem;
}
.co-msk.co-teaser-boxes .teaser-boxes .teaser-boxes__icon-ratio {
  width: 86px;
  height: 86px;
}
.co-msk.co-teaser-boxes .teaser-boxes .cell {
  margin: 0.35rem 0;
}
@media only screen and (min-width: 40em) {
  .co-msk.co-teaser-boxes .teaser-boxes .geContent > .cell {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }
  .co-msk.co-teaser-boxes .teaser-boxes .geContent > .cell:first-child {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }
  .co-msk.co-teaser-boxes .teaser-boxes .geContent > .cell:last-child {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }
}

.embed-responsive .sg-cookie-optin-iframe-consent, .youtube-embed-wrapper .sg-cookie-optin-iframe-consent, .responsive-embed .sg-cookie-optin-iframe-consent {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  border: 0;
}

.video-embed-item {
  width: 100%;
}

.frame-type-textmedia .ce-outer, .frame-type-textmedia .ce-inner {
  float: none;
  position: static;
}
.frame-type-textmedia .ce-column, .frame-type-textmedia .video {
  width: 100%;
}

.d-flex {
  display: flex !important;
}

.flex-column {
  flex-direction: column;
}

.align-items-center {
  align-items: center;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.top-0 {
  top: 0;
}

.start-0 {
  left: 0;
}

.bottom-0 {
  bottom: 0;
}

.end-0 {
  right: 0;
}

.fw-bold {
  font-weight: bold;
}

.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio {
  position: relative;
  width: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.news__slider-navigation {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media only screen and (min-width: 40em) {
  .news__slider-navigation {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.news__slider-navigation .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: rgb(255, 255, 255);
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: rgb(248, 178, 0);
}
.news__slider-navigation .slick-arrow.slick-next {
  right: 0;
}
.news__slider-navigation .slick-arrow.slick-next > i {
  transform: translateX(15%);
}
.news__slider-navigation .slick-arrow.slick-prev {
  left: 0;
}
.news__slider-navigation .slick-arrow.slick-prev > i {
  transform: translateX(-15%);
}
.news__slider-navigation .slick-dots {
  display: flex;
  margin: 1rem 3rem;
  justify-content: space-between;
  overflow: hidden;
  list-style: none;
}
.news__slider-navigation .slick-dots > li {
  width: 4rem;
  display: flex;
  justify-content: center;
  transition: transform 0.5s ease; /* Animation for the width change */
}
.news__slider-navigation .slick-dots > li:has(~ .slick-active) > button::after {
  border-color: rgb(248, 178, 0);
  background-color: rgb(248, 178, 0);
}
.news__slider-navigation .slick-dots > li.slick-active > button::after {
  border-color: rgb(248, 178, 0);
  background-color: rgb(248, 178, 0);
}
.news__slider-navigation .slick-dots > li > button {
  position: relative;
  padding-bottom: 3rem;
  font-size: 0.9em;
  color: rgb(255, 255, 255);
}
.news__slider-navigation .slick-dots > li > button::after {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: rgb(255, 255, 255);
  border: 0.25rem solid rgb(255, 255, 255);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  border-radius: 50%;
  transition: border-color, 0.3s ease-in-out;
}
.news__slider-navigation__progress {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: calc(100% - 6rem - 4em);
  height: 4px; /* Height of the progress bar */
  background: #ddd; /* Background of the progress bar container */
}
.news__slider-navigation__progress .progress-bar {
  height: 100%;
  width: 0; /* Initial width is 0 */
  background: rgb(248, 178, 0); /* Color of the progress */
  transition: width 0.5s ease; /* Animation for the width change */
}
.news__slider-navigation__progress::before, .news__slider-navigation__progress::after {
  content: "";
  position: absolute;
  top: 50%;
  height: 4px;
  width: calc(6rem - 4em);
  background: #ddd; /* Background of the progress bar container */
}
.news__slider-navigation__progress::before {
  left: 3px;
  transform: translateY(-50%) translateX(-100%);
  background: rgb(248, 178, 0);
}
.news__slider-navigation__progress::after {
  right: 3px;
  transform: translateY(-50%) translateX(100%);
}
.news__slider-slide {
  padding: 2rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 2rem;
  background-color: rgba(255, 255, 255, 0.9);
}
@media only screen and (min-width: 30em) {
  .news__slider-slide {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}
@media only screen and (min-width: 40em) {
  .news__slider-slide {
    margin-bottom: 5.625rem;
  }
}
.ge-tabs .tabs {
  border: none;
  border-bottom: 1px dashed rgb(136, 136, 136);
}
.ge-tabs .tabs > .tabs-title.is-active > a::before {
  position: absolute;
  top: 50%;
  left: 0.5em;
  transform: translateY(-50%);
  content: "\f107";
  font-family: FontAwesome;
  font-size: 1rem;
  font-weight: 700;
}
.ge-tabs .tabs > .tabs-title:not(.is-active) a {
  color: rgb(136, 136, 136);
}
.ge-tabs .tabs > .tabs-title > a {
  position: relative;
  padding: 0.85rem 1.5rem;
}
.ge-tabs .tabs-content {
  border: none;
}
.ge-tabs .tabs-content .tabs-panel {
  padding: 3.5rem 0 1rem 0;
}
.ge-tabs .tabs-content .tabs-panel > .geContent > .cell {
  padding: 0;
}
@media only screen and (max-width: 40em) {
  .ge-tabs .tabs-content .tabs-panel > .geContent > .cell .co-addresses__contact.cell {
    padding-left: 0;
  }
}

.reveal-overlay {
  z-index: 1050;
}

form {
  overflow: hidden !important;
  --gutter-x: 1rem;
}
@media (min-width: 640px) {
  form {
    --gutter-x: 2rem;
  }
}
form .grid-padding-x {
  max-width: none;
  margin-left: calc(-1 * var(--gutter-x));
  margin-right: calc(-1 * var(--gutter-x));
}
form .grid-padding-x > .cell {
  padding-left: var(--gutter-x);
  padding-right: var(--gutter-x);
}
form .form-group:has(> .radio):not(:has(.radio:nth-child(3))) {
  display: flex;
  gap: 3rem;
  align-items: center;
  height: 2.4375rem;
}
form .form-group:has(> .radio):not(:has(.radio:nth-child(3))) input {
  margin: 0;
}
form span.disabled {
  opacity: 0.35;
  cursor: not-allowed;
}
form .inputs-list[id*=size] {
  margin-bottom: 1rem;
}
form .inputs-list[id*=size] .form-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
form .inputs-list[id*=size] .form-group input {
  margin: 0;
}

.sg-cookie-optin-fingerprint.sg-cookie-optin-fingerprint-bottom-left {
  left: 24px !important;
}

.bg-center-center {
  background-position-x: center;
  background-position-y: center;
}
.bg-center-top {
  background-position-x: center;
  background-position-y: top;
}
.bg-center-bottom {
  background-position-x: center;
  background-position-y: bottom;
}
.bg-left-center {
  background-position-x: left;
  background-position-y: center;
}
.bg-left-top {
  background-position-x: left;
  background-position-y: top;
}
.bg-left-bottom {
  background-position-x: left;
  background-position-y: bottom;
}
.bg-right-center {
  background-position-x: right;
  background-position-y: center;
}
.bg-right-top {
  background-position-x: right;
  background-position-y: top;
}
.bg-right-bottom {
  background-position-x: right;
  background-position-y: bottom;
}

.bg-size-contain {
  background-size: contain;
}
.bg-size-cover {
  background-size: cover;
}
.bg-size-default {
  background-size: unset;
}

/* Große Bildschirme */
@media (min-width: 992px) {
  .slide-sm, .slide-md {
    display: none;
  }
}
/* Mittlere Bildschirme */
@media (min-width: 768px) and (max-width: 991px) {
  .slide-lg, .slide-sm {
    display: none;
  }
}
/* Kleine Bildschirme */
@media (max-width: 767px) {
  .slide-lg, .slide-md {
    display: none;
  }
}
.slide-overlay {
  z-index: -1;
}

.video-breakpoint-slider {
  padding: 0 !important;
}

/*# sourceMappingURL=styles.css.map */
