* {
  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 {
  line-height: 1.6;
  font-family: Archivo;
}

ol,
ul {
  list-style: none;
  line-height: 35px;
}

.wp-block-navigation ul,
.wp-block-navigation ul li {
  list-style: none;
  padding: 0;
  line-height: unset;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*Schriften importieren*/
@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: 100 900;
  src: url(/wp-content/bandf-files/fonts/icomoon.woff);
}

@font-face {
  font-family: "muli300";
  font-style: normal;
  font-weight: 300;
  src: url(/wp-content/bandf-files/fonts/Muli-300.woff);
}

@font-face {
  font-family: "muli300italic";
  font-style: normal;
  font-weight: 300;
  src: url(/wp-content/bandf-files/fonts/Muli-300italic.woff);
}

@font-face {
  font-family: "muli900";
  font-style: normal;
  font-weight: 900;
  src: url(/wp-content/bandf-files/fonts/Muli-900.woff);
}

@font-face {
  font-family: "muli900italic";
  font-style: normal;
  font-weight: 900;
  src: url(/wp-content/bandf-files/fonts/Muli-900italic.woff);
}

strong {
  font-family: "muli900" !important;
}

p {
  font-family: "muli300", sans-serif !important;
  color: var(--clr-font-grey);
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: .5px;
}

li {
  font-family: "muli300", sans-serif;
}

nav a {
  font-family: "muli300", sans-serif;
  color: var(--clr-font-light);
  font-size: 16.5px;
  font-weight: 300;

  letter-spacing: .5px;
}

h1 {
  font-family: "muli900", sans-serif;
  font-size: 2.5rem;
  line-height: 3.125rem;
  color: var(--clr-white);
}

h2, h3, h4 {
  font-family: "muli900", sans-serif;
}

h3 {
  color: var(--clr-font-light) !important;
  text-transform: uppercase;
  font-size: 16px !important;
}


:root {
  /*Farben*/
  --clr-black: #000000;
  --clr-white: #ffffff;
  --clr-font-grey: #393939;
  --clr-font-light: #707170;
  --clr-light-grey: #ECECEC;
  --clr--beige-hr: #D4D4D5;
  --_icon-size: 70px;
  --fixed-size-small: 70vw;


  /*Typographie*/
  font-family: "muli300", sans-serif;
  font-display: swap;
}

.fixed-size {
  max-width: 95vw;
  margin-inline: auto;
}

.fixed-size-small {
  max-width: 70vw;
  margin-inline: auto;
  font-family: "muli300";
}

.wp-block-separator {
  border: none;
  height: 1px;
  background-color: var(--clr--beige-hr);
  width: 30% !important;
  margin: 80px auto;
}

.titelbild h1, .startpage h1 {
  color: var(--clr-white);
  font-size: clamp(28px, 1em + 2px, 35px);
  border-left: .3125rem solid #fff687;
  line-height: 90%;
}
.startpage h1 {
  padding: 0 20px;
	  line-height: 2.2;
}

.titelbild img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.wp-block-site-logo img {
  margin: -25px 10px -10px -10px;
}

.header-buttons {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.header-cover {
  margin-top: 500px !important;
}

.wp-block-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block-start: 0px !important;
  text-transform: uppercase;
}

.wp-element-button.wp-block-button__link {
  padding: 25px 50px !important;
}

.header-buttons a {
  color: var(--clr-white);
  font-size: 14px;
  font-family: "muli300";
  max-width: 90vw !important;
  letter-spacing: 2.8px;
}

.wp-block-cover {
  margin-bottom: 3em !important;
}

.background-black {
  background-color: var(--clr-black);
  height: 80px;
  width: 100%;
  width: fit-content;
  display: flex;
  align-items: center;
  margin-top: 400px !important;
}

h1.background-black.wp-block-heading,
h1.background-black.has-text-align-left.wp-block-heading {
  margin-left: 0px !important;
  background-color: #090A08;
  padding: 20px;
}

.cms-container .wp-block-cover .wp-block-cover__background {
  top: 330px;
}

.wp-block-cover__inner-container p {
  color: var(--clr-white);
  font-family: "muli900";
  font-size: clamp(20px, 1vw + 2px, 25px) !important;
  letter-spacing: 0.2em;
}

.cms-container img {
  object-fit: cover;
}

.head-img {
  width: 100%;
  height: 902px;
  object-fit: cover;
  filter: grayscale(25%);
}

.liste-flex {
  display: flex !important;
  justify-content: space-between;
  margin-left: 0px !important;
  gap: 300px !important;
  max-width: var(--fixed-size-small);

}

.list-header {
  margin-top: 3em;
}

header {
  margin-bottom: 10px;
  position: fixed;
  z-index: 999;
  background: var(--clr-white);
  width: 100%;
}

.wp-block-site-logo img {
  width: 400px !important;
  height: 150px !important;
}

.header {
  gap: 100px !important;
}

.maps iframe {
  width: 100%;
  filter: grayscale(100%);
  gap: 0px !important;
}

.background-grey {
  background-color: var(--clr-light-grey);
  padding: 10px;
}

.background-grey-contact {
  background-color: var(--clr-light-grey);
  padding: 10px;
  font-family: "muli300";
}

.footer-container p {
  margin-top: 0 !important;
}

figure.footer-logo {
  margin-left: 0 !important;
}

.impressum {
  margin: 50px auto;
}

.impressum li {
  color: var(--clr-font-light) !important;
  text-transform: uppercase;
}

.site-header .header-inner {
  width: 95vw;
  gap: 5px;
}

.flex-gap .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
  margin-block: auto;
}

.site-header .wp-block-site-logo img {
  height: 58px;
  width: auto;
}

.contacts-social {
  display: flex;
  align-items: center;
}

.header-title {
  flex: 1;
  text-align: center;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .03em;
  color: #3a3a3a;
  line-height: 1;
}

.header-contacts {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  color: #7e7e7e;
  text-transform: none !important;
}

.header-contacts p {
  margin-left: 0px !important;
  font-size: 14px;
}

.flex-gap {
  gap: 10px !important;
  flex-basis: unset;
}

.header-contacts h3 {
  color: var(--clr-black);
  font-size: 20px;
}

.header-contacts a {
  color: #7e7e7e;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.header-socials {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-block-start: 0px !important;
  justify-content: flex-start;
}

.header-socials a {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  padding: 3px;
}

.header-socials li {
  width: 30px;
  height: 30px;
}

hr.header-hr,
.site-header hr {
  width: 100% !important;
  max-width: none !important;
  border: none;
  border-top: 1px solid #e6e6e6;
  height: 0;
  margin: 10px 0 0;
}

.site-header {
  padding: 20px 0px;
}

header h3 {
  line-height: 14px;
  font-family: "muli900";
  color: var(--clr-font-light) !important;
  text-transform: uppercase;
  font-size: 16px !important;
}

.site-header .navigation-container {
  display: flex;
  gap: 36px;
  flex-wrap: nowrap;
}

.site-header .wp-block-navigation a {
  color: #969696;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .2em;
  font-family: "muli300";
  padding: 10px 0 12px;
  font-size: 14px !important;
  position: relative;
  border: none;
  display: flex;
  flex-wrap: nowrap;
  margin-left: 10px;
}

.site-header .wp-block-navigation a:hover,
.site-header .wp-block-navigation .current-menu-item>a,
.site-header .wp-block-navigation .current-menu-ancestor>a {
  color: #3a3a3a;
}

.site-header .wp-block-navigation__submenu-icon {
  margin-left: .45em;
}

.hero-section {
  padding: 56px 4vw 24px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(320px, 1fr);
  gap: 64px;
  align-items: start;
  position: relative;
}

.hero-media {
  position: relative;
}

.hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
}

.hero-badge-wrap {
  position: absolute;
  left: -110px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.hero-badge {
  margin: 0;
  writing-mode: vertical-rl;
  /* vertikal */
  transform: rotate(180deg);
  /* Text von unten nach oben lesen */
  letter-spacing: .35em;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "muli300italic" !important;

}

/* --- Rechte Spalte: Text + Vertikal-Linie --- 
.hero-content{
  position:relative;
  padding-left:40px;  
  max-width: 700px;         /* Abstand zur Linie 
}

/* Dünne vertikale Linie links der Texte 
.hero-content::before{
  content:"";
  position:absolute;
  left:0; top:8px;
  width:2px; height:56px;     /* Länge der Linie anpassen 
  border-radius:1px;
} */

/* Typografie */
.hero-title {
  margin: 0 0 10px;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 800;
  color: #1d1f21;
}

.hero-kicker p {
  margin: 0 0 15px;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: 20px !important;
}

h2 {
  margin: 0 0 10px;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 800;
  color: #1d1f21;
}

.partner-card p {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: clamp(14px, 1vw + 1px, 20px);
  margin-top: 10px !important;
}

.quote {
  position: relative;
  margin-top: 50px;
}

.quote p {
  font-size: clamp(22px, calc(22px + (30 - 22) * ((100vw - 320px) / (1200 - 320))), 30px);
}

.list-header li {
  font-family: "muli300" !important;
  margin-block-start: 0px !important;
}

.badge {
  margin: 0;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  letter-spacing: .35em;
  text-transform: uppercase;
  font-size: 20px;
  font-family: "muli300italic" !important;

}

.badge-wrap {
  position: absolute;
  left: 1300px;
  top: 30%;
  transform: translateY(-50%);
  pointer-events: none;
}

.hl-text {
  margin-top: 50px;
  background-color: var(--clr-font-grey);
  width: 50%;
  padding: 100px 250px 100px 0px;
  text-align: left;
  box-shadow: -500px 0px 0px 0px var(--clr-font-grey);

}

.bg-image {
  background-image: url(image/large_6234a1c7e59be6b85a5bda5d_23c59aa0226896c2688559b0f50c23c96093070b513cfa8589692ec8b5e3effd_6234a1d4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 300px;
  height: 300px;
  transform: scale(2.3);
  position: absolute;
  z-index: -1;
  right: 250px;
  top: -100px;
}

.width45 {
  max-width: 30%;
}

.hl-text p {
  color: var(--clr-white) !important;
}

.hl-text h2 {
  color: var(--clr-white) !important;
}

.flex-banner {
  display: flex;
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 100px;
  position: relative;
}

.videos {
  position: absolute;
  top: 370px;
  right: 0;
  gap: 20px;
  display: flex;
}

.videos iframe {
  margin-block-start: 0px !important;
}

.maps .wp-container-core-columns-is-layout-28f84493 {
  gap: 0px;
  margin-top: 150px;
}

.map {
  width: 100%;
  height: 23.4vw;
}

.partner {
  display: flex;
  gap: 100px !important;
  margin-bottom: 150px;
}

.partner img {
  object-fit: cover;
}

.partner-card {
  margin: 20px !important;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.background-card {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 150px;
  margin-block: unset !important;
}

.background-card__content {
  padding: 40px;
}

.help {
  max-width: 575px;
}

.vid-card {
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid4 {
  max-width: 70vw;
}

.grid4 img {
  height: 100%;
  width: 100%;
}

.grid5 {
  display: flex;
}

.muenster {
  height: 204px !important;
}

.buttondg {
  transform: rotateX(10);
}

.buttondg:hover {
  background-color: red !important;
}

.wp-block-button {
  background-color: initial;
  transition: background-color 0.3s ease;
}

.wp-block-button:hover {
  background-color: red !important;
}

h1.wp-block-group.background-black .fixed-size.is-layout-constrained.wp-block-group-is-layout-constrained {
  margin-left: auto;
}

ul li {
  position: relative;
  padding-left: 1.2em;
}

ul li::before {
  content: "⇨";
  position: absolute;
  left: 0;
  color: var(--clr-font-grey);
  font-size: 0.8em;
  text-align: center;
}

nav ul li::before {
  display: none;
}

ul.header-socials ::before {
  display: none !important;
}

.wp-block-group.background-black.fixed-size.is-layout-constrained.wp-block-group-is-layout-constrained {
  margin-left: 60px !important;
}

.wp-block-image.muenster {
  display: flex;
  justify-content: center;
}

.gform_required_legend {
  display: none;
}

.gf_browser_chrome.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital {
  color: var(--clr-font-grey) !important;
  font-family: "muli300";
}

.gform_button button {
  color: var(--clr-white);
  font-size: 20px;
  font-family: "muli300";
  background-color: var(--clr-font-grey);
  max-width: 90vw !important;
}

.sidebar {
  --_icon-size: 60px;
  position: absolute;
  top: 30%;
  right: 0;
  overflow: hidden !important;
  z-index: 999;
  position: fixed;
  contain: layout paint;
}

.sidebar__item {
  display: flex;
  flex-direction: row;
  background: #707173;
  height: var(--_icon-size);
  transform: translateX(calc(100% - var(--_icon-size)));
  transition: transform 500ms;
  overflow: hidden;

}

.sidebar__item:hover {
  transform: translateX(0%);
}

.sidebar__icon {
  background-color: var(--clr-font-grey);
  aspect-ratio: 1;
  width: var(--_icon-size);
}

.sidebar__icon img {
  width: 18px !important;
  height: auto;
  display: flex;
  justify-content: center;
  margin-top: 20px !important;
  margin-inline: auto;

}

.sidebar__label {
  padding-inline: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-block: -80px !important;

}

.sidebar__label p {
  color: var(--clr-white);
  margin-block-start: 0px !important;
}







#routeForm {
  font-family: "muli300", sans-serif;
  max-width: 900px;
  display: flex;
  flex-direction: column;
}

#routeForm label {
  display: none;
}

#routeForm input[type="text"] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  font-size: 14px;
  box-sizing: border-box;
  outline: none;
  margin-bottom: 8px;
}

#routeForm input[type="text"]:focus {
  border-color: #333;
}

#routeForm small {
  order: 2;
  margin-top: 6px;
  font-size: 13px;
  color: #555;
}

#routeForm button {
  order: 1;
  align-self: flex-start;
  margin-top: 8px;
  background: #333;
  color: #fff;
  border: none;
  padding: 20px 50px;
  /* Platz für Pfeil */
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer;
  transition: background 0.3s ease;
  position: relative;
}

#routeForm button:hover {
  background: #555;
}

.p-block-navigation__container span {
  color: var(--clr-font-light);
}

nav p {
  color: var(--clr-font-light) !important;
}

.wp-block-navigation-submenu .wp-block-navigation-item .wp-block-navigation-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-inline: auto;
}

.wp-block-navigation-item.wp-block-navigation-link {
  padding: 0 10px;
}

@media (max-width: 1650px) {
  .badge {
    display: none;
  }

  .hero-badge {
    display: none;
  }

  .header-inner {
    flex-wrap: wrap
  }
}


@media (max-width: 1440px) {
  .liste-flex {
    gap: 150px !important;
  }

  .partner {
    gap: 60px !important;
  }

  .wp-block-site-logo img {
    width: 400px !important;
    height: auto !important;
  }

  .head-img {
    height: 950px;
  }

}

@media (max-width: 1280px) {
  .liste-flex {
    gap: 80px !important;
  }

  .hero-grid {
    gap: 40px;
    grid-template-columns: 1fr;
  }

  .background-black {
    margin-top: 200px !important;
  }

  .head-img {
    height: 800px;
  }

  .hl-text {
    width: 70%;
    padding: 60px 40px;
  }
}

@media (max-width: 1024px) {
  .liste-flex {
    flex-direction: column;
    gap: 40px !important;
    align-items: flex-start;
  }

  .partner {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px !important;
  }

  .partner img {
    width: 200px;
    height: auto;
  }

  .wp-block-site-logo img {
    width: 250px !important;
    height: auto !important;
  }

  .head-img {
    height: 750px;
  }

  .hero-title {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }
}
@media (max-width: 795px){
		.startpage h1 {
		line-height: 85%;
	}
}
@media (max-width: 768px) {
  header {
    position: relative;
  }

  .header-buttons {
    flex-direction: column;
    gap: 20px;
  }

  .liste-flex {
    gap: 30px !important;
  }

  .hl-text {
    width: 90%;
    padding: 40px 20px;
    box-shadow: none;
  }

  .hl-text h2,
  .hl-text p {
    font-size: 20px !important;
  }

  .head-img {
    height: 650px;
  }
	.startpage h1 {
		line-height: 80%;
	}

  .videos {
    position: static;
    margin-top: 20px;
    flex-direction: column;
    gap: 10px;
  }

  .hero-grid {
    gap: 20px;
  }

  .hero-title {
    font-size: 24px;
  }

  .hero-kicker p {
    font-size: 16px !important;
  }

  .site-header .navigation-container {
    position: relative;
  }

  .site-header .wp-block-navigation {
    display: none;
    flex-direction: column;
    background: var(--clr-white);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 20px;
    border-top: 1px solid #ddd;
  }

}

@media (max-width: 480px) {
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 22px;
    line-height: 1.2;
  }

  h2 {
    font-size: 18px;
  }

  .wp-block-site-logo img {
    width: 180px !important;
    height: auto !important;
  }

  .header-buttons a {
    font-size: 12px;
    padding: 12px 20px;
  }

  .liste-flex {
    gap: 20px !important;
  }

  .partner {
    flex-direction: column;
    align-items: center;
    gap: 20px !important;
  }

  .background-card {
    padding: 20px;
  }

  .hl-text {
    width: 100%;
    padding: 20px;
  }

  .hl-text h2 {
    font-size: 18px !important;
  }

  .hl-text p {
    font-size: 14px !important;
  }

  .map {
    height: 250px;
  }

  .vid-card {
    width: 100%;
    height: auto;
  }

  .videos iframe {
    width: 100%;
    height: auto;
  }

  .flex-banner {
    width: 480px !important;
  }
}

@media (min-width: 782px) {
  header .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: unset !important;
    flex-grow: 1;
  }

  @media (min-width: 782px) {
    header .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
      flex-grow: 1 !important;
    }
  }
}





/* -------------------------- CAR ÄNDERUNGEN -------------------------- */

#btn__header--anfrage .wp-block-button__link:hover {
  background-color: #32373c !important;
}

#btn__header--tel .wp-block-button__link:hover,
#btn__header--route {
  background-color: #707173;
}

#btn__header--anfrage a::before,
#btn__header--route::before {
  content: "→";
  color: #fff;
}

.list-header ul li::before {
  content: "⇨";
  position: absolute;
  left: 0px;
  color: var(--clr-font-grey);
  font-size: 0.8em;
  text-align: center;
}

.list-header ul {
  margin-left: 0 !important;
}

.list-header ul li a,
.txt-underline a {
  text-decoration: underline;
}

.partner-card img:hover {
  filter: brightness(0.7)
}

.text-sub {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: clamp(16px, 1em + 2px, 20px);
  margin-top: 0;
}

#footer-logo figure {
  margin-left: 0 !important;
}

@media (min-width: 1800px) {
  .videos {
    right: 150px;
  }
}

@media (min-width: 1651px) {
  .quote {
    position: relative;
    margin-top: 150px;
  }
}

@media (max-width: 1440px) {
  .videos {
    position: relative;
    top: 0;
  }

  .hl-text {
    width: 100%;
  }

  .width45 {
    max-width: 50%;
  }
}

@media (max-width: 1200px) {
  .wp-element-button.wp-block-button__link {
    padding: 20px 40px !important;
  }

  .grid5 {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .text-video {
    display: flex;
    flex-direction: column;
  }

  .text-video iframe {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .nav__container--mobile {
    display: block !important;
  }

  .nav__container--normal {
    display: none;
  }

  #nav-nologo {
    display: none;
  }

  a.custom-logo-link {
    display: flex;
    justify-content: center;
  }

  .wp-block-site-logo img {
    height: auto !important;
    margin: 0 auto;
  }

  .sidebar {
    --_icon-size: 60px;
    position: absolute;
    top: unset;
    bottom: 30px;
    right: 0;
    overflow: hidden !important;
    z-index: 999;
    position: fixed;
    contain: layout paint;
  }

  .vid-card iframe {
    width: 100%;
    height: 250px;
  }

  .header-buttons {
    display: none !important;
  }
}

@media (max-width: 781px) {
  .grid5 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }

  .cms-container .wp-block-cover {
    margin-bottom: 30px !important;
  }
}

@media (min-width: 769px) {
  .wp-block-group.titelbild {
    margin-top: 150px;
  }
}

@media (max-width: 600px) {
  .impressum {
    display: none;
  }

  .background-card__content {
    padding: 10px;
  }
}





.nav__container--mobile {
  display: none;
}

.no-scroll {
  overflow: hidden;
}

.nav {
  position: fixed;
  top: 80px;
  right: 20px;
  z-index: 10000;
}

.nav__toggle {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 33px;
  cursor: pointer;
  background: transparent;
  border: 0;
  padding: 0;
}

.nav__bar,
.nav__toggle::before,
.nav__toggle::after {
  content: '';
  display: block;
  width: 40px;
  height: 5px;
  right: 0;
  background-color: #000;
  position: absolute;
}

.nav__toggle::before {
  top: -10px;
}

.nav__bar {
  top: 0px;
}

.nav__toggle::after {
  top: 10px;
}

.nav__toggle.is-active::before {
  transform: rotate(-45deg) translate(-4px, 4px);
  width: 35px;
}

.nav__toggle.is-active::after {
  transform: rotate(45deg) translate(-10px, -10px);
  width: 35px;
}

.nav__toggle.is-active .nav__bar {
  opacity: 0;
}

.nav__menu {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  transition: left 0.4s ease;
  padding-top: 50px;
  z-index: 100;
}

.nav__menu.is-active {
  left: 0;
}

.nav__columns {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  padding: 0 30px;
  min-height: 240px;
  margin-top: 60px;
}

.nav__links {
  width: 100%;
}

.nav__link-group {
  position: static;
}

.nav__link-group.active .nav__info {
  display: block;
}

.nav__item--sub::after {
  content: "→";
  margin-left: 10px;
  display: inline-block;
  transition: transform 0.3s ease;
}

.nav__link-group.active .nav__item--sub::after {
  transform: rotate(90deg);
}

.nav__item {
  display: block;
  font-family: "muli300", sans-serif !important;
  font-size: clamp(24px, 3vw + 1px, 40px);
  line-height: 1.4;
  text-decoration: none;
  color: var(--black);
  margin: 20px 0;
  text-transform: uppercase;
  transition: color .3s ease, -webkit-text-fill-color .3s ease;
  cursor: pointer;
}

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

.nav__info {
  display: none;
  color: #000;
}

.nav__info .like-h1 {
  font-size: clamp(24px, 4vw + 1px, 40px);
  line-height: 80%;
}

.nav__info h3 {
  line-height: 30px;
}

.nav__info .trenner-color {
  margin: 20px 0 50px 0;
}

.nav__info li {
  font-size: clamp(14px, 1vw + 1px, 20px);
  line-height: 220%;
}

.nav__info ul {
  list-style: none;
  padding-left: 0;
}

.nav__footer {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0 30px;
  position: relative;
  margin-top: 30px;
}

.nav__footer p,
.nav__footer a {
  text-decoration: none;
  font-size: clamp(14px, 1vw + 1px, 16px);
} 
