.header{display:flex;justify-content:center;align-items:center;padding:0 20px;-webkit-box-shadow:0px 3px 50px 0px var(--boxShadow);-moz-box-shadow:0px 3px 50px 0px var(--boxShadow);box-shadow:0 3px 50px 0 var(--boxShadow);height:100px;position:fixed;z-index:1;background:var(--background);width:100%;top:0;left:0;transition:background .5s ease-in-out;border-bottom:1px solid #fff}@media only screen and (max-width: 829px){.header{display:none}}.header__logo{width:120px;transition:width .5s ease-in-out}.header__links{width:70%;display:flex;justify-content:center;align-items:center}.header__links__inside{padding:0 10px;text-decoration:none;color:var(--color);text-transform:uppercase}.header__links__inside:hover{font-weight:700}.header__social{display:flex;align-items:center;padding:20px;position:relative;gap:10px;color:var(--color)}.header__social img{width:32px;height:32px}.header__social__warenkorb{text-decoration:none}.header__social__warenkorb span{position:absolute;top:4px;right:27px;background:var(--warenkorbBackground);color:var(--warenkorbColor);font-size:13px;font-weight:700;padding:3px;transition:background .5s ease-in-out}.header__layout{position:absolute;width:100%;height:100vh;top:0;left:0;background-color:#515142d1;display:none;justify-content:center;z-index:2}.header__register{width:500px;height:350px;background-color:#fff;top:300px;display:flex;flex-direction:column;align-items:center;padding-top:30px;row-gap:30px;position:absolute;border-radius:10px}.header__register input{border:1px solid #000;background:#c9e8f3;padding:10px;border-radius:10px;width:300px}.header__register button{background:#c9e8f3;border:1px solid #000;color:#000;padding:10px;border-radius:10px;cursor:pointer;font-size:15px;transition:all .35s ease-in-out}.header__register button:hover{background-color:var(--hoverBackground);color:#fff}.header__register__close{position:absolute;top:10px;right:10px;cursor:pointer}.header__layoutLogin{position:absolute;width:100%;height:100vh;top:0;left:0;background-color:#515142d1;display:none;justify-content:center;z-index:2}.header__login{width:500px;height:350px;background-color:#fff;top:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:30px;row-gap:30px;position:absolute;border-radius:10px}.header__login input{border:1px solid #000;background:#c9e8f3;padding:10px;border-radius:10px;width:300px}.header__login button{background:#c9e8f3;border:1px solid #000;color:#000;padding:10px;border-radius:10px;cursor:pointer;font-size:15px;transition:all .35s ease-in-out}.header__login button:hover{background-color:#000;color:#fff}.header__registerButton{background:#c9e8f3;border:1px solid #000;color:#000;padding:10px;border-radius:10px;cursor:pointer;font-size:15px;transition:all .35s ease-in-out}.header__registerButton:hover{background-color:#000;color:#fff}.header__settings{position:fixed;width:0;height:100px;background-color:#c9e8f3;right:0;top:100px;border-radius:10px 0 0 10px;transition:width .5s ease-in-out;display:flex;flex-direction:column;justify-content:center;gap:10px}.header__settings p{text-align:center;color:#000}.header__settings__img{position:absolute;left:-30px;top:35px;cursor:pointer}.header__settings__container{display:flex;justify-content:center}.header__mobile{display:flex;justify-content:space-between;padding:0 20px}@media only screen and (min-width: 830px){.header__mobile{display:none}}.header__mobile__menu{display:flex;width:100%;justify-content:space-between;align-items:center;z-index:2}.header__mobile__list{display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;height:0;width:200px;left:20px;top:70px;transition:height .5s ease-in-out,background .5s ease-in-out;position:absolute}.header__mobile__list a{text-decoration:none;color:#000;text-transform:uppercase}.header__mobile__warenkorb span{position:absolute;top:10px;right:25px;background-color:var(--warenkorbBackground);color:var(--warenkorbColor);font-size:13px;font-weight:700;padding:1px;transition:background .5s ease-in-out}.header__mobile__warenkorb img{width:25px}.header__mobile__layout{position:absolute;width:100%;height:100vh;top:0;left:0;background-color:#515142d1;display:none;justify-content:center;z-index:2}.header__mobile__register{width:80%;height:350px;background-color:#fff;top:300px;display:flex;flex-direction:column;align-items:center;padding-top:30px;row-gap:30px;position:absolute;border-radius:10px}.header__mobile__register input{border:1px solid #000;background:#c9e8f3;padding:10px;border-radius:10px;width:80%}.header__mobile__register button{background:#c9e8f3;border:1px solid #000;color:#000;padding:10px;border-radius:10px;cursor:pointer;font-size:15px;transition:all .35s ease-in-out}.header__mobile__register button:hover{background-color:var(--hoverBackground);color:#fff}.header__mobile__register__close{position:absolute;top:10px;right:10px;cursor:pointer}.header__mobile__layoutLogin{position:absolute;width:100%;height:100vh;top:0;left:0;background-color:#515142d1;display:none;justify-content:center;z-index:2}.header__mobile__login{width:80%;height:350px;background-color:#fff;top:300px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:30px;row-gap:30px;position:absolute;border-radius:10px}.header__mobile__login input{border:1px solid #000;background:#c9e8f3;padding:10px;border-radius:10px;width:80%}.header__mobile__login button{background:#c9e8f3;border:1px solid #000;color:#000;padding:10px;border-radius:10px;cursor:pointer;font-size:15px;transition:all .35s ease-in-out}.header__mobile__login button:hover{background-color:#000;color:#fff}.header__mobile__registerButton{background:#c9e8f3;border:1px solid #000;color:#000;padding:10px;border-radius:10px;cursor:pointer;font-size:15px;transition:all .35s ease-in-out}.header__mobile__registerButton:hover{background-color:#000;color:#fff}@media only screen and (max-width: 829px){.header__mobile__registerButton{font-size:11px}}.openList{height:160px;background:#c9e8f3;border:1px solid #000;border-radius:10px}.openList p{text-decoration:underline}.opened{width:100px}.active{font-weight:700}.visible{display:flex}.hide{display:none}.toggle{position:relative;display:inline-block;width:48px;height:20px}.toggle input{display:none}.switch{position:relative;display:inline-block;width:60px;height:25px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;-webkit-transition:.4s;transition:.4s}.slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:3px;background-color:#fff;-webkit-transition:.4s;transition:.4s}input:checked+.slider{background-color:var(--slider)}input:focus+.slider{box-shadow:0 0 1px #2196f3}input:checked+.slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translate(26px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.landing{width:100%;margin-top:150px;display:flex;justify-content:center;align-items:center;flex-direction:column}@media only screen and (max-width: 829px){.landing{margin-top:unset}}.landing__shop{width:100%;display:flex;justify-content:center;gap:50px}@media only screen and (max-width: 829px){.landing__shop{flex-direction:column-reverse;justify-content:space-evenly;align-items:center;padding:0 20px}}.landing__shop img{width:40%;box-shadow:var(--boxShadowImg)}@media only screen and (max-width: 829px){.landing__shop img{width:70%}}.landing__shop__inner{width:40%;display:flex;flex-direction:column;justify-content:space-evenly}@media only screen and (max-width: 829px){.landing__shop__inner{width:100%;display:flex;align-items:center;gap:20px}}.landing__shop__inner h1{color:var(--color)}.landing__shop__inner p{font-size:21px;line-height:35px;color:var(--color)}@media only screen and (max-width: 829px){.landing__shop__inner p{text-align:justify}}.landing__shop__button{background:#c9e8f3;border:1px solid #000;color:#000;padding:10px;border-radius:10px;cursor:pointer;font-size:15px;width:100px;text-decoration:none;text-align:center;transition:all .35s ease-in-out}.landing__shop__button:hover{background-color:var(--hoverBackground);color:#fff}.landing__popup{height:80px;background-color:#10b346;display:flex;flex-direction:column;justify-content:end;border-radius:0 0 10px 10px;transition:height ease-in-out .2s;position:absolute;top:100px}@media only screen and (max-width: 829px){.landing__popup{border-radius:10px}}.landing__popup span{cursor:pointer;text-align:end;color:#000;padding:5px}.landing__popup p{color:#000;width:100%;padding:10px 10px 20px;text-align:center;font-size:20px}.close{height:0;overflow:hidden}*{padding:0;margin:0;font-family:Arial,Helvetica,sans-serif;box-sizing:border-box;-webkit-user-select:none;user-select:none}body{background:var(--background);transition:background .5s ease-in-out}:root{--background: white;--color: black;--slider: #2196f3}[data-theme=light]{--background: white;--color: black;--slider: #2196f3;--boxShadow: #c9e8f3;--boxShadowImg: unset;--hoverBackground: black;--warenkorbBackground: white;--warenkorbColor: black}[data-theme=dark]{--background: #2b2241;--color: white;--slider: #000;--boxShadow: #2b2241;--boxShadowImg: 1px 1px 20px 10px rgb(201, 232, 243);--hoverBackground: black;--warenkorbBackground: #2b2241;--warenkorbColor: white}.shop__search{width:100%;display:flex;justify-content:center;margin-top:200px}@media only screen and (max-width: 829px){.shop__search{margin-top:50px}}.shop__search input{width:30%;height:50px;font-size:20px;padding:5px;border-radius:10px;border:1px solid #000}@media only screen and (max-width: 829px){.shop__search input{font-size:13px}}.shop__search__loading{text-align:center;margin-top:100px;font-family:Arial,Helvetica,sans-serif;font-size:50px;font-weight:700}.shop__item{width:100%;display:flex;justify-content:center;flex-wrap:wrap;background-color:var(--background__color)}.shop__item__card{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;width:20%;height:500px;margin:50px 40px;padding:15px;-webkit-box-shadow:1px 1px 20px 10px rgb(201,232,243);-moz-box-shadow:1px 1px 20px 10px rgb(201,232,243);box-shadow:1px 1px 20px 10px #c9e8f3;background-color:#fff}@media only screen and (max-width: 829px){.shop__item__card{width:70%}}@media only screen and (min-width: 830px) and (max-width: 1433px){.shop__item__card{width:35%}}.shop__item__card__img{max-height:150px}.shop__item__card h4{height:50px;text-align:center}.shop__item__card p{font-weight:500;font-size:30px}.shop__item__card button{background:#c9e8f3;border:1px solid #000;color:#000;padding:10px;border-radius:10px;cursor:pointer;font-size:15px;transition:all .35s ease-in-out}.shop__item__card button:hover{background-color:#000;color:#fff}.true{background-color:red!important}.false{background-color:green!important}.warenkorb{display:flex;align-items:center;justify-content:space-evenly;width:70%;border-bottom:1px solid var(--color);padding:20px 0}@media only screen and (max-width: 829px){.warenkorb{width:100%;padding:20px;gap:10px}}.warenkorb img{width:100px}@media only screen and (max-width: 829px){.warenkorb img{width:50px}}.warenkorb p{width:300px;text-align:center;font-size:20px;font-weight:500;color:var(--color)}@media only screen and (max-width: 829px){.warenkorb p{font-size:13px}}.warenkorb button{background:red;color:#fff;border:none;padding:10px 5px;border-radius:10px;cursor:pointer;font-size:15px}.warenkorb__upper{font-size:35px;text-align:center;margin-top:250px;color:var(--color)}.warenkorb__summe{font-size:20px;margin-top:30px;text-align:center;color:var(--color)}.warenkorb__buttons{margin:20px 0;display:flex;gap:20px}.warenkorb__zahlen{background:#c9e8f3;border:1px solid #000;color:#000;padding:10px;border-radius:10px;cursor:pointer;font-size:15px;transition:all .35s ease-in-out}.warenkorb__zahlen:hover{background-color:#000;color:#fff}.warenkorb__leeren{background:red;border:1px solid #000;color:#fff;padding:10px;border-radius:10px;cursor:pointer;font-size:15px}.warenkorb__absolute{width:100%;height:100%;position:fixed;bottom:0;left:0;display:none;flex-direction:column;justify-content:center;align-items:center;background-color:#636363b3;z-index:2}.warenkorb__absolute p{font-size:25px}.warenkorb__absolute__danke{position:absolute;width:500px;height:300px;background-color:#fff;display:flex;justify-content:center;align-items:center;font-size:30px;font-weight:500;text-align:center;border-radius:10px;padding:20px}.warenkorb__absolute img{width:150px}.warenkorb__bin{width:30px!important;cursor:pointer}.warenkorb__bitte{text-align:center;color:red;margin-bottom:30px}.warenkorb__link{background:#c9e8f3;border:1px solid #000;color:#000;padding:10px;border-radius:10px;cursor:pointer;font-size:15px;transition:all .35s ease-in-out;margin-top:20px;text-decoration:none}.warenkorb__link:hover{background-color:#000;color:#fff}.layout{display:flex;width:100%;justify-content:center;align-items:center;flex-direction:column;position:relative;margin-top:150px}@media only screen and (max-width: 829px){.layout{margin-top:50px}}.display{display:flex}.forbiden{cursor:not-allowed;background-color:gray;color:#fff}.forbiden:hover{background-color:gray}
