/* CSS Document */

/********** COLOURS **********/

:root {
    --v-vmdark: #121212;
    --v-vmlight: #ffffff;
    --v-vmcolor: #F9D2CD;
    --v-vmcolor2: #FFFACB;
}


.bg-vmdark {
  background-color: var(--v-vmdark);
  }  
  
.bg-vmcolor {
  background-color: var(--v-vmcolor);
  }    
  
.bg-vmcolor2 {
  background-color: var(--v-vmcolor2);
  }     

.text-vmlight {
  color: var(--v-vmlight);
  } 
  
.text-vmdark {
  color: var(--v-vmdark);
  }   
  
.text-vmcolor{
  color: var(--v-vmcolor);
  } 
  
.text-vmcolor2{
  color: var(--v-vmcolor2);
  }   
  
body {
  color: var(--v-vmdark);
  font-family: "Roboto Mono", monospace;  
}     
   
    
/**************** HEADLINES & FONTS *******************/

h1,
h2,
h3,
h4,
h5,
h6
{  
    font-family: "Outfit", sans-serif;    
    font-weight: 700;
    color: var(--v-vmdark);
} 

/* p Fliesstext */
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.8rem;
    line-height: 1.85;
  }
}

/* p Bildunterschrift */
small,
.small {
  font-size: 0.7rem;
}

@media screen and (max-width: 768px) {
  .small {
    font-size: 0.6rem;
  }
}

/* DISPLAY-LOGO LOGOSCHRIFT*/
.display-logo {
  font-family: "Outfit", sans-serif;     
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.15rem;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .display-logo {
    font-size: 0.7rem;
  }
}

/* DISPLAY-head HEADLINE */
.display-head {
  font-family: "Outfit", sans-serif;   
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 1.0;
  /* text-transform: uppercase; */ 
}

@media screen and (max-width: 992px) {
  .display-head {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 768px) {
  .display-head {
    font-size: 2.6rem;
  }
}


/* DISPLAY-ZWI Zwischentitel */
.display-zwi {
  font-family: "Outfit", sans-serif;     
  font-size: 2.0rem;
  font-weight: 800;
  line-height: 1.2;
}


@media screen and (max-width: 768px) {
  .display-zwi {
    font-size: 1.4rem;
  }
}

/* DISPLAY-SPECIAL Fließtext Heraushebung in Outfit */
.display-special {
  font-family: "Outfit", sans-serif;  
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .display-special {
    font-size: 0.9rem;
  }
}

/* DISPLAY-FOOTER MENU FOOTER */
.display-footer {
  font-family: "Outfit", sans-serif;  
  font-size: 1.0rem;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .display-footer {
    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-LINK auf den Detailseiten*/
.display-link {
  font-family: "Outfit", sans-serif;      
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: 0.1rem;  
}

.lead {
  font-family: "Roboto Mono", monospace; 
  font-size: 1.0rem;
  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;
}

/* Thick red border */
hr.footer {
  border: 0.5px solid;
  color: var(--vs-dark);
}

.title-line {
  display: flex;
  align-items: center;
}

.title-line::after {
  content: "";
  flex: 1;
  height: 1px;
  background: black;
  margin-left: 10px;
}

.btn-color {
  --bs-btn-color: #121212;
  --bs-btn-bg: #F9D2CD;
  --bs-btn-border-color: #F9D2CD;
  --bs-btn-hover-color: #121212;
  --bs-btn-hover-bg: #F9D2CD;
  --bs-btn-hover-border-color: #F9D2CD;
  --bs-btn-focus-shadow-rgb: 92, 140, 229;
  --bs-btn-active-color: #121212;
  --bs-btn-active-bg: #3f78e0;
  --bs-btn-active-border-color: #F9D2CD;
  --bs-btn-active-shadow: 0rem 0.25rem 0.75rem rgba(30, 34, 40, 0.15);
  --bs-btn-disabled-color: #121212;
  --bs-btn-disabled-bg: #F9D2CD;
  --bs-btn-disabled-border-color: #F9D2CD;
}

.tags-bg {
  font-size: 0.6rem;
  line-height: 1rem;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.35rem 0.7rem 0.3rem;
}
