* {
    margin: 0;
    padding: 0;
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  h1, h2, h3, h4, h5 {
    font-family: RussoOneReg;
  }
  
  p {
    color: #1d1d1d;
  }
  
  .all {
    background: #f7f7f7;
  }
  
  img {
    user-select: none;
  }
  
  ::-webkit-scrollbar {
    width: 5px;
  }
  
  ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #cecece; 
    background: #cecece;
  }
   
  ::-webkit-scrollbar-thumb {
    background: #4d4d4d; 
    border-radius: 10px;
  }
  
  
  ::-webkit-scrollbar-thumb:hover {
    background: #3d3d3d; 
  }

  .bgColor1 {
    background: #212529;
  }

  .bgColor2 {
    background: #2a2e33;
  }

  .bgColor3 {
    background: #1b1f22;
  }

  .wellcomeCon {
    width: 100%;
    height: 100vh;
    background: url("images/big/9135-min.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .wellcomeBox {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.35);
  }
  
  .companyCon {
    width: 100%;
    height: 100vh;
    background: url("images/big/9171-min.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .companyBox {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.35);
  }

  .careerCon {
    width: 100%;
    height: 100vh;
    background: url("images/big/9228-min.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }

  .careerBox {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.35);
  }

  .companyColor {
    background: #23e441;
  }

  .btn-primary {
    background-color: #23e441;
    border-color: #23e441;
  }

  .text-company {
    color: #23e441;
  }

  .navbarTelBox {
    width: 160px;
    height: 40px;
    padding: 8px;
    box-sizing: border-box;
  }

  .ts24 {
    font-size: 20px;
  }

  .btn-primary:hover {
    background-color: #1db634;
    border-color: #1db634;
  }

  .btn-primary:active {
    background-color: #23e441;
    border-color: #23e441;
  }

  .btn-primary:focus {
    background-color: #23e441 !important;
    border-color: #23e441;
    box-shadow: 0 0 0 0.2rem rgba(38, 202, 32, 0.25);
  }

  .form-control:focus {
    border-color: #23e441;
    box-shadow: 0 0 0 0.2rem rgba(38, 202, 32, 0.25);
  }

  .btnWidth {
    width: 150px;
  }
  
  .serviceMainCon {
    min-height: 100vh;
  }

  .btn a {
    text-decoration: none;
    color: #fff;
  }

  .rowTMT-5 {
    margin-top: -5px;
  }

  .rowMB-5 {
    margin-bottom: -5px;
  }

  .echeckzveh1Img {
    position: absolute;
    bottom: 120px;
    right: 20px;
  }

  .echeckzveh2Img {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  .datenschutzText p {
    color: #f8f9fa;
  }

  .impressumText p {
    color: #f8f9fa;
  }

  .contactConfirmCon {
    width: 100%;
    height: 100vh;
  }

  /*
  Device width size between 320px to 480px
  */
  
  @media (min-width: 320px) {
    
    .echeckzveh1Img {
      display: none;
    }

    .echeckzveh2Img {
      display: none;
    }

    .companyPhoto {
      width: 300px;
      height: auto;
      border-radius: 10px;
      opacity: 2;
    }

    .serItem {
      background: #2a2e33;
      width: 300px;
      min-height: 350px;
      border-radius: 10px;
      box-shadow: 10px 10px 10px #23e44125;
    }

    .serItemHeader {
      position: relative;
      width: 100%;
      height: 200px;
    }

    .serItemHeader img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      border-radius: 10px 10px 0px 0px;
    }

    .serItemBody {
      position: relative;
      width: 300px;
      min-height: 150px;
    }

    .serItemBodyTop {
      width: 100%;
      height: 80px;
    }

    .serItemBodyMid {
      width: 100%;
      height: 150px;
    }

    .serItemBodyBot {
      width: 100%;
      height: 50px;
    }



    .serItemMoreA {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .serItemMoreA:hover {
      padding: 25px;
      width: auto;
      height: auto;
      border-radius: 25px;
      background-color: #333a3f;
      transition: .5s;
    }

    .moreArrow {
      font-size: 48px;
      color: #23e441;
      margin-bottom: 25px;
    }



    .teamItem {
      background: #2a2e33;
      width: 300px;
      min-height: 350px;
      border-radius: 10px;
      box-shadow: 10px 10px 10px #23e44125;
    }

    .teamItemHeader {
      position: relative;
      width: 100%;
      height: 200px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .teamItemHeader img {
      width: 175px;
      height: 175px;
      object-fit: cover;
      border-radius: 50%;
    }

    .teamItemBody {
      width: 100%;
      min-height: 150px;
    }

    .serviceImg {
      width: auto;
      height: 225px;
    }


    .benefitBox {
      width: 300px;
      height: 80px;
      background-color: #2a2e33;
      border-radius: 10px;
      box-shadow: 5px 5px 10px #23e44125;
      display: flex;
      flex-direction: row;
    }

    .benefitLogo {
      width: 100px;
      height: 80px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 25px;
    }

    .benefitBody {
      width: 200px;
      height: 80px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .carrerImg {
      width: 300px;
      height: auto;
      border-radius: 10px;
    }

    .careerInfoCard {
      width: 300px;
      height: 400px;
      background-color: #2a2e33;
      border-radius: 10px;
      box-shadow: 5px 5px 10px #23e44125;
    }

    .cInfoCardHeader {
      width: 100%;
      height: 80px;
    }

    .cInfoCardBody {
      width: 100%;
      height: 220px;
    }

    .cInfoItem {
      display: flex;
      width: auto;
      height: auto;
    }

    .cInfoItem p {
      margin-top: -5px;
      margin-left: 5px;
    }

    .careerJobItem {
      position: relative;
      width: 300px;
      min-height: 500px;
      background-color: #212529;
      border-radius: 10px;
      box-shadow: 10px 10px 10px #23e44125;
    }

    .careerJobItemHeader {
      width: 100%;
      height: 200px;
    }

    .careerJobItemBodyOne {
      width: 100%;
      min-height: 200px;
    }

    .careerJobItemBodyTwo {
      position: absolute;
      bottom: 0px;
      width: 100%;
      height: 80px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .careerJobItemImg{
      width: auto;
      height: 200px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
    }

    .ccConfirmImgLogo {
      width: 300px;
      height: auto;
    }

  }
  
  
  
  
  /*
  Device width size between 481px to 768px
  */
  
  @media (min-width: 481px){
    .companyPhoto {
      width: 350px;
      height: auto;
    }
    

    .carrerImg {
      width: 350px;
      height: auto;
    }
    .echeckzveh1Img {
      display: inline;
    }

    .echeckzveh2Img {
      display: inline;
    }
    
  }
  
  
  /*
  Device width size between 768px to 1024px
  */
  
  @media (min-width: 769px) {

    
  }
  
  
  /*
  Device width size between 1025px to 1200px
  */
  
  @media (min-width: 992px) {
    .companyPhoto {
      width: 400px;
      height: auto;
    }

    

    .carrerImg {
      width: 350px;
      height: auto;
    }


    .ccConfirmImgLogo {
      width: 400px;
      height: auto;
    }
  
  }
  
  
  /*
  Device width size between 1201px up to higher
  */
  
  @media (min-width: 1201px) {
    .companyPhoto {
      width: 450px;
      height: auto;
    }
    

    .carrerImg {
      width: 450px;
      height: auto;
    }
  
  }

  /*
  Preloader
  */

  #preloader {
    background: #000;
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  
  /*
  Animationen
  */
  

  
  /*
  Fonts
  */
  
  @font-face {
    font-family: RussoOneReg;
    src: url('font/RussoOne-Regular.ttf')  format('truetype');
  }
  
  