* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  color: #7b6a58;
  font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
  background-color: #ececec;
  background-image: repeating-linear-gradient(
    to right,
    #ececec 0,
    #ececec 20px,
    #c6c6c6 20px,
    #c6c6c6 40px
  );
}

/* Global typography */
h1,
h2,
h3 {
  margin: 0 0 1rem;
  font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #4a3c2b;
}

h1 {
  font-size: 36pt;
  line-height: 1.15;
  color: #4e634c;
  color: #5b5857;
}

h2 {
  font-size: 24pt;
  line-height: 1.3;
  color: #4e634c;
  margin-bottom: 2rem;
}

h3 {
  font-size: 18pt;
  line-height: 1.2;
}

h6 {
  text-transform: uppercase;
  padding-bottom: 0.5rem;
}

h4,
h5,
h6,
p,
li,
label,
small,
th,
td,
input,
select,
textarea,
button {
  font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
  color: #7b6a58;
  color: #5b5857;
}

h5 {
  padding-bottom: .75rem;
}

p,
li,
label,
th,
td,
input,
select,
textarea {
  font-size: 16px;
}

a {
  color: #f2970d;
  font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
  /* font-size: 18px; */
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.2s ease;
}

a:hover,
a:focus {
  color: #d17f00;
}

/* Header and navigation */
.topbar {
  background-color: #4e634c !important;
  font-family: 'Oswald', 'Work Sans', Arial, sans-serif;
}

.topbar a,
.topbar span {
  color: #ffffff !important;
  font-family: 'Oswald', 'Work Sans', Arial, sans-serif;
}

.topbar i {
  color: #ffffff !important;
}

.pages-nav {
  margin-top: 62px;
  background-color: #ffffff;
  border-bottom: 1px solid #dcdcdc;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

#mainNav {
  padding-top: 0;
  padding-bottom: 0;
}

#mainNav .nav-link,
#mainNav .navbar-brand,
#mainNav .navbar-toggler,
.menu,
form,
#preise table {
  font-family: 'Oswald', 'Work Sans', Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

#mainNav .nav-link {
  color: #4e634c;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin-top: 0;
  padding-left: 0.85rem;
  padding-right: 0.85rem;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  line-height: 1;
  border-radius: 0;
}

#mainNav .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1.15rem;
  bottom: 0;
  background-color: transparent;
  z-index: -1;
  transition: background-color 0.2s ease;
}

#mainNav .nav-link:hover,
#mainNav .nav-link:focus {
  color: #ffffff;
}

#mainNav .nav-link:hover::before,
#mainNav .nav-link:focus::before {
  background-color: #4e634c;
}

#mainNav .navbar-nav {
  align-items: stretch;
}

#mainNav .nav-item {
  display: flex;
  align-items: stretch;
}

#mainNav .navbar-toggler {
  border-color: #4e634c;
}

#mainNav .navbar-toggler i {
  color: #4e634c;
}

#mainNav .dropdown-menu {
  border: 1px solid #4e634c;
  border-radius: 0;
  margin-top: 0.4rem;
  min-width: 15rem;
  padding: 0.35rem;
  background-color: #4e634c;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
}

#mainNav .dropdown-item {
  color: #ffffff;
  font-family: 'Oswald', 'Work Sans', Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0.5rem 0.7rem;
}

form,
form label,
form input,
form select,
form textarea,
form button {
  font-family: 'Oswald', 'Work Sans', Arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}

#mainNav .dropdown-item:hover,
#mainNav .dropdown-item:focus {
  color: #ffffff;
  background-color: #f2970d;
}

#mainNav .dropdown-item.active,
#mainNav .dropdown-item:active {
  color: #ffffff;
  background-color: #f2970d;
}

/* Section backgrounds */
.hh-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ececec;
  background-image: repeating-linear-gradient(
    to right,
    #ececec 0,
    #ececec 20px,
    #c6c6c6 20px,
    #c6c6c6 40px
  );
}

.hh-section-alt {
  background-color: #e4e0dc;
  background-image: none;
}

#start {
  background-color: transparent;
  margin-top: 100px;
}

#start .container,
#angebot .container,
#wellness .container,
#ueber-uns .container {
  max-width: 1180px;
}

#start .start-panel {
  background-color: #e4e0dc;
  border: 1px solid #d7d2cd;
  border-radius: 0;
  padding: 10px 10px 38px;
  text-align: center;
}

#start .start-image-wrap {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

#start .start-image {

  max-width: 100%;
  height: auto;
  display: inline-block;
}

#start .start-image-overlay {
  position: absolute;
  bottom: 2.5%;
  left: 2.5%;
  width: 41%;
  height: auto;
  pointer-events: none;
}

#start .start-intro {
  max-width: 960px;
  margin: 44px auto 0;
}

#start .start-intro p {
  margin: 0 auto;
}

#start .start-intro h2 {
  color: #4e634c;
  font-family: 'Oswald', 'Work Sans', Arial, sans-serif;
  font-weight: 700;
}

#start .start-divider {
  width: 920px;
  max-width: 100%;
  margin: 30px auto 0;
  border: 0;
  border-top: 1px solid #5b5857;
}

.start-divider {
  width: 1040px;
  max-width: 100%;
  margin: 30px auto 0;
  border: 0;
  border-top: 1px solid #5b5857;
}


#angebot .angebot-panel {
  background-color: #e4e0dc;
  border: 1px solid #d7d2cd;
  padding: 10px 10px 38px;
}

#angebot .angebot-image {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

#angebot .row,
#wellness .row,
#ueber-uns .row {
  margin-left: -6px;
  margin-right: -6px;
}

#angebot .row > [class*="col-"],
#wellness .row > [class*="col-"],
#ueber-uns .row > [class*="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}

#angebot .angebot-intro {
  max-width: 960px;
  margin: 44px auto 0;
}

#angebot .angebot-intro h2 {
  color: #4e634c;
  font-family: 'Oswald', 'Work Sans', Arial, sans-serif;
  font-weight: 700;
}

#wellness .wellness-panel {
  background-color: #e4e0dc;
  border: 1px solid #d7d2cd;
  padding: 10px 10px 38px;
}

#wellness .wellness-image {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

#wellness .wellness-intro {
  max-width: 960px;
  margin: 44px auto 0;
}

#wellness .wellness-intro h2 {
  color: #4e634c;
  font-family: 'Oswald', 'Work Sans', Arial, sans-serif;
  font-weight: 700;
}

#ueber-uns .ueber-uns-panel {
  background-color: #e4e0dc;
  border: 1px solid #d7d2cd;
  padding: 10px 10px 38px;
}

#ueber-uns .ueber-uns-image {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

#ueber-uns .ueber-uns-intro {
  max-width: 1200px;
  margin: 44px auto 0;
}

#ueber-uns .ueber-uns-intro h2 {
  color: #4e634c;
  font-family: 'Oswald', 'Work Sans', Arial, sans-serif;
  font-weight: 700;
}

#preise .container {
  max-width: 1180px;
}

#preise .preise-panel {
  background-color: #e4e0dc;
  border: 1px solid #d7d2cd;
  padding: 18px 18px 38px;
}

#preise .preise-table-wrap {
  max-width: 500px;
  margin: 0 auto;
}

#preise .preise-content {
  text-align: center;
}

#preise .preise-content h2 {
  text-align: center;
}

#preise .preisliste th,
#preise .preisliste td,
#preise .preisliste .text-end {
  text-align: left !important;
}

#preise .preisliste th,
#preise .preisliste td {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  text-transform: none;
}

#preise .preisliste td.text-end,
#preise .preisliste th.text-end {
  text-align: right !important;
}

#preise .preisliste .preise-regular {
  font-weight: 400;
}

#standard-page {
  margin-top: 100px;
}

#standard-page .container {
  max-width: 1180px;
}

#standard-page .standard-page-panel {
  background-color: #e4e0dc;
  border: 1px solid #d7d2cd;
  padding: 44px 15px 52px;
}

#standard-page .standard-page-content {
  max-width: 920px;
  margin: 0 auto;
}

#standard-page h1 {
  margin-bottom: 2rem;
  text-align: left;
}

#standard-page p:last-child {
  margin-bottom: 0;
}

.hh-subpage,
#zinzino-page {
  margin-top: 100px;
}

.hh-subpage .container,
#zinzino-page .container {
  max-width: 1180px;
}

.hh-subpage .hh-subpage-panel,
#zinzino-page .zinzino-page-panel {
  background-color: #e4e0dc;
  border: 1px solid #d7d2cd;
  padding: 10px 10px 38px;
  text-align: center;
}

.hh-subpage .hh-subpage-image,
#zinzino-page .zinzino-page-image {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

.hh-subpage .hh-subpage-intro,
#zinzino-page .zinzino-page-intro {
  max-width: 960px;
  margin: 44px auto 0;
}

.hh-subpage .hh-subpage-intro h2,
#zinzino-page .zinzino-page-intro h2 {
  font-family: 'Oswald', 'Work Sans', Arial, sans-serif;
}

.hh-subpage .hh-subpage-intro p:last-child,
#zinzino-page .zinzino-page-intro p:last-child {
  margin-bottom: 0;
}

.hh-subpage .row,
#zinzino-page .row {
  margin-left: -6px;
  margin-right: -6px;
}

.hh-subpage .row > [class*="col-"],
#zinzino-page .row > [class*="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}

.hh-subpage .hh-subpage-gallery,
#zinzino-page .zinzino-page-gallery {
  margin-top: 44px;
}

.hh-subpage .hh-subpage-gallery-image,
#zinzino-page .zinzino-gallery-image {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

#workshops-page .start-divider {
  margin-top: 3rem;
  margin-bottom: 2rem;
}

#workshops-page h6 + .start-divider {
  margin-top: 15px;

}

#standort-umgebungstipps-page .hh-subpage-panel {
  background-color: transparent;
  border: 0;
  padding: 0;
  text-align: left;
}

#standort-umgebungstipps-page .container {
  max-width: 1320px;
}

#standort-umgebungstipps-page .standort-umgebung-content {
  height: 100%;
  padding: 24px 2px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  text-align: center;
}

#standort-umgebungstipps-page .standort-umgebung-row {
  align-items: flex-end !important;
}

#standort-umgebungstipps-page .standort-umgebung-logo {
  max-width: 220px;
  margin-bottom: 1.5rem;
}

#standort-umgebungstipps-page .standort-umgebung-content h2 {
  text-align: left;
}

#standort-umgebungstipps-page .standort-umgebung-content h4 {
  margin-top: 0.75rem;
  font-size: 20px;
}

#standort-umgebungstipps-page .standort-umgebung-content h6,
#standort-umgebungstipps-page .standort-umgebung-content p,
#standort-umgebungstipps-page .standort-umgebung-content h4 {
  font-family: 'Oswald', 'Work Sans', Arial, sans-serif !important;
  font-size: 14px;
  max-width: 220px;
}

#standort-umgebungstipps-page .standort-umgebung-content p:last-child {
  margin-bottom: 0;
}

#standort-umgebungstipps-page .standort-umgebung-map {
  padding: 0;
}

#standort-umgebungstipps-page .standort-umgebung-map-image {
  width: 100%;
  height: auto;
  display: block;
}

/* Common components */
.card {
  border: 0;
  border-radius: 14px;
}

.btn,
.btn-primary,
.btn-dark,
.btn-outline-dark,
input[type='submit'],
input[type='button'],
button {
  font-family: 'Oswald', 'Work Sans', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.btn-dark {
  background-color: #4e634c;
  border-color: #4e634c;
}

.btn-dark:hover,
.btn-dark:focus {
  background-color: #3e513d;
  border-color: #3e513d;
}

.btn-outline-dark {
  color: #4e634c;
  border-color: #4e634c;
}

.btn-outline-dark:hover,
.btn-outline-dark:focus {
  background-color: #4e634c;
  border-color: #4e634c;
}

.preisliste th,
.preisliste td {
  vertical-align: middle;
}

/* Footer contact block from footer.php */
.page-section.fields {
  padding: 3rem 0;
  background: #4e634c;
}

.page-section.fields h3,
.page-section.fields p,
.page-section.fields b,
.page-section.fields i,
.page-section.fields label,
.page-section.fields li,
.page-section.fields small,
.page-section.fields .adresse {
  color: #ffffff;
}

.page-section.fields a {
  color: #ffffff;
}

.social-kontakt a {
  color: #ffffff;
}

.social-kontakt a:hover {
  color: #d8ddd7;
}

.formcontainer {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

#kontaktformular .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

#kontaktformular .mb-3 {
  margin-bottom: 0.5rem !important;
}

#kontaktformular form,
#kontaktformular label,
#kontaktformular input,
#kontaktformular select,
#kontaktformular textarea,
#kontaktformular button {
  text-transform: none;
}

#kontaktformular input[type='text'],
#kontaktformular input[type='email'],
#kontaktformular input[type='tel'],
#kontaktformular select,
#kontaktformular textarea {
  width: 100%;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  min-height: 48px;
  padding: 0.6rem 0.75rem;
  box-shadow: none;
  font-size: 15px;
}

#kontaktformular select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#kontaktformular textarea {
  min-height: 170px;
  resize: vertical;
}

#kontaktformular input[type='submit'],
#kontaktformular .wpcf7-submit {
  background-color: #f2970d;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  padding: 0.45rem 2.2rem;
  min-width: 320px;
  width: auto;
  max-width: 100%;
}

#kontaktformular input[type='submit']:hover,
#kontaktformular .wpcf7-submit:hover,
#kontaktformular input[type='submit']:focus,
#kontaktformular .wpcf7-submit:focus {
  background-color: #d17f00;
  box-shadow: none;
}

#kontaktformular input::placeholder,
#kontaktformular textarea::placeholder {
  color: #4a3c2b;
  opacity: 1;
  font-size: 15px;
}

#kontaktformular .wpcf7-not-valid-tip {
  color: #f2970d;
}


/* Footer */
.footer {
  background: #e4e0dc;
}

.footer .adds {
  color: #4a3c2b;
}

.footer .adds .row {
  align-items: center;
}

.footer .socials,
.footer .socials h5,
.footer .socials a {
  color: #4a3c2b;
  font-family: 'Oswald', 'Work Sans', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

.footer .socials {
  display: flex;
  align-items: center;
}

.footer .socials h5 {
  margin-bottom: 0;
}

.footer .socials a:hover {
  color: #f2970d;
}

#kontakt p {
  font-weight: 600;
}

#kontakt h2 {
  font-family: 'Oswald', 'Work Sans', Arial, sans-serif;
}

#kontakt .kontakt-inline-link,
#kontakt .kontakt-inline-link:hover,
#kontakt .kontakt-inline-link:focus {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
  text-transform: none;
}

#standort-umgebungstipps-page .standort-umgebung-content a,
#standort-umgebungstipps-page .standort-umgebung-content a:hover,
#standort-umgebungstipps-page .standort-umgebung-content a:focus {
  color: inherit;
  font-family: 'Oswald', 'Work Sans', Arial, sans-serif !important;
  text-decoration: none;
  text-transform: none;
}

.hhf-lightbox-trigger {
  display: block;
}

.hhf-lightbox-trigger:hover,
.hhf-lightbox-trigger:focus {
  opacity: 1;
}

.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.88);
}

.lg-outer .lg-content img {
  width: auto !important;
  height: auto !important;
  max-width: 92vw !important;
  max-height: 88vh !important;
  margin: 0 auto;
  object-fit: contain;
}

/* Utility */
img {
  max-width: 100%;
  height: auto;
}

.hide {
  display: none !important;
}

@media (max-width: 767.98px) {
  h1 {
    font-size: 30pt;
  }

  h2 {
    font-size: 22pt;
  }

  h3 {
    font-size: 16pt;
  }

  .topbar {
    height: auto !important;
    min-height: 62px;
  }

  .topbar-contact .topbar-label,
  .topbar-contact .topbar-email,
  .topbar-contact .topbar-address {
    display: none;
  }

  .topbar-contact .topbar-phone {
    display: inline-block;
    margin-right: 0;
  }

  .topbar-contact .topbar-phone::before {
    content: '\f879';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 8px;
  }

  #mainNav .container-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  #mainNav .navbar-brand {
    margin-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  #mainNav .navbar-brand img {
    max-height: 52px !important;
    width: auto;
  }

  #mainNav .navbar-toggler {
    border: 0;
    box-shadow: none;
    outline: none;
    padding-right: 0;
    padding-left: 0.75rem;
  }

  #mainNav .navbar-toggler:focus,
  #mainNav .navbar-toggler:active {
    border: 0;
    box-shadow: none;
    outline: none;
  }

  #mainNav .nav-link::before {
    top: 0;
  }

  #kontaktformular {
    padding: 1rem;
  }

  #standard-page h1 {
    font-size: 18pt;
    line-height: 1.2;
  }

  .footer .adds .row {
    align-items: flex-start;
  }

  .footer .socials {
    display: block;
    text-align: center;
  }

  .footer .socials h5 {
    line-height: 1.8;
  }

  .footer .socials h5 a {
    display: inline-block;
    margin: 0 0.4rem 0.35rem;
  }
}

.topbar-contact {
  color: #ffffff;
  font-family: 'Oswald', 'Work Sans', Arial, sans-serif;
}

.topbar-contact > * {
  margin-right: 16px;
}

.topbar-contact .topbar-label {
  font-weight: 700;
}

.topbar-contact .topbar-email {
  text-transform: none;
}

.topbar-social-wrap {
  display: flex;
  gap: 8px;
  align-items: center;
  top: 50% !important;
  transform: translateY(-50%);
  padding-top: 0 !important;
}

.topbar-social-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  text-decoration: none;
  text-transform: none;
  font-size: 16px;
  line-height: 1;
  transition: all 0.2s ease;
}

.topbar-social-icon:hover,
.topbar-social-icon:focus {
  color: #ffffff;
  background-color: #f2970d;
  border-color: #f2970d;
  text-decoration: none;
}
