/*!
Theme Name: MeinKlick Restaurant Theme Eins
Author: MeinKlick
Author URI: https://meinklick.com/
Description: A WordPress theme for Restaurants developed by meinklick.com
Version: 1.0.0
Text Domain: meinklick-restaurant-theme-eins
Tags: Restaurant Template
*/

/* WORDPRESS ADMIN BAR */

.admin-bar .navbar {
  top: 32px;
}

/* GENERALL */

:root {
  --primary: #3EB7F2;
  --secondary: #F93445;
  --callout: #3EB7F2;
  --light:;
  --white: #ffffff;
  --lightgrey: #f7f7f7;
  --grey: #eaeaea;
  --black: #000000;
  --darkopacity: rgba(0, 0, 0, 0.9);
  --primary-font: 'Montserrat', sans-serif !important;
  --secondary-font:;
  --tertiary-font:;
}

.filter-white {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(344deg) brightness(108%) contrast(103%);
}

.filter-gold {
  filter: invert(91%) sepia(20%) saturate(5945%) hue-rotate(358deg) brightness(104%) contrast(104%);
}

.background-white {
  background-color: var(--white);
}

.background-black {
  background-color: var(--darkopacity);
}

.background-lightgrey {
  background-color: var(--lightgrey);
}

body {
  font-size: 18px;
  font-family: var(--primary-font);
}

h1, h2, h3, h4 {
  font-family: var(--primary-font);
}

h1 {
  font-size: 60px;
  font-weight: bold;
}

h2 {
  font-size: 50px;
  font-weight: bold;
}

h3 {
  font-size: 30px;
  font-weight: bold;
}

h4 {
  font-size: 35px;
}

a {
  color: var(--primary);
  text-decoration: none;
}

a:hover {
  color: var(--secondary);
}

.container {
  padding-right: 5%;
  padding-left: 5%;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}

.container-margin-tb {
  margin-top: 7%;
  margin-bottom: 7%;
}

.container-padding-tb {
  padding-top: 7%;
  padding-bottom: 7%;
}

@media (max-width: 767.98px) {
  .container-padding-mobile-tb {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}

.container-padding-t {
  padding-top: 7%;
}

.container-padding-b {
  padding-bottom: 7%;
}

/* SECTION - NAVIGATION BAR */

.navbar {
  padding: 0;
  background-color: transparent;
}

.container-navbar {
  padding-right: 0;
  padding-left: 0;
}

.navbar-toggler {
  margin: 0;
  padding: 0;
}

.navbar-toggler img {
  padding: 5px;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  padding: 5px;
}

.navbar .nav-item {
  margin-left: auto;
  margin-bottom: auto;
}

.navbar-scrolled {
  background-color: var(--black);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
} /* -> Change Navbar when scroll - Hooked to customjs.js */

.navbar-collapse {
  text-align: center;
}

@media (max-width: 991.98px) {
  .navbar-collapse {
    padding: 10px;
    background-color: var(--darkopacity);
    width: 100%;
    top: 0;
    z-index: 0;
  }
}

.navbar .nav-item {
  margin-left: auto;
  margin-bottom: auto;
}

@media (max-width: 991.98px) {
  .navbar-buttons {
    margin-top: 20px;
  }
  .navbar .nav-item {
    margin-left: auto;
    margin-bottom: auto;
    margin-right: auto;
  }
}

.navbar-logo {
  height:50px;
}

.nav-link {
  color: var(--white);
  margin: 0 20px;
  padding: 15px 0;
  font-size: 20px;
}

.nav-link:hover {
  color: var(--primary);
}


/* SECTION BACKGROUND */

body {
  background-image: url(/wp-content/themes/meinklick-restaurant-theme-1/media/img/MeinKlick-Restaurant-1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  z-index: 0;
}

/* SECTION - HERO */

.hero-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 0;
}

.hero-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: 0.6;
  background: var(--black);
  z-index: 1;
}

.hero-text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--white);
  z-index: 2;
}

.hero-text-welcome {
  color: var(--white);
  font-family: var(--taertiary-font);
  font-size: 45px;
}

.hero-text-restaurant {
  color: var(--primary);
  font-family: var(--primary-font);
  font-size: 55px;
}

.hero-text-location {
  font-size: 30px;
  font-weight: normal;
}

.hero-tab-wrap img {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
}

/* SECTION - INTRODUCTION */

.introduction-text-welcome {
  color: var(--primary);
  font-family: var(--taertiary-font);
  font-size: 40px;
}

.introduction-text-restaurant {
  font-family: var(--primary-font);
  font-size: 50px;
}

.btn-speisekarte {
  border: 2px solid var(--black);
  background-color: transparent;
  color: var(--black);
}

.btn-speisekarte:hover {
  border: 2px solid var(--black);
  background-color: var(--primary);
  color: var(--black);
}

.modal-header {
  border-bottom: none;
}

.modal-body td {
  padding: 10px;
  font-size: 16px;
}

/* SECTION TOPDISH */

.topdish-image-box {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 300px;
  max-height: 600px;
  margin-bottom: 20px;
}

.topdish-overlay {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: var(--black);
  transition: 0.5s;
}

.topdish-text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.7s;
  color: var(--white);
  min-width: 80%;
}

.topdish-image-box:hover .topdish-overlay {
  opacity: .35;
}

.topdish-image-box:hover .topdish-text-box {
  opacity: 1;
}

@media (max-width: 991.98px) {
  .topdish-text-box {
    opacity: 1;
  }
  .topdish-overlay {
    opacity: .35;
  }
}

.btn-topdish {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  border-radius: 0;
}

.we-recommend-title {
  color: var(--black);
  font-family: var(--taertiary-font);
  font-size: 50px;
}

/* PAGE FOOD MENU -- SECTION - FOOD MENU - TABS */

.tabs {
  display: flex;
  flex-wrap: wrap; // make sure it wraps
}
.tabs label {
	order: 1; // Put the labels first
	display: block;
	padding: 1rem 1rem;
  margin-top: 0.2rem;
	margin-right: 0.2rem;
	cursor: pointer;
  background: var(--lightgrey);
  font-weight: bold;
  transition: background ease 0.5s;
}
.tabs .tab {
  order: 99; // Put the tabs last
  flex-grow: 1;
	width: 100%;
	display: none;
  padding: 1rem;
  background: var(--grey);
}
.tabs input[type="radio"] {
	display: none;
}
.tabs input[type="radio"]:checked + label {
	background: var(--primary);
}
.tabs input[type="radio"]:checked + label + .tab {
	display: block;
}

@media (max-width: 991px) {
  .tabs .tab,
  .tabs label {
    order: initial;
  }
  .tabs label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}

div.tab {
  padding-top: 30px !important;
}

/* SECTION FOOD MENU */

.foodmenu-dish {
  padding-bottom: 30px;
}

.foodmenu-dish-name {
  font-weight: bold;
  padding-right: 10px;
}

.foodmenu-dish-dot-space {
  border-bottom: 2px dotted black;
  margin-bottom: 6px;
  padding: 0;
}

.foodmenu-dish-price {
  font-weight: bold;
  padding-left: 10px;
}

.foodmenu-dish-text {
  line-height: 22px;
  padding-top: 10px;
  font-style: italic;
  font-weight: 200;
}

/* SECTION - ABOUT RESTAURANT */

.about-restaurant .row {
  margin: 0;
  background-color: var(--lightgrey);
}

.about-restaurant-image-wrap {
  padding: 0;
}

.about-restaurant-image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}

.about-restaurant-text-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-restaurant-text-box {
  text-align: center;
  padding-top: 7%;
  padding-bottom: 7%;
}

.about-restaurant-text-link {
  font-size: 18px;
  font-weight: bold;
}

/* PAGE ABOUT RESTAURANT -- SECTION IMAGE SLIDER */

.the-restaurant-wrap {
  position: relative;
}

.the-restaurant-wrap .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: 0.4;
  background: var(--black);
  z-index: 1;
}

.the-restaurant-wrap {
}

.carousel-item {

}

.carousel-image {
  width: 100%;
  height: 60vh;
  object-fit: cover;
}

.carousel-inner > .item > img {

}

.carousel-image {

}

/* SECTION - GALLERY */

.gallery-title {
  color: var(--black);
  font-family: var(--taertiary-font);
  font-size: 50px;
}

.gallery-img-box {
  padding: 0 !important;
}

.gallery-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.gallery-img:hover {
  filter: brightness(120%);
}

.modal .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background-color: var(--black);
  opacity: .9;
  z-index: -1;
}

.modal-content {
  position: relative;
  width:100%;
  height:100%;
  background-color: transparent;
}

.mySlides {
  position: absolute;
  width: 100%;
  max-height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.mySlides img {
  max-width: 100%;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

.close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
  z-index: 3;
}

.close img {
  background-color: var(--white);
  opacity: .6;
}

.in-background {
  padding: 100%;
  left: 0;
  margin: 0;
  z-index: 3;
}

.cursor {
  cursor: pointer;
}

.prev-box {
  position: absolute;
  left: 0;
  z-index: 4;
  height: 100%;
  min-width: 20px;
}

.prev-box a {
  position: absolute;
  background-color: var(--white);
  opacity: .6;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 40px 10px 40px 10px;
}

.next-box {
  position: absolute;
  right: 0;
  z-index: 4;
  height: 100%;
}

.next-box a {
  position: absolute;
  background-color: var(--white);
  opacity: .6;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 40px 10px 40px 10px;
}

/* SECTION - RATE US */

.rate-us-wrap {
  position: relative;
  padding-top: 2%;
  padding-bottom: 2%;
}

.rate-us-wrap .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: 0.85;
  background: var(--black);
  z-index: -1;
}

.rate-us-text-box {
  color: white;
}

/* SECTION - CONTACT US / CONTACT FORM 7 */

.contact-us-info div {
  font-size: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact-us-text-left p {
  font-size: 18px;
  margin-bottom: 0;
}

.contact-us-tel {
  font-size: 20px;
  padding-bottom: 10px;
}

.contact-us-email {
  font-size: 20px;
  padding-bottom: 30px;
}

.contact-us-times h5 {
  font-size: 22px;
  padding-bottom: 5px;
  padding-top: 10px;
}

/* SECTION - FOOTER */

.footer {
  color: var(--white);
}

.container-footer {
  width: 100%;
  padding: 0 2% 30px 2%;
  position: relative;
}

.jump-top {
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-icons img {
  padding-left: 10px;
  padding-right: 10px;
  transition: transform .2s;
}

.footer-icons img:hover {
  transform: scale(1.1);
  filter: brightness(10%);
}

.footer a {
  padding: 0 10px;
}

.copyright {
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-icons {
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-links {
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.design-by {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 10px;
  color: white;
  font-size: 9px;
}

.design-by span {
  font-family: var(--taertiary-font);
  color: var(--white);
  font-size: 17px;
}


/* ELEMENT - CONTACT FORM 7 */

.wpcf7 p {
  text-align: left;
}

.wpcf7-form-control {
  font-size: 18px;
  width: 100%;
  padding: 5px;
  border: 1px solid var(--grey);
  color: var(--black);
}

.wpcf7-list-item.first {
  padding-right: 20px;
}

.wpcf7-exclusive-checkbox {
  padding: 0;
  border: none !important;
}

.form-button {
  border: none !important;
  background-color: var(--callout);
  padding: 10px;
  color: white;
  border-radius: 0;
  padding: 10px;
  margin: 10px 0;
  width: 40%;
}

.wpcf7-checkbox input[type=checkbox] {
  height: 20px;
  width: 20px;
}

.wpcf7 .wpcf7-list-item {
  margin: 0;
}

input.wpcf7-form-control.wpcf7-submit {
  display: block;
  margin: 0 auto;
  float: none !important;
}

.wpcf7-textarea {
  height: 100px;
}

/* ELEMENT - DEVIDER */

.divider {
  width: 100px;
  height: 3px;
  margin: 20px auto 25px auto;
  background-color: var(--primary);
}

.divider-star {
  padding: 0 0 20px 0;
}

/* ELEMENT - BUTTONS */

button:hover {
  filter: brightness(110%);
  color: var(--white) !important;
}

.btn-full {
  background-color: var(--callout);
  border: 2px solid var(--callout);
  border-radius: 0;
  padding: 8px;
  margin: 5px;
  color: var(--white);
}

.btn-full:hover {
  filter: brightness(120%);
}

.btn-empty {
  border: 2px solid var(--callout);
  background-color: transparent;
  border-radius: 0;
  padding: 8px;
  margin: 5px;
  color: var(--callout);
}

.btn-empty:hover {
  background-color: var(--callout);
  border: 2px solid var(--callout);
  color: var(--white);
}

.btn-navbar {
  padding: 5px;
  margin: 5px;
  background-color: ;
  border: 2px solid var(--white);
  color: var(--white);
}

.btn-navbar-scrolled {
  background-color: var(--callout);
  border: 2px solid var(--callout);
  color: var(--white);
}

/* ELEMENT - GLORIAFOOD APP */

.btn-primary:active, .btn-primary {
    background-color: var(--primary) !important;
}

/* PAGE - SPEISEKARTE; SECTION - HERO */

.hero-speisekarte-wrap {
  position: relative;
  width: 100%;
  height: 300px;
  z-index: 0;
}

.hero-speisekarte-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: 0.7;
  background: var(--black);
  z-index: 1;
}

.hero-speisekarte-text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: var(--white);
  z-index: 2;
}

.hero-speisekarte-text-welcome {
  color: var(--primary);
  font-family: var(--taertiary-font);
  font-size: 45px;
}

.hero-speisekarte-text-restaurant {
  color: var(--white);
  font-family: var(--primary-font);
  font-size: 55px;
}

.hero-speisekarte-text-location {
  font-size: 30px;
  font-weight: normal;
}

.hero-speisekarte-tab-wrap img {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.speisekarte-buttons {

}



















/*


 .item .box {
     text-align: center;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center;
     height: 280px;
     position: relative;
     overflow: hidden
 }

 .item .cover {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: var(--primary);
     opacity: 0;
     transition: opacity 0.15s ease-in;
     padding-top: 80px;
     color: #fff;
     text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15)
 }

 .item:hover .cover {
  opacity: .6;
 }

 .item .name {
     font-weight: bold;
     margin-bottom: 8px;
     z-index: 1;
 }

 .item .title {
     text-transform: uppercase;
     font-weight: bold;
     color: #bbd8fb;
     letter-spacing: 2px;
     font-size: 13px;
     margin-bottom: 20px
 }

 .social {
     font-size: 18px
 }

 .social a {
     color: inherit;
     margin: 0 10px;
     display: inline-block;
     opacity: 0.7
 }

 .social a:hover {
     opacity: 1
 } */
