@import url("global_vars.css");

@media screen and ( max-width: 1820px ) {
  .event-contentbox{
    margin-bottom: calc(10px + 160px);
    min-height: 25vh;
  }
}

@media screen and ( min-width: 1821px ) {
  .event-contentbox{
    margin-bottom: calc(10px + 90px);
    min-height: 25vh;
  }
}

@media screen and ( max-width: 820px ) {
  .box-split-2, .box-split-3, .box-split-2-left, .box-split-2-right{
    width: 100%;
  }
  .spacer-2, .spacer-3{
    padding-right: 0%;
  }
    /* Getränkekarte Zeug */

  .box-split-2-right{
    margin-top: 30px;
  }
  .text-wrapper{
    width:90%;
  }

  h1{
    font-size: 35px;
    }
  
  h2{
    font-size: 25px;
  }
  
  h3{
  }
  
  h4{
    font-size: 20px;
  }
  
  h5{
    font-size: 15px;
  }
  
  h6{
  }
  
  
  p{
      font-size: 18px;
  }

  .change-margin{
    margin:auto !important;
  }


}

@media screen and ( min-width: 821px ) {
  .box-split-2, .drinks-box-split-2{
    width: 45%;
  }
  .spacer-2, .drinks-spacer-2{
    padding-right: 10%;
  }
  .box-split-3{
    width: 29.5%;
  }
  .spacer-3{
    padding-right: 3.83333%;
  }
  /* Getränkekarte Zeug */

  .box-split-2-left{
    width: 35%;
  }
  .box-split-2-right{
    width: 55%;
  }
  .text-wrapper{
    width:80%;
  }

  .margin-auto{
    margin-left: 10%;
    margin-right: 10%;
  }

  h1{
    font-size: 40px;
    }
  h2{
    font-size: 30px;
  }
  h3{
  }
  h4{
    font-size: 20px;
  }
  h5{
    font-size: 15px;
  }
  h6{
  }
  p{
      font-size: 23px;
  }

  .visible-landscape{
    display:none !important;
  }
  .change-margin{
    margin:auto !important;
  }


}

@media screen and (max-width: 1000px) and (orientation: landscape){
  .visible-portrait{
    display:none !important;
  }
  .visible-landscape{
    display:block !important;
  }
  .change-margin{
    margin:0 !important;
  }
}

@media screen and (max-width: 1000px) and (orientation: portrait) {
  .visible-portrait{
    display: block !important;
  }
  .visible-landscape{
    display:none !important;
  }
  .change-margin{
    margin: auto !important;
  }
}



@media screen and (orientation:landscape) {
  .drinks-box-split-2{
    width: 45%;
    padding-top: 2vh;
  }
  .drinks-spacer-2{
    padding-right: 10%;
  }

  .show-cocktailcard-wide{
    display: block !important;
  }
  .show-cocktailcard-narrow{
    display: none !important;
  }
  .foreground-box-events-single, .foreground-box-news-single, .foreground-box-news{
  width: 80%;
  }


  .event-wrapper{
    margin:0 15px;
  }
  .event_titlebox{
    border-radius: 20px 0 0 20px;
  }
  .event-split{
    width: 50%;
  }
/*   .event-bottom{
    width: 50%;
  } */
}

@media screen and (orientation:portrait) {
  .drinks-box-split-2{
    width: 100%;
    padding-top: auto;
  }
  .drinks-spacer-2{
    padding-right: 0%;
  }
  .show-cocktailcard-wide{
    display: none !important;
  }
  .show-cocktailcard-narrow{
    display: block !important;
  }
  .foreground-box-events-single, .foreground-box-news-single, .foreground-box-news{
    width: 100%;
    }
    .event-wrapper{
      margin:0 10px;
    }


    .event_titlebox{
      border-radius: 0;
    }
    .event-contentbox{
      margin-bottom: calc(10px + 190px);
      min-height: 15vh;
    }
    .event-split{
      width: 100%;
    }
/*     .event-bottom{
      width: 100%;
    } */
}

/* Media End */
html, body {
    height: 100%;
    margin: 0px 0px 0px 0px;
  }
  

  /* Schriften */
h1,h2,h3,h4,h5,h6,p{
  color:white;
  word-wrap: break-word;
}
h1,h2,h3,h4,h5,h6{
  font-family: "Heebo", Arial, sans-serif;
}
h1,h2{
  font-weight: 700;
}
  h1{ 
  text-transform: uppercase;
  }

h2{
}
h3{
}
h4{
}
h5{
  font-weight: 500;
}
h6{
}
p{
  font-family: "Darker Grotesque", Arial, sans-serif;
    font-weight: 500;
}


.text-wrapper{
  margin: 0 auto;
}
/* Schrift Klassen */
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}

.margin-right{
  margin-right: 10px;
}

.header-lineheight{
  line-height: 1;
  margin-top: 0;
}

.no-margin{
  margin-top: -12px;
}
.null-margin{
  margin-top: 0;
}

.margin-top-50{
  margin-top: 70vh !important;
}
.paralax-text-top{
  top: 35vh;
}

.absolute{
  position: absolute;
  right: 0;
  top:0;
  margin-top: 4px;
}

/* Button */
.ghost_btn {
  text-decoration: none;
  font-family: "Darker Grotesque", Arial, sans-serif;;
  font-size: 23px;
  font-weight:500;
  color: #FFF ;
  border: 3px solid #FFF;
  padding: 0.65em 1.7em;
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
  transition: all 0.6s ease 0s;
  cursor: pointer;
  text-transform: uppercase;
}

a.ghost_btn:hover{
  background: rgba(255, 255, 255, 0.5);
 border: 3px solid rgba(155, 155, 155, 0);
}

  .page-wrap {
    padding-top: 0;
    min-height: 100%;
    width: 100%;
  }

.top-distance{
  padding-top: calc( var(--header-height) + 10vh);

}

/* Parallax Hintergrund */
.parallax-events{
  background: url("../images/Events.jpg") rgba(80, 5, 46, 0.5);
  min-height:80vh;
}

.parallax-events-single{
  background: url("../images/Events.jpg") rgba(80, 5, 46, 0.5);
  min-height:100vh;
}

  .parallax-one{
    background: url("../images/Home.jpg") rgba(80, 5, 46, 0.5);
    min-height:100vh; 
 }
 
 .parallax-drinks{
    background: url("../images/Home.jpg") rgba(80, 5, 46, 0.5);
    min-height:50vh; 
 }

.parallax-one, .parallax-drinks, .parallax-events, .parallax-events-single{
  z-index: 0;
  background-blend-mode: multiply;
     /* Create the parallax scrolling effect */
     background-attachment: fixed;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     display:flex;
     justify-content: center;
     align-items: center;
}

/* Parallax Text */
.parallax-text{
  z-index: 1;
  position:fixed;
  margin: 0 auto;
  opacity: 1;
  transition: all 0.3s ease-in-out;

  /* background-color: rgba(0,0,0,0.4); */
}

.parallax-text-margin-top{
  margin-top: 20vh;
}

.text-color-paralax{
  opacity: 0;
}

/* Parallax Foreground */
.foreground-box-1, .foreground-box-2, .foreground-box-3, .foreground-box-events-single, .foreground-box-news-single, .foreground-box-news{
  position: relative;
  z-index: 2;
  overflow: visible;
  flex-wrap: wrap;
}

.foreground-box-1, .foreground-box-2, .foreground-box-3{
  display:flex;
  justify-content: center;
  align-items: center;
  min-height: 2vh;
}

.block-display{
  display: block !important;
}

.foreground-box-1{
  background-color:#222;
  min-height: 60vh;
  }

  .foreground-box-2{
    background-color:#CD5C5C;
  }
  
  .foreground-box-3{
    background-color:#222;
    }

.foreground-box-events-single, .foreground-box-news-single, .foreground-box-news{
  margin: 20vh auto 10vh auto;
  min-height: 50vh;
  background-color:#222;

}

  .bg-image{
    background-image: url("../images/Drinks_BG.png");
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center; 
  }

.foreground-box-spacer{
  padding: 3vh 0;
}

.text-box{
  overflow: visible;
  display:flex;
}


/* Side by Side Divs */
.box-split-2, .box-split-3, .drinks-box-split-2, .box-split-2-left, .box-split-2-right, .event-split, .news-split-links, .news-split-rechts{
  float: left;
}

.drinks-size{
  width: 100%;
  height: auto;
}

.karte-container{
 /* empty */
}

.left{
  border-radius: 15px 3px 30px 5px;
}

.right{
  border-radius: 3px 15px 5px 30px;
}
.big-radius{
  border-radius: 10px 20px 15px 30px;
}
.equal-radius{
  border-radius: 10px 10px 10px 10px;
}


.bilder-container{
  box-shadow: 7px 7px 0px 3px #CD5C5C;
}

.drinks-info-box{
  float: center;
  width: 100%;
}

/* Animation Bilder */
@keyframes fade-in-bottom {
  from {opacity:0; transform: translateY(10vh)}
  to {opacity: 1; transform: translateY(0vh)}
}
.fade-in-element-bottom {
animation: fade-in-bottom 1.7s;
}

@keyframes fade-in-top {
  from {opacity:0; transform: translateY(-10vh)}
  to {opacity: 1; transform: translateY(0vh)}
}
.fade-in-element-top {
animation: fade-in-top 1.7s;
}

.hidden{
 opacity:0;
}

/* Karte */
.map-size{
  float: center;
  width: 100%;
  height: auto;
}


/* Event Single */
.event-picture-box{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  width:100%;
  overflow: hidden;
}
.event-picture{
  min-width:100%;
  min-height: 100%;
  object-fit: cover;
}
.event_titlebox, .news-titlebox{
  position: relative;
  width: 100%;
  /* margin-left: 50%; */
  /* padding: -100px; */
  background: linear-gradient(rgba(0,0,0, 0.5), rgba(0,0,0, 0) 99%);
  display: block;
  word-break: normal;
  margin-top: 0;
}
.date-box-right{
  background-color: #CD5C5C;
  padding: 0 10px;
  border-radius: 7px 0 0 7px;
}
.event-bottom{
  position: absolute;
  bottom: 10px;
}
.event-contentbox{
  background: rgba(0,0,0,0.5);
}
.event-text{
  margin: 10px;
}
/* News Page */

.news-box{
  position: relative;
  width: 90%;
  min-height: 138px;
  background: rgba(0,0,0,0.5);
  margin: 20px auto 15px auto;
  overflow:hidden;
}

.news-titlebox{
  border-radius: 3px 15px 0 0;
}

.news-split-links{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  position: relative;
}
.news-split-rechts{
  width: 70%;
  position: relative;
}

.news-picture{
object-fit: contain;
width: 100%;
}


.news-content-images-div{
  width: 100%;
  height: var(--img_height);
}
.news-content-images{
  width: 100%;
  object-fit:cover;
  height: var(--img_height);
}

/* #cookie-law-info-bar{
background-color: rgb(34, 34, 34);
color: rgb(255, 255, 255);
font-family: Arial, Helvetica, sans-serif;
position: fixed;
width: 100% !important;
height: auto;
max-height: 915px;
top: 50%;
left: 0 !important;
margin-top: -125.5px;
margin-left:0 !important;
overflow: auto;
display: block;
} */

.cli-modal-content{
  background-color: #222 !important;
}

.cli-tab-footer .wt-cli-privacy-accept-btn{
  background-color: #CD5C5C !important;
}
.cli-privacy-content-text{
  color: #fff;
}
a.cli-privacy-readmore{
  color: #fff;
}