.header-responsive-container {
  width: 100%;
  height: fit-content;
  display: flex;
  padding: var(--dl-space-space-unit);
  position: relative;
  align-items: flex-start;
  flex-direction: column;
  background-color: black;
}
.header-responsive-navbar-interactive {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-responsive-navlink {
  display: contents;
}
.header-responsive-image {
  width: 154px;
  height: 85px;
  object-fit: cover;
  text-decoration: none;
}
.header-responsive-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.header-responsive-right-side {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.header-responsive-links-container {
  gap: var(--dl-space-space-doubleunit);
  display: flex;
  align-items: center;
  margin-right: 20px;
  flex-direction: row;
  justify-content: space-between;
}
.header-responsive-navlink01 {
  color: var(--dl-color-gray-white);
  text-decoration: none;
}
.header-responsive-navlink02 {
  color: var(--dl-color-gray-white);
  text-decoration: none;
}
.header-responsive-navlink03 {
  color: var(--dl-color-gray-white);
  text-decoration: none;
}
.header-responsive-navlink04 {
  color: var(--dl-color-gray-white);
  text-decoration: none;
}
.header-responsive-navlink05 {
  display: contents;
}
.header-responsive-component {
  text-decoration: none;
}
.header-responsive-burger-menu {
  display: none;
}
.header-responsive-icon {
  width: 32px;
  height: 32px;
}
.header-responsive-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-space-space-unit);
  z-index: 100;
  position: absolute;
  background: black;
  flex-direction: column;
  justify-content: space-between;
}
.header-responsive-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.header-responsive-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 48px;
  justify-content: space-between;
}
.header-responsive-logo {
  width: 154px;
  height: 85px;
  object-fit: cover;
}
.header-responsive-close-menu {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-responsive-icon02 {
  fill: white;
  width: 100%;
  height: 100%;
}
.header-responsive-links {
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.header-responsive-links-container1 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
  margin-right: 20px;
  flex-direction: column;
  justify-content: space-between;
}
.header-responsive-navlink06 {
  color: var(--dl-color-gray-white);
  text-decoration: none;
}
.header-responsive-navlink07 {
  color: var(--dl-color-gray-white);
  text-decoration: none;
}
.header-responsive-navlink08 {
  color: var(--dl-color-gray-white);
  text-decoration: none;
}
.header-responsive-navlink09 {
  color: var(--dl-color-gray-white);
  text-decoration: none;
}
.header-responsive-navlink10 {
  display: contents;
}
.header-responsive-component1 {
  text-decoration: none;
}
.header-responsive-icon04 {
  width: 16px;
  height: 16px;
  margin-right: 32px;
}
.header-responsive-icon06 {
  width: 16px;
  height: 16px;
  margin-right: 32px;
}
.header-responsive-icon08 {
  width: 16px;
  height: 16px;
}



@media(max-width: 991px) {
  .header-responsive-desktop-menu {
    justify-content: flex-end;
  }
  .header-responsive-links-container {
    gap: var(--dl-space-space-unit);
  }
}
@media(max-width: 767px) {
  .header-responsive-desktop-menu {
    display: none;
  }
  .header-responsive-right-side {
    display: none;
  }
  .header-responsive-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-responsive-icon {
    fill: #ffffff;
  }
}
.top-container-no-text-top-container {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
}
.top-container-no-text-image {
  width: 100%;
  height: auto;
  object-fit: cover;
}


.footer-footer {
  color: var(--dl-color-gray-white);
  width: 100%;
  border: 1px solid black;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 15px;
  padding-left: var(--dl-space-space-doubleunit);
  padding-right: var(--dl-space-space-doubleunit);
  flex-direction: row;
  padding-bottom: 15px;
  justify-content: center;
  background-color: var(--dl-color-gray-black);
}
.footer-menu {
  width: 100%;
  display: flex;
  padding: 0px;
  max-width: 1000px;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.footer-container {
  flex: 0 0 auto;
  width: 20%;
  height: 10%;
  display: flex;
  object-fit: cover;
  align-items: space-between;
  flex-direction: column;
}
.footer-navlink {
  display: contents;
}
.footer-image {
  width: 100%;
  height: 50%;
  align-self: center;
  max-height: 100px;
  object-fit: cover;
  text-decoration: none;
}
.footer-links-container {
  width: 60%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.footer-container1 {
  width: 100%;
  height: max-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer-container2 {
  width: 33.3%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer-navlink1 {
  display: flex;
  flex-direction: row;
  text-decoration: none;
}
.footer-container3 {
  width: 33.3%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer-navlink2 {
  display: flex;
  flex-direction: row;
  text-decoration: none;
}
.footer-container4 {
  width: 33.3%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.footer-navlink3 {
  display: flex;
  flex-direction: row;
  text-decoration: none;
}
.footer-follow-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.footer-text {
  display: none;
  padding-bottom: var(--dl-space-space-halfunit);
}
.footer-icons-container {
  width: 66px;
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.footer-link {
  display: contents;
}
.footer-icon {
  fill: var(--dl-color-gray-white);
  width: 24px;
  height: 24px;
}
.footer-link1 {
  display: contents;
}
.footer-icon2 {
  fill: var(--dl-color-gray-white);
  width: 24px;
  height: 24px;
}
.footer-link2 {
  display: contents;
}
.footer-icon4 {
  fill: var(--dl-color-gray-white);
  width: 24px;
  height: 24px;
  display: none;
}

@media(max-width: 991px) {
  .footer-image {
    align-self: center;
  }
}
@media(max-width: 767px) {
  .footer-menu {
    flex-direction: column;
  }
  .footer-container {
    width: 30%;
  }
  .footer-image {
    width: 100%;
    align-self: center;
  }
  .footer-links-container {
    width: 100%;
  }
  .footer-container1 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .footer-navlink1 {
    justify-content: center;
  }
  .footer-navlink2 {
    justify-content: center;
  }
  .footer-navlink3 {
    justify-content: center;
  }
}
@media(max-width: 479px) {
  .footer-image {
    width: 100px;
    height: 50px;
  }
  .footer-follow-container {
    margin-left: 0px;
  }
  .footer-container1 {
    flex-direction: column;
    align-items: center;
  }
}

.weine-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.weine-main {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: var(--dl-space-space-quadruple);
  padding-left: var(--dl-space-space-doubleunit);
  padding-right: var(--dl-space-space-doubleunit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-quadruple);
  justify-content: flex-start;
}
.weine-container01 {
  width: 85%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.weine-container02 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.weine-text01 {
  color: var(--dl-color-gray-500);
  align-self: center;
  margin-top: var(--dl-space-space-halfunit);
  text-align: center;
  margin-bottom: var(--dl-space-space-doubleunit);
}
.weine-container03 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: flex-start;
}
.weine-text06 {
  color: var(--dl-color-gray-500);
  width: 100%;
  align-self: center;
  margin-top: 0px;
  text-align: center;
  font-weight: bold;
  margin-bottom: var(--dl-space-space-unit);
}
.weine-text09 {
  color: var(--dl-color-gray-500);
  align-self: center;
  margin-top: 0px;
  text-align: center;
  margin-bottom: 0px;
}
.weine-container04 {
  width: 100%;
  display: flex;
  margin-top: var(--dl-space-space-doubleunit);
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: column;
  justify-content: flex-start;
}
.weine-text15 {
  color: var(--dl-color-gray-500);
  width: 100%;
  align-self: center;
  margin-top: 0px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0px;
}
.weine-container05 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: flex-start;
}
.weine-container06 {
  width: 100%;
  display: flex;
  align-self: center;
  border-radius: 15px;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
  background-color: rgb(44, 44, 44);
}
.weine-image {
  width: 280px;
  object-fit: cover;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.weine-container07 {
  display: flex;
  align-items: flex-start;
  padding-left: var(--dl-space-space-unit);
  width: 100%;
  flex-direction: column;
  justify-content: center;
}
.weine-text18 {
  color: var(--dl-color-gray-500);
  align-self: flex-start;
  margin-top: 5px;
  text-align: left;
  font-weight: bold;
  margin-right: 5px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.weine-text21 {
  color: var(--dl-color-gray-500);
  align-self: flex-start;
  margin-top: 0px;
  text-align: left;
  margin-right: 5px;
  margin-bottom: 5px;
}
.weine-container08 {
  width: 100%;
  display: flex;
  align-self: center;
  border-radius: 15px;
  flex-direction: row;
  justify-content: flex-end;
  background-color: rgb(44, 44, 44);
}
.weine-container09 {
  display: flex;
  align-items: flex-start;
  margin-left: 0px;
  padding-right: var(--dl-space-space-unit);
  flex-direction: column;
  justify-content: center;
}
.weine-text25 {
  color: var(--dl-color-gray-500);
  align-self: flex-end;
  margin-top: 5px;
  text-align: right;
  font-weight: bold;
  margin-left: 5px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.weine-text28 {
  color: var(--dl-color-gray-500);
  margin-top: 0px;
  text-align: right;
  margin-left: 5px;
  margin-bottom: 5px;
}
.weine-image1 {
  width: 280px;
  object-fit: cover;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
@media(max-width: 991px) {
  .weine-container01 {
    width: 90%;
  }
  .weine-container07 {
    padding-left: var(--dl-space-space-unit);
  }
  .weine-container07 {
    padding-left: var(--dl-space-space-unit);
  }
  .weine-container09 {
    padding-right: var(--dl-space-space-unit);
  }
}
@media(max-width: 767px) {
  .weine-main {
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .weine-container07 {
    padding-left: var(--dl-space-space-halfunit);
  }
  .weine-container09 {
    padding-right: var(--dl-space-space-halfunit);
  }
  .weine-image {
    width: 150px;
  }
  .weine-image1 {
    width: 150px;
  }
}
@media(max-width: 479px) {
  .weine-container01 {
    width: 95%;
  }
  .weine-text18 {
    text-align: left;
  }
  .weine-text25 {
    text-align: right;
  }
  .weine-container07 {
    padding-left: 10px;
  }
  .weine-container09 {
    padding-right: 10px;
  }
}
@media(max-width: 400px) {
  .weine-container06 {
    flex-direction: column;
  }
  .weine-container07 {
    margin: 0;
    padding-left: 10px;
  }
  .weine-image {
    width: 100%;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
  }
  .weine-container08 {
    flex-direction: column;
  }
  .weine-container09 {
    margin: 0;
    padding-left: 10px;
  }
  .weine-text25 {
    text-align: left;
  }
  .weine-text28 {
    text-align: left;
  }
  .weine-image1 {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
  }
}

.bestellung-textinput {
  width: 100px;
  align-self: flex-start;
  margin-right: 10px;
}

.buy-container {
  align-self: flex-start; 
  align-items: flex-start; 
  display: flex;
  flex-direction: row;
  margin-top: 18pt;
  max-width: 100%;
}

.buy-preview-container {
  align-self: center; 
  align-items: center; 
  display: flex;
  flex-direction: row;
  margin-top: 18pt;
}

@media(max-width: 991px) {
  table {
    font-size: 14pt;
  }
  .buy-container {
    margin-top: 14pt;
  }
  .buy-preview-container {
    margin-top: 14pt;
  }
}
@media(max-width: 767px) {
  table {
    font-size: 11pt
  }
  .bestellung-textinput {
    width: 80px;
  }
  .buy-container {
    margin-top: 10pt;
  }
  .buy-preview-container {
    margin-top: 10pt;
  }
}
@media(max-width: 520px) {
  table {
    font-size: 9pt
  }
  .bestellung-textinput {
    width: 70px;
  }
  td, th {
    padding: 5px;
  }
  .buy-container {
    margin-top: 6pt;
  }
  .buy-preview-container {
    margin-top: 6pt;
  }
}
@media(max-width: 420px) {
  table {
    font-size: 7pt
  }
  .bestellung-textinput {
    font-size: 10pt;
    width: 50px;
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  td, th {
    padding: 5px;
  }
  .buy-container {
    margin-top: 2pt;
    gap: 4pt;
    align-items: center;
  }
  .buy-preview-container {
    margin-top: 2pt;
    gap: 4pt;
    align-items: center;  
  }
}

.weine-form-form {
  height: fit-content;
  text-align: left;
}

.weine-form-container01 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: var(--dl-space-space-unit);
}
.weine-form-container02 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.weine-form-container03 {
  width: 30%;
  display: flex;
  align-items: center;
  margin-right: 1.1875%;
  flex-direction: row;
  justify-content: flex-start;
}
.weine-form-container04 {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  margin-top: var(--dl-space-space-unit);
}
.weine-form-container05 {
  width: 100%;
  display: flex;
  align-items: start;
  flex-direction: row;
  justify-content: start;
}
.weine-form-text01 {
  
  font-weight: bold;
}
.weine-form-text02 {
  color: #ff0000;
  margin-left: 5px;
  font-weight: 400 !important;
}
.weine-form-text03 {
  color: #ff0000;
  font-weight: 400 !important;
}
.weine-form-text04 {
  align-self: center;
  font-weight: bold;
  text-align: center;
}
.weine-form-textinput {
  width: 70%;
  
  display: flex;
  align-self: flex-end;
}
.weine-form-textarea {
  width: 100%;
  
}

@media(max-width: 767px) {
  .weine-form-container01 {
    flex-direction: row;
  }
  .weine-form-container02 {
    flex-direction: column;
  }
  .weine-form-container03 {
    width: 100%;
  }
  .weine-form-textinput {
    width: 100%;
  }
}
@media(max-width: 479px) {
  .weine-form-container02 {
    align-items: flex-start;
    flex-direction: column;
  }
}

.close {
  font-size: 25pt;
  height: 20pt;
  width: 20pt;
  display: flex; 
  justify-content: center;
  font-weight: 600;
}

@media(max-width: 767px) {
  .close {
    font-size: 26pt;
    height: 20pt;
    width: 20pt;
  }
}
@media(max-width: 479px) {
  .weine-form-container02 {
    align-items: flex-start;
    flex-direction: column;
  }
  .close {
    font-size: 20pt;
    height: 15pt;
    width: 15pt;
  }
}

.close:hover {
  cursor: pointer;
}

#checkin, #checkout {
  width: 100%;
}

label {
  text-align: left;
}

.blurr-background {
  position: fixed;
  z-index: 6;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.form-container {
  height: fit-content;
  width: 80vw;
  padding: 10px;
  border-radius: 20px;
  padding-top: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-doubleunit);
  padding-left: var(--dl-space-space-quadruple);
  padding-right: var(--dl-space-space-quadruple);
  border: 2px solid #1f1f1f;
  overflow-y: auto;
}

@media(max-width: 767px) {
  .form-container {
    padding-top: 0;
    padding-bottom: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-doubleunit);
    padding-right: var(--dl-space-space-doubleunit);
  }
}
@media(max-width: 479px) {
  .form-container {
    padding-bottom: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
}

.shop-container01 {
  width: 29%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #000000;
  border-radius: 5px;
  border: 2px solid #1f1f1f;
  padding: var(--dl-size-size-unit);
  justify-content: center;
}

.shop-container02 {
  width: fit-content;
  height: fit-content;
  display: flex;
  flex-direction: column;
  vertical-align: middle;
  justify-content: center;
  align-items: center; 
}

.shop-container03 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.shop-text01 {
  width: fit-content;
  font-style: normal;
  text-align: center;
  font-weight: 700;
}

.shop-text02 {
  width: fit-content;
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
}

.shop-text03 {
  width: fit-content;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  font-size: 1.5em;
  align-self: center;
}

.shop-text04 {
  width: fit-content;
  text-align: left;
}

@media(max-width: 1100px) {
  .shop-container01 {
    width: 45%;
  }

  .shop-text03 {
    font-size: 1.35em;
  }
}

@media(max-width: 991px) {
  .shop-text03 {
    font-size: 1.25em;
  }
}

@media(max-width: 600px) {
  .shop-container01 {
    width: 100%;
  }

  .shop-text03 {
    font-size: 1.15em;
  }
}

@media(max-width: 479px) {
  .blurr-background {
    position: fixed;
    z-index: 6;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.shop-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index:1100;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background-color: black;
  height: max-content;
}

.shop-container {
  box-sizing: border-box;
  height: fit-content;
  width: max-content;
  padding: 10px;
  padding-top: var(--dl-space-space-unit);
  padding-bottom: var(--dl-space-space-doubleunit);
  padding-left: var(--dl-space-space-doubleunit);
  padding-right: var(--dl-space-space-doubleunit);
  border-radius: 20px;
  border: 2px solid #1f1f1f;
  overflow-y: auto;
}

.close {
  font-size: 25pt;
  height: 20pt;
  width: 20pt;
  display: flex; 
  justify-content: center;
  font-weight: 600;
}

.close:hover {
  cursor: pointer;
}


.close-container-form {
  display: flex;
  align-items: end;
  flex-direction: row-reverse;
  top: calc(var(--dl-space-space-halfunit) * -1);
  right: calc((var(--dl-space-space-doubleunit) + var(--dl-space-space-unit)) * -1);
  position: relative;
}

@media(max-width: 991px) {
  .shop-popup {
    max-height: 90%;
  }
}

@media(max-width: 767px) {
  .shop-container {
    padding-top: 0;
    padding-bottom: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .close-container-form {
    top: var(--dl-space-space-halfunit);
    right: calc((var(--dl-space-space-halfunit) + var(--dl-size-size-unit)) * -1);
  }
  .close {
    font-size: 26pt;
    height: 20pt;
    width: 20pt;
  }
  div#image-detailview {
    margin-right: 5vw;
  }
}

@media(max-width: 500px) {
  div#shop-body {
    flex-direction: column;
  }

  div#image-detailview {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
  }
}

@media(max-width: 479px) {
  .shop-container {
    padding-bottom: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
  }
  .close-container-form {
    top: var(--dl-space-space-halfunit);
    right: calc(var(--dl-space-space-halfunit) * -1);
  }
  .close {
    font-size: 20pt;
    height: 15pt;
    width: 15pt;
  }
}

#shop-body {
  display: flex;
  flex-direction: row;
  max-height: 90%;
}

#image-detailview {
  width: auto;
  max-width: 50vw;
  height: auto;
  align-items: end;
  display: flex;
  flex-direction: row-reverse;
  margin-right: 2vw;
  align-self: center;
}

#image-preview {
  width: auto;
  height: auto;
  object-fit: contain;
  display: flex;
  flex-direction: row-reverse;
  margin-right: 2vw;
  align-self: center;
}

.shop-image {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

#description-detailview {
  display: inline-block;
}

#description-body {
  display: flex;
  flex-direction: column;
}

.shop-button {
  margin: auto;
}

.fade-in {
  animation: fadeIn 1s;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  -ms-animation: fadeIn 1s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-o-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-ms-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.fade-out {
  animation: fadeOut 1s;
  -webkit-animation: fadeOut 1s;
  -moz-animation: fadeOut 1s;
  -o-animation: fadeOut 1s;
  -ms-animation: fadeOut 1s;
}

@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

@-moz-keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

@-webkit-keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

@-o-keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

@-ms-keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

#filter-button {
  border: 1px solid white;
  cursor: pointer;
}

.slidecontainer {
  width: 100%;
}

.slider {
  appearance: none;
  width: 200px;
  height: 12px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #000000;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #000000;
  cursor: pointer;
}


.filter-input {
  width: 150px;
  align-self: flex-start;
  margin-right: 10px;
}

@media(max-width: 991px) {
  .filter-input {
    width: 100px;
    padding: 0.25rem 0.5rem;
  }
}

@media(max-width: 767px) {
  .slider {
    width: 150px;
    height: 10px;
  }

  .slider::-webkit-slider-thumb {
    width: 25px;
    height: 25px;
  }
  
  .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
  }

  .filter-input {
    width: 100px;
    padding: 0.25rem 0.5rem;
  }

  .heading-container {
    padding-top: var(--dl-space-space-halfunit);
  }
}
@media(max-width: 520px) {
  .slider {
    width: 125px;
    height: 8px;
  }

  .slider::-webkit-slider-thumb {
    width: 20px;
    height: 20px;
  }
  
  .slider::-moz-range-thumb {
    width: 20px;
    height: 20px;
  }

  .filter-input {
    font-size: 10pt;
    width: 75px;
  }
}
@media(max-width: 420px) {
  .slider {
    width: 100px;
    height: 8px;
  }

  .slider::-webkit-slider-thumb {
    width: 15px;
    height: 15px;
  }
  
  .slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
  }
}

.filter-all-container {
  margin-top: var(--dl-space-space-unit);
}

.preis-bis-input, .preis-von-input {
  display: inline;
}

.filter-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.filter-container-big {
  margin-top: 10px;
}

.heading-container {
  max-width: 80%; 
  display: inline-block; 
}