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 {
  position: relative;
  z-index: 1;
  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 h4 {
  font-size: 1rem;
  font-weight: 400;
  color: #1d4a6b;
}

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

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

main .overall .underall p {
  font-weight: 200;
  font-size: 1rem;
}

main .overall .underall #bereiche0 {
  margin-bottom: 5rem;
}

main .overall .underall #bereiche0 .edelstahlschleiferei {
  margin-bottom: 3rem;
}

main .overall .underall #bereiche0 .edelstahlschleiferei .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 .overall .underall #bereiche0 .edelstahlschleiferei .icontext .iconhold {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

main .overall .underall #bereiche0 .edelstahlschleiferei .icontext .iconhold .icontext-icons {
  margin-right: 0.5rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

main .overall .underall #bereiche0 .edelstahlschleiferei .icontext .iconhold .enum {
  margin: 0;
}

main .overall .underall .Meilensteine {
  margin-bottom: 5rem;
}

main .overall .underall .Meilensteine h4 {
  margin: 3rem 0 0 0;
  font-size: 1.2rem;
  font-weight: 400;
  color: #0c9bf1;
}

main .overall .underall .Meilensteine ul {
  list-style-type: square;
}

main .overall .underall .Meilensteine ul li {
  color: #0c9bf1;
  padding: 0.5rem 0 0.5rem 0;
  font-weight: 200;
}

main .overall .underall .Meilensteine ul li .all {
  margin: 0 0 0.5rem;
  color: black;
}

main .overall .underall .Meilensteine ul li .all .dicker {
  font-weight: 400;
}

main .overall .underall .team {
  margin: 3rem 0 3rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

@media only screen and (max-width: 840px) {
  main .overall .underall .team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .overall .underall .team .card {
    width: 80%;
  }
}

main .overall .underall .team .card {
  width: 18%;
  min-width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: white;
  position: relative;
  margin: 0;
}

@media only screen and (max-width: 840px) {
  main .overall .underall .team .card {
    width: 70%;
    margin-bottom: 2rem;
  }
}

main .overall .underall .team .card:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-box-shadow: 11px 10px 50px -20px rgba(0, 0, 0, 0.75);
          box-shadow: 11px 10px 50px -20px rgba(0, 0, 0, 0.75);
}

main .overall .underall .team .card .cardimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 840px) {
  main .overall .underall .team .card .cardimg {
    max-height: none;
  }
}

main .overall .underall .team .card .cardimg img {
  width: 100%;
  height: auto;
}

main .overall .underall .team .card .cardtext {
  text-align: center;
}

main .overall .underall .team .card .cardtext h2 {
  margin: 0;
  padding: 0.5rem 0.2rem 0 0.2rem;
  font-size: 1.2rem;
  font-weight: 300;
  color: #0c9bf1;
}

main .overall .underall .team .card .cardtext p {
  margin: 0;
  padding: 0.5rem 0.2rem 0 0.2rem;
  font-size: 0.8rem;
}

main .overall .underall .team .card .cardtext .maillink {
  margin-bottom: 0.3rem;
}

main .overall .underall .team .card .cardtext .maillink a {
  text-decoration: none;
  color: #1d4a6b;
}

main .overall .underall .team .card .cardtext .maillink a:hover {
  color: #0c9bf1;
}

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