/*Globally used style elements*/
html {
  font-family: 'Raleway', sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  font-weight: bold;
}
h1 {
  font-size: 18pt;
}
h2 {
  font-size: 15pt;
  line-height: 30px;
}
p {
  font-size: 13pt;
  line-height: 25px;
}
.loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #ffffff;
  z-index: 101;
}
.spinner {
  width: 120px;
  height: auto;
  margin: 0 auto;
}
.spinner table {
  height: 100vh;
  width: 300px;
  float: left;
  vertical-align: middle;
}
.spinner table img {
  width: 120px;
  height: auto;
  margin: 0 auto;
  animation-name: loading;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}
.pagecover {
  width: 100%;
  height: 100vh;
  position: fixed;
  right: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
}
.pagecover table {
  height: 100vh;
  margin-left: 50%;
  transform: translateX(-50%);
  position: absolute;
  vertical-align: middle;
}
.alert {
  width: 600px;
  height: auto;
  padding: 25px;
  padding-top: 40px;
  background-color: #ffffff;
  box-shadow: 0px 5px 20px #000000;
  position: relative;
}
.alert table {
  width: 100%;
  height: 100%;
}
.alert h1 {
  font-size: 18pt;
}
.alert p {
  font-size: 13pt;
}
.alert_closer {
  position: absolute;
  width: auto;
  height: auto;
  right: 20px;
  top: 20px;
}
.alert_closer i {
  font-size: 18pt;
}
.wrapper {
  width: 100%;
  min-height: 100vh;
  position: absolute;
  left: 0px;
  top: 0px;
  float: left;
  overflow-x: hidden;
}
.icon {
  width: 10%;
  height: 80px;
  position: fixed;
  z-index: 100;
  left: 0px;
  top: 0px;
}
.icon img {
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 25px;
  filter: drop-shadow(0px 0px 10px black);
}
.header {
  width: 100%;
  height: 80px;
  position: fixed;
  z-index: 99;
  left: 0px;
  top: 0px;
  background-color: #000000;
  color: #ffffff;
  transition: top 0.5s;
  box-shadow: 0px -5px 20px #000000;
}
.header table {
  margin-left: 10%;
  margin-right: 10%;
  width: 80%;
  height: 80px;
  float: left;
  position: absolute;
  border-collapse: collapse;
  z-index: 101;
}
.header table td {
  width: 16.667%;
  text-align: center;
  border-bottom: solid 3px #000000;
  position: relative;
}
.header table td a {
  color: inherit;
  text-transform: uppercase;
  font-size: 14pt;
}
.header_border {
  position: absolute;
  box-sizing: border-box;
  height: 5px;
  width: 0%;
  left: 0px;
  bottom: -3px;
  transition: width 0.5s;
  border-bottom: 3px solid #ffffff;
}
.menu {
  height: 5vh;
  width: 5vh;
  top: 0px;
  left: 0px;
  margin-top: 2.5vh;
  margin-bottom: 2.5vh;
  margin-left: 25px;
  position: fixed;
  z-index: 101;
  display: none;
}
.menu_content {
  position: relative;
  width: 100%;
  height: 100%;
}
.menu_content canvas {
  width: 100%;
  height: 10%;
  background-color: #FFFFFF;
  position: absolute;
}

/*CONTENT BOXES*/
.content_box_100_100 {
  width: 100%;
  height: 100vh;
  float: left;
  position: relative;
}
.content_box_100_50 {
  width: 100%;
  height: 50vh;
  float: left;
  position: relative;
}
.content_box_50_100 {
  width: 50%;
  height: 100vh;
  float: left;
  position: relative;
}
.content_box_50_50 {
  width: 50%;
  height: 50vh;
  float: left;
  position: relative;
}
.content_box_100_n {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 50px;
}
.content_box_50_n {
  width: 50%;
  float: left;
  position: relative;
  padding-bottom: 50px;
}

/*CONTAINER BOXES IMAGE*/
.image_100_100 {
  width: 100%;
  height: inherit;
  float: left;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}
.image_100_100 img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0px;
}
.image_100_50 {
  width: 100%;
  height: inherit;
  float: left;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}
.image_100_50 img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0px;
}
.image_50_100 {
  width: 100%;
  height: inherit;
  float: left;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}
.image_50_100 img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0px;
}
.image_50_50 {
  width: 100%;
  height: inherit;
  float: left;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}
.image_50_50 img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0px;
}
.image_100_n {
  width: 100%;
  height: auto;
  float: left;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}
.image_50_n {
  width: 50%;
  height: auto;
  float: left;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

/*CONTAINER BOXES TABLES*/
.table_100_100 {
  width: 80%;
  height: 100vh;
  margin-left: 10%;
  margin-right: 10%;
  height: auto;
  position: absolute;
  float: left;
  left: 0px;
  top: 0px;
}
/*CONTAINER BOXES TABLES*/
.table_100_50 {
  width: 80%;
  height: 50vh;
  margin-left: 10%;
  margin-right: 10%;
  position: absolute;
  float: left;
  left: 0px;
  top: 0px;
}
/*CONTAINER BOXES TABLES*/
.table_50_100 {
  width: 80%;
  height: 100vh;
  margin-left: 10%;
  margin-right: 10%;
  position: absolute;
  float: left;
  left: 0px;
  top: 0px;
}
/*CONTAINER BOXES TABLES*/
.table_50_50 {
  width: 80%;
  height: 50vh;
  margin-left: 10%;
  margin-right: 10%;
  position: absolute;
  float: left;
  left: 0px;
  top: 0px;
}
/*CONTAINER BOXES TABLES*/
.table_100_n {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  float: left;
}
/*CONTAINER BOXES TABLES*/
.table_50_n {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  float: left;
}
/*DEFINING CLASSES WHICH CAN BE USED FOR DIVS*/
div.black {
  background-color: #000000;
}
div.white {
  background-color: #ffffff;
}
div.table_left {
  margin-left: 20% !important;
}
div.table_right {
  margin-right: 20% !important;
}

div.no_margin_and_border {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}
/*DEFINING CLASSES WHICH CAN BE USED FOR A TABLE*/
/*Global classes*/
table.pageoverview {
  height: 100vh;
}
table.pageoverview p {
  font-size: 14pt;
}
table.pageoverview i {
  width: 100%;
  margin-top: 50px;
  text-align: center;
  font-size: 25pt;
}
table.index {
  height: 100%;
}
table.ingredient {
  height: 50vh;
}
table.ingredient h2 {
  padding-top: 25px;
  text-align: justify;
}
table.ingredient span {
  width:100%;
  height:1em;
  display:inline-block;
}
table.ingredient p {
  font-size: 13pt;
}
table.contact {
  width: 100%;
}
table.contact tr {
  width: 100%;
}
table.contact td {
  width: 50%;
  vertical-align: top;
  padding-top: 10px;
  padding-bottom: 10px;
}
table.contact input {
  width: 100%;
  height: auto;
  padding: 3px;
  font-family: inherit;
  box-sizing: border-box;
  border: 1px solid #bcbcbc;
  font-size: 13pt;
}
table.contact input:focus {
  outline: 0;
}
table.contact img{
  width: 150px !important;
  width: 50%;
  margin-top: -60px;
  margin-left: 80%;
  transform: rotate(-30deg);
  cursor: pointer;
}
table.contact textarea {
  resize: none;
  width: 100%;
  height: 80px;
  padding: 4px;
  font-family: inherit;
  font-size: 13pt;
  box-sizing: border-box;
  border: 1px solid #bcbcbc;
}
table.contact textarea:focus {
  outline: 0;
}
table.contact span {
  color: #FF2B37;
}
table.credo td {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
table.cocktail_overview {
  width: 100%;
  float: left;
  text-align: left;
}
table.cocktail_overview td.image {
  width: 25%;
  margin: 0px;
  padding: 0px;
}
table.cocktail_overview td.table {
  width: 70%;
  padding-left: 5%;
}
table.cocktail_overview_sub {
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
}
table.cocktail_overview_sub td.title {
  padding: 0px;
  margin: 0px;
}
table.cocktail_overview_sub td.meta {
  width: 50%;
  float: left;
  margin: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}
table.cocktail_overview_sub i {
  margin-right: 10px;
}
table.cocktail_filter {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  float: left;
  padding-top: 20px;
  border-collapse: collapse;
}
table.cocktail_filter div.viewhide {
  display: none;
}
table.cocktail_filter tr.title {
  background-color: #ffffff;
  float: left;
  width: 100%;
  border-radius: 20px;
}
table.cocktail_filter tr.title td:first-child {
  vertical-align: top;
  width: 75%;
  padding: 10px;
  float: left;
  box-sizing: border-box;
}
table.cocktail_filter tr.title td:last-child {
  vertical-align: top;
  width: 25%;
  padding: 5px;
}
table.cocktail_filter td:last-child i{
  width: 100%;
  text-align: right;
  box-sizing: border-box;
  padding: 5px;
}
table.cocktail_filter tr td table input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #000000;
  padding: 7px;
  margin-left: 0px;
  margin-right: 10px;
  position: relative;
  top: 5px;
  display: inline-block;
}
table.cocktail_filter tr td table input[type=checkbox]:checked:after {
  content: '\2714';
  color: #000000;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 3px;
}
table.cocktail_filter tr td table input[type=checkbox]:focus {
  outline: 0;
}
table.cocktail_filter_sub tr {
  width: 100%;
}
table.cocktail_filter_sub td {
  width: 100%;
  margin-left: 2.5%;
  margin-right: 2.5%;
}
table.cocktail_filter_sub td.content {
  float: none !important;
}
table.cocktail_filter_sub td.filter_disabled {
  color: #CDCDCD;
}
table.cocktail {
  width: 100%;
  font-size: 13pt;
  font-weight: bold;
  border-collapse: collapse;
}
table.cocktail div.viewhide {
  display: none;
}
table.cocktail #div_ingredientlist {
  display: block;
}
table.cocktail tr.title {
  border-top: 1px solid #cdcdcd;
}
table.cocktail tr.title:first-of-type {
  border-top: 0px solid #cdcdcd;
}
table.cocktail td:first-child {
  width: 95%;
  padding-top: 10px;
  padding-bottom: 10px;
}
table.cocktail td:last-child {
  width: 5%;
  padding-top: 10px;
  padding-bottom: 10px;
}
table.cocktail_sub {
  font-size: inherit;
  font-weight: normal;
  margin-bottom: 20px;
  width: 100%;
}
table.cocktail_sub td {
  padding-left: 10px;
  padding-right: 10px;
}
table.cocktail_sub tr:nth-child(even) {
  background-color: #F5F5F5;
}
table.cocktail_sub td:first-child {
  width: 50%;
  border: none;
}
table.cocktail_sub td:last-child {
  width: 50%;
  border: none;
}
table.cocktail_sub i {
  width: 10%;
  margin-right: 5%;
}
table.about {
  width: 100%;
  height: 100%;
}
table.imprint ul li {
  font-size: 13pt;
}
table.imprint a {
  text-decoration: underline;
}
table.error {
  height: 100vh;
}
table.white {
  color: #FFFFFF;
}
table.black {
  color: #000000;
}
table.single_tight {
  width: 60%;
  margin-left: 20%;
  margin-right: 20%;
}
table.single_medium {
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
}
table.single_wide {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
table.top_of_page_small {
  margin-top: 20px;
}
table.top_of_page {
  margin-top: 10vh;
}

/*DEFINING THE CLASSES  WHICH CAN BE USED TO FORMAT THE TD-ELEMENTS */
td.active {
  border-bottom: 1px solid #000000;
}
td.left {
  border-right: 1px solid #000000;
}
td.right {
  border-left: 1px solid #000000;
}
/*DEFINING THE CLASSES WHICH CAN BE USED TO FORMAT THE PICTURES*/
img.left {
  left: 0px;
}
img.right {
  right: 0px;
}
img.top {
  top: 0px;
}
img.bottom {
  bottom: 0px;
}
img.center {
  margin-left: 50%;
  transform: translateX(-50%);
}
img.cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
img.hig_opacity {
  opacity: 0.7;
}
img.mid_opacity {
  opacity: 0.5;
}
img.low_opacity {
  opacity: 0.3;
}
img.square {
  width: 100%;
  float: left;
  margin-top: 10%;
  margin-bottom: 10%;
  object-fit: cover;
}
/*DEFINING CLASSES FOR HYPERREFERENCES*/
a.hyperlink {
  color: #FF2B37;
}
a.hyperlink:hover {
  font-weight: normal;
}

/*GOOGLE CAPTCHA*/
.g-recaptcha {
  margin-left: 101%;
}

/*ANIMATION FOR LOADER*/
@keyframes loading {
  0% {transform: rotate(0deg)}
  75% {transform: rotate(360deg)}
  100% {transform: rotate(360deg)}
}

/*MOBILE DEVICES*/
@media screen and (max-width: 768px){
  .icon {width: 100%; background-color: #000000;}
  .icon img {float: center; margin-left: 50%; transform: translateX(-50%);}
  .alert {width: 300px;}
  .menu {display: inline;}
  .header {top: 10vh; height: 100%; display: none; padding-top: 20px;}
  .header table {width: 100%; margin: 0px; height: auto;}
  .header table td {width: 100%; height: 14pt; padding-top: 20px; padding-bottom: 20px; float: left;}
  .content_box_100_50 {height: 100vh;}
  .content_box_50_100 {width: 100%;}
  .content_box_50_50 {height: 100vh; width: 100%;}
  .content_box_50_n {width: 100%;}
  .table_100_100 {width: 90%; height: 100vh; margin-left: 5%; margin-right: 5%;}
  .table_100_50 {width: 90%; height: 100vh; margin-left: 5%; margin-right: 5%;}
  .table_50_100 {width: 90%; height: 100vh; margin-left: 5%; margin-right: 5%;}
  .table_50_50 {width: 90%; height: 100vh; margin-left: 5%; margin-right: 5%;}
  .table_100_n {width: 90%; height: auto; margin-left: 5%; margin-right: 5%;}
  .table_100_n {width: 90%; height: auto; margin-left: 5%; margin-right: 5%;}
  .g-recaptcha {margin-left: 0px;}
  table.single_wide {width: 90%; height: 100vh; margin-left: 5%; margin-right: 5%;}
  table.single_medium {width: 90%; height: 100vh; margin-left: 5%; margin-right: 5%;}
  table.single_tight {width: 90%; height: 100vh; margin-left: 5%; margin-right: 5%;}
  table.pageoverview {padding-top: 15vh;}
  table.ingredient {height: 100vh;}
  table.contact td {width: 100%; float: left;}
  table.contact img {width: 150px !important; transform: rotate(-30deg); right: 0px; position: absolute;}
  table.cocktail_filter {width: 50%;}
  table.cocktail_overview {height: auto !important;}
  table.cocktail_overview td {width: 100%; float: left;}
  table.cocktail_overview td.table {width: 100%; padding: 0px;}
  table.cocktail_overview td.image {width: 50%; margin-left: 25%; margin-right: 25%;}
  table.table_left {width: 100%; float: left;}
  table.table_right {width: 100%; float: left;}
  table.top_of_page {margin-top: 0px;}
}
