html{
  min-width: 1000px;
 }
 body {
      margin: 0;
      font-family: 'Raleway';
      display: flex;
      flex-direction:column;
      color: #606060;
    }
    header, main {
        display: block;
        width: 100%;
        
      }

    .background {
          background-color: #1180B4;
          width: 100%;
          height: 100vh; /* oder eine andere Höhe */
      }

    img {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto;
        max-width: 1200px;
    }

    header {
      /*background-color: #007bff;*/
      color: white;
      padding: 0px;
      padding-top: 210px;
      position: relative; /* Positionierung für den Header */
      z-index: 1000; /* Stellt sicher, dass der Header oben bleibt */

      margin-top: 100px;
    }

    .container {
      display: flex;
      justify-content: space-around;
      align-items: center;
      text-align: center;
      padding: 20px;
    }

    h1 {
      font-size: 45px;
      font-weight: 800;
      margin-bottom: 10px;
      color: #606060;
    }

    h2 {
        font-size: 24px;
        font-weight:500;
        margin-bottom: 20px;
        color: #606060;
      }
    .nav {
      display: flex;
      gap: 20px;
    }

    a { /* ist die blaue box*/
      text-decoration: none;
      color: white;
      padding: 10px 20px;
      background-color: #1180B4;
      border-radius: 5px;
      transition: background-color 0.3s;
    }
    .footer{
      text-decoration: none;
      background-color: transparent;
      color: #1180B4;
      padding: 10px 20px;
      border-radius: 5px;
      transition: background-color 0.3s;
    }
    .quicklinks{
      text-decoration: underline;
      background-color: transparent;
      color: #606060;
      padding: 5px 5px;
      border-radius: 5px;
      transition: background-color 0.3s;
    }
    .quicklinks:hover{
      background-color: transparent;
    }

    .button-white {
        background-color: transparent; /* No background color */
        border: 5px solid white; /* White border */
        color: white; /* White text */
        padding: 10px 20px; /* Adjust padding as needed */
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        cursor: pointer;
        border-radius: 5px; /* Rounded corners */
      }
      .button-black {
        background-color: transparent; /* No background color */
        border: 5px solid black; /* White border */
        color: black; /* White text */
        padding: 10px 20px; /* Adjust padding as needed */
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        cursor: pointer;
        }
        .button-black:hover{
          background-color: transparent;
          color: black;
        }

        .button-grey {
          background-color: transparent; /* No background color */
          border: 5px solid #606060; /* White border */
          color: #606060; /* White text */
          padding: 10px 20px; /* Adjust padding as needed */
          text-align: center;
          text-decoration: none;
          display: inline-block;
          font-size: 16px;
          cursor: pointer;
          }
          .button-black:hover{
            background-color: transparent;
            color: #606060;
          }


    p {
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 20px;
      }

    a:hover {
      background-color: #004085;
    }

    

    .icons {
      display: block;
      margin: 0 auto;
      width: 120px;
      height: 120px;
  }
  .tv-icon {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 100px;
}

    .kasten{
      display: inline-block;
      margin: 10px;
    }


    .imgwi{
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto;
        max-width: 1200px;
    }
    .logo-container {
        background-color: #ffffff;
        height: 430px;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        display: block;
    }

    .logo-container img {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }

    .text-background{
        background-color: #fff;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
       

    }

    .nav-mittig {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .text-mit{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding-top: 25px;
    }
    .text-neb{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      padding-top: 25px;
      padding-left: 340px;
  }

    .text{
        margin: 100px;
        background-color: #ffffff;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    text iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }

    /*für leistungen*/

    .box {
      width: 25%;
      height: auto;
      background-color: #66b3D6;
    }

    .textbox {
      width: 75%;
      height: auto;
      background-color: white;
      padding: 20px;
      margin-inline-start: 20px;
      text-align: left;
    }
    .containerl {
      display: flex;
      justify-content: space-between;
    }
    /*------------*/

    /*fernwartung*/
    .boxfern {
      width: auto;
      height: auto;
      background-color: #66b3D6;
      display: inline-block;
      margin: 10px;
    }
    .containerl {
      display: flex;
      justify-content: space-between;
    }

    /*----------*/

    .nav-mittig a {
        margin: 0 10px; /* add some space between links */
    }  

    @media (max-width: auto) {
        .container {
          min-width: 600px; /* set the minimum width to 80% of the viewport width */
        }
    }
    .container {
        min-width: 600px;
        max-width: auto;
        background-image: url('pictures/carbon_fibre.png'); 
        height: 40vh; 
        width: 100%;
    }

    /*tabicon*/

    .tab-icon {
      width: 20px;
      height: 20px;
      margin-right: 5px;
    }

    /*------*/

    /* Fonts: */
    @font-face {
        font-family: 'Raleway';
        src: url(/raleway/Raleway-Thin.ttf) format('truetype');
        font-weight: 100;
      }
      
      @font-face {
        font-family: 'Raleway';
        src: url(/raleway/Raleway-Light.ttf) format('truetype');
        font-weight: 200;
      }
      
      @font-face {
        font-family: 'Raleway';
        src: url(/raleway/Raleway-Regular.ttf) format('truetype');
        font-weight: 400;
      }
      
      @font-face {
        font-family: 'Raleway';
        src: url(/raleway/Raleway-Bold.ttf) format('truetype');
        font-weight: 700;
      }
      
      @font-face {
        font-family: 'Raleway';
        src: url(/raleway/Raleway-ExtraBold.ttf) format('truetype');
        font-weight: 800;
      }

      @font-face {
        font-family: 'Raleway Bold';
      src: url(/raleway/Raleway-Bold.ttf) format('truetype');
     
      }


      /*Kontaktformular*/

      .containerk {
        min-width: 600px;
        max-width: auto;
        margin: 0 auto;
        padding: 20px;
        border: 1px solid #ccc;
        border-radius: 5px;
      }
      .textk{
        margin: 100px;
        background-color: #ffffff;
        width: 50%;
        max-width: 1200px;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
      
      h3 {
        text-align: center;
        margin-bottom: 20px;
      }
      
      label {
        display: block;
        margin-bottom: 5px;
      }
      
      input[type="text"],
      input[type="email"],
      textarea {
        width: 100%;
        padding: 10px;
        margin-bottom: 15px;
        border: 1px solid #ccc;
        border-radius: 3px;
        box-sizing: border-box;
      }
      
      textarea {
        height: 100px;
      }
      
      input[type="submit"] {
        background-color: #4CAF50;
        color: white;
        padding: 12px 20px;
        border: none;
        border-radius: 3px;
        cursor: pointer;
      }
      
      input[type="submit"]:hover {
        background-color: #45a049;
      }
