body{
    font-size: 16px;
}

.hero-section {
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
}

.hero-section > .container {
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-section .row.align-items-center {
    min-height: 100vh;
    min-height: 100svh;
    padding-top: 96px;
    padding-bottom: 72px;
}

.hero-section .de-gradient-edge-bottom {
    height: 18%;
}

.hero-section .mouse-icon-click {
    position: absolute;
    left: 50%;
    right: auto;
    bottom: 72px;
    transform: translateX(-50%);
    z-index: 5;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 64px;
}

.hero-section .mouse {
    position: static;
    left: auto;
    bottom: auto;
    margin: 0;
    display: block;
}

.hero-shop-link {
    min-width: 202px;
}

.header-col-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    flex-wrap: nowrap;
}

.header-col-right #mainmenu {
    margin-bottom: 0;
}

.language-switcher {
    display: inline-flex;
    align-items: center;
    margin: 0;
    justify-content: flex-end;
    flex: 0 0 auto;
}

.language-switcher__options {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.language-switcher__button {
    min-width: 42px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.06);
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.language-switcher__button:hover {
    border-color: rgba(var(--primary-color-rgb), 0.75);
    background: rgba(var(--primary-color-rgb), 0.16);
    transform: translateY(-1px);
}

.language-switcher__button:focus {
    outline: none;
}

.language-switcher__button:focus-visible {
    border-color: rgba(var(--primary-color-rgb), 0.75);
    background: rgba(var(--primary-color-rgb), 0.16);
    transform: translateY(-1px);
}

.language-switcher__button.is-active {
    border-color: rgba(var(--primary-color-rgb), 0.95);
    background: rgba(var(--primary-color-rgb), 0.26);
}

.language-switcher__button.is-hidden {
    display: none;
}

.language-switcher.is-empty {
    display: none;
}

.de_count .timer[data-suffix]:after {
    content: attr(data-suffix);
}

#section-my-quote .v-center {
    min-height: 62vh;
    padding: 48px 0;
}

#section-my-quote .spacer-double {
    height: 20px;
}

h1,h2,h3,h4,h5,h6{
    font-weight: 600;
}

a.btn-main,
.btn-main,
.card-image-1,
.form-border input[type=text], .form-border input[type=email], .form-border textarea, .form-underline input[type=email], .form-border input[type=password], .form-border input[type=date], .form-border select,
.post-image
{
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#section-contact.contact-section-static {
    background: #262626;
}

#contact_form input[type="text"],
#contact_form input[type="email"],
#contact_form textarea {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.03);
}

#contact_form input[type="text"]::placeholder,
#contact_form input[type="email"]::placeholder,
#contact_form textarea::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

#contact_form input[type="text"]:focus,
#contact_form input[type="email"]:focus,
#contact_form textarea:focus {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.08);
}

#contact_form input[type="email"] {
    -webkit-appearance: none;
    appearance: none;
}

#contact_form input:-webkit-autofill,
#contact_form input:-webkit-autofill:hover,
#contact_form input:-webkit-autofill:focus,
#contact_form textarea:-webkit-autofill,
#contact_form textarea:-webkit-autofill:hover,
#contact_form textarea:-webkit-autofill:focus {
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0 1000px rgba(38, 38, 38, 0.95) inset;
    transition: background-color 9999s ease-in-out 0s;
}

#captcha_message {
    margin: 10px auto 0;
    max-width: 520px;
}

.contact_form_messages {
    margin-bottom: 20px;
}

.contact_form_messages .success,
.contact_form_messages .error {
    margin-top: 0;
}

.newsletter-section-static {
    background: #1f1f1f;
    padding: 90px 0;
}

.newsletter-description {
    max-width: 620px;
    margin: 0 auto 30px;
}

.newsletter_messages {
    margin-bottom: 20px;
}

.newsletter_messages .success,
.newsletter_messages .error {
    margin-top: 0;
}

.newsletter_form {
    max-width: 760px;
    margin: 0 auto;
}

.newsletter-label {
    display: block;
    margin-bottom: 12px;
    text-align: left;
    color: rgba(255, 255, 255, 0.8);
}

.newsletter_form_labels {
    display: grid;
    grid-template-columns: 1fr 1fr 180px;
    gap: 16px;
}

.newsletter_form_row {
    display: flex;
    gap: 16px;
    align-items: stretch;
}

.newsletter_form .form-control {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.03);
    min-height: 56px;
}

.newsletter_form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.55);
}

.newsletter_form .form-control:focus {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.08);
}

.newsletter_form .btn-main {
    min-width: 180px;
}

.newsletter-honeypot {
    position: absolute;
    left: -9999px;
}

.newsletter-hidden-frame {
    width: 0;
    height: 0;
    border: 0;
    visibility: hidden;
}

@media (max-width: 767.98px) {
    .float-text {
        display: none !important;
    }

    header.side-header #logo {
        position: absolute;
        left: 18px;
        top: 12px;
        z-index: 2001;
    }

    header.side-header #logo .logo,
    header.header-mobile #logo .logo {
        display: block !important;
        max-height: 34px;
        width: auto;
    }

    .hero-section .row.align-items-center {
        min-height: auto;
        padding-top: 28px;
        padding-bottom: 96px;
    }

    .hero-section .de-gradient-edge-bottom {
        height: 14%;
    }

    .hero-section .mouse-icon-click {
        bottom: 56px;
    }

    .hero-section .col-md-5 {
        text-align: left;
    }

    .hero-shop-link {
        display: table;
        margin: 0 auto;
    }

    .header-col-right {
        gap: 12px;
    }

    .language-switcher {
        justify-content: flex-end;
        margin: 0;
    }

    .hero-visual,
    .about-visual {
        display: none;
    }

    #section-my-quote .v-center {
        min-height: 44vh;
        padding: 28px 0;
    }

    #section-my-quote .spacer-double {
        height: 12px;
    }

    .newsletter_form_labels {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .newsletter_form_row {
        flex-direction: column;
    }

    .newsletter_form .btn-main {
        width: 100%;
    }
}

@media (max-width: 991.98px) and (orientation: landscape), (max-width: 991.98px) and (max-height: 520px) {
    header.side-header #logo,
    header.header-mobile #logo {
        position: absolute;
        left: 18px;
        top: 10px;
        z-index: 2001;
        display: block !important;
    }

    header.side-header #logo .logo,
    header.header-mobile #logo .logo {
        display: block !important;
        max-height: 30px;
        width: auto;
    }

    .hero-section .row.align-items-center {
        min-height: auto;
        padding-top: 12px;
        padding-bottom: 72px;
        align-items: flex-start !important;
    }

    .hero-section .col-md-5 {
        padding-top: 0;
    }

    .hero-section .mouse-icon-click {
        bottom: 36px;
    }
}

@media (max-width: 991.98px) {
    .header-col-right {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        gap: 12px;
    }

    .header-col-right #mainmenu {
        display: block;
    }

    .menu_side_area {
        margin: 0;
        order: 2;
    }

    .language-switcher {
        order: 1;
    }
}

.impressum-section-static {
    background: #242424;
    padding: 90px 0;
}

.impressum-content {
    
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    padding: 32px;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.8;
	text-align: center;
}

.impressum-content p:last-child {
    margin-bottom: 0;
}

.impressum-source-note strong {
    color: #ffffff;
}

.free-tutorial-loading {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
}

.free-tutorial-modal-trigger {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: left;
}

.free-tutorial-modal-trigger .card-image-1 {
    width: 100%;
}

.free-tutorial-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.free-tutorial-action {
    display: inline-block;
}

.free-tutorial-materials span {
    white-space: normal;
}

.free-tutorial-materials-list {
    margin: 10px 0 0 28px;
    padding: 0;
}

.free-tutorial-materials-list li {
    margin-bottom: 6px;
}

.free-tutorial-materials-list li:last-child {
    margin-bottom: 0;
}
