html, body {
  font-family: 'Poppins', sans-serif;
  background: white;
  margin: 0;
  font-weight: 300;
}

.mainheader {
  z-index: 2;
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: inherit;
  opacity: 100%;
  -webkit-transition: background-color 700ms ease;
  transition: background-color 700ms ease;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainheader .header-inner-wrap {
  width: 90%;
  padding: 0;
  position: relative;
}

.mainheader .header-inner-wrap .inner-function {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainheader .header-inner-wrap .inner-function .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
}

.mainheader .header-inner-wrap .inner-function .navigation #unternehmenkompl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.mainheader .header-inner-wrap .inner-function .navigation #unternehmenkompl #unternehmen {
  display: block;
}

.mainheader .header-inner-wrap .inner-function .navigation #unternehmenkompl .unternehmensub {
  display: none;
}

.mainheader .header-inner-wrap .inner-function .navigation #leistungenkompl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.mainheader .header-inner-wrap .inner-function .navigation #leistungenkompl .leistungensub {
  display: none;
}

.mainheader .header-inner-wrap .inner-function .navigation .nav-items {
  margin-right: 1rem;
  padding: 0.5rem 0.5rem 0.5rem 0;
  cursor: pointer;
}

.mainheader .header-inner-wrap .inner-function .navigation .nav-items:hover .toplink, .mainheader .header-inner-wrap .inner-function .navigation .nav-items:hover .toplink1 {
  color: #0c9bf1 !important;
}

.mainheader .header-inner-wrap .inner-function .navigation .nav-items:hover .toplink2 {
  color: #1d4a6b !important;
}

.mainheader .header-inner-wrap .inner-function .navigation .nav-items:hover .fa-color {
  color: #0c9bf1 !important;
}

.mainheader .header-inner-wrap .inner-function .navigation .nav-items:hover .toplink3 {
  color: #0c9bf1 !important;
}

.mainheader .header-inner-wrap .inner-function .navigation .nav-items .fa-color {
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
  color: white;
}

.mainheader .header-inner-wrap .inner-function .navigation .nav-items .toplink {
  color: white;
  text-decoration: none;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
  text-transform: uppercase;
}

.mainheader .header-inner-wrap .inner-function .navigation .nav-items .toplink1 {
  color: #1d4a6b;
  text-decoration: none;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.mainheader .header-inner-wrap .inner-function .navigation .nav-items .toplink2 {
  color: #0c9bf1;
  text-decoration: none;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.mainheader .header-inner-wrap .inner-function .navigation .nav-items .toplink3 {
  color: white;
  text-decoration: none;
  -webkit-transition: color .4s ease;
  transition: color .4s ease;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.mainheader .header-inner-wrap .inner-function .navigation .nav-items .iconlist1 {
  margin-right: 0.5rem;
  margin-left: 0.2rem;
}

.mainheader .header-inner-wrap .inner-function .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainheader .header-inner-wrap .inner-function .logos:hover {
  cursor: pointer;
}

.mainheader .header-inner-wrap .inner-function .logos #logolinks {
  width: 120px;
  opacity: 0;
}

.mainheader .header-inner-wrap .inner-function .logos #logorechts {
  padding: 0.2rem;
  width: 40px;
}

.topnav {
  overflow: hidden;
  background-color: #616161;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  z-index: 2;
  -webkit-box-shadow: -10px 15px 10px -15px rgba(0, 0, 0, 0.315);
          box-shadow: -10px 15px 10px -15px rgba(0, 0, 0, 0.315);
}

.topnav .active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
  height: 3.6rem;
}

.topnav .active .logos {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topnav .active .logos:hover {
  cursor: pointer;
}

.topnav .active .logos #logolinks {
  width: 120px;
}

.topnav .active .logos #logorechts {
  padding: 0.2rem;
  width: 40px;
}

.topnav .active .icon {
  background: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 1rem 0 1rem;
  height: 100%;
  cursor: pointer;
}

.topnav a {
  color: white;
  text-decoration: none;
  font-size: 17px;
  display: block;
  padding: 1rem;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav #myLinks {
  display: none;
}

main {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

main #frontpic {
  width: 100%;
  height: 40vh;
  -o-object-fit: cover;
     object-fit: cover;
}

main #willkommen0 {
  background: #e9e9e9;
  margin-bottom: 2rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main #willkommen0 #willkommen1 {
  width: 80%;
  margin: 1rem 0 1rem 0;
}

main #willkommen0 #willkommen1 h1 {
  font-weight: 200;
  color: black;
  font-size: 2rem;
}

@media only screen and (max-width: 840px) {
  main #willkommen0 {
    margin-bottom: 0;
    background: #e9e9e9;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main #willkommen0 #willkommen1 {
    width: 80%;
    margin: 1rem 0 1rem 0;
  }
  main #willkommen0 #willkommen1 h1 {
    font-weight: 200;
    color: black;
    font-size: 1.5rem;
  }
}

main #familienunternehmen0 {
  -ms-flex-item-align: center;
      align-self: center;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main #familienunternehmen0 #slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}

main #familienunternehmen0 #slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

main #familienunternehmen0 #slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 800px;
  height: 150px;
  text-align: center;
}

main #familienunternehmen0 #familienunternehmen1 h3 {
  margin: 0;
  font-weight: 200;
  font-size: 1.3rem;
  color: #1d4a6b;
}

main #familienunternehmen0 #familienunternehmen3 h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: 300;
  color: #0c9bf1;
}

main #familienunternehmen0 #familienunternehmen2 .big {
  font-weight: 300;
}

main #familienunternehmen0 #familienunternehmen2 h3 {
  margin: 0;
  font-weight: 200;
  font-size: 1.3rem;
}

main #bereiche0 {
  padding-top: 6rem;
  -ms-flex-item-align: center;
      align-self: center;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 3rem;
}

@media only screen and (max-width: 840px) {
  main #bereiche0 {
    padding-top: 2rem;
  }
}

main #bereiche0 #bereiche01 {
  text-align: left;
}

main #bereiche0 #bereiche01 h3 {
  font-weight: 400;
  color: #0c9bf1;
}

main #bereiche0 #bereiche01 h1 {
  font-weight: 400;
  color: #616161;
  margin-top: 0;
}

main #bereiche0 #bereiche01 p {
  font-weight: 200;
  font-size: 1rem;
}

main #bereiche0 #bereiche1 {
  width: 100%;
  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: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media only screen and (max-width: 840px) {
  main #bereiche0 #bereiche1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  main #bereiche0 #bereiche1 #col1 {
    margin: 4rem 0 2rem 0;
    width: 100%;
    max-width: none;
  }
  main #bereiche0 #bereiche1 #col2 {
    margin: 0rem 0 0 0;
    max-width: none;
  }
  main #bereiche0 #bereiche1 .card {
    width: 100%;
  }
  main #bereiche0 #bereiche1 .card .img-cont {
    height: 50vw;
    max-height: none;
  }
  main #bereiche0 #bereiche1 .card .img-cont img {
    max-height: none;
    width: 100%;
    height: inherit;
  }
}

main #bereiche0 #col1 {
  margin: 4rem 0 0 0;
  max-width: 500px;
}

main #bereiche0 #col2 {
  margin: 0rem 0 0 0;
  max-width: 500px;
}

main #bereiche0 .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 35vw;
  max-width: inherit;
  -webkit-box-shadow: 11px 10px 69px -30px rgba(0, 0, 0, 0.75);
          box-shadow: 11px 10px 69px -30px rgba(0, 0, 0, 0.75);
}

main #bereiche0 .card .img-cont {
  height: 23vw;
  max-height: 275px;
}

main #bereiche0 .card .img-cont img {
  max-height: inherit;
  width: 100%;
  height: inherit;
}

main #bereiche0 .card .text-cont {
  text-align: left;
}

main #bereiche0 .card .text-cont .text {
  padding: 1rem;
}

main #bereiche0 .card .text-cont .text h4 {
  margin: 0;
  color: #0c9bf1;
  font-weight: 400;
  font-size: 1.2rem;
}

main #bereiche0 .card .text-cont .text .p-over {
  font-weight: 200;
  color: #1d4a6b;
  font-size: 1rem;
}

main #bereiche0 .card .text-cont .text p {
  display: inline-block;
  font-weight: 200;
  font-size: 1rem;
}

main #bereiche0 .card .text-cont .text .icontext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main #bereiche0 .card .text-cont .text .icontext .icontext-icons {
  margin-right: 0.5rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 2rem;
}

main #bereiche0 .card .text-cont .text .icontext .enum {
  margin: 0;
}

main #bereiche0 .card .text-cont .btnhold {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 2rem;
}

main #bereiche0 .card .text-cont .btnhold .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  text-transform: uppercase;
  background: #0c9bf1;
  color: white;
  width: 10vw;
  min-width: 7.5rem;
  height: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  margin: 0 1rem 0 1rem;
  -webkit-box-shadow: 10px 5px 25px -10px rgba(0, 0, 0, 0.75);
          box-shadow: 10px 5px 25px -10px rgba(0, 0, 0, 0.75);
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

main #bereiche0 .card .text-cont .btnhold .btn:hover {
  background: #616161;
}

main #bereiche0 .card .text-cont .btnhold .btn i {
  margin-right: 0.5rem;
}

.komplkont .Kontakt {
  background: #e9e9e9;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.komplkont .Kontakt .kontaktinnen {
  padding: 20px 0;
  font-size: 16px;
  width: 80%;
  color: #1d4a6b;
}

.komplkont .Kontakt .kontaktinnen h4 {
  font-weight: 300;
  margin: 0;
}

.komplkont .Kontakt .kontaktinnen p {
  font-weight: 200;
}

.komplkont .Kontakt .kontaktinnen .down {
  display: inline-block;
  margin: 0;
  font-weight: 300;
}

.komplkont .Kontakt .kontaktinnen .down1 {
  margin: 0;
  display: inline-block;
}

.komplkont .Kontakt .kontaktinnen a {
  color: #0c9bf1;
  text-decoration: none;
  font-weight: 200;
}

.komplkont .Kontakt .kontaktinnen a:hover {
  color: #1d4a6b;
}

footer {
  font-size: 0.8rem;
  background: #616161;
  opacity: 100%;
  width: 100%;
}

footer #subfooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 5vw 0 5vw;
}

footer #subfooter #placeholder {
  width: 25vw;
}

footer #subfooter p {
  color: white;
}

footer #footerlinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer #footerlinks .links {
  text-decoration: none;
}

footer #footerlinks .links:hover {
  color: black;
}

footer #footerlinks .tag:hover {
  cursor: default;
}

footer #footerlinks a {
  color: white;
}
/*# sourceMappingURL=index.css.map */