﻿
#curtain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    transition: transform 1s;
    transform: scaleY(0);
    transform-origin: top;
    z-index: 9999;
}

    #curtain.open {
        transform: scaleY(1);
    }





input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {  
    border: 0px solid #ff6600;
    -webkit-text-fill-color: #333333;
    transition: background-color 5000s ease-in-out 0s;
    font-size: 23px !important;
}

.navbar-index {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 0px;
    //padding-top: 15px;
    //padding-bottom: 15px;
    background-color: #333333;
}

.mainframe-index2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: calc(100% - 0px);
    background-image: url('../img/TB1d.u8MXXXXXXuXFXXXXXXXXXX-1900-790.jpg');
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    color: white;
}

.login-form {
    width: 95%;
    max-width: 420px;
    display: block;
    color: white;
    border-radius: 20px;
    background-color: rgba(51, 51, 51, 0.6);
    justify-content: center;
    overflow: hidden !important;
    animation-duration: 1s;
    animation-fill-mode: both;


}

.login-form-header {
    width: 100%;
    display: block;
    padding-top: 10px;
    min-height: 80px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 0px solid white;
    font-size: 28px;
}

.login-form-body {
    width: 100%;
    
    
    color: white;
    min-height: 130px;
    padding-bottom: 20px;
    overflow: hidden;
    transition: 1s ease;
}

.login-form-footer {
    position: relative;
    width: 300%;
    max-width: 450px;
    display: inline-block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -30px;
    background-color: rgba(255, 255, 255, 1);
    color: #333333;
    min-height: 60px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden !important;
}

.text-field-1 {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    
    font-size: 23px;
    padding: 5px;
    border: none;
    margin-top: 10px;
    border: 2px solid lightgray;
    border-bottom: 0px solid #ff6600;
    background-color: white;
}


.login-button-v1 {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 23px;
    padding: 5px;
    border: none;
    margin-top: 10px;
    border: 0px solid #ff6600;
    background-color: #ff6600;
    text-align: center;
    margin-bottom: 30px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    transition: 0.4s ease;
}


    .login-button-v1:hover {
        display: block;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        font-size: 23px;
        padding: 5px;
        border: none;
        margin-top: 10px;
        border: 0px solid #ff6600;
        background-color: #333333;
        text-align: center;
        margin-bottom: 30px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
        transition: 0.4s ease;
        cursor: pointer;
    }


.fadeInBottom {
    animation-name: fadeInBottom
}

@keyframes fadeInBottom {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1
    }
}

.logbar{
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: white;
    font-size: 12px;
}

.header {
    position: relative;
    text-align: center;
    color: white;
    height: 100%;
    background: linear-gradient(60deg, rgb(72,27,243), rgb(255,139,0), rgb(72,27,243), rgb(255,139,0));
    background-size: 350% 100%;
    animation: gradientMove 20s linear infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 100% 0%; /* Start rechts */
    }

    100% {
        background-position: 0% 0%; /* Ende links */
    }
}

.logo {
    width: 50px;
    fill: white;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

.inner-header {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.flex { /*Flexbox for containers*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#waves-container {
    position: fixed;
    z-index: 300;
    bottom: 0px;
    width: 100%;
}

.waves {
    position: relative;
    width: 100%;
    height: 15vh;
    margin-bottom: -7px; /*Fix for safari gap*/
    min-height: 70px;
    max-height: 110px;
}

.content {
    position: relative;
    height: 20vh;
    text-align: center;
    background-color: white;
}

/* Animation */

.parallax > use {
    animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

    .parallax > use:nth-child(1) {
        animation-delay: -2s;
        animation-duration: 13s;
    }

    .parallax > use:nth-child(2) {
        animation-delay: -3s;
        animation-duration: 16s;
    }

    .parallax > use:nth-child(3) {
        animation-delay: -4s;
        animation-duration: 19s;
    }

    .parallax > use:nth-child(4) {
        animation-delay: -5s;
        animation-duration: 26s;
    }

@keyframes move-forever {
    0% {
        transform: translate3d(-90px,0,0);
    }

    100% {
        transform: translate3d(85px,0,0);
    }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves {
        height: 40px;
        min-height: 40px;
    }

    .content {
        height: 30vh;
    }

    h1 {
        font-size: 24px;
    }
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #fff;
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#passwort-zurueck-button {
    font-size: 12px;
    color: white;
    text-align: center;
    margin-bottom: 20px;
    transition: 0.3s;
}


#passwort-zurueck-button:hover {

    color: #ff6600;

    cursor: pointer;
    transition: 0.3s;
}

.selectButton {
    margin-bottom: 20px;
    padding: 10px 20px;
    background-color: #00000040;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.2s ease, background-color 0.2s ease;
    font-size: 13px;
}

    .selectButton:hover {
        background-color: #ff6600;
    }

#designBox {
    width: 100%;
    max-width: 279px;
    margin: -15px auto 20px auto;
    padding: 5px 0 5px 0;
    background-color: #00000040;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.9s ease-in-out, opacity 0.3s ease-out;
}

    #designBox.open {
        max-height: 300px;
        opacity: 1;
    }

.designCheckbox {
    display: flex;
    align-items: center;
    margin: 5px;
    padding-right: 10px;
    font-size: 13px;
}

    .designCheckbox input[type="radio"] {
        appearance: none;
        width: 20px;
        height: 20px;
        border: 2px solid #ccc;
        border-radius: 50%;
        outline: none;
        margin-right: 20px;
        cursor: pointer;
        margin-top: 0;
        margin-bottom: 0;
    }

        .designCheckbox input[type="radio"]:checked {
            background-color: #ff6600;
        }

    .designCheckbox input[type="radio"]:checked::after {
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 14px;
    }

.serverCheckbox {
    display: flex;
    align-items: center;
    margin: 5px;
    padding-right: 10px;
    font-size: 13px;
}

    .serverCheckbox input[type="radio"] {
        appearance: none;
        width: 20px;
        height: 20px;
        border: 2px solid #ccc;
        border-radius: 50%;
        outline: none;
        margin-right: 20px;
        cursor: pointer;
        margin-top: 0;
        margin-bottom: 0;
    }

        .serverCheckbox input[type="radio"]:checked {
            background-color: #ff6600;
        }

            .serverCheckbox input[type="radio"]:checked::after {
                align-items: center;
                justify-content: center;
                color: white;
                font-size: 14px;
            }