/* 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.4rem;
  font-weight: 600;
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  .display-1 {
    font-size: 2.5rem;
  }
}

/* DISPLAY-2 HEADLINE DETAILSEITEN */
.display-2 {
  font-family: "Outfit", sans-serif;     
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.1;
}

@media screen and (max-width: 768px) {
  .display-2 {
    font-size: 2.8rem;
  }
}

/* DISPLAY-3 SEITENBEGRIFFE STARTSEITE */
.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.8rem;
  }
}

/* DISPLAY-4 BLOG ÜBERSICHT HEADLINE */
.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 ÜBERSICHT HEADLINE */
.display-5 {
  font-family: "Outfit", sans-serif;     
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.1;
}

@media screen and (max-width: 992px) {
  .display-5 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .display-5 {
    font-size: 1.4rem;
  }
}

/* DISPLAY-6 MENUSCHRIFT */
.display-6 {
  font-family: "Outfit", sans-serif;     
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.35;
}

@media screen and (max-width: 768px) {
  .display-6 {
    font-size: 1.6rem;
  }
}

/* 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.2rem;
  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;
}

.tags-bg {
  font-size: 0.6rem;
  line-height: 1rem;
  letter-spacing: 0.025rem;
  display: inline-block;
  padding: 0.35rem 0.7rem 0.3rem;
  background: var(--bs-soft-primary);
  color:#252525;
}

.tags-bg a {
  color:#252525;
}

/* MENÜ -------------------------------------------------------------------------------------------*/

/* Weiße Hintergrundleiste hinter Logo/Breadcrumb + Hamburger. */
.site-header-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 4.25rem;
  background: #fff;
  z-index: 1050;
  pointer-events: none;
}

/* Platz für die jetzt deckende Leiste schaffen, sonst verschwindet der
   Seitenanfang (H1 etc.) darunter. */
.content-wrapper {
  padding-top: 3.25rem;
}

.menu-toggle {
  position: fixed;
  top: 1rem;
  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;
}

.site-topbar {
  position: fixed;
  top: 1.3rem;
  left: 0;
  right: 0;
  z-index: 1100;
  pointer-events: none;
}

.site-logo {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  pointer-events: auto;
}

.site-logo--home {
  font-size: 0.9rem;
}

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;
}

.menu-overlay__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.menu-overlay__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu-overlay__link {
  font-family: "Outfit", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: var(--v-dark);
  text-decoration: none;
  transition: color 0.25s ease;
  line-height: 1.2;
}

.menu-overlay__link.text-primary {
  color: var(--bs-primary) !important;
}

/* --- Zentriertes Block-Layout mit definierter Höhe --- */

.menu-overlay__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.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: center;
  align-items: center;
  gap: 1.1rem;
  line-height: 1.2;
}

/* --- Responsive Anpassungen --- */

@media (max-width: 992px) {
  .site-header-bar {
    height: 3.35rem;
  }

  .content-wrapper {
    padding-top: 3.35rem;
  }

  .menu-toggle {
    top: 0.35rem;
    right: 1rem;
    width: 2.75rem;
    height: 2.75rem;
  }

  .site-topbar {
    top: 0.5rem;
  }

  .site-logo {
    font-size: 0.62rem;
  }

  .site-logo--home {
    font-size: 0.75rem;
  }

  .menu-overlay__link {
    font-size: 2rem;
  }
}

@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 {
    font-size: 1.8rem;
  }
}

/* ENDE MENÜ -------------------------------------------------------------------------------------------*/
