@import url(https://use.typekit.net/bya1uqa.css);
@import url(https://use.typekit.net/qbs4sur.css);

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes slideDown {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(100%);
    }
}

input,
select {
    font-size: 16px !important;
}

body,
html {
    overflow-x: hidden;
}

body {
    font-family: futura-pt;
    font-size: 18px;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    z-index: 2;
}

h1 {
    font-weight: 700;
    font-size: 52px;
}

h2 {
    font-weight: 700;
    font-size: 40px;
}

h3 {
    font-weight: 700;
}

h4 {
    font-weight: 700;
}

strong {
    color: #07a0e3;
}

hr {
    color: gray;
}

.navbar-nav {
    font-size: 16px;
}

.navbar-nav li {
    font-size: 18px;
}

.headerlogo {
    width: 250px;
}

.uspimg {
    width: 30% !important;
    margin-top: -160px;
}

.card {
    margin-top: 90px;
    border: 0 solid #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.14);
    padding: 20px;
    border-radius: 15px;
}

.hexagonTCCwrap1 {
    filter: drop-shadow(0 4px 10px rgba(0, 128, 0, 0.5));
    margin-top: -70px;
}

.hexagonTCCwrap2 {
    filter: drop-shadow(0 4px 10px rgba(7, 160, 227, 0.5));
}

.hexagonTCC {
    position: relative;
    width: 280px;
    height: 320px;
    background: #fff;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hexagonTCC img {
    width: 30%;
    height: auto;
    border-radius: 50%;
    margin-bottom: 10px;
}

.hexagonTCC p {
    font-size: 16px;
    color: #333;
    margin: 0;
}

.accordionTCC {
    max-width: 600px;
    margin: 20px auto;
    border-radius: 5px;
    overflow: hidden;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
    border: 0 solid #000 !important;
    border-radius: 5px;
    margin-bottom: 1rem;
    background-color: #fff !important;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-header {
    background: #dadada;
    cursor: pointer;
    padding: 15px;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-header:hover {
    background: #eee;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 15px;
    background: #fff;
}

.accordion-content p {
    margin: 15px 0;
}

.accordion-item.active .accordion-content {
    max-height: 150px;
}

.herosection {
    margin-top: 80px;
    padding-bottom: 50px !important;
    background-image: url(../img/background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: right !important;
    background-color: #fff;
    padding-top: 60px !important;
    background-position: top -40px center;
    margin-bottom: 50px;
}

.herosection h1 {
    text-align: right !important;
}

.yellowbutton {
    padding: 0.85em 1.5em;
    border-radius: 0;
    background: #40ac3c;
    border: 0 solid #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    color: #fff !important;
    font-weight: 700 !important;
    transition: transform 0.3s ease,
        box-shadow 0.3s ease;
}

.submit-btn {
    color: #fff;
    font-weight: 700 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px;
    background-color: #06a0e3;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

.py-3 {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.my-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.content {
    padding-left: 10%;
    padding-right: 10%;
}

.adjustform {
    margin-top: -480px;
}

.testimonial {
    margin-top: 15px;
    font-weight: 700;
}

.accordion-button:not(.collapsed) {
    font-weight: 700;
    color: #000;
}

.accordion-button {
    background-color: #fff !important;
    padding: 16px 20px;
    font-size: 22px;
    border-radius: 5px !important;
    border: 1px solid #fff;
    box-shadow: 0 0 0 #000 !important;
    font-weight: 700;
    color: #000;
}

.accordion-item:not(:first-child) {
    border-top: 0 solid #000;
    border-radius: 5px !important;
}

.nav-link {
    padding-left: 20px !important;
    padding-right: 20px !important;
    display: inline-block;
    position: relative;
    color: #000;
}

.nav-link::after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #07a0e3;
    transition: transform 0.25s ease-out;
    transform-origin: bottom center;
}

.nav-link:hover::after {
    transform: scaleX(1);
}

.nav-link:hover {
    color: #000;
    padding-bottom: 5px;
}

.btn-primary {
    padding: 0.85em 1.5em;
    border-radius: 0;
    background: #40ac3c;
    border: 0 solid #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    color: #fff !important;
    font-weight: 700 !important;
    transition: transform 0.3s ease,
        box-shadow 0.3s ease;
}

.btn-primary:hover {
    padding: 0.85em 1.5em;
    border-radius: 0;
    background: #07a0e3 !important;
    color: #fff !important;
    border: 0 solid #fff;
    transform: scale(1.05) translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-title {
    text-align: center;
}

.bg-dark {
    background-color: #07a0e3 !important;
}

.lh-sm {
    font-size: 12px;
}

.logo {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footerimage {
    width: 100%;
    height: auto;
}

.navbar-collapse {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100%;
    background-color: #fff;
    transition: right 0.3s ease;
    z-index: 1000;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.navbar-toggler {
    border: none;
    outline: 0;
}

.navbar-toggler-icon {
    background-image: url(https://cdn.iconscout.com/icon/free/png-256/burger-menu-462145.png);
}

.datenschutz strong {
    color: #000 !important;
    font-weight: 700;
}

.line {
    height: 4px;
    background-color: #06a0e3 !important;
    position: absolute;
    top: 18px;
    left: 100%;
    width: 100%;
    transform: translateX(-50%);
    z-index: 0;
}

.active ~ .line {
    background-color: #07a0e3;
}

.counter {
    margin-bottom: 50px;
}

.button {
    background-color: #07a0e3;
    color: #fff;
    padding: 15px;
    border: none;
    border-radius: 0;
    font-size: 18px;
    cursor: pointer;
    width: 100%;
    margin-top: 20px;
    font-weight: 700;
    transition: background-color 0.3s;
}

.button:hover {
    background-color: #07a0e3;
}

.form-container {
    width: 100%;
    max-width: 800px;
    background-color: #fff;
    padding: 20px;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

.form-group input,
.form-group select {
    padding: 10px;
    border: 2px solid #ccc;
    border-radius: 0;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-group select {
    background-color: #fff;
    padding-right: 40px;
    cursor: pointer;
}

.form-group .fa-chevron-down {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #333;
}

.three-grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
}

.checkbox-group {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.checkbox-group input[type="checkbox"] {
    opacity: 0;
}

.custom-checkbox {
    width: 35px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
}

.custom-checkbox1 i {
    display: none;
    font-size: 14px;
}

.checkbox-group input[type="checkbox"]:checked + .custom-checkbox {
    background-color: #a3cf11;
    border-color: #a3cf11;
}

.checkbox-group input[type="checkbox"]:checked + .custom-checkbox1 {
    background-color: #a3cf11;
    border-color: #a3cf11;
}

.checkbox-group input[type="checkbox"]:checked + .custom-checkbox i {
    display: block;
    color: #fff;
}

.checkbox-group input[type="checkbox"]:checked + .custom-checkbox1 i {
    display: block;
    color: #fff;
}

.checkbox-group label {
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
}

.custom-checkbox i {
    display: none;
    font-size: 14px;
}

.section-title {
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.mobile-menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

.mobile-menu-content {
    background: #fff;
    width: calc(100% - 30px);
    height: 65%;
    padding: 20px;
    border-radius: 20px 20px 0 0;
    overflow-y: auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 30px;
    background: 0 0;
    border: none;
    cursor: pointer;
    color: #000;
}

.mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 0;
    flex-grow: 1;
}

.mobile-menu-list li {
    margin-bottom: 15px;
}

.mobile-menu-list li a {
    text-decoration: none;
    font-size: 20px;
    color: #000;
}

.footerlinks a {
    color: #fff;
    text-decoration: none;
}

.footerlinks a:hover {
    color: #fff;
    text-decoration: underline;
}

.form-control.error {
    border-color: #dc3545;
    color: #dc3545;
}

.form-control.success {
    border-color: #7dbd0d;
    color: #000000;
}

.error-message {
    display: none;
    background-color: #ffffff;
    font-size: 11px;
    position: absolute;
    top: 32px;
    left: 5px;
    color: #dc3545!important;
    padding: 0px 5px 0px 5px;
    border-radius: 0px;
    border: 0px;
}

.error-icon {
    display: none;
    position: absolute;
    top: 14px;
    right: -7px;
    color: #dc3545;
    background-color: #fff;
    width: 20px;
    text-align: center;
    border-radius: 400px;
    height: 20px;
    border: 2px solid #dc3545;
    font-size: 12px;
}

.success-icon {
    display: none;
    position: absolute;
    top: 14px;
    right: -7px;
    color: #7dbd0d;
    background-color: #fff;
    width: 20px;
    text-align: center;
    border-radius: 400px;
    height: 20px;
    border: 2px solid #7dbd0d;
    font-size: 12px;
}

.info-box {
    background-color: #fafafa;
    border: 1px solid #e3e3e3;
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    border-radius: 0;
    text-align: center;
}

.info-box h5 {
    font-size: 0.8rem;
    margin-bottom: 10px;
}

.info-box p {
    font-size: 0.7rem;
}

a,
li,
ul {
    font-weight: 300;
    color: #082c3d;
}

.step-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0;
    padding-left: 10%;
    padding-right: 10%;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    width: 100%;
}

.circle {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
    color: #333;
    z-index: 1;
    border-radius: 40px;
    font-weight: 700;
}

.active .circle {
    background-color: #07a0e3;
    color: #fff;
}

.green .circle {
    background-color: #40ac3c;
    color: white;
}

.success-icon, .error-icon {
    top: -8px;
    right: 10px;
    width: 20px;
    border: 0px;
}

#sliderValue {
    color: #fff !important;
    padding: 5px 40px !important;
}

.step-title {
    margin-top: 10px;
    font-size: 15px;
}

.slider-container {
    width: 100%;
    text-align: center;
}

.slider-value {
    font-size: 24px;
    font-weight: 700;
    color: #97c333;
    margin-bottom: 20px;
    background: #07a0e3;
    border-radius: 300px;
    padding: 10px;
    width: fit-content;
    margin: 0 auto;
}

.slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 12px;
    background: #ddd;
    border-radius: 0;
    outline: 0;
    opacity: 0.7;
    transition: opacity 0.2s;
    margin: 20px 0;
}

.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    background: #97c333;
    border: 3px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #97c333;
    border: 3px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.input-fields {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.input-fields input,
.input-fields select {
    width: 48%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 16px;
    background-color: #f9f9f9;
    text-align: center;
    outline: 0;
    transition: border-color 0.2s;
}

.input-fields input:focus,
.input-fields select:focus {
    border-color: #97c333;
}

.monthly-rate {
    font-size: 18px;
    margin-top: 20px;
}

.input-fields select {
    width: 48%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 0;
    font-size: 16px;
    background-color: #f9f9f9;
    text-align: center;
    outline: 0;
    appearance: none;
    background-image: url(data:image/svg+xml;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    transition: border-color 0.2s;
}

.input-fields select:focus {
    border-color: #97c333;
}

a {
    font-weight: 300;
    color: #082c3d;
}

@media (max-width: 768px) {
    .py-3 {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .mobilehide {
        display: none !important;
    }
    .headerlogo {
        width: 150px;
    }
    .index .card {
        margin-top: -60px !important;
    }
    .index .herosection {
        padding-bottom: 0 !important;
    }
    .card-title {
        font-size: 20px;
    }
    .accordion-button {
        padding: 20px;
        font-size: 16px;
    }
    .my-4 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-7 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .gx-3 .col-md-3 {
        margin-bottom: 30px;
    }
    .desktopnav {
        display: none !important;
    }
    h1 {
        font-weight: 700;
        font-size: 20px !important;
        margin-top: 10px;
    }
    h2 {
        font-weight: 700;
        font-size: 16px;
    }
    h3 {
        font-weight: 700;
    }
    .index .counter {
        padding: 30px !important;
    }
    select {
        color: #000 !important;
    }
    .herosection {
        margin-top: 67px;
        padding-bottom: 0 !important;
        background: #fff;
        background-image: url(../img/BGmob.jpg);
        background-repeat: no-repeat;
        background-size: contain;
        text-align: center !important;
    }
    .herosection h1 {
        text-align: center !important;
    }
    .card {
        margin-bottom: 10px !important;
        padding: 20px 5px 20px 5px;
        margin-left: 2%;
        margin-right: 2%;
        margin-top: 100px;
    }
    .card-body {
        padding: 0;
    }
    .adjustform {
        margin-top: -113px;
    }
    .custom-checkbox {
        width: 42px !important;
    }
    .counter {
        margin-bottom: 40px !important;
    }
    .testimonial {
        text-align: center !important;
        margin-top: 70px !important;
    }
    .img-fluid {
        margin-top: 30px !important;
        margin-bottom: -40px !important;
    }
    .input-fields select {
        color: #000 !important;
    }
    .step-container {
        padding-left: 2% !important;
        padding-right: 2% !important;
    }
}

@media screen and (min-width: 768px) {
    .custom-checkbox1 {
        width: 150px;
        height: 20px;
        border: 2px solid #ccc;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin-right: 10px;
        position: relative;
    }
    .accordion-button {
        border: 1px solid #000 !important;
    }
}

@media (min-width: 768px) {
    .desktophide {
        display: none;
    }
    .navbar-collapse {
        position: relative;
        right: 0;
        height: auto;
        width: auto;
        background-color: transparent;
        transition: none;
    }
    .overlay {
        display: none !important;
    }
    .navbar-toggler {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .custom-checkbox1 {
        width: 180px;
        height: 20px;
        border: 2px solid #ccc;
        border-radius: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        margin-right: 10px;
        position: relative;
    }
}

@media (max-width: 992px) {
    .desktopnav {
        display: none;
    }
    .navbar-expand-lg {
        left: 80px;
    }
}

@media (min-width: 2560px) {
    .content {
        padding-left: 2% !important;
        padding-right: 2% !important;
    }
}
