/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 28 2023 | 09:44:20 */
#CybotCookiebotDialog {
  filter: none !important;
}

.age-gate__background {
  display: none !important;
}

.age-gate__background-color {
  background: #000;
  opacity: 0.5;
}

#top .age-gate__headline {
  font-weight: 400;
}


.age-gate__challenge {
  max-width: 285px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
  font-size: 23px !important;
}

.age-gate__wrapper {
  overflow: hidden !important;
}

.age-gate__wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: -10vh;
  left: 0;
  background: url(https://www.stiegl.at/wp-content/uploads/2023/01/stiege-red-cut.png);
    z-index: 5;
    background-size: 100% auto;
    background-position: right bottom;
    background-repeat: no-repeat;
}

#top .age-gate__buttons button {
    background: #C60001;
    color: #fff;
    border-radius: 0;
    min-width: 192px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 13px 25px;
    border: none;
    margin-top: 20px;
    opacity: 1 !important;
   border: 2px solid #cf1026;
    border-radius: 0.25em;
}
#top .age-gate__buttons button:hover {
    opacity: 0.75 !important;
}

#top .age-gate__headline {
    font-size: var(--ag-text-headline-size,2.5rem);
}
#top .age-gate__remember-wrapper {
    display: none;
}
#top .age-gate__heading-title--logo {
    max-width: var(--ag-logo-max-width,50%);
}
#top .age-gate {
    overflow: visible;
}
#top .age-gate:before {
    content: '';
    background: url(/wp-content/uploads/2021/12/ba-top-1.png);
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-99%);
    visibility: visible;
    opacity: 1;
    z-index: -1;
    overflow: visible;
    background-size: 100%;
    padding-top: 20.6612%;
}
#top .age-gate:after {
       content: '';
    background: url(/wp-content/uploads/2021/12/ba-top-1.png);
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-99%);
    visibility: visible;
    opacity: 1;
    z-index: -1;
    overflow: visible;
    background-size: 100%;
    padding-top: 20.6612%;
}
#top .age-gate:after {
    transform: translateY(99%) scaley(-100%);
    -webkit-transform: translateY(99%) scaley(-1);
    top: auto;
    bottom: 0;
}
#top .age-gate__form {
    padding: 0 100px;
    margin-bottom: 0;
    background: white !important;
    margin-bottom: 0 !important;
}
#top .age-gate {
    max-width: 1000px;
    padding: 0 70.2px;
    background: transparent;

}

#top .age-gate__buttons button.age-gate__submit--no {
    background-color: #ffffff;
    border-color: #cf1026;
    color: #141414;
    border: 2px solid #cf1026;
    border-radius: 0.25em;
}

#top .age-gate__challenge {
    font-size: 18px;
}
#top .age-gate__form:before {
       content: '';
    background: url(/wp-content/uploads/2022/04/logo-schatten-2.png);
    width: 20%;
    background-repeat: no-repeat;
    height: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -119%);
    visibility: visible;
    opacity: 1;
    overflow: visible;
    background-size: 100%;
    padding-top: 20%;
}
#top .age-gate__heading {
  display: none;
}
@media screen and (max-width: 1050px){
  #top .age-gate {
    padding: 0 7.1%;
    background: transparent;
}
}
@media screen and (min-width: 989px){
  #top .age-gate {
      margin-top: clamp(10px, 20vh, 300px);
  }
  
}

@media screen and (min-width: 767px){
 html[lang="en-US"] #top .age-gate__headline {
		max-width: 460px;
  }
}

@media screen and (max-height: 450px){
  #top .age-gate__headline{
        font-size: 25px;
    margin-bottom: 0;
  } 
}
@media screen and (max-height: 300px) and (min-width:600px){
  #top .age-gate__form{
    flex-direction: row;
    gap:20px;
  }
  #top .age-gate{
    margin-top:0;
  }

}

@media screen and (max-width: 550px){
  #top .age-gate__form {
    padding: 0 30px;
  }
    #top .age-gate__headline {
    font-size: 25px;
      margin-bottom: 0;
}
  #top .age-gate__challenge {
    font-size: 18px !important;
    margin-top: 0;
    max-width: 225px;
  }
  .age-gate-error, .age-gate__error {
    font-size: 15px;
    line-height: 1.3;
  }
  #top .age-gate__buttons {
    flex-direction: column;
  }
  #top .age-gate__buttons > button {
    margin-top: 0;
  }
  #top .age-gate__wrapper {
    padding: 0;
  }
  
  #top .age-gate__form:before {
    width: 33%;
    transform: translate(-50%, -111%);
    padding-top: 31%;
}
}
@media screen and (max-width: 400px){
  #top .age-gate__buttons button {
    font-size: 16px;
    padding: 8px 25px;
  }
}





