/* CSS Document */
@import url("css-reset.css");
@import url("../nav/nav.css");
.grecaptcha-badge {
  visibility: hidden; }

@media screen and (max-width: 799px) {
  html {
    scroll-behavior: smooth; }

  form, input, buttom, .form-label, select, option {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%; }

  .noMobile {
    display: none !important; }

  .noDesktop {
    display: block !important; }

  body {
    width: 100%;
    min-width: 320px;
    color: #fff; }

  #myHeader {
    min-width: 320px;
    width: 100%;
    border-bottom: 2px solid #926000;
    position: fixed;
    top: 0;
    z-index: 501;
    box-shadow: 2px 2px 15px 4px black; }

  #content {
    padding: 2em 4px 0;
    background: #161616;
    background-image: url("../images/bg-pattern.webp");
    background-attachment: fixed; }

  #nav-container {
    justify-content: space-between; }

  .menu {
    font-size: 1.6rem !important;
    display: block; }

  .hamburger-menu {
    padding: 0 !important; }
    .hamburger-menu img {
      width: 22px;
      padding: 0; }

  .caret-right {
    padding: 0 !important; }
    .caret-right img {
      width: 40%;
      padding: 0; }

  #header-image-frame {
    margin: 70px auto 0px auto;
    width: 100%;
    position: relative; }

  #header-image {
    display: block;
    width: 100%;
    border-top: 0px solid #926000;
    border-bottom: 2px solid #926000;
    position: relative;
    z-index: 500; }

  #logo {
    position: absolute;
    z-index: 100;
    left: 11px;
    top: 9px; }

  #backdrop-logo-klein {
    width: 250px;
    vertical-align: middle;
    margin-left: 2px;
    transition: opacity 0.5s ease; }

  #logo-link {
    text-decoration: none;
    border: none; }

  .headline {
    display: block; }

  h1, h2, h3, h4, h5, h6 {
    font-family: "area-normal", sans-serif !important; }

  h1 {
    font-size: 1.75rem;
    margin-bottom: 25px;
    text-align: center; }

  h1:before {
    content: ''; }

  h2 {
    font-size: 1.5em;
    margin-bottom: 25px;
    text-align: center; }

  footer {
    width: 100%;
    display: grid;
    column-gap: 10px;
    justify-content: center;
    background-color: #000;
    color: #fff;
    min-height: 50px; }

  .recht {
    display: flex;
    justify-content: center;
    border: 1px solid #000;
    padding: 0 4px;
    font-family: "area-normal", sans-serif; }
    .recht a {
      text-decoration: none;
      color: #fff; }
    .recht a:hover {
      color: #926000; }

  .inner-article {
    width: 98%;
    margin: 2em auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 20px; }
    .inner-article p {
      hyphens: auto;
      font-family: "area-normal", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1.1rem;
      line-height: 1.6rem;
      padding: 0px; }

  .member {
    width: 100%;
    scroll-margin-top: 90px;
    display: block;
    position: relative;
    border: 2px solid #926000;
    border-radius: 1em;
    background-color: rgba(0, 0, 0, 0.55);
    transform: rotate(0deg);
    padding-bottom: 2em; }
    .member img {
      width: 100%;
      height: auto;
      border-top-left-radius: 1em;
      border-top-right-radius: 1em;
      border-bottom: 1px dotted #926000; }
    .member h2 {
      position: relative;
      font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Verdana", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 2rem;
      padding: 0 0 0 15px;
      margin: 10px 0;
      color: #fff;
      text-shadow: 2px 2px #926000;
      transform: rotate(0deg); }
      .member h2 span {
        color: #c48000;
        background-color: none;
        margin-left: 10px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Verdana", sans-serif;
        font-size: 0.65em;
        text-shadow: none; }
      .member h2 span:before {
        content: '\A';
        white-space: pre; }
    .member p {
      margin-top: 0em;
      padding: 5px 15px 0 15px; }

  .member-text {
    width: 100%; }

  #davide {
    margin-left: 0em;
    order: 1; }

  #caro {
    margin-left: 0em;
    order: 2; }

  #johnny {
    margin-left: 0em;
    order: 3; }

  #tobi {
    margin-left: 0em;
    order: 4; }

  #peter {
    margin-left: 0em;
    order: 5; }

  #rob {
    margin-left: 0em;
    order: 6; }

  #theo {
    margin-left: 0em;
    order: 7; }

  #termine-head, #booking-head {
    scroll-margin-top: 100px; }

  #termintable, #termintable-old {
    border-collapse: separate;
    font-family: "area-normal", sans-serif;
    border-radius: 1em;
    font-size: 1em;
    width: 98%;
    border: 2px solid #926000; }
    #termintable thead, #termintable-old thead {
      display: none; }
    #termintable tbody, #termintable-old tbody {
      background-color: rgba(0, 0, 0, 0.55); }
    #termintable tr:first-child td:first-child, #termintable-old tr:first-child td:first-child {
      border-top-left-radius: 1em; }
    #termintable tr:first-child td:last-child, #termintable-old tr:first-child td:last-child {
      border-top-right-radius: 1em; }
    #termintable tr:last-child td:first-child, #termintable-old tr:last-child td:first-child {
      border-bottom-left-radius: 1em; }
    #termintable tr:last-child td:last-child, #termintable-old tr:last-child td:last-child {
      border-bottom-right-radius: 1em; }
    #termintable td, #termintable-old td {
      vertical-align: middle;
      align-content: center;
      padding: 5px 5px;
      border: 1px dotted #926000;
      border-left: none;
      border-right: none; }
    #termintable td:nth-child(1), #termintable-old td:nth-child(1) {
      width: 1%; }
    #termintable td:nth-child(2), #termintable-old td:nth-child(2) {
      width: 1%; }
    #termintable td:nth-child(3), #termintable-old td:nth-child(3) {
      width: auto; }
    #termintable td:nth-child(4), #termintable-old td:nth-child(4) {
      display: none; }
    #termintable td:nth-child(5), #termintable-old td:nth-child(5) {
      display: none; }
    #termintable a, #termintable-old a {
      color: #fff; }

  .kalenderblatt {
    position: relative;
    font-family: "area-normal", sans-serif;
    color: #000; }
    .kalenderblatt img {
      width: 4em; }
    .kalenderblatt p {
      line-height: 1em;
      width: 42px;
      position: absolute;
      color: #000;
      top: 18%;
      left: 15%;
      display: block;
      text-align: center; }
      .kalenderblatt p .monat {
        display: block;
        font-size: 11px;
        color: #f00;
        font-weight: bold; }
      .kalenderblatt p .tag {
        display: block;
        font-size: 1.2em;
        color: #000;
        font-weight: bold; }
      .kalenderblatt p .jahr {
        display: block;
        font-size: 0.7em;
        color: #000; }

  #buchungsanfrage {
    font-family: "area-normal", sans-serif;
    border-radius: 1em;
    font-size: 1em;
    width: 98%; }

  fieldset {
    margin: 10px 0; }

  .form-label {
    width: 25%;
    margin-right: 1em; }

  .form-trenner {
    border-top: 1px dotted #926000;
    border-bottom: 0px; }

  .input {
    margin-bottom: 5px; }

  input, select {
    width: 65%; }

  button {
    width: 100%; }

  .va-plz-list {
    margin-left: 5.7em;
    margin-top: 4px; }
    .va-plz-list li {
      padding: 4px 8px;
      margin-top: 2px;
      font-size: 12px;
      cursor: pointer;
      border: 1px solid green; }

  #innerForm {
    padding: 5px 18px; } }
#va-details {
  display: flex;
  justify-content: space-between; }

.h_pflicht {
  display: inline-flex;
  width: 100%; }

#pflicht1, #pflicht2 {
  width: 100%;
  margin: 0 0 5px 0 !important;
  padding: 0 !important;
  font-size: 0.5em;
  display: inline-flex;
  justify-content: end; }

button {
  padding: 10px 0;
  font-size: 1em;
  width: 100%;
  color: #fff;
  border-radius: 0.25em;
  border: none; }

#datenschutz {
  display: flex;
  align-items: baseline; }

#datenschutz-ok {
  display: flex;
  width: 5% !important; }

#datenschutz-text {
  display: flex;
  font-size: 0.5em;
  padding: 0 !important;
  margin-top: 0 !important; }

#error {
  border-radius: 0.25em;
  border: none;
  display: flex;
  width: 100%;
  justify-content: center;
  background-color: red;
  font-size: 0.75em;
  margin-bottom: 0.5em; }

#deko {
  margin-top: 50px;
  padding-bottom: 0 !important;
  border: none; }

#am-widget img {
  border-radius: 0; }

@media screen and (min-width: 800px) {
  html {
    scroll-behavior: smooth; }

  .noMobile {
    display: block !important; }

  .noDesktop {
    display: none !important; }

  body {
    min-height: 0px;
    background: #161616;
    background-image: url("../images/bg-pattern.webp");
    background-attachment: fixed;
    color: #fff;
    margin-top: 0px; }

  #main-container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto; }

  #myHeader {
    background-color: #000;
    border-bottom: 2px solid #926000;
    display: flex;
    justify-content: space-between;
    z-index: 20;
    box-shadow: 2px 2px 15px 4px black;
    max-height: 70px; }

  .sticky {
    position: fixed;
    top: 0;
    width: 100%; }

  #backdrop-logo-klein {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    vertical-align: middle;
    opacity: 0;
    margin: 6px 0 0 10px;
    transition: opacity 0.5s ease; }

  #content {
    padding: 2em 0 0; }

  #nav-container {
    display: flex; }

  .menu {
    font-size: 1.6rem;
    display: inline-flex;
    align-items: flex-end; }

  #header-image-frame {
    margin: 0em auto;
    width: 100%;
    display: flex;
    position: relative; }

  #header-image {
    width: 100%;
    border-top: 0px solid #926000;
    border-bottom: 2px solid #926000; }

  #backdrop-logo {
    width: 30%;
    height: fit-content;
    margin-top: 1em;
    margin-left: 12vw;
    transform: rotate(-1deg);
    z-index: 500; }

  .inner-article {
    width: 100% !important;
    margin: 0em auto;
    padding: 2em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 20px; }
    .inner-article p {
      hyphens: auto;
      font-family: "area-normal", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1.4rem;
      line-height: 2.2rem;
      padding: 0 0 0 15px; }

  .member {
    width: 45%;
    scroll-margin-top: 90px;
    position: relative;
    border: 2px solid #926000;
    border-radius: 1em;
    background-color: rgba(0, 0, 0, 0.55);
    transform: rotate(0deg);
    display: flex;
    align-items: flex-start; }
    .member img {
      display: flex;
      width: 50%;
      max-height: 1200px;
      height: auto;
      border-top-left-radius: 1em;
      border-bottom-left-radius: 1em;
      border-right: 1px dotted #926000; }
    .member h2 {
      position: absolute;
      top: 5px;
      left: 6em;
      font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Verdana", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 2rem;
      padding: 0 0 0 15px;
      margin: 10px 0;
      color: #fff;
      text-shadow: 2px 2px #926000;
      transform: rotate(-1deg); }
      .member h2 span {
        color: #c48000;
        background-color: rgba(0, 0, 0, 0.75);
        margin-left: 10px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Verdana", sans-serif;
        font-size: 0.65em;
        text-shadow: none;
        display: flex;
        align-self: center; }
    .member p {
      margin-top: 2em;
      padding: 1em 18px 0 36px; }

  .member-text {
    width: 100%;
    display: flex; }

  @-moz-document url-prefix() {
    .member img {
      width: 100%; } }
  #davide {
    margin-left: 0em;
    order: 1; }

  #caro {
    margin-left: 0em;
    order: 2; }

  #johnny {
    margin-left: 0em;
    order: 3; }

  #tobi {
    margin-left: 0em;
    order: 4; }

  #peter {
    margin-left: 0em;
    order: 5; }

  #rob {
    margin-left: 0em;
    order: 6; }

  #theo {
    margin-left: 0em;
    order: 7; }

  #termine-head, #booking-head {
    scroll-margin-top: 90px; }

  #termintable, #termintable-old {
    border-collapse: separate;
    font-family: "area-normal", sans-serif;
    border-radius: 1em;
    font-size: 1em;
    width: 90%;
    border: 2px solid #926000; }
    #termintable thead, #termintable-old thead {
      display: none; }
    #termintable tbody, #termintable-old tbody {
      background-color: rgba(0, 0, 0, 0.55); }
    #termintable tr:first-child td:first-child, #termintable-old tr:first-child td:first-child {
      border-top-left-radius: 1em; }
    #termintable tr:first-child td:last-child, #termintable-old tr:first-child td:last-child {
      border-top-right-radius: 1em; }
    #termintable tr:last-child td:first-child, #termintable-old tr:last-child td:first-child {
      border-bottom-left-radius: 1em; }
    #termintable tr:last-child td:last-child, #termintable-old tr:last-child td:last-child {
      border-bottom-right-radius: 1em; }
    #termintable td, #termintable-old td {
      vertical-align: middle;
      padding: 8px 8px;
      border: 1px dotted #926000; }
    #termintable td:nth-child(1), #termintable-old td:nth-child(1) {
      width: 1%; }
    #termintable td:nth-child(2), #termintable-old td:nth-child(2) {
      width: 1%; }
    #termintable td:nth-child(3), #termintable-old td:nth-child(3) {
      width: auto;
      padding-left: 3em; }
    #termintable td:nth-child(4), #termintable-old td:nth-child(4) {
      width: 1%; }
    #termintable td:nth-child(5), #termintable-old td:nth-child(5) {
      width: 1%; }
    #termintable a, #termintable-old a {
      color: #926000; }

  #termintable-intern {
    border-collapse: separate;
    font-family: "area-normal", sans-serif;
    border-radius: 1em;
    font-size: 1em;
    width: 90%;
    border: 2px solid #926000; }
    #termintable-intern thead {
      display: none; }
    #termintable-intern tbody {
      background-color: rgba(0, 0, 0, 0.55); }
    #termintable-intern tr:first-child td:first-child {
      border-top-left-radius: 1em; }
    #termintable-intern tr:first-child td:last-child {
      border-top-right-radius: 1em; }
    #termintable-intern tr:last-child td:first-child {
      border-bottom-left-radius: 1em; }
    #termintable-intern tr:last-child td:last-child {
      border-bottom-right-radius: 1em; }
    #termintable-intern td {
      vertical-align: middle;
      padding: 8px 8px;
      border: 1px dotted #926000; }
    #termintable-intern td:nth-child(1) {
      width: 1%; }
    #termintable-intern td:nth-child(2) {
      width: 1%; }
    #termintable-intern td:nth-child(3) {
      width: auto;
      padding-left: 3em; }
    #termintable-intern a {
      color: #926000; }

  .kalenderblatt {
    position: relative;
    font-family: "area-normal", sans-serif;
    color: #000; }
    .kalenderblatt img {
      width: 7em; }
    .kalenderblatt p {
      width: 82px;
      position: absolute;
      top: 0%;
      left: 0%;
      color: #000;
      top: 23px;
      display: block;
      text-align: center;
      line-height: 1.9rem; }
      .kalenderblatt p .monat {
        display: block;
        font-size: 0.75em;
        color: #f00;
        font-weight: bold; }
      .kalenderblatt p .tag {
        display: block;
        font-size: 2em;
        color: #000;
        font-weight: bold; }
      .kalenderblatt p .jahr {
        display: block;
        font-size: 1em;
        color: #000; }

  #termintable-intern .kalenderblatt {
    position: relative;
    font-family: "area-normal", sans-serif;
    color: #000; }
    #termintable-intern .kalenderblatt img {
      width: 4.6em; }
    #termintable-intern .kalenderblatt p {
      width: 42px;
      position: absolute;
      top: 0%;
      left: 0%;
      color: #000;
      top: 15px;
      display: block;
      text-align: center;
      line-height: 1.3rem; }
      #termintable-intern .kalenderblatt p .monat {
        display: block;
        font-size: 0.75em;
        color: #f00;
        font-weight: bold; }
      #termintable-intern .kalenderblatt p .tag {
        display: block;
        font-size: 1em;
        color: #000;
        font-weight: bold; }
      #termintable-intern .kalenderblatt p .jahr {
        display: block;
        font-size: 0.6em;
        color: #000; }

  .ort, .veranstaltung {
    font-size: 1.6em;
    line-height: 1.2em; }

  footer {
    width: 100%;
    display: flex;
    column-gap: 10px;
    justify-content: center;
    color: #fff;
    background-color: #000;
    min-height: 20px;
    padding: 10px 0; }

  .recht {
    display: flex;
    justify-content: center;
    border: 1px solid #000;
    padding: 0 4px;
    font-family: "area-normal", sans-serif; }
    .recht a {
      text-decoration: none;
      color: #fff; }
    .recht a:hover {
      color: #926000; }

  .headline {
    margin-top: 0em; }

  h1, h2 {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Verdana", sans-serif;
    font-size: 5rem;
    display: flex;
    flex-basis: 100%;
    justify-content: center; }

  h1:before {
    content: ''; }

  #buchungsanfrage {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px 20px; }

  #Eingabe, #deko {
    padding: 1em 36px 1em 18px; }

  #Eingabe {
    font-family: "area-normal", sans-serif;
    font-size: 2em; }
    #Eingabe .form-label {
      width: 25%;
      margin-right: 1em;
      display: inline-block; }
    #Eingabe h3 {
      color: #c48000; }
    #Eingabe #innerForm {
      width: 100%; }
    #Eingabe .input {
      margin-bottom: 5px; }
    #Eingabe input, #Eingabe select {
      width: 68%;
      font-size: 0.85em; }

  .va-plz-list {
    margin-left: 7.3em;
    margin-top: 4px; }
    .va-plz-list li {
      padding: 4px 8px;
      font-size: 26px;
      cursor: pointer; }
    .va-plz-list li:hover {
      background-color: green; }

  #am-widget {
    position: absolute;
    bottom: 20px;
    left: 20px; }
    #am-widget img {
      border-radius: 0 !important; }

  #pflicht {
    margin: 0 0 5px 0 !important; }

  #deko {
    padding: 0;
    width: 30%;
    margin-top: 0px;
    max-height: 700px !important; }
    #deko img {
      border-radius: 1em;
      border: none;
      width: 100%; }

  #header-image-deko {
    border: 2px solid #926000 !important; } }
