@font-face { font-family: 'PT-Sans';
             src: url('../font/pts55f-webfont.woff') format('woff');
             font-weight: 400; }
@font-face { font-family: 'PT-Sans';
             src: url('../font/pts56f-webfont.woff') format('woff');
             font-style: italic;
             font-weight: 400; }
@font-face { font-family: 'PT-Sans';
             src: url('../font/pts75f-webfont.woff') format('woff');
             font-weight: 700; }
@font-face { font-family: 'PT-Sans';
             src: url('../font/pts76f-webfont.woff') format('woff');
             font-style: italic;
             font-weight: 700; }
@font-face { font-family: 'PT-Sans';
             src: url('../font/pts55f-webfont.woff2') format('woff2');
             font-weight: 400; }
@font-face { font-family: 'PT-Sans';
             src: url('../font/pts56f-webfont.woff2') format('woff2');
             font-style: italic;
             font-weight: 400; }
@font-face { font-family: 'PT-Sans';
             src: url('../font/pts75f-webfont.woff2') format('woff2');
             font-weight: 700; }
@font-face { font-family: 'PT-Sans';
             src: url('../font/pts76f-webfont.woff2') format('woff2');
             font-style: italic;
             font-weight: 700; }

html {
/* hyphens */
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

body {
  background-color: #fff;
  font-family: 'PT-Sans', sans-serif;
  color: #252525;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #555;
  font-size: 38px;
  line-height: 44px;
  font-weight: 400;
}

h2 {
  margin-top: 14px;
  margin-bottom: 10px;
  color: #11a09a;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}

p {
  margin-bottom: 10px;
}

ul {
  margin-top: 0px;
  margin-bottom: 25px;
  padding-left: 10px;
}

.header-section {
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}

.link-standard {
  color: #2f2f2f;
  text-decoration: none;
}

.link-standard:hover {
  text-decoration: none;
}

.stimmungsbild {
  height: 440px;
  background-image: url('../images/Stimmungsbild_Badewanne.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.navi-section {
  margin-top: 20px;
  margin-bottom: -50px;
}

.nav-col.rechts {
  padding-left: 0px;
}

.nav-col.links {
  padding-right: 0px;
}

.nav-icon {
  display: block;
  color: #a0a0a0;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.nav-icon:hover {
  color: #6f6f6e;
}

.nav-icon-img {
  display: block;
  height: 103px;
  margin-bottom: 14px;
  background-image: url('../images/Sanitaertechnik_Icon.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-icon-img:hover {
  background-image: url('../images/Sanitaertechnik_Icon-active.png');
}

.nav-icon-img.st {
  background-image: url('../images/Navi_Sanitaertechnik.png');
}

.nav-icon-img.st:hover {
  background-image: url('../images/Navi_Sanitaertechnik_hover.png');
}

.nav-icon-img.st.w--current {
  background-image: url('../images/Navi_Sanitaertechnik_hover.png');
}

.nav-icon-img.st.w--current:hover {
  background-image: url('../images/Navi_Sanitaertechnik_hover.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.nav-icon-img.ha {
  background-image: url('../images/Navi_Heizungsanlagen.png');
}

.nav-icon-img.ha:hover {
  background-image: url('../images/Navi_Heizungsanlagen_hover.png');
}

.nav-icon-img.ha.w--current {
  background-image: url('../images/Navi_Heizungsanlagen_hover.png');
}

.nav-icon-img.is {
  background-image: url('../images/Navi_Installation.png');
}

.nav-icon-img.is:hover {
  background-image: url('../images/Navi_Installation_hover.png');
}

.nav-icon-img.is.w--current {
  background-image: url('../images/Navi_Installation_hover.png');
}

.nav-icon-img.rf {
  background-image: url('../images/Navi_Referenzen.png');
}

.nav-icon-img.rf:hover {
  background-image: url('../images/Navi_Referenzen_hover.png');
}

.nav-icon-img.rf.w--current {
  background-image: url('../images/Navi_Referenzen_hover.png');
}

.nav-icon-img.te {
  background-image: url('../images/Navi_Team.png');
}

.nav-icon-img.te:hover {
  background-image: url('../images/Navi_Team_hover.png');
}

.nav-icon-img.te.w--current {
  background-image: url('../images/Navi_Team_hover.png');
}

.nav-icon-img.kt {
  background-image: url('../images/Navi_Kontakt.png');
}

.nav-icon-img.kt:hover {
  background-image: url('../images/Navi_Kontakt_hover.png');
}

.nav-icon-img.kt.w--current {
  background-image: url('../images/Navi_Kontakt_hover.png');
}

.content-section {
  margin-bottom: 80px;
  padding-top: 30px;
}

.light-text {
  font-weight: 300;
}

.footer-section-start {
  position: relative;
  padding-top: 30px;
  padding-bottom: 25px;
  border-bottom: 5px solid #f3953d;
  background-color: #4b4b4b;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 200;
}

.phone-link {
  color: #2f2f2f;
  text-decoration: none;
}

.phone-link:hover {
  color: #2f2f2f;
  text-decoration: none;
}

.link-standard-weiss {
  color: #fff;
  text-decoration: none;
}

.link-standard-weiss:hover {
  color: #fff;
  text-decoration: none;
}

.phone-link-weiss {
  color: #fff;
  text-decoration: none;
}

.phone-link-weiss:hover {
  color: #fff;
  text-decoration: none;
}

.content-section-folge {
  margin-bottom: 100px;
  padding-top: 30px;
}

.map {
  margin-bottom: 20px;
  border: 1px solid #a0a0a0;
}

.team-rows {
  margin-top: 30px;
}

.mitarbeiter-img {
  margin-bottom: 10px;
  border: 1px solid #d4d4d8;
}

.mitarbeiter {
  margin-bottom: 30px;
}

.referenzen-text-zu-bild {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 450px;
  padding-right: 25px;
  padding-bottom: 12px;
  padding-left: 25px;
  background-color: hsla(0, 0%, 100%, .85);
}

.ul-unterseiten {
  margin-top: 20px;
  margin-left: 8px;
}

.p-standard {
  width: 90%;
  font-size: 18px;
  line-height: 26px;
}

.li-standard.li-sonder {
  margin-top: 20px;
}

.slider-referenzen {
  height: 340px;
  margin-bottom: 40px;
}

.news-section {
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #11a09a;
  color: #fff;
}

.h-weiss {
  color: #fff;
}

.button {
  position: absolute;
  right: 0px;
  bottom: 12px;
  padding-right: 55px;
  padding-left: 55px;
  border: 1px solid #fff;
  background-color: #f3953d;
  text-transform: uppercase;
}

.button:hover {
  border-color: #f3953d;
  background-color: #fff;
  color: #f3953d;
}

.news-div {
  position: relative;
}

.slider-referenzen-lightbox {
  width: 100%;
}

.logo-element {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  float: right;
  opacity: 0.1;
}

.img-inline {
  width: 44%;
  margin-right: 10px;
  margin-left: 10px;
  border: 1px solid #11a09a;
  box-shadow: 3px 0 8px 0 rgba(0, 0, 0, .2);
}

.img-inline.img-inline-quer {
  width: 92%;
  margin-bottom: 20px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 991px) {
  h1 {
    font-size: 30px;
    line-height: 36px;
  }
  h2 {
    font-size: 15px;
    line-height: 18px;
  }
  .stimmungsbild {
    height: 210px;
  }
  .navi-section {
    margin-top: 0px;
  }
  .nav-icon {
    font-size: 16px;
    line-height: 18px;
  }
  .nav-icon-img {
    height: 90px;
    margin-bottom: 9px;
    background-image: none;
  }
  .content-section-folge {
    margin-bottom: 50px;
  }
  .mitarbeiter {
    font-size: 14px;
  }
  .slider-referenzen {
    height: 260px;
  }
  .news-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  h1 {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 22px;
    line-height: 27px;
  }
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
  ul {
    margin-top: 20px;
    padding-left: 20px;
  }
  .logo {
    width: 180px;
    margin-left: 20px;
  }
  .logo.w--current {
    width: 150px;
  }
  .navi-section {
    margin-top: 0px;
  }
  .nav-icon {
    margin-top: 10px;
    font-size: 14px;
    line-height: 16px;
  }
  .nav-icon-img {
    height: 70px;
  }
  .mitarbeiter {
    font-size: 16px;
  }
  .slider-referenzen {
    height: 210px;
  }
  .container-referenzen {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 23px;
    line-height: 32px;
  }
  h2 {
    font-size: 12px;
    line-height: 14px;
  }
  h3 {
    font-size: 18px;
  }
  .logo {
    display: block;
    width: 140px;
    margin: 0px auto 26px;
  }
  .logo.w--current {
    width: 130px;
    margin-top: -10px;
    margin-bottom: -14px;
  }
  .stimmungsbild {
    height: 100px;
  }
  .navi-section {
    margin-bottom: -28px;
  }
  .nav-icon {
    font-size: 12px;
    line-height: 14px;
  }
  .nav-icon-img {
    height: 40px;
  }
  .content-section {
    margin-bottom: 60px;
  }
  .slider-referenzen {
    height: 130px;
  }
  .h-weiss {
    font-size: 22px;
    line-height: 28px;
  }
  .img-inline {
    margin-top: 10px;
  }
}

