/* CSS Document */

/********** COLOURS **********/

:root {
    --v-footer: #0e182a; 
    --v-dark: #333333;
    --v-light: #ffffff;
    --bs-body-color: #333333;
    --v-light2: #fcfbfc;
    --v-darkblue: #0e182a;
    --v-lightblue: #9fa3aa;
}


.bg-darkblue {
  background-color: var(--v-darkblue);
  }  

.bg-light2 {
  background-color: var(--v-light2);
  }   

.text-lightblue {
  color: var(--v-lightblue);
  } 
  
body {
  color: var(--v-dark);
  font-family: "Roboto Mono", monospace;
}     
   
    
/**************** HEADLINES & FONTS *******************/

h1,
h2,
h3,
h4,
h5,
h6
{  
    font-family: "Outfit", sans-serif;   
    font-weight: 700;
    color: var(--v-dark);
} 

/* p */
p {
  font-family: "Roboto Mono", monospace;   
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 0.75rem;
    line-height: 1.85;
  }
}

/* DISPLAY-1 STARTSEITE HEADLINE */
.display-1 {
  font-family: "Outfit", sans-serif;     
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 1.1;
}

@media (max-width: 1200px) {
  .display-1 {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .display-1 {
    font-size: 2.5rem;
  }
}

/* DISPLAY-2 HEADLINE */
.display-2 {
  font-family: "Outfit", sans-serif;     
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  .display-2 {
    font-size: 1.8rem;
  }
}

/* DISPLAY-3 SEITENBEGRIFFE*/
.display-3 {
  font-family: "Outfit", sans-serif;     
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--v-dark);
}


@media screen and (max-width: 768px) {
  .display-3 {
    font-size: 1.7rem;
  }
}




/* DISPLAY-4 HEADLINE KLEINER */
.display-4 {
  font-family: "Outfit", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .display-4 {
    font-size: 1.3rem;
    font-weight: 600;
  }
}

/* DISPLAY-5 PORTFOLIO HEADS */
.display-5 {
  font-family: "Outfit", sans-serif;     
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.1;
}

@media screen and (max-width: 992px) {
  .display-5 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .display-5 {
    font-size: 1.3rem;
  }
}

/* DISPLAY-6 MENUSCHRIFT*/
.display-6 {
  font-family: "Outfit", sans-serif;     
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.3;
}  

@media screen and (max-width: 768px) {
  .display-6 {
    font-size: 1.2rem;
  }
}

/* DISPLAY-7 kleiner als p aber größer als small */
.display-7 { 
    font-weight: 400;
    font-size: 0.7rem;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .display-7 {
    font-size: 0.65rem;
  }
}

/* DISPLAY-8 RELATED LINKS */
.display-8 {
  font-family: "Outfit", sans-serif;
  font-size: 1.0rem;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .display-8 {
    font-size: 1.0rem;
    font-weight: 600;
  }
}

/* DISPLAY-9 INTERVIEW */
.display-9 {
  font-family: "Outfit", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .display-9 {
    font-size: 0.9rem;
    font-weight: 600;
  }
}

/* DISPLAY-LOGO LOGOSCHRIFT*/
.display-logo {
  font-family: "Outfit", sans-serif;     
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .display-logo {
    font-size: 0.7rem;
  }
}

/* DISPLAY-LINK auf den Detailseiten*/
.display-link {
  font-family: "Outfit", sans-serif;     
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1rem;  
}

.lead {
  font-family: "Outfit", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .lead {
    font-size: 1.0rem;
  }
}
   
/*************** HEADLINE END *************/

.swiper-controls .swiper-navigation .swiper-button {
  background: rgba(var(--bs-white-rgb), 0.7);
  color: var(--v-dark);
  border: 0;
  box-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.02);
  width: 2.2rem;
  height: 2.2rem;
  line-height: inherit;
  border-radius: 10%;
  text-shadow: none;
  transition: all 0.2s ease-in-out;
}

.btn.btn-circle.btn-play {
  width: 2.5rem;
  height: 2.5rem;
  font-size: calc(1.355rem + 1.26vw);
}
@media (min-width: 1200px) {
  .btn.btn-circle.btn-play {
    font-size: 2.3rem;
  }
}

.btn .uil {
  margin-left: 0.35rem;
  line-height: 1;
}

@media (max-width: 768px) {
  .btn {
    max-width: 100%;
    white-space: normal;
  }
}

.post-meta {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0.6rem;
  color: #aab0bc;
}

.body {
  color: var(--v-dark);
  /* font-family: "Outfit", sans-serif; */
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.8;
}


.hero-wrapper {
  display: flex;
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .hero-wrapper {
    flex-direction: column;
  }
} 


/* MENÜ -------------------------------------------------------------------------------------------*/

.menu-toggle {
  position: absolute;
  top: 2.7rem;
  right: clamp(8rem, 4vw, 8rem); 
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.72);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1100;
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.menu-toggle:hover { 
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 18px rgba(14, 24, 42, 0.15);
}

.menu-toggle:focus-visible {
  outline: 2px solid var(--v-dark);
  outline-offset: 4px;
}

.menu-toggle__bar {
  display: block;
  width: 22px;
  height: 2px;
  background-color: var(--v-dark);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle__bar + .menu-toggle__bar {
  margin-top: 6px;
} 

body.menu-open {
  overflow: hidden;
}

body.menu-open .menu-toggle {
  background: rgba(255, 255, 255, 0.9);
}

body.menu-open .menu-toggle__bar:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

body.menu-open .menu-toggle__bar:nth-child(2) {
  opacity: 0;
}

body.menu-open .menu-toggle__bar:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

.menu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.98);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
  padding: 3rem 1.5rem;
}

body.menu-open .menu-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.menu-overlay__nav {
  text-align: center;
}

/* Basis-Layout für Listen */
.menu-overlay__list,
.menu-overlay__sublist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.menu-overlay__sublist {
  gap: 0.75rem;
  margin-top: 1rem;
}

.menu-overlay__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Hauptlinks */
.menu-overlay__link,
.menu-overlay__label {
  font-family: "Outfit", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--v-dark);
  text-decoration: none;
  transition: color 0.2s ease;
  line-height: 1.2;
}

.menu-overlay__label {
  cursor: default;
}

.menu-overlay__link:hover,
.menu-overlay__link:focus {
  color: var(--v-darkblue);
}

/* Sublinks */
.menu-overlay__sublink {
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--v-darkblue);
  text-decoration: none;
  transition: color 0.2s ease;
}

.menu-overlay__sublink:hover,
.menu-overlay__sublink:focus {
  color: var(--v-dark);
}

/* --- Zentriertes Block-Layout mit definierter Höhe --- */

.menu-overlay__inner {
  display: flex;
  justify-content: center;     /* horizontal zentriert */
  align-items: center;         /* vertikal zentriert */
  height: 100vh;               /* volle Höhe des Viewports */
}

.menu-overlay__nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.menu-overlay__list {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* gleichmäßig über Block verteilt */
  align-items: center;
  height: 80vh;                   /* definierte Blockhöhe */
  line-height: 1.2;
}

/* --- Responsive Anpassungen --- */

@media (max-width: 992px) {
  .menu-toggle {
    top: 1rem;
    right: 1rem;
    width: 2.75rem;
    height: 2.75rem;
  }

  .menu-overlay__list {
    gap: 1.5rem;
    height: 75vh;
  }

  .menu-overlay__link,
  .menu-overlay__label {
    font-size: 2rem;
  }

  .menu-overlay__sublink {
    font-size: 1.1rem;
  }
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
  .menu-toggle {
    right: calc(((100vw - 1140px) / 2) + (6.5rem - 70px));
  }
}

@media (min-width: 1400px) {
  .menu-toggle {
    right: max(6.5rem, calc(((100vw - 1320px) / 2) + (6.5rem - 70px)));
  }
}

@media (max-width: 576px) {
  .menu-overlay {
    padding: 2.5rem 1rem;
  }

  .menu-overlay__link,
  .menu-overlay__label {
    font-size: 1.8rem;
  }

  .menu-overlay__sublink {
    font-size: 1rem;
  }

  .menu-overlay__list {
    height: 70vh;
  }
}


/* ENDE MENÜ -------------------------------------------------------------------------------------------*/

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.form-label {
 
  display: none;
 
}
/* PRIMARY -------------------------------------------------------------------------------------------*/
#primary {
  display: inherit;
  margin: 0 0 50px 0;
  margin-left: 0;
}
#primary li {
  font-size: 0.8em;
  line-height: 28px;
  display: inline-flex;
  margin-right: 60px;
}
@media only screen and (min-width: 1000px) {
  #primary li {
    font-size: 0.8em;
    line-height: 32px;
  }
}
#primary li span {
  display: none;
}
#primary li:last-child {
  margin-right: 0;
}
#primary li a {
  color: #333;
  display: inline-block;
  position: relative;
}
#primary li a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  border-bottom: 1px solid #333;
  transition: 0.5s ease;
}
#primary li a:hover:after {
  width: 100%;
}
#primary li a.active {
  text-decoration: line-through;
}

.body {
font-family: "Roboto Mono", monospace;
font-size: 0.8rem;
font-weight: 400;
line-height: 1.9;
}

 
.InputfieldContent hr {
  margin-top: 1rem;
  margin-bottom: 0;
}

.related-label {
  font-size: 18px;
  letter-spacing: 0.05em;
  color: #555;
}

.related-heading {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 1rem;
}

.related-heading-accent {
  color: #d8692a; /* Akzentfarbe wie im Screenshot, nach Geschmack anpassen */
}

.related-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.related-list li {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
}