
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    html {
      font-size: 62.5%;
    }

    body {
      font-family: 'open sans', sans-serif;
      color: #000000;
      font-weight: 400;
    }
    .hide {
        display: none!important;
    }



    .list-style {
      list-style: none;
    }

    *:focus {
      outline: none;
      /* outline: 4px dotted #e67e22; */
      /* outline-offset: 8px; */
      /* box-shadow: 0 0 0 0.8rem rgba(230, 125, 34, 0.5); */
    }
      
    root {
        --rem: 16;
    }
      
    /*====================*/
    /* HEADER SECTION */
    /*====================*/

    header {
        display: block;
    }

    .section-header {
      background-color: #eeedf2;
      box-shadow: 0 0 6px #bbbbbb;
    }

    .header-container {
      max-width: 94rem;
      margin: 0 auto;
      padding-top: 2rem;
      padding-bottom: 2rem;
    }


   
    /*====================*/
    /* LOGO SECTION */
    /*====================*/

    img {
      vertical-align: middle;
      width: 100%;
    }

    .logo {
      justify-self: center;
    }

    .logo_head {
      background-color: #414F5E;
      background-size: cover;
      background-position: 70%;
      background-repeat: no-repeat;
      height: auto;
    }

    .logoimg-container {
      width: 100% !important;
      position: relative;
      max-width: 30.521vw;
      margin: auto;
      padding: 1.04167vw 0 1.012vw;
    }

    .logo-img {
        align-content: center;
        display: inline-block;
    }

    /*====================*/
    /* HOMEPAGE SECTION */
    /*====================*/

    .homepage-link:link,
    .homepage-link:visited {
      color: #595959;
      text-shadow: #363636 0 0 0.1rem;
      text-decoration: underline;
    }

    .homepage-link:hover,
    .homepage-link:active {
      color: #c21000;
    }
    /*====================*/
    /* VIDEO SECTION */
    /*====================*/


    .video-background {
    position: fixed; /* Asegura que el video cubra toda la pantalla */
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1; /* Coloca el video detrás del contenido */
    }

    .video-foreground {
    position: relative; /* Cambiado de absolute a relative */
    width: 100%;
    height: 100%;
    overflow: hidden;
    }

    .video-foreground video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100vw;
    min-height: 100vh;
    width: auto;
    height: auto;
    border: none;
    }

    /*====================*/
    /* CTA SECTION */
    /*====================*/

    /*.section-cta {
      background-image: url("https://image.email.groupeseb.com/lib/fe3111717564047c7d1d76/m/1/54130e06-36fa-4668-ba9b-0422e9b58413.jpg");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50%;
      object-fit:fill;
      overflow:hidden;
    }*/

    .cta-container {
      max-width: 100rem;
      margin: 0 auto;
      display: block;

    }
      html {
      font-size: 62.5%;
      height: 100%;
      -ms-overflow-style: scrollbar;
    }
    
    .greenforce {
     text-decoration:none;
     }

     .a:link { 
        text-decoration: none;
        color: #ff1027;
     }

     .a:visited { 
        text-decoration: none;
        color: #ff1027;
     }
     .a:hover { text-decoration: none; }
     .a:active { text-decoration: none; }
  
    .cta-headline {
      font-size: 2rem;
      line-height: 1.4;
      color: #ffffff;
      text-align: center;
      font-family: din-condensed, sans-serif;
      display: block;
      padding-top: 2rem;
      padding-bottom: 2rem;
      margin-bottom: 1rem;
      font-weight: 800;
    }

      .cta-first-headline {
      font-size: 5.6rem;
      text-transform: uppercase !important;
      font-weight: 700;
      }

    .headline-container {
      position: relative;
      max-width: 120rem;
      margin: 0 auto;
    }

    .cta-red-headerline {
      color: #ff1027;
    }


    .cta-box {
      display: block;
      justify-content: center;
      align-items: center;
      margin: 0 auto;
    }

    .form-background-color {
      background-color: rgba(255, 255, 255, 0.75);
      padding: 6.5rem;
      padding-bottom: 25rem;
      margin: 3rem 3rem 3rem 3rem;
      border-radius: 10px;
    }


    .form-background-color input,
    .form-background-color select {
      border: 1px solid #63636d;
      border-radius: 10px;
      font-family: din-condensed, sans-serif !important;
      height: 4.2rem;
      color: #000000;
      padding: 1rem 2rem 1rem 1rem;
      display: block;
      margin-top: 2rem;
      width: 100%;
      font-size: 1.3rem;
      font-family: inherit;
      letter-spacing: 0.2px;
      background-color: #ffffff;
    }

    .form-background-color select {
      width: 11rem;
      color: #000000;
      border-radius: 10px;
    }

    .form-background-color button {
      background-color: #ff1027;
      font-family: din-condensed, sans-serif;
      color: #ffffff;
      border: none;
      font-weight: 800;
      text-transform: uppercase;
      width: 100%;
      padding: 1rem 3rem;
      border-radius: 10px;
      cursor: pointer;
      margin-top: 4rem;
      margin-bottom: 4rem;
      font-size: 1.9rem;
    }
     .headline {
      color: #ffffff;
      text-align: center;
      font-family: din-condensed, sans-serif;
      margin-bottom: 2rem;
      margin-top: 3rem;
      font-size: 4rem;
      font-weight: 800;
      text-transform: uppercase;
    }
     
    .cta-subtext {
      color: #4480C2;
      text-align: center;
      font-family: din-condensed, sans-serif;
      font-weight: 500;
      margin-bottom: 2.5rem;
      line-height:1.4;
      font-size: 2rem;
    }
    .cta-text {
      color: #000000;
      text-align: left;
      font-family: din-condensed, sans-serif;
      font-weight: 500;
      margin-bottom: 1rem;
      font-size: 1.5rem;
    }
    .checkbox-flex {
      display: inline-block;
      gap: 1.5rem;
      margin-top: 1.5rem;
      font-family: 'open sans', sans-serif;
      float: left

    }

    .form-background-color label {
      font-family: 'open sans', sans-serif;
      font-size: 1.1rem;
      max-width: 90%;
      cursor: pointer;
      margin-bottom: 1rem;
      padding-left:25px;
      margin-left: 2em;
      display: block;
      margin-top: -2em;  
      line-height: 1.4em;  
    }

    input[type='checkbox'] {
      height: 20px;
      width: 20px;
      cursor: pointer;
      font-family: 'open sans', sans-serif;
    }
     .primary-headline {
      color: #ff1027;
      text-align: left;
      font-family: 'open sans', sans-serif;
      margin-bottom: 2rem;
      font-size: 3rem;
      font-weight: 800;
    }
    .secondary-headline {
      color: #202020;
      text-align: left;
      font-family: 'open sans', sans-serif;
      margin-bottom: 2rem;
      font-size: 1.75rem;
      font-weight: 500;
      line-height: 1.2;
    }
    /*====================*/
    /* ICON SECTION */
    /*====================*/

    .section-icon {
      padding: 4rem 0;
    }

    .container-icon {
      max-width: 100%;
      margin: 0 16rem;
    }

    .icon-img {
      width: 4.8rem;
      height: 4.8rem;
    }

    .center-icon-content {
      text-align: center;
    }

    .icon-headline:link,
    .icon-headline:visited {
      color: #ff1027;
      font-size: 1.4rem;
      line-height: 1.2;
      margin-top: 1rem 0;
      padding: 0px 3rem;
      margin-top: 1rem;
      font-weight: 600;
      text-decoration: none;
      display: inline-block;
      min-height: 3.2rem;
    }

    .icon-description {
      font-size: 1.2rem;
      color: #888888;
      margin-top: 1.5rem;
      line-height: 1.5;
      padding: 0 1.2rem;
    }

    .icon-img:hover {
      opacity: 0.6;
    }


   
   
    /*====================*/
    /* MEDIA QUERIES */
    /*  @media (max-width: 22em) - Small mobile device
        @media (max-width: 35em) - Standard mobile device
        @media (max-width: 30em) - Small mobile device
        @media (max-width: 34em) - Standard mobile device
        @media (max-width: 38em) - Large mobile device
        @media (max-width: 44em) - Tablet
        @media (max-width: 48em) - Landscape tablet
        @media (max-width: 63em) - Laptop screen
        @media (max-width: 74em) - Desktop computer screen
        @media (max-width: 81em) - Large desktop computer screen
        @media (max-width: 94em) - Extra-large desktop computer screen
    */
    /*====================*/
      
    @media (max-width: 22em) {
      .cta-headline {
        font-size: 0.9rem;
      }
      .cta-first-headline {
        font-size: 0.8rem;
      }
    }

    @media (max-width: 35em) {
      .cta-headline {
        font-size: 0.8em;
        line-height: 1.2;
        color: black;
        text-align: center;
        font-family: din-condensed, sans-serif;
        display: block;
        padding-top: 3.6rem;
        padding-bottom: 3.6rem;
        padding-left: 2rem;
        padding-right: 2rem;
        margin: 1rem;
      }

      .cta-first-headline {
        font-size: 1.3rem;
      }

      .headline-container {
        margin: 0 3rem;
      }


      .logo-img {
        align-content: center;
        display: inline-block;
        width: 100%;
      }
      .logoimg-container {
          position: relative;
          width: 100%;
      }
    }

    @media (max-width: 30em) {
      .navigation-text:link,
      .navigation-text:visited {
        font-size: 1.1rem;
      }

      .icon-img {
        width: 3rem;
        height: 3rem;
      }

      .cta-headline {
        font-size: 1.0rem;
        margin: 1rem;
      }

      .cta-first-headline {
        font-size: 1.0rem;
      }

      .icon-headline:link,
      .icon-headline:visited {
        font-size: 1rem;
      }

      .container-icon {
        margin: 0 1rem;
      }

      .icon-description {
        font-size: 0.9rem;
      }

      .CSSgal {
        padding-left: 40px;
        padding-right: 40px;
      }

      .form-background-color button {
        font-size: 1.6rem;
        border-radius: 10px;
      }
    }

    @media (max-width: 34em) {
      .navigation-text:link,
      .navigation-text:visited {
        font-size: 1.1rem;
      }

      .icon-img {
        width: 3rem;
        height: 3rem;
      }

      .cta-headline {
        font-size: 2.2rem;
      }

      .cta-first-headline {
        font-size: 1.0rem;
      }

      .icon-headline:link,
      .icon-headline:visited {
        font-size: 1rem;
      }

      .container-icon {
        margin: 0 1rem;
      }

      .icon-description {
        font-size: 0.9rem;
      }

      .CSSgal {
        padding-left: 40px;
        padding-right: 40px;
      }

      .form-background-color button {
        font-size: 1.6rem;
        text-align: center;
      }
    }

    @media (max-width: 38em) {

        .cta-box{
            display: block;
            margin: 0 auto;
                    }
        .form-background-color {
        display: block;
        margin: 1rem;
        padding: 2rem;
        padding-bottom: 80rem;
        }
         .cta-headline {
        font-size: 1.2em;
        line-height: 1.2;
        color: #ffffff;
        text-align: center;
        font-family: din-condensed, sans-serif;
        display: block;
        padding-top: 3.6rem;
        padding-bottom: 3.6rem;
        padding-left: 2rem;
        padding-right: 2rem;
      }

      .cta-first-headline {
        font-size: 1.5rem;
      }

      .headline-container {
        margin: 0 3rem;
      }

      .logo-img {
        align-content: center;
        display: inline-block;
        width: 100%;
      }
      .logoimg-container {
          position: relative;
          width: 100%;
      }
      .primary-headline{
       text-align: center;
     }
      .secondary-headline{
       text-align: center;
     }
    }

    @media (max-width: 44em) {
      .headline-container {
        margin: 0 3rem;
      }

      .cta-headline {
        font-size: 2.5rem;
      }

      .cta-first-headline {
        font-size: 2rem;
      }

      .form-background-color {
        max-width: 80%;
        margin: 1rem;
        padding: 1rem;
        text-align: center;
        padding-bottom: 70rem;
      }

      .form-background-color label {
        margin-bottom: 0;
        font-size: 1.06rem;
        line-height: 1.4rem;
        text-align: center;
      }

      .checkbox-flex {
        gap: 1rem !important;
        font-family: 'open sans', sans-serif;
      }

      .CSSgal {
        padding-left: 30px;
        padding-right: 30px;
      }
    }

    @media (max-width:48em) {
        .logo-img {
        width: 100% !important;
        align-content: center;
        display: inline-block;
    }
    .logoimg-container {
        width: 100% !important;
        max-width: 320px;
        position: relative;
        margin: auto;
        padding: 1.6rem 0;
    }
    }

    @media (max-width: 63em) {

      .logo {
        justify-self: right;
        margin-right: 2rem;
      }

      .menu {
        margin-left: 2rem;
      }

      .nav {
        justify-self: center;
      }


      .nav-text-border:link {
        border-left: 0px;
        padding-left: 0;
      }

      .navigation-box {
        flex-wrap: wrap;
      }


      .cta-box {
        grid-template-columns: 1fr;
      }

      .form-background-color {
        max-width: 80rem;
        margin: auto;
        margin-left:2rem;
        margin-right:2rem;
        padding: 3rem;
        padding-bottom: 50rem;
        text-align: center;

      }
      .primary-headline{
       text-align: center;
     }
      .secondary-headline{
       text-align: center;
     }

      .cta-headline {
        font-size: 2.5rem;
      }

      .cta-first-headline {
        font-size: 2rem;
      }

      .section-cta {
        padding: 4rem 0;
      }
    }

    @media (max-width:74em)  { 

    .logo-img {
        width: 100% !important;
        align-content: center;
        display: inline-block;
    }
    .logoimg-container {
        width: 100% !important;
    max-width: 390px;
        position: relative;
        margin: auto;
        padding: 1.6rem 0;
    }

    }

    @media (max-width: 81em) {
      .grid--5--icon {
        grid-template-columns: repeat(6, 1fr);
        column-gap: 2.4rem;
      }

      .GARANTIE-col,
      .REPARATUREN-col,
      .BEDIENUNGS-col {
        grid-row: 1;
        grid-column: span 2;
      }

      .HÄUFIG-col,
      .KONTAKTSEITE-col {
        grid-column: span 3;
        margin-top: 5rem;
        width: 64%;
      }

      .HÄUFIG-col {
        justify-self: right;
      }

      .icon-headline:link,
      .icon-headline:visited,
      .icon-description,
      .container-icon {
        padding: 0;
      }

      .container-icon {
        margin: 0 4rem;
      }

      .cta-first-headline {
        font-size: 5.6rem;
        line-height: 1.3;
      }
    }

    @media (max-width: 94em) {
      .form-background-color {
        margin:auto;
      }
    }
