
*,
*::after,
*::before {
    margin: 0;
    padding: 0; 
    -webkit-box-sizing: inherit; 
            box-sizing: inherit; 
}

html {
  font-size: 62.5%;
  text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; 
}


body {
  font-family: "Verdana", Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("bg.jpg");
  background-position: 0 0;
  background-attachment: fixed;
  width: 100%;
  background-size: 100%;
  } 
 

 .clearfix::after {
   content: ""; 
   clear: both; 
   display: block;
 }

 /* === HILFSKLASSEN === */

 .u-center-box {
   margin:0 auto;
 }

 .u-center-text {
  text-align: center;
}

.margin-bottom-xs {
  margin-bottom: 1rem;
}
 .margin-bottom-small {
   margin-bottom: 2rem;
 }

 .margin-bottom-medium {
  margin-bottom: 4rem;
}

.margin-bottom-large {
  margin-bottom: 6rem;
}

.margin-bottom-big {
  margin-bottom: 8rem;
}

.margin-top-small {
  margin-top: 2rem;
}

.margin-top-medium {
 margin-top: 4rem;
}

.margin-top-large {
 margin-top: 6rem;
}

.margin-top-big {
 margin-top: 8rem;
}

.no-margin {
  margin: 0; 
}

  /* === IDS === */ 

  #container {
    margin: 25px auto;
    width: 800px; 
    background: white;
    color: black;
    border: 2px solid grey;
    -webkit-box-shadow: 10px 10px 15px 0px grey;
            box-shadow: 10px 10px 15px 0px grey;
    line-height: 1.4em;
    }
  
  #header {
  }

  .headerbild img {
    width: 100%;
  }

  .logo {
    text-align: right; 
    margin-bottom: 3rem; 
  }
  
  #main {
    padding: 2rem 4rem;
  }

  .tooltip {
    position: relative; 
    display: inline-block; 
    color: #000;
    cursor: help; 
  }

  .tooltiptext {
    visibility: hidden;
    width: 120px;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    width: 200px;
    padding: 0.5em;
    -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
            transform: rotate(-3deg);
    background-color: white;
    color: #000; 
    border: solid 1px grey;
    border-radius: 0.0em;
    -webkit-box-shadow: 10px 10px 15px 0px grey;
            box-shadow: 10px 10px 15px 0px grey;
    bottom: 65px; 
    left: -100px; 
  }

.tooltip:hover .tooltiptext {
  visibility: visible;
}

.asp {
  background: lightgrey;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  -webkit-box-orient: horizontal; 
  -webkit-box-direction: normal; 
      -ms-flex-direction: row; 
          flex-direction: row;
  padding: 2.5rem 1.5rem;  
  -webkit-box-align: end;  
      -ms-flex-align: end;  
          align-items: flex-end; 
 
}

.asp img {
  height: 110px; 
  border-radius: 20px;
  margin-right: 1rem;
}

  .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-pack: justify; 
        -ms-flex-pack: justify; 
            justify-content: space-between;
    padding: 0 4rem 6rem;
    margin-top: 3rem; 
  }

  .companytext {
    width: 60%;
    border-right: 1px solid grey; 
    padding-top: 2rem; 
    padding-right: 4rem; 
  }

  .standorte {
    width: 40%;
    padding-left: 2rem; 
    padding-top: 2rem; 
  }

  .karte {
    width: 200px; 
    margin: 0 auto; 
  }

  /* === TEXT === */

  p {
    margin-bottom: 1rem;
  }

  h1 {
    background-color: #78A8D6;
    line-height: 1.4; 
    -webkit-box-shadow: 2px 2px 5px grey; 
            box-shadow: 2px 2px 5px grey;
    border-radius: 0px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    font-size: 2.5rem;
    color: #fff; 
    text-align: center; 
    padding: 3rem; 
    margin-bottom: 5rem; 
  }

  .intro{
    font-weight: 600;
  }

  .adress {
    font-size: 1.2rem; 
    display: block; 
    margin-top: .5rem; 
  }

  .benefits {
    width: 95%;
    text-align: center; 
    margin: 0 auto 3rem; 
  }

  h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-orient: vertical; 
    -webkit-box-direction: normal; 
        -ms-flex-direction: column; 
            flex-direction: column;
    font-size: 1.8rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; 
    margin-bottom: 3rem; 
  }

  .section--2 h2:before {
    content: "\A0 ";
    display: block; 
    background: url(icon_desktop.jpg) no-repeat;
    background-size: cover;  
    width: 50px;
    height: 50px; 
    margin-bottom: .5rem; 
  }

  .section--3 h2:before {
    content: "\A0 ";
    display: block; 
    background: url(icon_bag.jpg) no-repeat;
    background-size: cover;  
    width: 50px;
    height: 50px; 
    margin-bottom: .5rem; 
  }
  

 
  h3 {
    font-size: 1.8rem;
    margin-bottom: 3rem; 
  }

  h4 {}

  hr {}

  /* === IMAGES === */

  /* === BUTTONS === */

  .button {
    text-align: center;
    -webkit-box-shadow: 2px 2px 5px grey;
            box-shadow: 2px 2px 5px grey;
    padding: 1rem;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 18px;
    background-color: #78A8D6;
    color: #fff; 
    width: 400px;
    margin: 0 auto; 
    margin-top: 3rem; 
  }
  /* === LINKS === */

  a {}

  a:link,
  a:visited,
  a:hover  {
    color: #78A8D6;
    text-decoration: none; 
  }

  a:active {}

  a:focus {}


  /* === LISTEN === */

  ul {
    margin-bottom: 2rem;
    list-style: none; 
  }

  li {
    margin-bottom: .5rem;
    background: url(bullet.png) no-repeat 0 8px; 
    padding-left: 2rem; 
  }

  /* === TABELLEN === */

  /* === SECTIONS === */ 

  .sections { /* Container des Freetextbereichs im Shopsystem */
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; 
    -webkit-box-orient: horizontal; 
    -webkit-box-direction: normal; 
        -ms-flex-direction: row; 
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .section--1 { /* 1. Abschnitt im Shopsystem */
    width: 100%;
    margin-bottom: 2rem;
  }
  
  .section--2 { /* 2. Abschnitt im Shopsystem usw. */
    width: 48.5%;
  }
  
  .section--3 { /* 2. Abschnitt im Shopsystem usw. */
    width: 48.5%;
  }

  
  /* === GRID === */

  .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .leftCol {
      width: 50%; /*Breite individuell anpassen */ 
  }

  .rightCol {
      width: 50%; /*Breite individuell anpassen */ 
  }

  
/* === RESPONSIVE === */ 

@media only screen and (max-width: 699px) {
    #container {
        margin: 0;
        width: 100%;
        border: none;
    }

    #main {
      padding: 2rem 2rem;
    }
    .footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; 
    }

    .standorte {
      width: 100%;
      padding-left: 0; 
      text-align: center; 
    }

    .companytext {
      width: 100%;
      border: none; 
    }

    h2 {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; 
      margin-top: 4rem;
    }

    .section--2 h2:before {
      display: none;
    }
  
    .section--3 h2:before {
      display: none;
    }

    .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .sections {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
  }

      [class*='section--'] {
      width: 100%;
  }
}
