/*
 Theme Name:   borkoschraeg laura folkers child
 Author: borkograph
 Author URI: https://borkograph.de
 Description: /Einfach ein schräges Theme für Laura/
 Template:     borkoschraeg
 Version:      1.0.1
*/



/* =========================================================
   Variablen
   ========================================================= */
:root {
  --primary-color: #151515;
  --secondary-color: #ddd;
  --tertiary-color: #8e998e;
  --accent-color: #2d1650;
  --font-color: #151515;

  --font-regular: "Roboto";
  --font-titel: "RubikSpray";

  --block-margin: 50px;
  --menu-height: 50px;

  --content-max-width: 1300px;

  --rotation: 4deg;
  --tan: 0.0699;
  --para-offset: calc(var(--tan)*100vw);

  --fade-width: 30px;
}

/* =========================================================
   Fonts
   ========================================================= */
@font-face {
  font-family: 'RubikSpray';
  src: url('./assets/fonts/Billion\ Miracles.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('./assets/fonts/roboto/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url('./assets/fonts/roboto/Roboto-Black.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Bold Italic';
  src: url('./assets/fonts/roboto/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto Italic';
  src: url('./assets/fonts/roboto/Roboto-Italic.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

body {
    font-size: 20px;
}


.farbe4 {
    background-color: var(--secondary-color)!important;
    color: var(--primary-color)!important;

    background-image: url('assets/media/img/laura_folkers_farne_hintergrund_weiss.jpg');
    background-size: cover;       /* Bild skaliert, um den gesamten Block zu füllen */
    background-position: center;  /* Bild zentrieren */
    background-repeat: no-repeat; /* Wiederholung verhindern */
}

.farbe3 {
    background-color: var(--primary-color)!important;
    color: var(--secondary-color)!important;

    background-image: url('assets/media/img/laura_folkers_farne_hintergrund_dunkel_v2.jpg');
    background-size: cover;       /* Bild skaliert, um den gesamten Block zu füllen */
    background-position: center;  /* Bild zentrieren */
    background-repeat: no-repeat; /* Wiederholung verhindern */
}

.farbe3 .button, .farbe3 .wpcf7-submit {
    color: var(--primary-color);
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  margin: var(--block-margin) 0;
  font-variant-ligatures: none;
}

h1, h2 {
  font-family: var(--font-titel), sans-serif;
  font-weight: 400;
  font-size: 130px;
  line-height: 1;
}

.horizontal-text-container {
    line-height: 0.94;
}

/* Horizontal scrollender Text */
.horizontal-text {
    font-family: var(--font-titel), sans-serif;
    font-weight: 400;
    font-variant-ligatures: none;
    margin-bottom: 0 ;
    line-height: 0.75;        /* verhindert extra Abstand durch Zeilenhöhe */
    font-size: 10vw;
    opacity: 0;
    color: var(--secondary-color);
}

/* Spezieller Text "Laura" */
.webseitentitel-von-unten {
    font-size: 20vw;
    font-weight: 600;
    color: var(--secondary-color);
    rotate: calc(-1 * var(--rotation));
    margin-left: 50px;
    display: inline-block;    /* nur so hoch wie der Text */
    line-height: 0.75;        /* verhindert extra Abstand durch Zeilenhöhe */
    margin-bottom: calc(var(--para-offset)/2 + 0.4vw);
}

.menu-toggle, .button {
    font-family: var(--font-regular), sans-serif;
  font-weight: 600;
  font-variant-ligatures: none;
    text-transform: uppercase;
}

.kontakt-link-text {
    text-transform: none;
}


.fullscreen-menu ul li {
    font-family: var(--font-regular), sans-serif;
  font-weight: 600;
  font-variant-ligatures: none;
    text-transform: none;
}

.video-title {
    font-family: var(--font-regular), sans-serif;
	font-weight: 600;
}

.fullscreen-menu a {
  font-weight: 600;
}

.logo-container {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

/* Innen-Container für Content */
.lazyblock-inner-big {
    min-height: 60vh; /* höher setzen wenn horizontales scrollen aktiv*/
    padding: 0;
}



@media (max-width: 768px) {
  body {
    font-size: 18px;
  }
	
.horizontal-text {
    font-size: 16vw;
	line-height: 0.8;
}

h1, h2{
  font-size: 80px;
}

}
