.img_hopfen{
    height: 28px; 
}

.backgr{
  z-index: -1;
}

.hopfen{
  margin-right: -17vw;
   
}

.menueleiste{
    display: flex;
    justify-content: space-evenly;
    
}


body, html {
  height: 100%;
  font-family: "Inconsolata", sans-serif;
}
  
.bgimg {
  background-position: center;
  background-size: cover;
  background-image: url("./pictures/brewer1.jpg");
  min-height: 75%;
    
}
  
.menu {
    display: none;
}

.aktuellesBier{
    margin-top: -50px;
    font-size: 12px;
}


#footerSatz{
    font-size: 10px;;
}

#footerSatz2{
    font-size: 10px;
}

#willkommen{
    margin-top: -150px;
}

#prost{
    height: 100px;
    
}


#prost2{
    height: 100px;
    margin: auto 150px;
    visibility:hidden;
}

#Nachricht{
    margin-top: -140px;
    visibility: hidden;
}


.LoginText{
    color: green;
    margin-top: 80px;
}
/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 1000px) {
    .cards {
      
      flex-direction:row;
      
      
    }
   
   
    
}
  
@media (min-width: 500px) {
  .cards {
      justify-content: center;
      display: flex;
      flex-direction: row;
      flex-flow: row wrap;
      

  }
  
  .flip-card {
    width: 300px;
    height: 300px;
    margin-left: 2%;
    
  }

  
   

  
}
  
.flip-card {     
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
    display: flex;
    margin-top: 20px;
    transform-style: preserve-3d;
    height: 250px;  
}
    
  /* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
    
  /* Do an horizontal flip when you move the mouse over the flip box container 
  .flip-card:hover .flip-card-inner {
   transform: rotateY(180deg);
  }*/
    
  /* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
    border: 3px solid #433F34;
    color: black;
    font-family: lato;
    box-shadow: 5px 5px rgb(177, 218, 231);
    border-radius: 5px;

    background-color:#637a4d; 
  

    margin-top: 15px;
    transform-style: preserve-3d;
    transition: all 0.8s ease;
}
    

/* Style the front side (fallback if image is missing) */
.flip-card-front { 
    display:flex;
    justify-content: center;
    flex-direction: column;

    background-image: url("./pictures/hopfen2.jpg");
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center;
}
    
  /* Style the back side */
.flip-card-back {
    transform: rotateY(180deg);
   
}

.flipCardT{
  transform: rotateY(180deg);
}

  
.beer_notes{
    font-size: 12px;
    padding-left: 10px;
    padding-right: 5px;
}


.data{
    display: flex;
    justify-content: center;
    
}

.Daten{
    padding: 0px 12px;
    color: rgb(30, 175, 38);
    font-style: bold;
    
}

.plot{
  background-color: rgb(250, 248, 248);
  margin-top: 50px;
  position: relative;
  width: 100%;
  border: 1px solid rgb(240, 220, 220) ;

}

.beerbottleContainer{
  display: flex;
  justify-content: center;
  padding: 10px 40px;
}

.img_bottles{
  height: 180px;
 margin-left: -35px;
  
} 

/*um es in den gleichen Abstand zu bringen*/
#bb6{ 
  margin-right: -20px;
}

#bb5{ 
  padding-right: 20px;
  
}

.hüpfen{ 
  animation-name: huhu;
  animation-duration: 1s;
  position: relative;
  animation-duration: 0.5s;
  height: 180px;
  margin-left: -35px;
}

@keyframes huhu {
  0%   { left:0px; top:0px;}
  50%  { left:0px; top:-20px;}
  100%  { left:0px; top:0px;}  
}

.wackel{
  padding-right: 20px;
  animation-name: example;
  animation-duration: 1s;
  height: 180px;
  margin-left: -35px;

}

@keyframes example {
  0%   { transform:rotate(0)}
  25%  { transform:rotate(10deg)}
  50%  { transform:rotate(-10deg)}
  100%  { transform:rotate(0)}

}


.ping{
  height:30px;
  margin-left: -53px;
}

.hiddenBB{
  
  visibility: hidden;
}


footer{
  margin-top: -35px;
}



/*NOTES*/
* { 
  padding: 0; 
  margin: 0; 
  box-sizing: border-box; 
} 

#main { 
  width: 100%; 
  min-height: 100vh; 
  padding-bottom: 50px; 
  padding-top: 25px; /*Abstand zur Note darunter*/
  background-color: white; 
  display: flex; 
  flex-wrap: wrap; 
} 

#addBtn { 
 
  background-color: #2d3436; 
  color: white; 
  margin-top:10px;
  padding: 10px; 
  border: 0; 
  outline: 0; 
  border-radius: 5px; 

} 

.btn { 
  display: flex; 
  justify-content: center; 
  align-items: center; 
  background-color: #ffffff; 
  margin-top: 0px; 
} 

#NOTES{
  margin-top: 200px;
}

.note { 
  width: 350px; 
  height: 200px; 
  background-color: white; 
  margin: 15px; 
  margin-top: 10px;
  border-radius: 10px; 
  margin-left: 20px; 
  margin-bottom: 100px; /*Abstand zur Note darunter, erst sichbar bei mehreren*/
} 

.icons { 
  width: 100%; 
  background-color: #637a4d;
  color: white; 
  padding: 5px; 
  display: flex; 
  justify-content: start; 
  border-radius: 10px 10px 0px 0px; 
} 

.icons i { 
  padding: 5px 15px; 
  cursor: pointer; 
} 

.note textarea { 
  border: none; 
  width: 100%; 
  height: 87%; 
  resize: none; 
  padding: 10px; 
  font-size: 18px; 
  border-radius: 15px; 
  background-color: #b4c2a6; 
  border-radius: 0px 0px 10px 10px; 
} 

.title-div textarea { 
  border-radius: 0px 0px 0px 0px; 
  margin-bottom: -35px; 
  background-color: #859C6E; 
  font-weight: bolder; 
  font-size: x-large; 
} 

.heading { 
  position: fixed; 
  margin-top: 46px; 
  color: ivory; 
} 

.note textarea:focus { 
  border: 0; 
  outline: 0; 
}

.navbar{
  background-color:rgb(22, 70, 71);
  height: 40px;
  display: flex;
  justify-content:space-evenly;
  font-family: lato;
  align-items: center;
  margin-top: 1px;
}

.navi{
 
  text-decoration: none; /*keine unterstriche */
  color: rgb(16, 16, 45);
}

.bottomleft{
  color: rgb(141, 128, 128);
  font-size: 10px;
      
}

#overlay {
  position:relative;
  width: 38px; /* Full width (cover the whole page) */
  height: 23px; /* Full height (cover the whole page) */
  padding-left: 10px;
  padding-right: 10px;
  visibility: hidden;
  margin: -210px 50px;
  
 
  background-color: rgba(31, 136, 178, 0.5); /* Black background with opacity */
  z-index: -2; /* Specify a stack order in case you're using a different order for other elements */

}

#overlay2 {
  position:relative;
  width: 200px; /* Full width (cover the whole page) */
  height: 23px; /* Full height (cover the whole page) */
  padding-left: 10px;
  padding-right: 10px;
  visibility: hidden;
  margin-top: 390px;
  margin-left: 50px;
  
  background-color: rgba(31, 136, 178, 0.5); /* Black background with opacity */
  z-index: -2; /* Specify a stack order in case you're using a different order for other elements */

}

#overlay3 {
  background-color: rgba(178, 31, 68, 0.5); /* Black background with opacity */
  z-index: -3; /* Specify a stack order in case you're using a different order for other elements */
  padding-left: 10px;
  padding-right: 10px;
  width: 60px; /* Full width (cover the whole page) */
  height: 23px; 
  margin-top: -280px;
  margin-left:30px;
  visibility: hidden;
}




#klar{
  margin-left: 120px;
  margin-top: 10px;
  visibility: hidden;
}

#witz{
  background-color: rgba(158, 31, 178, 0.5);
  margin-top: -60px;
  padding: 2px 5px;
  visibility: hidden;
  
}

#lachen{
  height: 45px;
  margin-top: -260px;
  margin-left: 55px;
  background-color: #ead831;
  border-radius: 50%;
  display: inline-block;
  animation-name: laughing;
  animation-duration: 0.4s;
  animation-iteration-count: infinite;
  position:relative;
  visibility: hidden;
}



@keyframes laughing {
0%   { left:0px; top:2px;}
25%  { left:0px; top:20px;}
50%  { left:0px; top:0px;}
100%  { left:0px; top:30px;}

}


.BrauDatum{
  font-size: 24px;
  font-family: Inconsolata;
  background-color: black;
  color: white;
  width: 90%;
  margin-left: 5%;
  margin-top: 1px;
  padding-bottom:10px;
}

.stammW{
  font-size: 14px;
  font-family: Inconsolata;
  background-color: black;
  color: white;
  width: 90%;
  margin-left: 5%;
  padding-bottom: 5px;
}

.hopfen{
  font-size: 14px;
  font-family: Inconsolata;
  background-color: black;
  color: rgb(101, 135, 98);
  width: 90%;
  margin-left: 5%;
}

.dist{
  padding-bottom: 3px;
}

.hefe{
  font-size: 14px;
  font-family: Inconsolata;
  background-color: black;
  color: rgb(196, 115, 115);
  width: 90%;
  margin-left: 5%;
  padding-bottom: 20px;
}



.Nummer {
  font-family: Arial !important; /*to overwrite*/ 
  font-size: 25px !important;
  font-weight: bold !important;
  width: 60px;
  height: 60px;
  line-height: 55px;/*text vertical pos*/
  border-radius: 50%;
  font-size: 12px;
  color: #000000;
  text-align: center;
  background: rgba(123, 61, 54);
 
  margin-left: 3%;
  margin-top: -190px;
  margin-bottom: 110px;
  border: 1px solid white;
}

.more {
  font-family: Arial !important; /*to overwrite*/ 
  font-size: 12px !important;
  font-weight: bold !important;

  width: 60px;
  height: 60px;
  line-height: 55px;/*text vertical pos*/
  border-radius: 50%;
  font-size: 12px;
  color: #000000;
  text-align: center;
  background: rgb(70, 123, 54);
  
  margin-left: 80%;
  margin-top: -60px;
  margin-bottom: -20px;/*um sterne hochzuziehen*/ 
  border: 2px solid white;
}

.alkoholG {
  font-family: Inconsolata;
  font-weight: 20;
  width: 60px;
  height: 60px;
  line-height: 55px;/*text vertical pos*/
  border-radius: 50%;
  font-size: 12px;
  color: #090909;
  text-align: center;
  background: rgb(172, 201, 135);
 
  margin-left: 3%;
  margin-top: -4px;
  margin-bottom: -20px;/*um sterne hochzuziehen*/ 
  border: 2px solid white;
}


.angezapft {
  font-weight: bold !important;
  font-family: Arial !important;
  font-size: 10px !important;
  width: 60px;
  height: 60px;
  line-height: 55px;/*text vertical pos*/
  border-radius: 50%;
  font-size: 12px;
  color: #090909;
  text-align: center;
  margin-top: -70px;
  background:  rgb(172, 201, 135);
 
  margin-left: 80%;
  border: 2px solid white;
}

.checked {
  color: orange;
}

.notchecked {
  color: rgb(0, 0, 0);
}