/*:target::before {
  content: "";
  display: block;
  /* Logo height? */
  /*height: 5em;
  margin: -4em 0 0;
}*/

#CybotCookiebotDialog{
  border: none !important;
}

.cookieconsent-optout-marketing img {
  width: 100%;
}
.embed-responsive:has([data-cybot-cookiebot-blocked="true"])::before {
  display: none;
}
.news-text-wrap .cookieconsent-optout-marketing{
  overflow: hidden;
}

.box {
  display: flex;
}

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

.box-justify-center {
  justify-content: space-between;
}

.box-justify-between {
  justify-content: space-between;
}

.box-justify-end {
  justify-content: flex-end;
}

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

.box-align-stretch {
  align-items: stretch;
}

.def-area {
  padding: 1em 10px;
}

.container,
.header-container,
.stage .ce-bodytext {
  width: 100%;
  max-width: 1280px;
  max-width: calc(1280px + 10vw);
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.static-stage {
  position: relative;
  padding-bottom: 3.2em;
  overflow: hidden;
}

.static-stage img {
  width: 100%;
}

.container > .container,
.container *:not(.inverted) .container {
  padding-left: 0;
  padding-right: 0;
}

.subpage-title {
  position: relative;
  z-index: 2;
  padding: 1rem 15px 0.5rem;
  border-top: 25px solid;
  margin-bottom: 0;
}

.subpage-icon {
  text-align: right;
}

.subpage-icon img {
  padding: 0.8rem 10px 0;
  min-width: 11em;
  width: 35%;
  height: auto;
}

.subpage-container {
  position: relative;
}

.subpage .main {
  padding: 0 15px 4.8em;
  max-width: 53em;
  margin: 0 auto;
}

.subpage2 .main {
  padding: 0 0 4.8em;
  max-width: none;
  margin: 0;
}

.subpage2 .main > .spacer {
  padding-left: 15px;
  padding-right: 15px;
}

.stage-logo-box {
  position: absolute;
  width: 100%;
  transform: translateY(-55%);
  will-change: transform; /* Chrome hack! */
}
.stage-logo-col {
  position: relative;
  background: green;
}
.stage-logo.stage-logo {
  z-index: 2;
  position: relative;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 30px 15px;
}
.stage-logo-col:after {
  content: '';
  background: rgb(255, 255, 255);
  z-index: 1;
  position: absolute;
  width: 100vw;
  left: 0;
  top: 0;
  bottom: 0;
}

@media (min-width: 992px) {
  .container,
  .header-container,
  .stage .ce-bodytext {
    padding-left: 2.5vw;
    padding-right: 2.5vw;
  }
}

.main > .frame,
.spacer,
.spacer + .frame {
  padding-top: 1.6em;
  padding-bottom: 1.6em;
}

.main > .frame {
  padding-bottom: 0.8em;
}

.main > .frame-type-menu_pages_icon {
  padding-top: 0.8em;
  padding-bottom: 0em;
}


/* boxes */

.stage {
  position: relative;
  min-height: 10em;
}

.stage img {
  max-width: none;
  width: 100%;
}

.stage .ce-bodytext {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.4em;
  width: 100%;
  margin: 0 auto;
}

.footer {
  position: relative;
  padding-top: 2em;
  padding-bottom: 2em;
}

.footer-logo {
  text-align: center;
}

.footer-logo .logo {
  width: 171px;
  margin-bottom: 2em;
}

.footer-copyright {
  margin-bottom: 1.6em;
  text-align: center;
}

.footer .scroll-to-top {
  display: block;
  position: absolute;
  top: -3em;
  left: 50%;
  margin-left: -1.5em;
}

.side-area {
  padding: 1em 15px 0.1em;
}
.side-area-centered {
  padding: 0.8em 15px;
}


.side-area + .side-area {
  margin-top: 2px;
}


@media (max-width: 767px) {
  .subpage-icon {
    float: right;
    margin-left: 1rem;
  }
}


@media (min-width: 768px) {
  .def-area {
    padding: 1.6em 30px;
  }
  .subpage-title {
    text-align: center;
    max-width: 28rem;
    border-top: 2.4em solid;
    margin-right: 0;
    margin-left: auto;
    /* margin-bottom: -0.2em; */
  }
  .subpage-icon {
    margin-bottom: -5em;
  }
  .subpage-icon img {
    padding: 1.6rem 6em 0;
  }
  .footer-copyright {
    text-align: right;
  }
}


@media (min-width: 992px) {
  /**:target::before {
    height: 10em;
    margin-top: -5em;
  }*/
  .def-area {
    padding: 1.6em 5em;
  }
}

@media (max-height: 38em) {
  /**:target::before {
    height: 5em;
    margin-top: -4em;
  }*/
}

@media (min-height: 600px) {
  .spacer,
  .spacer + .frame {
    padding-top: 3.2em;
    padding-bottom: 3.2em;
  }
  .main > .frame {
    padding-top: 1.6em;
    padding-bottom: 1.6em;
  }
  .main > .frame-type-menu_pages_icon {
    padding-top: 1.6em;
    padding-bottom: 0em;
  }

  .footer .scroll-to-top {
    top: -3.5em;
  }

}


@media (min-height: 720px) and (min-width: 720px) {
  .spacer,
  .spacer + .frame {
    padding-top: 4.8em;
    padding-bottom: 3.2em;
  }
  .main > .frame {
    padding-top: 3.2em;
    padding-bottom: 1.6em;
  }
  .main > .frame + .frame {
    padding-top: 0;
  }
  .main > .frame-type-menu_pages_icon {
    padding-top: 1.6em;
    padding-bottom: 0em;
  }

  .main .ce-menu-iconlinks {
    margin-bottom: 0.5rem;
  }

}

.spacer.nospacing {
  padding-top: 0;
  padding-bottom: 0;
}

.spacer.notopspacing {
  padding-top: 0;
}

.spacer.nobottomspacing {
  padding-bottom: 0;
}