/*
    Template:       airi
    Theme Name:     Airi Child
    Theme URI:      http://themeforest.net/user/LA-Studio/portfolio?ref=LA-Studio
    Author:         LA Studio
    Author URI:     http://themeforest.net/user/LA-Studio?ref=LA-Studio
    Description:    Clean, Minimal WooCommerce Theme
    Version:        1.0
    Tags:           one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
    License: 		GNU General Public License
	License URI: 	licence/GPL.txt
    Text Domain:    airi-child
    Domain Path:    /languages/
*/

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-Medium.woff2') format('woff2'),
        url('./fonts/Poppins-Medium.woff') format('woff'),
        url('./fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-Bold.woff2') format('woff2'),
        url('./fonts/Poppins-Bold.woff') format('woff'),
        url('./fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-ExtraBold.woff2') format('woff2'),
        url('./fonts/Poppins-ExtraBold.woff') format('woff'),
        url('./fonts/Poppins-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-Regular.woff2') format('woff2'),
        url('./fonts/Poppins-Regular.woff') format('woff'),
        url('./fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('./fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('./fonts/Poppins-SemiBold.woff') format('woff'),
        url('./fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zilla Slab';
    src: url('./fonts/ZillaSlab-Bold.woff2') format('woff2'),
        url('./fonts/ZillaSlab-Bold.woff') format('woff'),
        url('./fonts/ZillaSlab-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zilla Slab';
    src: url('./fonts/ZillaSlab-SemiBold.woff2') format('woff2'),
        url('./fonts/ZillaSlab-SemiBold.woff') format('woff'),
        url('./fonts/ZillaSlab-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/* TYPOGRAPHY */

h1, h2, h3, h4, h5, h6, .main-menu > li > a {
    font-family: 'Zilla Slab', serif;
}

h1 {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 36px;
    letter-spacing: 1px;
}

h3 {
    text-transform: uppercase;
    font-weight: 700;
}

body, button, input, select, textarea {
    font-family: 'Poppins', sans-serif;
}

p {
    letter-spacing: 1px;
}

.light-text {
    color: #ffffff;
}

.asphalt-big-headline {
    font-family: 'Zilla Slab', serif;
    font-size: 48px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #ffed00;
    width: fit-content;
    padding: 0 15px;
}

.yellow-link {
        color: #ffed00;
        font-weight: 600;
        font-family: 'Zilla Slab';
        font-size: 20px;
        text-shadow: 1px 1px 1px black;
}

/* TYPOGRAPHY END */

/* HEADER */

.site-main-nav .main-menu > li.active > a, .site-main-nav .main-menu > li:hover > a {
    color: #ffffff;
}

.site-main-nav .main-menu > li > a:after {
    bottom: -30px;
}

.main-menu > li > a {
    text-transform: uppercase;
}

.la_com_action--dropdownmenu-text .component-target i, .la_com_action--linktext .component-target i, .la_com_action--link .component-target i, .la_com_action--text .component-target i {
    margin-right: 10px;
}

.la_com_action--dropdownmenu-text .component-target, .la_com_action--linktext .component-target, .la_com_action--link .component-target, .la_com_action--text .component-target {
    height: 33px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.site-header-top {
    font-size: 1em;
    padding-top: 0;
    padding-bottom: 0;
}

/* HEADER END */

/* HERO SECTION */

.hero-section {
    min-height: 70vh;
    background-position: center;
    background-size: cover;
    position: relative;
}

.hero-section video {
    min-height: 70vh;
}

.hero-section .overlay {
    background: rgba(0, 0, 0, 0.8);
    width: max-content;
    padding: 15px 35px;
    max-width: 33%;
    top: 50px;
    position: absolute;
}

@media (max-width: 767px) {
    .hero-section, .hero-section video {
        min-height: 40vh;
    }
    
    .hero-section .container {
        padding: 0;
    }

    .hero-section .overlay {
        max-width: 100%;
        left: 0;
        position: relative;
        top: -7px;
        background: #000000;
    }
}

.push-top .vc_col-has-fill>.vc_column-inner {
   padding: 10px 35px 0px 35px;
}

@media (min-width: 767px) {
    .push-top {
        margin-top: -120px;
    }
}

.hero-section2 {
    min-height: 330px;
    background-position: center;
    background-size: cover;
}

.hero-section2 .overlay {
    min-height: inherit;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 20%, transparent 80%);
    padding: 35px 35px;
    display: flex;
    align-items: flex-end;
}

/* HERO SECTION END */

/* CONTENT */

.spacer {
    padding: 80px 0;
}

.col-space {
    padding: 0 50px;
}

.color-overlay .vc_column-inner {
    background-blend-mode: overlay;
}

.scroll-motion {
    position: relative;
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.scroll-img {
  position: absolute;
  width: calc(100% / 2);
  bottom: 0;
  left: 0; /* Start ganz links */
  transform: translateX(0); /* Anfangs ohne Verschiebung */
  transition: transform 0.1s linear;
}

.image-line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 0;
  background-color: #ffed00;
  z-index: 5;
  transition: width 0.1s linear;
}

@media (max-width: 767px) {

    .hero-section2 .overlay {
    background: rgba(0, 0, 0, 0.5);
    }

    .hero-section2 .container {
    margin-right: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    }
    
    .scroll-motion {
    height: 120px;
    }

    .scroll-img {
    width: calc(100% / 1.5);
    }

    .image-line {
    height: 3px;
    }

    h1 {
        font-size: 26px;
    }

    .footer-nav {
        display: none;
    }

    .footer-top #block-9 .widget-inner {
        display: flex;
        justify-content: center;
        text-align: center;
        margin-bottom: 35px;
    }

    .footer-top #block-9 .widget-inner img {
        width: 50%;
    }

    .footer-column-3 .text-right {
        text-align: center;
    }

    .spacer {
    padding: 35px 0;
    }
    
    .spacer-half {
    padding: 0 25px 0;
    margin: 0;
    }

    .col-space {
    padding: 0 ;
}
}

.img-title {
    position: relative;
}

@media screen and (min-width: 768px) {
    .bg-title {
        width: 40%;
    }
    .title-right {
        position: relative;
        right: -130px;
        bottom: 0;
        float: right;
    }
    .spacer-half {
        padding: 50px;
    }

    .vc_images_carousel .vc_carousel-control .icon-next, .vc_images_carousel .vc_carousel-control .icon-prev {
        font-size: 60px !important;
        color: #000000 !important;
        text-shadow: none !important;
    }
    .vc_images_carousel .vc_carousel-control {
    top: calc(50% - 30px) !important;
    }
}

.title-bottom-right {
    position: absolute;
    bottom: 70px;
    right: -15px;
    margin-bottom: 0px;
}

.title-top-left {
    position: absolute;
    top: 70px;
    left: -15px;
    margin-bottom: 0px;
}

.asphalt-big-headline {
    font-family: 'Zilla Slab', serif;
    font-size: 54px;
    letter-spacing: 1px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    background-color: rgba(255,237,0,0.9);
    width: fit-content;
    padding: 0 15px;
}

.asphalt-medium-headline {
    font-family: 'Zilla Slab', serif;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 36px;
    line-height: 1;
}

table, table th, table td {
    border-width: 0;
    border-style: none;
    padding: 0;
}

.vc_images_carousel .vc_carousel-control {
    left: -50px !important;
}

.vc_images_carousel .vc_carousel-control.vc_right {
    left: auto !important;
    right: -50px !important;
}


/* CONTENT END */

/* CONTACT FORM */

.form-grid {
    display: grid;
    grid-template-columns: max-content 1fr;
    gap: 0 15px;
    align-items: start;
  }
  
  .form-row {
    display: contents;
  }
  
  .form-row label {
    font-weight: 600;
    white-space: nowrap;
    padding-top: 15px;
  }
  
  .form-row input,
  .form-row textarea {
    width: 100%;
  }

  .form-grid input, select, textarea {
    border-style: solid;
    border-color: #000000;
    border-width: 2px;
    border-radius: 25px;
    padding: 12px 20px;
}

.wpcf7-submit {
    background: #000000;
    color: #ffed00;
    background-image: url(/wp-content/uploads/2025/10/q-white.svg);
    background-repeat: no-repeat;
    background-position: -33px;
    border: none;
    padding: 10px 50px 10px 65px;
    background-size: 60px;
}

/* CONTACT FORM END */

/* FOOTER */

.footer-top {
    background-image: url(/wp-content/uploads/2025/10/q-white.svg);
    background-repeat: no-repeat;
    background-position: left -100px top;
    background-size: 15vw;
    padding: 50px 0;
}

.site-footer {
    font-size: 16px;
    line-height: 1.84;
}

.site-footer .widget {
    margin-bottom: 0;
}

.site-footer ul li {
    margin-bottom: 6px;
}

/* FOOTER END */

/* PROJEKTE GRID */

.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
      grid-template-rows: repeat(3, 1fr);
    grid-gap: 35px;
  }
  
  .grid-item {
      padding: 20px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
  
  .grid-item.image-item {
    padding: 0;
  }
  
  .grid-item.image-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  @media (max-width: 768px) {
    .grid-container  {
      display: block;
    }
  .grid-item:first-child {
          display: none;
      }
    
    .title-top-left {
    top: 50px;
    left: 5px;
    }   
    
    .title-bottom-right {
    bottom: 50px;
    right: 5px;
    }

    .wpcf7 {
        margin-bottom: 35px;
    }
     
    .vc_images_carousel .vc_carousel-control {
        display: none;
    }
  }

/* PROJEKTE GRID END */