@font-face { font-family: 'Titillium-Web';
             src: url('../font/titillium-web.thin-webfont.woff') format('woff');
             font-weight: 200; }
@font-face { font-family: 'Titillium-Web';
             src: url('../font/titillium-web.thin-italic-webfont.woff') format('woff');
             font-style: italic;
             font-weight: 200; }
@font-face { font-family: 'Titillium-Web';
             src: url('../font/titillium-web.light-webfont.woff') format('woff');
             font-weight: 300; }
@font-face { font-family: 'Titillium-Web';
             src: url('../font/titillium-web.light-italic-webfont.woff') format('woff');
             font-style: italic;
             font-weight: 300; }
@font-face { font-family: 'Titillium-Web';
             src: url('../font/titillium-web.regular-webfont.woff') format('woff');
             font-weight: 400; }
@font-face { font-family: 'Titillium-Web';
             src: url('../font/titillium-web.italic-webfont.woff') format('woff');
             font-style: italic;
             font-weight: 400; }
@font-face { font-family: 'Titillium-Web';
             src: url('../font/titillium-web.semibold-webfont.woff') format('woff');
             font-weight: 600; }
@font-face { font-family: 'Titillium-Web';
             src: url('../font/titillium-web.semibold-italic-webfont.woff') format('woff');
             font-style: italic;
             font-weight: 600; }
@font-face { font-family: 'Titillium-Web';
             src: url('../font/titillium-web.bold-webfont.woff') format('woff');
             font-weight: 700; }
@font-face { font-family: 'Titillium-Web';
             src: url('../font/titillium-web.bold-italic-webfont.woff') format('woff');
             font-style: italic;
             font-weight: 700; }
@font-face { font-family: 'Titillium-Web';
             src: url('../font/titillium-web.black-webfont.woff') format('woff');
             font-weight: 900; }
@font-face { font-family: 'Titillium-Web';
             src: url('../font/titillium-web.thin-webfont.woff2') format('woff2');
             font-weight: 200; }
@font-face { font-family: 'Titillium-Web';
             src: url('../font/titillium-web.thin-italic-webfont.woff2') format('woff2');
             font-style: italic;
             font-weight: 200; }
@font-face { font-family: 'Titillium-Web';
             src: url('../font/titillium-web.light-webfont.woff2') format('woff2');
             font-weight: 300; }
@font-face { font-family: 'Titillium-Web';
             src: url('../font/titillium-web.light-italic-webfont.woff2') format('woff2');
             font-style: italic;
             font-weight: 300; }
@font-face { font-family: 'Titillium-Web';
             src: url('../font/titillium-web.regular-webfont.woff2') format('woff2');
             font-weight: 400; }
@font-face { font-family: 'Titillium-Web';
             src: url('../font/titillium-web.italic-webfont.woff2') format('woff2');
             font-style: italic;
             font-weight: 400; }
@font-face { font-family: 'Titillium-Web';
             src: url('../font/titillium-web.semibold-webfont.woff2') format('woff2');
             font-weight: 600; }
@font-face { font-family: 'Titillium-Web';
             src: url('../font/titillium-web.semibold-italic-webfont.woff2') format('woff2');
             font-style: italic;
             font-weight: 600; }
@font-face { font-family: 'Titillium-Web';
             src: url('../font/titillium-web.bold-webfont.woff2') format('woff2');
             font-weight: 700; }
@font-face { font-family: 'Titillium-Web';
             src: url('../font/titillium-web.bold-italic-webfont.woff2') format('woff2');
             font-style: italic;
             font-weight: 700; }
@font-face { font-family: 'Titillium-Web';
             src: url('../font/titillium-web.black-webfont.woff2') format('woff2');
             font-weight: 900; }

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

body {
  font-family: 'Titillium-Web', sans-serif;
  color: #1c2b56;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

h1 {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
}

h2 {
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  margin-bottom: 0px;
  color: #e3a649;
  font-size: 26px;
  line-height: 60px;
  font-weight: 400;
  text-align: center;
}

p {
  margin-bottom: 10px;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

label {
  display: block;
  margin-bottom: 5px;
  font-weight: 400;
}

.header {
  padding: 40px 10% 0px;
  background-color: #1c2b56;
}

.navbar {
  z-index: 4000;
  background-color: transparent;
}

.navmenu {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navlink {
  padding: 20px 10px 0px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
}

.navlink:hover {
  color: hsla(0, 0%, 100%, 0.9);
  text-decoration: none;
}

.navlink.w--current {
  color: #e3a649;
}

.dropdown-navi {
  padding: 0px 0px 20px;
  color: #fff;
}

.dropdown-navi:hover {
  color: hsla(0, 0%, 100%, 0.9);
}

.navi-div {
  margin-top: 35px;
  color: #fff;
  text-align: center;
}

.headerzusatz-div {
  display: inline-block;
  width: 174px;
  height: 60px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 2px;
  background-color: hsla(0, 0%, 100%, 0.15);
  color: #fff;
  line-height: 20px;
  text-decoration: none;
}

.headerzusatz-div:hover {
  color: #fff;
  text-decoration: none;
}

.headerzusatz-div.formular {
  width: 124px;
  margin-right: 10px;
}

.headerzusatz {
  display: inline-block;
  margin-top: -40px;
  float: right;
  color: #fff;
  font-weight: 200;
}

.headerzusatz-icon-div {
  display: inline-block;
  width: 26px;
  margin-right: 12px;
  margin-bottom: 7px;
  padding-top: 7px;
  float: left;
  text-align: center;
}

.dec-regular {
  font-weight: 400;
}

.footer {
  position: relative;
  padding: 6px 10% 50px;
  background-color: #1c2b56;
  color: #fff;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
}

.row-div {
  margin-right: -10px;
  margin-left: -10px;
}

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

.a-weiss:hover {
  color: hsla(0, 0%, 100%, 0.8);
  text-decoration: none;
}

.content {
  padding-right: 10%;
  padding-left: 10%;
}

.content.service {
  padding-bottom: 80px;
}

.content.unternehmen {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}

.content.kontakt {
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.content.karriere {
  padding-top: 40px;
  padding-bottom: 40px;
}

.content.h1 {
  margin-top: 80px;
  margin-bottom: 40px;
}

.content.video {
  padding-top: 40px;
  padding-bottom: 110px;
}

.stimmungsbild-top {
  position: relative;
  height: 610px;
  background-image: url('../images/Caloudis_Notdienst.jpg');
  background-position: 50% 52%;
  background-size: cover;
  background-repeat: no-repeat;
}

.stimmungsbild-top.notdienst {
  background-image: url('../images/Caloudis_Notdienst.jpg');
  background-position: 0% 52%;
}

.stimmungsbild-top.ueber-uns {
  background-image: url('../images/Caloudis_Team.jpg');
  background-position: 50% 37%;
}

.stimmungsbild-top.partner {
  background-image: url('../images/Caloudis_Partner.jpg');
  background-position: 0% 35%;
}

.stimmungsbild-top.impressum {
  background-image: url('../images/Caloudis_Impressum.jpg');
  background-position: 50% 12%;
}

.stimmungsbild-top.datenschutz {
  background-image: url('../images/Caloudis_Impressum.jpg');
  background-position: 50% 12%;
}

.notdienst-div {
  position: fixed;
  top: 260px;
  right: 0px;
  z-index: 3900;
  width: 210px;
  padding-top: 10px;
  padding-right: 14px;
  padding-left: 14px;
  background-color: #d11212;
  color: #fff;
}

.notdienst-icon {
  display: inline-block;
  width: 28px;
  margin-top: 8px;
  margin-right: 10px;
  float: left;
}

.p-inline {
  display: inline-block;
}

.teaser-icon {
  display: block;
  width: 90%;
  height: 270px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  border: 2px solid #e3a649;
  background-color: #e3a649;
}

.teaser-icon.sanitaer-teaser {
  background-image: url('../images/caloudis-sanitaertechnik.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.teaser-icon.heiz-teaser {
  background-image: url('../images/caloudis-heiztechnik.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.teaser-icon.klima-teaser {
  background-image: url('../images/caloudis-kaelte-klima-lueftung.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.teaser-icon.solar-teaser {
  background-image: url('../images/caloudis-solar-regenerative-energien.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.teaser-icon.service-teaser {
  background-image: url('../images/caloudis-service.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.teaser-icon.unternehmen-teaser {
  background-image: url('../images/caloudis-unternehmen.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.in-col-div {
  padding: 20px 30px 40px;
}

.in-col-div.i-col-div-r {
  padding-top: 2px;
  padding-left: 0px;
}

.in-col-div.in-col-div-l {
  padding-right: 0px;
}

.ul {
  margin-bottom: 20px;
  padding-left: 20px;
}

.li {
  margin-bottom: -3px;
}

.dec-orange {
  color: #e3a649;
}

.p-adresse {
  margin-top: 12px;
}

.karriere-start-img {
  width: 300px;
}

.button {
  margin-top: 20px;
  padding-right: 50px;
  padding-left: 50px;
  border: 2px solid #e3a649;
  background-color: #e3a649;
  font-weight: 400;
  text-transform: uppercase;
}

.button:hover {
  background-color: #fff;
  color: #e3a649;
  font-weight: 400;
  text-decoration: none;
}

.img-div-start-unternehmen {
  margin-top: 7px;
  margin-bottom: 20px;
}

.dropdown-list.w--open {
  padding-top: 6px;
  padding-bottom: 10px;
  background-color: #e3a649;
}

.dropdownlink {
  color: #fff;
  text-decoration: none;
}

.dropdownlink:hover {
  color: hsla(0, 0%, 100%, 0.8);
  text-decoration: none;
}

.dropdownlink.w--current {
  color: hsla(0, 0%, 100%, 0.8);
}

.mehr-link-start {
  color: #e3a649;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.mehr-link-start:hover {
  color: #1c2b56;
  text-decoration: none;
}

.logo-link-div {
  width: 240px;
  margin-top: -36px;
}

.wrapper {
  position: relative;
}

.nach-oben-div {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 1400px;
  width: 49px;
  height: 49px;
  margin-top: -49px;
}

.heading {
  margin-top: 0px;
}

.h3-center {
  text-align: center;
}

.a-notdienstnummer {
  color: #fff;
  text-decoration: none;
}

.a-notdienstnummer:hover {
  color: #fff;
  text-decoration: underline;
}

.start-fragen {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.a-orange {
  color: #e3a649;
  text-decoration: none;
}

.a-orange:hover {
  color: #e3a649;
  text-decoration: none;
}

.slider-start {
  position: relative;
}

.slider {
  height: 610px;
  background-color: transparent;
}

.slide-notdienst {
  background-image: url('../images/Caloudis_Notdienst.jpg');
  background-position: 50% 47%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-schild {
  background-image: url('../images/Caloudis_Schild.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-caloudis {
  background-image: url('../images/Caloudis_Ueber-uns.jpg');
  background-position: 50% 15%;
  background-size: cover;
  background-repeat: no-repeat;
}

.leistungsbereiche-gr {
  font-size: 18px;
  font-weight: 700;
}

.video-div {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.div-footer-facebook {
  position: relative;
  width: 50px;
  margin-top: -6px;
  margin-bottom: 20px;
  background-color: #fff;
}

.news-sonne-div {
  height: 380px;
  margin-top: -80px;
  background-image: url('../images/Caloudis_News_Sonne.png');
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.bild-sonne {
  position: relative;
  top: 80px;
  display: block;
  width: 220px;
  height: 220px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 180px;
  background-image: url('../images/Caloudis_Notdienst.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.cookie-text {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.cookie-button {
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  float: right;
  border: 1px solid #e3a649;
  background-color: #e3a649;
  color: #fff;
  text-decoration: none;
}

.cookie-button:hover {
  background-color: transparent;
  color: #1c2b56;
  text-decoration: none;
}

.h-orange {
  margin-bottom: 20px;
  color: #e3a649;
}

.p-center {
  text-align: center;
}

.slide-nav {
  display: none;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slider-ticker {
  height: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: transparent;
  text-align: center;
}

.ticker-slide {
  width: 12%;
  padding-right: 40px;
  padding-left: 40px;
}

.col-footer {
  text-align: left;
}

.a-footer {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
}

.a-footer:hover {
  color: hsla(0, 0%, 100%, 0.8);
  text-decoration: none;
}

.a-footer.a-footer-s {
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
}

.footer-innung {
  width: 100px;
  margin-top: 40px;
}

.meisterbetrieb-div {
  position: absolute;
  left: auto;
  top: auto;
  right: 80px;
  bottom: -70px;
  z-index: 3800;
  width: 190px;
  height: 190px;
}

.navlink-dropdown {
  color: #fff;
  text-decoration: none;
}

.navlink-dropdown:hover {
  color: hsla(0, 0%, 100%, 0.8);
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .header {
    padding-right: 5%;
    padding-left: 5%;
  }
  .navmenu {
    background-color: #fff;
    text-align: left;
  }
  .navlink {
    padding-left: 20px;
    color: #1c2b56;
  }
  .navlink:hover {
    color: #1c2b56;
    font-weight: 600;
  }
  .footer {
    padding-right: 5%;
    padding-left: 5%;
  }
  .content.service {
    padding-right: 5%;
    padding-left: 5%;
  }
  .content.unternehmen {
    padding-right: 5%;
    padding-left: 5%;
  }
  .content.kontakt {
    padding-right: 5%;
    padding-left: 5%;
  }
  .content.karriere {
    padding-right: 5%;
    padding-left: 5%;
  }
  .content.h1 {
    padding-right: 5%;
    padding-left: 5%;
  }
  .content.video {
    padding-right: 5%;
    padding-left: 5%;
  }
  .content.ticker {
    padding-right: 5%;
    padding-left: 5%;
  }
  .teaser-icon {
    width: 100%;
  }
  .in-col-div {
    padding-right: 0px;
    padding-left: 0px;
  }
  .dropdown-list {
    display: block;
    margin-right: -10px;
    margin-left: -20px;
    padding-top: 10px;
    padding-bottom: 15px;
    background-color: #f5f5f5;
  }
  .dropdownlink {
    padding-left: 30px;
    color: #1c2b56;
    font-size: 16px;
  }
  .dropdownlink:hover {
    color: #1c2b56;
  }
  .menubutton.w--open {
    background-color: #fff;
    color: #e3a649;
  }
  .start-fragen {
    width: 100%;
  }
  .slider {
    height: 570px;
  }
  .news-sonne-div {
    margin-top: -40px;
  }
  .slider-ticker {
    width: 97%;
  }
  .ticker-slide {
    width: 16%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .navlink-dropdown {
    color: #1c2b56;
  }
}

@media screen and (max-width: 767px) {
  .header {
    padding-right: 2%;
    padding-left: 2%;
  }
  .navlink {
    background-color: #fff;
  }
  .navi-div {
    margin-top: 20px;
  }
  .headerzusatz-div {
    width: 150px;
    height: 54px;
    line-height: 16px;
  }
  .headerzusatz-div.formular {
    width: 112px;
    height: 54px;
    line-height: 16px;
  }
  .headerzusatz {
    font-size: 13px;
  }
  .headerzusatz-icon-div {
    padding-top: 3px;
  }
  .footer {
    padding-right: 3%;
    padding-left: 3%;
  }
  .content.service {
    padding-right: 3%;
    padding-left: 3%;
  }
  .content.unternehmen {
    padding-right: 3%;
    padding-left: 3%;
  }
  .content.kontakt {
    padding-right: 3%;
    padding-left: 3%;
  }
  .content.karriere {
    padding-right: 3%;
    padding-left: 3%;
  }
  .content.h1 {
    padding-right: 3%;
    padding-left: 3%;
  }
  .content.video {
    padding-right: 3%;
    padding-left: 3%;
  }
  .content.ticker {
    padding-right: 3%;
    padding-left: 3%;
  }
  .notdienst-div {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
  }
  .dropdown-list.w--open {
    background-color: #f5f5f5;
  }
  .dropdownlink.w--current {
    color: #1c2b56;
    font-weight: 600;
  }
  .logo-link-div {
    width: 200px;
    margin-top: -20px;
  }
  .logo-link-div.w--current {
    width: 200px;
    margin-top: -20px;
  }
  .menubutton {
    font-size: 30px;
  }
  .slider {
    height: 430px;
  }
  .slider-ticker {
    width: 93%;
  }
  .ticker-slide {
    width: 15%;
  }
  .meisterbetrieb-div {
    right: 50px;
    bottom: -60px;
    width: 150px;
    height: 150px;
  }
  .navlink-dropdown:hover {
    color: #1c2b56;
  }
  .p-start {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
    line-height: 33px;
  }
  h4 {
    margin-bottom: 15px;
    font-size: 42px;
    line-height: 39px;
  }
  .header {
    padding-right: 3%;
    padding-bottom: 0px;
    padding-left: 3%;
  }
  .navbar {
    z-index: 3800;
  }
  .navmenu {
    z-index: 3900;
  }
  .navlink {
    margin-top: 10px;
  }
  .navlink.w--current {
    color: #1c2b56;
    font-weight: 600;
  }
  .headerzusatz-div {
    width: 160px;
    height: 47px;
    padding-top: 10px;
    font-size: 12px;
    line-height: 15px;
  }
  .headerzusatz-div.formular {
    width: 114px;
    height: 47px;
  }
  .headerzusatz-icon-div {
    padding-top: 2px;
  }
  .footer {
    padding-bottom: 80px;
  }
  .content {
    padding-right: 5%;
    padding-left: 5%;
  }
  .content.kontakt {
    padding-bottom: 0px;
  }
  .content.h1 {
    margin-top: 40px;
    margin-bottom: 30px;
  }
  .stimmungsbild-top {
    height: 250px;
  }
  .notdienst-div {
    z-index: 2300;
    padding-top: 8px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
  }
  .notdienst-icon {
    margin-top: 4px;
    margin-right: 20px;
  }
  .p-inline {
    text-align: left;
  }
  .in-col-div {
    margin-top: 10px;
    padding: 0px 0px 25px;
  }
  .in-col-div.unternehmen-1 {
    padding-bottom: 0px;
  }
  .dropdown-list.w--open {
    margin-top: -10px;
    margin-left: -10px;
  }
  .dropdownlink {
    color: #1c2b56;
    line-height: 18px;
    text-decoration: none;
  }
  .dropdownlink:hover {
    color: #1c2b56;
    text-decoration: none;
  }
  .logo-link-div {
    width: 160px;
    margin-top: -4px;
  }
  .logo-link-div.w--current {
    width: 160px;
    margin-top: -4px;
  }
  .menubutton.w--open {
    background-color: transparent;
    color: #e3a649;
  }
  .notdienst-inhalt {
    display: inline-block;
  }
  .slider {
    height: 240px;
  }
  .slider-ticker {
    width: 85%;
  }
  .ticker-slide {
    width: 22%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .meisterbetrieb-div {
    right: 10px;
    bottom: -41px;
    width: 100px;
    height: 100px;
  }
}

