.custom-lang-changer {
	position: absolute;
	z-index: 9999999;
	top: 10px;
	left: 10px;
}

#restauranter {
  display: flex;
  align-items: stretch;
	height: 100%;
}

#bryghuset, #bistro-v {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover !important;
  position: relative;
  padding: 45px 30px;
  width: 100%;
  text-align: center;
  min-height: calc(100% - 90px);
  overflow: hidden;
}

#bryghuset a, #bistro-v a {
  color: unset;
  text-decoration: none;
}

#bryghuset {
  background: url("https://www.bryghusetvendia.dk/wp-content/uploads/2018/11/bryghuset_sort-baggrund-1.jpg");
}

#bistro-v {
  background: url("https://www.bryghusetvendia.dk/wp-content/uploads/2018/11/riseBistroV.jpg");
}

.restaurant-logo {
  height: 160px;
  width: auto;
  margin-bottom: 65px;
}

.restaurant-titel {
  font-size: 32px;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: bold;
}

.restaurant-info {
  font-size: 26px;
}

span.seperator {
  display: inline-block;
  margin: 32px 0px 26px 0px;
  height: 1px;
  width: 250px;
  background-color: #333;
}

#bryghuset .restaurant-titel, #bryghuset .restaurant-info {
  color: #fff;
}

#bistro-v .restaurant-titel, #bistro-v .restaurant-info {
  color: #000;
}

.restaurant-btn {
  border: 3px solid;
  padding: 12px 25px;
  margin: 0px 8px;
  font-size: 20px;
  display: inline-block;
  text-transform: uppercase;
  transition: background .3s;
}

#bryghuset .restaurant-btn {
  color: #fff;
  border-color: #fff;
}
#bistro-v .restaurant-btn {
  color: #000;
  border-color: #000;
}
#bryghuset .restaurant-btn:hover {
  background: rgb(255 255 255 / 12%);
}
#bistro-v .restaurant-btn:hover {
  background: rgb(0 0 0 / 12%);
}

@media screen and (min-width: 920px) {
  .bryghuset-content, .v-content {
    position: relative;
    bottom: -500px;
    opacity: 0;
    transition: all .4s !important;
  }
  .restaurant-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s !important;
  }
  #bryghuset:hover .bv-logo {
    top: 45px;
    transform: translateX(-50%);
  }
  #bryghuset:hover .bryghuset-content {
    opacity: 1;
    top: 250px !important;
    padding-bottom: 80px !important;
  }
  #bistro-v:hover .v-logo {
    top: 45px;
    transform: translateX(-50%);
  }
  #bistro-v:hover .v-content {
    opacity: 1;
    top: 250px !important;
    padding-bottom: 50px !important;
  }
  #bistro-v, #bryghuset {
    overflow: auto;
  }
}

@media screen and (max-width: 919px) {
  #restauranter {
    flex-wrap: wrap;
  }
  #bryghuset, #bistro-v {
    padding: 65px 25px;
    min-height: unset;
    overflow: unset;
  }
  .restaurant-logo {
    height: 150px;
    width: auto;
    margin-bottom: 55px;
  }
  .restaurant-titel {
    font-size: 26px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
  }
  .restaurant-info {
    font-size: 18px;
  }
  .restaurant-btn {
    border: 3px solid;
    padding: 10px 20px;
    margin: 0px 8px;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
  }
}
