:root {

    --main-font: "Segoe UI","Noto Sans",-apple-system,BlinkMacSystemFont,sans-serif;
}

.content {
    overflow: visible;
} 
.container,
.container-page2,
.container-page3,
.container-page4 {
    width: 43vw;
    max-width: 43vw;
    padding: 100px 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 80px;
    align-content: center;
    flex-wrap: wrap;
}
.container-page3 {
    width: 56vw;
    max-width: 56vw;
}
.container-page4 {
    width: 81.250vw;
    max-width: 81.250vw;
}


.main{
    width: 819px;
    margin: 0px 550px;
    z-index: 15;
}

.progress-counter {
    width: 819px;
    margin-right: auto;
    margin-left: auto;
}

.circle1{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    font-family: var(--main-font);
    font-size: 19px;
    font-weight: bold;
    color: #FFFFFF;
    background: #FF6600;
    border: 3px solid #FF6600;
    opacity: 1;
    padding-top:7px;
}

.circle2{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    font-family: var(--main-font);
    font-size: 19px;
    font-weight: bold;
    color: #FFFFFF;
    border: 3px solid #FF6600;
    opacity: 1;
    padding-top:7px;
}

.circle2-page2{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    font-family: var(--main-font);
    font-size: 19px;
    font-weight: bold;
    color: #FFFFFF;
    background: #FF6600;
    border: 3px solid #FF6600;
    opacity: 1;
    padding-top:7px;
}


.circle3{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    font-family: var(--main-font);
    font-size: 19px;
    font-weight: bold;
    color: #FFFFFF;
    border: 3px solid #FF6600;
    opacity: 1;
    padding-top:7px;
}

.circle3-page3{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    text-align: center;
    font-family: var(--main-font);
    font-size: 19px;
    font-weight: bold;
    color: #FFFFFF;
    background: #FF6600;
    border: 3px solid #FF6600;
    opacity: 1;
    padding-top:7px;
}

.hr {
    width: 250px;
    height: 2px;
    color: #FF6600;
    margin-top: 25px;
    opacity: 0.8;
}

h3{
    text-align: center;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-family: var(--main-font);
    font-size: 50px;
    font-weight: bold;

}

form#senden > div:not(:last-child) {
    margin-bottom: 40px;
}

.lupe{
    max-width: 80px;
    height: auto;
    padding-top: 22px;
    padding-left: 43px;
    position: absolute;
}

input[type="text"]{
    font-family: var(--main-font);
    font-size: 40px;
}

.search{
    top: 437px;
    width: 819px;
    height: 82px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #D4D4D4;
    border-radius: 52px;
    opacity: 1;
    padding-top: 4px;
    padding-left: 113px;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--main-font);
    font-size: 40px;
}

.KPI-container,
.KPI-container-page4 {
    width: 100%;
    position: relative;
}

.KPI{
    position: relative;
    height: 322px;
    width: 322px;
    padding:10px;
}

.KPI-Label{
    color: #FFFFFF;
    opacity: 1;
    text-align: center;
    font-family: var(--main-font);
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    z-index: 300;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: normal;
}

.progress {
    position: relative;
    background: transparent;
    width: 100%;
    height: 100%;
    border-radius: 50% 50% 0 0;
    overflow: hidden;
}

.progress::before {
    position: absolute;
    content: '';
    width: calc((302px * 0.8) / 1.0);
    height: calc((302px * 0.4) / 1.0);
    background-color: #002D67;
    border-radius: calc((302px * 0.4) / 1.0) calc((302px * 0.4) / 1.0) 0 0;
    z-index: 200;
    top: 30.1%;
    left: 40.2%;
    transform: translate(-50%, -50%);

}

/*.progress::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 50%;
    background-color: #002d67;
    top: 50%;
}*/

.barKpi1 {
    position: absolute;
    width: 50%;
    height: 100%;
    background: linear-gradient(#c5dced, #4c8fc6, #0861a5);
    transform: rotate(0.25turn);
    top: 0;
    left: 0;
    transform-origin: center right;
    animation: rotate 0s ease-in-out;
}

.needle1 {
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: white !important;
    clip-path: polygon(50% 0, 50% 0, 52% 100%, 48% 100%);
    transform: rotate(0.03turn);
    transform-origin: bottom center;
    animation: rotate 2s ease-in-out;
    z-index: 300;
}

.barKpi2 {
    position: absolute;
    width: 50%;
    height: 100%;
    background: linear-gradient(#c5dced, #4c8fc6, #0861a5);
    transform: rotate(0.25turn);
    top: 0;
    left: 0;
    transform-origin: center right;
    animation: rotate 0s ease-in-out;
}

.needle2 {
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: white !important;
    clip-path: polygon(50% 0, 50% 0, 52% 100%, 48% 100%);
    transform: rotate(-0.18turn);
    transform-origin: bottom center;
    animation: rotate 2s ease-in-out;
    z-index: 300;
}

.barKpi3 {
    position: absolute;
    width: 50%;
    height: 100%;
    background: linear-gradient(#c5dced, #4c8fc6, #0861a5);
    transform: rotate(0.25turn);
    top: 0;
    left: 0;
    transform-origin: center right;
    animation: rotate 0s ease-in-out;
}

.needle3 {
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: white !important;
    clip-path: polygon(50% 0, 50% 0, 52% 100%, 48% 100%);
    transform: rotate(0.16turn);
    transform-origin: bottom center;
    animation: rotate 2s ease-in-out;
    z-index: 300;
}

.barKpi4 {
    position: absolute;
    width: 50%;
    height: 100%;
    background: linear-gradient(#c5dced, #4c8fc6, #0861a5);
    transform: rotate(0.25turn);
    top: 0;
    left: 0;
    transform-origin: center right;
    animation: rotate 0s ease-in-out;
}

.needle4 {
    position: absolute;
    width: 100%;
    height: 50%;
    background-color: white !important;
    clip-path: polygon(50% 0, 50% 0, 52% 100%, 48% 100%);
    transform: rotate(0.16turn);
    transform-origin: bottom center;
    animation: rotate 2s ease-in-out;
    z-index: 300;
}

@keyframes rotate {
    0% {
        background-color: red;
        transform: rotate(-0.25turn);
    }

}
::placeholder{
    font-family: var(--main-font);
    font-size: 40px;
    color: #00000099;
}

.button {
    width: auto;
    height: auto;
    text-align: center;
    letter-spacing: 0;
    color: #FFFFFF;
    background: #FF6600;
    border-radius: 52px;
    padding: 15px 30px;
    transition: all 100ms ease-in-out;
    font-size: 25px;
    font-weight: 700;
    line-height: 50px;
    min-width: 385px;
}

.button:hover{
    color: #ff6600;
    border-color: #ff6600;
    background-color: transparent;
}


.icon{
    position: absolute;
    padding: 10px;
    top:15%;
    right: 7%;
    font-size: 2.5em;
}

/* Footer */

.bar1 {
    height: 38px;
    margin: 0px;
    background-color: #FF6600;
}
.bar2{
    margin: 0px;
    background: #FFFFFF;
}
.footer-container {
    position: relative;
}
.rocket-animation {
    position: absolute;
    left: 0;
    bottom: 100%;
}
.footer-container .logo {
    width: 400px;
    margin-left: auto;
}

.content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.backgroundContainer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

body {
    width: 100%;
    max-width: 100%;
    margin: 0;
    background-color: #002D67;
    overflow: hidden;
    height: 100vh;
    max-height: 100vh;
    font-family: var(--main-font);
}

p {
    margin-bottom: 1px;

}

.Rakete{
    top: 593px;
    left: 34px;
    height: 300px;
    width: auto;
    margin-left:34px;
    margin-bottom: 19px;
    margin-top: 50px;
    transition: all 1s ease-in-out;
    /*animation: move 1s infinite;*/
}

@keyframes animate {
    0%{
        margin-top: 50px;
        margin-left: 34px;
    }
    50%{
        margin-top: 30px;
        margin-left: 54px;
    }
    100%{
        margin-top: 50px;
        margin-left: 34px;
    }
}

.Logo {
    margin-left: auto;
    margin-right: 0;
    height: 100%;
    width: 410px;
}

.yellow-bar{
    height: 100%;
    width: 455px;
    background-color: #F9B200;
}

.VR-Logo{
    height: 100%;
    width: auto;
}

.Wolken1,
.Wolken2 {
    display: block;
    width: auto;
    margin: auto;
    height: 70%;
    object-fit: cover;
}

.Tacho-Rule {
    width: 200px;
    height: 1px;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
}

.button-container-page3{
    width: 650px;
}

.popup-box,
.popup-box-social {
    position: absolute;
    text-align: center;
    width: 220px;
    aspect-ratio: 1 / 1;
    bottom: 0;
    left: calc(100% + 110px);
    color: #ffffff;
    background: #ff6600;
    border-radius: 50%;
    padding: 1em;
    transform: rotate(12deg) scale(0.0001);
    transition: all 120ms ease-out;
}
.popup-box-social {
    bottom: -220px;
    left: auto;
    right: -110px;
}

.popup-msg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    font: normal normal 24px/32px Segoe UI;
    letter-spacing: 0.23px;
}

.popup-box,
.popup-box-social2 {
    position: absolute;
    text-align: center;
    width: 220px;
    aspect-ratio: 1 / 1;
    bottom: 0;
    left: calc(100% + 110px);
    color: #ffffff;
    background: #ff6600;
    border-radius: 50%;
    padding: 1em;
    transform: rotate(12deg) scale(0.0001);
    transition: all 120ms ease-out;
}
.popup-box-social2 {
    bottom: -50px;
    left: auto;
    right: -140px;
}

/* Animations */

.animation-move {
    animation: move 1s ease-in-out infinite;
}
@keyframes move {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}


.animation-pulse {
    animation: pulse 2s infinite 2s;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/*.animation-fly {
    animation: fly 3s ease-in-out;
}
@keyframes fly {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  50% {
    transform: translate(75%, -75%) rotate(45deg);
  }
  100% {
    transform: translate(150%, 0) rotate(0deg);
  }
}*/

.progress2 {
    display: none;
}
.progress1 {
    display: none;
}



@media only screen and (max-width:1300px) {
    .rocket-animation {
    position: absolute;
    left: -120px;
    bottom: 10%;
    scale: 0.7;
    width: fit-content;
}

.container {
    row-gap: 60px;
}
}

@media only screen and (max-width:990px) {
    .progress-counter {
    max-width: 700px;
}
.form-group input#blz {
    max-width: 700px;
}
}

820 1180



/* Ipad 2029 */

@media only screen and (min-width: 834px) and (orientation: portrait) { 

 }


@media only screen and (min-width: 1112px) and (orientation: landscape) { 

 }




@media only screen and (min-width: 768px) and (orientation: portrait) { 
    .rocket-animation {
    left: -50px;
}
.container.container-page2 {
    width: 90%;
    max-width: unset;
}

.btn.button {
    min-width: 350px;
}

.container-page3 .row.d-flex.justify-content-between.gx-5 {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.container.container-page3 {
    row-gap: 30px;
    padding-block:0px ;
    padding-top: 20px;
}
 }


@media only screen and (min-width: 1024px) and (orientation: landscape) { 
    input#blz {
    width: 650px;
}

.container {
    max-width: 100%;
    width: 60%;
    padding-block: 50px;
}

.rocket-animation.animation-move {
    left: -50px;
    bottom: 7%;
    scale: 0.6;
}

.btn.button {
    min-width: 350px;
}

.container.container-page2 {
    width: 90%;
    max-width: unset;
    padding-top:50px;
}

.container.container-page2  .rocket-animation.animation-move {
    bottom: 7%;

}
.container.container-page3 {
    max-width: unset;
    width: 94%;
    padding-top: 40px;
    padding-bottom: 20px;
    row-gap: 10px;
}


.container.container-page3  .rocket-animation.animation-move {
    bottom: 25%;
}

.container.container-page3  .popup-box-social2 {
    right: 10px;
    bottom: 18%;
}
 }






/* Ipad 2 */
@media only screen and (min-width: 1112px) and (orientation: landscape) {


   .rocket-animation {
    left:-30px;

    bottom: 10%;
    width: fit-content;
}
.container {
    width: 80%;
    max-width: unset;
}

      .container {
    row-gap: 30px;
    padding-block: 50px;
}

.popup-box-social2 {
    right: -60px;
    bottom: 30px;
}
.btn.button {
    min-width: 350px;
}

input#blz {
    width: 700px;
}
.container.container-page3 {
    width: 90%;
    padding-block: 40px;
}
 }


@media only screen and (min-width: 834px) and (orientation: portrait) { 
    .container.container-page3 {
    padding-bottom: 70px;
} 

   .rocket-animation {
    position: absolute;
    left: -30px;
    bottom: 10%;
    scale: 0.7;
    width: fit-content;
}
.container-page3 .rocket-animation.animation-move {
    bottom: 30%;
}


 .container {
    width: 80%;
    max-width: unset;
}
 .btn.button {
    min-width: 335px;
}

.popup-box-social2 {
    right: -60px;
    bottom: -20px;
}
 }



