/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --color1: hsla(203deg, 97%, 85%, 0.89);
  --color2: hsl(0deg, 0%, 16%);
  --color3: hsl(73deg, 100%, 88%);
  --color4: #000;
  --color5: hsl(0,0%,90%);
  --header-bg-color: var(--color1);
  --header-border-color: var(--color2);
  --animation-function-in: ease-in-out;
  --animation-function-out: ease-in-out;
  --animation-function-opacity-in: ease-in-out;
  --animation-function-opacity-out: ease-in-out;
  --font-primary: "Roboto", sans-serif;
  --space-1: 1rem;
  --space-5: calc(var(--space-1) * 5);
  --space-10: calc(var(--space-1) * 10);
  --space-15: calc(var(--space-1) * 15);
  --line-height: 1.45;
}

* {
  box-sizing: border-box;
}

body {
  font-family: var(--font-primary);
  font-size: 20px;
  font-size: calc( 16px + (20 - 16) * (100vw - 320px) / (1200 - 320) );
  line-height: var(--line-height);
  color: var(--color1-2);
  min-height: 100vh;
}

a {
  color: hsl(0deg, 0%, 16%);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-primary);
  font-weight: bold;
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
  line-height: 1;
  hyphens: auto;
  word-wrap: break-word;
}

h1 {
  font-size: 2.2rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.5rem;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

ul {
  list-style-type: square;
}

ol {
  list-style-type: upper-roman;
}

blockquote {
  padding-left: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.text-hide {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.btn {
  display: inline-block;
  background-color: hsla(203deg, 97%, 85%, 0.89);
  color: #fff;
  text-decoration: none;
}

.full-bleed {
  width: 100%;
  grid-column: 1/4;
}

.back-to-top {
  border-radius: 50%;
  display: block;
  pointer-events: auto;
  position: fixed;
  bottom: 5rem;
  right: 1rem;
  height: 2.9rem;
  width: 2.9rem;
  padding: 1rem;
  color: #fff;
  background-size: 1rem;
  transition: transform 0.2s ease-in-out;
  transform: scale(0);
  border: none;
  z-index: 1000;
}

@media (min-width: 722px) {
  .back-to-top {
    bottom: 1rem;
  }
}
.back-to-top:active,
.back-to-top:hover {
  color: #fff;
  text-decoration: none;
}

.back-to-top.fade-in {
  transform: scale(1);
  transition: transform 0.2s ease-in-out;
}

.icon {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.icon-arrow-up {
  width: 0.9285692871em;
}

/* float zeug */
.float_left,
.float_right {
  float: none;
  margin: 0px;
  margin-bottom: 2rem;
}

.image_container {
  margin-top: 0.5rem;
}
.image_container img {
  width: 100%;
  object-fit: cover;
  height: auto;
}

@media (min-width: 500px) {
  .float_left {
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }

  .float_right {
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 722px) {
  .float_left,
.float_right {
    float: none;
  }
}
@media (min-width: 900px) {
  .float_left {
    float: left;
  }

  .float_right {
    float: right;
  }
}
/* artikel */
.mod_article {
  padding: calc(var(--lh-factor) * 1rem) 1ch;
  padding-right: 1.5ch;
}

@media (min-width: 722px) {
  .mod_article {
    margin: 0 auto;
  }
  .mod_article .block {
    hyphens: auto;
    margin-bottom: calc(var(--lh-factor) * 3rem);
  }
}
.mod_article a {
  font-weight: bold;
}
.mod_article ol,
.mod_article ul {
  padding-left: 2rem;
  overflow: hidden;
}
.mod_article p {
  margin-bottom: 0.8rem;
}
@keyframes background-animation {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 0% -100%;
  }
  100% {
    background-position: 0% -200%;
  }
}
.mod_article .art-text {
  display: grid;
  grid-template-columns: 1fr 80%;
  grid-column-gap: 5ch;
  margin: var(--space-15) 0;
}
.mod_article .art-text :is(h1, h2, h3, h4, h5, h6) {
  transform: rotate(-90deg);
  font-size: 6rem;
  text-transform: uppercase;
  hyphens: none;
  line-height: 1.25;
  font-weight: 800;
}
.mod_article .art-text .text {
  grid-column: 2;
  line-height: 1.2;
  align-self: center;
}
.mod_article .art-text .text:first-child {
  font-weight: 200;
}
.mod_article .art-text .text:nth-of-type(2) {
  font-weight: 300;
}
.mod_article .art-text .text:nth-of-type(3) {
  font-weight: normal;
}
.mod_article .art-text .text p {
  margin: 0;
}
.mod_article .art-text.bar {
  --bar-size: 5px;
  --border-color: var(--color5);
  grid-column-gap: 2.5ch;
  grid-template-columns: 1fr var(--bar-size) 80%;
}
.mod_article .art-text.bar .text {
  grid-column: 3;
}
.mod_article .art-text.bar::after {
  grid-column: 2;
  content: "";
  display: block;
  background: repeating-linear-gradient(to bottom, var(--color5) 0%, var(--color5) 45%, hsl(0deg, 0%, 75%) 50%, var(--color5) 55%, var(--color5) 100%);
  background-size: 200% 200%;
  grid-row: 1;
  animation-name: background-animation;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-direction: normal;
  animation-iteration-count: infinite;
}

.mod_newslist > .block > .more,
.mod_article > .block {
  clear: both;
}

.mod_newslist > .block::after {
  display: block;
  content: "";
  clear: both;
}

.mod_newslist h1 a, .mod_newslist h2 a, .mod_newslist h3 a, .mod_newslist h4 a, .mod_newslist h5 a, .mod_newslist h6 a {
  text-decoration: none;
}

.caption {
  font-size: 0.7em;
  hyphens: auto;
}

.invisible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.mod_navigation ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2ch;
}
.mod_navigation .level_1 > li {
  position: relative;
}
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version 1.8.2
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  white-space: normal;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}

@-webkit-keyframes bounceFromRight {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}
@keyframes bounceFromRight {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
}
@-webkit-keyframes bounceFromLeft {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}
@keyframes bounceFromLeft {
  0%, 100% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
}
.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.baguetteBox-button:focus, .baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
}

.baguetteBox-button#previous-button {
  left: 2%;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.baguetteBox-double-bounce1, .baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.ce_sliderStart {
  /* grid-column: wide-content-begin / wide-content-end; */
  width: 100%;
  position: relative;
  /* .slider-control {
      position: absolute;

      top: 0;
      width: 100%;
      height: 100%;
      width: calc(100vw - 2ch);
      transform: translateX(calc(-50vw + 1ch));
      left: 50%;
    }
    .slider-prev,
    .slider-next {
      height: 100%;
      position: absolute;
      top: 0;
      display: flex;
      align-items: center;
      width: 6ch;
      transition: background-color 300ms ease-in-out;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 5rem auto;
      &:hover {
        background-color: hsla(255,100%,100%,0.3);
        transition: background-color 300ms ease-in-out;
      }
    }

    .slider-prev {
      background-image: url("../img/icons/chevron-left.svg");
    }
    .slider-next {
      background-image: url("../img/icons/chevron-right.svg");
    }
    .slider-menu {
      bottom: 1rem;
      position: absolute;
      top: auto;
    }
    */
}
.ce_sliderStart .image_container {
  margin: 0;
}
.ce_sliderStart .content-slider {
  overflow: hidden;
}
.ce_sliderStart .content-slider img {
  max-height: 80vh;
  object-fit: cover;
  width: 100%;
  display: block;
}
.ce_sliderStart .slider-wrapper > * h1,
.ce_sliderStart .slider-wrapper > * h2,
.ce_sliderStart .slider-wrapper > * h3,
.ce_sliderStart .slider-wrapper > * h4,
.ce_sliderStart .slider-wrapper > * h5,
.ce_sliderStart .slider-wrapper > * h6 {
  position: absolute;
  bottom: 10%;
  background-color: hsla(255deg, 100%, 100%, 0.65);
  padding: 1rem 2ch;
  color: var(--color-contrast-1-fg);
  left: 1vw;
}
.ce_sliderStart .slider-wrapper > :not([style*="translate(0px, 0px)"]),
.ce_sliderStart .slider-wrapper > :not([style*="translateX(0px)"]) {
  --transform-time: 1.6s;
  opacity: 0;
  transform: translateX(-10px) !important;
  transition: transform var(--transform-time) cubic-bezier(0.46, 0.03, 0.52, 0.96), opacity 1.8s ease-in-out !important;
}
.ce_sliderStart .slider-wrapper > [style*="translate(0px, 0px)"],
.ce_sliderStart .slider-wrapper > [style*="translateX(0px)"] {
  opacity: 1;
  transition: transform var(--transform-time) cubic-bezier(0.46, 0.03, 0.52, 0.96), opacity 4s ease-in-out !important;
}

div[data-service] *, div[data-service] :after, div[data-service] :before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  font-style: inherit;
  font-variant: normal;
  font-weight: inherit;
  font-family: inherit;
  line-height: 1.2;
  font-size: 1em;
  margin: 0;
  padding: 0;
  text-transform: none;
  letter-spacing: unset;
  color: inherit;
  background: 0 0;
  border: none;
  box-shadow: none;
  text-decoration: none;
  text-align: left;
}

div[data-service] .c-ld {
  bottom: 2em;
  right: 2.5em;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

div[data-service] .c-ld, div[data-service] .c-ld:after {
  position: absolute;
  z-index: 1;
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

div[data-service] .c-ld::after {
  content: "";
  border: 4px solid #fff;
  border-top: 4px solid transparent;
  animation: spin 1s linear infinite;
}

div[data-service].c-h-n .c-ld {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

@keyframes spin {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
div[data-service] {
  display: inline-block;
  max-width: 100%;
  min-height: 150px;
  min-width: 300px;
  font-family: inherit;
  position: relative;
  background-color: #0b1016;
}

div[data-service] button, div[data-service] h1, div[data-service] h2, div[data-service] h3, div[data-service] input, div[data-service] label {
  transition: none;
  animation: none;
}

div[data-service]::before {
  padding-top: 56.25%;
  display: block;
  content: "";
}

div[data-autoscale] {
  height: auto;
  width: 100%;
}

div[data-service] .c-nt {
  color: #fff;
  max-width: 100%;
  height: 100%;
  width: 100%;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

div[data-service] .c-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  z-index: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}

div[data-service] .c-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  background: #1e3861;
  background: linear-gradient(14deg, rgba(12, 15, 23, 0.95) 10%, rgba(0, 0, 0, 0.51) 100%, rgba(68, 77, 125, 0.1082983535) 0);
  background: -moz-linear-gradient(14deg, #1e3861 0, rgba(206, 220, 233, 0.1181022751) 100%);
  background: -webkit-linear-gradient(14deg, #1e3861 0, rgba(206, 220, 233, 0.1181022751) 100%);
  background: linear-gradient(14deg, #1e3861 0, rgba(206, 220, 233, 0.1181022751) 100%);
}

div[data-service] .c-bg-i {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

div[data-service] .c-bg-i.loaded {
  opacity: 1;
}

div[data-service] .c-tl {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
}

div[data-service].c-h-n .c-bg {
  opacity: 1;
  transform: scale(1);
}

div[data-service].c-h-n .c-nt {
  opacity: 0;
  visibility: hidden;
}

div[data-service] .c-n-c {
  display: table;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 0.9em;
  transition: background-color 0.3s ease, opacity 0.3s ease;
}

div[data-service] .c-n-t {
  display: block;
  font-size: 0.95em;
  position: relative;
  z-index: 1;
  line-height: 1.4em;
  color: #fff;
  max-width: 420px;
  margin: 0 auto;
  margin-bottom: 20px;
}

div[data-service] .c-n-a, div[data-service] .c-n-t {
  text-align: center;
}

div[data-service] .c-t-cn {
  display: table-cell;
  vertical-align: middle;
  padding: 0 12px;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

div[data-service] .c-n-c .c-l-b, div[data-service] .c-n-c .c-la-b {
  display: inline-block;
  position: relative;
  padding: 1em;
  vertical-align: middle;
  background: rgba(0, 102, 219, 0.84);
  border: none;
  border-radius: 0.25em;
  font-size: 0.85em;
  padding-left: 2.8em;
  color: #fff;
  margin: 0 auto;
  font-weight: 700;
  cursor: pointer;
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
  box-shadow: rgba(0, 0, 0, 0.19) 0 4px 12px;
}

div[data-service] .c-n-c .c-l-b::before {
  content: "";
  display: block;
  position: absolute;
  top: 12px;
  left: 1.1em;
  z-index: 2;
  height: 0;
  border-left: 12px solid #fff;
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
}

div[data-service] .c-n-c .c-la-b {
  margin-left: 1em;
  padding: 1em;
  background: rgba(225, 239, 255, 0.8);
  color: #0d1f34;
}

div[data-service] .c-n-c .c-la-b:hover {
  background: rgba(225, 239, 255, 0.95);
}

div[data-service] .c-n-c .c-l-b:hover {
  background: rgba(9, 80, 161, 0.89);
}

div[data-service] .c-n-c .c-la-b:active {
  transition: none;
  background: rgba(225, 239, 255, 0.6);
}

div[data-service] .c-n-c .c-l-b:active {
  transition: none;
  box-shadow: 0 0 0 4px rgba(24, 104, 250, 0.24);
}

div[data-service].c-h-n .c-t-cn {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
}

div[data-service] iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  border: none;
  max-width: 100%;
  width: 100%;
  background: #000;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.5s ease;
}

div[data-service].c-h-b iframe {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition-delay: 0.1s;
}

div[data-service] .c-n-t a {
  color: #5fb3fb;
  text-decoration: none;
  border-bottom: 1px solid #5fb3fb;
}

div[data-service] .c-n-t a:hover {
  border-color: transparent;
}

#header .inside {
  height: 10rem;
  display: grid;
  place-items: center;
  background-color: var(--header-bg-color);
  border-bottom: 1px dashed var(--header-border-color);
}

#main {
  margin-top: 3rem;
}

#main .inside > * {
  display: grid;
  grid-template-columns: 1fr minmax(50vw, 600px) 1fr;
  min-height: 20rem;
}

.mod_article > * {
  grid-column: 2;
  justify-self: center;
  width: 100%;
}

.mod_article.parallax {
  position: relative;
  height: 100vw;
  overflow: hidden;
  padding: 0;
  margin: 0;
  perspective: 4px;
  width: 100vw;
}
.mod_article.parallax:first-child {
  margin-top: -3rem;
}
.mod_article.parallax .image_container {
  margin-top: 0;
}
.mod_article.parallax > .block {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  width: 100%;
  grid-column: 1/4;
}
.mod_article.parallax .ce_image {
  z-index: -1;
}

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