/* general styling */

body {
  margin: 0;
  max-width: 100%;
  overflow-x: hidden;
}

section{
  width: 100%;
  height: auto;
  min-height: 100vh;
  border: none;
}

section.scroller{
    margin-top: 100vh;
}

.content{
    /* margin: 0 5%; */
    /* border: 1px solid transparent; */
}

.contentblock{
    /* border: 1px solid orange; */
}

.contentblock.text{
    padding: 0 7.5%;
}
@media screen and (max-width: 335px) {
    .contentblock.text{
        padding: 0 7%;
    }
}


.absolute-container{
    width: 320px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /* background-color: rgba(220,220,100,0.5); */
}

.absolute-container img{
  position: absolute;
}

.relative-spacer{
  position: relative;
}
.wrapper-sticky-container{
  height: 2400px;
  background-color: transparent;
}
.sticky-container{
  position: sticky;
  top: 0;
  /* border: 1px solid lime; */
  overflow: hidden;
}
.grid{
  display: grid;
}
.relative{
  position: relative;
}


/* ================================================= */
/* typo */
/* ================================================= */

h1{
  font-family: ff-prater-sans-web, sans-serif;
  font-weight: bold;
  font-size: 52px;
  text-align: center;
  line-height: 1;
  color: #fff;
  margin: 0;
  padding-top: 145px;
}
h1 span.smaller{
  font-size: 0.6em;
  line-height: 1;
}

p{
  font-family: proforma, serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  color: #fff;
  margin: 0;
  padding: 1em 0;
}

p.bold{
  font-weight: 700;
}

.blue{
  color: #1e445a;
}




/* ================================================= */
/* section styling */
/* ================================================= */

/* first cestion start */
    section.first{
        background-color: #fddeca;
        position: relative;
        height: auto;
    }
    section.first .title{
        position: absolute;
        width: 100vw;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        z-index: 1;
    }
    section.first .wrapper-sticky-container{
        height: 2200px;
    }
    section.first .sticky-container{
        /* padding: 0 5%; */
        background-image: url("../img/ifc-xmas-background-s1-v2.png");
        background-position: 50% 100%;
        background-size: 1455px;
        overflow: hidden;
        padding-top: 500px;
        margin-top: -500px;
        top: -900px;
    }
    section.first .sticky-spacer{
        height: 225px;
    }
    section.first .first-text{
        margin-top: 50px;
    }
    section.first img.scroll{
        width: 225px;
        display: block;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    section.first .contentblock.goat-image{
        margin-top: 50px;
    }
    section.first .contentblock.goat-image .relative-spacer.inner{
      height: 525px;
    }

    section.first .contentblock.goat-image .relative-spacer.outer{
        height: 0px;
    }

    section.first .content img{
        max-width: 100%;
    }

    img.erika-01{
        width: 300px;
        top: 44%;
        left: calc(50% + 0px);
        transform: translate(-50%, -50%);
    }
    img.sprechblase{
      width: 96px;
    }

    img.arrow{
        opacity: 0;
    }

    img#arrow-01{
        width: 120px;
        top: 20%;
        left: calc(50% + 35px);
        transform: translate(-50%, -50%);
    }

    img#arrow-02{
        width: 165px;
        top: 30%;
        left: calc(50% + 77px);
        transform: translate(-50%, -50%);
    }

    img#arrow-03{
        width: 165px;
        top: 55%;
        left: calc(50% - 78px);
        transform: translate(-50%, -50%);
    }

    img#arrow-04{
        width: 155px;
        top: 78%;
        left: calc(50% - 33px);
        transform: translate(-50%, -50%);
    }

    img#gedankenblase-01{
      width: 215px;
      top: 8%;
      left: calc(50% + 30px);
      transform: translate(-50%, -50%);
      opacity: 0;
    }

    section.first .second-text{
        margin-top: -100px;
        margin-bottom: 25px;
    }
    section.first img.splitter1{
        display: block;
        margin: 0 auto;
        width: 900px;
    }

/* second section rebranding */
    section.second{
        background-color: #fddeca;
    }

    section.second .contentblock{
      /* padding: 0 5%; */
    }
    section.second .contentblock.text{
        padding-top: 5px;
    }
    section.second .contentblock img.claim{
        width: 240px;
        margin: 25px auto;
        display: block;
    }
    section.second .contentblock img.sprechblase-rebranding{
        max-width: 100%;
        width: 260px;
        margin-top: 50px;
    }
    section.second .contentblock.grid{
      padding: 0;
      grid-template-columns: 75% 25%;
      grid-template-rows: 16.666%;
      grid-template-rows: repeat(6, 1fr [col-start]);
      margin-top: -25px;
      padding-bottom: 45px;
    }

    img.erika-02{
        grid-column: 1 / 2;
        grid-row: 1 / 7;
        height: 510px;
        max-width: 100%;
    }

    section.second button{
        border: none;
        margin: 0;
        text-decoration: none;
        background-color: #f9d5c0;
        width: 65px;
        height: 65px;
        display: block;
        margin: 0 auto;
        border-radius: 80px;
        -webkit-box-shadow: 0px 8px 9px -1px rgba(0,0,0,0.2);
        box-shadow: 0px 8px 9px -1px rgba(0,0,0,0.2);
    }
    section.second button:active,
    section.second button:focus{
        background-color: #f7ceba;
        -webkit-box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.2);
        box-shadow: 0px 2px 3px -1px rgba(0,0,0,0.2);
    }

    section.second button img{
        width: 85px;
        max-width: 100%;
    }

    section.second button#button-black{
        grid-column: 2 / 3;
        grid-row: 2 / 3;
    }
    section.second button#button-white{
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }

    section.second img.sprechblase-02{
        z-index: 1;
        width: 300px;
        left: 10px;
    }

    section.second .relative-spacer{
        height: 130px;
    }

/* third section bahnhof */
    section.third{
        background-color: #fddeca;
    }

    section.third .wrapper-sticky-container{
        height: 1500px;
    }

    section.third .sticky-container{
        /* padding: 0 5%; */
        background-image: url("../img/ifc-xmas-background-s3.png");
        background-position: 55% 0%;
        background-size: 960px;
        overflow: hidden;
    }

    section.third .text{
        padding-top: 35px;
    }

    section.third .contentblock.goat-image .relative-spacer{
        height: 460px;
    }

    section.third .content img{
        max-width: 100%;
    }

    section.third img.erika-03{
        width: 260px;
    }
    img.erika-03.before{
        top: 62%;
        left: calc(50% + 50px);
        transform: translate(-50%, -50%);
        opacity: 1;
    }
    img.erika-03.after{
        top: 63%;
        left: calc(50% + 70px);
        transform: translate(-50%, -50%);
        opacity: 0;
    }
    section.third img.mask{
        width: 100px;
        top: 470px;
    }

/* fourth section webshop */

    section.fourth{
        background-color: #fddeca;
        position: relative;
    }

    section.fourth .contentblock{
        /* padding: 0 5%; */
    }

    section.fourth .wrapper-sticky-container{
      height: 550px;
    }

    section.fourth .webshop .relative-spacer{
        height: 400px;
    }

    section.fourth .schlitten .relative-spacer{
        height: 550px;
    }

    section.fourth img.computer{
      width: 250px;
      top: 33%;
      left: calc(50% - 30px);
      transform: translate(-50%, -50%);
    }

    section.fourth img.erika-03{
      width: 600px;
      left: -200%;
    }

    section.fourth img.arm{
      width: 380px;
      max-width: 100%;
      left: -10px;
      top: 170px;
      transform-origin: 0px 90%;
    }

    section.fourth img.erika-schlitten{
        width: 85%;
        left: 50%;
        opacity: 0;
        -webkit-box-shadow: 0px 8px 9px -1px rgba(0,0,0,0.4);
        box-shadow: 0px 8px 9px -1px rgba(0,0,0,0.4);
    }

    section.fourth img.erika-schlitten.hinten{
        transform: translate(-50%, 0) rotate(2deg);
        left: 550px;
        top: 30px;
    }

    section.fourth img.erika-schlitten.mitte{
        top: 150px;
        transform: translate(-50%, 0) rotate(-3deg);
        left: -550px;
    }

    section.fourth img.erika-schlitten.vorne{
        top: 300px;
        left: 550px;
        transform: translate(-50%, 0) rotate(3deg);
    }


/* fifth section feedbacks */
    section.fifth{
        background-color: #fddeca;
        position: relative;
        padding-bottom: 200px;
        z-index: -2;
    }
    section.fifth .contentblock.text{
        /* padding: 0 5%; */
    }

    section.fifth .wrapper-sticky-container{
        height: 720px;
    }

    section.fifth .goat-image .relative-spacer{
        height: 720px;
    }

    section.fifth img.wolke{
      width: 888px;
      left: -150px;
    }

    section.fifth img.rating{
        opacity: 0;
    }

    section.fifth img.half-star{
        width: 240px;
        top: 60px;
        left: 110px;
        transform-origin: 50% 50%;
        transform: scale(1.2);
    }
    section.fifth img.one-star{
        width: 240px;
        top: 170px;
        left: 10px;
        transform-origin: 50% 50%;
        transform: scale(1.2);
    }
    section.fifth img.zero-star{
        width: 310px;
        top: 320px;
        left: 30px;
    }
    section.fifth img.blitz{
        width: 180px;
        z-index: -1;
        top: 390px;
        left: 180px;
        animation-name: blitz;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-timing-function: ease-out;
        opacity: 0;
        transform-origin: top center    ;
    }
    @keyframes blitz {
        0%  {opacity: 0; top: 390px; left: 180px;}
        5%  {opacity: 1; top: 395px; transform: scale(1.02)}
        25% {opacity: 0; left: 180px; transform: scale(1)}
        70% {opacity: 0; top: 390px; left: 220px; transform: scale(0.9)}
        75% {opacity: 1; top: 395px; left: 220px; transform: scale(0.92)}
        100% {opacity: 0; top: 395px; left: 220px; transform: scale(0.9)}
    }
    section.fifth .samichlaus{
        margin-top: -55px;
    }
    section.fifth .samichlaus .relative-spacer{
        height: 250px;
    }

    section.fifth img.samichlaus{
        width: 250px;
        top: -100px;
    }

/* sixth section bnb */
    section.sixth {
        margin-top: -230px;
        background-image: url("../img/ifc-xmas-background-s5.png");
        background-position: 50% 50%;
        background-size: 971px;
        overflow: hidden;
    }

    section.sixth .contentblock.splitter{
        display: none;
    }

    section.sixth .relative-spacer{
        height: 640px;
    }

    section.sixth img.bnb-house{
        width: 230px;
        top: 85%;
        left: calc(50% + 70px);
        transform: translate(-50%, -50%);
    }

    section.sixth img.bnb-sign{
        width: 350px;
        top: 50%;
        left: calc(50% + 0px);
        transform: translate(-50%, -50%);
    }
    section.sixth img.bnb-sign.first{
        /* top: 150px; */
        animation-name: sign-movement;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-timing-function: ease-in-out;
    }
    @keyframes sign-movement {
        0% {top: 320px}
        100% {top: 300px}
    }

    section.sixth img.bnb-sign.second{
        animation-name: sign-blink;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-timing-function: ease-in-out;
    }
    @keyframes sign-blink {
        0% {opacity: 1; top: 320px;}
        100% {opacity: 0; top: 300px;}
    }

    section.sixth .text{
        margin-bottom: 100px;
    }

/* seventh section letter */
    section.seventh {
        background-image: url("../img/ifc-xmas-background-s7.png");
        background-position: 50% 0%;
        background-size: 700px;
        background-color: #fddeca;
        min-height: 660px;
        /* overflow: hidden; */
    }
    section.seventh .splitter{
        display: none;
    }
    section.seventh img.letter{
        max-width: 100%;
        width: 350px;
        top: 39%;
        left: calc(50% - 15px);
        transform: translate(-50%, -50%);
    }
    section.seventh img.vers{
        transform: rotate(-5.25deg);
        opacity: 0;
        max-width: 100%;
        left: 16%;
    }
    section.seventh img.vers.ve1{
        top: -10px;
        width: 200px;
    }
    section.seventh img.vers.ve2{
        top: 60px;
        width: 190px;
    }
    section.seventh img.vers.ve3{
        top: 140px;
        width: 180px;
    }
    section.seventh img.vers.ve4{
        top: 200px;
        width: 240px;
    }
    section.seventh img.vers.ve5{
        top: 280px;
        width: 180px;
    }
    section.seventh img.vers.ve6{
        top: 350px;
        width: 180px;
    }

    section.seventh .letter .relative-spacer{
        height: 500px;
    }

    section.seventh .contentblock.stift{
        margin-top: -670px;
        overflow: hidden;
    }
    section.seventh img.stift{
        width: 540px;
        top: 39%;
        left: calc(50% - 25px);
        transform: translate(-50%, -50%);
        animation-name: stift-movement;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-timing-function: ease;
    }
    @keyframes stift-movement {
        0% {left: 174px; top: -50px}
        100% {left: 140px; top: -45px;}
    }
    section.seventh img.erika-schreiben{
        display: none;
    }

    section.seventh .stift .relative-spacer{
        height: 686px;
    }

/* eighth section end */
    section.eighth {
        background-color: #fddeca;
        overflow: hidden;
        margin-top: -150px;
    }

    section.eighth .text{
        padding: 25px 7.5%;
    }

    section.eighth .relative-spacer{
        height: 700px;
        z-index: -10;
    }


    section.eighth img.cta{
        opacity: 1;
        cursor: pointer;
    }
    section.eighth img.cta:hover{
        opacity: 0;
    }
    section.eighth img.hover{
        opacity: 0;
        cursor: pointer;
    }
    section.eighth img.hover:hover{
        opacity: 1;
    }
    section.eighth img.cta-01{
        width: 225px;
        left: 10px;
    }

    section.eighth img.cta-02{
        width: 275px;
        top: 200px;
        left: 80px;
    }

    section.eighth img.engel{
        width: 270px;
        top: 69%;
        left: calc(50% - 10px);
        transform: translate(-50%, -50%);
        animation-name: engel-movement;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-timing-function: ease-in-out;
    }
    @keyframes engel-movement {
        0% {top: 78%}
        100% {top: 81%;}
    }
    section.eighth img.engel-schatten{
        width: 270px;
        top: 78%;
        left: calc(50% - 10px);
        transform: translate(-50%, -50%);
        animation-name: schatten-movement;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-timing-function: ease-in-out;
    }
    @keyframes schatten-movement {
        0% {width: 230px; height: 398px;}
        100% {width: 270px; height: 398px;}
    }
    section.eighth .text.second-text{
        padding: 0 7.5%;
    }
    section.eighth img.ifc-logo{
        width: 250px;
        display: block;
        margin: 75px auto;
    }

/* ================================================= */
/* Media Queries */
/* ================================================= */

    @media screen and (min-width: 600px) {
        body{
            overflow-x: hidden;
        }

        h1{
            font-size: 72px;
            padding-top: 100px;
        }

        p{
            font-size: 22px;
            padding: 2em 0;
        }

        .content{
            max-width: 500px;
            display: block;
            margin: 0 auto;
        }
        section{
            max-width: 100vw;
            overflow: hidden;
            min-height: auto;
        }
        .absolute-container{
            width: 500px;
        }
        section.first .wrapper-sticky-container{
            height: auto;
        }
        section.first .sticky-container{
            background-position: 50% 100%;
            background-size: 1920px;
            padding-left: 142%;
            margin-left: -142%;
            padding-right: 142%;
            margin-right: -142%;
        }
        section.first img.scroll{
            display: none;
        }
        section.first .contentblock.goat-image{
            margin-top: 50px;
        }
        img.erika-01{
            width: 350px;
            top: 36%;
        }
        img.sprechblase{
          width: 96px;
          top: 9%;
          left: calc(50% - 171px);
          transform: translate(-50%, -50%);
        }
        img.arrow {
            opacity: 1;
        }
        img#arrow-01{
            top: 5%;
            left: calc(50% + 35px);
            transform: translate(-50%, -50%);
            animation-name: arrow-01;
            animation-duration: 10s;
            animation-iteration-count: infinite;
        }
        @keyframes arrow-01 {
            0% {opacity: .5;}
            1% {opacity: 1;}
            19% {opacity: 1;}
            21% {opacity: 0;}
            99% {opacity: 0;}
            100% {opacity: 0.5;}
        }
        img#arrow-02{
            top: 22%;
            left: calc(50% + 130px);
            transform: translate(-50%, -50%);
            animation-name: arrow-02;
            animation-duration: 10s;
            animation-iteration-count: infinite;
        }
        @keyframes arrow-02 {
            0% {opacity: 0;}
            19% {opacity: 0;}
            21% {opacity: 1;}
            39% {opacity: 1;}
            41% {opacity: 0;}
            100% {opacity: 0;}
        }
        img#arrow-03{
            width: 165px;
            top: 50%;
            left: calc(50% - 156px);
            transform: translate(-50%, -50%);
            animation-name: arrow-03;
            animation-duration: 10s;
            animation-iteration-count: infinite;
        }
        @keyframes arrow-03 {
            0% {opacity: 0;}
            39% {opacity: 0;}
            41% {opacity: 1;}
            59% {opacity: 1;}
            61% {opacity: 0;}
            100% {opacity: 0;}
        }
        img#arrow-04{
            animation-name: arrow-04;
            animation-duration: 10s;
            animation-iteration-count: infinite;
        }
        @keyframes arrow-04 {
            0% {opacity: 0;}
            59% {opacity: 0;}
            61% {opacity: 1;}
            79% {opacity: 1;}
            81% {opacity: 0;}
            100% {opacity: 0;}
        }
        img#gedankenblase-01{
            opacity: 1;
            top: -3%;
            animation-name: gedankenblase;
            animation-duration: 10s;
            animation-iteration-count: infinite;
        }
        @keyframes gedankenblase {
            0% {opacity: 0.5;}
            1% {opacity: 0;}
            79% {opacity: 0;}
            81% {opacity: 1;}
            99% {opacity: 1;}
            100% {opacity: 0.5;}
        }
        section.first .second-text{
            margin-top: 0;
        }
        section.first img.splitter1{
            display: none;
        }
/* ----------------------------------------- */
        section.second{
            min-height: 800px;
        }

        section.second .contentblock.grid{
            padding-bottom: 100px;
        }

        section.second button:focus{
            outline: none;
        }
/* ----------------------------------------- */
        section.third .wrapper-sticky-container{
            height: auto;
        }
        section.third .sticky-container{
            background-position: 50% 74%;
            background-size: 100%;
            padding-left: max(142%,(calc((100vw - 500px) / 2)));
            margin-left: min(-142%,(calc((100vw - 500px) / -2)));
            padding-right: max(142%,(calc((100vw - 500px) / 2)));
            margin-right: min(-142%,(calc((100vw - 500px) / -2)));
        }
        section.third p{
            text-shadow: 2px 2px 25px #272727, -2px -2px 25px #272727;
        }
        section.third img.mask{
            top: 576px;
        }
/* ----------------------------------------- */
        section.fourth{
            overflow: visible;
        }
        section.fourth img.erika-03{
            top: 50%;
            left: calc(50% - 500px);
            transform: translate(-50%, -50%);
        }
        section.fourth .wrapper-sticky-container{
            height: 800px;
        }
        section.fourth .schlitten .relative-spacer{
            height: 800px;
        }
        section.fourth img.erika-schlitten{
            width: 75%;
        }
        section.fourth img.erika-schlitten.hinten{
            top: 30px;
            left: 50px;
        }
        section.fourth img.erika-schlitten.mitte{
            top: 250px;
            left: 5px;
        }
        section.fourth img.erika-schlitten.vorne{
            top: 500px;
            left: 45px;
        }
/* ----------------------------------------- */
        section.fifth{
            overflow: hidden;
        }
        section.fifth .sticky-container{
            overflow: visible;
        }
        section.fifth img.wolke{
            width: 1400px;
            height: 75%;
            top: 34%;
            left: calc(50% - 0px);
            transform: translate(-50%, -50%);
        }
        section.fifth img.half-star{
            width: 300px;
            left: 210px;
        }
        section.fifth img.one-star{
            width: 280px;
            left: -150px;
        }
        section.fifth img.zero-star{
            width: 360px;
            left: 130px;
        }
/* ----------------------------------------- */
        section.sixth{
            background-image: none;
        }
        section.sixth .content{
            background-image: url("../img/ifc-xmas-background-s5.png");
            background-position: 50% 62%;
            padding-left: calc((100vw - 500px) / 2);
            padding-right: calc((100vw - 500px) / 2);
            min-height: 900px;
            position: relative;
        }
        section.sixth .contentblock.splitter{
            display: block;
        }
        section.sixth .contentblock.splitter img{
            width: 100vw;
            height: 15%;
            left:0;
            top: -10px;
        }
        section.sixth .relative-spacer{
            height: 600px
        }
        section.sixth img.bnb-sign{
            top: 50%;
            left: calc(50% + 0px);
            transform: translate(-50%, -50%);
            width: 450px;
        }
        @keyframes sign-movement {
            0% {top: 280px}
            100% {top: 260px}
        }
        @keyframes sign-blink {
            0% {opacity: 1; top: 280px;}
            100% {opacity: 0; top: 260px;}
        }
        section.sixth img.bnb-house{
            width: 275px;
            top: 89%;
            left: calc(50% + 109px);
        }
/* ----------------------------------------- */
        section.seventh{
            background-image: none;
            overflow: visible;
        }
        section.seventh .content{
            background-image: url("../img/ifc-xmas-background-s7.png");
            background-position: 50% 0%;
            background-size: cover;
            padding-left: calc((100vw - 500px) / 2);
            padding-right: calc((100vw - 500px) / 2);
            background-color: #fddeca;
            min-height: 830px;
            position: relative;
        }
        section.seventh .splitter{
            display: block;
        }
        section.seventh .splitter img{
            width: 100vw;
            height: 15%;
            left:0;
            bottom: -10px;
        }
        section.seventh img.letter{
            width: 500px;
            top: 58%;
        }
        section.seventh img.vers.ve1{
            width: 250px;
            top: 10px;
        }
        section.seventh img.vers.ve2{
            top: 95px;
            width: 240px;
        }
        section.seventh img.vers.ve3{
            top: 210px;
            width: 230px;
        }
        section.seventh img.vers.ve4{
            top: 285px;
            width: 290px;
        }
        section.seventh img.vers.ve5{
            top: 390px;
            width: 230px;
            left: 125px;
        }
        section.seventh img.vers.ve6{
            top: 470px;
            width: 220px;
            left: 125px;
        }
        section.seventh .contentblock.stift{
            overflow: visible;
        }
        section.seventh img.erika-schreiben{
            display: block;
            width: 500px;
            top: 55%;
            left: calc(50% + 550px);
            transform: translate(-50%, -50%);
        }
        section.seventh .stift .relative-spacer{
            height: 900px;
        }
        @keyframes stift-movement {
            0% {left: 234px; top: -50px}
            100% {left: 200px; top: -45px;}
        }
/* ----------------------------------------- */
        section.eighth {
            margin-top: 0;
        }
        section.eighth img.cta-01{
            top: 40px;
        }
        section.eighth img.cta-02{
            left: 140px;
        }
    }

/* ----------------------------------------- */
/* ----------------------------------------- */

    @media screen and (min-width: 1900px) {
        section.sixth .content{
            background-size: cover;
        }
        section.first .sticky-container{
            background-position: 50% 100%;
            background-size: cover;
            padding-left: calc((100vw - 500px) / 2);
            margin-left: calc((100vw - 500px) / -2);
            padding-right: calc((100vw - 500px) / 2);
            margin-right: calc((100vw - 500px) / -2);
        }
    }

/* ================================================= */
/* Form Sites */
/* ================================================= */

    .form h1{
      padding-top: 0px;
      padding: 50px;
    }

    .form a{
        color: #8d3643;
    }

    .form iframe{
        border: none;
        width: 100%;
        height: 800px;
    }
    .form .maatoo-form{
        padding: 30px 7.5%;
    }
    .maatoo-form .mauticform-label{
        font-family: ff-prater-sans-web, sans-serif;
        font-weight: bold;
        font-size: 16px;
        color: #1e445a;
    }
    .maatoo-form .mauticform-row{
        margin-bottom: 15px;
    }

    .maatoo-form .mauticform-selectbox,
    .maatoo-form .mauticform-input,
    .maatoo-form .mauticform-textarea{
        border-radius: 0;
        font-family: proforma, serif;
        font-weight: 500;
        font-size: 16px;
        color: #1e445a;
    }

    .maatoo-form .mauticform-errormsg{
        font-family: proforma, serif;
        font-weight: 500;
        font-size: 14px;
        color: #c21515;
    }
    .maatoo-form .mauticform-message{
        font-family: proforma, serif;
        font-weight: 500;
        font-size: 16px;
    }
    .maatoo-form .mauticform-row.mauticform-required .mauticform-label:after{
        color: #8d3643;
    }
    .maatoo-form .mauticform-button.btn-default{
        display: block;
        margin: 50px auto;
        width: 250px;
        color: #fff !important;
        background-color: #1e445a !important;
        font-family: ff-prater-sans-web, sans-serif;
        font-weight: bold;
        font-size: 18px;
        padding: 14px;
        border-radius: 50px;
    }
    body.form section{
        min-height: auto;
    }
    body.form section.eighth{
        margin-top: 0;
    }
    body.form section.eighth .relative-spacer{
        height: 350px;
    }
    .form section.eighth img.engel{
        width: 270px;
        top: 49%;
        left: calc(50% - 10px);
        transform: translate(-50%, -50%);
        animation-name: engel-movement-2;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-timing-function: ease-in-out;
    }
    @keyframes engel-movement-2 {
        0% {top: 55%}
        100% {top: 58%;}
    }
    .form section.eighth img.engel-schatten{
        width: 270px;
        top: 58%;
        left: calc(50% - 10px);
        transform: translate(-50%, -50%);
        animation-name: schatten-movement-2;
        animation-duration: 1s;
        animation-iteration-count: infinite;
        animation-direction: alternate;
        animation-timing-function: ease-in-out;
    }
    @keyframes schatten-movement-2 {
        0% {width: 230px; height: 398px;}
        100% {width: 270px; height: 398px;}
    }
