<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    font-family: Arial, Helvetica, sans-serif;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
   
    
    
}
.header{
    height: 750px;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    animation-name: span;
    animation-duration:30s;
    animation-play-state:running;
    animation-iteration-count: infinite;
    background-position: center;
    border-bottom: 2px solid #242323;
}
@keyframes span{
    0%{background-image: url(slide-1.jpg);top: 0;left: 0;}
    33%{ background-image: url(industrieunternehmen.jpg);top: 0;left: 0;}
    66%{background-image: url(man.webp);top: 0;left: 0;}
    100%{ background-image: url(slide-6.jpg);top: 0;left: 0;}
    
}
@keyframes span2{
    0%{background-image: url(logistik-2-1024x1024.jpg);top: 0;left: 0;}
   
}
.navbar {
    background-color: #e7e3e3;
    position: fixed;
    top: 0;
    width: 99.4%;
    height: 120px;
    transition: height 3s;
    z-index: 1;
    display: inline-block;
  }
  .menu{
    padding-left:0.5%;
    padding-top: 0%;
    width: 99%;
}
  
  #floatleft1{
    float: left;
    margin-left: 2%;
    margin-top: 4%;
}
.divmenudisply{
    display: none;
}
.divmenu {
    width: 25px;
    height: 4px;
    background-color: rgb(7, 7, 7);
    margin: 4px 0 0 4px;
    
  }
 
.fixed{
    position: fixed;
}

#myLinks {
    display: block;
  }
  .anav{
    color: rgb(30, 31, 31); 
    margin-left: 3%;
    display: inline-block;
    font-size: larger;
    font-weight: bolder;
}
nav a:hover {
    padding: 0.6%;
    background-color: #e3a72f;
}
.navcolor{
    padding: 0.6%;
    background-color: #e3a72f;
}
#anohover{
  padding: 0;
  background-color: transparent;
}
/* The container &lt;div&gt; - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position:absolute;
    background-color: #d8d4d4;
    width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 10%;
    left: 10%;
    z-index: 1;
  }
  
  /* Dropdown Button */
  .dropbtn {
    color:rgb(30, 31, 31);
    border: none;
  }
  /* Links inside the dropdown */
  .dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
    padding: 4%;
    
  }
  .dropdown-content a:hover {
    color: black;
    text-decoration: none;
    display: block;
    padding: 4%;
    
  }
  .dropdown:hover .dropdown-content {
      display:block;
      
  }
  #media{
    float: right;
    margin-right: 1%;
    padding-top: 1%;
    display: inline;
    position: relative;
}
.logosize{
    width: 185px;
    height: auto;
}

.icon{
    height: 20px;
     width: 20px;
}
.youtube{
    height: 25px;
     width: 25px;
     padding-bottom: 4%;
}
section{
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 5%;
    margin-bottom: 3%;
}
#section{
    margin-left: 0%;
    margin-right: 0%;
    background-color: #e3a72f;
    border-radius: 15px;
}
h1{
    font-size: 70px;
}
h2{
    font-size: xx-large;
    margin-top: 0%;
}
.p{
    font-size: x-large;
}
.ptop{
    margin-top: 5%;
}
hr{
    max-width: 80%;
}
.seethroug{
    color: #959393;
}
.span{
position: absolute;
}
.h2size{
    font-size: 55px;
}
.divsize{
max-width: 25%;
height: auto;
background-color: #f2f1f1;
border: 1px solid rgb(0, 0, 0);
border-radius: 15px;
padding: 5%;
margin: 1%;
margin-top: 10%;
}
.divsize:hover {
    opacity: 0.6;
    background-color:rgb(199, 203, 199);
    }
.divsize2{
        width: 25%;
        height: auto;
        background-color: #f2f1f1;
        border: 1px solid black;
        border-radius: 15px;
        padding: 2%;
        margin-left: 3%;
        margin-right: 3%;
        margin-top: 5%;
        }
.divsize2:hover {
            opacity: 0.6;
            background-color:#f3d59a;
            }
.maindiv{
display: flex;
}
.text{
    text-align: center;
}
.bsize{
font-size: xx-large;
}
ul{
  font-size: x-large;
}
body p{
  font-size: x-large;
}
.icondesign{
    background-color: #e3a72f;
    border-radius: 50%;
    width: 75px;
    height: auto;
    position: relative;
    text-align: center;
    margin-left: 35%;
    margin-top: -30%;
}
.icondesign2{
    background-color: #e3a72f;
    border-radius: 50%;
    width: 75px;
    height: auto;
    position: relative;
    text-align: center;
    margin-left: 40%;
    margin-top: -23%;
}
.img{
    width: 25px;
    height: auto;
    padding: 32%;
    
}
.adiv{
   color: #070707;
}
/* arrows down, up, left, and right*/
.arrow {
    border: solid #030303;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 2.5px;
    margin-left: 1%;
    
    
  }
  .arrow2 {
    border: solid rgb(34, 33, 33);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2.5px;
    
  }
  .right{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    padding: 3.5px;
    margin-top: 6px;
    border-width: 0 3px 3px 0;
  }
  a{
    text-decoration: none;
  }
  .tel{
    display: inline-block;
    padding: 5%;
    
  }
  .telsize{
    font-size: 40px;
    margin-left: 10%;
  }
  .telsize a{
    color: rgb(7, 32, 1);
  }
  .telsize a:hover{
    color: rgb(216, 219, 215);
  }
  .divstyle{
    display: inline-block;
  }
  .maxdiv{
    max-width: 65%;
  }
.astyle{
    display: block;
    text-decoration: none;
    right: 1%;
    bottom: 1%;
    border-radius: 20%;
    width: 25px;
    height: 20px;
    text-align: center;
    background-color:#e7e3e3;
    position: fixed;
    padding: 0.4%;
    z-index: 1;
}
.contactbtn{
    border: 1px solid black;
    background-color: #e3a72f;
    padding: 1%;
    padding-left: 2%;
    padding-right: 2%;
    text-decoration: none;
    text-align: center;
    color: #030303;
    font-size: larger;
    font-weight: bolder;
}
.contactbtn:hover{
    background-color: rgb(235, 233, 233);
    color: #f27c07;
    font-weight: bolder;
    font-size: larger;
}
.divhead{
    text-align: center;
    padding-top: 15%;
    color: #f4a804;
    font-weight: bolder;
    animation-name: color;
    animation-duration: 6s;
    animation-delay: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
@keyframes color {
    from {color: #f4a804;}
    to {color: black;}
  }
.none{
    display: none;
}
#formstyle{
    background-color: #e9e5e5;
    border: 0px  #242323;
    border-radius: 15px;
    max-width:900px ;
    height:auto ;
    margin:auto;
    margin-top: 3%;
    padding: 2%;
  }
  .grid{
    display: grid;
    margin-top: 4%; 
  }
  .grid1{
    display: grid;   
}
  .gridfoot{
    display: inline;
    float: right;
    padding-top: 4%;
    text-align: start;
    margin-right: 20%;
    font-size: medium;
    font-weight: bold;
      
}
  .error {
    color: #be0202;
  }
  .widthform{
    width: 800px;
    height: 50px;
    border-radius: 15px;
    margin: 2%;
    border: 0px;
  }
  .widthformnote{
    width: 800px;
    height: auto;
    
    margin: 2%;
    border: 0px;
  }
  .widthform2{
    width: 500px;
    background-color: white;
    color: black;
    font-size: larger;
    font-weight: bolder;
    padding: 2%;
    margin-left: 2%;
    border-radius: 15px;
    
  }
  .widthsubmit{
    width: 200px;
    margin: 2%;
    margin-left: 69%;
    padding: 2%;
    display: inline;
    background-color: #e3a72f;
    color: #040404;
    font-size: larger;
    font-weight: bolder;
  }
  .select{
    display: inline;
    font-size: large;
    border-radius: 15px;
    padding: 1%;
    margin-left: 30%;
    border: 0px;
  }
  option{
    border: 0px;
  }
  .phoneimg{
    border-radius: 50%;
    width: 75px;
    height: 75px;
    background-color: #dcd9d9;
    border:1px solid #333;
    margin-left: 40%;
  }
  .foot{
    display:inline;   
    }
    .footer{
        margin-left: 20%;
    }
    .font{
        font-weight: bold;
        font-size: large;
    }
    .hr3{
        margin-left: 20%;
        margin-right: 20%;
    }
    .text1{
        text-align: left;
        margin-left: 20%;
        padding-bottom: 2%;
    }
    .textfoot{
        display: inline;
        padding-left: 1%;
        padding-top: 0;
        margin-right: 10%; 
    }
    footer{
        background-color: #e3a72f;
        margin-top: 1%;
    }
    footer a{
        color: black;
    }
    footer a:hover{
        color: rgb(235, 231, 231);
    }
    .Ulheader{
      padding-left: 5%;
    }
    .marginbtn{
        margin: 5px;
    }
    .backh1{
     background-color: #17161665;
     padding: 1%;
     max-width: 50%;
     margin-left: 23%;
    }
    .cookies{
        position: absolute;
        border-radius: 15px;
        top: 65%;
        font:message-box;
        color: rgb(5, 5, 5);
        display: none;
        
    }
    .cookies1{
        display: block;
        margin: auto;
        width: 500px;
        height:fit-content;
        border: 1px black;
        background-color: #f3f1f1db;
        padding: 2%;
        position: fixed;
        
        
    }
    .cookies2{
        display: none;
    }
    .floatbutton{
      float: none;
      width: 90px;
      height:auto;
      padding: 3%;
      margin-right: 10%;
      margin-left: 10%;
      margin-top: 7%;
      display: inline;
      background-color: #e3a72f;
      
  }
  #medialogo{
    display: none;
}
@media screen and (max-width: 1920px){
  section{
    margin-left: 5%;
    margin-right: 5%;
}
  .navbar{
    max-width: 99.2%;
    max-height: 100px;
  }
  .header{
    max-height: 650px;;
  }
  .icondesign{
    margin-left: 30%;
    margin-top: -30%;
}
.icondesign2{
    margin-left: 35%;
    margin-top: -25%;
}

}
    @media screen and (max-width: 1366px){
      .bsize{
        font-size: x-large;
        }
        ul{
          font-size: larger;
        }
        body p{
          font-size: larger;
        }
      .icondesign{
        margin-left: 33%;
        margin-top: 5%;
    }
    .icondesign2{
        margin-left: 30%;
        margin-top: -35%;
    }
      .header{
        background-attachment:unset;
      }
      .floatbutton{
        margin-right: 5%;
        margin-left: 5%;
        border-radius: 0px;
    }
      .logosize{
          max-width: 100px; 
          height: auto; 
      }
      .anav{
          font-size: small;
          font-weight: bold;
          margin-left: 1%;
      } 
      .divhead{
          text-align: center;
          padding-top: 20%;
          color: #e3a72f;
          font-weight: bolder;
          animation-name: color;
          animation-duration: 0s;
      }
          
      .contactbtn{
          padding: 2%;
          display:inline-block;
          margin-top: 1%;
          
      }
      h1{
          font-size: xx-large;
      }
      .h2size{
          font-size: xx-large;
          margin-bottom: 15%;
      }
      .textfoot{
          margin: auto;
          display: block;
      }
      .text1{
          text-align: center;
          margin: auto;
          padding-bottom: 10%;
      }
      .gridfoot{
          text-align: center;
          float: none;
          margin: auto;  
        }
        .footer{
          text-align: center;
          margin: auto;
      }
      .tel{
          padding: auto;
          margin: auto;
          margin-left: 22%;
          text-align: center;
          
        }
      .telsize{
          font-size: x-large;
          text-align: center;
          margin-left: 36%;
          margin-right: 36%;
          font-weight: bold;
        }
        .phoneimg{
          margin: auto;
        }
      .maxdiv{
          max-width: 90%;
        }
      .backh1{
          background-color: #2827279c;
          padding: 1%;
          max-width: 80%;
          margin: auto;
          margin-top:0%;
         }
      .divsize{
        padding: 5%;
        margin: auto;
        display: inline-block;
        margin-top: 5%;
        margin-left: 5%;
        max-width: 25%;
        height: auto; 
          }
      .divsize2{
              padding: 5%;
              margin: auto;
              display: inline-block;
              margin-top: 5%;
              margin-left: 5%;
              width: 25%;
              height: auto;
              }
      .maindiv{
          display: inline-block;
          margin-left: 12%;
          margin-right: 0%;
          }
          .span{
              position: relative;
              }
                .widthformnote{
                  max-width: 550px;
                  height: auto;
                  margin: auto;
                  
                }
                
      .widthform{
          max-width: 550px;
          margin: auto;
        }
        .widthform2{
          max-width: 250px;
          margin: auto;
        }
        .widthsubmit{
          max-width: 150px;
          margin: auto;
          margin-left: 65%;
        }
        .select{
          display: inline;
        }
        #formstyle{
          max-width: 600px;
          height: auto;
          margin: auto;
          margin-top: 4%;
          margin-bottom: 5%;
        
      }
      .divmenudisply{
          display: none;
      }
      
      #myLinks{
          display: block;   
       }
  .navbar {
      max-width: 99%;
      max-height: 60px;
      display: block;
      background-color: #e5e4e4;
    
    }
  }
  @media screen and (max-width: 900px){
    .maindiv{
      display: inline-block;
      margin: 7%;
      margin-right: 0;
      }
      .icondesign{
        margin-left:27%;
        margin-top: 0%;
    }
    .icondesign2{
        margin-left: 27%;
        margin-top: -35%;
    }
    .bsize{
      font-size: larger;
      }
      ul{
        font-size: medium;
      }
      body p{
        font-size: medium;
      }
  }
  @media screen and (max-width: 500px){
    ul{
      font-size: large;
    }
    body p{
      font-size: large;
    }
    .floatbutton{
      margin-right: 2%;
      margin-left: 2%;
      border-radius: 0px;
  }
    .divdisplay{
      display: block;
      
      }
      .cookies{
          position: absolute;
          border-radius: 15px;
          top: 65%;
          font:message-box;
          color: rgb(5, 5, 5);
          display: none;
          
      }
      
      .cookies1{
          display: block;
          left: 2%;
          right: 2%;
          max-width: 89%;
          max-height: 400px;
          border: 1px black;
          background-color: #f3f1f1db;
          padding: 2%;
          position: fixed;
      }
      .cookies2{
          display: none;
      } 
      .logosize{
          display: none;  
      }
      
      .arrow2 {
          border: solid rgb(235, 238, 238);
          border-width: 0 2px 2px 0;
          display: inline-block;
          padding: 2.5px;
          
        }
      .dropbtn {
          color:rgb(235, 238, 238);
        }
      .anav{
          color: rgb(235, 238, 238); 
          display: block;
          font-size: large;
          font-weight: bold;
          padding: 2%;
          margin-top: 3%;
      } 
      .navcolor{
        margin-left: 2%;
    }
      
      .divhead{
          text-align: center;
          padding-top: 25%;
          color: #e3a72f;
          font-weight: bolder;
          animation-name: color;
          animation-duration: 0s;
      }
          
      .contactbtn{
          padding: 2%;
          display:inline-block;
          margin-top: 9%;
          
      }
      .icondesign{
        margin-left: 40%;
        margin-top: 2%;
    }
    .icondesign2{
        margin-left: 40%;
        margin-top: -13%;
    }
      .header{
          max-height: 550px;
          max-width: 99;
          background-size:contain cover;
          background-attachment: fixed;
          animation-name: span;
          animation-duration:0s;
          background: url(man-2.webp) 50% 50%;
          
      }
      h1{
          font-size: xx-large;
      }
      .h2size{
          font-size: xx-large;
          margin-bottom: 15%;
      }
      .textfoot{
          margin: auto;
          display: block;
      }
      .text1{
          text-align: center;
          margin: auto;
          padding-bottom: 10%;
      }
      .gridfoot{
          text-align: center;
          float: none;
          margin: auto;  
        }
        .footer{
          text-align: center;
          margin: auto;
      }
      .tel{
          padding: auto;
          margin: auto;
          text-align: center;
          
        }
      .telsize{
          font-size: xx-large;
          text-align: center;
          margin-left: 17%;
          margin-right: 17%;
        }
        .phoneimg{
          margin: auto;
        }
      .maxdiv{
          max-width: 90%;
        }
      .astyle{
          right: auto;
      }
      .backh1{
          background-color: #2827279c;
          padding: 1%;
          max-width: 80%;
          margin: auto;
          margin-top:25%;
         }
      .divsize{
          padding: 5%;
          margin: auto;
          display: block;
          margin-top: 15%;
          max-width: 90%;
          }
      .divsize2{
              padding: 5%;
              margin: auto;
              display: block;
              margin-top: 15%;
              width: 90%;
              height: auto;
              }
      .maindiv{
          display: block;
          margin: auto;
          }
          .span{
              position: relative;
              }
                .widthformnote{
                  max-width: 350px;
                  height: auto;
                  margin: auto;
                  
                }
                
      .widthform{
          max-width: 350px;
          margin: auto;
        }
        .widthform2{
          max-width: 150px;
          margin: auto;
        }
        .widthsubmit{
          max-width: 100px;
          margin: auto;
          margin-left: 65%;
        }
        .select{
          display: inline;
        }
        #formstyle{
          max-width: 365px;
          height: auto;
          margin: auto;
          margin-top: 4%;
          margin-bottom: 5%;
        
      }
      .divmenudisply{
          display: block;
          margin-top: 3px;
      }
      .menu{
          background-color: #333;
          border: 2px solid white;
          display: inline-block;
          color: aliceblue;
          width: 95%;
          max-height: 608px;
          margin-top: 14%;
          padding-bottom: 5%;
        
      }
      #myLinks{
          display: none;   
       }
       /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
      display: none;
      position: absolute;
      background-color: #f1f1f1;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      right: 2%;
    left: 2%;
      
    }
    
    /* Links inside the dropdown */
    .dropdown-content a {
      color: black;
      text-decoration: none;
      display: block;
    }
    
    /* Show the dropdown menu on hover */
    .dropdown:hover .dropdown-content {display: block;}
    
    #media{
      display: none;

  }
  #medialogo{
    float: right;
    display: inline;
    position: relative;
    margin-right: 1%;
    display: block;
}
.medialogosize{
  width: 130px;
  height: auto;
}
  .navbar {
      max-width: 96.5%;
      max-height: 60px;
      display: block;
      background-color: #e5e4e4;
  
    }
  }</pre></body></html>