/*!
 * Pre-Website Onepager for Theresia Maria Albrecht / albrecht consulting - Beratung in SAP und Logistik
 * Copyright 2025 Claudia Rozsa babbadeggl Grafik- und Kommunikationsdesign
 */

/* to be ignored until color-setting
:root {
  --blue-1: #007bff;
  --blue-2: #f5f5f5;
  --blue-3: #007bff;
  --blue-4: #007bff;
  --blue-5: #007bff;
  --white: #fff;
  --gray-light: #1E1E1E;
  --gray-dark: #343a40;
  --aczent: #cc6633;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

*/

@font-face {
    font-family:'Inder';
    font-style: normal;
    font-weight: 400;
    src: 
      local('Inder'),          /* Erst nachsehen, ob die Schrift beim Besucher schon installiert ist. */
      url(../fonts/Inder-Regular.woff) format('woff'), // Wenn nicht, wird die Schrift vom Webserver geladen
}

@font-face {
    font-family:'Inter';
    font-style: normal;
    src: 
      local('Inter'),          /* Erst nachsehen, ob die Schrift beim Besucher schon installiert ist.*/
      url(../fonts/Inter-VariableFont.woff) format('woff'), // Wenn nicht, wird die Schrift vom Webserver geladen
}

/* ChatGTP formattiert */

       body {
      margin: 0;
      font-family: Inter, sans-serif;
      background: #fff;
      color: #000;
      font-size: 1rem;
      font-style: normal;
      font-weight: 400;
      line-height: 1.3rem; /* 150% */
      letter-spacing: 0.00625rem;
    }

    header, main, footer {
      width: 100%;
    }

    header {
      background: #f5f5f5;
      min-height: 30vh;
    }

    a {
      color: #007BC3;
    }

    p {
      text-wrap: pretty;

    }

    h2 {
      ⁨color: #000;
      text-align: left;
      font-family: "Inder", sans-serif;
      font-size: 2.8rem;
      font-style: normal;
      font-weight: 400;
      line-height: 114%; /* 4.56rem */
      letter-spacing: 0.13rem;
      text-transform: uppercase;
      margin-bottom: -0.8rem;
      text-wrap: balance;
    }

    h3 {
      color: #007BC3;
      font-family: "Inter", sans-serif;
      font-size: 2rem;
      font-style: normal;
      font-weight: 500;
      line-height: 120%; /* 2.15rem */
      text-wrap: balance;
    }


    .hero {
      align-items: flex-end;
      flex-grow: 1;
      padding-top: 1.4rem;
    }

    .hero-bg-image {
      background-image: none;
    }

    .hero img {
      max-width: 90%;
      height: auto; 
      align-items: flex-end;
    }

    .hero a {
      text-align: center;
    }

    .hero-text {
      color: #000;
      text-align: center;
      font-family: "Inter", sans-serif;
      font-size: 2.4rem;
      font-style: normal;
      font-weight: 400;
      line-height: 114%; /* 4.56rem */
      letter-spacing: 0.1875rem; 
      text-transform: uppercase;      
      margin: 1.2rem 0.9rem;
    }

    .columns {
      display: flex;
      flex-direction: row;      
      gap: 0.6rem;
      align-items: flex-end;
    }

    .rows {
      display: flex;
      flex-direction: column;
    }

    .item30pct {
      flex: 50%;
      align-self: flex-start;
      max-width: 90%;
    }

    .bottomleft {
      align-self: flex-end;
    }

    .bottomleft h2 {
      text-align: right !important;
    }

    .bottomleft h3 {
      text-align: right !important;
    }

    .icons {
      padding-right: 0.6rem;
      padding-top: 1.4rem;
    }

    .icons img {
      padding: 0.5em 0.2em;
    }
    .icons svg {
      padding: 0.8em 0.2em;
    }

    .button {
      color: #fff;
      border-radius: 8px;
      border: 3px solid #007BC3;
      background: rgba(0, 0, 0, 0.90);
      max-width: 10rem;
    }

    main {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }

    section {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 1rem;
      padding: 2rem 0rem;
      margin-top: 2.2rem;
    }

    .black-section {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 1rem;
      background-color: #000;
      padding: 1.6rem 1rem;
      color: white;
    }

    .card {
      flex: 1 1 300px;
      max-width: 400px;
      color: #fff;
      border-radius: 12px;
      border: 3px solid #007BC3;
      text-align: center;
    }

    .card img {
      width: 100%;
      border-radius: 12px;
      filter: blur(2px);
    }

    .card p {
      font-size: 1.2rem;
      line-height: 114%;
      font-weight: 400;
      text-align: center;
      margin: 2rem 1rem;
    }

    .card button {
      background: rgba(0, 0, 0, 0.7);
      color: #fff;
      border: 3px solid #007BC3;
      border-radius: 8px;
      padding: 0.5rem 1rem;
      text-transform: uppercase;
      cursor: pointer;
    }

    .img-container {
      position: relative;
      aspect-ratio: 2/1;
    }

    .imagetext {
      position: absolute;
      top: 71%; 
      left: 50%; 
      transform: translate(-50%, -50%);
      font-size: 2.3rem;
    }

    .gradient {
      mask-image: linear-gradient(8deg, transparent, white 90%)
    }

    .tagline {
      text-align: center;
      font-size: 2.8rem;
      line-height: 1.36;
      font-family: "Inter Sans", sans-serif;
      text-transform: uppercase;
      max-width: 580px;
      margin: 3rem auto;
    }

    .partners {
      background: rgba(0, 0, 0, 0.05);
      padding: 2rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 2rem;
    }

    .partner {
      text-align: center;
    }

    .partner .logo {
      width: 120px;
      height: 90px;
      background: #333;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 1.5rem;
      font-weight: bold;
      margin-bottom: 0.5rem;
    }

    .partner p {
      font-size: 1.2rem;
      margin: 0;
    }

    .impressum {
      padding: 0 1rem 0 1rem; 
    }

    footer {
      background: #1E1E1E;
      color: #fff;
      padding: 1rem;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    footer .footer-col {
      flex: 1 1 200px;
      margin: 1rem;
      padding: 0 1rem;
    }

    footer h3 {
      font-size: 1.2rem;
      margin-bottom: 1rem;
    }

    footer ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    footer ul li {
      margin: 0.5rem 0;
    }

    footer ul li a {
      color: #fff;
      text-decoration: none;
    }