@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,500&display=swap');

html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    margin: 0;
    background-color: rgb(2,0,36);
    font-family: 'Poppins', sans-serif;
    color: #dedede;
    overflow: hidden;
}
canvas {
    flex: 1;
    height: 100%;
}

canvas:active, canvas:focus {
    outline: none;
}

header {
    padding: 40px;
    background-color: rgb(2,0,36);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

footer {
    padding: 55px;
    background-color: rgb(2,0,36);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

a,
a:hover,
a:active,
a:visited {
    color: #dedede;
    text-decoration: none;
    cursor: pointer;
}

h1 {
    /*FONT*/
    font-family: 'Poppins Thin', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    /*text-align: center;*/
    justify-self: center;
    font-size: 50px;
    /*SIZE*/
    margin: 0;
    /*POSITION*/
    position: relative;

}



p {
    font-family: 'Poppins Extralight', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    justify-self: center;
    margin: 0;
    font-size: 16px;
    position: relative;
}

.date {
    display: flex;
    position: absolute;
    right: 3%;
    justify-self: flex-end;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row;

}

.icofont-calendar {
    font-size: 20pt;
}

.dateP {
    font-size: 20px;
    font-family: 'Poppins Thin', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    margin-right: 10px;
}

#globe {
    flex: 1;
    display: flex;
    padding: 20px;
    overflow: hidden;
    justify-content: center;
    align-content: flex-end;
}

.door {
    /*POSITION*/
    flex: 1;
    justify-content: center;
    position: absolute;
    /*FORM*/
    border-radius: 10px;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    flex-direction: column;
    /*STYLE*/
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    overflow: hidden;
    /*FONT*/
    font-size: 40px;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    opacity: 0;
}

.innerDoor {
    display: flex;
    justify-content: space-evenly;
    border-radius: 10px;
    padding: 30px 40px 30px 0;
    background: rgb(195,81,87);
    background: linear-gradient(90deg, rgba(195,81,87,1) 0%, rgba(203,115,113,1) 25%, rgba(208,130,110,1) 50%, rgba(213,141,105,1) 75%, rgba(196,111,64,1) 100%);
    /*background: linear-gradient(90deg, #27170d 0%, #563620 25%, #794420 50%, #995323 75%, #c0692f 100%);*/
}

.sign {
    position: absolute;
    height: 25%;
    top: 20px;
    left: 3%;
    z-index: 1;
}

.contentWrapper {
    width: 45%;
    display: flex;
    flex-direction: column;
    align-self: center;
    margin-left: auto;
    overflow: auto;
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    .contentWrapper {
        width: 45%;
        display: list-item;
        flex-direction: column;
        align-self: center;
        margin-left: auto;
        overflow: auto;
    }
}}

@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) and (stroke-color:transparent) {

    .contentWrapper {
        width: 45%;
        display: list-item;
        flex-direction: column;
        align-self: center;
        margin-left: auto;
        overflow: auto;
    }
}}

.copy {
    display: flex;
    flex-direction: row;
    align-items: baseline;
}

.copy_wrapper {
    display: flex;
    height: 120px;
    width: 100%;
    flex-wrap: wrap;
    flex-direction: column;
}

.checkbox_wrapper {
    display: flex;
    flex-direction: row;
    width: 50px;
    margin-right: auto;
    align-items: center;
}
input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid white;
    background-color: transparent;
    display: block;
    content: "";
    float: left;
    margin-right: 5px;
}

label {
    font-family: 'Poppins Extralight', Helvetica, Arial, sans-serif;
    font-size: 16px;
    margin: auto;
}

.tuerchen {
    font-family: 'Poppins Thin', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    font-size: 16px;
    margin-top: auto;
}

h2 {
    margin: 5px 0;
    font-family: 'Poppins Light', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    font-size: 30px;
}

.subline {
    font-family: 'Poppins Light', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    font-size: 16px;
    margin-bottom: 30px;
}

.ulh {
    font-family: 'Poppins Extralight', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    font-size: 14px;
}

ul {
    font-family: 'Poppins Extralight', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    font-size: 14px;
}

.pictureWrapper {
    align-self: center;
    justify-content: center;
    margin: 30px auto;
    display: flex;
    flex-direction: column;
    width: 40%;
}

.pictureWrapper .panel_button {
    width: 60px;
    align-self: center;
}

.picture {
    max-width: 100%;
    max-height: 100%;
    align-self: center;
}

.emailWrapper {
    display: flex;
    width: 100%;
    margin-top: auto;
    padding-top: 30px;
    justify-content: flex-end;
    align-items: center;
}

.icofont-send-mail {
    position: absolute;
    bottom: 130px;
    margin-right: 23%;
    display: flex;
    align-self: flex-end;
    opacity: 0;
}

input {
    color: white;
    border: 2px solid white;
    font-family: 'Poppins Medium', Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-right: 15px;
    height: 25px;
    width: 50%;
    background-color: transparent;
}

input:focus,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    transition-delay: 9999s;
    font-family: 'Poppins Medium', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

input::placeholder {
    color: white;
    font-family: 'Poppins Thin', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    font-size: 14px;
}

.emailButton {
    /*FORM*/
    border: 2px solid white;
    border-radius: 40px;
    padding: 5px 10px;
    /*FONT*/
    font-size: 14px;
    font-family: 'Poppins Light', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    text-align: center;
}

.button {
    /*POSITION*/
    margin-top: -30px;
    margin-right: -40px;
    height: 40px;
    /*FORM*/
    border-radius: 40px;
    /*FONT*/
    font-size: 30pt;
    text-align: center;
}

.button:hover,
.emailButton:hover,
.panel_button:hover {
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.navR, .navL {
    position: absolute;
    top: 40%;
    opacity: 0;
}

.click {
    font-family: 'Poppins Extralight', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    font-size: 20px;
}

.links {
    display: flex;
    font-family: 'Poppins Thin', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    font-size: 10px;
    position: relative;
}

.pipe {
    font-family: 'Poppins Thin', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    font-size: 10px;
    margin: 0 5px;
}

.navR {
    right: 10%;
}

.navL {
    left: 10%;
}

.edit_panel,
.customer_field  {
    position: fixed;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    font-family: 'Poppins Thin', Helvetica, Arial, sans-serif;
}

.input_wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 5px;
}

ul .input_wrapper {
    align-items: flex-start;
}

.input_wrapper .plus_minus_button {
    margin-right: 5px;
}

textarea {
    background: rgba(0,0,0,0);
    border: 2px solid #dedede;
    margin-right: 10px;
    color: #dedede;
    font-size: 14px;
    font-family: 'Poppins Extralight', Helvetica, Arial, sans-serif;
    width: 350px;
}

ul textarea{
    margin-right: 0;
}

textarea:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    transition-delay: 9999s;
    font-family: 'Poppins Extralight', Helvetica, Arial, sans-serif;
    font-size: 14px;
}

textarea::placeholder {
    color: white;
    font-family: 'Poppins Thin', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    font-size: 14px;
}

.panel_button {
    /*FORM*/
    border: 2px solid white;
    border-radius: 40px;
    height: 20px;
    padding: 5px 10px;
    /*FONT*/
    font-size: 14px;
    font-family: 'Poppins Light', Helvetica, Arial, sans-serif;
    font-weight: lighter;
    text-align: center;
}

.plus_minus_button {
    font-size: 20px;
    margin-top: 10px;
    color: #dedede !important;
    cursor: pointer;
}

.customer_field {
    top: 156px;
    width: 30%;
    height: 520px;
    padding: 20px;
    background-color: rgba(222, 222, 222, 0.4);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    overflow: auto;
}

.customer_input {
    margin-bottom: 30px;
}

.gallery_main_img_wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.gallery_main_img {
    width: 80%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.gallery_arrow_wrapper {
    width: 10%;
    display: flex;
    padding: 2%;
}

.gallery_arrow {
    width: 100%;
    align-self: center;
    cursor: pointer;
}

.cp {
    border-bottom: 1px solid #dedede;
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgb(2, 0, 36);
    display: flex;
    justify-content: center;
    align-items: center;
}

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

::-webkit-scrollbar {
    display: none;
}

@media (max-width: 999px) {

    .pictureWrapper {
        width: 0;
        overflow: hidden;
    }

    .contentWrapper {
        width: 80%;
    }

    .tuerchen {
        margin-top: 120px;
    }
}

@keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}

@-webkit-keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}

@media (prefers-color-scheme: light) {

    body .innerDoor {
        color: #212121;
    }

    header,
    footer {
        background-color: rgb(2,0,36);
    }

    /*.innerDoor {*/
    /*    background: linear-gradient(90deg, #382B16 0%, #785B30 25%, #a67b3a 50%, #ba822c 75%, #cb923d 100%);*/
    /*}*/

    /*a,*/
    /*a:hover,*/
    /*a:active,*/
    /*a:visited {*/
    /*    color: #212121;*/
    /*}*/

    input,
    .emailButton,
    .panel_button,
    textarea {
        color: #212121;
        border: 2px solid #212121;
    }

    textarea::placeholder {
        color: #212121;
    }

    .plus_minus_button {
        color: #212121 !important;
    }

    input::placeholder {
        color: #212121;
    }

    input:focus,
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-transition-delay: 9999s;
        transition-delay: 9999s;
        font-family: 'Poppins Medium', Helvetica, Arial, sans-serif;
        font-size: 14px;
    }

    textarea:focus,
    textarea:-webkit-autofill,
    textarea:-webkit-autofill:hover,
    textarea:-webkit-autofill:focus,
    textarea:-webkit-autofill:active {
        -webkit-transition-delay: 9999s;
        transition-delay: 9999s;
        font-family: 'Poppins Extralight', Helvetica, Arial, sans-serif;
        font-size: 14px;
    }

    .customer_field {
        font-family: 'Poppins Medium', Helvetica, Arial, sans-serif !important;
    }

    .cp {
        border-bottom: 1px solid #212121;
    }

    .button:hover,
    .emailButton:hover,
    .panel_button:hover {
        background-color: rgba(255, 255, 255, 0.3);
    }

    @media (max-width: 999px) {

        .pictureWrapper {
            width: 0;
            overflow: hidden;
        }

        .contentWrapper {
            width: 80%;
        }

        .tuerchen {
            margin-top: 120px;
        }
    }
}