@font-face {
    font-family: "FixelDisplay";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../flex-fonts/FixelDisplay-Regular.woff2) format("woff2")
}

@font-face {
    font-family: "FixelDisplay";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../flex-fonts/FixelDisplay-Bold.woff2) format("woff2")
}
@font-face {
    font-family: "FixelDisplay";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../flex-fonts/FixelDisplay-Light.woff2) format("woff2")
}
* {
    box-sizing: border-box
}

html {
    margin-top: 0 !important;
    height: 100%;
}

#wpadminbar {
    opacity: 0.15;
}

body {
    margin: 0;
    padding: 0;
    font-family: "FixelDisplay", sans-serif;
    position: relative;
    height: 100%;
    background: #F0F2F3 !important;
    color: #100E1F;
}
.calculator {
    width: min(calc(100% - 40px), 500px);
    margin-inline: auto;
}
img {
    max-width: 100%;
    height: auto;
    pointer-events: none;
}

h1,
h2,
h3,
h4 {
    margin: 0;
}

a {
    text-decoration: none;
    color: #3179ba;
}

header,
footer {
    display: none !important;
}

#wrapper,
main {
    height: 100%;
}

main {
    display: flex;
    flex-direction: column;
    overflow: auto;
    background-color: #f0f0f0 !important;
}

.footer {
    /* margin-top: auto; */
    margin-top: 15px;
    padding-bottom: 25px;
}
.footer>.container {
    display: flex;
    justify-content: center;
    align-items: center;
}
img.google {
    max-width: 165px;
    margin: 0 10px;
}
.calculator>.container {
    padding-bottom: 35px;
}
/********************************************/

.navbar {
    padding-top: 35px;
    margin-bottom: 25px;
}

.navbar>.container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo {
    height: 130px;
    margin-bottom: 50px;
}

.intro_slider h2, h3.title {
    color: #100E1F;
    font-size: 30px;
    font-weight: 700;
    line-height: 37px;
    text-transform: uppercase;
    text-align: left;
    width: 100%;
}
h3.title {
    margin-bottom: 40px;
}
#top_title {
    text-align: center;
    font-weight: normal;
    color: #383838;
    text-align: center;
    letter-spacing: 1px;
    transition: opacity 0.3s;
    position: relative;
    font-size: 18px;
}

#progress {
    height: 10px;
    margin: 25px auto;
    border-radius: 50vh;
    overflow: hidden;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #100e1f42;
    transition: opacity 0.3s;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    #progress {
        margin: 20px 0;
    }
}

@media (max-width: 576px) {
    #top_title {
        display: none;
    }
}
.calc_content {
    min-height: 450px;
}
.intro_slider {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 450px;
}

.intro_next_btn {
    background: #4001F6;
    color: #BAF57A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px; /* 125% */
    text-transform: uppercase;
    max-width: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    border-radius: 50vh;
    position: relative;
    gap: 10px;
    margin-inline: auto;
    width: 100%;
    cursor: pointer;
}
.intro_next_btn svg {
    position: absolute;
    right: 10px;
    margin-left: 10px;
}
.price_tag {
    background: #BAF57A;
    border: 4px solid #4001F6;
    border-radius: 20px;
    margin-top: 25px;
    position: relative;
}
.price_tag p {
    margin: 0;
    color: #4001F6;
    padding: 20px 35px;
    font-size: 60px;
    line-height: 1;
    font-style: normal;
    font-weight: 800;
}
.price_tag p span {
    font-size: 20px;
    font-weight: 400;
    display: block;
}
#progressBar {
    width: 4%;
    height: 6px;
    background-color: #4001F6;
    transition: width 0.7s;
    border-radius: 50vh;
}

.title_container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    position: relative;
}

#dynamic_title {
    text-align: center;
    color: #404040;
    font-size: 1.6em;
    position: relative;
    transition: opacity 0.3s, transform 0.4s;
    margin: 5px 64px 20px;
    width: 100%;
}

@media (max-width: 768px) {
    #dynamic_title {
        font-size: 1.4em;
        margin: 5px 64px 10px;
    }
}

@media (max-width: 576px) {
    #dynamic_title {
        font-size: 1.2em;
        margin: 0 36px;
    }
    .title_container {
        display: none;
    }
}

@media (max-width: 400px) {
    #dynamic_title {
        font-size: 1.05em;
    }
}

#prevBtn {
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    border-radius: 7px;
    transition: opacity 0.3s;
    flex-shrink: 0;
    position: absolute;
    top: 33px;
    left: -8px;
}

@media (hover: hover) and (pointer: fine) {
    #prevBtn:hover {
        box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
        background-color: rgba(255, 255, 255, 0.09)
    }
}

#prevBtn::before {
    content: "";
    width: 20px;
    height: 20px;
    transform: rotate(45deg) translate(-50%, -50%);
    border-left: 1px solid #4001F6;
    border-bottom: 1px solid #4001F6;
    z-index: 1;
    transition: transform 0.25s;
    position: absolute;
    top: 20px;
    left: 20px;
}

@media (max-width: 576px) {
    #prevBtn {
        width: 46px;
        height: 46px;
        margin-left: -10px;
    }
    #prevBtn::before {
        width: 15px;
        height: 15px;
        transform: rotate(45deg) translate(25px, -3px);
    }
}

#sendBtn,
#nextBtn {
    color: #BAF57A;
    background-color: #4001F6;
    align-self: center;
    border-radius: 50vh;
    font-size: 20px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: opacity 0.3s, color 0.25s;
    width: 100%;
    text-align: center;
    margin-top: 14px;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    max-width: 290px;
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 576px) {
    #sendBtn,
    #uploadBtn {
        margin-top: 15px;
    }
}

#sendBtn.sending,
#uploadBtn.sending {
    color: transparent;
}

#sendBtn.sending::after,
#uploadBtn.sending::after {
    transform: translate(30px, 8px) rotate(225deg);
    opacity: 0;
}

.lds-dual-ring {
    opacity: 0;
    transition: opacity 0.3s;
    transition-delay: 0.3s;
    position: absolute;
    top: calc(50% - 16px);
    left: calc(50% - 16px);
}

#sendBtn.sending .lds-dual-ring,
#uploadBtn.sending .lds-dual-ring {
    opacity: 1;
}

.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 3px solid #c0cc0b;
    border-color: #c0cc0b transparent #c0cc0b transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

.selections {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    transition: opacity 0.3s, transform 0.4s;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.selections:first-child {
    display: flex;
    visibility: visible;
    opacity: 1;
}

.sel {
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    background: #4001F6;
    width: 100%;
    border-radius: 50vh;
    position: relative;
}
.sel img {
    position: absolute;
    left: 35px;
}
.sel>* {
    z-index: 10;
}

.grouping {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.sel.noicon {
    margin-left: auto;
    margin-right: auto;
}

.sel:hover::before {
    background-color: #e4e7ec
}

.sel.active::before {
    background-color: #FEFFF7;
}

.sel>img {
    /* height: 100%; */
    margin-right: 25px;
}

.sel>span {
    color: #BAF57A;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}

@media (max-width: 576px) {
    .sel {
        /* height: 100px; */
    }
    .sel::before {
        height: 100px;
    }
    .sel>span {
        font-size: 1em;
    }
}

#form,
#form_name {
    display: none;
    width: 420px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    transition: opacity 0.3s, transform 0.4s;
    flex-direction: column;
}

.i_row {
    position: relative;
    margin-bottom: 28px;
}

.toplabel {
    font-size: 0.9em;
    color: #100E1F;
    margin-bottom: 6px;
}

.i_row input:not([type=radio]) {
    width: 100%;
    padding: 20px;
    background: #fff;
    transition: border-color 0.2s;
    outline: none;
    border: 1px solid #ccc;
    font-size: 1em;
    border-radius: 4px;
    max-width: 450px;
}

.form-control-radio,
.form-control-radio input {
    cursor: pointer;
}

.form-control-radio input {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 22px;
    height: 22px;
    border: 1px solid #fff;
    border-radius: 3px;
    transform: translateY(-.075em);
    display: grid;
    place-content: center;
}

.form-control-radio input:hover {
    background-color: #f3f3f3;
}

.form-control-radio input::before {
    content: "";
    width: 18px;
    height: 18px;
    transform: scale(0);
    background-color: #c1c1c1;
    border-radius: 3px
}

.form-control-radio input:checked::before {
    transform: scale(1)
}

.icon_user::after {
    content: '';
    background-image: url('/wp-content/themes/lpbiohair/assets/images/avatar.svg');
    position: absolute;
    z-index: 90;
    left: 12px;
    top: 0px;
    display: block;
    width: 38px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: text;
}

.icon_email::after {
    content: '';
    background-image: url('/wp-content/themes/lpbiohair/assets/images/input-email.svg');
    position: absolute;
    z-index: 90;
    left: 12px;
    top: 0px;
    display: block;
    width: 38px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: text;
}

/* .icon_email::after {
    content: '';
    background-image: url('/wp-content/themes/lpbiohair/assets/images/input-tel.svg');
    position: absolute;
    z-index: 90;
    left: 12px;
    top: 0px;
    display: block;
    width: 38px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: text;
} */

.inp_icon>img {
    position: absolute;
    z-index: 90;
    right: 17px;
    top: 22px;
    display: block;
    width: 22px;
    height: 22px;
    background-size: cover;
    background-position: center;
    cursor: text;
    opacity: 0;
    transition: opacity 0.3s;
}

.inp_icon.success>.check {
    opacity: 1;
}

.inp_icon.error>.cross {
    opacity: 1;
}

.i_row input::placeholder {
    color: #bbbbbb;
}

#telefon_row {
    display: flex;
}

#telefon_row::after {
    content: none;
}

#telefon_row>select {
    background: #fff;
    color: #404040;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    padding-left: 8px;
    max-width: 96px;
}

#telefon_row option,
#telefon_row optgroup {
    color: black;
}

#telefon_row>input {
    margin-left: 6px;
    background-image: url(../images/input-tel.svg);
    background-repeat: no-repeat;
    background-position: center left 15px;
    background-size: 20px;
}

#contact_row {
    display: flex;
    margin-top: 12px;
}

#contact_row label {
    display: flex;
}

#contact_row label:not(:first-child) {
    margin-left: 30px;
}

#contact_row input {
    margin-right: 10px;
}

.footer a {
    padding: 0 7px;
    position: relative;
    color: #fff;
}

@media (min-width: 577px) {
    .footer a:not(:last-child) {
        margin-right: 1px;
    }
    .footer a:not(:last-child)::after {
        content: "";
        height: 100%;
        border-right: 1px solid #fff;
        position: absolute;
        right: -1px;
        opacity: 0.4;
    }
}

@media (max-width: 768px) {
    .footer a {
        font-size: 0.8em;
    }
}

@media (max-width: 576px) {
    .footer {
        padding-bottom: 15px;
    }
    .footer>.container {
        flex-wrap: wrap;
    }
    .footer a {
        line-height: 1.7;
    }
}
/* Tweak for tiny devices */

@media (max-width: 340px) {
    #dynamic_title {
        font-size: 1.02em;
    }
    #top_title {
        font-size: 1em;
        letter-spacing: 1.5px;
    }
}

.left {
    transform: translateX(-15px);
}

.right {
    transform: translateX(15px);
}

.hidden {
    opacity: 0 !important;
}

.unclickable {
    visibility: hidden;
}
@media (max-height: 767px) {
    #sendBtn {
        max-width: calc(100% - 30%);
    }
    .i_row {
        margin-bottom: 15px;
    }
    .i_row input:not([type=radio]) {
        /* padding: 20px 50px 20px 58px; */
    }
}

.title_container p {
    font-weight: 350;   
    font-size:23px;
    margin: 7px 0;
}

 .title_container h4{
     font-size:23px;
 }


/* .title_container{
    margin-bottom:0;
} */

.formular.title_container{
    margin-bottom:50px;
    display: block;
}

@media(max-width:768px){
     .title_container p {
    font-size:19px;
}

 .title_container h4{
     font-size:19px;
 }

}

span.toplabel {
    font-size: 1em;
    padding-left: 6px;
}

h3#dynamic_title {
    margin-bottom: 25px;
}

.ssl {
    display: flex;
    justify-content: space-evenly;
}

.ssl img {
    max-width: 22px;
    padding-right: 5px;
    margin-bottom: -3px;
}

@media(max-width:380px){
    .ssl{
        font-size:13px;
    }
}

h4.my-title {
    text-align: center;
    font-size: 20px;
}

p.my-text {
    font-size: 14px;
    margin: 7px 0;
    text-align: center;
    font-weight: 300;
    font-style: italic;
}
.gender {
    margin-bottom: 28px;
}
.genderOptions input {
    margin-bottom: 0;
}
.genderOptions {
    padding-top: 10px;
}

.genderOptions label {
    color: #444;
}

.navbar.discount .container{
        background: #0A3166;
        color: #C0CC0B;
}

.trust img {
    max-width: 300px;
    margin-top: 15px;
}

.sommer .container div:first-child img {
    background: white;
    padding: 13px 20px;
    border-radius: 11px;
}

.sommer .container{
    display: block;
    text-align: center;
}
    .sec_subtitle p {
    color: #404040;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    margin-top: 0;
}
.sec_subtitle p a {
    color: inherit;
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    background: #E9ECF0;
    width: 100%;
    max-width: 100%;
    height: 120px;
    border-radius: 20px;
    border: 1px solid white;
    box-shadow: 0 4px 15px 0 #0002;
}
.right {
    transform: translateX(0);
}
.item_center {
    align-items: center;
}

label.checkbox-input {
    color: #100E1F;
    position: relative;
    padding-inline: 30px 40px;
    margin-bottom: 15px;
}
input[type="checkbox"] {position: absolute;left: 0;top: 2px;}
label.checkbox-input a {
    color: #100E1F;
    font-weight: 700;
    text-decoration: underline;
}
div#header, div#footer, hr {
    display: none !important;
}
div#sendBtn svg {
    position: absolute;
    right: 20px;
}

@media (max-width:768px) {
    .navbar {
        padding-top: 15px;
        margin-bottom: 0;
    }
    .navbar>.container {
        justify-content: center;
    }

    .logo {
        margin-bottom: 15px;
    }

    .calculator {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        height: 85vh;
    }
    .calculator > .container {
        width: 100%;
        /* height: calc(100vh - 200px); */
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .calc_content {
        order: 2;
    }

    #progress {
        order: 1;
    }

    .intro_slider {
        min-height: 60vh;
    }
}