@font-face {
  font-family: "Brenta";
  src: url("../fonts/LudwigType-BrentaDemiboldRegular.otf");
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  list-style-type: none;

  /*TEXT*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  text-rendering: optimizeLegibility;

  text-decoration: none;
  color: #111;

  /*border: 1px dotted red;*/
  /*-moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;*/

  hyphens: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-weight: normal;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

.wrapper {
  max-width: 1000px;
  margin: auto;
}

p {
  line-height: 1.5rem;
}

a {
  text-decoration: none;
  color: #000;
  /*box-shadow: inset 0 -1px 0 #3eb0ef;*/
}

hr {
  border: none;
  border-top: 1px #000 solid;
  height: 1px;
}

.responsive-image {
  max-width: 100%;
  margin: auto;
  display: block;
}

/*BUTTONS----------------------------------------------------------------------------------------------------------------*/
.btn {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.8rem 1.5rem 0.6rem 1.5rem;
  background-color: #fff;
  font-family: "Anton";
}

.btn--purple {
  border: 1px solid #8b008b;
}

.btn--purple:hover {
  color: #fff;
  background-color: #8b008b;
}

/*path {
    transition: .2s ease;
}*/

/*.cf:after {
    content: '';
    display: table;
    clear: both;
}*/

/*.wrapper {
    width: 100%;
    padding: 0 20px;
    max-width: 840px;
    margin: 0 auto;
}*/

/*NAVIGATION-------------------------------------------------------------------------------------------------------------------*/
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff;
  padding: 1rem 1rem 1rem 1rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.header {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  /*height: 100%;*/
}

.header-spacer {
  height: 3rem;
}

@media (min-width: 900px) {
  .header-spacer {
    height: 4.5rem;
  }
}

.logo img {
  height: 1.8rem;
}

.nav {
  display: block;
  /*margin-left: auto;*/
  background-color: #fff;
}

.menu-item {
  font-size: 1.4rem;
  margin-left: 1.4rem;
  font-family: "Anton", sans-serif;
}

@media (max-width: 900px) {
  .spacer {
    height: 4.1rem;
    border-bottom: 1px solid black;
  }

  .menu-item {
    margin: 1.5rem 0 1.5rem 1rem;
  }
}

@media (min-width: 900px) {
  .nav {
    display: block;
    float: right;
  }
}

/*HAMBURGER-------------------------------------------------------------------------------------------------------------*/
button {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  border: none;
  /*background: initial;*/
  background-color: transparent;
}

.hamburger__container {
  display: block;
  float: right;
  /*padding: 1rem;
    margin: -1rem;*/
  cursor: pointer;
  margin-left: auto;
}

.hamburger {
  width: 1.2rem;
  height: 0.9375rem;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: rotate(0deg);
}

.hamburger i {
  display: block;
  position: absolute;
  width: 100%;
  height: 0.1875rem;
  background: #424242;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: all 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger i:nth-of-type(1) {
  top: 0;
  transform-origin: left center;
}
.hamburger i:nth-of-type(2) {
  top: 0.375rem;
  transform-origin: left center;
}
.hamburger i:nth-of-type(3) {
  top: 0.75rem;
  transform-origin: left center;
}
.hamburger.open i:nth-of-type(1) {
  transform: rotate(45deg) translate(0, -0.0625rem);
}
.hamburger.open i:nth-of-type(2) {
  opacity: 0;
  width: 0%;
}
.hamburger.open i:nth-of-type(3) {
  transform: rotate(-45deg) translate(0, 0.0625rem);
}

/*SECTION--------------------------------------------------------------------------------------------------------------------*/
.anchor {
  display: block;
  height: 4rem; /*same height as header*/
  margin-top: -4rem; /*same height as header*/
  visibility: hidden;
}

.section {
  /*padding: 3.125rem 1rem 3.125rem 1rem;*/
  padding: 5rem 1rem 5rem 1rem;
  font-family: "Brenta";
}

.section h1 {
  font-size: 2.8125rem;
  font-family: "Anton";
  /*margin-bottom: 3.125rem;*/
  margin-bottom: 2rem;
}

.section p {
  margin-bottom: 1rem;
}

.img-between {
  width: 100%;
  height: 20rem;
}

@media (min-width: 500px) {
  .container-text {
    width: 80%;
  }
  .section {
    padding: 7rem 3rem 7rem 3rem;
  }
  .img-between {
    height: 30rem;
  }
}

@media (min-width: 900px) {
  .container-text {
    width: 50%;
  }
  .section {
    padding: 9rem 1rem 9rem 1rem;
  }
  .img-between {
    height: 35rem;
  }
}

.img-1 {
  background: url("../img/essen-004-min.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}
.img-2 {
  background: url("../img/_DSC4040-min.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}
.img-3 {
  background: url("../img/essen-007-min.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}
.img-4 {
  background: url("../img/_DSC4002-min.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}
.img-5 {
  background: url("../img/essen-002-min.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}
.img-6 {
  background: url("../img/_X0A4457-min.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}
.img-7 {
  background: url("../img/essen-005-min.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
}

@media screen and (min-device-width: 1024px) {
  .img-1,
  .img-2,
  .img-3,
  .img-4,
  .img-5,
  .img-6,
  .img-7 {
    background-attachment: fixed;
  }
}

/*LANDING-------------------------------------------------------------------------------------------------------------------*/
#landing {
  max-width: none;
  position: relative;
  height: calc(100vh - 4.2rem);
  background: url("../img/_X0A4506-min.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: scroll;
  padding: 2rem 1rem 2rem 1rem;
}

@media screen and (min-device-width: 1024px) {
  #landing {
    background-attachment: fixed;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  #landing {
    background-attachment: scroll;
  }
  .img-1,
  .img-2,
  .img-3,
  .img-4,
  .img-5,
  .img-6,
  .img-7 {
    background-attachment: scroll;
  }
}

.landing__content {
  /*width: 20rem;*/
  padding: 2rem 2rem 3rem 2rem;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: "Brenta";
  text-align: center;
}

.landing__content h1 {
  font-family: "Brenta";
  font-size: 1.9375rem;
  color: #8b008b;
  margin-bottom: 0;
}

.landing__content h2 {
  font-size: 1.375rem;
}

.landing__content hr {
  margin: 0.7rem 0 1rem 0;
}

.landing__content p {
  margin-bottom: 2rem;
}

@media (min-width: 500px) {
  .landing__content {
    position: absolute;
    width: 60%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 900px) {
  .landing__content {
    width: 25rem;
    /*-webkit-transform: none;
        -ms-transform: none;
        transform: none;*/
    left: calc(100% - 30rem);
    top: calc(100% - 30rem);
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  #landing {
    height: calc(100vh - 4.5rem);
  }
}

/*SEC-1------------------------------------------------------------------------------------------------------------------------*/
#sec-1 {
  text-align: center;
}

.portrait {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}

.portrait-line--mobile {
  border: none;
  border-top: 1px #8b008b solid;
  height: 1px;
  margin-top: -0.001rem;
}

.portrait-line--desktop {
  display: none;
}

.quote {
  margin: 1.5rem auto 1rem auto;
  line-height: 2.5rem;
  font-size: 1.9375rem;
}

.container-stars--element {
  width: calc(100% / 3);
  height: auto;
  display: inline-block;
  padding: 0 8% 0 8%;
  vertical-align: middle;
}

.container-stars {
  margin-top: 2rem;
}

@media (min-width: 500px) {
  .container-stars {
    margin-top: 3rem;
  }

  .container-stars--element {
    padding: 0 11% 0 11%;
  }
}

@media (min-width: 900px) {
  .container-stars {
    margin-top: 4rem;
  }

  .container-stars--element {
    padding: 0 11% 0 11%;
  }
}

@media (min-width: 700px) {
  .sec-1--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .sec-1--flex--p1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;

    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }

  .sec-1--flex--p2 {
    text-align: left;

    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;

    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;

    margin-left: -4rem;
    margin-right: 5%;
  }

  .portrait-line--mobile {
    display: none;
  }

  .portrait-line--desktop {
    display: block;
    border: none;
    border-top: 1px #8b008b solid;
    height: 1px;
    margin-top: -0.001rem;
  }
}

/*SPEISEKARTE-------------------------------------------------------------------------------------------------------------*/
.meals--group {
  margin-bottom: 3.75rem;
}

.meals--group--headline {
  font-family: "Anton";
  font-size: 1.9375rem;
  margin-bottom: 1.25rem;
  text-decoration: underline;
  text-decoration-skip: ink;
}

.meals--group--legend {
  margin-top: -0.1875rem;
  margin-bottom: 2.5rem;
}

.meals--group--legend h3 {
  font-family: "Anton";
  font-size: 1.9375rem;
  display: inline-block;
}

.meals--group--legend p {
  font-family: "Anton";
  font-size: 1.375rem;
  background-color: #8b008b;
  color: #fff;
  padding: 0.2rem 0.4rem 0.08rem 0.4rem;
  margin-left: 0.4rem;
}

/*.meals--group--legend__element h3 {
    display: inline-block;
    font-family: 'Anton';
    font-size: 1.9375rem;
}

.meals--group--legend__element p {
    display: inline-block;
    font-family: 'Anton';
    font-size: 1.375rem;
    background-color: #8B008B;
    color: #fff;
    padding: .2rem .4rem .08rem .4rem;
    margin-left: .4rem;
}*/

.meals--group--meal {
  margin-bottom: 1.25rem;
}

.meals--group--meal h3 {
  display: inline-block;
  font-family: "Anton";
  font-size: 1.375rem;
  hyphens: none;
}

.meals--group--meal p {
  hyphens: none;
}

.meals--group--meal--price {
  margin-top: 0.375rem;
}

.ics-menu {
  display: inline-block;
}

.ic-menu {
  height: 0.8rem;
  margin-left: 0.3rem;
}

@media (min-width: 500px) {
  .container-meals {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .meals-col {
    display: inline-block;
    margin-right: 3rem;
    width: calc(50% - 1.5rem);
  }

  .meals-col:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media (min-width: 900px) {
  .meals-col {
    display: inline-block;
    margin-right: 3rem;
    width: calc(100% / 3 - 2rem);
  }

  .meals-col:nth-of-type(2n) {
    margin-right: 3rem;
  }

  .meals-col:nth-of-type(3n) {
    margin-right: 0;
  }
}

/*RESERVIERUNG------------------------------------------------------------------------------------------------------------*/
#reservation h3 {
  display: inline-block;
  width: 100%;
  font-family: "Anton";
  font-size: 1.375rem;
  margin-bottom: 1rem;
}

.reservation--time {
  width: 100%;
  max-width: 300px;
  padding: 1rem;
  border: 1px solid #000;
  display: inline-block;
  margin: 0 auto 1rem auto;
}

.reservation--time h3 {
  color: #000;
}

.reservation--time p {
  color: #000;
  margin: 0 0 1rem 0;
}

.reservation--time p:last-child {
  margin: 0;
}

.reservation--widget {
  text-align: center;
}

.reservation--addition {
  margin-top: 1rem;
  font-family: "Anton";
}

.reservation--img {
  display: none;
}

@media (min-width: 500px) {
  .reservation--widget {
    display: inline-block;
    text-align: left;
    margin: 0 auto 1rem -1rem;
  }

  .reservation--flex--1 {
    width: 80%;
  }
}

@media (min-width: 900px) {
  .reservation--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .reservation--flex--1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 2rem;
  }

  .reservation--flex--2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .reservation--widget {
    display: inline-block;
    text-align: left;
    margin: 0 auto 1rem auto;
  }

  .reservation--img {
    display: block;
  }
}

/*NEWSLETTER----------------------------------------------------------------------------------------------*/
.newsletter-text {
  font-size: 0.75rem;
  line-height: 1.2rem;
  color: #6f6f6f;
}

/*JOBS----------------------------------------------------------------------------------------------*/
#jobs h3 {
  font-family: "Anton";
  margin-bottom: 0.5rem;
}

/*PRESS----------------------------------------------------------------------------------------------------------*/
.downloads {
  margin-top: 1rem;
}

.download {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 7.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
  font-family: "Anton";
  font-size: 1.375rem;
  border: 1px solid #8b008b;
}

.download span {
  font-family: "Anton";
  position: absolute;
  color: #fff;
  bottom: 1rem;
  right: 1rem;
  visibility: hidden;
}

.download:hover {
  background-color: #8b008b;
  color: #fff;
}

.download:hover span {
  visibility: visible;
}

@media (min-width: 500px) {
  .downloads {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .download {
    display: inline-block;
    width: calc(50% - 0.5rem);
    margin-right: 1rem;
  }
  .download:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media (min-width: 900px) {
  /*.downloads {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;

        -ms-flex-wrap : wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }*/

  .download {
    width: calc(25% - 0.75rem);
    margin-right: 1rem;
  }
  .download:nth-of-type(2n) {
    margin-right: 1rem;
  }

  .download:nth-of-type(4n) {
    margin-right: 0;
  }
}

/*PARTNERS---------------------------------------------------------------------------------------------------------------*/
.partners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;

  /*-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;*/

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.partner {
  display: inline-block;
  width: 50%;
  margin-bottom: 1rem;
}

.partner img {
  display: block;
  width: 50%;
  height: auto;
  white-space: normal;
  margin: auto;
}

@media (min-width: 500px) {
  .partner {
    width: 25%;
  }
  .partner:nth-of-type(2n) {
  }
}

@media (min-width: 900px) {
  .partner {
    width: calc(100% / 5);
  }
}

/*FOOTER------------------------------------------------------------------------------------------------------------------*/
.footer {
  background: #f0f0f0;
  padding: 25px 0 40px;
  text-align: center;
  font-family: "Brenta";
}

.footer-address {
  margin: 0 auto 2rem auto;
}

.footer-address p {
  margin-bottom: 1.5rem;
}

.footer-address span {
  color: rgba(0, 0, 0, 0.5);
}

.footer-address hr {
  margin-top: 2rem;
  opacity: 0.5;
}

.footer a {
  margin-top: 1rem;
  color: rgba(0, 0, 0, 0.5);
}

.footer a:hover {
  color: rgba(0, 0, 0, 1);
}

.social a {
  margin: 0 0.2rem 0 0.2rem;
}

.footer-links {
  margin-top: 1rem;
}

.footer-social {
  margin-top: 1rem;
}

.footer-social a {
  padding: 0.25rem;
}

.footer-social a img {
  width: 2rem;
}

@media (min-width: 900px) {
  .footer {
    padding: 6rem 1rem 6rem 1rem;
  }
}

/*SENDINBLUE*/

.textArea {
  width: 100%;
  font-size: 1rem;
  min-width: auto;
  max-width: 400px;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  padding: 10px 1%;
  border: 1px solid black;

  /*padding: 10px 2%; width: 80%; display: block; min-width: auto;*/
}

@media (min-width: 900px) {
  .textArea {
    width: 90%;
  }
}

/*IMPRINT--------------------------------------------------------------*/
.container-text--imp {
  width: 60%;
  margin-bottom: 3rem;
}

.impress__h1 {
  font-size: 2.8125rem;
  width: 60%;
  font-family: "Anton";
  /*margin-bottom: 3.125rem;*/
  margin-bottom: 2rem;
}

.impress__h2 {
  font-family: "Anton";
  font-size: 1.9375rem;
  width: 60%;
  margin-bottom: 1.25rem;
}

.impress__h3 {
  font-family: "Anton";
  font-size: 1.292rem;
  margin-bottom: 1rem;
}

.impress__ul li {
  list-style-type: circle;
}

/*POPUP*/

.popupWrapper {
  width: 100%;
  height: calc(100vh - 4.5rem);
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  padding: 1rem 0;
  top: 4.5rem;
  left: 0;
  z-index: 99;
}
.popup {
  width: 90%;
  max-width: 30rem;
  max-height: calc(80vh - 4.5rem);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: white;
  border: 1px solid #c8c8c8;
  overflow-y: auto;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
}
.popup__content {
  padding: 1.5rem;
}
.popup__head {
  border-bottom: 5px solid #8b008b;
  margin-bottom: 1.5rem;
}
.popup__head span {
  font-size: 1.375rem;
  font-family: Anton;
}
.popup__body p {
  font-family: Brenta;
}
.popup__foot {
  margin: 1.5rem 0 0 0;
  text-align: right;
}

.popup__foot button {
  -webkit-appearance: none;
  line-height: normal;
  outline: none;
  font-size: inherit;

  background-color: #fff;
  border: 1px solid #8b008b;
  padding: 0.5rem 1rem;
  font-family: Anton;
}
