*{
    margin: 0em;
    padding: 0em;
}
body {
    background-color: rgba(78, 44, 5, 0.877);
    background-image: url(https://wallpaperaccess.com/full/149778.jpg); /*Bild ändern um nicht gegen DSGVO zu verstoßen!*/
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-repeat: repeat-y;
    background-attachment: fixed;
    overflow-x: hidden;
}
.loading_wrapper{
    width: 100%;
    height: 100%;
    background-color: rgb(0, 83, 36);;
    position: fixed;
    z-index: 150;
    top: 0;
    left: 0;
}
.loading_circle{
    margin-top: 20em;
}
.addtoBtn{
    background-color: rgb(255, 255, 255);
    padding: 0.25em;
    border-radius: 0.8em;
    border: 1px solid rgb(0, 0, 0);
    transition: 0.8s;
    margin: auto 0.5em;
}
.addtoBtn:hover{
    background-color: rgb(3, 140, 62);
    border-radius: 0.8em;
    border: 1px solid rgb(0, 0, 0);
}
.loading_circle div{
    height: 1em;
    width: 1em;
    background: none;
    align-items: center;
    justify-content: center;
    margin: auto;
    display: flex;
    border: 5px solid transparent;
    border-radius: 50%;
    border-top: 5px solid rgb(0, 0, 0);
    border-bottom: 5px solid rgb(0, 0, 0);
    padding: 5em;
    animation: spin infinite 5s alternate ease-in-out;
}
.loading_circle div:nth-child(1){
    transform: rotate(90deg);
}
.loading_circle div:nth-child(2){
    margin-top: -9.5em;
    padding: 3em;
    animation-delay: 800ms;
}
.loading_text{
    display: flex;
    text-align: center;
    justify-content: center;
    margin-top: 1em;
    font-size: 3em;
    position: relative;
}
.loading_text p{
    animation: jump infinite 0.5s alternate ease-in-out;
}
.loading_text p:nth-child(2){
    animation-delay: 200ms;
}
.loading_text p:nth-child(3){
    animation-delay: 400ms;
}
@keyframes spin {
    to { transform: rotate(360deg); }
  }
@keyframes jump{
    0%{
        transform: translateY(0em);
    }
    100%{
        transform: translateY(-0.2em);
    }
}
nav{
    background-color: rgba(224, 224, 224);
    padding: 1em;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}
nav ul{
    list-style: none;
    display: flex;
}
nav ul li:nth-child(1){
    margin: 1em 15em 1em 3em;
}
nav ul li{
    margin: 1em 2em;
    max-width: 10em;
    max-height: 1em;

}
nav ul li a{
    color: rgb(3, 140, 62);
    text-decoration: none;
    font-size: 1.2em;
    transition: 0.5s;
    position: relative;
    padding-right: 0.3em;
}
nav ul li a:hover{
    color: rgb(2, 115, 94);
    text-decoration: none;
    font-size: 1.3em;
    transition: 0.3s;
    text-shadow: 0em 0em 1.2em rgb(0, 0, 0);
}
.nav_img{
    width: 10em;
    box-shadow: 0.1em 0.1em 1em 0.1em rgb(0, 0, 0);
    margin-top: -0.5em;
}
.active{
    color: rgb(0, 0, 0);
    background-color: rgb(3, 140, 62);
    padding: 0.5em;
    border-radius: 0.5em;
}
.active:hover{
    color: rgb(255, 255, 255);
    background-color: rgb(3, 140, 62);
    padding: 0.55em;
    border-radius: 0.5em;
}
.main-header-wallpaper{
    width: 100%;
    text-align: left;
    padding-top: 10em;
    height: 15em;
    background-image: url(../pictures/wallpapers/IMG_20230307_172451.jpg);  /*Bild mit einem schönerem hochauflöserendem ändern!*/
    background-repeat: no-repeat;
    background-position: 25% 55%;
    transition: 1s;
}
#blur{
    filter: blur(0.25em);
    -webkit-filter: blur(0.25em);
}
.container{
    margin: 8em auto;
}
.main-header{
    background-color: rgba(3, 140, 62, 0.6);
    max-width: 25%;
    margin-left: 5em;
    border-radius: 0.5em;
    padding: 1em;
    margin-top: -10em;
    position: relative;
}
.main-content{
    background-color: rgba(53, 53, 53, 0.8);
    max-width: 80%;
    justify-content: center;
    margin: auto;
    text-align: center;
    margin-top: 8em;
    padding: 3em;
}

.toogle_navigator{
    display: none;
}
.main-content-login{
    background-image: url();
    margin-top: 5em;
    color: rgb(255, 255, 255);
}
.register-form{
    margin: auto;
    margin-top: 10em;
}
.form-wrapper{
    background-color: rgba(0, 0, 0, 0.795);
    padding: 5em;
    max-width: 50%;
    justify-content: center;
    margin: auto;
    border-radius: 0.3em;
    color: rgb(255, 255, 255);
    margin-top: 10em;
}
.login-input a{
    color: rgb(255, 255, 255);
}
.form-wrapper form{
    margin: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgb(255, 255, 255);
}
.form-wrapper form a{
    margin: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: rgb(255, 255, 255);
}
.form-wrapper input{
    width: 20em;
    padding: 0.2em;
    border-radius: 0.8em;
    border: solid 1px rgb(3, 140, 62);
    margin: 1em;
    background-color: transparent;
    color: rgb(255, 255, 255);
}
.form-shopping-cart-window-register{
    display: block;
}
.registerForm{
    margin: auto;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.registerForm label{
    display: block;
    font-size: 1.2em;
    float: inline-start;
}
.registerForm input{
    width: 20em;
    max-width: 30em;
    border-radius: 1em;
    border: solid 1px rgb(255, 255, 255);
    background-color: transparent;
    padding: 0.5em;
    margin: 0.5em auto;
}
.registerForm input:invalid{
    border: 0.2em solid rgb(255, 0, 0);
    transform: translateX(0em);
}
.registerForm input:focus, .registerForm input:hover{
    background-color: rgba(190, 190, 190, 0.5);
}
.registerForm div{
    display: flex;
    max-width: 35em;
    justify-content: center;
    padding: 0.2em;
    margin: 0.5em auto;
    align-items: center;
}
.registerForm p, .err_input{
    color: rgb(255, 0, 0);
    font-size: 0.8em;
}
#gotoPayment{
    width: 10em;
    background-color: transparent;
    border: solid 1px rgb(3, 140, 62);
    padding: 0.5em;
    border-radius: 1em;
    transition: 0.3s;
    top: 0em;
}
#gotoPayment:hover{
    background-color: rgb(207, 207, 207);
    border: 0.1em solid rgb(0, 0, 0);
}
@keyframes shake_invalid{
    10%{
        transform: translateX(0.5em)
    }
    20%{
        transform: translateX(0em)
    }
    30%{
        transform: translateX(0.5em)
    }
}
footer{
    width: 100%;
    background-color: rgba(92, 92, 92, 0.8);
    margin-top: 5em;
    text-align: center;
    bottom: 0em;
    left: 0em;
}
footer h1{
    font-size: 1.5em;
}
.footer_links{
    display: flex;
    justify-content: center;
}
.footer_links ul{
    list-style: none;
    margin: 1em 3em;
}
.footer_links ul a{
    color: rgb(0, 0, 0);
}
.creator_link p, a{
    color: rgb(0, 0, 0);
    text-align: left;
    text-decoration: none;
}
.offer-box{
    max-width: 50em;
    background-color: rgb(255, 255, 255);
    margin: 1em auto 5em;
    padding: 1em;
    border-radius: 0.5em;
}
.offer-box img{
    width: 10em;
    margin: 1em auto;
}
.shopping-cart{
    font-size: 2em;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%); 
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    padding: 0.5em;
    color: rgb(12, 242, 93);
    transition: 0.5s;
    animation: shopping-cart 1.5s infinite alternate ease-in-out;
    z-index: 90;
    width: 1.2em;
    display: none;
}
@keyframes shopping-cart{
    0%{
        box-shadow: 0 0 0em rgb(0, 0, 0);
    }
    100%{
        box-shadow: 0 0 1em rgb(0, 0, 0);
    }
}
.shopping-cart:hover{
    font-size: 2.1em;
    background-color: rgb(12, 242, 93);
    color: rgb(0, 0, 0);
    transition: 0.3s;
    box-shadow: 0 0 1em rgb(12, 242, 93);
    animation: none;
}
.shopping-cart-window{
    height: 80%;
    position: fixed;
    top: 10%;
    z-index: 80;
    width: 80%;
    background-color: rgba(170, 170, 170, 0.98);
    justify-content: center;
    margin: auto;
    left: 9.3%;
    transform: translate(-50%, -80%, -80%, -80%); 
    align-items: center;
    border-radius: 0.8em;
    padding: 1.25em;
    display: none;
}
.shopping-cart-window h1{
    margin: auto 0.6em;
}
.products{
    display: flex;
    position: relative;
    margin: 1em;
    justify-content: center;
    text-align: left;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 35em;
}
.product-row{
    margin-bottom: 1em;
}
.product-list{
    padding: 1em;
}
.product-list li{
    margin: 3em 1em;
    padding: 1em;
    min-width: 50em;
    border-bottom: 0.1em solid rgb(0, 0, 0);
}
.product-list ol h1{
    text-align: left;
}
.product-list img{
    width: 25em;
    display: flex;
}
.product-amout{
    float: left;
    text-align: center;
    margin: 1em auto;
}
.product-info{
    text-align: left;
    margin: 1em auto;
}
.product-price-all{
    float: right;
    margin: -5em 10em;
}
.product-line{
    border: rgb(0, 0, 0) solid 0.1em;
}
.paypal_button{
    width: 15em;
    padding: 1em;
    border-radius: 2em;
    border: 0;
    background-color: rgb(226, 193, 5);
    box-shadow: 1px 2px 1px rgb(0, 0, 0);
    color: rgb(12, 104, 242);
    font-weight: 600;
    margin: 1em auto;
    transition: 0.5s;
}
.paypal_button:hover{
    background-color: rgb(240, 204, 0);
    box-shadow: 2px 3px 2px rgb(0, 0, 0);
    font-weight: 650;
    transition: 0.5s;
}
.bank{
    width: 15em;
    padding: 1em;
    border-radius: 2em;
    border: 0;
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 2px 1px rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    font-weight: 600; 
    margin: 1em auto;
}
::-webkit-scrollbar {
    width: 0.15em;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0.5em rgb(126, 126, 126); 
    border-radius: 0.1em;
}
::-webkit-scrollbar-thumb {
    background: rgb(3, 140, 62); 
    border-radius: 0.5em;
}
::-webkit-scrollbar-thumb:hover {
    background: rgb(2, 115, 94); 
}
.cookies-alert{
    background-color: rgb(182, 182, 182);
    position: fixed;
    bottom: 0%;
    width: 100%;
    height: 0em;
    text-align: center;
    padding: 1em;
    overflow: hidden;
}
.cookies-alert h1{
    text-align: center;
}
.cookies-alert div{
    text-align: left;
    margin: 1em auto;
}
.cookies-alert a{
    color: rgb(16, 78, 250);
}
.cookies-alert-buttons{
    display: flex;
    margin: auto;
    justify-content: center;
}
.cookies-alert-buttons-btn{
    width: 20em;
    text-align: center;
    margin: 5em 1em;
    padding: 1em;
    border: 0.1em solid rgb(0, 0, 0);
    border-radius: 10px;
    transition: 0.5s;
}
#cookies-alert-buttons-accept{
    background-color: rgb(12, 242, 93);
}
#cookies-alert-buttons-accept:hover{
    background-color: rgb(16, 255, 99);
    box-shadow: 0em 0em 1em rgb(16, 255, 99);
    transition: 0.5s;
}
#cookies-alert-buttons-denied{
    background-color: rgba(134, 134, 134, 0.863);
}
#cookies-alert-buttons-denied:hover{
    background-color: rgba(153, 153, 153, 0.863);
    box-shadow: 0em 0em 1em rgba(153, 153, 153, 0.863);
    transition: 0.5s;
}
.shopping-cart-amout{
    background-color: rgba(255, 0, 0, 0.918);
    color: rgb(255, 255, 255);
    width: 1em;
    height: 1em;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    font-size: 0.3em;
    padding: 0.5em;
}
  .product-delete-button{
    color: rgb(255, 0, 0);
    max-width: 1em;
    text-align: center;
    font-size: 2em;
    padding: 0.25em;
    max-height: 1em;
    float: right;
}
.products input{
    background-color: transparent;
    border: solid 0.1em;
    max-width: 5em;
    border-radius: 0.5em;
    text-align: center;
    margin: auto 0.2em;
}
.gotoRegister{
    float: right;
    background-color: transparent;
    border: 0.1em solid rgb(0, 0, 0);
    padding: 0.5em;
    border-radius: 1em;
    bottom: 1.5em;
    position: absolute;
    right: 2em;
    transition: 0.5s;
    margin: 2em;
    width: 8em;
}
.gotoRegister:hover{
    background-color: rgb(3, 140, 62);
    border: 0.1em solid rgb(0, 0, 0);
}
.cart{
    width: 100%;
    display: flex;
}
.offers{
    max-height: 40em;
    overflow-y: scroll;
    padding: 1em;
    background-color: rgba(207, 207, 207, 0.493);
    border-radius: 5px;
    width: 50em;
}
.cart ol h1{
    font-size: 1em;
    text-align: left;
}
.cart ol img{
    width: 15em;
    margin: 1em;
}
.bank_popup{
    max-width: 80%;
    min-width: 50%;
    min-height: 50%;
    max-width: 80%;
    background-color: rgba(0, 0, 0, 0.753);
    z-index: 150;
    position: fixed;
    justify-content: center;
    margin: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); 
    color: rgb(255, 255, 255);
    padding: 1em;
    display: none;
}
.bank_popup ul{
    list-style: none;
    margin-top: 5em;
    float: left;
    text-align: left;
}
.bank_popup ul li{
    margin: 1em;
}
.bank_popup div{
    margin: 1em;
}
.bank_popup input{
    background-color: transparent;
    color: rgb(255, 255, 255);
    border: 0.1em solid rgb(255, 255, 255);
    padding: 1em;
    width: 15em;
    border-radius: 1em;
}
.payment{
    justify-content: center;
    margin: auto;
}
.payment div{
    font-size: 2em;
}
.thanks-main{
    text-align: center;
    font-size: 1.5em;
    margin: auto;
    margin-top: 12em;
    background-color: rgba(122, 122, 122, 0.473);
    width: 50%;
    padding: 1em;
    border-radius: 2em;
}
.thanks-button{
    background-color: rgba(158, 158, 158, 0.726);
    border: solid rgb(0, 0, 0) 0.1em;
    padding: 1em;
    width: 15em;
    border-radius: 1em;
    margin: 1em;
    transition: 0.5s;
}
.thanks-button:hover{
    background-color: rgb(158, 158, 158);
    border: solid rgb(0, 0, 0) 0.1em;
    box-shadow: 0em 0em 1em rgb(158, 158, 158);
}
@media (max-width: 952px){
    nav{
        width: 100%;
        height: 100%;
        display: none;
    }
    nav ul{
        display: block;
        text-align: left;
    }
    nav ul li{
        padding: 3em 0em;
    }
    .main-header-wallpaper{
        height: 5em;
        background-position: 50% 55%;
    }
    .main-header{
        max-width: 80%;
        margin-left: 1em;
        margin-top: -10em;
    }
    .main-content{
        max-width: 75%;
        padding: 1.5em;
        margin-top: 8em;
    }
    .toogle_navigator{
        display: block;
        position: fixed;
        font-size: 2.5em;
        z-index: 100;
    }
    #openNav{
        color: rgb(223, 223, 223);
        top: 0.2em;
        left: 0.2em;
    }
    .loading_circle{
        margin-top: 17em;
    }
    .loading_circle div{
        height: 0.2em;
        width: 0.2em;
        padding: 2.5em;
    }
    .loading_circle div:nth-child(2){
        margin-top: -4.5em;
        padding: 1em;
    }
    .footer_links ul{
        list-style: none;
        margin: 1em 1em;
    }
    .footer_links ul li{
        margin-bottom: 0.5em;
    }
    .creator_link p, a{
        text-align: center;
        margin-top: 1em;
    }
    .shopping-cart-window{
        left: 5.5%;
    }
    .shopping-cart{
        font-size: 1.75em;
        width: 1em;
        height: 1em;
    }
    .shopping-cart:hover{
        font-size: 1.8em;
    }
    .gotoRegister{
        margin: 0em;
    }
    .products{
        margin: 0.5em;
        max-height: 50em;
        font-size: 0.8em;
        background-color: rgb(207, 207, 207);
    }
    .container{
        margin: 2.5em auto;
    }
    .product-list li{
        margin: 1em;
        padding: 1em 0.5em;
        max-width: 5em;
        margin-left: -8em;
        display: flex;
        justify-content: center;
        border-bottom: 0.1em solid rgb(0, 0, 0);
    }
    .product-list h1{
        font-size: 1em;
        text-align: left;
        margin: 1em;
        max-width: 1em;
    }
    .product-info{
        margin: 1em;
        max-width: 10em;
    }
    .product-amout{
        float: inline-start;
        justify-content: left;
        margin-left: 0em;
        margin-top: 1em;
        text-align: left;
        width: 100%;
    }
    .product-list img{
        width: 10em;
        justify-items: center;
        margin: auto;
        margin-left: 10em;
    }
    .product-list input{
        width: 2em;
        text-align: center;
    }
    .product-list ol{
        width: 10em;
    }
    .product-list li{
        margin: 3em 1em;
        padding: 1em;
        min-width: 30em;
        border-bottom: 0.1em solid rgb(0, 0, 0);
    }
    .product-list ol h1{
        text-align: left;
    }
    .product-list img{
        width: 8em;
        display: flex;
    }
    .product-price-all{
        float: left;
        margin: 3em;
        font-weight: 500;
    }
    .registerForm{
        margin: auto;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .registerForm label{
        font-size: 1em;
    }
    .registerForm input{
        width: 10em;
        max-width: 15em;
        padding: 0.4em;
        margin: 0.5em auto;
    }
    .registerForm div{
        max-width: 20em;
        margin: 0.5em 0em auto;
    }
    .cookies-alert{ 
        font-size: 0.8em;
    }
    .cookies-alert h1{
        font-size: 1.2em;
    }
    .cookies-alert-buttons-btn{
        width: 10em;
        margin: 0em auto;
        padding: 0.1em;
        transition: 0.5s;
    }
    .form-wrapper{
        padding: 1em;
        max-width: 80%;
        min-height: 20em;
    }
    .offers{
        max-height: 25em;
        overflow-y: scroll;
        padding: 1em;
        border-radius: 5px;
        width: 18em;
    }
    .cart ol h1{
        font-size: 1em;
        text-align: left;
    }
    .cart ol img{
        width: 7em;
        margin: 1em;
    }
    .payment{
        justify-content: center;
        margin: auto;
    }
    .payment div{
        font-size: 2em;
    }
    .paypal_button{
        width: 8em;
        margin-left: 1em;
    }
    .bank{
        width: 8em;
        margin-left: 1em;
    }
    #sumall{
        font-size: 1em;
    }
  }
  @media (max-width: 858px){

  }