/* Fonts */
/* PoetsenOne */
@font-face {
  font-family: "PoetsenOne";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/PoetsenOne-Regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/PoetsenOne-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/PoetsenOne-Regular.woff") format("woff"), url("../fonts/PoetsenOne-Regular.otf") format("opentype"), url("../fonts/PoetsenOne-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 100.01%;
}

body {
  margin: 0;
  padding: 0;
  color: #253488;
  font-size: 16px;
  font-family: "PoetsenOne", Arial, SansSerif;
}

[id=wrapper] {
  max-width: 1920px;
}

.mod_article {
  height: 100vh;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
}

p {
  padding: 0;
  margin: 0;
}

.width-max--800 {
  margin: auto;
  max-width: 800px;
}

/* Tabelle Start */
.preview-table tr:nth-of-type(2n+1) {
  background-color: #eee;
}
.preview-table th, .preview-table td {
  padding: 8px;
}

.preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 1rem;
  color: red;
  z-index: 100;
}

.mod_booknav {
  display: none;
  position: absolute;
  top: 50%;
  background: rgba(255, 255, 255, 0.5);
  padding: 15px;
}
.mod_booknav p {
  margin-bottom: 10px;
}
.mod_booknav ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.mod_article:hover .mod_booknav {
  display: block;
}

.type1 {
  position: relative;
}
.type1.background-image:before {
  content: "";
  background-image: url("../../content/backgrounds/background_blue_wood.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 100vw;
  height: 100vh;
  background-size: cover;
}
.type1 .text-wrapper {
  padding: 0 10%;
}
.type1 p {
  text-shadow: 2px 2px 2px #fff;
}
.type1 .headline {
  font-size: 10.5vw;
}
.type1 .name {
  font-size: 7vw;
  margin-top: 3vw;
  text-align: center;
}
.type1 .name_addition {
  font-size: 3vw;
  text-align: center;
}
.type1 .price_current {
  font-size: 7vw;
  text-align: end;
  margin-top: 2vw;
  margin-right: 4vw;
}

.text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.type4 {
  position: relative;
}
.type4 .grid_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
.type4 .grid_wrapper .dish-wrapper {
  position: relative;
  height: 100%;
}
.type4 .grid_wrapper .name {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 2rem;
  max-width: 200px;
  text-align: end;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.type4 .grid_wrapper .price_current {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 3rem;
}
.type4 .grid_wrapper p {
  text-shadow: 2px 2px 2px #fff;
}

.type52 {
  text-align: center;
}
.type52 h1 {
  font-size: 3.25vw;
  background: #253488;
  color: #fff;
  padding: 15px;
  display: inline-block;
  margin-bottom: 0;
}
.type52 table {
  font-size: 3.25vw;
  width: 1200px;
  text-align: left;
  margin: auto;
}
.type52 .size {
  text-align: right;
  font-size: 2vw;
}
.type52 .price {
  text-align: right;
}
.type52 .add_text {
  text-align: start;
  font-size: 2vw;
  max-width: 1200px;
  margin: 1rem auto;
}

.type56 {
  text-align: center;
}
.type56 h1 {
  font-size: 3.25vw;
  background: #253488;
  color: #fff;
  padding: 15px;
  display: inline-block;
  margin-bottom: 0;
}
.type56 table {
  font-size: 3.25vw;
  width: 1200px;
  text-align: left;
  margin: auto;
}
.type56 th {
  text-align: center;
  font-size: 2.5vw;
}
.type56 .price, .type56 .price_small {
  text-align: center;
}
.type56 .add_text {
  text-align: start;
  font-size: 2vw;
  max-width: 1200px;
  margin: 1rem auto;
}
/*# sourceMappingURL=default.css.map */