@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"),
    url("../fonts/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff")
      format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"),
    url("../fonts/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff")
      format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url("../fonts/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff")
      format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: local("Open Sans Light Italic"), local("OpenSansLight-Italic"),
    url("../fonts/PRmiXeptR36kaC0GEAetxh_xHqYgAV9Bl_ZQbYUxnQU.woff")
      format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: local("Open Sans Italic"), local("OpenSans-Italic"),
    url("../fonts/xjAJXh38I15wypJXxuGMBobN6UDyHWBl620a-IRfuBk.woff")
      format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 700;
  src: local("Open Sans Bold Italic"), local("OpenSans-BoldItalic"),
    url("../fonts/PRmiXeptR36kaC0GEAetxjqR_3kx9_hJXbbyU8S6IN0.woff")
      format("woff");
}

* {
  margin: 0;
  padding: 0;
}
* {
  /* font-family: "Open Sans", sans-serif; */
  font-family: "Verdana", sans-serif;
  font-weight: 300;
}
html,
body {
  width: 100%;
  height: 100%;
}
div {
  position: relative;
}

.header-top {
  background-color: #140a05;
  background-image: url(../images/bg_footer.png);
}

.header-top > .row > .container {
  background-color: rgb(20, 10, 5, 0.65);
}

body {
  background-color: #e1d7c8;
}
body,
p {
  font-size: 11pt;
  line-height: 13pt;
  color: #000000;
  font-style: normal;
  text-decoration: none;
}
a {
  font-style: normal;
  text-decoration: none;
  color: #000000;
  cursor: pointer;
}
a:hover,
a.active,
a:visited {
  text-decoration: none;
  color: #000000;
}
img {
  border: 0px;
}
hr {
  border: 0px;
  border-bottom: 1px solid #000000;
  margin-top: 10px;
  margin-bottom: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 20pt;
  line-height: 22pt;
  color: #4e2005;
  font-style: normal;
  margin-bottom: 20px;
}
h2 {
  font-size: 18pt;
  line-height: 20pt;
}
h3 {
  font-size: 16pt;
  line-height: 18pt;
}
h4 {
  font-size: 15pt;
  line-height: 17pt;
}
h5 {
  font-size: 14pt;
  line-height: 16pt;
}
h6 {
  font-size: 13pt;
  line-height: 15pt;
}
ul {
  padding-left: 15px;
}

hr {
  border-color: currentcolor currentcolor #152b5c;
}

.clear {
  clear: both;
}
.zeromargin {
  margin: 0;
}
.zeropadding {
  padding: 0;
}
.gi-2x {
  font-size: 2em;
}
.gi-3x {
  font-size: 3em;
}
.gi-4x {
  font-size: 4em;
}
.gi-5x {
  font-size: 5em;
}

#footer {
  background-color: rgb(20, 10, 5, 0.85);
  padding-bottom: 20px;
}
#footer * {
  color: #ffffff;
}
#footer p {
  font-size: 9pt;
}

label {
  font-weight: normal;
}
.maxwidth {
  max-width: 300px;
}
.maxwidth-long {
  max-width: 450px;
}
.maxwidth-half {
  max-width: 150px;
}

.btn-primary:not(.btn-file) {
  border-width: 0;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

.btn {
  border-radius: 0;
}
.btn-primary {
  background-color: #4e2005;
  border: none;
  color: #fff;
  padding: 5px 12px;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #773b18!important; /* bootstrap doesnt like me */
}
.shopbutton {
	background-color: green!important;
}	

#overtopmenu * {
  font-weight: 800;
  font-size: 10pt;
}
.btn-warenkorb {
  background-color: #4e2005;
  border-color: #ffffff;
  border-radius: 0px;
  display: block;
  width: 100%;
  text-align: left;
}

.btn-warenkorb:hover {
  background-color: #773b18;
}

.topmenu_big {
  background-image: url(../images/bg_headnavi.png);
  padding-left: 0;
}
.topmenu_big a {
  display: inline-block;
  padding: 15px 20px;
  font-size: 12pt;
}
.topmenu_big ul {
  padding-left: 0;
}
.navbar-toggle {
  background-color: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 0;
}
.navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-collapse {
  padding: 0;
}
.navbar {
  margin-bottom: 0px;
}
.navbar {
  margin: 0;
}
.navbar li {
  list-style-type: none;
}
.navbar li a.active,
.navbar li a:hover,
.navbar-nav > li > a:focus {
  background-color: #445373;
}
.navbar li a {
  color: #ffffff;
  display: block;
}
.navbar li a {
  padding: 10px;
  display: block;
  position: relative;
}
.navbar li.children {
  margin-left: 30px;
  background-color: #152b5c;
}
.navbar .haschildren a,
.navbar .hasnochildren a {
  background-color: #152b5c;
  border-bottom: 1px solid rgba(101, 179, 225, 0.2);
}
.haschildren a,
.hasnochildren a {
  color: #000000;
  background-image: url(../images/bg_headnavi.png);
}
.haschildren a.active,
.hasnochildren a.active,
.haschildren a:hover,
.hasnochildren a:hover,
.haschildren a:focus,
.hasnochildren a:focus {
  background-image: url(../images/bg_headnavi_mo.png);
  color: #fff;
}
.dropdown ul li a {
  background-color: #152b5c;
  color: #ffffff;
}
.dropdown ul li a.active,
.dropdown ul li a:hover,
.dropdown ul li a:focus {
  background-color: #445373;
  color: #fff;
}
ul.dropdown li {
  z-index: 1;
  float: left;
  list-style-type: none;
}
ul.dropdown li.hover,
ul.dropdown li:hover {
  position: relative;
}
ul.dropdown ul {
  width: 220px;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
}
ul.dropdown ul li {
  float: none;
  border-bottom: 1px solid #ccc;
}
ul.dropdown ul li a {
  width: 100%;
  padding: 5px 12px;
}
ul.dropdown li:hover > ul {
  visibility: visible;
}
.dropdown {
  margin: 0;
  z-index: 11;
}
.dropdown ul {
  padding-left: 0;
  border: 1px solid #ccc;
  border-bottom: none;
  border-top: none;
}

.maincontainer {
  border: 1px solid black;
  background-color: white;
  border-top-width: 0px;
  border-bottom-width: 0px;
  padding-top: 30px;
  padding-bottom: 40px;
  border-style: solid;
  /**-webkit-border-image: -webkit-gradient(linear, 100% 0, 0 0, from(#faf6e8), to(#ccc9be))) 1 100%; **/
  -webkit-border-image: -webkit-linear-gradient(right, #faf6e8, #ccc9be) 1 100%;
  -moz-border-image: -moz-linear-gradient(right, #faf6e8, #ccc9be) 1 100%;
  -o-border-image: -o-linear-gradient(right, #faf6e8, #ccc9be) 1 100%;
  border-image: linear-gradient(to right, #faf6e8, #ccc9be) 1 100%;
}

#warenkorbhinzugefuegt {
  color: #4e2005; 
  display: none;
  width: 360px;
  height: 130px;
  position: fixed;
  bottom: 30px;
  right: -1px;
  background-color: #fff;
  border: 1px solid #4e2005;
}
.produkt {
  background-color: #fffbed;
  box-shadow: 0 0 3px #152b5c;
  text-align: center;
  margin-bottom: 30px;
}
.produkt:hover {
  box-shadow: 0 0 8px #152b5c;
}
.prodimg {
  height: 200px;
  padding: 10px;
}
.prodimg img {
  max-height: 200px;
}
.prodimg-teaser {
  background-color: #909090;
}
.prodimg-teaser h3 {
  width: 100%;
  position: absolute;
  bottom: 0px;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.75);
}
.prodtext {
  padding: 10px 10px 25px;
  background-image: url("../images/bg_footer.png");
  min-height: 100px;
}
.prodtext p{
  color: #a87b36;
}
.produkt h3 {
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  margin: 0 0 10px;
}
.preis {
  bottom: 10px;
  color: #fff;
  left: 0;
  position: absolute;
  right: 0;
}

.produkt_unterseite {
  border-radius: 0;
  border: 1px solid rgba(182, 0, 59, 0.1);
}

.warenkorbform .btn_warenkorb {
  padding: 5px;
  border: 1px solid lightgray;
}

#submenu ul {
  margin: 10px 0 0 -30px;
}

#submenu > ul > li {
  list-style-type: none;
  margin: 0;
}

#submenu > ul > li > a {
  color: #4e2005;
  font-size: 18px;
  padding: 10px 5px;
  display: block;
  border-bottom: 1px solid #4e2005;
}

#submenu > ul > li > a.maincat {
  padding: 21px;
  color: #4e2005;
  font-weight: bold;
  display: flex;
  align-items: center; 
  gap: 8px; 
}

#submenu > ul > li > a.maincat img {
  flex-shrink: 0; 
}

#submenu > ul > li > a.maincat.active,
#submenu > ul > li > a.maincat:focus,
#submenu > ul > li > a.maincat:hover {
  color: #fff;
  background: linear-gradient(to right, #4e2005 0%, white 99%);
}

#submenu > ul > li > a.subcat:focus,
#submenu > ul > li > a.subcat:hover,
#submenu > ul > li > a.subcat.active {
  color: #ffffff;
  background: linear-gradient(to right, #4e2005 0%, white 99%);
}

#submenu > ul > li > a.subcat::before {
  color: #4e2005;
}

#submenu > ul > li > a.subcat {
  font-weight: normal;
  padding: 10px 5px 10px 0;
  border-bottom: 1px solid #4e2005;
}

/* Pfeil direkt als Text vor Kategorie */
#submenu > ul > li > a.subcat span {
  margin-right: 8px;
  color: #4e2005;
}

/* Hover */
#submenu > ul > li > a.subcat:hover,
#submenu > ul > li > a.subcat.active,
#submenu > ul > li > a.subcat:focus {
  color: #ffffff;
  background: linear-gradient(to right,#4e2005 0%, white 99%);
}

#submenu > ul > li > a.subcat:hover span,
#submenu > ul > li > a.subcat.active span {
  color: #ffffff;
}

.carousel {
  display: inline-block;
}

.carousel-wrapper {
  text-align: center;
}

.carousel-inner > .item > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.carousel-control {
  width: 10%;
}

.stockcircle-red {
  background-color: #b00402;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  top: 50%;
  -ms-transform: translateY(25%);
  transform: translateY(25%);
}

.stockcircle-green {
  background-color: #006d18;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  top: 50%;
  -ms-transform: translateY(25%);
  transform: translateY(25%);
}

.stockcircle-yellow {
  background-color: #f68200;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  top: 50%;
  -ms-transform: translateY(25%);
  transform: translateY(25%);
}

.img-responsive {
	max-width: 200px;
	max-height: 200px;
	padding-bottom: 20px;
}