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 {
  padding-top: 2rem;
}

main .overall {
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

main .overall .underall {
  width: 80%;
}

main .overall .underall h3 {
  font-weight: 400;
  color: #0c9bf1;
}

main .overall .underall h1 {
  font-weight: 400;
  color: #616161;
  margin-top: 0;
}

main .overall .underall .container2 {
  font-size: 40px;
  min-height: 100px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (200px)[auto-fill];
      grid-template-columns: repeat(auto-fill, 200px);
  margin-bottom: 2rem;
  grid-gap: 10px;
}

@media only screen and (max-width: 840px) {
  main .overall .underall .container2 {
    -ms-grid-columns: (200px)[auto-fit];
        grid-template-columns: repeat(auto-fit, 200px);
  }
}

main .overall .underall .container2 .items {
  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;
  max-height: 400px;
}

main .overall .underall .container2 .items img {
  width: 100%;
  height: auto;
}

main .overall .underall .container2 .items img:hover {
  opacity: 80%;
}

.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=galerie.css.map */