/*
Theme Name:     BlankSlate Quad Club
Template:       blankslate
Version:        1.0.0
*/




@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/themes/blankslate-quad-club/fonts/be-vietnam-pro-v12-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* be-vietnam-pro-regular - 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: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/blankslate-quad-club/fonts/be-vietnam-pro-v12-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* be-vietnam-pro-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: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/blankslate-quad-club/fonts/be-vietnam-pro-v12-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* be-vietnam-pro-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: 'Be Vietnam Pro';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/blankslate-quad-club/fonts/be-vietnam-pro-v12-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


.no-show {
  display: none;
}

body {
  /* font-family: 'Source Sans 3', sans-serif; */
    font-family: 'Be Vietnam Pro';
  font-size: 22px;
  font-weight: 300;
  /* font-weight: 400; */

  line-height: 1.4;
  /* background-color: #6c3b76; */
  color: #fff;
  word-spacing: 0.1em;
}

 /* violett blau rot magenta */
body{
  background: linear-gradient(
    218deg,
    #6c3b76 0%,
    #35329c 30%,
    #832b32 60%,
    #f42e86 100%
  );
  background-size: 400% 400%;
  animation: gradientShift 21s ease infinite;
  -webkit-animation: gradientShift 21s ease infinite;
  -moz-animation: gradientShift 21s ease infinite;
  -o-animation: gradientShift 21s ease infinite;
}

@keyframes gradientShift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}




/* - * - * - * - * - */
/* HEADER */
/* - * - * - * - * - */

#header {
  position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); /* sorgt für zentrierte Ausrichtung */
    width: 100%;                 /* füllt bis zur max-width */
    box-sizing: border-box;       /* Padding wird in die max-width eingerechnet */
    z-index: 999;
}

.header-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: 1480px;
  padding: 20px 100px;
  margin: 0 auto;
}



/* - * - * - * - * - */
/* LAYOUT */
/* - * - * - * - * - */


.home #container {
  margin-top: 0px;
}

#container {
  margin-top: 260px;
}

.grid-layout {
  display: grid;
  grid-template-columns:
    repeat(7, 2fr 1fr) 2fr;
}

.grid-layout > .col {
  grid-column: span 2;
}

.grid-layout > .gap {
  grid-column: span 1;
}

article {
  grid-column: 1 / -1;
}

#wrapper {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 100px;
  box-sizing: border-box;
}

.entry-content {
  padding: 100px 0 120px 0;
}

.content {
    padding: 0 0 60px 0;
}


.wp-block-separator {
    border: none;
    border-top: 1px dashed #61e8d2;
    margin: 90px 0 80px;
}




/* - * - * - * - * - */
/* FONTS TYPO */
/* - * - * - * - * - */

p {
  /* margin: 0 0 40px 0 ; */
    margin: 0 0 28px 0 ;
}

.home .content p, div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label, div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input+label {
  font-size: 20px;
  line-height: 1.4;
  max-width: 80%;
  /* font-weight: 400; */
  font-weight: 300;
}

.wp-block-gallery.wp-block-gallery-1 {
	margin-block-start: 48px;
	width: 80%;
}


.content h3 {
  max-width: 80%;
  margin-bottom: 30px;
}


#site-description {
  margin-top: 1vw;
  font-size: clamp(22px, 2vw, 1.5vw);
  line-height: 1.15;
  /* font-weight: 300; */
    font-weight: 300;
  max-width: clamp(150px, 20vw, 390px);

}

a {
  color: #61e8d2;
  text-decoration-color: rgba(72, 81, 86, 0.3);
}

.impressum {
  font-size: 70%;
}

strong, b {
  font-weight: 600;
}

h1, h2, h3, h4, h5 {
  font-weight: 300;
}

h1 {
    font-size: clamp(1.8rem, 4.8vw, 3.6rem);
    font-weight: 300;
    line-height: 1.2;
}

.slide-overlay h1, .slide-overlay h2 {
max-width: 1480px;
margin: 0 auto;
  font-size: clamp(1.8rem, 4.8vw, 3.6rem);
    line-height: 1.2;
padding: 0 100px;
width: 100%;
}

.home p:has(+ h1) {
  margin: 0;
  padding: 0;
}

.home h2 {
  font-size: clamp(1.8rem, 4.8vw, 3.6rem);
  line-height: 1.2;
  margin-bottom: 1.4vw;
}

h2 {
  font-size: clamp(1rem, 1.3vw, 2.0rem);
  margin-top: 14px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.section-gallery {
  display: none;
}

.page-id-2 .section-gallery, .single .section-gallery {
  display: block;
  z-index: 2 !important;
  position: relative !important;
}

.page-id-2 h2 {
  text-align: center;
}

h2 a {
  text-decoration: none;
}

.party :where(.is-layout-constrained) > :first-child {
    margin-block-start: 4px;
}

:root .party .wp-block-group {
	margin-block-start: 14px;
}

:root .party h2 {
	margin-block-start: -10px;
}

.party .wp-block-columns {
	padding-bottom: 10px;
}

.home h2:has(strong) {
    margin-bottom: 0;
    padding: 0;
    max-width: 1500px;
    margin-block-start: 10px;
}

.home h2 + h2 {
  margin-block-start: 0;
}

h3 {
  margin-top: 30px;
  margin-bottom: 20px;
    font-size: clamp(1.3rem, 2.7vw, 2.0rem);
  line-height: 1.25;
}

#site-title {
  font-size: clamp(1.3rem, 6vw, 6rem);
  line-height: 1;
}

#site-title a {
  text-decoration-line: none;
  font-weight: 300;
}

#site-logo img {
  display: block;
  width: 100%;
  height: auto;
}

#site-title a img {
  width: clamp(260px, 33vw, 400px);
  height: auto;
  display: block;
  margin-left: -8px;
}




/* - * - * - * - * - */
/* Formular          */
/* - * - * - * - * - */

body div.wpforms-container-full input[type=text],
.wpforms-field-medium,
.wpforms-field-small,
.wpforms-field-required,
div.wpforms-container-full .wpforms-form textarea:focus {
  border-radius: 10px !important;
}

div.wpforms-container-full input[type=submit], div.wpforms-container-full button[type=submit], div.wpforms-container-full .wpforms-page-button, .wp-core-ui div.wpforms-container-full input[type=submit], .wp-core-ui div.wpforms-container-full button[type=submit], .wp-core-ui div.wpforms-container-full .wpforms-page-button {
  border-radius: 10px !important;
}

div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full textarea {
    width: 60%;
}

div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input, div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input, div.wpforms-container-full .wpforms-field.wpforms-field-payment-checkbox ul li input, div.wpforms-container-full .wpforms-field.wpforms-field-payment-multiple ul li input, div.wpforms-container-full .wpforms-field.wpforms-field-gdpr-checkbox ul li input {
    min-width: var(--wpforms-field-size-checkbox-size);
    margin-top: calc((var(--wpforms-label-size-font-size) * 1.3 - var(--wpforms-field-size-checkbox-size)) / 0.5);
}

.wp-block-button__link {
    background-color: #61e8d2;
    color: #000;
}

.wp-block-button__link:hover {
      background-color: #6cb7a9;
}


.wpforms-container {
  margin-bottom: 100px !important;
}


div.wpforms-container-full button[type=submit] {
  margin-top: 26px;
  border-radius: 9999px !important;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
  height: 100%;
  line-height: 1.4;
  font-weight: 300;
}



/* - * - * - * - * - */
/* MENU */
/* - * - * - * - * - */

#branding {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

#menu-toggle {
  width: 48px;
    height: 48px;
    padding: 0;
    background: transparent;
    border: none;
    top: 40px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 99999 !important;
  }

#menu-toggle .burger,
#menu-toggle .burger::before,
#menu-toggle .burger::after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  transition: all 0.3s ease;
  position: relative;
}

#menu-toggle .burger {
  position: relative;
  width: 48px;
  height: 2px;
}

#menu-toggle .burger::before {
  top: -12px;
}

#menu-toggle .burger::after {
  top: 10px;
}

#menu-toggle.active .burger {
  background: transparent;
}

#menu-toggle.active .burger::before {
  transform: rotate(45deg) translate(10px, 8px);
}

#menu-toggle.active .burger::after {
  transform: rotate(-45deg) translate(8px, -8px);
}

#fullscreen-menu {
  position: fixed;
  inset: 0;
  background: rgb(108, 59, 118, 0);
  visibility: hidden;
  /* transition: opacity 0.4s ease; */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9998 !important;
  height: 100vh;
}

#fullscreen-menu.active {
  background: rgb(108, 59, 118, 1);
  visibility: visible;
}

.menu-list {
  list-style: none;
  padding: 0;
  text-align: left;
}

.menu-list li {
  margin: 1rem 0;
  font-size: 2.1rem;
}
.menu-list a {
  font-size: clamp(1.5rem, 6vw, 6rem);
      font-weight: 300;
  text-decoration: none;
}
.hidden {
  display: none;
}






/* - * - * - * - * - */
/* Galerie */
/* - * - * - * - * - */

.wp-block-columns {
    padding-bottom: 40px;
}

.wp-block-gallery {
  padding-bottom: 20px;
}

.wp-block-gallery figure img {
      border-radius: 40px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    border-radius: 0 0 40px 40px;
    font-size: 18px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
  backdrop-filter: none;
}

body .is-layout-grid {
    display: grid;
    gap: 30px;
}

body .is-layout-grid figure img {
  border-radius: 40px;
}

.home .home-gallery-limit-3 {
  margin-bottom: 50px;
}

.home .home-gallery-limit-3 .modula-item:nth-child(n+4) {
  display: none !important;
}

.home .grid-gallery {
  margin: 33px 0 43px 0;
}

.modula-items.grid-gallery .modula-item{
  aspect-ratio: 1 / 1;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.modula-items.grid-gallery .modula-item .modula-item-content,
.modula-items.grid-gallery .modula-item .tile-inner,
.modula-items.grid-gallery .modula-item .modula-item-overlay{
  position: absolute;
  inset: 0;
  border-radius: inherit;
}

.modula-items.grid-gallery .modula-item img{
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center;
  display: block;
  border-radius: inherit;
}


.gallery-dropdown {
  position: relative;
  display: inline-block;
  min-width: 308px;
  z-index: 2000;
  margin-right: 20px;
}

.gallery-toggle {
  cursor: pointer;
  padding: .6rem .9rem;
  border-radius: 10px;
  background: #fff;
  line-height: 1;
  user-select: none;
  color: #6c3b76;
  width: 260px;
}

  .gallery-dropdown[open] .gallery-toggle {
  margin-right: 22px;
}

.gallery-dropdown[open] .gallery-toggle::after {
  transform: rotate(180deg);
}

.gallery-menu {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 282px;
  margin: 0;
  padding: .5rem;
  list-style: none;
  background: #fff;

  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0,0,0,.08);
  z-index: 1000;
}

.gallery-menu li { margin: 0; }
.gallery-menu a {
  display: block;
  padding: 0 24px;
  text-decoration: none;
  color: #111827;
  border-radius: .5rem;
  min-width: 240px;
}

.gallery-menu a {
  display: block;         /* wichtig, damit padding wirkt */
  padding-top: 7px;
  padding-bottom: 7px;
}

.gallery-menu li:first-child a {
  margin-top: 50px; /* gewünschter Wert */
}

.gallery-menu li:last-child a {
  margin-bottom: 14px; /* gewünschter Wert */
}

.gallery-menu a:hover {
  background: #f3f4f6;
}

.gallery-menu .sub-menu {
  margin-left: 0;
  padding-left: 0;
}

#menu-galerie {
  max-height: 450px;   /* maximale Höhe */
  overflow-y: auto;    /* vertikaler Scrollbalken bei Bedarf */
  overflow-x: hidden;  /* horizontaler Scrollbalken verhindern */
  margin: 0;           /* evtl. Standardabstände entfernen */
  padding: 0;          /* saubere Liste */
  z-index: -1;
  border: 1px solid #ffffff;
}

#menu-galerie::-webkit-scrollbar {
  width: 20px; /* Breite des Scrollbalkens */
  top: 30px;
}

#menu-galerie::-webkit-scrollbar-track {
  background: rgba(222, 222, 222, 0.9); /* Hintergrundspur */
    border-radius: .75rem;
}

#menu-galerie::-webkit-scrollbar-thumb {
  background: linear-gradient(
  180deg,
  rgba(210, 21, 79, 0.9),  /* oben: Rot mit 70% Deckkraft */
  rgba(13, 41, 216, 0.9)   /* unten: Blau mit 70% Deckkraft */
);
  border-radius: .75rem;
}

.section-gallery {
  margin-top: 38px
}

footer .color-overlay {
  border-radius: 0px;
}
.color-overlay, .wp-block-image img {
  border-radius: 40px;
}

.home .modula .modula-items .modula-item img.pic.lazyload,
.home .modula .modula-items .modula-item img.pic.lazyloaded,
.home .modula .modula-items .modula-item picture.pic.lazyload,
.home .modula .modula-items .modula-item picture.pic.lazyloaded {
  z-index: 100 !important;
}

.modula-random3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: start;
  width: 100%;
  margin-top: 29px;
  margin-bottom: 34px;
}

.modula-random3 > * {
  display: block;
  width: 100%;
  height: 100%;
}

.modula-random3 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform .25s ease, box-shadow .25s ease;
}



@media (max-width: 640px) {
  .modula-random3 {
    grid-template-columns: 1fr;
  }

  .modula-random3 img {
    border-radius: 20px;
  }
}






/* - * - * - * - * - */
/* slider            */
/* - * - * - * - * - */


.slider-main {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  max-width: none;
}


.slide-image-wrapper {
  position: relative;
  overflow: hidden;
  max-height: 580px;
}

.slide-image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center;
}

.swiper-slide {
  height: 100% !important;
}

.slide-overlay {
  position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 200px 0 70px 0;
    color: white;
    text-align: left;
    z-index: 2;
    background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0.1) 10%,
    rgba(255, 255, 255, 0.0) 60%
  );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.slide-overlay-dunkel {
  position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 200px 0 70px 0;
    color: white;
    text-align: left;
    z-index: 2;
    background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.35) 0%,
    rgba(0, 0, 0, 0.2) 15%,
    rgba(0, 0, 0, 0.0) 60%
  );
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}


.footer-widgets {
    padding: 60px 100px 0 100px;
}

.footer-widgets a {
  text-decoration-color: rgba(255, 255, 255, 0.7)
}

.slide-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, grey 0%, transparent 70%);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}

.slide-overlay p {
  margin-top: 0.5rem;
  font-size: 1rem;
  max-width: 80%;
}

.slider-main,
footer {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  max-width: none;
}

.swiper-pagination-bullet {
    background: #eee;
    opacity: 0.8;
}

.swiper-pagination-bullet-active {
    background: white;
    opacity: 1;
}


.slider-main .swiper {
  position: relative;
  overflow: hidden; /* verhindert, dass Bullets „rausrutschen“ */
}

.slider-main .swiper-pagination {
  position: relative; /* überschreibt evtl. Theme-Styles */
  left: 50%;
  bottom: 46px;                  /* Abstand nach Bedarf anpassen */
  transform: translateX(-50%);
  width: auto;                   /* kein Strecken über volle Breite */
  z-index: 5;
  pointer-events: auto;
}


.slider-main .swiper {
  padding-bottom: 36px;
}

.slider-main .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px !important;
}



/* - * - * - * - * - */
/* Slider Vorstand   */
/* - * - * - * - * - */

div#n2-ss-1 .n2-ss-slider-2 {
    border-radius: 40px !important;
}

div#n2-ss-1 .nextend-bar-horizontal div * {
    display: block !important;
}

div#n2-ss-1 .n2-style-39888735131ea1c95dd8363837b1bb48-simple, div#n2-ss-1 .n2-style-e8ea8aa9567dff7b9873df417aa81987-simple {
   background: none !important;
}


div#n2-ss-1 .n2-font-f4e6e319e0a7cf4adb0785f68e108a11-simple, div#n2-ss-1 .n2-font-12dbd9051bf21e77dafbc2d8be0bf611-simple {
  font-family: 'Be Vietnam Pro' !important;
}



@media (max-width: 567px) {
  #n2-ss-1 .n2-ss-slider-1 {
    min-height: 270px !important;
  }

  .n2-section-smartslider {
    width: calc(100% + 68px) !important;
    margin-left: -34px;
  }

  #n2-ss-1 .n2-ss-layer img {
  width: 100% !important;
  object-fit: cover;
}

#n2-ss-1 .n2-ss-slide-background {
  background-size: cover !important;
  background-position: center !important;
}

div#n2-ss-1 .n2-ss-slider-2 {
    border-radius: 0px !important;
}
}





/* - * - * - * - * - */
/* FOOTER Styling */
/* - * - * - * - * - */

.uk-icon svg {
  fill: #fff;
}

footer .wp-block-gallery figure img {
  border-radius: 0px;
}

footer {
  background: rgba(0, 0, 0, 0.15); /* 20% Schwarz */
}

.footer-widgets {
    display: grid;
    grid-template-columns: 100%;
    gap: 2rem;
    max-width: 1450px;
    margin: 0 auto;
    color: #fff
}

.footer-widget {
    font-size: 0.95rem;
    line-height: 1.5;
}

.footer-widget h3 {
 font-size: clamp(1.15rem, 2.1vw, 2.0rem)
}

.footer-widget .wp-block-image {
  margin-right: 34px;
}

.footer-widget p, .footer-widget a, .footer-widget h2, .footer-widget h3 {
    color: #fff;
}

.footer-widget h3 {
  margin-top: 0;
}

.footer-widget-title {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    color: #333;
}




/* - * - * - * - * - */
/* MEDIA Queries */
/* - * - * - * - * - */

@media (max-width: 1800px) {

  .home .content p {
      /* font-weight: 400; */
          font-weight: 300;
  }
  }

@media (min-width: 781px) {
  #site-title a img {
    width: clamp(300px, 40vw, 430px);
    height: auto;
    display: block;
  }
}




@media (max-width: 1160px) and (min-width: 781px) {

  .entry-content {
    padding: 70px 0 120px 0;
  }

body {
  font-size: 18px;
}

.slide-overlay, .footer-widgets {
    padding: 80px 60px;
}

.slider-vorstand .slide-overlay{
    padding: 60px;
}

.header-row {
   padding: 20px 60px;
}

#wrapper {
  padding: 0 60px;
}

.slide-overlay h1, .slide-overlay h2 {
  padding: 0 60px !important;
}

.footer-widgets {
  grid-template-columns: 1fr 1fr;
  padding: 60px 60px 40px 60px;
}

.footer-widget:nth-child(1) {
  grid-column: 1 / -1;
}

.footer-widget:nth-child(2) {
  grid-column: 1 / 2;
}

.footer-widget:nth-child(3) {
  grid-column: 2 / 3;
  }
}





.responsive-footer .line {
  display: block;
}

.maximale-breite-partner {
  max-width: 100px;
}


.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0;
    width: calc(100% - var(--wp--style--unstable-gallery-gap, 16px) / 2) !important;
}


@media (min-width: 600px) {
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0;
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px) / 2) !important;
}
}


@media (min-width: 1180px) {

  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
      width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px) * .75) !important;
  }
}



.maximale-breite {
  max-width: 200px;
  gap: 12px;
  padding-bottom: 10px;
}

  .maximale-breite p {
  font-size: 70%;
}

  .maximale-breite svg {
    width: 40px;
    height: 40px;
  }


  .home div#n2-ss-1 .n2-font-162af514ef55a5ed3ffb3fb18ad64197-simple {
    font-weight: 400;
    font-family: 'Be Vietnam Pro';
}

  .home div#n2-ss-1 .n2-font-20d772694e8eb610dc6b8d8651b27a98-simple  {
      font-family: 'Be Vietnam Pro';
      font-weight: 700;
}


@media (max-width: 780px) {

.party .wp-block-columns {
  gap: 3em var(--wp--preset--spacing--60);
}

.home div#n2-ss-1 .n2-font-162af514ef55a5ed3ffb3fb18ad64197-simple {
    color: #ffffff;
    font-size: 18px;
    text-shadow: none;
    line-height: 1.4;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    vertical-align: middle;
}

.home div#n2-ss-1 .n2-font-20d772694e8eb610dc6b8d8651b27a98-simple  {
      font-size: 18px;
}

  .entry-content {
      padding: 30px 0 80px 0;
  }

  #container {
      margin-top: 160px;
  }

  .slide-image-wrapper {
    height: 360px;
  }

  .slide-overlay h1, .slide-overlay h2 {
    padding: 0 34px 0 34px !important;
  }

  .responsive-footer .line {
    display: inline;
  }

  .responsive-footer .line:not(:last-child)::after {
    content: ", ";
  }

  .responsive-footer .line:last-child::after {
    content: "";
}

p {
    margin: 0 0 20px 0;
}

.home .content p {
  max-width: 100%;
}

body {
  font-size: 17px;
}

h1 {
  line-height: 1.1;
}

h2 {
    margin-bottom: 3.4vw;
  }

  .home h2 {
      margin-bottom: 3.9vw;
  }

  .content h3 {
      max-width: 100%;
  }

.home .content p {
  font-size: 18px;

}

#site-title, #site-title a, .slide-overlay h2 {
      font-size: 40px;
  }

.menu-list a {
      font-size: 2.1rem;
      max-width: 100%;
  }

  #site-description {
      /* font-weight: 400; */
          font-weight: 300;
  }

  #wrapper {
      padding: 0 34px;
  }

  .header-row {
      padding: 12px 34px;
  }

  .slide-overlay  {
      padding: 48px 34px;
  }

  .swiper-pagination-bullet {
      width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
      height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
  }


  #site-description {
    font-size: 14px;
    max-width: 100px;
  }

  #menu-toggle  {
    width: 24px;
    height: 24px;
    padding: 0;
    background: transparent;
    border: none;
    top: 40px;
    right: 20px;
}

#menu-toggle .burger::before {
  top: -8px;
}

#menu-toggle .burger::after {
  top: 6px;
}
#menu-toggle.active .burger::before {
  transform: rotate(45deg) translate(4px, 8px);
}

#menu-toggle.active .burger::after {
  transform: rotate(-45deg) translate(3px, -8px);
}

footer .wp-block-columns > .wp-block-column > .wp-block-columns {
   display: flex !important;
   flex-direction: row !important;
   flex-wrap: nowrap !important;
   justify-content: flex-start;
   gap: var(--wp--preset--spacing--40);
 }

 footer .wp-block-columns > .wp-block-column > .wp-block-columns > .wp-block-column {
   flex: 1 1 auto;
   min-width: 0;
 }

footer .has-text-align-right {
  text-align: left;
}

.footer-widgets {
    grid-template-columns: 1fr;
    gap: 0.2rem;
    padding: 60px 34px 40px 34px;
}

.footer-widget {
    font-size: 1rem;
  }

.footer-widget h3 {
  font-size: 2.1rem;
  margin-bottom: 30px;
}

.maximale-breite-partner {
    max-width: 300px;
}

div.wpforms-container-full textarea, .wp-core-ui div.wpforms-container-full textarea {
    width: 100%;
}

.up-arrow {
  right: 0;
  left: auto;
}

#footer .wp-block-columns > *:nth-child(1) {
  order: 3;
}

#footer .wp-block-columns > *:nth-child(2) {
  order: 1;
}

#footer .wp-block-columns > *:nth-child(3) {
  order: 2;
}

.home .content p, div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label, div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input+label, .home .content p, div.wpforms-container-full .wpforms-field-label, .wp-core-ui div.wpforms-container-full .wpforms-field-label, div.wpforms-container-full .wpforms-field.wpforms-field-radio ul li input+label {
  font-size: 18px;
    max-width: 100% !important;
}

.maximale-breite p, .impressum {
    font-size: 80%;
    line-height: 1.3;
  }
}






.cb-to-top {
  margin: 0 auto;
  text-align: center;
}

.up-arrow {
  position: absolute;
  top: calc(100vh - 70px);
  left: calc(50% - 12px);
  width: 0;
  height: 38px;
  border-radius: 0px;
}

.up-arrow:after {
  content: " ";
  position: absolute;
  top: 13px;
  left: -8px;
  width: 28px;
  height: 28px;
  border-top: 3px solid #c0dedb;
  border-left: 3px solid #c0dedb;
  border-radius: 0px;
  transform: rotateZ(45deg);
  }


@keyframes jumpInfinite {
  0% {
    margin-top: 0;
  }
  50% {
    margin-top: 8px;
  }
  100% {
    margin-top: 0;
  }
}



.up-arrow {
  animation: jumpInfinite 1.5s infinite;
}

.up-arrow {
    display: block;
    position: fixed;
    bottom: 0;
    border: 0;
    width: 70px;
    z-index: 1;
}
