/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
 @font-face {
   font-family: "Source Sans Pro";
   src: url('../fonts/SourceSansPro-Light.ttf') format("truetype");
   font-weight: 300;
   font-style: normal;
 }
  @font-face {
    font-family: "Source Sans Pro";
    src: url('../fonts/SourceSansPro-Regular.ttf') format("truetype");
    font-weight: 400;
    font-style: normal;
  }
   @font-face {
     font-family: "Source Sans Pro";
     src: url('../fonts/SourceSansPro-Bold.ttf') format("truetype");
     font-weight: 700;
     font-style: normal;
   }
    @font-face {
      font-family: "Yesteryear";
      src: url('../fonts/Yesteryear-Regular.ttf') format("truetype");
      font-weight: 400;
      font-style: cursive;
    }
body {
  color: #212121;
  font-family: 'Source Sans Pro', sans-serif;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  border-top: 1px solid #00cbbf;
  text-align: center;
  margin-left:0;
  margin-bottom: 3rem;
}

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

a:hover {
  color: #05CFD3;
  text-decoration: none
}

h1 {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 3rem

}

h2 {
  font-weight: 700;
  margin-bottom: 3rem
}

@media (max-width: 767.99px) {
h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem
  }
}

td {
  vertical-align: top;
  margin-bottom: 1rem;
  padding: .5rem
}

.bg-gl {
  background: #f5f5f5
}

.revealOnScroll { opacity: 0; }

.btn-main {
  color: #fff;
  background-color: #05cfd3;
  border-color: #05cfd3;
  border-radius: 50px;
  padding: .5rem 1rem;
  font-size: 1.5rem;
}

.btn-main:hover {
  color: #fff;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.33);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.33);
  box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.33);
}

.btn-primary {
  background: #00D438;
  border-width: 0;
  border-radius: 50px;
  padding: .5rem 1rem
}

.btn-primary:hover {
  background: #00b830
}

.top {
  background: rgb(5,207,211);
  background: linear-gradient(180deg, rgba(5,207,211,1) 0%, rgba(251,251,251,1) 100%);
  position: fixed;
  top: 0;
  display: block;
  z-index: 5000
}

.logotop {
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
  padding: .5rem 2rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.62);
}

.refurb {
  font-family: 'Yesteryear', cursive;
  font-size: 3rem;
  font-weight: 400;
  color: #fff;
  padding: .5rem 2rem;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.62);
  float: right
}

.closed {
  background: red;
  margin: 50px 0 0;
  color: #fff;
  text-shadow: none;
  padding: 20px;
  text-align: center;
}
.closed h2 {
  margin-bottom: 10px;
}

@media (max-width: 767.99px) {
  .logotop {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    padding: .5rem .5rem 1.5rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.62);
  }
  .refurb {
    font-size: 1.5rem;
    color: #fff;
    padding: .5rem;
  }
}

.navbl {
  background: #2a2a2a;
  padding: .5rem 2rem .5rem
}

@media (max-width: 767.99px) {
  .navbl {
    padding: .5rem
  }
}

.navbl a {
  color: #fff;
}

.logopic {
  width: 100%;
  text-align: center;
  padding-right: 150px;
}

.logopic img {
  position: absolute;
  top: -50px;
  width: 150px;
  height: auto;
  z-index: 6000
}

@media (max-width: 767.99px){
  .logopic {
    padding-right: 100px;
  }
  .logopic img {
    top: -25px;
    width: 100px
  }
}

.rot90 {
    font-size: 1.125rem
}

/* The Overlay (background) */
.overlay {
 /* Height & width depends on how you want to reveal the overlay (see JS below) */
 height: 100vh;
 width: 0;
 position: fixed; /* Stay in place */
 z-index: 10000; /* Sit on top */
 left: 0;
 top: 0;
 background-color: rgb(0,0,0); /* Black fallback color */
 background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
 overflow-x: hidden; /* Disable horizontal scroll */
 transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
 position: relative;
 top: 25%; /* 25% from the top */
 width: 100%; /* 100% width */
 text-align: center; /* Centered text/links */
 margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
 padding: 8px;
 text-decoration: none;
 font-size: 36px;
 color: #818181;
 display: block; /* Display block instead of inline */
 transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
 color: #f1f1f1;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
 position: absolute;
 top: 20px;
 right: 45px;
 font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
 .overlay a {font-size: 20px}
 .overlay .closebtn {
   font-size: 40px;
   top: 15px;
   right: 35px;
 }
}

.phonelink a, .maillink a {
  font-size: 20px;
  position: fixed;
  bottom: 20px;
  width: 50px;
	height: 50px;
	border-radius: 100%;
	margin-right: 7px; /*space between*/
    display: flex;
    align-items: flex-start;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
  background: #fff;
  z-index: 5000;
}

.repa a {
  background: #f1d600;
  font-size: 100%;
  font-weight: 600;
  color: #2a2a2a;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: .25rem 1rem .375rem;
}

@media (max-width: 767.99px){
  .repa a {
    font-size: 60%;
    font-weight: 400;
    color: #2a2a2a;
    padding: .125rem .5rem;
    margin: 1rem 0 .25rem
  }
}

.phonelink a {
  right: 90px;
}

.maillink a {
  right: 20px;
  top: -15px
}


.phonelink a i, .maillink a i {
  align-self:center;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  margin: 0 auto;
  color: #dc6615;
}

.phonelink a i::before, .maillink a i::before {
  display:inline-block;
  text-decoration:none;
}

.phonelink a, .maillink a {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.36);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.36);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.36);
}

@media (min-width: 992px) {
  .phonelink, .maillink {
    display: none;
  }
}
.contactnav {
  width: 100%;
  background: rgba(169,169,169,0.8);
}

.topi {
  margin-top: 150px
}

.startbox {
    text-align: center;
    font-size: 1.25rem;
    padding: 1.5rem 1rem 2rem;
    margin: 0 0 3rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);-webkit-transition: box-shadow 0.3s ease-in-out 0s;
      -moz-transition: box-shadow 0.3s ease-in-out 0s;
      -o-transition: box-shadow 0.3s ease-in-out 0s;
      -ms-transition: box-shadow 0.3s ease-in-out 0s;
      transition: box-shadow 0.3s ease-in-out 0s;
}

.startbox:hover {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.4);
}

.startbox a {
  width: 100%
}

.startbox img {
  margin-bottom: 1rem
}

.vorteile {
  background: #E8E8E8;
  margin-bottom: 100px;
  padding-bottom: 50px;
  text-align: center;
  color: #7b7b7b
}

.vorteile i {
  font-size: 3.5rem;
  margin-bottom: 1rem;
  color: #05cfd3
}

.bewert {
  background: #e8e8e8;
  color: #7b7b7b;
  text-align: center;
  margin-bottom: 100px
}

.bewert i {
  font-size: 80%;
  color: #05CFD3
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev{
    display:block;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.genera {
  background: rgb(5,207,211);
  background: linear-gradient(180deg, rgba(5,207,211,1) 0%, rgba(224,254,255,1) 100%);
  border-radius: 5px;
  padding: 1.5rem 1.5rem 2rem;
  color: #fff
}

.genera p {
  color: #212121;
}

.genera h2 {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.62);
}

.genera .preis {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: bold;
  color: #212121
}

.genera .mws {
  color: #fff
}

section {
  padding: 50px 0px 100px;
}

@media (max-width: 767.98px) {
  section {
  }
  .topi {
    margin-top: 130px
  }
}

.prodtop {
  text-align: right
}

.prodtop a {
  color: #212121;
  line-height: 2.4rem;
  margin: 0 0 0 2rem
}

.prodtop a i {
  font-size: .85rem;
  margin-right: .25rem
}

.prodtop a:hover {
  color: #05CFD3
}

@media (max-width: 767.98px) {
  .prodtop {
    text-align: left
  }
  .prodtop a {
    margin: 0 1rem 2rem 0
  }
}

.prodbox {
  padding: 1.5rem 1rem 2rem;
  margin: 0 0 3rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);-webkit-transition: box-shadow 0.3s ease-in-out 0s;
    -moz-transition: box-shadow 0.3s ease-in-out 0s;
    -o-transition: box-shadow 0.3s ease-in-out 0s;
    -ms-transition: box-shadow 0.3s ease-in-out 0s;
    transition: box-shadow 0.3s ease-in-out 0s;
}

.prodbox:hover {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.4);
  box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.4);
}

@media (max-width: 767.99px) {
  .prodbox {
    margin: 3rem 0 2rem
  }
}

.prodbox img {
  margin-bottom: 1.5rem;
  width: 100%
}

.prodbox h3 {
  font-size: 1.125rem;
  margin-bottom: 1.5rem
}

.prodbox a {
  background: #00D438;
  padding: .5rem 1.25rem;
  margin: 2rem 0;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 1rem
}

.prodbox a i {
  font-size: .85rem;
  margin-right: .25rem
}

.prodbox span {
  display: block;
  width: 100%;
  text-align: right
}

.prodbox .preis {
  float: right;
  font-size: 1.75rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.reser {
  font-weight: bold;
  color: red
}

.garan {
  border-top: 1px solid #05CFD3;
  margin-top: 20px;
  padding-top: 10px;
  font-size: .75rem
}

.garan i {
  font-size: .75rem;
  margin-right: 5px;
}

@media (min-width: 992px) and (max-width: 1199.99px){
  .prodbox h3 {
    font-size: 1rem;
  }
  .prodbox a {
    padding: .375rem .75rem;
    margin: 2rem 0;
    font-size: .875rem
  }
  .prodbox a i {
    font-size: .75rem;
    margin-right: .125rem
  }
  .prodbox .preis {
    float: right;
    font-size: 1.5rem;
    line-height: 1.5rem;
    font-weight: 700;
  }
}

.datenblatt {
  background-color: #04B1B4;
  color: #fff;
  padding: .5rem 1.5rem;
  margin: 1rem 0 0;
  border-radius: 50px
}

.datenblatt:hover {
  color: #fff
}

.anleitung {
  background-color: #05CFD3;
  color: #fff;
  padding: .5rem 1.5rem;
  margin: 1rem 0 3rem;
  border-radius: 50px
}

.anleitung:hover {
  color: #fff
}

.prodbot {
  width: 100%;
  margin: 1rem 0;
  border-bottom: 1px solid #05CFD3
}

.prodpr-sm {
  font-size: 4rem;
  font-weight: bold;
  width: 100%;
  text-align: right;
  line-height: 3rem;
  margin-bottom: 1rem
}

.prodpr {
  font-size: 5rem;
  font-weight: bold;
  width: 100%;
  text-align: right;
  line-height: 3rem;
  margin-bottom: 1rem
}

.mws{
  font-size: .875rem;
  font-weight: normal;
  color: #d1d1d1
  }

.prodtxt{
  font-size: .875rem;
  border-top: 1px solid #05CFD3;
  border-bottom: 1px solid #05CFD3;
  padding: 1rem 0;
  margin-bottom: 2rem
}

.prodtxt h4{
  font-size: .875rem;
  font-weight: bold;
}

.bebox {
  padding: 1.5rem 1rem 2rem;
  margin-bottom: 3rem;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
  -webkit-transition: box-shadow 0.3s ease-in-out 0s;
  -moz-transition: box-shadow 0.3s ease-in-out 0s;
  -o-transition: box-shadow 0.3s ease-in-out 0s;
  -ms-transition: box-shadow 0.3s ease-in-out 0s;
  transition: box-shadow 0.3s ease-in-out 0s;
}

table {
  font-size: 80%;
  max-width: 100%
}

.bebox table {
  font-size: 100%;
  width: 100%
}

form {
  max-width: 100%;
  margin: 0 1rem
}

input, textarea {
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ededed;
  padding: .375rem;
  color: #a1a1a1
}

input[type="submit" i] {
  background: #00D438;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  font-size: 1.5rem
}

.kontakt i {
  font-size: 3rem;
  color: #05CFD3;
  margin: 1rem 0 1rem
}

footer {
  padding: 150px 3rem;
  color: #7b7b7b
}

footer a {
  color: #7b7b7b;
  line-height: 2rem
}

footer i {
  font-size: .75rem;
  margin-right: .25rem
}

.foot-top {
  width: 100%;
  text-align: center;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #E8E8E8
}

.adress h4 {
  margin-bottom: 0;
  font-size: 0.8rem;
  opacity: 0.5;
}

.adress i {
  font-size: 2rem
}

.foot-bot {
  float:right
}

.foot-bot a {
  margin-right: .5rem;
  color: #05CFD3;
  font-size: 80%;
}

@media (max-width: 767.99px) {
  footer {
    padding: 100px .5rem
  }
  .foot-bot {
    float:none
  }
}

.imp h2, .imp h3 {
  font-weight: 700;
  font-size: 2rem;
  margin: 2rem 0 1rem
}

.imp a {
  color: #05CFD3
}

/* Compatibility styles for frameworks like bootstrap, foundation e.t.c */
.xzoom-source img, .xzoom-preview img, .xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/* --------------- */

/* xZoom Styles below */
.xzoom-container {
  display: inline-block;
}

.xzoom-thumbs {
  text-align: left;
  margin-top: 10px;
}

.xzoom {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  margin: 0
}
.xzoom2, .xzoom3, .xzoom4, .xzoom5 {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

@media (max-width: 767.99px) {
  .xzoom {
    margin-top: 2rem
  }
}

/* Thumbs */
.xzoom-gallery, .xzoom-gallery2, .xzoom-gallery3, .xzoom-gallery4, .xzoom-gallery5 {
  border: 1px solid #cecece;
  margin-left: 5px;
  margin-bottom: 10px;
}

.xzoom-source, .xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
}

/* Everything out of border is hidden */
.xzoom-hidden {
  overflow: hidden;
}

/* Preview */
.xzoom-preview {
  border: 1px solid #888;
  background: #2f4f4f;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
}

/* Lens */
.xzoom-lens {
  border: 1px solid #555;
  box-shadow: -0px -0px 10px rgba(0,0,0,0.50);
  cursor: crosshair;
}

/* Loading */
.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: .7;
  background: url(../images/xloading.gif);
  width: 48px;
  height: 48px;
}

/* Additional class that applied to thumb when it is active */
.xactive {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(5,207,211,1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(5,207,211,1);
  box-shadow: 0px 0px 3px 0px rgba(5,207,211,1);
  border: 1px solid #03a7aa;
}

/* Caption */
.xzoom-caption {
  position: absolute;
  bottom: -43px;
  left: 0;
  background: #000;
  width: 100%;
  text-align: left;
}

.xzoom-caption span {
  color: #fff;
  font-family: Arial, sans-serif;
  display: block;
  font-size: 0.75em;
  font-weight: bold;
  padding: 10px;
}
