@charset "utf-8";
/* CSS Document */
:root {
	--blue: #1b8c4d;
	--darkblue: #114e8a;
	--green: #1b8c4d;
	--darkgreen: #10542E;
}
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/Assistant-Regular.ttf'); /* IE9 Compat Modes */
}
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/Assistant-Light.ttf'); /* IE9 Compat Modes */
}
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 600;
  src: url('fonts/Assistant-SemiBold.ttf'); /* IE9 Compat Modes */
}
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 800;
  src: url('fonts/Assistant-ExtraBold.ttf'); /* IE9 Compat Modes */
}
/* assistant-700 - latin */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/assistant-v3-latin-700.eot'); /* IE9 Compat Modes */
}

*, html, body,button, input, optgroup, select, textarea {
  font-family: "Assistant", sans-serif;
}
h1 {
  font-size: 36px;
  font-weight: 600!important;
  color: var(--green)!important;
}
div.glas a, div.beschlaege a {
	color: var(--green);
	font-size:24px;
	font-weight: 600;
}


.text-blau {
  color:  var(--green);
}
.text-black {
  color: #666;
}
.bg-blau {
  background-color:  var(--green);
}
.bg-black {
  background-color: #666;
}
.btn-gruen{
    background-color: var(--green);
    border: 1px solid var(--green);
    border-radius: 5px;
    padding: 14px;
    margin: 0;
    color: white;
    font-weight: 600;
}
.btn-gruen:hover {
    background-color: white;
    border-color: var(--darkgreen);
    padding: 14px;
    margin: 0;
    color: var(--green);
    font-weight: 600;
}
#Menue>div{
    margin-bottom:8px;
}
.stoerleiste {
  font-size: 20px;
  color: white;
}
.bg-light {
  background-color: #D8D8D8 !important;
}
* {
  box-sizing: border-box;
}
body, html, form, img {
  margin: 0;
  padding: 0;
  border: 0;
}
body, td, th {
  font-size: 18px;
}
header h1, header h2, header h3, header h4, header h5, header h6 {
  margin: 0;
  font-weight: 300;
  color:  var(--green);
}
.jumbotron h1 {
	margin:inherit;
}
h1 {
  font-size: 36px;
  font-weight: bold;
  color:  var(--green)!important;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 18px;
}
h6 {
  font-size: 12px;
}
a {
  color: #ccc;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: #497693;
}
a.linkbutton {
  background-color:  var(--green);
  color: #fff;
  display: inline-block;
  padding: 7px 15px;
  border: 1px solid  var(--green);
  border-radius: 3px;
}
a.backbutton:before {
  display: inline-block;
  font-family: "Font Awesome 5 Pro";
  content: "\f0d9";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  position: relative;
  top: 1px;
  margin-right: 3px;
}
a.linkbutton:hover {
  opacity: 0.6;
  transition: 0.2s all linear;
}
input, select {
  color: #333;
}
.bg-primary, .bg-success, .bg-info, .bg-warning, .bg-danger {
  padding: 20px;
}
.box_ok, .box_error, .box_hinweis, .alert {
  border-radius: 0;
  border-width: 0 0 0 5px;
  border-style: solid;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 10px;
}
.box_ok, .alert-success {
  background-color: #dff0d8;
  border-color: #468847;
  color: #468847;
}
.box_ok:before, .alert-success:before {
  content: '\f00c';
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
}
.box_error, .alert-danger {
  background-color: #c26565;
  border-color: #953b39;
  color: #fff;
  text-shadow: none;
}
.box_error:before, .alert-danger:before {
  content: '\f00d';
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
}
.box_hinweis, .alert-warning {
  background-color: #efe1b3;
  border-color: #dfb56c;
  color: #826430;
}
.box_hinweis:before, .alert-warning:before {
  content: '\f071';
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
}
.box_info, .alert-info {
  background-color: #d6dde7;
  border-color: #9cb4c5;
  color: #346597;
}
.box_info:before, .alert-info:before {
  content: '\f129';
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
}
.alert > a {
  color: #333;
  font-weight: bold;
}
.alert > a:hover {
  color: #555;
}
.formerror {
  border-color: #953B39;
  color: #953B39;
}
.c, .clear {
  clear: both;
  overflow: hidden;
  height: 1px;
}
#nosite {
  padding: 100px 0;
  text-align: center;
}
#nosite h1 {
  color: #e30613;
}
.ajaxframe {
  background: #000;
  color: #f4f4f4;
  padding: 20px;
  margin: -10px;
  min-width: 400px;
}
/* */
#ajax-loader {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  z-index: 1000000;
  display: none;
}
#ajax-loader img {
  margin: 35% auto 0;
}
.modal h1, .modal h2, .modal h3, .modal h4, .modal h5, .modal h6, .modal {
  color: #333;
}
.modal .modal-title {
  font-size: 24px;
}
/* Layout */
header {
  background: #fff;
}
header .navbar {
  margin-bottom: 0;
}
header .toplinks {
  margin: 10px 20px;
  color: #fff;
}
header .toplinks a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
header #smallcart {
  background: #fff;
  color: #666;
  padding: 10px;
  cursor: pointer;
  transition: all linear 0.3s;
  min-width: 150px;
}
header #smallcart:hover {
  background: #ddd;
  border-radius: 13px;
}
header #smallcart h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-wrap: none;
}
header #smallcart h4 {
  color: #999;
  font-size: 14px;
}
header #smallcart i {
  float: right;
  font-size: 46px;
}
/* ---- */
header .navcont {
  width: 100%;
  background: #ccc;
}
header .navbar-brand {
  display: block;
  height: auto;
  float: left;
  width: 200px;
	max-width:100%;
}
header .navbar-nav li a {
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000; /*border-left: 2px solid #fff;

border-top:10px solid #ff8b00;

margin-bottom:-10px;*/
}
header .navbar-nav li.active a {
  background: #fff;
}
header .navbar .navbar-toggle {
  border-bottom-color: #888;
  border-left-color: #888;
  border-right-color: #888;
  border-top-color: #888;
  background: #ccc;
}
header .navbar .navbar-toggle .icon-bar {
  background-color: #000;
  height: 3px;
}
nav.nav-left .nav-item, nav.nav-left {
  padding-left: 0;
}
nav.navi li a.nav-link:hover {
  color:  var(--green);
  font-weight: bold;
}
nav.nav-left > ul.nav ul{
	list-style: none;
	padding-left: 15px;
}

nav.nav-left > ul.nav li ul a i{
	color: #ccc;
}
.navbutton {
  display: none;
  color:  var(--green);
  padding: 6px 8px;
  border: 3px solid  var(--green);
  border-radius: 5px;
  width: 50px;
  height: 50px;
  text-align: center;
}
.row.kat:hover {
  opacity: 0.75;
}
header .headpic {
  width: 100%;
  height: 40%;
  max-height: 400px;
  overflow: hidden;
  position: relative;
}
header .headpic img {
  width: 100%;
  max-width: 2100px;
  height: auto;
}
header .navbar-header.navbar-right {
  clear: right;
}
header #headnews {
  position: absolute;
  background: #fff;
  padding: 20px;
  right: 10px;
  top: 10px;
  height: 95%;
  max-width: 500px;
}
header #headnews h1 {}
header #headnews h2 {
  font-weight: 600;
}
header #headnews p {}
header #headnews .carousel-caption {
  background: rgba(0, 0, 0, 0.5);
  top: 40px;
  cursor: pointer;
}
header #headnews .carousel-caption:hover {
  background: rgba(0, 0, 0, 0.8);
}
header #headnews .carousel-control {
  display: none;
}
header .carousel-inner {
  max-height: 100%;
  overflow: hidden;
}
main {
  line-height: 1.5;
  padding: 10px 0;
  background: #fff;
}
main > .container > .row {
  margin: 30px 0;
}
main h1.headline {
  margin-bottom: 5px;
}
main h2 {
  color: #999;
  margin-bottom: 5px;
  font-weight: bold;
}
#leftmenue { /*
padding-top: 20px;*/
}
#leftmenue a {
  text-decoration: none;
  display: block;
  color: #000;
  font-size: 15px;
  padding: 2px 7px;
  margin: 5px 0px 0px;
  border-left: 5px solid #444;
  background: #ccc;
}
#leftmenue a:not(.subm):before {
  content: '\f18e';
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
}
#leftmenue a.activeLM {
  background: #ccc;
  color: #000;
}
#leftmenue a.activeLM:before {
  content: '\f01a';
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
}
#leftmenue a:hover, #leftmenue a.subm:hover {
  text-decoration: none;
  background: #777;
  color: #fff;
  border-color: #fff; /*transition:all 0.1s linear;*/
}
#leftmenue a.noLMborder {
  border-bottom: none;
}
#leftmenue a.subm {
  font-size: 12px;
  margin: 0px;
  border-left: 5px solid #999;
  padding: 4px 7px 4px 20px;
  background: rgb(238, 238, 238);
}
#leftmenue a.subm:before {
  content: '\f0da';
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
}
#leftmenue a.subm.activeLM {
  background: #ccc;
  color: #000;
  border-color: #444;
}
#leftmenue a.subm_1 {}
#leftmenue a.subm_2 {
  padding-left: 30px;
}
#leftmenue a.subm_3 {
  padding-left: 40px;
}
#innercontent {
  float: left;
}
.breadcrumb {
  background-color: #000;
  border-radius: 0;
  font-size: 12px;
  border-bottom: 2px dashed #333;
}
footer, footer a {
  font-size: 18px;
  color: var(--darkgreen);
  font-weight: 400;
  line-height: 1.5;
}
footer a:hover {
  color: #ccc;
}
.logo-footer {
  width: 150px;
}
ar footer h1 {
  font-weight: 600;
  margin-bottom: 5px;
}
footer .topfooter {
  padding: 20px 0;
}
footer .topfooter .col-md-7 img {
  margin-top: 20px;
  width: 100%;
  max-width: 227px;
  height: auto;
}
footer .topfooter .col-md-5 p {
  padding-right: 25px;
}
footer .topfooter .col-md-5 h1:not(:first-child) {
  margin-bottom: -23px;
}
footer .bottomfooter {
  background: #333;
  color: #dfdfdf;
  padding: 20px;
  font-size: 13px;
}
footer .bottomfooter a {
  color: #dfdfdf;
}
footer .bottomfooter a:hover {
  color: #fff;
}
/* Bootstrap */
.btn-default {
  color: #ffffff;
  background-color: #464545;
}
.btn-default:focus, .btn-default.focus {
  color: #ffffff;
  background-color: #2c2c2c;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #2c2c2c;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #ffffff;
  background-color: #2c2c2c;
}
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
  color: #ffffff;
  background-color: #1a1a1a;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #464545;
}
.btn-default .badge {
  color: #464545;
  background-color: #ffffff;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #375a7f;
}
.btn-primary .badge {
  color: #375a7f;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #00bc8c;
}
.btn-success:focus, .btn-success.focus {
  color: #ffffff;
  background-color: #008966;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #008966;
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #008966;
}
.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #00654b;
}
.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #00bc8c;
}
.btn-success .badge {
  color: #00bc8c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #3498db;
}
.btn-info:focus, .btn-info.focus {
  color: #ffffff;
  background-color: #217dbb;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #217dbb;
}
.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #217dbb;
}
.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #1c699d;
}
.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  background-color: #3498db;
}
.btn-info .badge {
  color: #3498db;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f39c12;
}
.btn-warning:focus, .btn-warning.focus {
  color: #ffffff;
  background-color: #c87f0a;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #c87f0a;
}
.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #c87f0a;
}
.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #a66908;
}
.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
  background-color: #f39c12;
  border-color: #f39c12;
}
.btn-warning .badge {
  color: #f39c12;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.btn-danger:focus, .btn-danger.focus {
  color: #ffffff;
  background-color: #d62c1a;
  border-color: #921e12;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #d62c1a;
  border-color: #cd2a19;
}
.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d62c1a;
  border-color: #cd2a19;
}
.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #b62516;
  border-color: #921e12;
}
.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #e74c3c;
  border-color: #e74c3c;
}
.btn-danger .badge {
  color: #e74c3c;
  background-color: #ffffff;
}
.btn-link {
  color: #0ce3ac;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #0ce3ac;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 18px 27px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm, .btn-group-sm > .btn {
  padding: 6px 9px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
/* Startseite */
.startart > div {
  cursor: pointer;
  padding: 10px;
  transition: all linear 0.3s;
}
.startart > div:hover {
  background: #fff;
  color: #000;
}
.startart > div:hover h1 {
  color: #000;
}
.startart > div img {
  width: 100%;
  margin-bottom: 10px;
  display: block;
  height: auto;
  max-width: 350px;
}
.startart > div h1 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
}
.startart > div > div.preis {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  text-align: right;
  font-size: 24px;
}
.startart > div a.more {
  display: none;
}
.topmarken {
  background: #dfdfdf;
  color: #333;
}
.topmarken h1 {
  color: #333;
}
.topmarken .row {
  margin: 30px 0;
}
.topmarken h1.headline {
  margin-bottom: 10px;
}
/* SHOP */
.shoprow {
  padding: 1rem;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: 3rem;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}
.shoprow .card-body {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}
.shoprow:hover {
  background: rgba(51, 51, 51, 0.29);
  transition: all linear 0.3s;
}
.shoprow:hover h1 {}
.shoprow h2 {
  color: #fff;
}
.shoprow:hover h2 {}
.shoprow img.pic {
  float: left;
  margin-right: 10px;
}
.shoprow h1 {
  font-size: 34px;
  font-weight: bold;
  color:  var(--green);
}
.shoprow h2 {
  font-size: 24px;
  color: #666;
  font-weight: normal;
  margin-top: -12px;
  line-height: 1.5;
}
.preis {
  font-size: 34px;
  color:  var(--green);
  margin-top: 30px;
  font-family: "Assistant";
  font-weight: bold;
  line-height: 1.5;
}
.oldpreis {
  text-decoration: line-through;
  float: right;
  color: #ccc;
  margin-bottom: -30px;
}
.preis span {
  font-size: 14px;
  display: block;
}
.preis sup, .oldpreis sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.25em;
}
.preishinweis {
  color: #666;
  font-size: 11px;
  padding: 5px;
}
#wkform .preishinweis {
	text-align: right;
}
.erwerbsberechtigung {
  border-radius: 0;
  border-width: 0 0 0 5px;
  border-style: solid;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 10px;
  background-color: #c26565;
  border-color: #953b39;
  color: #fff;
  display: inline-block;
}
.erwerbsberechtigung span {
  font-weight: bold;
}
.erwerbsberechtigung:before {
  content: '\f071';
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
}
.dashedline {
  height: 1px;
  margin: 15px 0 14px 0;
  border-bottom: 1px dashed #aaa;
}
.slider {
  width: 200px;
  display: block;
  float: left;
  margin: 10px 30px 0 0;
}
.sliderlabel span {
  color: #ccc;
  display: block;
  position: absolute;
  text-align: right;
  width: 200px;
  font-size: 11px;
  margin-top: 3px;
}
.ui-slider {
  margin-top: 5px;
}
.ui-slider-handle {
  border: 1px solid #ccc !important;
  background: rgb(169, 3, 41) !important; /* Old browsers */
  background: -moz-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%) !important; /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(169, 3, 41, 1)), color-stop(44%, rgba(143, 2, 34, 1)), color-stop(100%, rgba(109, 0, 25, 1))) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%) !important; /* IE10+ */
  background: linear-gradient(to bottom, rgba(169, 3, 41, 1) 0%, rgba(143, 2, 34, 1) 44%, rgba(109, 0, 25, 1) 100%) !important; /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90329', endColorstr='#6d0019', GradientType=0) !important; /* IE6-9 */
}
/* Warenkorb */
#wkform {
  padding: 10px;
  margin-bottom: 30px;
}
#wkform table td, #wkform table th {
  padding: 5px;
}
#wkform input, #wkform select, #wkform textarea {
  border: 1px solid #ccc;
  font-size: 16px;
  padding: 5px;
  border-radius: 2px;
  color: #333;
}
#wkform table td img {
  display: block;
  float: left;
  margin-right: 10px;
  width: 60px;
}
.anzahl {
  width: 30px;
  text-align: center;
}
.wk_buttbox {
  text-align: center;
  margin: 20px 10px;
}
.wk_buttbox button {
  font-size: 18px;
  line-height: 45px;
  border: none;
  cursor: pointer;
  margin: 0 0 0 10px;
  padding: 0 10px;
}
.wk_table th {
  background:  var(--green);
  color: #fff;
  font-size: 16px;
}
.wk_table td {
  font-size: 14px;
}
.wk_table tr.he:hover td {
  background: #c8eaff;
}
.wk2_table {
background: #F9F2B6;
    border-radius: 7px;
    color: #333;
    max-width: 870px;
}
.wk2_table hr {
  color: #ccc;
  background: #ccc;
  border-color: #ccc;
}
.wk_table span[class^='lagerstatus_'], .wk2_table span[class^='lagerstatus_'] {
  font-size: 12px;
  text-align: left;
}
/* Shop Detail */
#shopdetail h1, #shopdetail h2, #shopdetail h3 {
  font-size: 150%;
  line-height: 1.5;
}
#shopdetail {
  padding: 40px 0;
}
#shopdetail h1 {
  font-size: 36px;
}
#shopdetail h2 {
  color: #999;
}
#shopdetail #beschreibung {
  margin-top: 20px;
}
/*#shopdetail #rightdetails {
	float: right;
	width: 350px;
	margin: 0 0 20px 20px;
}*/
#shopdetail .subh1 {
  font-size: 18px;
  margin-top: 0;
}
#shopdetail .preis {
  font-size: 32px;
  float: none;
  max-width: 330px;
}
#shop_attribute {
  margin-top: 30px;
}
#shop_attribute h3 {
  color: #ccc;
  font-weight: bold;
}
#shop_attribute ul {}
#shop_attribute ul li {
  line-height: 180%;
}
/* Warenkorbform */
/*.divformframe{
margin-top:20px;

}

#wkform{
margin:10px 0;
padding:0;	

}*/
.card a .card-body {
  max-width: 250px;
  max-height: 250px;
  overflow: hidden;
}
.card-img-top {}
#wkanz {
  border: 1px solid #ccc !important;
  text-align: center;
  width: 43px;
  height: 45px;
  margin: 0;
  padding: 0;
  outline: none;
  font-size: 24px;
}
/*#wkbutton {	background-color:  var(--green);
	color: #fff;
	display: inline-block;
	padding: 7px 15px;
    border-radius:3px;

	background-position: left;
	font-size: 18px;
	line-height: 45px;
	border: none;
	cursor: pointer;
	margin: 0 0 0 10px;
}
#wkbutton:hover {
	opacity: 0.7;
}*/
/* Kontaktform */
#kontaktform {
  margin-top: 20px;
}
#kontaktform #kontakticon {
  float: left;
  margin-right: 10px;
}
#kontaktform h2 {
  color:  var(--green);
  font-size: 20px;
  vertical-align: central;
  margin-bottom: 40px;
}
#kontaktform h2 span.glyphicon {
  font-size: 46px;
}
#kontaktform h2 span:nth-child(2) {
  position: absolute;
  display: inline-block;
  margin: 10px;
}
#kontaktform .col-sm-6:nth-child(2) {
  padding-top: 40px;
}
#kontaktform .col-sm-6 p {
  line-height: 180%;
  margin-bottom: 40px;
}
#kontaktform .col-sm-6 p .glyphicon {
  font-size: 24px;
}
#kontaktform .col-sm-6 p span:not(.glyphicon) {
  display: inline-block;
  position: absolute;
  margin-left: 10px;
  margin-top: -2px;
}
#kontaktform textarea {
  min-height: 130px;
}
#kontaktform .form2 > .form-group {
  width: 50%;
  float: left;
}
#kontaktform .form2 > .form-group:nth-child(2) {
  padding-left: 10px;
}
#kontaktform button {
  color: #000;
  background-color: #ccc;
  font-size: 16px;
  line-height: 40px;
  border: none;
  padding: 0 20px;
  cursor: pointer;
  margin: 20px auto;
  display: block;
}
#kontaktform button:hover {
  opacity: 0.7;
}
#kontaktform .g-recaptcha > div > div {
  margin: 20px auto;
}
/*.dropdown {
	width: 205px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
dropdown img {
	position: absolute;
	right: 0;
	padding: 7px 5px;
}
.dropdown a {
	display: none;
	margin-left: 5px;
}
.dropdown div {
	background: #FFF;
	position: absolute;
	border: 1px solid #ccc;
	width: 205px;
	overflow: auto;
	line-height: 20px;
}
.dropdown ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: auto;
	display: none;
}
.dropdown ul li {
	padding: 3px 0;
	margin-bottom: 2px;
	overflow: auto;
}
.dropdown ul li.sel {
	background: #eee;
}
.dropdown ul li:hover {
	background: #FFEAF4 !important;
}
.dropdown span {
	display: block;
	margin: 3px 20px 3px 3px;
	padding-left: 5px;
}
.dropdown span.activebox {
	background-color: #ccc;
	color: #fff;
	font-size: 11px;
}
.dropdown ul li label {
	float: left;
	display: block;
	cursor: pointer;
	width: 87%;
}
.dropdown ul li input {
	float: left;
	display: block;
	cursor: pointer;
}*/
.ddopen {
  overflow: scroll;
  box-shadow: #CCC 2px 2px 10px;
}
#resetAll {
  float: right;
  margin: 10px 5px 0px;
}
.lagerstatus_1 {
  color: red;
  text-align: right;
  display: block;
}
.lagerstatus_2 {
  color: green;
  text-align: right;
  display: block;
}
.lagerstatus_ne {
  color: red;
  display: block;
  font-size: 12px !important;
}
/* Versandkostentabelle */
.versandtabelle {
  border: 0px solid #ccc;
}
.versandtabelle tr td, .versandtabelle tr th {
  border-bottom: 1px solid #ccc;
}
.versandtabelle th {
  text-align: center;
  font-size: 15px;
  color: #ccc;
  padding: 5px;
}
.versandtabelle td {
  width: 80px;
  text-align: center;
  padding: 5px;
}
/* Akrtuelle / Nachrichten */
#aktuelles_uebersicht div {
  background: #333;
  padding: 20px;
  margin: 20px 0;
  cursor: pointer;
  overflow: auto;
}
#aktuelles_uebersicht div:hover {
  background: #fff;
  color: #000;
  transition: all linear 0.3s;
}
#aktuelles_uebersicht div img, #aktuelles_uebersicht div time {
  float: right;
  clear: right;
  font-size: 12px;
}
/* Suche */
.searchframe {
  display: none;
  background: #FFF;
  border: #bbb 1px solid;
  box-shadow: #bbb 0px 10px 10px;
  height: 0px;
  width: 456px;
  /*margin-top:46px;*/
  right: 16px;
  position: absolute;
  z-index: 10000;
  text-align: left;
  padding: 10px;
  overflow: auto;
}
.searchresults2 {
  padding-top: 20px;
}
.searchresults p {
  color: #999;
  margin: 10px 0 0;
  font-size: 12px !important;
}
.searchresults a {
  color: #497693;
}
.searchresults2 p {
  margin: 0px;
  font-size: 12px !important;
}
.searchresults h3, .searchresults2 h3 {
  font-size: 16px;
}
.searchresults2 > div:not(.c) {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid  var(--green);
}
.searchresults2 > div:not(.c):hover {
  opacity: 0.8;
  cursor: pointer;
}
.searchresults2 .pic {
  float: left;
  margin-right: 10px;
}
.searchresults2 div.preis {
  background:  var(--green) !important;
  float: right;
  font-size: 18px;
  color: #fff;
  padding: 10px;
  margin-top: 0px;
  text-align: right;
  width: 150px;
  clear: right;
}
p.snofound {
  color: #900 !important;
  text-align: center;
  margin: 100px 0;
}
/* sonstiges */
.tbpic {
  margin: 8px 4px 0;
}
#pagenumbers_top {
  float: left;
}
.seitenzahlen {
  margin-top: 10px;
  background: #fff;
  padding: 10px;
}
.seitenzahlen a {
  text-align: center;
  display: inline-block;
  margin: 0 2px;
}
/* Media Queries */
@media(max-width:1560px) {
  /*     nav.navi {
        position: absolute;
        left: -1205px;
        top: 256px;
         transition: all 0.5s;
         width:100%;
    }   
    nav.navi.open {
        position: absolute;
        z-index: 25;
        left: 0;
        top: 256px;
        background-color: #fff;
        transition: all 0.5s;
        box-shadow: 0 8px 5px 0 rgba(0,0,0,0.25);
    }  
    .navi.open li {
        padding-bottom: 20px;
        padding-right: 40px;
    }
    .navbutton {
        position: absolute;
        border-radius: 5px;
        text-align: center;
        top: 198px;
        left: 15px;
        cursor: pointer;
        z-index: 262;
        display: block;            
        width: 45px;
        height: 45px;
        padding: 3px;
        color:  var(--green);
        border: 3px solid  var(--green);
        background-color: #fff;
    } */
  i.close::before {
    content: "\f00d";
    position: relative;
    right: 3px;
    transition: all 1s;
    color:  var(--green);
  }
}
@media(max-width:1280px) {
  header .nav-link.blau {
    font-size: 20px;
  }
  .versandagbkontakt {
    font-size: 17px;
  }
  header #smallcart h3 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 18px;
    font-weight: 600;
  }
  .preis {
    font-size: 30px;
  }
}
@media(max-width:1024px) {}
@media(max-width:950px) {
  header .navbar-form .form-group input {
    width: 90px;
  }
  .headtext {
    display: none;
  }
}
@media(max-width:830px) {
  header .navbar-form .form-group {
    display: none;
  }
}
@media(max-width:768px) {
  header .toplinks > div:not(#smallcart) {
    display: none;
  }
  header .toplinks #smallcart .glyphicon {
    font-size: 24px;
  }
  header .toplinks #smallcart h3 {
    font-size: 18px;
  }
  header .toplinks #smallcart span:not(.glyphicon) {}
}
@media(max-width:530px) {}