@charset "UTF-8";
/* Scss Document */
@font-face {
  font-family: 'TheSansLight';
  src: url("../fonts/thesans-b3-light.eot");
  src: local("☺"), url("../fonts/thesans-b3-light.woff") format("woff"), url("../fonts/thesans-b3-light.ttf") format("truetype"), url("../fonts/thesans-b3-light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TheSansSemiLight';
  src: url("../fonts/thesans-b4-semilight.eot");
  src: local("☺"), url("../fonts/thesans-b4-semilight.woff") format("woff"), url("../fonts/thesans-b4-semilight.ttf") format("truetype"), url("../fonts/thesans-b4-semilight.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TheSans';
  src: url("../fonts/TheSansOffice5_.eot");
  src: local("☺"), url("../fonts/TheSansOffice5_.woff") format("woff"), url("../fonts/TheSansOffice5_.ttf") format("truetype"), url("../fonts/TheSansOffice5_.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'TheSansBold';
  src: url("../fonts/thesans-b7-bold.eot");
  src: local("☺"), url("../fonts/thesans-b7-bold.woff") format("woff"), url("../fonts/thesans-b7-bold.ttf") format("truetype"), url("../fonts/thesans-b7-bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
#debuggerDiv {
  border: 1px solid #ccc;
  background-color: #F8FF00;
  height: 100px;
  display: none;
}
#actionDiv {
  display: none !important;
}
html {
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 1023px) {
  html {

  }
}
body {
  color: #222222;
  font: normal 1em/1.3em TheSansLight, Verdana, Arial, sans-serif;
  padding: 0;
  margin: 0;
  background-color: #fff;
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  body {
    background-color: transparent;
  }
}
h1 {
  font: normal 2.6em/1.2em TheSans, Verdana, Arial, sans-serif;
  color: #222222;
  margin-bottom: 0.4em;
}
h1 .inflate {
  font-size: 0.65em;
}
h2 {
  font: normal 1.7em/1.2em TheSans, Verdana, Arial, sans-serif;
  color: #009a49;
  margin-bottom: 0.5em;
}
.subpage {
  font: normal 2.1em/1.2em TheSans, Verdana, Arial, sans-serif;
  color: #009a49;
  margin-bottom: 0.5em;
}
h3 {
  font: normal 1.7em/1.2em TheSans, Verdana, Arial, sans-serif;
  color: #222222;
  margin-bottom: 0.5em;
}
.step {
  font-family: TheSans, Verdana, Arial, sans-serif;
  color: #009a49;
}
h4 {
  font: normal 1.3em/1.2em TheSansSemiLight, Verdana, Arial, sans-serif;
  color: #009a49;
  margin-bottom: 0.5em;
}
h5 {
  font: normal 1.3em/1.2em TheSans, Verdana, Arial, sans-serif;
  color: #009a49;
  margin: 0em 0em 0.3em 0em;
  padding: 0em;
}
h5 img {
  margin-right: 8px;
}
h5 a, h5 a:hover {
  color: #009a49;
}


.jumbotron {

  margin-bottom:0rem;

}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width:970px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
  }
}


.blue {
  color: #00a8e1;
}
.green {
  color: #009a49;
}
.yellow {
  color: #ffcb00;
}
.lightgreen {
  color: #8fd400;
}
.gray {
  color: #4d4e53;
}
.magenta {
  color: #cf0360;
}
.orange {
  color: #ea7125;
}
.arr {
  font-size: 1.4em;
  font-family: TheSansLight, Verdana, Arial, sans-serif;
  line-height: 50%;
  vertical-align: -1px;
}
.product-TT {
/*  text-transform: capitalize;*/
}

sup {
  font-size: 0.65em;
}
ul li {
  margin-bottom: 0.4em;
}
hr {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin: 1.0em 0 1.0em 0;
}
a {
  color: #00a8e1;
  cursor: pointer;
}


.hidden {
  display: none !important;
}
.ta-right {
  text-align: right;
}
.float-right {
  float: right;
}
.abstand-down {
  margin-bottom: 1em
}
.abstand-up {
  margin-top: 2.5em
}
.TOPgreenBarAround {
  background-color: #009a49;
  overflow: hidden;
  position: fixed;
  color: white;
  padding: 10px 0 7px 0;
  margin: 0;
  z-index: 1000;
  margin-top: -40px;
}
.TOPgreenBarAround .slogan {
  font-size: 0.9em;
}
.TOPgreenBarAround .slogan a {
  color: white;
  text-decoration: none;
}
.TOPgreenBarAround .slogan a:hover {
  text-decoration: underline;
}
.TOPgreenBarAround .call {
  text-align: right;
  font-size: 0.9em;
}
.TOPgreenBarAround .call a {
  color: white;
  text-decoration: none;
}
.TOPgreenBarAround .call a:hover {
  text-decoration: underline;
}
.navbar-light .navbar-brand {
  color: #009a49;
  margin: 0px;
  padding: 10px 0px 0px 0px;
}
.navbar-brand img {
  width: 186px;
  height: auto;
}


.navbar-brand {
  width: 280px
}
.kleiner img {
  width: 140px;
  height: auto;
}


.navbar {
  padding-left: 0px;
  margin-left: 0px;
  width: 100%;
  margin-top: 40px;
}
.navbar-light .navbar-brand img {
  margin: 0px 60px 0px 0px;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #009a49;
}
.navbar-light .navbar-nav .nav-link {
  color: #009a49;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #009a49;
}
.navbar-nav .nav-item {
  margin: 10px 10px 0 0;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #00a9e0;
}
.icon img {
  float: left;
  padding-right: 5px !important
}

@media only screen and (max-width: 1200px) {
  .navbar {
    padding-left: 0px;
    margin-left: 0px
  }
  .navbar-nav .nav-item {
    margin: 10px 5px 0 0;
  }
  .navbar-brand {
    width: 200px;
  }
  .navbar-brand img {
    width: 145px;
    height: auto;
  }
}

@media only screen and (max-width: 980px) {

  .navbar-collapse {
    padding: 10px 0px 5px 0px;
  }
  .navbar-toggler {
    margin: 15px 0px 0px 0px;
  }
  .icon {
    margin-bottom: 20px
  }
  .TOPgreenBarAround .slogan {
    font-size: 0.8em; display:none;
  }
    
hr {
  border: 0;
  height: 1px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin: 0.3em 0em 0.5em 0em !important ;
}
    
  .TOPgreenBarAround .call {
    font-size: 0.8em;
    text-align: left;
  }
  .TOPgreenBarAround {
    margin-top: -25px;
  }
  .navbar {
    margin-top: 25px;
  }
  .navbar-brand {
    width: 250px;
  }
  .navbar-brand img {
    width: 125px;
    height: auto;
  }
  .navbar-light .navbar-brand img {
    margin: 10px 90px 0px 0px;
  }
}


@media only screen and (max-width: 420px) {
      
  .abstand-up {
    margin-top: 0em
  }
}
@media only screen and (max-width: 360px) {
    
  .navbar-brand {
    width: 210px;
  }
  .navbar-light .navbar-brand img {
    margin: 0px 80px 0px 0px;
  }
        
  .TOPgreenBarAround .call {
    font-size: 0.75em;
    text-align: left;
     
  }
    
}

@media only screen and (max-width: 320px) {
      
   .TOPgreenBarAround .call {
    font-size: 0.65em;
    text-align: left;
       letter-spacing: -3%;
     
}
}
.st0:hover {
  fill: #ffffff !important;
}
.search {
  width: 95% !important;
  background: url("../img/icon/lupe.svg") no-repeat;
  background-position: right center;
}
/***************  CONTENT  *****************/

.content {
  margin: -460px auto 0 auto;
  padding: 40px 50px 50px 50px;
  z-index: 100;
  background-color: #fff;
}
@media only screen and (max-width: 1200px) {
  .content {
    padding: 20px 30px 30px 30px;
  }
  .categories {
    padding-right: 8px;
    padding-left: 4px;
  }
  .card-body {
    padding: 0.9rem 0.9rem 0.5rem 0.9rem;
  }
}
a.button {
  display: inline-block;
  background-color: #009a49;
  color: #fff;
  padding: 13px 100px;
  font: normal 1.3em/1em TheSansBold, Verdana, Arial, sans-serif;
  border-radius: 35px;
}
.startbox {
  height: 260px;
}
.startbox a:hover {
  text-decoration: none
}
.most-popular-box { margin:0 auto;  }
.most-popular img {
  max-width: 179px;
  width: 80% !important;

  height: auto !important;
  margin: 0 auto;
}
.categories img {
  max-width: 179px;
  width: 80% !important;
  max-height: 268px;
  height: auto !important;
  margin: 0 auto;
}
.product {
  width: 70%;
  margin: 0 auto;
}
.product-txt {
  max-width: 450px;
  width: 450px !important;
  max-height: auto;
  height: auto !important;
}
.product img {
  max-width: 250px;
  width: 100% !important;
  max-height: 375px;
  height: auto !important;
  margin: 0 30px 0 auto;
}
.categories a {
  color: #000 !important
}
.categories a:hover {
  color: #000;
  text-decoration: none !important
}
.most-popular a {
  color: #000
}
.most-popular a:hover {
  color: #000;
  text-decoration: none
}

.img-card {max-width:90%}

.img-radius-round {border-radius:4px;}

@media only screen and (max-width: 767px) {
.img-card {max-width:30%;}
}

/***************  Reiter im Detail  *****************/
.nav-tabs .nav-item .nav-link {
  color: #009a49
}
.nav-tabs .nav-item .active {
  color: #666 !important
}

 .shopping-card, .shopping-card-add {margin-top:30px; }

.reiter-description-img {float:left; width:60%}
.reiter-specification-img {float:left; width:70%}
.reiter-img {float:right; width:30%}
.reiter-img img {width:240px} 

@media only screen and (max-width: 980px) {
 .reiter-specification-img {float:none; width:100%}
  .product {
    width: 100%;
  }
  .product-txt {
    max-width: 250px;
    width: 250px !important;
    max-height: auto;
    height: auto !important;
  }
  .startbox {
    height: auto;
    max-height: 200px;
  }
  .categories img {
    max-width: 110px;
    width: 80% !important;
    max-height: 165px;
    height: auto !important;
    margin: 0 auto;
  }
  .most-popular img {
    max-width: 110px !important;
    width: 100%;
    max-height: 145px;
    height: auto;
    margin: 0 auto;
  }
  .card-body {
    padding: 0.6rem 0.6rem 0.5rem 0.6rem;
  }

}
@media only screen and (max-width: 780px) {
.reiter-description-img {float:none; width:100%}
.reiter-img {float:none; width:80%; margin:0 auto }
.reiter-img img {width:80%} 
  .startbox {
    height: auto;
    max-height: 320px;
  }
  .card-body {
    padding: 0.6rem 0.9rem 0.5rem 0.9rem;
  }
  .most-popular img {
    max-width: 110px !important;
    width: 100%;
    max-height: 155px;
    height: auto;
    margin: 0 auto;
  }
     .shopping-card {width:70%; margin: 0 auto 0 18%}
    .shopping-card-add {margin-top:0px; }
}


@media only screen and (max-width: 520px) {	
	.product { display:block;}
	.product-mitte {width: 90%; margin:0 auto} 
	.product  img { display:block;float:none; clear: both; width:90%;   margin:0 auto ; } }

.stick-quick {
	width: 100%;
	height: 45px;
    padding-top:8px;
    padding-bottom:0px; margin-bottom:0px;
    background: #fff;
   
	position: fixed;
	position: sticky;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	top: 40px;
	z-index: 99;
}

@media only screen and (max-width: 412px) {
    .stick-quick {
    height: 60px;}
    .quick-links {display: block; background: #fff}
  .nav-tabs .nav-item .nav-link {
    font-size: 90%
  }
  h1.product-TT {
    font-size: 160%
  }
}
@media only screen and (max-width: 340px) {
  .nav-tabs .nav-item .nav-link {
    font-size: 73%
  }
}
.textfeld, .freitext {
  width: 100%;
  line-height: normal;
  text-decoration: none;
  background: #fff;
  color: #333;
  border: 1px solid #ccc;
  margin-bottom: 8px;
  padding: 2px 4px 2px 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal 0.8em/1em TheSans, Verdana, Arial, sans-serif;
}
.textfeld {
  height: 25px;
}
.freitext {
  height: 165px;
}
.textfeld-K {
  width: 35%;
  line-height: normal;
  text-decoration: none;
  background: #fff;
  color: #333;
height: 25px;
  border: 1px solid #ccc;
  margin-bottom: 8px;
  padding: 2px 4px 2px 4px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font: normal 0.8em/1em TheSans, Verdana, Arial, sans-serif;
}
.senden {
  width: 100%;
  color: #fff;
  padding: 3px;
  border: 1px solid #009a49;
  background-color: #009a49;
  border-radius: 6px;
  cursor: pointer;
}
.basket {
  width: 116px;
  color: #fff;
  padding: 3px;
  margin-top: 10px;
  border: 1px solid #009a49;
  background-color: #009a49;
  border-radius: 2px;
  cursor: pointer;
}
.order-now {
  width: 65% !important;
  display: block;
  font-size: 120%;
  color: #fff;
  padding: 4px;
  margin: 0px auto;
  border: 1px solid #009a49;
  background-color: #009a49;
  border-radius: 6px;
  cursor: pointer;
}
a.order-now:link {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
a.order-now:hover {
  color: #b7e8ce;
  font-weight: bold;
  text-decoration: none;
}

.order-now2 {
  width: 85% !important;
  display: block;
  font-size: 120%;
  color: #fff !important;
  padding: 4px 10px;
  border: 1px solid #009a49;
  background-color: #009a49;
  cursor: pointer;
	position: absolute;
	bottom: 0;
}
a.order-now2:link {
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
}
a.order-now2:hover {
  color: #b7e8ce !important;
  font-weight: bold;
  text-decoration: none;
}

.order-now3 {
  width: 65% !important;
  display: block;
  font-size: 120%;
  color: #fff;
  padding: 4px;
  margin: 0px auto;
  border: 1px solid #009a49;
  background-color: #009a49;
  border-radius: 6px;
  cursor: pointer;
}
a.order-now3:link {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
a.order-now3:hover {
  color: #b7e8ce;
  font-weight: bold;
  text-decoration: none;
}

.in-basket {
  background-color: #c00;
  width: 165px;
}
.add-amount {
  width: 33px;
  height: 30px;
  color: #fff;
  font-weight: bold;
  padding: 0px;
  border: 1px solid #808687;
  background-color: #808687;
  border-radius: 0px;
  cursor: pointer;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .add-amount {
    margin-top: 0px;
  }
}
.nr {
  width: 50px !important;
  height: 30px !important;
  text-align: center;
  color: #000;
  padding: 0px;
  border: 1px solid #808687;
  border-radius: 0px;
}
.footer {
  font-size: 90%;
  background-color: #f5f8f9;
  background-image: url("../img/movement-lines-a17e4539.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 25%;
}
.footer a {
  color: #050505;
  padding-bottom: 5px;
}
.social-media img {
  width: 35px;
  height: auto;
}
/********************** Cookie Info ********************************/
#cookiebar {
  position: fixed;
  right: 10px;
  background: #fff;
  border: 10px solid #f1f1f1;
  height: 230px;
  width: 350px;
  bottom: 0;
  text-align: left;
  color: #666666;
  padding: 21px;
  z-index: 19999;
  box-sizing: border-box;
}
#cookiebar p {
  margin-bottom: 0;
}
#cookiebar a {
  color: #009dde;
  text-decoration: none
}
#cookiebar a:hover {
  color: #009dde;
  text-decoration: underline
}
#cookiebar #cookieOK {
  padding: 3px 10px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #009dde;
  margin-left: 0px;
  margin-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
#cookiebar .closeBuck {
  width: 35px;
  float: right;
  cursor: pointer;
  position: fixed;
  right: 10px;
  bottom: 0;
  padding-right: 10px;
  padding-bottom: 195px
}
.closeBuck img {
  width: 35px;
  height: 35px
}
/***********************************************/
/* Popup */
#popup-frame, #popup-frame2 {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
}

#popup, #popup2 {
  position: relative;
  background-color: #fff;
  width: 30%;
  margin-left: 35%;
  margin-top: 15%;
  padding: 20px;
  z-index: 999;
}

#popup2 {
	margin-top: 10%;
	width: 40%;
	margin-left:30%;
}

#popup2 a {
	color: #00a8e1;
}

.dashydash {
	border-left: 1px dashed #ccc;
	padding-left: 40px;
}

@media only screen and (max-width: 1600px) {
  #popup {
    width: 40%;
    margin-left: 30%;
  }
  #popup2 {
	width: 50%;
	margin-left:25%;
  }

}
@media only screen and (max-width: 1200px) {
  #popup {
    width: 50%;
    margin-left: 25%;
  }
  #popup2 {
	width: 60%;
	margin-left:20%;
  }
}
@media only screen and (max-width: 980px) {
  #popup, #popup2 {
    width: 80%;
    margin-left: 10%;
  }
  #popup2 {
	width: 90%;
	margin-left:5%;
  }

}
@media only screen and (max-width: 767px) {
  .dashydash {
	border-left: 0px dashed #ccc;
	padding-left: 15px;
	padding-top: 30px;
  }

}
.close-X {
  position: relative;
  float: right;
  margin-top: -15px;
  font-weight: bold;
  cursor: pointer;
  padding: 2px 5px;
  margin-right: -10px;
}
.greyButt, .redButt {
  display: inline-block;
  padding: 12px !important;
  width: 190px;
  text-align: center;
  border-radius: 2px;
}
.greyButt {
  background-color: #ddd;
}
.redButt {
  background-color: #009a49;
  color: #fff !important;
}
.redButt:hover {
  text-decoration: none;
}

/* Mouseover DD */
	.mobi { display: block; }
	.nomobi { display: none; }


	.dropdown-menu {
  padding: 0.5rem 0;
        margin: 0 0 0;}


@media (min-width: 979px) {
  ul.navbar-nav li.dropdown:hover > div.dropdown-menu {
    display: block;
  }
	
	.dropdown-menu {
		margin-top: 0;
	}
	.mobi { display: none; }
	.nomobi { display: block; }
}

.iframe-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	height: 0;
}

.iframe-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.transversic {
	display: none;
}

.property {	
	float: left;
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding: 5px 15px;
	margin-right: 10px;
	margin-top: 1px;
	margin-bottom: 10px;
	width: 200px;
	text-align: center;
	cursor: pointer;
}

.property.active, .property:hover {
	border-color: #009a49;
}

.property.active {
	border-width: 2px;
	margin-top: 0px;
	margin-bottom:9px;
}
