h1, h2{
    font-family: Inter;
}

.loggedoutregh2{
    font-size: 45px !important;
    font-weight: 900 !important;
}

.loggedoutregh3{
    font-size: 20px !important;
    font-weight: 600 !important;
}


.reg h2 {
    margin: 40px;
    padding-bottom: 10px;
    width: 140%;
    font-size: 43px;
    font-weight: 700;
    float: left;
    text-align: center;
    color: black;
    margin-left: -20%;
}

h3 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 20px;
}

.reg {
    border: 0px solid black;
    width: 800px;
    margin: auto;
    border-radius: 40px;
    margin-top: 50px;
    height: fit-content;
    overflow: hidden;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 50px;
    background-color: white;
    box-shadow: 0px 2px 9px -3px rgba(0, 0, 0, 0.58);
}
.big{
    width: 1400px;
}
.prod-reg{
    display: flex;
    flex-direction: line;
    gap: 5%;
    flex: 1 1 0px;
    border: 3px solid transparent;
}
.prod-reg *{
    width: 50%;
}

@media (max-width: 700px) {
    .prod-reg{
        flex-direction: column;
    }
    .prod-reg>*{
        width: 100% !important;
        height: fit-content !important;
    }
}

@media (min-width: 700px) {
    .big label, .big .btn{
        width: 40% !important;
        margin: 10px 0;
        margin-right: 400px;
    
    }
    
}




.reg .inp {
    border: none;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 24px;
    color: gray !important;
    margin: 13px;
    margin-left: 0;
    width: 100%;
    height: 83px;
    padding-left: 3%;
    font-size: 30px;
    float: left;
    margin-top: 5px;

    transition: 0.3s;
}

.reg span{
    color: black;
    font-weight: 400;
    font-size: 25px;
    font-family: Inter;
    width: 100%;
    display: inline-block;
    margin-left: 20px;
}
.reg .inp::placeholder{



    color: transparent !important;
}

.reg .inp:focus {
    outline-width: 0;
    background-color: rgba(58, 157, 97, 0.1)
}

.reg .inp::placeholder {
    color: gray;
    font-size: 24px;
    font-weight: 900;
}


.btn {
    background-color: #3A9D61;
    color: white;
    font-size: 20px;
    margin: 13px;

    margin-left: 0;
    width: 100%;
    height: 80px;
    border-radius: 400px;
    font-size: 33px;
    font-weight: 600;
    border: 0px solid black;
    transition: 0.1s;
}

.btn:hover {
    transform: scale(1.015);
    background-color: #3A9D61;
    color: white;
}

.btn:disabled{
    color: white;
    background-color: #3A9D61;
    border: 0px solid black;
    filter: opacity(0.85)
}

.response {
    color: red;
    margin: auto;
    font-size: 24px;

}

.reg {
}

.infozeile2 {
    margin-top: 300px;
}

.left {

    height: 600px;
    width: 50%;
    float: left;
    background-image: url("../public/external/pexels-raphael-brasileiro-2424085.jpg");
    background-size: auto 110%;
}

.logopic {
    z-index: 999;
}

.bb {
    width: auto;
    background-color: #3A9D61;
    transition: 0.2s;
    padding: 15px;
    color: black;
    border-radius: 20px;
    text-decoration: none;
    margin: auto;
    border: 0px solid black;
    margin: 10;
    margin-left: 0;
    color: white;
    font-weight: 800;
    font-size: 20px;
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
    position: relative;
    
    border: 2px solid transparent;

}

.bb:hover {

    transform: scale(1.015);
}


.nli {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

.check-label {
    font-size: 20px;
    width: 90%;
    margin: 10px 5%;
    font-weight: 550;
    
}

.check-input {
    margin: 10px;
    width: 20px !important;
}

#warning {
    color: red;
    font-size: 20px;
}

.close {
    background-color: white;

    position: absolute;
    top: -24px;
    right: -24px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 0.15px solid black;
}

.close>svg {
    width: 5px !important;
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

a {
    color: #3A9D61;
    text-decoration: none;
}

.otherLinks {
    font-size: 21px;
}

.info {
    font-size: 25px;
    font-weight: 777;
    text-align: center;
    width: 100%;
}
.info a{
    color: #3A9D61;
    text-decoration: none;
}

@media (min-width: 700px) {
    .bb{
        height: 80px !important;
        width: 100% !important;
        margin-top: 30px;
        border-radius: 30px;
        font-size: 25px;
        
    }
}

.reg .logo{
    margin: 70px 35% 10px 35%;
    width: 30%
}

.registerNow, .forgotPasswordNow{
    font-weight: 500 !important;
    font-size: 32px !important;
    a{
        font-weight: 600 !important;
        font-size: 32px !important;
    }

}
.registerNow{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 15px;
}
.forgotPasswordNow{
    text-align: right;
    margin-bottom: 40px;
    margin-top: 90px;
}   

@media (max-width: 700px) {



    .registerNow, .forgotPasswordNow{
        font-size: 4vw !important;
        a{
            font-size: 4vw !important;
        }
    
    }
    .registerNow{
        text-align: center;
        margin-top: 3vw;
        margin-bottom: 4vw;
    }
    .forgotPasswordNow{
        transform: translateY(0);
        text-align: right;
        margin-bottom: 3vw;
    }   

    .reg .logo{
        margin: 7vw 35% 1vw 35%;

    }

    .reg h2 {
        margin: 4vw;
        padding-bottom: 1vw;
        width: 90vw;
        font-size: 6vw;
        font-weight: 700;
        float: left;
        text-align: center;
        color: black;
        margin-left: -10%;
    }
    .loggedoutregh2{
        font-size: 8vw !important;
    }
    .loggedoutregh3{
        font-size: 4vw !important;
    }
    .loggedoutreg.bb2{
        margin-top: 0 ;
        border-width: 0.4vw;
    }
    .loggedoutreg.bb2, .loggedoutreg.bb3{
        width: 100%;
        margin-left: 0;
        border-radius: 4vw;
        
        height: 10vw;
    }
    h3 {
        font-size: 3vw;
        font-weight: 900;
        margin-bottom: 2vw;
    }
    .reg {
        border: 0vw solid black;
        width: 90vw;
        margin: auto;
        border-radius: 4vw;
        height: fit-content;
        overflow: hidden;
        padding-left: 6.5% !important;
        padding-right: 6.5% !important;
        padding-bottom: 5vw;
        background-color: white;
        box-shadow: 0px 2px 9px -3px rgba(0, 0, 0, 0.58);
        box-shadow: none !important;

        border: 0.4vw solid rgba(0, 0, 0, 0.15) !important;

        margin-top: 5vw;
    }
    
    .reg .inp {
        border: none;
        background-color: transparent;
        border: 0.2vw solid rgba(0,0,0,0.2);
        border: 0.3vw solid rgba(0, 0, 0, 0.3) !important;

        border-radius: 2.4vw;
        margin: 1.3vw;
        margin-left: 0;
        width: 100%;
        height: 9vw;
        padding-left: 3%;
        font-size: 3vw;
        float: left;
    }
    
    .reg .inp:focus {
        outline-width: 0;
    }
    
    .reg .inp::placeholder {
        color: gray;
        font-size: 2.4vw;
        font-weight: 900;
    }
    
    
    .btn {
        background-color: #3A9D61;
        color: white;
        font-size: 2vw;
        margin: 1.3vw;
    
        
        
        width: 100%;
        height: 8vw;
        border-radius: 40vw !important;
        font-size: 2.6vw;
        font-weight: 800;
        border: 0vw solid black;
        transition: 1s;
    }
    
    .btn:hover {
        
    transform: scale(1.015);
    }
    
    
    .response {
        color: red;
        margin: auto;
        font-size: 2.4vw;
    
    }
    
    body {
        font-size: 2.4vw;
    }
    
    .infozeile2 {
        margin-top: 30vw;
    }
    
    .left {
    
        height: 60vw;
        width: 50%;
        float: left;
        background-image: url("../public/external/pexels-raphael-brasileiro-2424085.jpg");
        background-size: auto 110%;
    }
    
    .logopic {
        z-index: 999;
    }
    
    .bb {
        width: auto;
        background-color: #3A9D61;
        transition: 1s;
        padding: 1.5vw;
        color: black;
        border-radius: 2vw;
        text-decoration: none;
        margin: auto;
        border: 0vw solid black;
        margin: 10;
        margin-left: 0;
        color: white;
        font-weight: 800;
        font-size: 2vw;
        text-align: center;
        padding-left: 10%;
        padding-right: 10%;
        position: relative;
    
    }

    
    .bb2 {
        float: right;
        right: 0;
        margin-top: -1.4vw;
    }
    
    .nli {
        width: 100%;
        text-align: center;
        margin-bottom: 5vw;
    }
    
    .check-label {
        font-size: 3vw !important;
        margin: 2vw 10%;
    }
    
    .check-input {
        margin: 2vw !important;
        margin-left: 0 !important;
        width: 3vw !important;
        
    }
    
    #warning {
        color: red;
        font-size: 2vw;
    }
    
    .close {
        background-color: white;
    
        position: absolute;
        top: -2.4vw;
        right: -2.4vw;
        width: 10vw;
        height: 10vw;
        border-radius: 10vw;
        border: 0.15vw solid black;
    }
    
    .close>svg {
        width: 5vw !important;
        position: absolute;
        margin: 0;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
    }
    
    .reg a {
        font-weight: 600;
        font-size: 3.7vw;
        color: #3A9D61
    }
    .check-label a{
        font-size: 3vw !important;
    }
    
    .info {
        font-size: 3vw;
        font-weight: 777;
        text-align: center;
        width: 100%;
    }
    


    .reg .inp::placeholder,
    .reg .inp {
        font-size: 4vw;
    }

    .reg {
        padding: 3vw;
    }

    .reg .inp {

        margin-bottom: 4vw;
        border-width: 0.3vw;
        padding-bottom: 0.2vw;
        width: 100% !important;
    
        height: 11vw;
        border-radius: 3vw;
        
    }
    .prod-reg div .inp{
        height: 9vw !important;
        
    }

    .reg span{
        font-size: 4vw;
        margin-left: 2vw;
    }

    .btn {
        margin-top: 5vw;
        padding-top: 0.8vw;
        height: 10vw;
        font-size: 4vw;
        border-radius: 5vw;

        margin: 3vw 0 !important;
    }

    h3 {
        font-size: 4vw;
    }

    .bb,
    .bb2 {
        width: 80%;
        float: left;
        margin: 7vw;

        min-height: fit-content;
        font-size: 4vw;
        border-radius: 4vw;
    }

    .check-input {
        margin: 1vw;
    }
    .registered{
        padding: 20% !important;
    }
    .logopic{
        filter: opacity(0);
    }
    .reg p b, .reg p{
        font-size: 3.5vw;
        line-height: 7vw;
    }

    .header{
        position: absolute !important;
    }
    .otherLinks {
        font-size: 1vw !important;
    }

}

.blog,
.blogsc {
    display: none;
}

@media (min-width: 700px) {
    .logopic {
        margin-top: 1.5vw !important;
    }

    .reg{
        transform: scale(0.6);
        transform-origin: center top;
    }

}



.bb3 {
    color: white
}

.bb2 {

    color: #3A9D61;
    background-color: white;
    border: 2px solid #3A9D61;
}

.kontooptionen{
    text-decoration: none;
    font-weight: 600;
    color: #3A9D61;
    transition: 0.5s;
}
.kontooptionen:hover{
 
    text-shadow:
      0 0 7px ,
      0 0 10px 

}


.togglePasswordbtn{
    width: 28px !important;
    position: absolute;
    right: 130px;
    margin-top: 33px;
}
@media (max-width: 700px) {    
    .togglePasswordbtn{

        position: relative !important;
        margin: -22.5vw 20vw 0 70vw;
        right: 0;
        width: 3.5vw !important;
        
    }
}



.nothidden{
    display: inline !important;
    filter: none
}






.reg{
    box-shadow: 0px 0px 7.2px -2.4px rgba(0, 0, 0, 0.58) !important; 
    box-shadow: none !important;
    border: 3px solid rgba(0, 0, 0, 0.15)
}

span i{
    color: red;
    font-size: 10px;
}

@media (max-width: 700px) {
    span i{
        font-size: 3vw;
    }

    
    .reg{
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25) !important;
        box-shadow: none !important;
    }

    .loggedout{
        background-color: transparent !important;
    
        box-shadow: none !important;
        margin-bottom: 500px;
    }
    .loggedoutregh1,
    .loggedoutregh2, .loggedoutregh3{
        display: none !important
    }

    .loggedoutheader{
        border-bottom: 0.1px solid rgba(0, 0, 0, 0.25);
        box-shadow: none !important;
    }

    .loggedoutreg{
           text-align: left !important;
            background-color: white;
            border: none !important;
            box-shadow: none !important;
            h2, h3 {
                text-align: left !important;
                font-weight: 600 !important;
                margin-left: 0 !important;
            }
            h2{
                font-size: 6vw !important;
                font-weight: 700 !important;
                margin-bottom: 7vw !important;
            }
            h3{
                font-size: 4vw !important;
            }
            button{
                width: 100% !important;
                margin: 3vw 0 !important;
                padding: 2vw !important;
            }
    }
}


.footerhome{
    margin-top: 300px;
}


.resetPWD .inp::placeholder{
    color: gray !important;
    display: inline !important;
}