* {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  color: inherit;
  text-decoration: inherit;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body,
h1,
h2,
h3,
h4,
p,
li,
td,
a {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif,
    BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue,
    Adwaita Sans, Cantarell, Ubuntu, roboto, noto, helvetica, arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@font-face {
  font-family: "pacifico";
  src: url("/wp-content/bandf-files/font/Pacifico/Pacifico-Regular.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "roboto";
  src: url("/wp-content/bandf-files/font/Roboto/Roboto-VariableFont_wdth\,wght.ttf");
  font-weight: 100 900;
  font-style: normal;
}
:root {
  /*Farben*/
  --clr-black: #000000;
  --clr-white: #ffffff;
  --clr-font-brown: #61361d;
  --clr-font-grey: #424753;
  --clr-gold: #af9a63;
  --clr-dark-brown: #292421;
}

body {
  background-color: #f8f7ef;
}
body p,
body li,
body a {
  text-align: center;
  font-family: "roboto";
  font-size: 16px;
  font-weight: 400;
  color: #424753;
}
.fixed-size {
  max-width: 1000px;
}
.wrapper {
  max-width: 1200px;
  margin-inline: auto;
  background-color: var(--clr-white);
}
.header {
  padding-bottom: 60px;
}
.header img {
  width: 100%;
}
.header .wp-block-image {
  margin-top: 0px;
}
.header_number a,
.header_number {
  color: var(--clr-white);
  font-size: 14px;
}
.header_number {
  position: relative;
  padding-left: 1.6em;
}

.header_number::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.08 4.18 2 2 0 0 1 4.06 2h3a2 2 0 0 1 2 1.72c.12.86.3 1.7.54 2.5a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.58-1.06a2 2 0 0 1 2.11-.45c.8.24 1.64.42 2.5.54A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
  position: absolute;
  left: 45%;
  top: 50%;
  transform: translateY(-50%);
  width: 1.4em; /* minimal größer als Text */
  height: 1.4em;
  text-align: center;
}

.background_yellow {
  background-color: var(--clr-gold);
  padding: 20px;
}

.vol-nav__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 5 / 1 !important; 
	max-width:100vw;
}

/* Logo size */
.vol-nav__logo img {
  height: 120px;
  width: auto;
  display: block;
}

.nav-left .nav-item-right {
  display: none !important;
}
.nav-right .nav-item-left {
  display: none !important;
}
nav a:hover {
  opacity: 0.85;
}
.nav-row {
  background-color: var(--clr-dark-brown);
}
.vol-nav {
  margin-top: -20px;
}
.nav-row li {
  color: var(--clr-white);
  font-size: 16px;
}

.nav-left ul,
.nav-right ul {
  display: flex;
  justify-content: center;
}
.nav-left,
.nav-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-left .nav-item-left::after,
.nav-left .nav-item-left:first-child::before {
  display: inline-block;
  content: "";
  width: 2px;
  height: 30px;
  background-color: white;
  margin: 0px 25px;
}
.nav-right .nav-item-right::before,
.nav-right .nav-item-right:last-child::after {
  display: inline-block;
  content: "";
  width: 2px;
  height: 30px;
  background-color: white;
  margin: 0px 25px;
}

@media (max-width: 1440px) {
  .nav-right .nav-item-left {
    display: flex !important;
  }
  .nav-right .nav-item-left::before {
    display: inline-block !important;
    content: "";
    width: 2px;
    height: 30px;
    background-color: white;
    margin: 0px 25px;
  }
}
.wp-block-navigation__container {
  gap: 0px !important;
}

.headline {
  font-family: "pacifico";
  color: var(--clr-font-brown);
  font-weight: lighter !important;
  font-size: 30px;
  text-align: center;
  margin: 48px 0 18px;
}
img {
  width: 100%;
}

/* Karten (auf jeder Unterseite)*/

.card p {
  color: white;
}
.card h2 {
  color: white;
  font-family: "pacifico";
}

.banner-black {
  color: var(--clr-white);
}
.banner-black .wp-block-cover__background {
  width: 100%;
  opacity: 40% !important;
}
.banner-black h2 {
  font-family: "pacifico";
}
.wrapper #toolbar {
  display: none !important;
}
.banner-cards {
  margin-top: 80px;
}
.banner-cards iframe {
  margin-top: 40px;
}

footer {
  background-color: var(--clr-dark-brown);
  padding-top: 60px !important;
  padding: 3em;
  border-top: 20px solid var(--clr-gold);
  font-weight: 200;
}
footer p,
footer,
footer li,
footer a {
  font-weight: 200;
  font-size: 16px;
  color: var(--clr-white);
}

.gform_wrapper.gravity-theme
  .ginput_complex:not(.ginput_container_address)
  fieldset:not([style*="display:none"]):not(.ginput_full),
.gform_wrapper.gravity-theme
  .ginput_complex:not(.ginput_container_address)
  span:not([style*="display:none"]):not(.ginput_full) {
  padding-right: 0%;
}

.gform_wrapper.gravity-theme .gfield textarea.large {
  height: 288px;
  max-width: 100%;
  min-width: 100%;
}
.gform_wrapper {
  padding-bottom: 50px;
}
.gform_title {
  display: none;
}

#field_1_1 #field_1_3 #field_1_5 {
  margin-bottom: 10px;
  border-radius: 30px;
  border: 1px solid #61361d;
  color: #61361d;
}
.gform-theme--framework
  textarea:where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ):focus {
  border: 1px solid var(--clr-font-brown) !important;
}
.gform-theme--framework
  input[type]:where(:not(.gform-text-input-reset):not([type="hidden"])):where(
    :not(.gform-theme__disable):not(.gform-theme__disable *):not(
        .gform-theme__disable-framework
      ):not(.gform-theme__disable-framework *)
  ) {
  border: 1px solid var(--clr-font-brown) !important;
  box-shadow: 0 0 4px rgba(173, 10, 1, 0.5);
}
.vol-forms {
  width: 60% !important;
  margin-inline: auto !important;
}
.card {
  display: flex;
  align-items: flex-start; /* oben */
}
.card-bottom {
  display: flex;
  align-items: flex-end;
  padding-bottom: 30px !important;
}
.vol-cover-top .wp-block-cover__inner-container {
  padding-top: 40px; /* Abstand nach Wunsch */
}

hr {
  color: white;
  width: 50% !important;
}

.vol-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px; /* Abstand Button zu den Linien */
}

/* Wrapper: Linien links/rechts */
.vol-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px; /* Abstand zur Linie */
}

.vol-btn-wrap::before,
.vol-btn-wrap::after {
  content: "";
  height: 2px;
  width: 120px; /* Linienlänge */
  background: rgba(255, 255, 255, 0.85);
}

/* WP Button-Link: nur Outline-Pill */
.vol-btn-wrap .wp-block-button__link {
  background: transparent !important;
  color: #fff !important;
  border: 2px solid rgba(255, 255, 255, 0.85) !important;
  border-radius: 999px !important;
  padding: 10px 22px !important;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  box-shadow: none !important;
}

/* Hover optional */
.vol-btn-wrap .wp-block-button__link:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}
.vol-btn-wrap .wp-block-button__link {
  background: transparent !important;
}
.red-btn .wp-block-button__link {
  background: transparent !important;
  color: var(--clr-font-grey) !important;
  border: 2px solid var(--clr-font-brown) !important;
  border-radius: 999px !important;
  padding: 16px 30px !important;
  line-height: 1;
  text-decoration: none;
  box-shadow: none !important;
  font-size: 17px;
}
.red-btn .wp-block-button {
  margin-inline: auto;
}
/* Liste: Punkte + große Abstände, weiterhin zentriert */
.vol-list {
  list-style: disc;
  list-style-position: inside; /* wichtig: Bullet bleibt bei zentriertem Text „schön“ */
  margin: 0 auto 40px;
  padding: 0;
  max-width: 760px; /* damit’s nicht zu breit läuft */
  text-align: center;
}

.vol-list li {
  margin: 18px 0; /* vertikaler Abstand pro Punkt */
  line-height: 1.6;
  color: #2b2b2b;
  font-size: 18px;
  font-weight: 300;
}
.current_page_item {
  color: rgb(137, 19, 12) !important;
}

a:hover {
  opacity: 0.7;
}
.current-menu-item .wp-block-navigation-item__label {
  color: var(--clr-gold);
}
.datenschutz h2 {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  color: var(--clr-font-grey);
  margin: 40px 0px 20px 0px;
}
.datenschutz {
  padding-top: 1px;
}
/* Responsive CSS*/
/*test*/
@media (max-width: 1440px) {
  .nav-left {
    display: none;
  }
  .wrapper {
    max-width: 85%;
  }
  .fixed-size {
    max-width: 80%;
    margin-inline: auto;
  }
  .wp-block-navigation__container {
    flex-wrap: nowrap !important;
  }
  .nav-row {
    flex-direction: column;
    margin-block: auto;
    padding-top: -20px;
  }
  .vol-nav__logo {
    height: 120px;
  }
}
@media (max-width: 1346px) {
  .vol-btn-wrap::before,
  .vol-btn-wrap::after {
    display: none;
  }
}

@media (max-width: 1200px) {
  p {
    font-size: 13px;
  }
  .header_number::before {
    left: 40%;
  }
}
@media (max-width: 961px) {
  .headline {
    font-size: 21px;
  }
}

@media (max-width: 599px) {
  .nav-left {
    display: none;
  }
  .header_number::before {
    left: 35%;
  }
  .header {
    position: relative;
  }

  .nav-right .wp-block-navigation__responsive-container-open {
    position: fixed !important;
    top: 16px !important;
    right: 48px !important;
    z-index: 99999 !important;
    color: var(--clr-white) !important;
  }

  .nav-left .nav-item-right {
    display: block !important;
  }
  .wp-block-navigation__container {
    gap: 40px !important;
  }
  .nav-left::after {
    display: none !important;
  }
  .background_yellow {
    position: fixed;
    width: 85%;
    z-index: 9999;
  }
  .header img {
    margin-top: -30px;
  }
  .vol-nav__logo {
    margin-top: 40px !important;
    aspect-ratio: 5 / 1;
  }

  .wp-block-navigation__responsive-container-close {
    margin-right: 40px;
    margin-top: 40px;
  }
  .wp-block-navigation-item a {
    color: var(--clr-font-brown) !important;
  }
  .wp-block-navigation__responsive-container-content {
    margin-left: 40px;
  }
  .mittagstisch iframe {
    height: 550px;
  }
  .start-img img {
    margin-top: 56px;
    height: 145px;
  }
  .nav-row {
    gap: 0px;
  }
}

@media (max-width: 500px) {
  .wrapper {
    max-width: 100% !important;
  }
  .background_yellow {
    width: 100% !important;
    max-width: 100vw;
    overflow: hidden !important;
  }

  .banner-black img {
    height: 250px;
  }
  .banner-black {
    height: 250px;
  }
}

@media (max-width: 375px) {
  .header-img {
    margin-top: -40px;
  }
}
