/* pt-sans-regular - latin */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/pt-sans-v9-latin-regular.woff2") format("woff2"), url("../fonts/pt-sans-v9-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-sans-italic - latin */
@font-face {
  font-family: "PT Sans";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/pt-sans-v9-latin-italic.woff2") format("woff2"), url("../fonts/pt-sans-v9-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-sans-700 - latin */
@font-face {
  font-family: "PT Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/pt-sans-v9-latin-700.woff2") format("woff2"), url("../fonts/pt-sans-v9-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-serif-regular - latin */
@font-face {
  font-family: "PT Serif";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/pt-serif-v9-latin-regular.woff2") format("woff2"), url("../fonts/pt-serif-v9-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-serif-italic - latin */
@font-face {
  font-family: "PT Serif";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/pt-serif-v9-latin-italic.woff2") format("woff2"), url("../fonts/pt-serif-v9-latin-italic.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
fieldset,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul[class],
ol[class] {
  padding: 0;
  list-style: none;
}

@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
body {
  text-rendering: optimizeSpeed;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

audio, video {
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.invisible {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

html {
  height: 100%;
  font-size: 100%;
  overflow-y: scroll;
}

body {
  min-height: 100vh;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #997B6C;
}

body {
  background-color: #856B5E;
}
@media screen and (max-width: 63.9375rem) {
  body {
    background-color: unset;
  }
}

[id=wrapper] {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

[id=container] {
  flex: 1 0 auto;
}

[id=wrapper] {
  width: 62.5rem;
  margin: 0.625em auto;
  background-color: black;
  border: 3px solid white;
}
@media screen and (max-width: 63.9375rem) {
  [id=wrapper] {
    max-width: 100%;
    margin: 0;
  }
}

header {
  height: 16em;
  position: relative;
}
header .logo {
  position: absolute;
  top: 37px;
  left: 0px;
}
@media screen and (max-width: 47.9375rem) {
  header .logo {
    top: 1.25em;
  }
}
@media screen and (max-width: 319px) {
  header .logo img {
    width: 180px;
    height: auto;
  }
}
header .fotoleiste {
  position: absolute;
  top: 60px;
  right: 0px;
}

#custom {
  height: 255px;
}
#custom .inside {
  display: flex;
}
#custom .inside .bg_oeffnungszeiten {
  margin-right: 3px;
  position: relative;
  width: 323px;
  height: 253px;
  flex: 0 1 auto;
}
#custom .inside .bg_oeffnungszeiten img {
  height: 100%;
  object-fit: cover;
}
#custom .inside .bg_oeffnungszeiten .oeffnungszeiten {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 125px;
}
@media screen and (max-width: 26.45rem) {
  #custom .inside .bg_oeffnungszeiten .oeffnungszeiten {
    left: 10px;
  }
}
#custom .inside .bg_oeffnungszeiten .oeffnungszeiten p {
  font-size: 0.8125rem;
  color: black;
  text-align: right;
}
@media screen and (max-width: 26.45rem) {
  #custom .inside .bg_oeffnungszeiten .oeffnungszeiten p {
    text-align: left;
  }
}
#custom .inside nav.main {
  margin-right: 3px;
}
#custom .inside .hauptbild img {
  height: 100%;
  object-fit: cover;
}

main .inside {
  padding-top: 50px;
  padding-right: 30px;
  padding-bottom: 50px;
  padding-left: 30px;
}

[id=footer] {
  color: white;
}
[id=footer] .inside {
  padding: 10px 30px;
}
[id=footer] .inside .footertext {
  color: #997B6C;
}
[id=footer] .inside .footertext p {
  text-align: center;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:focus {
  color: #EFA634;
  text-decoration: none;
}

a.nocolor, .content-hyperlink.nocolor a {
  color: #997B6C;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 0.875rem;
}

h1 {
  font-size: 1.625rem; /*margin-bottom: 1.375rem;*/
}

h2 {
  font-size: 1.375rem; /*margin-bottom: 1.375rem;*/
}

h3 {
  font-size: 1.125rem; /*margin-bottom: 1.125rem;*/
}

h4 {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

h5 {
  font-size: 0.875rem;
  margin-bottom: 0.875rem;
  font-weight: bold;
}

h6 {
  font-size: 1.625rem;
  margin-bottom: 0.875rem;
}

h6.caps {
  text-align: right;
}

body#top.home :where(h1, h2, h3) {
  color: #EFA634;
}

body#top.daslokal :where(h1, h2, h3) {
  color: #E65551;
}

body#top.fotogalerie :where(h1, h2, h3) {
  color: #DD89D6;
}

body#top.catering :where(h1, h2, h3) {
  color: #8AC6D8;
}

body#top.weinverkostungen :where(h1, h2, h3) {
  color: #B5CE79;
}

body#top.gruppen :where(h1, h2, h3) {
  color: #EFA634;
}

body#top.mittagsmenue :where(h1, h2, h3),
body#top.kulturkalender :where(h1, h2, h3) {
  color: white;
}

@media screen and (min-width: 63.9375rem) {
  h1 {
    position: relative;
  }
  h1::before {
    position: absolute;
    top: 0;
    font-size: 1.625rem;
  }
  body#top.home h1::before {
    left: -3.5rem;
    content: "01|";
    color: #EFA634;
  }
  body#top.daslokal h1::before {
    left: -3.5rem;
    content: "02|";
    color: #E65551;
  }
  body#top.fotogalerie h1::before {
    left: -3.5rem;
    content: "03|";
    color: #DD89D6;
  }
  body#top.catering h1::before {
    left: -3.5rem;
    content: "04|";
    color: #8AC6D8;
  }
  body#top.weinverkostungen h1::before {
    left: -3.5rem;
    content: "05|";
    color: #B5CE79;
  }
  body#top.gruppen h1::before {
    left: -3.5rem;
    content: "06|";
    color: #EFA634;
  }
  body#top.mittagsmenue h1::before {
    left: -6rem;
    content: url("/files/theme/grafik/besteck.gif");
  }
  body#top.kulturkalender h1::before {
    left: -6rem;
    content: url("/files/theme/grafik/kalender.gif");
  }
  body#top.kontakt h1::before {
    left: -5rem;
    content: "K&A |";
    color: #997B6C;
  }
  body#top.newsletter h1::before {
    left: -3.5rem;
    content: "NL|";
    color: #997B6C;
  }
  body#top.impressum h1::before {
    left: -3.5rem;
    content: "IM|";
    color: #997B6C;
  }
  body#top.datenschutz h1::before {
    left: -3.5rem;
    content: "DS|";
    color: #997B6C;
  }
}
.mod_article {
  padding-left: 295px;
}
@media screen and (max-width: 63.9375rem) {
  .mod_article {
    padding-left: 0;
  }
}

body#top.mittagsmenue .mod_article,
body#top.kulturkalender .mod_article {
  padding-left: 154px;
}
@media screen and (max-width: 63.9375rem) {
  body#top.mittagsmenue .mod_article,
  body#top.kulturkalender .mod_article {
    padding-left: 0;
  }
}

p {
  margin-bottom: 0.875rem;
}

p.error, p.confirm {
  color: #E65551;
  font-weight: bold;
}

b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

.tt_label {
  display: inline-block;
  width: 110px;
  font-weight: bold;
}

.tt_label_long {
  display: inline-block;
  width: 200px;
  font-weight: bold;
}

*[class*=content-] {
  margin-bottom: 1.75rem;
}

*[class*=content-].nomargin {
  margin-bottom: 0;
}

.nomargin * {
  margin-bottom: 0;
}

.margin_t5 {
  margin-top: 5px;
}

.margin_t10 {
  margin-top: 10px;
}

.margin_t15 {
  margin-top: 15px;
}

.margin_t20 {
  margin-top: 20px;
}

.margin_t30 {
  margin-top: 30px;
}

.margin_t40 {
  margin-top: 40px;
}

.margin_t50 {
  margin-top: 50px;
}

.margin_t60 {
  margin-top: 60px;
}

.margin_b5 {
  margin-bottom: 5px;
}

.margin_b10 {
  margin-bottom: 10px;
}

.margin_b15 {
  margin-bottom: 15px;
}

.margin_b20 {
  margin-bottom: 20px;
}

.margin_b30 {
  margin-bottom: 30px;
}

.margin_b40 {
  margin-bottom: 40px;
}

.margin_b50 {
  margin-bottom: 50px;
}

.margin_b60 {
  margin-bottom: 60px;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-top-30 {
  margin-top: 30px;
}

.margin-top-40 {
  margin-top: 40px;
}

.margin-top-50 {
  margin-top: 50px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-50 {
  margin-bottom: 50px;
}

.margin-bottom-60 {
  margin-bottom: 60px;
}

.content-list ul, .content-list ol,
.content-text ul, .content-text ol {
  margin-bottom: 1rem;
  margin-left: 1.25rem;
  padding-left: 0;
}

.content-list ol li, .content-text ol li {
  padding-left: 3px;
}

.content-table table {
  margin-bottom: 1rem;
  border-collapse: collapse;
  border-bottom: 2px solid #997B6C;
}

.content-table.mittagsmenue {
  width: 780px;
}

.content-table.mittagsmenue td.col_0 {
  width: 204px;
}

.content-table.mittagsmenue td.col_1,
.content-table.mittagsmenue td.col_2 {
  width: 288px;
}

.content-table.mittagsmenue td,
.content-table.mittagsmenue th {
  padding: 0.125rem 0.5rem;
  font-size: 0.875rem;
  text-align: center;
  vertical-align: middle;
}

.content-table.mittagsmenue thead th {
  font-size: 0.875rem;
  padding: 0;
}

.content-table.mittagsmenue tr.row_0 td {
  padding: 0;
}

.content-table.mittagsmenue tr.row_1 td {
  padding: 0.125rem 1rem 1.5rem 1rem;
  font-weight: bold;
  vertical-align: middle;
}

.content-table.mittagsmenue tr.row_2 td,
.content-table.mittagsmenue tr.row_6 td,
.content-table.mittagsmenue tr.row_10 td,
.content-table.mittagsmenue tr.row_14 td,
.content-table.mittagsmenue tr.row_18 td,
.content-table.mittagsmenue tr.row_22 td {
  padding: 0.125rem 1rem;
  background-color: #6F594E;
  color: black;
  font-weight: bold;
  font-size: 0.875rem;
}

.content-table.mittagsmenue tr.row_5 td,
.content-table.mittagsmenue tr.row_9 td,
.content-table.mittagsmenue tr.row_13 td,
.content-table.mittagsmenue tr.row_17 td,
.content-table.mittagsmenue tr.row_21 td {
  padding: 0;
}

.content-table.mittagsmenue tr.row_3 td,
.content-table.mittagsmenue tr.row_7 td,
.content-table.mittagsmenue tr.row_11 td,
.content-table.mittagsmenue tr.row_15 td,
.content-table.mittagsmenue tr.row_19 td,
.content-table.mittagsmenue tr.row_23 td {
  padding-top: 0.875rem;
}

.content-table.mittagsmenue tr.row_12 td,
.content-table.mittagsmenue tr.row_16 td,
.content-table.mittagsmenue tr.row_20 td,
.content-table.mittagsmenue tr.row_24 td {
  font-weight: bold;
}

.content-table.kulturkalender {
  width: 780px;
}

.content-table.kulturkalender head_0,
.content-table.kulturkalender td:nth-of-type(1) {
  width: 127px;
}

.content-table.kulturkalender head_1,
.content-table.kulturkalender td:nth-of-type(2) {
  width: 553px;
}

.content-table.kulturkalender head_2,
.content-table.kulturkalender td:nth-of-type(3) {
  width: 100px;
}

.content-table.kulturkalender td,
.content-table.kulturkalender th {
  padding: 0.625rem 0;
  font-size: 0.875rem;
  text-align: left;
  vertical-align: top;
}

.content-table.kulturkalender thead th {
  padding: 0;
  border-bottom: 1px solid;
  font-size: 1.25rem;
  font-weight: normal;
  text-align: left;
}

.content-table.kulturkalender td:nth-of-type(1),
.content-table.kulturkalender td:nth-of-type(3) {
  white-space: nowrap;
}

.content-table.kulturkalender tr:nth-of-type(2n + 1) td {
  padding-bottom: 0;
  font-weight: bold;
}

.content-table.kulturkalender tr:nth-of-type(2n) td {
  padding-top: 0;
  border-bottom: 1px solid;
}

.content-table.kulturkalender td:nth-of-type(1),
.content-table.kulturkalender td:nth-of-type(2) {
  padding-right: 2rem;
}

@media screen and (max-width: 63.9375rem) {
  .content-table.kulturkalender,
  .content-table.mittagsmenue {
    width: 100%;
  }
  table {
    width: 100%;
    display: block;
    overflow-x: scroll;
    border-bottom: 0;
  }
  table th,
  table td {
    white-space: nowrap;
  }
}
img {
  vertical-align: bottom;
}

.content-image.caps {
  float: right;
}

.content-download img, .content-downloads img,
.content-download a, .content-downloads a {
  vertical-align: middle;
}

a.download_PDF {
  padding-left: 22px;
  background: url("../../../assets/contao/images/iconPDF.gif") no-repeat left center;
}

.ce_form {
  width: 550px;
  margin-bottom: 1.75rem;
}

legend {
  padding-right: 2px;
  padding-left: 2px;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=url],
input[type=password],
textarea {
  display: inline-block;
  width: 97%;
  margin-top: 2px;
  margin-bottom: 10px;
  padding: 3px 5px 4px 5px;
  background-color: black;
  border: 1px solid #856B5E;
  color: white;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  border: 1px solid #EFA634;
  color: white;
}

textarea {
  height: 150px;
}

input[type=radio],
input[type=checkbox] {
  margin-right: 2px;
  vertical-align: middle;
}

.radio_container label,
.checkbox_container label {
  display: inline-block;
  vertical-align: middle;
}

fieldset.zeilenumbruch {
  margin-bottom: 10px;
  background-image: none;
  background-color: white;
}

fieldset.zeilenumbruch span {
  display: block;
  margin-bottom: 5px;
}

button[type=submit] {
  padding: 5px 7px;
  background-color: #E65551;
  border: 1px solid #E65551;
  color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

button[type=submit]:hover,
button[type=submit]:focus {
  border: 1px solid #EFA634;
  background-color: #EFA634;
  color: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.mod_subscribe .checkbox_container,
.mod_unsubscribe .checkbox_container {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.mod_subscribe input[type=email],
.mod_unsubscribe input[type=email],
.mod_subscribe fieldset,
.mod_unsubscribe fieldset {
  width: 50%;
}
@media screen and (max-width: 47.9375rem) {
  .mod_subscribe input[type=email],
  .mod_unsubscribe input[type=email],
  .mod_subscribe fieldset,
  .mod_unsubscribe fieldset {
    width: 70%;
  }
}
@media screen and (max-width: 26.45rem) {
  .mod_subscribe input[type=email],
  .mod_unsubscribe input[type=email],
  .mod_subscribe fieldset,
  .mod_unsubscribe fieldset {
    width: 100%;
  }
}

.mod_nl_reader {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #856B5E;
}

.mod_navigation.main ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 152px;
  height: 253px;
}
.mod_navigation.main ul li {
  margin: 0;
  height: 29px;
  list-style-type: none;
  line-height: 1.9;
}
.mod_navigation.main ul li a,
.mod_navigation.main ul li strong {
  display: block;
  padding: 0 8px;
  font-size: 0.9375rem;
  text-decoration: none;
  color: black;
}
.mod_navigation.main ul li.home {
  background-color: #EFA634;
}
.mod_navigation.main ul li.daslokal {
  background-color: #E65551;
}
.mod_navigation.main ul li.fotogalerie {
  background-color: #DD89D6;
}
.mod_navigation.main ul li.catering {
  background-color: #8AC6D8;
}
.mod_navigation.main ul li.weinverkostungen {
  background-color: #B5CE79;
}
.mod_navigation.main ul li.gruppen {
  background-color: #EFA634;
}
.mod_navigation.main ul li.mittagsmenue, .mod_navigation.main ul li.kulturkalender {
  background-color: white;
  color: black;
}
.mod_navigation.main ul strong.active,
.mod_navigation.main ul a:hover,
.mod_navigation.main ul a.trail {
  color: black;
}
.mod_navigation.main ul li strong.active, .mod_navigation.main ul li a:hover, .mod_navigation.main ul li a.trail {
  background: url("/files/theme/grafik/navi.png") no-repeat left center;
}

.mod_customnav.service {
  position: absolute;
  right: 10px;
  top: 10px;
}

.mod_customnav.service ul {
  display: flex;
  justify-content: flex-end;
}
.mod_customnav.service ul li {
  padding-left: 30px;
  list-style-type: none;
}
.mod_customnav.service ul li a,
.mod_customnav.service ul li strong {
  display: inline-block;
  text-decoration: none;
  color: #856B5E;
}
.mod_customnav.service ul strong.active,
.mod_customnav.service ul a:hover,
.mod_customnav.service ul a.trail {
  display: inline-block;
  color: #EFA634;
}

@media screen and (min-width: 47.9375rem) {
  .mod_mobile_menu {
    display: none;
  }
}
@media screen and (max-width: 47.9375rem) {
  .custom nav.main,
  header nav.service {
    display: none;
  }
}
.mod_mobile_menu {
  display: flex;
  justify-content: flex-end;
}

.mobile_menu_trigger {
  padding-top: 2em;
  padding-right: 1.25rem;
  font-weight: bold;
  font-size: 1.125rem;
  color: white;
  line-height: 1;
  cursor: pointer;
}

.mobile_menu {
  background-color: hsla(0, 0%, 0%, 0.7);
}
.mobile_menu .inner {
  padding: 1em 1rem;
  background-color: black;
}
.mobile_menu .inner .mod_customnav.service {
  position: unset;
  margin-top: 1em;
}
.mobile_menu .inner .mod_customnav.service ul {
  display: flex;
  flex-direction: column;
  width: 152px;
}
.mobile_menu .inner .mod_customnav.service ul li {
  margin-bottom: 3px;
  padding: 0;
  height: 29px;
  line-height: 1.9;
}
.mobile_menu .inner .mod_customnav.service ul li a,
.mobile_menu .inner .mod_customnav.service ul li strong {
  display: block;
  padding: 0 8px;
  font-size: 0.9375rem;
  color: black;
  background-color: white;
}

/*# sourceMappingURL=style.css.map */
