@charset "UTF-8";
/*

Allgemeine Styles fuer WebSTART-Basis Website Layout A
Version 4
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

*/
/* ==========================================================================
   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; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license
Modifiziert von Tom, 13.03.2017 (Z-Index, Rahmenfarbe, overflow aus .fancybox-lock entfernt)
*/
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000020; }

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #000;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 1000030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/sys/fancybox/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 1000060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/sys/fancybox/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 1000040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/sys/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 1000040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 1000040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 1000010;
  background: url("../img/sys/fancybox/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 1000050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 1000050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../img/sys/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../img/sys/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/* ==========================================================================
   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"); }

/* nunito-regular - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/nunito-v9-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Nunito Regular"), local("Nunito-Regular"), url("../fonts/nunito-v9-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v9-latin-regular.woff2") format("woff2"), url("../fonts/nunito-v9-latin-regular.woff") format("woff"), url("../fonts/nunito-v9-latin-regular.ttf") format("truetype"), url("../fonts/nunito-v9-latin-regular.svg#Nunito") format("svg");
  /* Legacy iOS */ }

/* nunito-700 - latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/nunito-v9-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Nunito Bold"), local("Nunito-Bold"), url("../fonts/nunito-v9-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/nunito-v9-latin-700.woff2") format("woff2"), url("../fonts/nunito-v9-latin-700.woff") format("woff"), url("../fonts/nunito-v9-latin-700.ttf") format("truetype"), url("../fonts/nunito-v9-latin-700.svg#Nunito") format("svg");
  /* Legacy iOS */ }

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

h2 {
  font-size: 32px; }

h3 {
  font-size: 21px; }

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

a:link, a:visited {
  color: #0060a9; }

a:hover, a:active {
  color: #a7d1ef; }

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

a.tel:hover, a.tel:active {
  color: #a7d1ef;
  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; }

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

p {
  margin: 0 0 0.7em 0; }

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

.msgPanel {
  display: none;
  background: #fff;
  padding: 20px 30px;
  margin-bottom: 30px;
  color: #da251d;
  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: #a7d1ef;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

.symbol-dialog {
  float: left; }

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

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

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

/* ==========================================================================
   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: 80px;
  z-index: 1000; }

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

.top-padding {
  height: 60px; }

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

.two {
  background-color: #fff; }

.three {
  background-color: #f2f2f2; }

.four {
  background-color: #999; }

.five {
  background-color: #FFC200; }

.five h1, .five h2, .five h3, .five h4 {
  color: #000; }

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

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

.one a:hover,
.one a:active {
  color: #0060a9; }

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

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

.icon {
  display: block;
  margin: 0 auto;
  width: 113px;
  height: 113px;
  overflow: hidden;
  -moz-border-radius: 3em;
  -webkit-border-radius: 3em;
  border-radius: 3em;
  background-color: #0060a9;
  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: 80px;
  max-height: 80px;
  margin-top: 15px; }

.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: 30px; }

#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: #0060a9;
  text-decoration: none; }

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

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

/* ==========================================================================
   Kontakt
   ========================================================================== */
#telefon-box {
  background: #0060a9;
  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: #a7d1ef; }

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

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

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

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

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

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

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

#footer-links a:link,
#footer-links a:visited {
  color: #fff;
  text-decoration: underline; }

#footer-links a:hover,
#footer-links a:active {
  color: #a7d1ef;
  text-decoration: none; }

#footer-links {
  text-align: right;
  margin-top: 12em; }

footer {
  color: #fff; }

footer a {
  color: #fff; }

footer a:link,
footer a:visited {
  color: #fff;
  text-decoration: underline; }

footer a:hover,
footer a:active {
  color: #a7d1ef;
  text-decoration: underline; }

.footer-subhead {
  color: #bbb; }

/* ==========================================================================
   Bilder
   ========================================================================== */
.banner {
  position: relative;
  width: 100%;
  height: 610px;
  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; }

.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 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%;
  height: 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: Nunito, 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: block;
  position: fixed;
  top: 10px;
  left: 55px;
  z-index: 100000;
  padding: 0;
  background: none; }

#logo {
  max-width: 200px;
  max-height: 160px;
  height: 160px; }

#notdienst-box {
  position: absolute;
  bottom: -60px;
  right: 60px;
  color: #0060a9;
  font-weight: 400;
  font-family: Nunito, 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; }

/*
#notdienst-box span
{
	background-position-y: 6px;
	padding: 15px 0 15px 75px;
	height: 100px;
	line-height: 100px;
}
*/
#notdienst-box div {
  position: absolute;
  left: 18px;
  top: 45px;
  text-align: center;
  line-height: 1.9em;
  width: 220px;
  overflow: hidden;
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
  transform: rotate(15deg); }

#notdienst-box a {
  color: #0060a9;
  text-decoration: none; }

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

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

#notdienst-box em span {
  color: #999; }

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

#notdienst-box a[href^="tel"],
#notdienst-box a[href^="sms"] {
  color: #0060a9; }

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;
  border-left: 7px solid #da251d;
  padding: 15px 20px; }

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

#vaillant-logo {
  padding-bottom: 13px; }

#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: Nunito, 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); }

/* ==========================================================================
   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: #999 !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,
a.active-sidemenu-nav {
  color: #fff;
  background: #a7d1ef !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: 21px;
  margin: 20px 0 10px 0;
  color: #0060a9; }

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

.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: #0060a9;
  text-decoration: none; }

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

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

#prodList .textBox {
  color: #000; }

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

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

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

/* ==========================================================================
   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: #0060a9;
  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: #0060a9;
  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: Nunito, 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 #a7d1ef;
  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: #0093dd; }

.active-nav {
  color: #0093dd; }

.active-nav a {
  color: #0093dd !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: #0060a9;
  border: 1px solid #0060a9;
  text-shadow: 1px 1px 2px #00355d;
  text-align: center;
  font-family: Nunito, Arial, Helvetica, sans-serif;
  line-height: 1.2em; }

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

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

.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 #00355d;
  -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: 18px; }
  #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; }
  #kompetenzpartner-logo {
    float: none;
    top: 0; }
  #kompetenzpartner-logo img {
    width: 140px; }
  #logo {
    height: 120px; } }

@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; }
  .col-4-1, .col-4-2 {
    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: 400px; }
  .info-box {
    top: 40px; }
  .info-box h1 {
    font-size: 20px; }
  #logo-box {
    left: 10px; } }

@media (max-width: 640px) {
  h1 {
    font-size: 24px; }
  h2 {
    font-size: 24px; }
  h3 {
    font-size: 18px; }
  #logo {
    max-width: 300px; }
  .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; } }

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