:root {
  --ms-black: #121212;
  --ms-indigo: #6610f2;
  --ms-purple: #6f42c1;
  --ms-pink: #d63384;
  --ms-red: #dc3545;
  --ms-orange: #fd7e14;
  --ms-yellow: #ffc107;
  --ms-body-font-size: 1rem;
  --ms-body-font-weight: 400;
  --ms-body-line-height: 1.5;
  --ms-body-color: #152a35;
  --ms-body-bg: #fff;
  --ms-link-color: #0d6efd;
  --ms-link-hover-color: #0a58ca;
  --ms-logo-height: 40px;
}


body {
  background-color: var(--ms-body-bg);
  color: var(--ms-body-color);
  margin: 0;
  padding: 0;
  font-family: 'bariolregular', sans-serif;
}
.container-fluid {
    --bs-gutter-x: 0rem !important;
}
h1 {
    font-size: 48px;
    line-height: 120%;
    text-wrap: balance;
}
@media (max-width: 580px) {
    h1 {
        font-size: 30px !important;
        line-height: 120% !important;
    }
    h3 {
        font-size: 24px !important;
    }
}
.btn {
    background-color: #cc4e00;
    padding: 16px 32px;
    border-radius: 999px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;;
}
.btn:hover {
    background-color: #cc4e00;
    padding: 16px 32px;
    border-radius: 999px;
    color: #fff;
}
@media (max-width: 580px) {
    .btn {
       font-size: 16px !important; 
    }
}
label {
    font-weight: 600;
    font-size: 16px;
}
.purple {
    color: #5f0062;
    font-weight: 600;
}
.grid-results {
    margin-top: 30px;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
}
@media (max-width: 580px) {
    .grid-results {
       display: grid;
       grid-gap: 20px;
       grid-template-columns: 1fr; 
    }
}
.klassik { 
    border: 2px solid #5f0062;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.premium {
    border: 2px solid #5f0062;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.grid-results h3 {
    font-size: 36px;
    font-weight: 600;
}
.grid-results p {
    font-size: 24px;
    font-weight: 600;
    color: #5f0062;
    text-align: center;
    padding: 20px 20px;
}
iframe.checkout-mail {
    width: 100%;
    height: 300px;
}
.checkout_wrapper {
    width: 100%;
    background-color: #edf1f3;
    padding: 20px;
    border-radius: 12px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.premium h3 {
    background-image: linear-gradient(45deg, #5f0062, #a51783);
    color: #fff;
    padding: 20px 20px;
    
}
.klassik h3 {
    background-color: #edf1f3;
    color: #152a35;
    padding: 20px 20px;
    
}
.text-muted {
    color: #152a35 !important;
}
.form {
    background-color: #edf1f3;
    padding: 25px;
    border-radius: 12px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
@media (max-width: 580px) {
    .form {
        padding: 15px !important;
    }
}
.navbar {
    position: fixed;
    top:0;
    left: 0;
    background-color: #fff;
    width: 100%;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.footer {
    background-color: #152a35;
    color: #fff;
}
.rechner {
    margin-top: 10vh;
    min-height: 75vh;
    margin-bottom: 10vh;
}
@media (max-width: 580px) {
    .rechner {
        margin-top: 7vh !important;
    }
}
.logo {
    height: 40px;
    width: auto;
}
span.text {
    font-size: 20px;
    line-height: 140%;
    color: #152a15;
}
@media (max-width: 580px) {
    span.text {
        font-size: 16px !important;
        line-height: 150% !important;
    }
}
.herobanner {
    height: 100vh;
    position: relative;
    z-index: -1;
}
img.hero {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    filter: grayscale(1.0);
    
}
.card_success {
    position: absolute;
    z-index: 10;
    width: 35vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px;
    background-color: #5f0062;
    color: #fff;
    font-size: 30px;
    line-height: 120%;
    border-radius: 12px;
    text-align: center;
}
@media (max-width: 912px) {
    .card_success {
        width: 90vw !important;
    }
}
.white {
    background-color: #fff;
    color: #5f0062;
}