/* Fontello Icons */
@import "/_intern/fonts/fontello/css/fontello_mg.css";
/* Material Symbols */
/* @import '/_intern/fonts/material-symbols/material_symbols.css'; */
/* Pretoria - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Pretoria";
  font-style: normal;
  font-weight: 700;
  src: url("/_intern/fonts/pretoria/Pretoria.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* sofia-sans-extra-condensed-300 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Sofia Sans Extra Condensed";
  font-style: normal;
  font-weight: 300;
  src: url("/_intern/fonts/sofia_sans_cond/sofia-sans-extra-condensed-v6-latin-300.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* sofia-sans-extra-condensed-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Sofia Sans Extra Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("/_intern/fonts/sofia_sans_cond/sofia-sans-extra-condensed-v6-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* sofia-sans-extra-condensed-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Sofia Sans Extra Condensed";
  font-style: normal;
  font-weight: 500;
  src: url("/_intern/fonts/sofia_sans_cond/sofia-sans-extra-condensed-v6-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* sofia-sans-extra-condensed-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Sofia Sans Extra Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("/_intern/fonts/sofia_sans_cond/sofia-sans-extra-condensed-v6-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* sofia-sans-extra-condensed-800 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Sofia Sans Extra Condensed";
  font-style: normal;
  font-weight: 800;
  src: url("/_intern/fonts/sofia_sans_cond/sofia-sans-extra-condensed-v6-latin-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* === LESS variables === */
/* === CSS mixins === */
/* CALC example
	width: ~"calc(100% - 2px)";
	width: calc(~"50%" - $px_padding*2);
*/
/* === === */
html {
  overflow-x: hidden;
  overflow-y: auto;
}
body {
  font-family: "Sofia Sans Extra Condensed", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 22px;
  color: black;
  position: relative;
}
.icon-mg_logo:before {
  font-size: 85%;
  position: relative;
  top: 2px;
}
h1, .h1 {
  display: block;
  font-weight: 800;
  font-size: 120px;
  margin: 0px 0px 10px 0px;
  text-transform: uppercase;
  line-height: 1;
  color: #ff0000;
}
h2, .h2 {
  display: block;
  font-weight: 400;
  font-size: 85px;
  margin: 0px 0px 10px 0px;
  text-transform: uppercase;
  line-height: 0.9;
  color: #ff0000;
}
h2 p, .h2 p {
  margin: 0px;
}
h2 span, h2 strong, h2 b, .h2 span, .h2 strong, .h2 b {
  font-weight: 800;
}
h3, .h3 {
  display: block;
  font-weight: 700;
  font-size: 42px;
  margin: 0px 0px 10px 0px;
  text-transform: uppercase;
  line-height: 1;
}
/* Section Headlines */
h4, .h4 {
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 3px;
  margin: 30px 0px 5px 0px;
}
a {
  color: black;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.grid2 {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.grid3 {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
}
.clear:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
img {
  max-width: 100%;
  height: auto;
}
.text {
  line-height: 1.4;
}
.text p {
  margin: 0px 0px 15px 0px;
}
.text p:last-Child {
  margin: 0px;
}
.text ul, .text ol {
  padding-left: 15px;
  margin: 0px 0px 15px 0px;
}
.text ul:last-Child, .text ol:last-Child {
  margin: 0px;
}
.text b, .text strong {
  font-weight: 700;
}
.text a {
  color: #ff0000;
}
.text a:hover {
  text-decoration: underline;
}
button, .button, a.button, input[type="submit"] {
  display: inline-block;
  border: 0px;
  background-color: transparent;
  padding: 0px 0px;
  line-height: 40px;
  font-weight: 600;
  font-size: 120%;
  color: #ff0000;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
button:before, .button:before, a.button:before, input[type="submit"]:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 20px;
  position: relative;
  background-image: url("/MEDIEN/layout/arrow_bold_red.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
button:hover, .button:hover, a.button:hover, input[type="submit"]:hover {
  text-decoration: underline;
}
input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #424242;
  margin: 0;
  width: 40px;
  height: 20px;
  border-color: 1px solid grey;
  border-radius: 10px;
  position: relative;
  line-height: 1;
  margin-right: 7px;
  transition: 0.4s all;
}
input[type="checkbox"]:disabled, input[type="checkbox"][disabled], input[type="checkbox"][disabled=""] {
  background-color: #f8f8f8;
  opactiy: 0.5;
}
input[type="checkbox"]:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: white;
  transition: 0.4s all;
}
input[type="checkbox"]:checked {
  background-color: #ff0000;
}
input[type="checkbox"]:checked:before {
  left: calc(50% + 1px);
}
input[type=checkbox][disabled] {
  background-color: rgb(from #424242 r g b / 30%);
}
input[type=checkbox][disabled]:checked {
  background-color: rgb(from #ff0000 r g b / 30%);
}
.form {
  margin: 0px;
  padding: 0px;
}
.form li {
  display: block;
  padding-bottom: 10px;
}
.form li label, .form li .label {
  display: none;
  margin-bottom: 3px;
}
.form li input[type="text"], .form li input[type="email"], .form li input[type="url"], .form li input[type="date"], .form li input[type="number"], .form li input[type="password"], .form li input[type="web"], .form li textarea, .form li select {
  height: 38px;
  width: 100%;
  background-color: #f8f8f8;
  border: 1px solid grey;
  border-radius: 3px;
  padding: 0px 10px;
  box-sizing: border-box;
}
.form li textarea {
  height: auto;
  padding: 2%;
}
.form li input[type="radio"], .form li input[type="checkbox"] {
  position: absolute;
}
.form li.radio .field > div, .form li.checkbox .field > div {
  position: relative;
  padding: 2px 0px;
}
.form li.radio label, .form li.checkbox label {
  margin-left: 50px;
  display: block;
}
.form .req {
  display: inline-block;
  margin: 0px 5px;
  color: #ff0000;
}
.form .hidden {
  display: none;
}
.form .g-recaptcha {
  margin: 10px 0px;
}
.form li .pflichtfeld_text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: italic;
}
.form .forTheBear {
  overflow: hidden;
  height: 0px;
  visibility: hidden;
}
.animateme {
  opacity: 0;
  transform: translateY(100px);
  transition: 0.8s all;
}
.animateme.done {
  opacity: 1;
  transform: translateY(0px);
}
img.animateme {
  transition-delay: 0.2s;
}
.inner {
  max-width: 95%;
  width: 1200px;
  margin: auto;
  position: relative;
}
#header {
  position: fixed;
  z-index: 10;
  background-color: transparent;
  top: 0px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  transition: 0.7s all;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0);
}
#header .container {
  position: relative;
  height: 80px;
  transition: 0.7s all;
}
.scrolled #header .container {
  height: 60px;
}
#logo {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  max-width: 60%;
  height: 100%;
}
#logo img {
  height: 100%;
  display: block;
}
#mainmenu {
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
}
#nav_right {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  text-align: right;
}
#nav_right a {
  color: #ff0000;
  font-size: 26px;
  font-weight: 700;
  display: inline-block;
  line-height: 35px;
  text-transform: uppercase;
  margin: 0px 7px;
}
#nav {
  margin: 0px;
  padding: 0px;
  text-align: center;
  /* gets handled via javascript */
  /*
	li.lvl1:hover > .submenu {
		display: block;
	}
	*/
}
#nav li.lvl1 {
  list-style-type: none;
  display: inline-block;
  margin: 0px 14px;
  transition: 0.5s all;
  transform: translateY(-200px);
  opacity: 0;
}
#nav li.lvl1 a {
  color: #ff0000;
  font-size: 26px;
  font-weight: 700;
  display: inline-block;
  line-height: 35px;
  text-transform: uppercase;
}
#nav li.lvl1 a.active {
  text-decoration: underline;
}
#nav li.lvl1:hover a, #nav li.lvl1.hover a {
  text-decoration: underline;
}
#nav li.lvl1:nth-Child(2) {
  transition-delay: 0.1s;
}
#nav li.lvl1:nth-Child(3) {
  transition-delay: 0.2s;
}
#nav li.lvl1:nth-Child(4) {
  transition-delay: 0.3s;
}
#nav li.lvl1:nth-Child(5) {
  transition-delay: 0.4s;
}
#nav li.lvl1:nth-Child(6) {
  transition-delay: 0.5s;
}
#nav li.lvl1:nth-Child(7) {
  transition-delay: 0.6s;
}
#nav .submenu {
  padding: 0px;
  margin: 0px;
  display: none;
  position: absolute;
  z-index: 5;
  text-align: left;
  padding: 0px;
  background-color: red;
  min-width: 250px;
  border: 1px solid black;
  opacity: 0;
}
#nav .submenu li.lvl2 {
  margin: 0px;
  display: block;
  list-style-type: none;
}
#nav .submenu li.lvl2 a {
  padding: 0px 10px;
  display: block;
}
.loaded #nav li.lvl1 {
  opacity: 1;
  transform: translateY(0px);
}
#mobilmenu_trigger {
  display: none;
  position: absolute;
  right: 2%;
  top: 10px;
  width: 50px;
  z-index: 20;
}
#mobilmenu_trigger span {
  position: relative;
  height: 6px;
  display: block;
  margin: 5px 0px;
  background-color: white;
  transform: rotate(0deg);
  opacity: 1;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.mobilenav #mobilmenu_trigger .line1 {
  transform: translateY(11px) rotate(45deg);
}
.mobilenav #mobilmenu_trigger .line2 {
  opacity: 0;
}
.mobilenav #mobilmenu_trigger .line3 {
  transform: translateY(-11px) rotate(-45deg);
}
#mobilemenu_container {
  display: none;
  position: absolute;
  top: 0px;
  right: -300px;
  width: 300px;
  height: 100vh;
  z-index: 19;
  overflow: auto;
  background-color: #bebebe;
  -webkit-transition: all 0.75s;
  -moz-transition: all 0.75s;
  transition: all 0.75s;
}
#mobilemenu_container #mobilenav_logo {
  display: block;
  margin: 10px auto;
}
.mobilenav #mobilemenu_container {
  right: 0px;
}
#nav_mobile {
  margin: 0px;
  padding: 0px;
}
#nav_mobile li {
  display: block;
  list-style-type: none;
  position: relative;
}
#nav_mobile li a {
  display: block;
  color: #000000;
  padding: 0px 15px;
  line-height: 35px;
  text-decoration: none;
}
#cookiehint {
  display: none;
  position: fixed;
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  width: 750px;
  max-width: calc(100% - 30px);
  background-color: white;
  border-radius: 5px;
  border: 1px solid grey;
  padding: 35px;
  box-sizing: border-box;
}
#cookiehint .text {
  font-size: 94%;
}
#cookiehint a.readmore {
  color: #ff0000;
  text-decoration: underline;
}
#cookiehint .checkboxes {
  margin-top: 10px;
}
#cookiehint .checkboxes .item {
  padding: 10px;
  background-color: #f8f8f8;
  border-radius: 5px;
  margin-bottom: 5px;
  display: flex;
  gap: 10px;
  align-content: center;
  align-items: center;
}
#cookiehint .checkboxes label {
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
}
#cookiehint .checkboxes .desc {
  font-size: 90%;
}
#cookiehint .buttons {
  margin-top: 15px;
}
#cookiehint .button {
  margin: 0px 20px 0px 0px;
  color: inherit;
}
#cookiehint .cookie_deny {
  background-color: white;
}
#cookiehint .cookie_save {
  background-color: white;
}
#cookiehint .cookie_acceptAll {
  color: #ff0000;
}
#keyvisual {
  position: relative;
  height: 92vh;
  overflow: hidden;
}
#keyvisual.noimage {
  height: 30vh;
}
#keyvisual_image {
  height: 100%;
  position: relative;
}
#keyvisual_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: 0.5s all;
}
#page {
  position: relative;
}
#content {
  width: 100%;
  overflow: hidden;
  min-height: 70vh;
}
#footer {
  position: relative;
  padding: 75px 0px;
  background-image: url("/MEDIEN/layout/background_kacheln.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#footer .flexcontainer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
#footer .logo {
  width: 300px;
  align-self: center;
}
#footer .logo img {
  display: block;
  width: 100%;
}
#footer .address {
  font-weight: 400;
}
#footer .text b, #footer .text strong, #footer .text span {
  text-transform: uppercase;
  font-weight: 700;
  color: #ff0000;
}
#footer_end {
  position: relative;
  padding: 15px 0px 5px 0px;
  text-align: center;
  background-color: white;
}
#footer_end:after {
  content: "";
  display: block;
  position: absolute;
  height: 15px;
  bottom: -15px;
  left: 0px;
  width: 100%;
  background-color: white;
}
#footer_end a {
  display: inline-block;
  margin: 0px 20px;
  color: grey;
}
.flexcontainer {
  display: flex;
  flex-wrap: nowrap;
}
.section {
  padding: 150px 0px;
  position: relative;
}
.section.hideSection {
  display: none;
}
.section.noMargin .section {
  padding-bottom: 0px;
  margin-bottom: -75px !important;
}
.section.noMargin:last-Child .section {
  margin-bottom: 0px !important;
}
.openings table td {
  font-weight: 700;
  padding: 0px 20px 0px 0px;
}
.openings table td:last-Child {
  font-weight: 400;
}
.section.text .text {
  margin: auto;
  max-width: 900px;
}
.accordeon {
  margin-bottom: 8px;
  position: relative;
  background-color: #f8f8f8;
}
.accordeon .title {
  padding: 25px;
  color: #ff0000;
  position: relative;
}
.accordeon .title .ic {
  color: #ff0000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  display: inline-block;
  height: 28px;
  width: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 20px;
  cursor: default;
}
.accordeon .title .ic.opened {
  display: none;
}
.accordeon .title .ic.closed {
  display: inline-block;
}
.accordeon .content {
  display: block;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.accordeon .contentbox {
  padding: 5px 25px 40px 25px;
}
.accordeon.opened .content {
  max-height: 500px;
  overflow: auto;
}
.accordeon.opened .title .ic.opened {
  display: inline-block;
}
.accordeon.opened .title .ic.closed {
  display: none;
}
.section.video .videocontainer, .section.video_youtube .videocontainer {
  position: relative;
  background-color: #bebebe;
}
.section.video .videocontainer video, .section.video_youtube .videocontainer video {
  width: 100%;
  max-width: 100%;
  margin: auto;
  display: block;
  object-fit: cover;
  background-color: #bebebe;
}
.youtube_wrapper .videocontainer {
  position: relative;
  padding-bottom: 56.6%;
  border: 1px solid var(--color_boxes);
}
.youtube_wrapper .videocontainer iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: block;
  object-fit: cover;
}
#blog_newest {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
#blog_newest .item {
  width: calc(50% - 25px);
  padding: 70px 25px 100px 25px;
  background-color: transparent;
  border: 1px solid #ff0000;
  position: relative;
  box-sizing: border-box;
}
#blog_newest .date {
  text-transform: uppercase;
  font-weight: 400;
}
#blog_all .container .item {
  padding: 25px;
  margin-bottom: 25px;
  border: 1px solid grey;
  box-sizing: border-box;
}
#blog_all .container .date {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 5px;
  box-sizing: border-box;
}
.externals_loader {
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  /* transform: translateY(-50%) translateX(-50%); */
}
.externals_loader > div {
  max-width: 500px;
  margin: auto;
  position: relative;
  z-index: 1;
  text-align: center;
}
.externals_loader button {
  cursor: pointer;
}
.slick-dots {
  position: absolute;
  margin: 0px;
  padding: 0px;
  width: 90%;
  bottom: -70px;
  left: 50%;
  text-align: center;
  transform: translateX(-50%);
}
.slick-dots li {
  list-style-type: none;
  display: inline-block;
}
.slick-dots li button {
  color: transparent !important;
  display: block;
  padding: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0px 5px;
  background-color: transparent;
  border: 1px solid #ff0000;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active button {
  background-color: #ff0000;
}
.flexcontainer {
  display: flex;
  flex-wrap: nowrap;
}
#onepage_wrapper {
  position: relative;
}
#onepage_wrapper .section {
  padding: 150px 0px;
  box-sizing: border-box;
  min-height: 100svh;
  position: relative;
}
#infobox {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1100px;
  min-width: 700px;
  background-color: #212121;
  color: white;
  padding: 20px;
  box-sizing: border-box;
  z-index: 4;
}
#intro {
  background-image: url("/MEDIEN/layout/background_intro.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 95svh !important;
}
#intro:after {
  content: "";
  display: block;
  background-image: url("/MEDIEN/layout/Metzgerei_Weiler_Logo_Bildmarke_schwarz.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
  position: absolute;
  right: 0%;
  top: 0%;
  width: 45%;
  height: 75%;
  transform: translateX(2%) translateY(-2%);
  filter: invert(1) brightness(1000);
  opacity: 1;
  z-index: 1;
  pointer-events: none;
}
#intro .titlebox {
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
  max-width: 80%;
  z-index: 2;
}
#intro .logo {
  width: 420px;
  max-width: 90%;
  margin-bottom: 40px;
}
#intro .claim {
  font-family: "Pretoria";
  font-size: 24px;
}
#intro .button {
  border: 1px solid #ff0000;
  padding: 0px 15px;
}
#intro .button:before {
  display: none;
}
#intro .startscroll {
  position: absolute;
  bottom: 3%;
  left: 50%;
  transform: translateX(-50%);
  color: black;
  text-align: center;
}
#about {
  background-image: url("/MEDIEN/layout/background_kacheln.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#about .logo {
  margin: 0px auto 70px auto;
  max-width: 450px;
  text-align: center;
}
#about .logo img {
  max-width: 90%;
}
#about .flexcontainer {
  gap: 50px;
}
#about .flexcontainer .image, #about .flexcontainer .textbox {
  width: 50%;
}
#about .image {
  text-align: right;
  transition-delay: 0.2s;
}
#about .image img {
  display: inline-block;
  width: 120%;
  transform: translateX(-20%);
  max-width: 350%;
  text-align: right;
}
#offer {
  background-image: url("/MEDIEN/layout/background_red.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px !important;
}
#offer h2 {
  color: white;
}
#offer .flexcontainer {
  gap: 50px;
}
#offer .left {
  text-align: right;
  width: 50%;
  padding-right: 10%;
  box-sizing: border-box;
}
#offer .right {
  width: 50%;
}
#offer .wrapper {
  margin-left: auto;
  background-color: #f1f1f1;
  padding: 40px 35px 100px 35px;
  position: relative;
  max-width: 520px;
  box-sizing: border-box;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.7);
  min-height: 400px;
}
#offer .wrapper .logo {
  max-width: 50%;
  margin-bottom: 50px;
}
#offer .wrapper:after {
  content: "";
  display: block;
  background-image: url("/MEDIEN/layout/Metzgerei_Weiler_Logo_Bildmarke_schwarz.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 90%;
  transform: translateX(-50%) translateY(-50%);
  opacity: 0.05;
  pointer-events: none;
}
#offer .wrapper table {
  width: 100%;
}
#offer .wrapper table td {
  padding: 15px 5px;
}
#offer .wrapper table td.title {
  font-weight: 700;
  padding-right: 20px;
  line-height: 1.2;
}
#offer .wrapper table td.weight {
  font-weight: 300;
  text-align: right;
  white-space: nowrap;
  width: 80px;
}
#offer .wrapper table td.price {
  font-weight: 500;
  text-align: right;
  white-space: nowrap;
  width: 80px;
}
#offer .openings {
  color: white;
  margin-top: 40px;
  max-width: 520px;
  margin-left: auto;
  text-align: left;
}
#offer .openings b {
  text-transform: uppercase;
  text-decoration: underline;
}
#offer .openOrderForm {
  margin-top: 100px;
  color: white;
}
#offer .openOrderForm:before {
  filter: brightness(0) invert(1);
}
#maxim h2 {
  display: block;
  font-weight: 800;
  margin-bottom: 50px;
}
#maxim .flexcontainer {
  gap: 70px;
}
#maxim .flexcontainer .images {
  width: 50%;
}
#maxim .flexcontainer .textbox {
  width: 50%;
}
#maxim .images_widebox {
  width: 150%;
  position: relative;
}
#maxim .images_widebox .badge {
  position: absolute;
  display: block;
  top: 0px;
  left: 55%;
  width: 110px;
  transform: translateY(-60%) rotate(25deg);
  z-index: 1;
}
#maxim .slidercontainer {
  width: 120%;
}
#maxim .slidercontainer img {
  display: block;
  margin: 0px 10px;
}
#maxim .slidercontainer .slick-prev {
  display: none !important;
}
#maxim .slidercontainer .slick-next {
  background-color: transparent;
  color: transparent;
  background-image: url("/MEDIEN/layout/arrow_right.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0px;
  width: 70px;
  margin-left: 10px;
  margin-top: 10px;
}
#maxim .slidercontainer .slick-next:before {
  display: none;
}
#catering {
  background-image: url("/MEDIEN/layout/background_intro.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#catering h2 {
  position: relative;
  z-index: 2;
}
#catering h2:after {
  content: "";
  position: absolute;
  display: block;
  top: 30%;
  right: 3%;
  width: 280px;
  height: 280px;
  background-image: url("/MEDIEN/layout/Metzgerei_Weiler_Logo_Bildmarke_schwarz.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  filter: invert(1) brightness(999);
  z-index: -1;
}
#catering .flexcontainer {
  gap: 70px;
}
#catering .flexcontainer .left {
  width: 50%;
  padding-bottom: 45vh;
}
#catering .flexcontainer .right {
  align-self: center;
  width: 50%;
  position: relative;
  z-index: 2;
}
#catering .images_widebox {
  position: absolute;
  bottom: 0px;
  height: 40vh;
  right: 50%;
  width: 150%;
  text-align: right;
}
#catering .images_widebox img {
  display: inline-block;
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: center right;
}
#history {
  min-height: 0px !important;
  position: relative;
}
#history .history_container {
  position: relative;
}
#history .history_container .item {
  padding: 0px 30px;
  box-sizing: border-box;
  margin-top: 120px;
  padding-top: 20px;
  border-top: 1px solid #ff0000;
  text-align: center;
  position: relative;
}
#history .history_container .item .year {
  color: #ff0000;
  font-weight: bold;
  font-size: 135%;
  position: absolute;
  transform: translateY(-20px);
  bottom: 100%;
  left: 0px;
  width: 100%;
  text-align: center;
}
#history .history_container .item .desc {
  font-size: 90%;
}
#history .history_container .item:first-Child .year {
  font-size: 200%;
}
#history .history_container .item:last-Child .year {
  font-size: 200%;
}
#history .history_container .slick-prev {
  display: none !important;
}
#history .history_container .slick-next {
  background-color: white;
  color: transparent;
  background-image: url("/MEDIEN/layout/arrow_bold_red.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding: 0px;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-34px);
}
#history .history_container .slick-next:before {
  display: none;
}
#gallery .slidercontainer {
  margin: auto;
  max-width: 850px;
}
#gallery h2 {
  position: absolute;
  top: 2%;
  left: 0px;
  z-index: 1;
}
#icons {
  background-image: url("/MEDIEN/layout/background_intro.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 40px 0px;
}
#icons .icons_wrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
#icons .icons_wrapper img {
  height: auto;
  display: inline-block;
}
#jobs {
  padding: 70px 0px;
  background-image: url("/MEDIEN/layout/background_alu.jpg");
  background-repeat: repeat;
  background-size: auto auto;
  position: relative;
  overflow: hidden;
}
#jobs .flexcontainer {
  gap: 50px;
}
#jobs .flexcontainer .left {
  width: 50%;
}
#jobs .flexcontainer .right {
  align-self: center;
  width: 50%;
}
.sliderbutton {
  position: absolute;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  border: 0px;
  padding: 0px;
  font-size: 60px;
  transform: scale(1);
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}
.sliderbutton:before, .sliderbutton:after {
  display: none;
}
.sliderbutton:hover {
  transform: scale(1.2);
}
.sliderbutton.slick-prev {
  left: -1vw;
}
.sliderbutton.slick-next {
  right: -1vw;
}
.popup {
  display: none;
  position: fixed;
  z-index: 20;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100svh;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
}
.popup.open {
  display: flex;
}
.popup .popup_content {
  background-color: white;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 5px;
  display: block;
  width: 680px;
  max-width: 95%;
  margin: auto;
  max-height: 90vh;
  overflow: auto;
  position: relative;
}
.popup h2, .popup .h2 {
  font-size: 40px;
}
.popup .close {
  position: absolute;
  top: 15px;
  right: 10px;
  border-radius: 50%;
  display: flex;
  font-size: 20px;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: black;
}
#orderform .ordertable {
  width: 100%;
}
#orderform .ordertable td {
  box-sizing: border-box;
  padding: 0px 0px 5px 0px;
}
#orderform .ordertable td:first-Child {
  width: 22px;
  padding-right: 10px;
}
#orderform .ordertable td:nth-Child(2) {
  width: 140px;
  padding-right: 10px;
}
#orderform .ordertable td:last-Child {
  width: auto;
}
#orderform .addMore {
  color: #ff0000;
  font-weight: 600;
  font-size: 20px;
  float: right;
}
