@charset "UTF-8";
/*

Allgemeine Styles fuer WebSTART-Basis Website Layout A
Version 7
Tom Mai, mai@mai-multimedia.de
05.03.2017	Version 1
28.06.2017	"gotop" via Font statt SVG
08.03.2018	IE 11 Input-Fix
22.03.2018	label-Fix
30.05.2018	Lokale Fonts, Slider-Fix, Diverses
01.02.2019	SHK-Logo, Gewässerschutz-Logo, Telefonnr. statt Notruf
19.08.2021	Änderungen für hohe/schwebende Logos
28.03.2022  .banner hat nun eine maximale Breite
25.05.2022	.large

*/
/* ==========================================================================
   Andere einbinden
   ========================================================================== */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  z-index: 100;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 30px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 25px; }
  .slick-prev:before {
    content: "←"; }

.slick-next {
  right: 25px; }
  .slick-next:before {
    content: "→"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 10px 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* ==========================================================================
   Typo
   ========================================================================== */
@font-face {
  font-family: 'webstartsymbols';
  src: url("fonts/webstartsymbols.eot");
  src: url("fonts/webstartsymbols.eot?#iefix") format("embedded-opentype"), url("fonts/webstartsymbols.woff2") format("woff2"), url("fonts/webstartsymbols.woff") format("woff"), url("fonts/webstartsymbols.ttf") format("truetype"), url("fonts/webstartsymbols.svg#svgFontName") format("svg"), url("fonts/webstartsymbols.otf"); }

@font-face {
  font-family: 'webSTARTFont';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Nunito-Regular.woff2") format("woff2"), url("../fonts/Nunito-Regular.woff") format("woff"); }

@font-face {
  font-family: 'webSTARTFont';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Nunito-Bold.woff2") format("woff2"), url("../fonts/Nunito-Bold.woff") format("woff"); }

h1, h2, h3, h4 {
  font-size: 32px;
  font-family: webSTARTFont, Arial, Helvetica, sans-serif;
  margin-top: 0;
  font-weight: 300;
  line-height: 1.2em;
  color: #264051; }

h1 span {
  color: #26A9E0;
  font-weight: bold; }

h2 {
  font-size: 32px; }

h3 {
  font-size: 22px; }

h3:not(:first-child) {
  margin-top: 1em; }

h4 {
  font-size: 18px;
  font-weight: 600; }

h2 span, h3 span, h4 span {
  font-size: 18px;
  font-weight: bold; }

a:link, a:visited {
  color: #264051; }

a:hover, a:active {
  color: #3a617b; }

a.tel:link, a.tel:visited {
  color: #264051;
  text-decoration: none; }

a.tel:hover, a.tel:active {
  color: #3a617b;
  text-decoration: underline; }

a.simple:link, a.simple:visited, a.simple:hover, a.simple:active {
  text-decoration: none !important; }

img {
  border: none; }

b, strong {
  font-weight: 700; }

p.large, a.large {
  font-size: 22px;
  line-height: 32px; }

em {
  font-weight: 700;
  font-style: normal;
  font-size: 1.2em; }

em.white {
  color: #fff; }

p {
  margin: 0 0 0.7em 0;
  hyphens: auto;
  -webkit-hyphens: auto;
  -webkit-locale: 'de';
  -webkit-hyphenate-character: '-';
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -ms-hyphens: auto; }

ul {
  margin: 0;
  padding: 0 0 0 1.2em;
  list-style-image: url(../img/sys/bullet.svg);
  list-style-type: none; }

ul.plain {
  margin: 0;
  padding: 0 0 0 1.2em;
  list-style-image: none;
  list-style-type: disc; }

ul.spaced li {
  margin-bottom: 1em; }

.msgPanel {
  display: none;
  background: #fff;
  padding: 20px 30px;
  margin-bottom: 30px;
  color: #f97c00;
  font-size: 18px;
  z-index: 120;
  cursor: pointer; }

.nowrap {
  white-space: nowrap;
  word-wrap: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -o-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

/* ==========================================================================
   Symbole
   ========================================================================== */
.webstartsymbols {
  font-family: webstartsymbols; }

.symbol {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: webstartsymbols;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 48px;
  color: #93d4ef;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.symbol-scrolldown:before {
  content: "2"; }

.symbol-scrollup:before {
  content: "4"; }

.symbol-dialog {
  float: left;
  color: #ffaf60; }

.symbol-dialog:before {
  content: "1"; }

.symbol-phone {
  float: left;
  top: -25px; }

.symbol-notdienst {
  float: left;
  top: -10px; }

.symbol-phone:before {
  content: "1";
  font-size: 65px; }

.symbol-notdienst:before {
  content: "3";
  font-size: 96px; }

.symbol-notdienst-365 {
  background-image: url(../img/icon-365.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80px;
  width: 100%; }

.whatsappchat img {
  max-width: 195px; }

.socialmedia img {
  max-width: 60px; }

/* ==========================================================================
   Animationen
   ========================================================================== */
@keyframes rotating {
  0% {
    -ms-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -webkit-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px); }
  50% {
    transform: translate(0, 0); }
  100% {
    -ms-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -webkit-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    transform: translate(0, -20px); } }

#scrolldown {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite; }

/* ==========================================================================
   Inhalte
   ========================================================================== */
.info-box {
  position: absolute;
  top: 50px;
  z-index: 1000;
  transition: all 0.5s ease; }
  .info-box h1 {
    text-shadow: 1px 1px 2px #fff; }

.scrolldown-button {
  position: absolute;
  bottom: 5px;
  text-align: center;
  width: 100%;
  cursor: default; }

.top-padding {
  height: 60px; }

.content {
  position: relative;
  background: #93d4ef;
  padding: 60px 0;
  clear: both; }

.one h1, .one h2, .one h3, .one h4 {
  color: #fff; }

.one a:link, .one a:visited {
  color: #264051; }

.one a:hover, .one a:active {
  color: #3a617b; }

.two {
  background-color: #fff; }
  .two h1, .two h2, .two h3, .two h4, .two h5 {
    color: #26A9E0; }
  .two a:link, .two a:visited {
    color: #264051; }
  .two a:hover, .two a:active {
    color: #3a617b; }

.three {
  background-color: #f2f2f2; }
  .three h1, .three h2, .three h3, .three h4 {
    color: #26A9E0; }
  .three a:link, .three a:visited {
    color: #264051; }
  .three a:hover, .three a:active {
    color: #3a617b; }

.four {
  background-color: #264051; }
  .four a:link, .four a:visited {
    color: #93d4ef; }
  .four a:hover, .four a:active {
    color: #c8e9f7; }

.five {
  background-color: #f97c00; }
  .five h1, .five h2, .five h3, .five h4 {
    color: #000; }
  .five a:link, .five a:visited {
    color: #264051; }
  .five a:hover, .five a:active {
    color: #3a617b; }

.shadow {
  background-image: url(../img/sys/shadow.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain; }

.icon-set {
  width: 100%;
  text-align: center; }

.icon-box {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #26A9E0;
  text-align: center;
  width: 180px;
  height: 170px; }

.icon {
  display: block;
  margin: 0 auto;
  width: 113px;
  height: 113px;
  overflow: hidden;
  -moz-border-radius: 4em;
  -webkit-border-radius: 4em;
  border-radius: 4em;
  background-color: #26A9E0;
  margin-bottom: 15px; }

.icon span {
  display: block;
  margin-top: 35px;
  font-family: webstartsymbols;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 56px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon img {
  max-width: 72px;
  max-height: 72px;
  margin-top: 20px; }

.close-btn-box {
  text-align: right;
  margin-right: 20px; }

.close-btn-box img {
  height: 22px; }

.partner-tile {
  float: left;
  width: 170px;
  height: 130px;
  text-align: center;
  margin: 0 10px 10px 0;
  -moz-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff; }

a.partner-tile:hover {
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -webkit-transform: translate(-1px, -1px);
  -moz-transform: translate(-1px, -1px);
  transform: translate(-1px, -1px); }

.partner-logo {
  width: 130px;
  margin-top: 15px; }

/* ==========================================================================
   Startseite
   ========================================================================== */
#home {
  margin-top: 100px; }

#home .info-box {
  width: 450px; }

#home h1 {
  margin-bottom: 20px; }

#home .teaser-button {
  width: 300px;
  -moz-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  line-height: 1.2em;
  font-weight: 600;
  height: 65px; }

#home .teaser-button img {
  float: left;
  height: 36px;
  margin: 4px 0 0 5px; }

#home .teaser-button:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

/* ==========================================================================
   Referenzen
   ========================================================================== */
#referenzen {
  padding: 0; }

/* ==========================================================================
   Blog
   ========================================================================== */
.logo-21grad {
  height: 30px;
  width: auto; }

#blog-outer {
  width: 100%;
  padding: 0 6px; }

.blog-teaser {
  width: 33.33333%;
  max-width: 480px;
  min-width: 220px;
  float: left;
  margin-bottom: 30px; }

.blog-teaser-inner {
  margin: 0 20px; }

.blog-teaser img {
  width: 100%;
  height: auto;
  margin-bottom: 25px; }

.blog-teaser a:link,
.blog-teaser a:visited {
  color: #26A9E0;
  text-decoration: none; }

.blog-teaser a:hover,
.blog-teaser a:active {
  color: #93d4ef;
  text-decoration: underline; }

.blog-teaser-link {
  display: block;
  margin-top: 0.5em; }

/* ==========================================================================
   Kontakt
   ========================================================================== */
#telefon-box {
  background: #26A9E0;
  text-align: center; }

#telefon-box .telefon-inner {
  display: inline-block;
  padding: 60px 20px;
  text-align: left;
  color: #fff;
  font-size: 18px; }

#telefon-box em {
  font-style: normal;
  font-size: 32px; }

#telefon-box .telefon-inner .alternate {
  color: #93d4ef; }

#telefon-box a {
  color: #fff; }

#telefon-box .alternate a {
  color: #93d4ef; }

#map-box {
  width: 100%;
  height: 600px; }

textarea.missingInput,
input.missingInput {
  border: 8px solid #f97c00 !important; }

label.missingInput {
  color: #f97c00 !important; }

/* ==========================================================================
   Impressum + Datenschutz
   ========================================================================== */
#datenschutz,
#impressum {
  display: none; }

/* ==========================================================================
   Footer
   ========================================================================== */
#footer-links a {
  display: inline-block;
  margin-left: 30px;
  font-size: 16px; }

#footer-links {
  display: block;
  text-align: right;
  white-space: nowrap;
  margin-top: 1em; }

footer {
  color: #fff; }

/*
footer a
{
	// color: $inverse;
}

footer a:link,
footer a:visited
{
	color: $inverse;
	text-decoration: underline;
}

footer a:hover,
footer a:active
{
	color: $secondary;
	text-decoration: underline;
}
*/
.footer-subhead {
  color: #bbb; }

/* ==========================================================================
   Bilder
   ========================================================================== */
.banner {
  position: relative;
  width: 100%;
  height: 610px;
  margin: 0 auto;
  max-width: 1960px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(../img/key/key-couple.jpg); }

.picture {
  display: inline-block;
  width: auto;
  height: auto; }

.picture img {
  width: 100%;
  height: auto;
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.rounded-lower img {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.picture.left {
  float: left;
  margin-right: 20px;
  margin-bottom: 15px; }

.picture.right {
  float: right;
  margin-left: 20px;
  margin-bottom: 15px; }

.picture.xsmall {
  max-width: 150px; }

.picture.small {
  max-width: 220px; }

.picture.medium {
  max-width: 320px; }

.picture.large {
  max-width: 520px; }

.picture.xlarge {
  max-width: 650px; }

.picture legend,
.legend {
  font-size: smaller;
  padding: 2px 5px;
  color: #fff; }

.legend a:link,
.legend a:visited {
  color: #fff; }

.legend a:hover,
.legend a:actove {
  color: #fff;
  text-decoration: none; }

.img-w100 {
  width: 100%; }

.img-w50 {
  width: 50%; }

.img-right {
  float: right;
  margin-left: 20px; }

.img-left {
  float: left;
  margin-right: 20px; }

.gallery-item {
  width: 190px;
  height: auto;
  min-height: 240px;
  float: left;
  line-height: 1em;
  margin-right: 20px; }

.gallery-item img {
  margin-bottom: 5px; }

.gallery-item span {
  font-size: 14px; }

/* ==========================================================================
   Layout
   ========================================================================== */
:focus, *:active {
  outline: none !important; }

.visible {
  display: block; }

.hidden {
  display: none; }

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 18px;
  font-family: webSTARTFont, Arial, Helvetica, sans-serif;
  line-height: 1.4em;
  background: #fff; }

.align-vertical {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

/* Beschraenkt die Breite des Content-Bereichs und fuegt rechts und links Raender hinzu */
.wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1460px;
  padding: 0 30px; }

.wrapper-flex {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0 30px; }

.wrapper:after,
.wrapper-flex:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10022;
  height: 100px;
  width: 100%;
  background: #fff;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  overflow: hidden; }

#header-shadow {
  position: fixed;
  top: 100px;
  width: 100%;
  margin: 0 auto;
  width: 100%;
  height: 20px;
  max-width: 1460px;
  padding: 0 30px;
  z-index: 11; }

#logo-box {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  transition: all 0.5s ease;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  float: left;
  height: 100px;
  width: auto;
  max-width: 400px; }

#logo {
  max-width: 400px;
  max-height: 95px;
  height: 95px;
  padding: 8px 0 3px 0; }

.contactspace {
  padding-top: 0; }

/* ==========================================================================
   Notdienst/Telefon-Box
   ========================================================================== */
#phone-box,
#notdienst-box {
  position: relative;
  bottom: -60px;
  float: right;
  color: #264051;
  font-weight: 400;
  font-family: webSTARTFont, Arial, Helvetica, sans-serif;
  font-size: 18px;
  white-space: nowrap;
  background-image: url(../img/sys/notdienst.png);
  background-repeat: no-repeat;
  width: 260px;
  height: 200px; }
  #phone-box .symbol,
  #notdienst-box .symbol {
    color: #93d4ef; }

#phone-box span,
#notdienst-box span {
  background-position-y: 6px;
  padding: 15px 0 15px 75px;
  height: 100px;
  line-height: 100px; }

#phone-box span {
  padding-top: 10px;
  line-height: 85px; }

#phone-box div,
#notdienst-box div {
  position: absolute;
  left: 18px;
  bottom: -9px;
  text-align: center;
  line-height: 1.5em;
  width: 220px;
  overflow: hidden;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg); }

#phone-box div {
  bottom: auto;
  padding-top: 60px;
  /* 50px */
  line-height: 1.2em; }

#phone-box em {
  display: block;
  margin-top: 10px; }

#phone-box a,
#phone-box a:link {
  color: #264051;
  text-decoration: none; }

#notdienst-box a,
#notdienst-box a:link {
  color: #264051;
  text-decoration: none; }

#phone-box a:hover,
#phone-box a:active {
  color: #16252e;
  text-decoration: underline; }

#notdienst-box a:hover,
#notdienst-box a:active {
  color: #16252e;
  text-decoration: underline; }

#phone-box em,
#notdienst-box em {
  font-size: 24px;
  font-weight: 600;
  font-style: normal; }

#phone-box div img,
#notdienst-box div img {
  margin-top: 10px;
  width: 76px;
  color: #264051; }

/*
#phone-box a[href^="tel"],
#phone-box a[href^="sms"]
{ color: $secondary; }

#notdienst-box a[href^="tel"],
#notdienst-box a[href^="sms"]
{ color: $primary; }
*/
article {
  display: block;
  background-color: #fff;
  float: left; }

article.max {
  width: 100%; }

.col-1-1,
.col-2-1,
.col-2-2,
.col-3-1,
.col-3-2,
.col-4-1,
.col-4-2 {
  width: 50%;
  float: left;
  padding: 0 25px; }

.col-max {
  width: 100%; }

.col-1-1 {
  width: 100%; }

.col-plain {
  padding: 0; }

.col-3-1, .col-3-2 {
  width: 33.3333%; }

.col-3-2 {
  width: 66.666%; }

.col-4-1 {
  width: 75%; }

.col-4-2 {
  width: 25%; }

.clearfix {
  clear: both; }

.float-right {
  float: right; }

.hidden {
  display: none; }

.no-top-margin {
  margin-top: 0; }

.spacer-10 {
  height: 10px; }

.spacer-20 {
  height: 20px; }

.spacer-30 {
  height: 30px; }

.spacer-40 {
  height: 40px; }

.spacer-50 {
  height: 50px; }

.spacer-60 {
  height: 60px; }

.spacer-70 {
  height: 70px; }

.spacer-80 {
  height: 80px; }

#gotop {
  position: fixed;
  width: 40px;
  height: 40px;
  right: 8px;
  bottom: 15px;
  cursor: pointer;
  opacity: 0.5;
  z-index: 99999; }

div#gotop:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: webstartsymbols;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 38px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "4"; }

#noscript {
  position: fixed;
  top: 100px;
  width: 100%;
  padding: 0 20px;
  text-align: center;
  background: #900000;
  color: #fff;
  font-size: 16px;
  z-index: 999999; }

.alert {
  background: #fff;
  color: #f97c00 !important;
  border-left: 7px solid #f97c00;
  padding: 15px 20px; }

#heizungOnline img {
  margin: 0 20px 10px 0;
  float: left; }

/* ==========================================================================
   Vaillant + Kompetenzpartner
   ========================================================================== */
#vaillant-logo,
#vaillant-logo-top,
#kompetenzpartner-logo {
  position: relative;
  float: right;
  display: inline-block;
  margin-bottom: 20px;
  background: #fff;
  padding: 20px 20px 10px 20px;
  top: -60px; }

#shk-logo {
  position: relative;
  float: right;
  margin: 10px;
  top: -20px; }

#gewaesserschutz-logo {
  position: relative;
  float: right;
  margin: 10px;
  top: -20px; }

#vaillant-logo-top,
#vaillant-logo {
  padding-bottom: 13px; }
  #vaillant-logo-top img,
  #vaillant-logo img {
    width: 150px; }
  #vaillant-logo-top span,
  #vaillant-logo span {
    display: block;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal; }

#vaillant-logo-top {
  top: 0; }

#kompetenzpartner-logo img {
  width: 150px; }

.contentText {
  float: right;
  width: 65%;
  padding: 0 25px 0 0; }

.contentMedia {
  float: left;
  width: 35%;
  padding: 0;
  margin: 0; }

.contentMedia img {
  width: 100%;
  min-width: 150px;
  max-width: 350px; }

.contentText p {
  font-size: 32px;
  font-family: webSTARTFont, Arial, Helvetica, sans-serif;
  margin-top: 0;
  font-weight: 300;
  line-height: 1.2em;
  color: #000;
  margin: 10px 0 20px 0; }

/* ==========================================================================
   Call to Action
   ========================================================================== */
.calltoaction {
  transform: translate(-50px, -60px);
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transform-origin: center center; }

.calltoaction:hover {
  transform: scale(1.1) rotate(-13deg) translate(-30px, -40px); }

.responsive-phone-box {
  display: none;
  padding: 8px;
  background-color: #f97c00;
  color: #fff;
  text-align: center;
  font-size: 22px; }
  .responsive-phone-box a.tel:link, .responsive-phone-box a.tel:visited, .responsive-phone-box a.tel:hover {
    color: #fff; }

/* ==========================================================================
   Hamburger-Menü
   ========================================================================== */
/* Inhalte-Abdeckung */
#hamburger-content-cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.2;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  z-index: 1000000; }

.hamburger-icon.hamburger-icon-fixed {
  position: fixed; }

.hamburger-content-cover-hide {
  display: none; }

.hamburger-content-cover-show {
  display: block; }

/* Sidemenu für die Menüpunkte definieren */
.hamburger-menu {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  max-width: 90%;
  height: 100%;
  background: #fff;
  -moz-transition: right 0.5s ease, top 0.5s ease;
  -o-transition: right 0.5s ease, top 0.5s ease;
  -webkit-transition: right 0.5s ease, top 0.5s ease;
  transition: right 0.5s ease, top 0.5s ease;
  -moz-box-shadow: 2px 0 15px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 2px 0 15px rgba(0, 0, 0, 0.6);
  box-shadow: none;
  overflow: auto;
  z-index: 1000005; }

.hamburger-menu.hamburger-menu-inner {
  overflow: scroll; }

/* Sidemenu geöffnet */
.hamburger-menu.show-nav {
  right: 0;
  box-shadow: -2px 0 30px rgba(0, 0, 0, 0.6); }

/* Menüpunkte */
.hamburger-menu ul {
  list-style: none;
  padding: 0;
  margin: 76px 0 30px 0;
  width: 100%; }

.hamburger-menu a.secondary-menu-item {
  color: #767676 !important; }

.hamburger-menu li {
  font-size: 20px;
  width: 100%; }

.hamburger-menu li a {
  display: inline-block;
  padding: 13px 10px 13px 30px;
  width: 100%; }

.hamburger-menu li a:link,
.hamburger-menu li a:visited {
  text-decoration: none;
  color: #000; }

.hamburger-menu li a:hover,
.hamburger-menu li a:active {
  color: #000;
  background-color: #f2f2f2; }

.active-sidemenu-nav,
li.active-sidemenu-nav a,
a.active-sidemenu-nav {
  color: #fff !important;
  background: #26A9E0 !important;
  cursor: default; }

/* Hamburger-Icon rechts oben */
.hamburger-icon {
  position: fixed;
  top: 30px;
  right: 15px;
  width: 40px;
  height: 39px;
  display: block;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  z-index: 1000010; }

.hamburger-icon span {
  position: absolute;
  left: 6px;
  width: 28px;
  height: 4px;
  display: block;
  background: #000;
  border-radius: 2px;
  -moz-transition: -moz-transform 0.33s ease-out, width 0.2s linear;
  -o-transition: -o-transform 0.33s ease-out, width 0.2s linear;
  -webkit-transition: -webkit-transform 0.33s ease-out, width 0.2s linear;
  transition: transform 0.33s ease-out, width 0.2s linear; }

.hamburger-open .hamburger-icon .top {
  top: 17px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.hamburger-icon .top {
  top: 11px; }

.hamburger-icon .mid {
  top: 18px; }

.hamburger-open .hamburger-icon .mid {
  display: none; }

.hamburger-icon .bot {
  top: 25px; }

#hamburger-toggle {
  display: none; }

.hamburger-open .hamburger-icon .bot {
  top: 17px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* ==========================================================================
   Produktpalette
   ========================================================================== */
h1.prodName {
  font-size: 32px !important; }

#prodCategorieList li h3 {
  font-size: 18px !important;
  font-weight: 700; }

.prodSubCategorie ul li {
  background: #f2f2f2; }

#prodCategorieList li {
  margin-right: 15px; }

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

.moreLink {
  font-weight: 300;
  font-size: 18px; }

.subCategorieTeaserBox {
  padding-top: 10px;
  background: #cfcfcf; }

.prodSubCategorie h2 {
  font-size: 22px;
  margin: 20px 0 10px 0;
  color: #264051; }

#prodCategorieList li h3,
.prodList h3 {
  font-size: 18px;
  font-weight: 300;
  color: #264051; }

.products-nav {
  float: right;
  width: auto;
  width: 220px;
  border-left: 4px solid #cfcfcf;
  margin: 0 0 30px 0; }

.products-content {
  margin-right: 250px; }

.products-nav ul li a {
  color: #264051;
  text-decoration: none; }

.products-nav ul li a:hover,
.products-nav ul li a:active {
  color: #3a617b;
  text-decoration: underline; }

.prodSubmenu a.active,
.prodSubmenu a.active:link,
.prodSubmenu a.active:hover,
.prodSubmenu a.active:active,
.prodSubmenu a.active:visited {
  color: #93d4ef;
  text-decoration: none;
  cursor: default; }

#prodList .textBox {
  color: #000; }

/* ==========================================================================
   !Produkte bei dunklem Hintergrund
   ========================================================================== */
/*
// Kategorien (Gasheizung, Ölheizung, etc.)
#prodList .catImageLink h3 {
	color: #fff;
	background-color: #000; // Seitenhintergrundfarbe
}

// Kachel bei Mouse-Over
a.catImageLink:hover p { color: $glow !important }

// Unterseite, z. B. Gasheizung
.subCategorieTeaserBox { background: #333 }

.prodSubCategorie ul li { background: #555 }
.prodSubCategorie ul li:hover { background: #666 }

// Pfeil entfernen
.prodSubCategorie h2.openHide { background: none; padding-left: 0 }
*/
/* ==========================================================================
   Heizreport
   ========================================================================== */
.heizreport {
  display: block; }

/* ==========================================================================
   Akkordion
   ========================================================================== */
.accordion {
  cursor: pointer; }

.accordion h3:hover {
  text-decoration: underline; }

.accordion-fold {
  margin-bottom: 50px;
  padding: 20px 10px 10px 0; }

/* ==========================================================================
   Slideshow
   ========================================================================== */
.slideshow-box {
  width: 100%;
  height: auto;
  max-width: 1600px;
  margin: 0 auto;
  overflow: hidden; }

.slideshow-box img {
  width: 100%;
  height: auto; }

.slideshow-nav {
  background: #26A9E0;
  color: #fff;
  padding: 15px 30px 0 30px; }

.slideshow-nav a:link,
.slideshow-nav a:visited {
  color: #fff;
  text-decoration: none; }

.slideshow-nav a:hover,
.slideshow-nav a:active {
  color: #fff;
  text-decoration: underline; }

.slideshow-browse {
  height: 14px; }

.slick-dots li button:before {
  font-size: 18px;
  color: #cfcfcf;
  opacity: 1; }

.slick-dots li.slick-active button:before {
  color: #26A9E0;
  opacity: 1; }

/* Dots in die Galerie integrieren */
.slick-dots {
  margin: 0;
  bottom: 15px; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

/* ==========================================================================
   Formulare
   ========================================================================== */
textarea,
input:not([type=checkbox]):not([type=radio]) {
  -webkit-appearance: none; }

form {
  margin: 0;
  padding: 0; }

input[type="text"], optgroup, select, textarea {
  margin: 0;
  color: #000;
  font-family: webSTARTFont, Arial, Helvetica, sans-serif;
  font-size: 18px;
  border: 1px solid #f2f2f2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

input[type="text"], select, textarea {
  padding: 5px 7px;
  width: 100%;
  background: #f2f2f2;
  box-shadow: none;
  border: 1px solid #f2f2f2;
  opacity: 0.7; }

textarea:focus, textarea:active,
input[type="text"]:focus, input[type=text]:active {
  border: 1px solid #93d4ef;
  background-color: #fff;
  color: #000;
  opacity: 1.0; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

textarea {
  resize: vertical; }

.specfield {
  display: none; }

.textarea-large {
  height: 220px; }

.formFields {
  margin: 10px 0; }

/* ==========================================================================
   Navigation
   ========================================================================== */
nav {
  height: 100px;
  float: right;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #000; }

nav ul {
  list-style-type: none; }

nav ul li {
  display: inline;
  margin-left: 15px; }

nav .nav-li a {
  color: #000;
  font-size: 16px;
  text-decoration: none; }

nav .nav-li a:hover,
nav .nav-li a:active {
  color: #26A9E0; }

.active-nav {
  color: #26A9E0; }

.active-nav a {
  color: #26A9E0 !important;
  cursor: default; }

/* ==========================================================================
   Buttons
   ========================================================================== */
.button,
.teaser-button {
  border-radius: 3em;
  -webkit-box-shadow: 0 0.1em 0.2em 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0.1em 0.2em 1px rgba(0, 0, 0, 0.3);
  padding: 10px 22px;
  position: relative;
  display: inline-block;
  text-decoration: none !important;
  color: #fff !important;
  font-size: 18px;
  cursor: pointer;
  background: #f97c00;
  border: 1px solid #f97c00;
  text-shadow: 1px 1px 2px #ad5600;
  text-align: center;
  font-family: webSTARTFont, Arial, Helvetica, sans-serif;
  line-height: 1.2em; }

.teaser-button {
  font-size: 18px;
  font-weight: 600; }

.teaser-button:hover,
.button:hover {
  background: #ff8914; }

.teaser-button:active, .teaser-button:focus,
.button:active, .button:focus {
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.5);
  border: 1px solid #ad5600;
  -webkit-transform: translate(1px, 1px);
  -moz-transform: translate(1px, 1px);
  transform: translate(1px, 1px); }

.button.secondary {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(to bottom, #fff, #eee);
  color: #00917e !important;
  border: 1px solid #eee; }

.button.secondary:hover {
  background-image: none;
  background: #eee;
  color: #007465 !important; }

.button.secondary:active, .button.secondary:focus {
  background-image: none;
  -webkit-box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  background: #eee;
  color: #007465 !important;
  border: 1px solid #888; }

.button.disabled {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5) !important;
  background-image: none !important;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000 !important;
  cursor: not-allowed;
  opacity: 0.2; }

.button.disabled:active, .button.disabled:hover, .button.disabled:focus {
  top: 0;
  background: none !important; }

.button.small {
  padding: 2px 8px;
  font-size: 0.9em; }

/* ==========================================================================
   Media Queries
   ========================================================================== */
.show-on-small {
  display: none; }

.hide-on-small {
  display: block; }

@media (max-width: 1020px) {
  .wrapper {
    padding: 0; }
  #logo-box {
    left: 25px; } }

/* Hamburger einblenden, Umschalten ein Einspaltigkeit */
@media (max-width: 860px) {
  #hamburger-toggle {
    display: block; }
  #main-nav {
    display: none; }
  .col-2-1, .col-2-2 {
    width: 100%;
    float: none; }
  h1 {
    font-size: 24px; }
  h2 {
    font-size: 24px; }
  h3 {
    font-size: 20px; }
  #phone-box,
  #notdienst-box {
    position: relative;
    display: block;
    float: right; }
  .icon-set {
    margin-bottom: 30px; }
  .icon-box {
    width: 150px;
    height: 160px; }
  .icon {
    width: 100px;
    height: 100px; }
  .icon img {
    max-width: 70px;
    max-height: 70px; }
  #footer-links {
    text-align: left;
    margin-top: 0;
    float: none; }
  #footer-links a {
    margin: 0 30px 0 0; }
  #vaillant-logo, #kompetenzpartner-logo {
    float: none;
    top: 0; }
  #vaillant-logo img, #kompetenzpartner-logo img {
    width: 140px; } }

@media (min-width: 860px) {
  #hamburger-content-cover, .hamburger-menu {
    display: none; } }

@media (max-width: 768px) {
  .col-1-1, .col-2-1, .col-2-2, .col-3-1, .col-3-2, .col-4-1, .col-4-2 {
    padding: 0 10px;
    width: 100%; }
  .show-on-small {
    display: block; }
  .hide-on-small {
    display: none; }
  .outer-wrapper {
    margin: 0;
    background: none; }
  .blog-teaser-text {
    display: none; }
  .blog-teaser {
    width: 50%; }
  .products-nav {
    display: none; }
  .products-content {
    margin-right: 0; }
  .banner {
    height: 300px; }
  .info-box {
    top: 20px; }
  .info-box h1 {
    font-size: 20px;
    text-shadow: 1px 1px 2px #fff;
    background-color: #ffffffcc;
    padding: 10px 15px; }
  #vaillant-logo-top {
    display: none; }
  #logo {
    max-width: 240px;
    height: auto;
    width: 100%; } }

@media (max-width: 640px) {
  h1 {
    font-size: 24px; }
  h2 {
    font-size: 24px; }
  h3 {
    font-size: 20px; }
  #logo-box {
    left: 10px; }
  .picture.left, .picture.right {
    float: none; }
  #home-teaser-1 {
    display: none; }
  #home .info-box {
    width: 90%; }
  .img-w50 {
    width: 100%; }
  .img-right, .img-left {
    float: none;
    margin: 0 0 10px 0; }
  .contentText {
    width: 100%;
    padding: 0 25px; }
  .contentMedia {
    display: none; }
  .contentText p {
    font-size: 24px; }
  #header-shadow {
    display: none; }
  .responsive-phone-box {
    display: block; } }

@media (max-width: 480px) {
  .calltoaction {
    transform: translate(0, -50px); }
  .blog-teaser {
    width: 100%; } }
