@charset "utf-8";
/* CSS Document */
/* ############################## CSS RESET START ############################## */
* {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0; /* iOS default border-radius bei Formularen & Buttons verhindern */
  outline: 0;
  box-shadow: none;
  list-style: none;
  -webkit-box-sizing: border-box; /* alle Boxgrößen inkl. margin, padding, border berechnen */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none; /* automatische Textskalierung verhindern */
  -ms-text-size-adjust: none;
  -webkit-appearance: none; /* native Browserstyles verhindern */
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: /*rgba(0,0,0,0.30);*/ transparent; /* tap Feedback verhindern */
}
.opt_out {
  display: flex;
  justify-content: center;
}
.opt_out button {
  margin-top: 2em;
  color: rgba(41, 41, 41, 1.00);
  border-radius: 9px;
  padding-top: 0.25em;
  padding-right: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 0.25em;
  cursor: pointer;
}
*:before, *:after { /* Pseudoelemente werden durch * nicht angesprochen */
  box-sizing: inherit;
}
textarea { /* Scrollbalken in IE für Formular-Textfelder entfernen */
  overflow: auto;
}
img, object, embed, video { /* Skalierung der Bilder auf maximal 100% begrenzen */
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  min-width: 1px;
}
/* ############################### CSS RESET END ############################### */
/* ################# BROWSER- & DEVICESPECIFIC ADAPTIONS START ################# */
/* FIREFOX ===================================================================== */
/*@media screen and (min--moz-device-pixel-ratio:0) {
}*/
/*WEBKIT*/
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
}*/
/* INTERNETEXPLORER ============================================================ */
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /*vermeidet Height-Rendering-Fehler bei verschachtelten Flexboxen*/
  .main, section, article, div {
    min-height: 1px;
  }
}
/*EDGE ========================================================================= */
/* HIGH RESOLUTION DEVICES ===================================================== */
/*@media screen and (-webkit-min-device-pixel-ratio: 1.25), (min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
}*/
/* ################# BROWSER- & DEVICESPECIFIC ADAPTIONS END ################### */
/* ############################# CSS BASICS START ############################## */
/* el-messiri-regular - latin */
@font-face {
  font-family: 'El Messiri';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/el-messiri-v5-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('El Messiri'), local('ElMessiri-Regular'), url('../fonts/el-messiri-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/el-messiri-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/el-messiri-v5-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/el-messiri-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/el-messiri-v5-latin-regular.svg#ElMessiri') format('svg'); /* Legacy iOS */
}
/* el-messiri-500 - latin */
@font-face {
  font-family: 'El Messiri';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/el-messiri-v5-latin-500.eot'); /* IE9 Compat Modes */
  src: local('El Messiri Medium'), local('ElMessiri-Medium'), url('../fonts/el-messiri-v5-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/el-messiri-v5-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/el-messiri-v5-latin-500.woff') format('woff'), /* Modern Browsers */ url('../fonts/el-messiri-v5-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/el-messiri-v5-latin-500.svg#ElMessiri') format('svg'); /* Legacy iOS */
}
/* el-messiri-600 - latin */
@font-face {
  font-family: 'El Messiri';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/el-messiri-v5-latin-600.eot'); /* IE9 Compat Modes */
  src: local('El Messiri SemiBold'), local('ElMessiri-SemiBold'), url('../fonts/el-messiri-v5-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/el-messiri-v5-latin-600.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/el-messiri-v5-latin-600.woff') format('woff'), /* Modern Browsers */ url('../fonts/el-messiri-v5-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/el-messiri-v5-latin-600.svg#ElMessiri') format('svg'); /* Legacy iOS */
}
/* el-messiri-700 - latin */
@font-face {
  font-family: 'El Messiri';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/el-messiri-v5-latin-700.eot'); /* IE9 Compat Modes */
  src: local('El Messiri Bold'), local('ElMessiri-Bold'), url('../fonts/el-messiri-v5-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/el-messiri-v5-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/el-messiri-v5-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/el-messiri-v5-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/el-messiri-v5-latin-700.svg#ElMessiri') format('svg'); /* Legacy iOS */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/crimson-text-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* crimson-text-italic - 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: 'Crimson Text';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/crimson-text-v19-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* crimson-text-600 - 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: 'Crimson Text';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/crimson-text-v19-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* crimson-text-600italic - 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: 'Crimson Text';
  font-style: italic;
  font-weight: 600;
  src: url('../fonts/crimson-text-v19-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* crimson-text-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: 'Crimson Text';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/crimson-text-v19-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* crimson-text-700italic - 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: 'Crimson Text';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/crimson-text-v19-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body::selection {} /*Mit dem Pseudoelement kann die Vorder- und Hintergrundfarbe von ausgewählten Elementen (z.B. markiertem Text) bestimmt werden. */
input:focus, textarea:focus { /* Fokus für Eingabefelder definieren */
}
main .content hr {
  /* [disabled]background-color: rgba(233, 237, 188, 1.00); */
  height: 1px;
  margin-top: 1.5em;
}
hr {
  height: 1px;
  background-color: rgba(168, 179, 0, 1.00);
}
h1 {
  display: flex;
  justify-content: center;
  font-size: 1.75em;
  color: /*#CDB977; */ rgba(228, 211, 154, 1.00);
  margin-top: 1em;
  font-weight: normal;
  flex-wrap: wrap;
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}
h4 {
  display: flex;
  justify-content: center;
  font-size: 1.5em;
  color: /*#CDB977; */ #E4D39A;
  margin-top: 1em;
  font-weight: normal;
  flex-wrap: wrap;
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 1em;
}
h1 span {
  margin-left: 0.14em;
  margin-right: 0.14em;
}
  h2 {
    font-size: 1.3em;
    font-weight: normal;
    display: flex;
    margin-top: 1em;
  }
h3 {
  font-size: 1.3em;
  font-weight: normal;
  display: flex;
  margin-top: 0.8em;
  color: #FFFFFF;
  justify-content: center;
  margin-bottom: 0.3em;
}
.meldung {
  background-color: #A71C02;
  color: #FFFFFF;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 1em;
  padding-bottom: 1.5em;
  font-size: 12pt;
  text-align: left;
  display: block;
  border-top: 1px solid rgba(243, 0, 0, 1.00);
}
.meldung-highlight {
  /* [disabled]font-weight: bold;
*/
  color: #FDC300;
  font-size: 12pt;
}
.alert {
  display: none;
  margin-top: 1em;
  background-color: #DFDBCF;
  color: #202220;
  padding-top: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  font-size: 1.13em;
  border: 1px solid #679647;
}
.none {
  display: none;
}
p {
    margin-top: 1.13em;
    font-size: 1.13em;
}
p span {
  color: rgba(228, 211, 154, 1.00);
  line-height: inherit;
}
main a:link {
  color: #BECB00;
  text-decoration: none;
}
main a:visited {
  color: rgba(190, 203, 0, 1.00);
  text-decoration: none;
}
main a:hover {
  color: rgba(190, 203, 0, 1.00);
  text-decoration: underline;
}
main a:active {
  color: #BECB00;
  text-decoration: none;
}
body {
  font-family: "El Messiri", sans-serif;
  color: #FFFFFF;
  background-image: url(../images/background.png);
  overflow-y: scroll;
  background-attachment: fixed;
  border-radius: 6em;
  overflow-x: hidden;
}
.layout_wrapper {
  margin: 0 auto;
  max-width: 900px;
}
nav a.universal_hover {
  color: #BFDF4A !important; /*Android zeigt für Link-Typofarbe stets das Mouseevent an!*/
}
header a.universal_hover {
  color: #D03F00 !important; /*Android zeigt für Link-Typofarbe stets das Mouseevent an!*/
}
footer a.universal_hover {
  color: rgba(37, 37, 37, 1.00); /*Android zeigt für Link-Typofarbe stets das Mouseevent an!*/
}
header ul A:link {
  color: rgba(0, 0, 0, 1.00);
  text-decoration: none;
}
header ul A:visited {
  color: rgba(0, 0, 0, 1.00);
  text-decoration: none;
}
header ul A:hover {
  color: rgba(0, 0, 0, 1.00);
  text-decoration: none;
}
header ul A:active {
  color: rgba(0, 0, 0, 1.00);
  text-decoration: none;
}
nav ul A:link {
  color: #FFF;
  text-decoration: none;
}
nav ul A:visited {
  color: #FFF;
  text-decoration: none;
}
nav ul A:hover {
  color: #BFDF4A;
  text-decoration: none;
}
nav ul A:active {
  color: #758D1D;
  text-decoration: none;
}
footer ul A:link {
  color: #FFFFFF;
  text-decoration: none;
}
footer ul A:visited {
  color: #FFFFFF;
  text-decoration: none;
}
footer ul A:hover {
  color: #000;
  text-decoration: none;
}
footer ul A:active {
  color: #000;
  text-decoration: none;
}
/* ############################### CSS BASICS END ############################## */
/* MEDIA QUERY MOBILE ========================================================== */
@media screen and (min-width:0px) {
  header {
    margin-top: 15px;
  }
  .header_image img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
  header ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    /* [disabled]height: 38px;
*/
    padding-top: 8px;
    padding-bottom: 5px;
    background-color: rgba(202, 202, 202, 1.00);
    border-left: 0px solid rgba(121, 28, 24, 1.00);
    border-right: 0px solid rgba(121, 28, 24, 1.00);
    border-bottom: 1px solid rgba(208, 63, 0, 1.00);
    border-top: 1px solid rgba(208, 63, 0, 1.00);
  }
  header ul li {
    white-space: nowrap;
    font-size: 4.4vw;
    color: rgba(0, 0, 0, 1.00);
    /* [disabled]margin-left: 0.25em; */
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  header ul li a {
    cursor: pointer;
  }
  nav {}
  nav ul {
    display: none;
    font-size: 1.375em;
    background-color: #4E4C4C;
    padding-top: 9px;
    padding-left: 15%;
    padding-right: 15%;
    color: #000000;
    padding-bottom: 8px;
  }
  nav ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.33);
    height: 43px;
    display: flex;
    align-items: center;
    width: 100%;
    /* [disabled]padding-top: 3px;
*/
  }
  nav ul li:first-child {
    border-top: 0px solid #15110C;
    white-space: nowrap;
  }
  nav ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding-top: 3px;
    white-space: nowrap;
  }
  nav span.selected {
    color: rgba(191, 223, 74, 1.00);
  }
  nav .menu_button_bar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 43px;
    background-color: rgba(78, 76, 76, 1.00);
    cursor: pointer;
  }
  nav #mobile_menu_button {}
  /* MENU ICON START ============================================================= */
  .menu_icon {
    display: flex;
    position: relative;
    width: 28px;
    height: 30px;
    cursor: pointer;
    background-color: transparent;
    transition: background 0.3s/;
    top: 0;
    right: 0;
  }
  .menu_icon span {
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    right: 0;
    height: 4px;
    background: #fff;
  }
  .menu_icon span:before, .menu_icon span:after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    content: "";
  }
  .menu_icon span:before {
    top: -9px;
  }
  .menu_icon span:after {
    bottom: -9px;
  }
  .menu_icon-X span {
    transition: background 0s 0.3s;
  }
  .menu_icon-X span:before, .menu_icon-X span:after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
  }
  .menu_icon-X span:before {
    transition-property: top, transform;
  }
  .menu_icon-X span:after {
    transition-property: bottom, transform;
  }
  .menu_icon-X.is-active span {
    background: none;
  }
  .menu_icon-X.is-active span:before {
    top: 0;
    transform: rotate(45deg);
  }
  .menu_icon-X.is-active span:after {
    bottom: 0;
    transform: rotate(-45deg);
  }
  .menu_icon-X.is-active span:before, .menu_icon-X.is-active span:after {
    transition-delay: 0s, 0.3s;
  }
  /* MENU ICON END =============================================================== */ main {
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 1.00);
    border-left: 0px solid #791C18;
    border-right: 0px solid #791C18;
    /* [disabled]padding-left: 2em;
*/
    /* [disabled]padding-right: 2em;
*/
    min-height: 700px;
    /* [disabled]padding-bottom: 2em;
*/
    /* [disabled]padding-top: 2em;
*/
  }
  main .mainimage {
    border-top: 1px solid #BECB00;
    border-bottom: 1px solid #D03F00;
    position: relative;
  }
  main .mainimage_borderless {
    position: relative;
    margin-top: 0em;
  }
  main .mainimage2 {
    position: relative;
    margin-top: 1.75em;
    margin-bottom: -1em;
  }
  main .mainimage2 img {}
  main .mainimage ul {
    position: absolute;
    right: 0px;
    font-size: 3.8vw;
    margin-right: 0.6em;
    color: #FFFFFF;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-end;
    justify-content: center;
    top: 0px;
    height: 100%;
  }
  main .mainimage ul li {
    background-color: #D03F00;
    padding-right: 0.4em;
    padding-left: 0.4em;
    margin-top: 2vw;
    display: flex;
    height: 1.5em;
    align-items: center;
    flex-grow: row nowrap;
    padding-top: 0.2em;
    border-top-left-radius: 0.7em;
    border-bottom-right-radius: 0.7em;
  }
  main .mainimage ul li:first-child {
    margin-top: 0px;
  }
  main .mainimage ul li.green_bg {
    background-color: #A8B300;
    font-size: 0.9em;
  }
  main .mainimage ul li i {
    margin-top: -0.245em;
    font-size: 1em;
    margin-left: 0.4em;
    /* [disabled]opacity: 0.7;
*/
    /* [disabled]display: none;
*/
  }
  main .mainimage ul li.green_bg i {
    margin-top: -0.2em;
    font-size: 1em;
    margin-left: 0.4em;
    /* [disabled]display: none;
*/
  }
  main div.content {
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 2em;
  }
  div.content .teaser_partyplatte_wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 1em;
  }
  div.content .teaser_partyplatte_wrapper div {
    width: 70%;
  }
  /* MAIL-FORMULAR START ============================================================= */
  form .form {}
  form .message_ratio_wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 34%;
    min-height: 200px;
  }
  form .message {
    width: 100%;
    line-height: inherit;
    height: 100%;
    resize: none;
    /*verhindert vertikalen Abstand der Textarea in Chrome*/
    display: block;
    padding-top: 0.6em;
    padding-left: 0em;
    position: absolute;
    border-radius: 9px;
    color: rgba(37, 37, 37, 1.00);
    background-color: rgba(248, 245, 232, 1.00);
  }
  form .form_text {
    font-family: inherit;
    font-size: inherit;
    color: rgba(37, 37, 37, 1.00);
    border-color: #B0B0B0;
    border-style: solid;
    /* [disabled]border-width: 1px;
*/
    padding-left: 1em;
    padding-right: 1em;
    -webkit-box-shadow: 0px 0px rgba(21, 17, 12, 1.00);
    box-shadow: 0px 0px rgba(21, 17, 12, 1.00);
  }
  form input:focus, textarea:focus {
    border: 1px #95C11F solid;
    box-shadow: 0px 0px 4px #BECB00;
    -webkit-box-shadow: 0px 0px 4px #BECB00;
  }
  /* Placeholder in Textfeldern formatieren */
  .form_text::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
  }
  .form_text:focus::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.5;
  }
  .form_text::-moz-placeholder {
    color: inherit;
    opacity: 1;
  }
  .form_text:focus::-moz-placeholder {
    color: inherit;
    opacity: 0.5;
  }
  .form_text:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
  }
  .form_text:focus:-ms-input-placeholder {
    color: #B0B0B0;
    opacity: 0.5;
  }
  form .textfield_container {
    display: flex;
    flex-direction: column;
    margin-top: 0px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  form .textfield {
    width: 100%;
    margin-top: 24px;
    height: 2em;
    border-radius: 16px;
    display: flex;
    align-items: center;
    padding-top: 0.2em;
    color: rgba(37, 37, 37, 1.00);
    background-attachment: fixed;
    background-color: rgba(248, 245, 232, 1.00);
  }
  form .textfield_route {
    width: 100%;
    height: 32px;
    line-height: 32px;
    margin-top: 24px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 16px;
    padding-top: 0.2em;
    margin-bottom: 2em;
    color: rgba(37, 37, 37, 1.00);
    background-attachment: fixed;
    background-color: rgba(248, 245, 232, 1.00);
  }
  /*DATENSCHUTZ CHECK START =============================================================*/
  /* Customize the label (the container) */
  .container {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    left: -2em;
    margin-left: 2em;
  }
  /* Hide the browser's default checkbox */
  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    background-color: #AA4095;
    margin-top: 1.65em;
    margin-left: 0.6em;
  }
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0.1em;
    left: 0;
    height: 1.2em;
    width: 1.2em;
    background-color: #D03F00;
    border-color: #8E8E8E;
    border-style: solid;
    /* [disabled]border-width: 1px;
*/
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* On mouse-over, add background color */
  .container:hover input ~ .checkmark {
    background-color: #A8B300;
    border: 0px solid #8E8E8E;
  }
  /* When the checkbox is checked, add a blue background */
  .container input:checked ~ .checkmark {
    background-color: #A8B300;
    border: 0px solid #8E8E8E;
  }
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  /* Show the checkmark when checked */
  .container input:checked ~ .checkmark:after {
    display: block;
  }
  /* Style the checkmark/indicator */
  .container .checkmark:after {
    left: 0.4em;
    top: 0.05em;
    width: 0.45em;
    height: 0.9em;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  form .datenschutz-wrapper {
    display: flex;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  /*DATENSCHUTZ CHECK END =============================================================*/
  form .submit_button {
    display: flex;
    margin-top: 0em;
    font-size: 1.25em;
    color: #FFF;
    border: 0px solid rgba(176, 176, 176, 1.00);
    padding-left: 1em;
    padding-right: 1em;
    margin-left: auto;
    margin-right: auto;
    background-color: #D03F00;
    cursor: pointer;
    height: 1.6em;
    align-items: center;
    border-radius: 16px;
    font-family: "El Messiri", sans-serif;
    line-height: 1.6em;
    padding-top: 0.1em;
  }
  form .submit_button.universal_hover {
    background-color: #A8B300;
  }
  form .submit_button:focus {
    border: none;
    box-shadow: none;
  }
  p.confirmation_text {
    text-align: left;
    display: block;
    color: rgba(255, 255, 255, 1.00);
    /* [disabled]font-size: 1.13em;
*/
    background-color: rgba(168, 179, 0, 1.00);
    border-radius: 12px;
    padding-top: 0.5em;
    padding-right: 1em;
    padding-bottom: 0.5em;
    padding-left: 1em;
  }
  #counter {
    color: rgba(255, 255, 255, 1.00);
  }
  div.ratio_map_wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 67%;
    height: 0;
    min-height: 470px;
    display: flex;
  }
  div#map {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    /* [disabled]right: 0px;
*/
    /* [disabled]bottom: 0px;
*/
    border-radius: 12px;
    /* [disabled]margin-top: 24px;
*/
    /* [disabled]margin-bottom: 8px;
*/
    background-color: #BBBBBB;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .map-typo {
    font-family: Lato, sans-serif;
    font-size: 15px;
    padding-top: 0em;
    padding-right: 0em;
    padding-bottom: 0em;
    padding-left: 0em;
    line-height: 1.4em;
    letter-spacing: 0.01em;
    color: rgba(21, 17, 12, 1.00);
  }
  .map-typo span {
    /* [disabled]font-size: 14px;
*/
    font-weight: 700;
    color: rgba(21, 17, 12, 1.00);
  }
  /* MAIL-FORMULAR END ============================================================= */
  .container_nav_gerichte {
    margin-top: 2em;
    display: flex;
    margin-bottom: 1em;
  }
  .container_nav_gerichte ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 3%;
  }
  .container_nav_gerichte ul li {
    background-color: rgba(126, 111, 65, 1.00);
    width: 398px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    font-size: 1.5em;
    color: rgba(255, 255, 255, 1.00);
    height: 1.6em;
    padding-top: 0.2em;
    cursor: pointer;
    margin-top: 0em;
  }
  .container_nav_gerichte span {
    display: none;
    margin-bottom: 0px;
  }
  .container_nav_gerichte ul li:hover {
    /* [disabled]background-color: rgba(86,119,0,1.00);
*/
  }
  .container_nav_gerichte ul li:first-child {
    margin-right: 3.571%;
    margin-top: 0px;
  }
  ul li.nav_gerichte_highlight {
    background-color: rgba(208, 63, 0, 1.00);
  }
  ul li.nav_gerichte_highlight2 {
    background-color: rgba(168, 179, 0, 1.00);
  }
  .container_tellergerichte {}
  .container_tellergerichte div img {
    margin-bottom: 0em;
  }
  .container_sandwiches {
    margin-left: 2%;
    margin-right: 2%;
  }
  .container_sandwiches div img {
    margin-bottom: -3.5em;
  }
  .wrapper_gerichte {
    display: flex;
    flex-direction: column;
  }
  .container_tellergerichte .gerichte {
    display: flex;
    flex-flow: column nowrap;
    margin-top: 4%;
    overflow: hidden;
    margin-bottom: 1em;
  }
  .container_sandwiches .gerichte {
    display: flex;
    flex-flow: column nowrap;
    margin-top: 4%;
    overflow: hidden;
  }
  .gerichte .bild {
    position: relative;
  }
  .gerichte .typo {
    /* [disabled]background-color: #2E1D19;
*/
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    color: rgba(21, 17, 12, 1.00);
    padding-bottom: 0.35em;
    text-align: center;
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-top: 0.25em;
  }
  .gerichte .name {
    color: rgba(213, 176, 83, 1.00);
    font-size: 1.5em;
    line-height: 1em;
    padding-top: 0.75em;
    padding-bottom: 0.225em;
  }
  .gerichte .beschreibung {
    font-size: 1em;
    margin-top: -0.2em;
    line-height: 1.5em;
    width: 100%;
    color: rgba(255, 255, 255, 1.00);
  }
  .gerichte .preise {
    right: 8px;
    bottom: 8px;
    font-size: 1.4em;
    display: flex;
    justify-content: center;
    /* [disabled]padding-top: 0.25em;
*/
    color: rgba(213, 176, 83, 1.00);
    padding-left: 0.3em;
    padding-right: 0.3em;
    padding-bottom: 0.1em;
    line-height: 1.2em;
    margin-bottom: 0.6em;
  }
  .preise_partyplatte {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .preise_partyplatte span {
    color: rgba(208, 63, 0, 1.00);
  }
  .gerichte .preise span {
    color: rgba(208, 63, 0, 1.00);
    display: inline-block;
  }
  .layout_wrapper header ul {
    color: rgba(208, 63, 0, 1.00);
  }
  .gerichte .preise span {
    color: rgba(208, 63, 0, 1.00);
    display: inline-block;
    margin-top: -3px;
    font-size: 1.25em;
    font-family: Lato, sans-serif;
  }
  .gerichte .normale_preise {
    position: absolute;
    right: 8px;
    background-color: rgba(154, 126, 38, 1.00);
    border-radius: 3.5em / 2em;
    bottom: 48px;
    font-size: 1.25em;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /* [disabled]padding-top: 0.25em;
*/
    color: rgba(255, 255, 255, 1.00);
    border-color: rgba(46, 29, 25, 1.00);
    border-style: solid;
    /* [disabled]border-width: thin;
*/
    padding-left: 0.3em;
    padding-right: 0.3em;
    height: 2em;
    padding-bottom: 0.1em;
    font-weight: 600;
  }
  .gerichte .xl_preise {
    position: absolute;
    right: 44px;
    background-color: rgba(154, 126, 38, 1.00);
    border-radius: 4em / 2em;
    bottom: 8px;
    font-size: 1.25em;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /* [disabled]padding-top: 0.25em;
*/
    color: rgba(255, 255, 255, 1.00);
    border-color: rgba(46, 29, 25, 1.00);
    border-style: solid;
    /* [disabled]border-width: thin;
*/
    padding-left: 0.3em;
    padding-right: 0.3em;
    height: 2em;
    padding-bottom: 0.1em;
    font-weight: 600;
  }
  .bild .xl_preise span {
    color: rgba(21, 17, 12, 1.00);
    margin-right: 0.25em;
    font-size: 0.75em;
    padding-bottom: 0.15em;
    /* [disabled]font-weight: 700;
*/
  }
  .image50_wrapper {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 0.75em;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0em;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 1em;
  }
  .image50_wrapper div:first-child {
    /* [disabled]margin-bottom: 2em;
*/
    width: 100%;
  }
  .image50_wrapper div:last-child {
    width: 100%;
    margin-top: 2em;
  }
  .image50_wrapper div img {
    border-radius: 10px;
  }
  footer {
    display: flex;
    background-color: #95989A;
    height: 24px;
    font-size: 13px;
    color: #FFFFFF;
    padding-top: 3px;
    padding-left: 0em;
    padding-right: 0em;
    border-bottom-left-radius: 11px;
    border-bottom-right-radius: 10px;
    margin-bottom: 40px;
    border-top: 1px solid #BECB00;
  }
  footer ul {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
  }
  footer ul li {
    padding-left: 0.7em;
    padding-right: 0.7em;
  }
  footer div {
    display: none;
  }
  #back_to_top {
    width: 40px;
    height: 40px;
    display: flex;
    padding-bottom: 2px;
    border-radius: 75px;
    background-color: rgba(168, 179, 0, 1.00);
    justify-content: center;
    align-items: center;
    right: 4%;
    position: fixed;
    bottom: 80px;
    opacity: 1;
  }
  #back_to_top img {
    height: 1em;
  }
  #back_to_top.universal_hover {
    background-color: rgba(195, 154, 27, 1.00);
  }
  .no_wrap {
    white-space: nowrap;
    color: rgba(191,223,74,1.00);
  }
  div.preise_partyplatte div {
    border-radius: 25em 24em 24em 25em / 15em;
    text-align: center;
    padding-top: 0.35em;
    padding-right: 0.75em;
    padding-bottom: 0.1em;
    padding-left: 0.75em;
    color: rgba(0, 0, 0, 1.00);
    line-height: 1.15em;
    /* [disabled]margin-left: 1vh; */
    /* [disabled]margin-right: 1vw; */
    font-weight: bold;
    font-size: 4vw;
    background-color: rgba(228, 211, 154, 1.00);
  }
  header .header_image {
    width: 100%;
    background-image: url(../images/salam-logo-zoom.png);
    aspect-ratio: 900 / 162;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 21px;
    border-top-right-radius: 21px;
  }

}
@media screen and (min-width : 430px) {
  header ul li {
    font-size: 1.13em;
    margin-left: 0em;
  }
}
@media screen and (min-width:468px) {
  /* FORM ================================== */
  form .message_ratio_wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 34%;
  }
  form .message {
    height: 100%;
    position: absolute;
    background-attachment: fixed;
    color: rgba(37, 37, 37, 1.00);
  }
  form .ratio_map_wrapper {
    width: 100%;
    position: relative;
    padding-bottom: 67%;
    height: 0;
  }
  form .map-typo {
    font-family: "El Messiri", sans-serif;
    font-size: 14px;
    padding-top: 0em;
    padding-right: 0em;
    padding-bottom: 0em;
    padding-left: 0em;
    line-height: 1.4em;
  }
  form .textfield_container {
    display: flex;
    flex-direction: row;
    margin-top: 0px;
    align-items: center;
    justify-content: space-between;
  }
  form .textfield {
    width: calc(50% - 1.7855vw);
    display: flex;
  }
  form .textfield_route {
    width: calc(50% - 10px);
    color: rgba(37, 37, 37, 1.00);
  }
}
@media screen and (min-width:667px) {
  .container_nav_gerichte ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 1%;
  }
  .container_nav_gerichte span {
    display: block;
  }
  /* MAIL-FORMULAR END ============================================================= */
  .wrapper_gerichte {
    flex-direction: row;
    justify-content: space-between;
  }
  .gerichte {
    width: 398px;
    margin-top: 4%;
  }
  .gerichte:first-child {
    margin-right: 4%;
  }
  .gerichte_platzhalter {
    width: 398px;
  }
  main .mainimage ul {
    font-size: 1.6em;
  }
  .image50_wrapper {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 0.75em;
    flex-direction: row;
    align-items: flex-start;
    margin-top: 0em;
    /* [disabled]padding-bottom: 1em;
*/
    padding-left: 0px;
    padding-right: 0%;
  }
  .image50_wrapper div:first-child {
    width: 50%;
    /* [disabled]padding-left: 5%;
*/
    /* [disabled]padding-right: 1.25%;
*/
  }
  .image50_wrapper div:last-child {
    width: 50%;
    margin-top: 0em;
    /* [disabled]padding-right: 5%;
*/
    /* [disabled]padding-left: 1.25%;
*/
  }
  .image50_wrapper div img {
    border-radius: 0px;
  }
  header .header_image {}
  div.preise_partyplatte div {
    border-radius: 25em 24em 24em 25em / 15em;
    text-align: center;
    padding-top: 0.35em;
    padding-right: 0.75em;
    padding-bottom: 0.25em;
    padding-left: 0.75em;
    color: rgba(0, 0, 0, 1.00);
    line-height: 1.15em;
    margin-left: 1em;
    margin-right: 1em;
    font-weight: bold;
    font-size: 1.25em;
    background-color: rgba(228, 211, 154, 1.00);
  }
  .preise_partyplatte {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
/* MEDIA QUERY DESKTOP ========================================================= */
@media screen and (min-width:900px) {
  header {
    margin-top: 20px;
  }
  header .header_image {
    width: 100%;
    background-image: url(../images/salam-logo.png);
    aspect-ratio: 900 / 135;
    background-size: cover;
    background-position: center;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
  }
  .header_image img {
    font-size: medium;
    padding-left: 0px;
  }
  header ul {
    display: flex;
    flex-flow: row nowrap;
    height: 38px;
    padding-top: 2px;
    padding-bottom: 0px;
    border-left-width: 1px;
    border-right-width: 1px;
    border-left-style: solid;
    border-right-style: solid;
    justify-content: space-around;
    padding-left: 3px;
    padding-right: 3px;
  }
  header ul li {
    font-size: 0.95em;
  }
  nav ul {
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    height: 43px;
    font-size: 1.375em;
    background-color: rgba(78, 76, 76, 1.00);
    padding-left: 30px;
    padding-right: 30px;
    color: #000000;
    flex-direction: row;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  nav ul li {
    border-top: 0px solid #15110C;
    height: auto;
    width: auto;
  }
  nav ul li a {
    /* [disabled]display: inline;
*/
    /* [disabled]width: auto;
*/
    padding-top: 3px;
    height: 43px;
    white-space: nowrap;
  }
  nav .menu_button_bar {
    display: none
  }
  /* MENU ICON END =============================================================== */ main {
    display: flex;
    flex-direction: column;
    border-left: 1px solid #791C18;
    border-right: 1px solid #791C18;
    /* [disabled]padding-left: 2em;
*/
    /* [disabled]padding-right: 2em;
*/
    min-height: 700px;
    /* [disabled]padding-bottom: 2em;
*/
    /* [disabled]padding-top: 2em;
*/
  }
  main .mainimage ul {
    /* [disabled]font-size: 2em;
*/
  }
  main .mainimage ul li {
    margin-top: 0.6em;
  }
  form .textfield {
    width: calc(50% - 16px);
    display: flex;
  }
  .container_nav_gerichte {
    display: flex;
    margin-bottom: 0em;
    padding-left: 2px;
  }
  .gerichte {
    display: flex;
    flex-flow: column nowrap;
    overflow: hidden;
    margin-bottom: 0px;
  }
  .gerichte:first-child {
    margin-right: 2em;
  }
  p.confirmation_text {
    text-align: center;
    /* [disabled]font-size: 1.13em;
*/
  }
  footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 24px;
    font-size: 13px;
    color: #FFFFFF;
    padding-top: 3px;
    padding-left: 1em;
    padding-right: 1em;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 40px;
  }
  footer ul {
    display: flex;
    width: auto;
  }
  footer ul li {
    padding-left: 1.6em;
    padding-right: 0px;
  }
  footer div {
    display: inline;
  }
  #back_to_top {
    right: calc(50% - 414px);
  }
  .container_tellergerichte .gerichte {
    display: flex;
    flex-flow: column nowrap;
    margin-top: 4%;
    overflow: hidden;
    margin-bottom: 0em;
  }
  .container_sandwiches .gerichte {
    display: flex;
    flex-flow: column nowrap;
    margin-top: 2%;
    overflow: hidden;
  }
}
