@font-face {
    font-family: 'framboisier';
    src: url('/fileadmin/templates/fonts/framboisier-bold.ttf');
}

@font-face {
    font-family: 'oxygen-regular';
    src: url('/fileadmin/templates/fonts/oxygen-regular.ttf');
}

* {
  user-select: none;
}

html {
    display: flex;
    justify-content: center;
}

.disNone {
    display: none !important;
}

body {
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-image: url('/fileadmin/templates/images/overall-background.png');
    background-size: 100% 100%;
    background-position: top left;
    margin: 0;
}

.page-cont {
    justify-content: space-evenly;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 -11px;
    background-color: white;
    overflow-x: hidden;
    position: relative;
}

.section {
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}

.section-hl {
    font-family: 'framboisier', sans-serif;
    font-size: 30px;
    line-height: 36px;
    margin: 0;
}

.section h1 {
    font-family: 'framboisier', sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 36px;
    margin: 0;
}

body .section .headline-block {
  color: black;
}

body .section:nth-of-type(3n+1) .headline-block {
  color: white;
}

p {
    font-family: 'Verdana', sans-serif;
    font-size: 14px;
    width: fit-content;
    margin: 0;
}

.flex {
    display: flex;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-column-reverse {
    display: flex;
    flex-direction: column-reverse;
}

.first-section, .second-section, .third-section, .fourth-section {
    height: 349px;
    position: relative;
}

.first-section, .third-section {
    height: 349px;
}

.second-section {
    height: 264px;
}

.next-page {
    width: fit-content;
    top: 30px;
    left: 299px;
}

figure.image {
  margin: 0;
}

.next-page img {
    filter: drop-shadow(5px 6px 20px rgba(0 0 0 / 0.2));
}

.third-section .headline-block {
    color: white !important;
    margin-bottom: 68px;
}

.fourth-section {
    height: 100%;
}

@media only screen and (min-width: 320px) {
  .page-cont {
    width: 320px;
    height: fit-content;
  }

  .page-cont .page-cont-inner {
    justify-content: space-evenly;
    width: 100%;
    height: 2534px;
    position: relative;
    background-image: url('/fileadmin/templates/images/starting-page-bg-320.svg');
    background-position: 0 -51px;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .section-hl {
    font-size: 25px;
  }
}

@media only screen and (min-width: 375px) {
  .page-cont {
    width: 375px;
  }

  .page-cont .page-cont-inner {
    background-image: url('/fileadmin/templates/images/starting-page-bg-375.svg');
  }

  .section-hl {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .page-cont {
    width: 768px;
  }

  .page-cont .page-cont-inner {
    background-image: url('/fileadmin/templates/images/starting-page-bg-768.svg');
  }
}

@media only screen and (min-width: 1139px) {
  .page-cont {
    width: 1139px;
  }

  body .section:nth-of-type(2) {
    padding: 10px 20px 0 20px;
  }
  
  .page-cont .page-cont-inner {
    background-image: url('/fileadmin/templates/images/starting-page-bg-1139.svg');
    background-position: 0 28px;
  }
}