.row {
  max-width: 120rem;
  margin: 0 auto; }
  .row:not(:last-child) {
    margin-bottom: 3rem; }
    @media only screen and (max-width: 56.25em) {
      .row:not(:last-child) {
        margin-bottom: 1.5rem; } }
  @media only screen and (max-width: 64em) {
    .row {
      max-width: 100%; } }
  @media only screen and (max-width: 56.25em) {
    .row {
      max-width: 100%; } }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  .row [class^="col-"] {
    float: left; }
    .row [class^="col-"]:not(:last-child) {
      margin-right: 3rem; }
      @media only screen and (max-width: 64em) {
        .row [class^="col-"]:not(:last-child) {
          margin-right: 3rem; } }
      @media only screen and (max-width: 56.25em) {
        .row [class^="col-"]:not(:last-child) {
          margin-right: 0;
          margin-bottom: 3rem; } }
      @media only screen and (max-width: 37.5em) {
        .row [class^="col-"]:not(:last-child) {
          margin-right: 1.5rem; } }
    @media only screen and (max-width: 56.25em) {
      .row [class^="col-"] {
        width: 100% !important; } }
  .row .col-1-of-2 {
    width: calc((100% - 3rem) / 2); }
  .row .col-1-of-3 {
    width: calc((100% - 2 * 3rem) / 3); }
  .row .col-2-of-3 {
    width: calc( 2 * ((100% - 2 * 3rem) / 3) + 3rem); }
  .row .col-1-of-4 {
    width: calc((100% - 3 * 3rem) / 4); }
  .row .col-2-of-4 {
    width: calc( 2 * ((100% - 3 * 3rem) / 4) + 3rem); }
  .row .col-3-of-4 {
    width: calc( 3 * ((100% - 3 * 3rem) / 4) + 3rem); }
  .row .col-4-of-4 {
    width: calc( 4 * ((100% - 3 * 3rem) / 4) + 3rem); }

.flex-container {
  width: inherit;
  height: auto;
  display: flex;
  align-items: center; }
  @media only screen and (max-width: 56.25em) {
    .flex-container {
      flex-direction: column; } }
  .flex-container > div:first-child {
    margin-right: 0 !important; }

/*
0-600 px:    600px
600-900p px:    Tablet portrait
900-1200 px;    Tablet landscape
900-1024
1200 - 1800 px: Normal Styles
1800px; Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop
- laptop

1em = 16px


ORDER: Base + Typography > general layout + grid > page layout > components
*/
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(-5rem); }
  80% {
    transform: translateX(2rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes moveInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30rem); }
  80% {
    transform: translateX(1rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes moveInRight {
  0% {
    opacity: 0;
    transform: translateX(1rem); }
  80% {
    transform: translateX(-1rem); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes moveInBottom {
  0% {
    opacity: 0;
    transform: translateY(3rem); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-y: scroll; }
  @media only screen and (max-width: 75em) {
    html {
      font-size: 62.25%; } }
  @media only screen and (max-width: 64em) {
    html {
      font-size: 50%; } }
  @media only screen and (max-width: 56.25em) {
    html {
      font-size: 60%; } }
  @media only screen and (max-width: 37.5em) {
    html {
      font-size: 50%; } }
  @media only screen and (max-width: 23.5em) {
    html {
      font-size: 40%; } }
  @media only screen and (min-width: 112.5em) {
    html {
      font-size: 62.5%; } }

body {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  color: #333333;
  box-sizing: border-box;
  width: 100%; }

.clearfix {
  content: "";
  display: table;
  clear: both; }

.push {
  margin-left: auto; }

.tcenter {
  text-align: center; }

.rmargin-bottom {
  margin-bottom: 0 !important; }

.hspace {
  height: 3.5rem; }

.p-top {
  padding-top: 3rem !important; }

.bold {
  font-weight: 700; }

.colorize {
  color: #0bcdfc; }

.underline {
  text-decoration: underline; }

.iphone {
  max-width: 100%;
  margin-top: -2rem;
  padding-left: 20%; }
  @media only screen and (max-width: 56.25em) {
    .iphone {
      display: block;
      padding: 2.5%;
      margin: 0 auto; } }

.macbook {
  max-width: 100%;
  height: auto; }

.mockup-box {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 4rem; }
  @media only screen and (max-width: 37.5em) {
    .mockup-box {
      margin-top: 8rem;
      width: 82.5%;
      height: auto; } }

.container {
  position: relative;
  width: 100%;
  padding-bottom: 11rem; }

.main {
  height: 100%;
  width: 100%; }
  @media only screen and (max-width: 64em) {
    .main_heading--section {
      padding-left: 2.5%; } }
  @media only screen and (max-width: 75em) {
    .main_heading--section {
      padding-left: 2.5%; } }
  .main__heading-video {
    margin-top: 2rem; }
    @media only screen and (max-width: 56.25em) {
      .main__heading-video {
        display: none; } }
    .main__heading-video--inside {
      padding-bottom: 2.5rem; }
      @media only screen and (max-width: 64em) {
        .main__heading-video--inside {
          width: 80%; } }

.nav {
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 0.2);
  z-index: 9999; }
  .nav__navbar {
    max-width: 120rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 8rem;
    margin: 0 auto; }
    @media only screen and (max-width: 75em) {
      .nav__navbar {
        max-width: 100%;
        padding: 0 2rem; } }
    @media only screen and (max-width: 37.5em) {
      .nav__navbar {
        max-width: 95%; } }
    @media only screen and (max-width: 20em) {
      .nav__navbar {
        padding: 0; } }
  .nav__logo--link {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  @media only screen and (max-width: 20em) {
    .nav--img {
      width: 14rem;
      height: auto; } }
  .nav__list {
    list-style: none; }
  .nav__item {
    display: inline-block; }
    .nav__item:not(:last-child) {
      margin-right: 2.5rem; }
      @media only screen and (max-width: 37.5em) {
        .nav__item:not(:last-child) {
          display: none; } }
      @media only screen and (max-width: 23.5em) {
        .nav__item:not(:last-child) {
          display: none; } }
  .nav__link {
    color: #333333;
    display: inline-block; }
  .nav__link:link, .nav__link:visited {
    font-size: 1.6rem;
    text-decoration: none; }
  .nav__link:hover {
    color: #0bcdfc; }
  .nav__link:active {
    transform: translateY(0.1rem);
    transition: 0.2s; }

.header {
  max-width: 120rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8rem;
  padding-top: 5rem; }
  @media only screen and (max-width: 23.5em) {
    .header {
      flex-direction: row;
      flex-wrap: wrap;
      padding: 0; } }
  @media only screen and (max-width: 56.25em) {
    .header {
      flex-direction: column;
      padding: 0; } }
  @media only screen and (max-width: 64em) {
    .header {
      flex-basis: 100%; } }
  @media only screen and (max-width: 75em) {
    .header {
      max-width: 100%;
      align-items: center;
      justify-content: center; } }
  .header__text-box {
    flex-basis: 50%; }
    @media only screen and (max-width: 56.25em) {
      .header__text-box {
        display: inline-block; } }
    @media only screen and (max-width: 20em) {
      .header__text-box {
        padding-top: 7.5%; } }
  .header__header {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #e8fdff;
    height: 100%; }
    @media only screen and (max-width: 75em) {
      .header__header {
        padding: 0 2.5%; } }
  .header__primary {
    height: auto; }
    @media only screen and (max-width: 75em) {
      .header__primary {
        width: 100%; } }
    @media only screen and (max-width: 64em) {
      .header__primary {
        width: 100%; } }
    .header__primary > * {
      margin-bottom: 3rem; }
    .header__primary--main {
      font-size: 7.2rem;
      font-weight: 700;
      animation-name: moveInLeft;
      animation-duration: 1.25s;
      animation-timing-function: ease-out; }
      @media only screen and (max-width: 75em) {
        .header__primary--main {
          font-size: 6.2rem; } }
      @media only screen and (max-width: 64em) {
        .header__primary--main {
          font-size: 5.2rem; } }
      @media only screen and (max-width: 56.25em) {
        .header__primary--main {
          font-size: 7.2rem; } }
      @media only screen and (max-width: 26.5625em) {
        .header__primary--main {
          font-size: 6.2rem; } }
      @media only screen and (max-width: 20em) {
        .header__primary--main {
          font-size: 5.2rem; } }
    .header__primary--sub {
      font-size: 3.2rem;
      font-weight: 400;
      line-height: 3.5rem;
      animation-name: moveInRight;
      animation-duration: 1.25s;
      animation-timing-function: ease-out; }
      @media only screen and (max-width: 64em) {
        .header__primary--sub {
          font-size: 2.5rem; } }
      @media only screen and (max-width: 56.25em) {
        .header__primary--sub {
          font-size: 3.3rem; } }
    .header__primary--sub2 {
      font-size: 2.5rem;
      font-weight: 300;
      line-height: 3.5rem;
      animation: moveInBottom 0.75s ease-out 1s;
      animation-fill-mode: backwards; }
      @media only screen and (max-width: 23.5em) {
        .header__primary--sub2 {
          font-size: 2.5rem;
          font-weight: 400; } }
      @media only screen and (max-width: 56.25em) {
        .header__primary--sub2 {
          font-size: 3rem;
          line-height: 1.7; } }
      @media only screen and (max-width: 64em) {
        .header__primary--sub2 {
          font-size: 2.2rem; } }
    .header__primary--sub3 {
      font-size: 2rem;
      font-weight: 300;
      line-height: 3.2rem;
      animation: moveInBottom 1s ease-out 1s;
      animation-fill-mode: backwards; }
      @media only screen and (max-width: 56.25em) {
        .header__primary--sub3 {
          font-size: 2.2rem; } }
  .header__video-box {
    display: flex;
    align-items: center;
    flex-basis: 50%;
    height: auto;
    margin-top: -2.5rem; }
    @media only screen and (max-width: 56.25em) {
      .header__video-box {
        width: 100%;
        display: flex; } }
    .header__video-box--video {
      flex-basis: 100%; }
    .header__video-box--image {
      min-width: 100%;
      height: auto;
      animation: moveInBottom 2s ease-out 1s;
      animation-fill-mode: backwards; }
      @media only screen and (max-width: 56.25em) {
        .header__video-box--image {
          min-width: 85%;
          margin-top: 5rem;
          animation: moveInBottom 3s ease-out 1s;
          animation-fill-mode: backwards; } }
      @media only screen and (max-width: 23.5em) {
        .header__video-box--image {
          max-width: 100%;
          height: auto; } }
  .header__reference-box {
    margin: 3.5rem 0; }
    @media only screen and (max-width: 56.25em) {
      .header__reference-box {
        margin-bottom: 0;
        display: flex;
        flex-direction: column; } }
    .header__reference-box--text {
      display: inline-block;
      color: #333333;
      font-size: 1.2rem;
      font-weight: 700; }
      @media only screen and (max-width: 64em) {
        .header__reference-box--text {
          width: 8rem; } }
      @media only screen and (max-width: 56.25em) {
        .header__reference-box--text {
          font-size: 2rem;
          width: 100%; } }
    .header__reference-box--img {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 56.25em) {
        .header__reference-box--img {
          flex-direction: column; } }
      @media only screen and (max-width: 64em) {
        .header__reference-box--img {
          flex-wrap: nowrap; } }
    .header__reference-box--rectangle {
      height: auto; }
      @media only screen and (max-width: 64em) {
        .header__reference-box--rectangle > img {
          max-width: 100%;
          height: auto; } }
      @media only screen and (max-width: 56.25em) {
        .header__reference-box--rectangle > img {
          width: 100%;
          height: auto; } }
      @media only screen and (max-width: 56.25em) {
        .header__reference-box--rectangle:last-child:last-child {
          margin-bottom: 3rem; } }
      @media only screen and (max-width: 56.25em) {
        .header__reference-box--rectangle:first-child {
          margin-top: 4rem; } }
      .header__reference-box--rectangle:not(:first-child) {
        margin-left: 3rem; }
        @media only screen and (max-width: 75em) {
          .header__reference-box--rectangle:not(:first-child) {
            margin-right: 0;
            margin-left: 1.4rem; } }
        @media only screen and (max-width: 56.25em) {
          .header__reference-box--rectangle:not(:first-child) {
            margin-right: 0;
            margin-left: 0; } }
      .header__reference-box--rectangle:not(:last-child) {
        margin-right: 2rem; }
        @media only screen and (max-width: 75em) {
          .header__reference-box--rectangle:not(:last-child) {
            margin-right: 0.5rem; } }
        @media only screen and (max-width: 56.25em) {
          .header__reference-box--rectangle:not(:last-child) {
            margin-right: 0;
            margin-left: 0;
            margin-bottom: 2.5rem; } }
        @media only screen and (max-width: 64em) {
          .header__reference-box--rectangle:not(:last-child) {
            margin-right: 1rem; } }

.heading-primary {
  width: 55.1rem;
  color: #333333;
  margin-bottom: 5.5rem;
  backface-visibility: hidden; }
  .heading-primary--main {
    display: block;
    font-size: 7.2rem;
    font-weight: 700;
    line-height: 1.11;
    animation-name: moveInLeft;
    animation-duration: 1s;
    animation-timing-function: ease-out; }
  .heading-primary--sub {
    display: block;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 3.5rem;
    animation: moveInBottom 0.4s ease-out 0.75s;
    animation-fill-mode: backwards; }
  .heading-primary--sub2 {
    display: block;
    font-size: 2rem;
    line-height: 3.2rem;
    font-weight: 400;
    animation: moveInBottom 0.4s ease-out 0.75s;
    animation-fill-mode: backwards; }
    @media only screen and (max-width: 37.5em) {
      .heading-primary--sub2 {
        font-weight: 400; } }
    @media only screen and (max-width: 23.5em) {
      .heading-primary--sub2 {
        font-size: 2.5rem; } }
  .heading-primary--sub3 {
    display: block;
    font-size: 2rem;
    line-height: 3.2rem;
    font-weight: 400;
    animation: moveInBottom 0.8s ease-out 1s;
    animation-fill-mode: backwards; }

.section-first {
  height: 100%;
  padding: 10vh 2.5%; }

.mobile-video__box {
  display: flex; }
  .mobile-video__box--item {
    min-width: 100%;
    height: auto; }
    @media only screen and (max-width: 56.25em) {
      .mobile-video__box--item {
        display: unset;
        max-height: 100%;
        width: 100%; } }
    @media only screen and (min-width: 64em) {
      .mobile-video__box--item {
        display: none; } }

.section-second {
  padding: 0 2.5%;
  background-color: #e8fdff;
  margin-bottom: 7.5%; }
  .section-second__text-box {
    padding: 10vh 0 0 0; }
    @media only screen and (max-width: 37.5em) {
      .section-second__text-box {
        padding: 0; } }

.section-third {
  padding: 0 2.5%;
  margin-bottom: 7.5%; }
  @media only screen and (max-width: 37.5em) {
    .section-third__text-box {
      padding: 5%; } }

.section-fourth {
  padding-top: 10vh; }
  .section-fourth__heading {
    padding-left: 2.5%; }
  .section-fourth__box {
    margin-bottom: 10%; }

.section-fifth {
  padding: 10vh 1.3%; }
  @media only screen and (max-width: 56.25em) {
    .section-fifth {
      padding: 10vh 0; } }

.title {
  max-width: 50%; }

.heading-secondary--main {
  display: inline-block;
  font-size: 5.6rem;
  font-size: 5.6rem;
  display: block;
  font-weight: 700;
  line-height: 1.11;
  animation-name: moveInLeft;
  animation-duration: 0.8s;
  animation-timing-function: ease-out; }
  @media only screen and (max-width: 37.5em) {
    .heading-secondary--main {
      margin-bottom: 0; } }
  @media only screen and (max-width: 56.25em) {
    .heading-secondary--main {
      margin-bottom: 3rem; } }
  .heading-secondary--main:not(:last-child) {
    padding-bottom: 2rem; }

.number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.circleimg {
  transform: translateY(-25%); }

.main__text-box2 {
  display: flex;
  flex-direction: column;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.33; }
  @media only screen and (max-width: 56.25em) {
    .main__text-box2 {
      flex-wrap: wrap; } }

.main__text-box {
  display: flex;
  font-size: 2rem;
  flex-direction: column;
  align-content: space-between; }
  @media only screen and (max-width: 23.5em) {
    .main__text-box {
      padding: 2.5%;
      margin-top: 10%;
      font-size: 2.5rem; } }
  .main__text-box:not(:last-child) {
    margin-bottom: 4rem; }
  .main__text-box--circle {
    display: inline-block;
    position: relative;
    flex-basis: 8rem;
    height: 8rem;
    margin-right: 1rem;
    border: solid 0.1rem #0bcdfc;
    border-radius: 10rem; }
    @media only screen and (max-width: 56.25em) {
      .main__text-box--circle {
        width: 8rem;
        margin-bottom: 2.5%; } }
    .main__text-box--circle-content {
      display: flex;
      height: 100%;
      justify-content: center;
      align-items: center; }
      @media only screen and (max-width: 56.25em) {
        .main__text-box--circle-content > img {
          width: 70%; } }
    .main__text-box--circle--img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: auto; }
      .main__text-box--circle--img > img {
        display: inline;
        text-align: center;
        vertical-align: middle; }
    .main__text-box--circle--number {
      position: absolute;
      width: 3.6rem;
      height: 3.6rem;
      top: 75%;
      left: 50%;
      background-color: #0bcdfc;
      border-radius: 50%;
      font-size: 2rem;
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.6;
      letter-spacing: normal;
      text-align: center;
      color: #ffffff; }
  .main__text-box--heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    flex-basis: 100%; }
    @media only screen and (max-width: 56.25em) {
      .main__text-box--heading {
        flex-direction: row;
        justify-content: flex-start;
        align-content: flex-start;
        flex-wrap: wrap; } }
    @media only screen and (max-width: 37.5em) {
      .main__text-box--heading {
        justify-content: center;
        align-content: flex-start; } }
    @media only screen and (max-width: 26.5625em) {
      .main__text-box--heading {
        flex-wrap: nowrap; } }
    @media only screen and (max-width: 23.5em) {
      .main__text-box--heading {
        flex-wrap: nowrap; } }
    .main__text-box--heading--first {
      display: flex;
      justify-content: space-between;
      padding-top: 7.5%; }
      @media only screen and (max-width: 56.25em) {
        .main__text-box--heading--first {
          align-items: none;
          display: inline-block; } }
    @media only screen and (max-width: 37.5em) {
      .main__text-box--heading--sub {
        width: 100%;
        flex-direction: column;
        align-items: flex-start; } }
    @media only screen and (max-width: 37.5em) {
      .main__text-box--heading--sub2 {
        width: 100%;
        flex-direction: column;
        align-items: flex-start; } }
    .main__text-box--heading--sub3 {
      margin-bottom: 3.7rem; }
      @media only screen and (max-width: 37.5em) {
        .main__text-box--heading--sub3 {
          width: 100%;
          flex-direction: column;
          align-items: flex-start; } }
    .main__text-box--heading--sub4 {
      display: flex;
      flex: 1;
      align-items: center; }
      @media only screen and (max-width: 37.5em) {
        .main__text-box--heading--sub4 {
          width: 100%;
          flex-direction: column;
          align-items: flex-start; } }
  .main__text-box--header {
    font-size: 2rem;
    flex-basis: 85%; }

.h1-section {
  display: inline-block;
  font-size: 5.6rem; }

.quotebox {
  position: relative;
  min-width: 100%;
  height: auto;
  border-radius: 2rem; }
  .quotebox__img {
    position: relative;
    min-width: 100%;
    height: auto;
    border-radius: 1rem; }
    @media only screen and (max-width: 64em) {
      .quotebox__img {
        max-width: 100%; } }
    .quotebox__img--title {
      color: #000;
      font-size: 2rem;
      font-weight: 700;
      vertical-align: middle;
      padding: 1.5rem 0 0 1.5rem;
      display: inline-block; }
    .quotebox__img--title-box {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 6rem;
      background-color: rgba(255, 255, 255, 0.5); }
    .quotebox__img--title-bottom {
      position: relative;
      width: 100%;
      height: auto; }
    .quotebox__img--medium {
      max-width: 100%;
      height: auto; }
      @media only screen and (max-width: 64em) {
        .quotebox__img--medium {
          max-width: 100%; } }
      @media only screen and (max-width: 56.25em) {
        .quotebox__img--medium {
          max-width: 100%; } }
  .quotebox__quote {
    position: absolute;
    color: #fff;
    font-size: 10rem;
    height: 18.6rem;
    padding-left: 4rem;
    padding-top: 1rem;
    font-weight: 700; }
    @media only screen and (max-width: 56.25em) {
      .quotebox__quote {
        padding: 10% 0 0 15%;
        font-size: 16rem; } }
    @media only screen and (max-width: 26.5625em) {
      .quotebox__quote {
        font-size: 10rem; } }
    @media only screen and (max-width: 20em) {
      .quotebox__quote {
        font-size: 10rem; } }
  .quotebox__text {
    color: #fff;
    font-weight: 500;
    font-size: 1.9rem;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%; }
    .quotebox__text--text {
      display: inline-block;
      padding: 27% 4rem 3rem 4rem;
      position: absolute;
      width: 100%; }
      @media only screen and (max-width: 56.25em) {
        .quotebox__text--text {
          padding: 30% 15% 3rem 15%;
          font-size: 4rem; } }
      @media only screen and (max-width: 48em) {
        .quotebox__text--text {
          font-size: 3.4rem; } }
      @media only screen and (max-width: 37.5em) {
        .quotebox__text--text {
          font-size: 3.2rem; } }
      @media only screen and (max-width: 26.5625em) {
        .quotebox__text--text {
          font-size: 2.5rem; } }
      @media only screen and (max-width: 20em) {
        .quotebox__text--text {
          font-size: 2.2rem; } }
  .quotebox__bottom {
    position: absolute;
    bottom: 0;
    font-size: 1.6rem;
    font-weight: 300;
    width: 100%;
    display: block;
    padding: 4rem; }
    @media only screen and (max-width: 56.25em) {
      .quotebox__bottom {
        font-weight: 300;
        font-size: 2.5rem;
        padding: 15%; } }
    @media only screen and (max-width: 26.5625em) {
      .quotebox__bottom {
        font-size: 1.9rem; } }
    @media only screen and (max-width: 20em) {
      .quotebox__bottom {
        font-size: 2rem;
        padding-bottom: 10%; } }
    .quotebox__bottom--institut {
      font-size: 1.2rem; }
      @media only screen and (max-width: 56.25em) {
        .quotebox__bottom--institut {
          font-weight: 300;
          font-size: 2rem; } }
    .quotebox__bottom > span {
      display: block; }

@media only screen and (max-width: 37.5em) {
  .heading-third > span:first-child {
    padding-top: 7.5%; } }

.heading-third > span:not(:last-child) {
  padding-bottom: 2rem; }

@media only screen and (max-width: 56.25em) {
  .heading-third > a {
    margin-bottom: 10vh; } }

.heading-fourth__text-box {
  font-size: 2rem;
  padding: 0.5rem 1rem; }
  @media only screen and (max-width: 56.25em) {
    .heading-fourth__text-box {
      padding: 0 2.5%; } }
  @media only screen and (max-width: 20em) {
    .heading-fourth__text-box {
      margin-top: 3rem; } }
  .heading-fourth__text-box:not(:last-child) {
    margin-bottom: 1.9rem; }

.heading-fifth {
  height: 100%;
  width: auto; }
  @media only screen and (max-width: 64em) {
    .heading-fifth {
      padding: 2.5%; } }

.group-image {
  padding: 20% 0; }
  @media only screen and (max-width: 64em) {
    .group-image {
      padding: 12.5% 0; } }
  @media only screen and (max-width: 56.25em) {
    .group-image {
      justify-items: center;
      align-items: center;
      flex-direction: column; } }
  .group-image__box {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (max-width: 56.25em) {
      .group-image__box {
        width: auto;
        height: auto; } }
  .group-image__text {
    max-width: 30rem;
    display: inline-flex;
    color: #000;
    padding: 1rem;
    font-size: 1.5rem;
    line-height: 1.1;
    text-align: center;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.4);
    overflow: hidden; }
    @media only screen and (max-width: 23.5em) {
      .group-image__text {
        height: auto; } }
  .group-image__image {
    max-width: 100%;
    height: auto; }
    @media only screen and (max-width: 20em) {
      .group-image__image {
        max-width: 100%; } }

.deg0 {
  transform: translate(22rem); }
  @media only screen and (max-width: 26.5625em) {
    .deg0 {
      display: none; } }
  @media only screen and (max-width: 37.5em) {
    .deg0 {
      transform: translate(20rem); } }
  @media only screen and (max-width: 20em) {
    .deg0 {
      display: none; } }

.deg45 {
  transform: rotate(45deg) translate(22rem) rotate(-45deg); }
  @media only screen and (max-width: 26.5625em) {
    .deg45 {
      display: none; } }
  @media only screen and (max-width: 20em) {
    .deg45 {
      display: none; } }

.deg90 {
  transform: rotate(90deg) translate(22rem) rotate(-90deg); }
  @media only screen and (max-width: 23.5em) {
    .deg90 {
      transform: rotate(90deg) translate(29rem) rotate(-90deg); } }
  @media only screen and (max-width: 20em) {
    .deg90 {
      transform: rotate(90deg) translate(28rem) rotate(-90deg); } }

.deg135 {
  transform: rotate(135deg) translate(22rem) rotate(-135deg); }
  @media only screen and (max-width: 26.5625em) {
    .deg135 {
      display: none; } }
  @media only screen and (max-width: 20em) {
    .deg135 {
      display: none; } }

.deg180 {
  width: 15rem !important;
  transform: rotate(180deg) translate(22rem) rotate(-180deg); }
  @media only screen and (max-width: 26.5625em) {
    .deg180 {
      display: none; } }
  @media only screen and (max-width: 20em) {
    .deg180 {
      display: none; } }

.deg225 {
  transform: rotate(225deg) translate(22rem) rotate(-225deg); }
  @media only screen and (max-width: 26.5625em) {
    .deg225 {
      display: none; } }
  @media only screen and (max-width: 20em) {
    .deg225 {
      display: none; } }

.deg270 {
  transform: rotate(270deg) translate(22rem) rotate(-270deg); }
  @media only screen and (max-width: 23.5em) {
    .deg270 {
      transform: rotate(270deg) translate(29rem) rotate(-270deg); } }
  @media only screen and (max-width: 20em) {
    .deg270 {
      transform: rotate(270deg) translate(28rem) rotate(-270deg); } }

.deg315 {
  transform: rotate(315deg) translate(22rem) rotate(-315deg); }
  @media only screen and (max-width: 26.5625em) {
    .deg315 {
      display: none; } }
  @media only screen and (max-width: 20em) {
    .deg315 {
      display: none; } }

.paragraph {
  font-size: 2rem;
  padding-bottom: 3rem; }
  .paragraph:not(:last-child) {
    margin-bottom: 3rem; }

.reference-box {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center; }

.section__impressum {
  padding-top: 15vh;
  margin-top: 2.5%; }
  .section__impressum--header {
    font-size: 3.2rem;
    margin-bottom: 8rem; }
  .section__impressum--sub {
    font-size: 1.6rem;
    margin-bottom: 2.4rem; }
  .section__impressum--paragraph {
    font-size: 1.6rem;
    margin-bottom: 2rem; }
  .section__impressum--list {
    font-size: 1.6rem;
    margin-bottom: 2rem; }

.inline-link:link,
.inline-link:visited {
  color: #0bcdfc;
  text-decoration: underline; }

.inline-link:hover {
  color: #0bcdfc; }

.inline-link:active {
  color: #0bcdfc; }

.btn:link, .btn:visited {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  padding: 1rem 3rem;
  display: inline-block;
  position: relative;
  border-radius: 0.3rem;
  border: 0.1rem solid #0bcdfc;
  backface-visibility: hidden; }
  @media only screen and (max-width: 23.5em) {
    .btn:link, .btn:visited {
      font-size: 2.5rem;
      font-weight: 400; } }
  @media only screen and (max-width: 56.25em) {
    .btn:link, .btn:visited {
      font-size: 2rem;
      padding: 1rem 2.5rem; } }

.btn:hover {
  color: #fff;
  background-color: #0bcdfc;
  transform: translateY(-3px);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  transition: 0.2s; }

.btn:active {
  transform: translateY(-0.1rem);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
  transition: 0.1s; }

.btn--default {
  background-color: #e8fdff;
  color: #0bcdfc; }
  @media only screen and (max-width: 37.5em) {
    .btn--default {
      display: none !important; } }
  @media only screen and (max-width: 56.25em) {
    .btn--default {
      width: 50%; } }

.btn--default2 {
  background-color: #0bcdfc;
  color: #fff; }
  @media only screen and (max-width: 37.5em) {
    .btn--default2 {
      display: none !important; } }
  @media only screen and (max-width: 56.25em) {
    .btn--default2 {
      width: 50%; } }

.btn--bestellen {
  color: #fff;
  background-color: #0bcdfc;
  width: auto;
  text-align: center;
  margin: 0 auto; }
  @media only screen and (max-width: 37.5em) {
    .btn--bestellen {
      width: 100%; } }

.btn--nav {
  color: #fff;
  background-color: #0bcdfc;
  width: auto; }

.btn--animated {
  animation: moveInBottom 1s ease-out 1.5s;
  animation-fill-mode: backwards; }

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.6rem;
  background-color: #333333;
  width: 100%;
  padding: 2rem 0; }
  @media only screen and (max-width: 75em) {
    .footer {
      padding: 2rem 2rem; } }
  @media only screen and (max-width: 37.5em) {
    .footer__logo-box {
      text-align: center; } }
  @media only screen and (max-width: 56.25em) {
    .footer__logo-box {
      text-align: center; } }
  .footer__logo-box--link:link, .footer__logo-box--link:visited {
    font-size: 3.2rem;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block; }
  .footer__logo-box--logotext-left {
    font-weight: 200; }

.footer__navigation {
  height: 4.3rem;
  padding: 0.7rem; }

.footer__list {
  list-style: none;
  text-align: right; }
  @media only screen and (max-width: 56.25em) {
    .footer__list {
      text-align: center; } }
  @media only screen and (max-width: 37.5em) {
    .footer__list {
      text-align: center; } }

.footer__item {
  display: inline-block; }
  .footer__item:not(:last-child) {
    margin-right: 1rem; }

.footer__link:link, .footer__link:visited {
  color: #fff;
  text-decoration: none; }
