body {
    background-color: white;
    overflow-x: hidden;
    margin: 0;
    font-family: sans-serif;
    height: 100%;
}

html, #dcStart {
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .login .container .left {
        width: 100%;
    }

    .login .container .right {
        display: none;
    }
}

#dRegisterBoard {
    display: none;
}

#dLoginBoard {
    transition: .2s;
}

#dLoginCnt {
    transition: .2s;
    position: absolute;
}

.dBestellung {
    padding: 15px;
    background-color: #fff9eb;
    border-radius: 10px;
    margin-bottom: 10px;
}

#dcDashboard {
    width: 100%;
    height: 100%;
    background-color: white;
    display: none;
    padding: 20px;
    overflow-y: scroll;
}

#dcLogin, #dImpressum {
    display: none;
}

#dImpressum {
    padding: 10px;
}

.login {
    background-color: #121212;
}

.login .logincontainer {
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    height: 80%;
    max-width: 1000px;
    max-height: 800px;
    transform: translate(-50%, -50%);
    border-radius: 75px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    display: flex;
    z-index: 1;
}

.login .logincontainer .left {
    width: 40%;
    height: 100%;
    position: relative;
}

.login .logincontainer .left .cnt {
    width: calc(100% - 48px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login .logincontainer .right {
    width: 60%;
    height: 100%;
}

.login .logincontainer .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 74px;
    border-bottom-right-radius: 74px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

hr {
    border: none;
    border-bottom: 1px solid #d0d0d0;
    margin: 10px;
}

video {
    pointer-events: none;
    filter: blur(5px);
    transform: scale(1.1);
}

#dWarenkorb {
    background-color: #fff9eb;
}

#dWarenkorb .dContainer {
    background-color: #fff;
    border-radius: 5px;
    height: 90%;
    overflow: scroll;
    padding: 10px;
}

.btn-close {
    outline: none!important;
    box-shadow: none!important;
}

#dWarenkorbContainer .dItem, #dcDashboard .dItem {
    background-color: #fff9eb;
    border-radius: 5px;
    margin-bottom: 10px;
}

#dWarenkorbContainer .dItem:last-of-type {
    margin-bottom: 0px;
}

.Menge {
    font-size: 24px;
}

.Preis {
    text-align: center;
    width: 100%;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.dSpeisekarte {
    position: absolute;
    top: 0px;
    width: 80%;
    background-color: #fff9eb;
    left: 10%;
    border-radius: 5px;
    padding: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 10px;
}

.dSpeisekarte .dItem {
    border-radius: 5px;
    padding: 10px;
    background-color: #f9f9f9;
    display: flex;
    justify-content: space-around;
    width: 280px;
    cursor: pointer;
    user-select: none;
    transition: .1s;
}

.dSpeisekarte .dItem:hover {
    cursor: pointer;
    background-color: #ececec;
}

.relative {
    position: relative;
}

.space {
    height: 20px;
    width: 100%;
}

.spacer {
    height: 30px;
    width: 100%;
    margin: 50px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff9eb;
    color: #cf2e2e;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.10);
    padding: 10px;
    z-index: 10;
    position: relative;
}

a {
    color: black;
}

.spacer.bot {
    height: auto;
    margin-bottom: 0px;
    flex-direction: column;
    text-align: center;
}

label {
    text-align: center;
    color: #e17974;
    text-align: center;
    font-weight: bold;
    margin: 5px;
    width: 100%;
    display: block;
}

input, select {
    width: calc(100% - 48px);
    border: none;
    background: #df726d;
    padding: 8px 12px;
    margin: 0px 24px!important;
    font-size: 16px!important;
    font-weight: bold;
    border-radius: 5px;
    color: white;
    box-shadow: 0 2px 6px #df726d;
    outline: none;
}

.fw {
    width: 100%!important;
    font-size: 16px!important;
    padding: 12px 18px!important;
    border: none!important;
    border-radius: 5px!important;
    background-color: #d95a57!important;
    color: white!important;
    font-weight: bold!important;
    transition: .2s!important;
    box-shadow: 0 2px 6px #d95a57!important;
}

.fw:hover {
    background-color: #d44442;
    box-shadow: 0 2px 6px #d44442;
    cursor: pointer;
}

.verteilt {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 10px;
}

.dZutat, .dAllergen {
    border-radius: 5px;
    padding: 5px 10px;
    background-color: #fff9eb;
}

.dBuy {
    border: none;
    background-color: #df726d;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    float: right;
    margin-right: 24px;
    margin-top: 12px;
}

.navbar {
    position: sticky;
    top: 0;
    background: #fff;
    color: #cf2e2e;
    font-size: 24px;
    display: flex;
    justify-content: space-between;
    padding: 5px;
    align-items: center;
    z-index: 11;
}

.nav {
    text-decoration: none;
    color: #cf2e2e!important;
    margin: 5px;
    padding: 5px 10px!important;
    border-radius: 5px;
    transition: .1s;
}

.nav:hover {
    background-color: #018997;
    cursor: pointer;
}

.flex {
    display: flex;
}

img {
    height: 55px;
}

#navspacer {
    padding: 10px;
    width: 500px;
    float: left;
}

.red_text {
    color: #cf2e2e;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.black_text {
    display: block;
    overflow-wrap: break-word;
    color: black;
    font-size: 15px;
    line-height: 1.5;
    max-width: 45vw;
}

.contentbox {
    display: flex;
    margin: 25px 0px;
}

.contentbox.a {

}

.contentbox.b {
    flex-direction: row-reverse
}

.contentbox.a .left {
    width: 60%;
    padding: 0px 2.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.contentbox.a .right {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contentbox.b .left {
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contentbox.b .right {
    width: 60%;
    padding: 0px 2.5%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.contentbox img {
    width: 90%;
    border-radius: 5px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.text {
    top: 0;
    display: inline-block;
    width: 45vw;
    height: 120px;
    border: 1px solid red;
}

.image {
    display: inline-block;
    width: 10px;
    height: auto;
}

.small_image {
    width: 300px;
    height: auto;
}

.bg {
    width: 100%;
    height: calc(100vh);
    background-image: linear-gradient(45deg, #cf2e2e 0%,
    #fff9eb 100%);
}
.glass {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0px;
}
.glass li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.18);
    animation: spin 5s linear infinite;
    bottom: -150px;
}
.glass li:nth-child(1) {
    left: 20%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 10s;
}
.glass li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}
.glass li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
    animation-duration: 9s;
}
.glass li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}
.glass li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
    animation-duration: 19s;
}
.glass li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
    animation-duration: 13s;
}
.glass li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
    animation-duration: 17s;
}
.glass li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.glass li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}
.glass li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 15s;
}
@keyframes spin {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

.error {
    width: 100%;
    height: 0px;
    display: inline-block;
    position: relative;
    overflow: show;
    display: none;
  }
  .error::after {
    content: '';  
    width: 50px;
    height: 2px;
    background: red;
    box-shadow: 0 2px 6px red;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius: 10px;
    box-sizing: border-box;
    animation: hitZak 0.6s ease-in-out infinite alternate;
  }
  
  @keyframes hitZak {
    0% {
      left: 10%;
      transform: translateX(-1%);
    }
    100% {
      left: 90%;
      transform: translateX(-99%);
    }
  }

.loader {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid #FFF;
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin-bottom: -6px;
    margin-top: -4px;
}
  
  @keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  } 
