body {
  background-color: #dfdfdd;
  background-image: url("../../img/kauartikel/dog.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  font-family: 'Comic Sans MS', sans-serif !important;
  font-size: 13px;
  color: #7d8386;
  -hyphens: auto;
  position: relative;
}
aside .box {
  background: #F5F1E8;
  border-radius: 20px;
  margin-right: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.advantage {
    color: #5c7128;
}

.OrderController .last {
  margin-right: 0px;
}
p {
  font-family: 'Comic Sans MS', sans-serif;
  font-size: 13px;
  color: #7d8386;
}
a,
a:active,
a:focus {
  color: #5c7128;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: 0.2s ease-in 0s;
  -moz-transition: 0.2s ease-in 0s;
  -ms-transition: 0.2s ease-in 0s;
  -o-transition: 0.2s ease-in 0s;
  transition: 0.2s ease-in 0s;
  outline: none;
  font-family: 'Comic Sans MS', sans-serif;
}
a:hover {
  text-decoration: underline;
  color: #5c7128;
}
h5,
.h5,
h5 a,
.h5 a {
  font-size: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: #5c7128 !important;
  font-family: 'Comic Sans MS', sans-serif !important;
  font-weight: bold;
  text-transform: uppercase;
}
ul {
  margin: 0;
  padding: 0;
}
ul.check {
  list-style-type: none;
}
ul.check li {
  line-height: 200%;
}
ul.check li:before {
  content: url("../../img/kauartikel/check.png");
  margin-right: 5px;
}
.kabutton {
  background: #5c7128 !important;
  color: #FFF !important;
  border: none !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  padding: 8px 15px 4px 15px !important;
  -webkit-transition: 0.2s ease-in 0s;
  -moz-transition: 0.2s ease-in 0s;
  -ms-transition: 0.2s ease-in 0s;
  -o-transition: 0.2s ease-in 0s;
  transition: 0.2s ease-in 0s;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  cursor: pointer;
}
.kabutton:hover {
  text-decoration: none !important;
  color: #FFF !important;
}
.clear {
  clear: both;
}
.margin {
  margin-bottom: 30px;
  clear: both;
}
.halfmargin {
  margin-bottom: 15px;
  clear: both;
}
.topmenu {
  height: 85px;
}
.topmenu p {
  color: #7a7a79;
  margin: 0;
  font-size: 12px;
  line-height: 125px;
}
.topmenu p a {
  color: #7a7a79;
  font-weight: bold;
  text-decoration: underline;
  font-size: 12px;
}
header {
  margin-bottom: 40px;
}
header .cartmenu {
  float: right;
  padding: 10px 50px 10px 0;
  background-image: url("../../img/kauartikel/cart.png");
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 12px;
  color: #7a7a78;
  margin-left: 30px;
  text-decoration: none;
}
header .myshopmenu {
  float: right;
  padding: 10px 50px 10px 0;
  background-image: url("../../img/kauartikel/myshop.png");
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 12px;
  color: #7a7a78;
  text-decoration: none;
}
header .notepadmenu {
    float: right;
    padding: 10px 30px 10px 0;
    background-image: url("../../img/kauartikel/notepad2.png");
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 12px;
    color: #7a7a78;
    text-decoration: none;
    margin-right: 15px;
}
header .tabcat {
    float: right;
    font-size: 12px;
    color: #7a7a78;
    text-decoration: none;
    margin-right: 15px;
    line-height: 40px;
    padding-right: 50px;
    position: relative;
}
header .tabcat span {
    color: #d4b886;
    font-size: 25px;
    position: absolute;
    top: 5px;
    right: 0;
}
header .mainmenu {
  background: #cbae80;
  background: -moz-linear-gradient(top, #cbae80 0%, #c3a26d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cbae80), color-stop(100%, #c3a26d));
  background: -webkit-linear-gradient(top, #cbae80 0%, #c3a26d 100%);
  background: -o-linear-gradient(top, #cbae80 0%, #c3a26d 100%);
  background: -ms-linear-gradient(top, #cbae80 0%, #c3a26d 100%);
  background: linear-gradient(to bottom, #cbae80 0%, #c3a26d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cbae80', endColorstr='#c3a26d', GradientType=0);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  height: 75px;
  margin-top: 15px;
}
header .mainmenu ul.navigation {
  padding-left: 15px;
  float: left;
}
header .mainmenu ul.navigation li {
  display: inline-block;
  list-style: none;
  line-height: 75px;
  margin-right: 15px;
}
header .mainmenu ul.navigation li a {
  color: #FFF;
  font-size: 14px;
  text-decoration: none;
}
header .mainmenu form {
  float: right;
  margin-top: 10px;
  height: 55px;
  position: relative;
  margin-right: 15px;
}
header .mainmenu form input[type="search"] {
  width: 340px;
  height: 55px;
  line-height: 55px;
  color: #d4b886;
  font-weight: bold;
  font-size: 14px;
  padding-left: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  box-shadow: none;
  border: none;
}
header .mainmenu form button {
  height: 55px;
  border-top-right-radius: 20px;
  -webkit-border-top-right-radius: 20px;
  -moz-border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  background-image: url("../../img/kauartikel/search.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 65px;
  background-color: #d6bf95;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
}
header .agb ul {
  float: right;
}
header .agb ul li {
  list-style: none;
  display: inline-block;
  margin-left: 15px;
}
header .agb ul li a {
  color: #7a7a78;
  font-size: 12px;
  text-decoration: none;
}
.page {
  background: #FFF;
  box-shadow: 0 0 2px 2px #a9a9a9;
  padding-top: 30px;
  padding-bottom: 30px;
}
.index .bx-viewport {
  border: none;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  left: 0;
}
.index .bx-pager {
  position: absolute;
  width: auto;
  right: 20px;
  top: 20px;
}
.index .bx-wrapper .bx-pager.bx-default-pager a {
  background: #FFF;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.index .bx-wrapper .bx-pager.bx-default-pager a:hover,
.index .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #5c7128;
}
.index .bxslider .caption {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #FFF;
  padding: 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  width: 70%;
}
.index .bxslider .caption .h3 {
  font-size: 17px;
}
.index .bxslider .caption p {
  color: #7a7a79;
  margin: 0;
}
.index .bxslider .caption a {
  color: #5c7128;
  text-decoration: underline;
}
.index .indexmenu {
  background: #f5f1e8;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px;
  min-height: 225px;
}

.infobox--top {
    padding: 5px 20px;
    background-color: #fff;
    box-shadow: 0 0 2px 2px #a9a9a9;
}

.index .indexmenu h4 {
  font-size: 15px;
  margin-bottom: 8px;
}
.index .indexmenu p {
  color: #7a7a79;
}
.index .indexmenu a {
  color: #7a7a79;
}
.index .bannerbox {
  background: #e1e9d4;
  padding: 20px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.desktop-productbox {
  border: 1px solid #dededd;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 15px;
  position: relative;
  height: 300px;
  margin-bottom: 30px;
}
.desktop-productbox-promo {
  border: 1px solid #dededd;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 15px;
  position: relative;
  height: 230px;
  margin-bottom: 30px;
}
.desktop-productbox .pbtop .h3 a {
  font-size: 15px;
  text-decoration: none;
}
.desktop-productbox .pbtop p {
  color: #7a7a79;
  margin: 0;
}
.desktop-productbox .pbmiddle .left {
  float: left;
  width: 50%;
  padding-right: 10px;
}
.desktop-productbox .pbmiddle .left img {
  max-width: 100%;
  max-height: 125px;
}
.desktop-productbox .pbmiddle .right {
  float: left;
  width: 50%;
}
.desktop-productbox .pbmiddle .right .price {
  color: #d1b583;
  font-size: 19px;
}
.desktop-productbox .pbmiddle .right .uvp {
  color: #d1b583;
  margin-bottom: 15px;
}
.desktop-productbox .pbmiddle .right .details {
  font-weight: normal;
  color: #7a7a79;
}
.desktop-productbox .pbmiddle .pbbottom {
  position: relative;
}
.desktop-productbox .pbmiddle .pbbottom .inner {
  text-align: center;
  border-top: 3px solid #959594;
  height: 35px;
  line-height: 35px;
  width: 100%;
}
.desktop-productbox .pbmiddle .pbbottom .inner a {
  color: #4d6a18;
  font-size: 15px;
  text-decoration: none;
}
.product-tabs .nav-tabs {
  border: none;
  background: none;
}
.product-tabs .nav-tabs li {
  background: none;
  border: none;
  margin-right: 15px;
}
.product-tabs .nav-tabs li a {
  border: none;
  color: #d1b583;
  text-decoration: none;
  font-size: 15px;
  border-bottom: 5px solid transparent !important;
  padding-left: 0;
  padding-right: 0;
}
.product-tabs .nav-tabs li.active a,
.product-tabs .nav-tabs li.active a:active,
.product-tabs .nav-tabs li.active a:focus {
  border: none;
  color: #5c7128;
  border-bottom: 5px solid #5c7128 !important;
}
.product-tabs .nav-tabs li.active a:hover {
  border: none;
  color: #5c7128;
  border-bottom: 5px solid #5c7128 !important;
}
.product-tabs .nav-tabs li a:hover {
  border: none;
  color: #5c7128;
  background: none;
}
footer {
  background: #4f6a18;
  background: -moz-linear-gradient(top, #4f6a18 0%, #6b8e23 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f6a18), color-stop(100%, #6b8e23));
  background: -webkit-linear-gradient(top, #4f6a18 0%, #6b8e23 100%);
  background: -o-linear-gradient(top, #4f6a18 0%, #6b8e23 100%);
  background: -ms-linear-gradient(top, #4f6a18 0%, #6b8e23 100%);
  background: linear-gradient(to bottom, #4f6a18 0%, #6b8e23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f6a18', endColorstr='#6b8e23', GradientType=0);
  padding: 50px 0;
  margin-top: 30px;
}
footer .h4 {
  font-size: 17px;
  color: #FFF !important;
  margin-bottom: 10px;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  font-weight: normal;
  text-decoration: none;
  color: #FFF !important;
}
footer ul li a:hover {
  color: #FFF;
  text-decoration: underline;
}
footer .payinside {
  background: #FFF;
  padding: 15px;
  display: table;
  float: left;
}
footer .payinside img {
  height: 50px;
}
aside .navigationplugin {
  background: #4f6a19;
  background: -moz-linear-gradient(top, #4f6a19 0%, #788d4f 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4f6a19), color-stop(100%, #788d4f));
  background: -webkit-linear-gradient(top, #4f6a19 0%, #788d4f 100%);
  background: -o-linear-gradient(top, #4f6a19 0%, #788d4f 100%);
  background: -ms-linear-gradient(top, #4f6a19 0%, #788d4f 100%);
  background: linear-gradient(to bottom, #4f6a19 0%, #788d4f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4f6a19', endColorstr='#788d4f', GradientType=0);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
}
aside .navigationplugin .h5 {
  color: #FFF !important;
  margin-bottom: 15px;
  font-size: 17px;
}
aside .navigationplugin ul li {
  list-style: none;
  width: 100%;
  border-bottom: 3px solid #859d4f;
  padding: 10px 0;
}
aside .navigationplugin ul li ul {
  margin-left: 20px;
}
aside .navigationplugin ul li ul li {
  border: none;
}
aside .navigationplugin ul li ul li a {
  font-size: 13px;
}
aside .navigationplugin ul li a {
  color: #FFF;
  text-decoration: none;
  font-size: 15px;
}
aside .navigationplugin ul li a:hover {
  color: #FFF;
  text-decoration: underline;
}
aside .navigationplugin ul li a.active {
  color: #D8C6A3;
}
aside .advantages {
  background: #dccbaa;
  background: -moz-linear-gradient(top, #dccbaa 0%, #c2a56e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dccbaa), color-stop(100%, #c2a56e));
  background: -webkit-linear-gradient(top, #dccbaa 0%, #c2a56e 100%);
  background: -o-linear-gradient(top, #dccbaa 0%, #c2a56e 100%);
  background: -ms-linear-gradient(top, #dccbaa 0%, #c2a56e 100%);
  background: linear-gradient(to bottom, #dccbaa 0%, #c2a56e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dccbaa', endColorstr='#c2a56e', GradientType=0);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px;
}
aside .advantages .h5 {
  color: #FFF !important;
  margin-bottom: 15px;
  font-size: 17px;
}
aside .advantages ul li {
  padding-left: 24px;
  background-image: url("../../img/kauartikel/check.png");
  background-position: left top;
  background-repeat: no-repeat;
  list-style: none;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}
aside .advantages ul li span {
  font-size: 13px;
  font-weight: normal;
}
.pdetails .photo {
  padding: 20px;
  box-shadow: 1px 1px 1px 2px #eaeaea;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  text-align: center;
}
.pdetails .photo img {
  max-width: 100%;
}
.pdetails .infos h2 {
  font-size: 24px;
}
.pdetails h3.underlined {
  border-bottom: 5px solid #5c7128;
  padding-bottom: 8px;
  display: table;
  font-size: 15px;
}
.pdetails .tablecontainer {
  box-shadow: 1px 1px 1px 2px #eaeaea;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  overflow: hidden;
}
.pdetails .variantentable {
  margin: 0;
}
.pdetails .variantentable th {
  color: #c2a56d;
  font-size: 15px;
  border: none;
}
.pdetails .variantentable tr {
  border: none;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #f9f5ef 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f9f5ef));
  background: -webkit-linear-gradient(top, #ffffff 0%, #f9f5ef 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #f9f5ef 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #f9f5ef 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #f9f5ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f5ef', GradientType=0);
}
.pdetails .variantentable td {
  color: #7d8386;
  font-weight: bold;
  border: none;
  padding-top: 20px;
  padding-bottom: 20px;
}
.pdetails .variantentable td.price {
  color: #5c7128;
}
.pdetails .variantentable .form-control {
  width: 50%;
  float: left;
}
.pdetails a.smoothi,
.pdetails a.notepad {
  color: #5c7128;
  text-decoration: none;
}
p.vat {
  font-size: 11px;
}
p.vat a {
  font-size: 11px;
}
.plist hr {
  height: 3px;
  background: #d8c6a3;
}
.plist h1 {
  font-size: 17px;
}
.plist .childbox {
  height: 140px;
  margin-bottom: 20px;
  position: relative;
}
.plist .childbox img {
  max-height: 70px;
  margin-bottom: 10px;
}
.plist .childbox a.text-center {
  color: #7d8386;
}
.loginbox {
  height: 200px;
  position: relative;
}
.loginbox a.kabutton {
  position: absolute;
  right: 0;
  bottom: 0;
}
.checkout .rowtotal {
  font-weight: bold;
  color: #5c7128;
}
.coupon {
  background: #dccbaa;
  background: -moz-linear-gradient(top, #dccbaa 0%, #c2a56e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dccbaa), color-stop(100%, #c2a56e));
  background: -webkit-linear-gradient(top, #dccbaa 0%, #c2a56e 100%);
  background: -o-linear-gradient(top, #dccbaa 0%, #c2a56e 100%);
  background: -ms-linear-gradient(top, #dccbaa 0%, #c2a56e 100%);
  background: linear-gradient(to bottom, #dccbaa 0%, #c2a56e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dccbaa', endColorstr='#c2a56e', GradientType=0);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  padding: 20px;
}
.coupon h4 {
  color: #FFF !important;
  font-size: 15px;
  text-transform: none;
}
.coupon form {
  position: relative;
  border: 3px solid #FFF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.coupon input.form-control {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  height: auto;
}
.coupon input.couponbutton {
  position: absolute;
  right: 0;
  top: 0;
  background: #d6bf95 !important;
  height: 33px;
}
.form-control {
  border: 3px solid #dededd;
  box-shadow: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  height: 40px;
}
.form-control:focus {
  border-color: #5c7128 !important;
  color: #5c7128 !important;
  outline: none;
}
.ordertable td {
  border: none !important;
  font-size: 15px;
}
.ordertable tr {
  border: none !important;
}
.ordertable td.total {
  font-weight: bold;
  color: #5c7128;
}
.cart.table select {
  color: #5c7128 !important;
  font-weight: bold;
  height: 40px;
}
.checkoutnavi {
  border-top: 3px solid #dededd;
  margin-top: 60px;
  padding-top: 20px;
  width: 100%;
}
.checkoutnavi .kabutton {
  float: right;
  padding: 10px 20px !important;
  font-size: 15px !important;
}
.checkoutnavi .back {
  background: #d6bf95 !important;
  margin-right: 15px;
}
.checkoutnavi .continue {
  background: #d6bf95 !important;
}
.logini {
  position: relative;
  height: 360px;
}
.logini .kabutton {
  position: absolute;
  bottom: 0;
  right: 0;
}
.logini ul {
  padding-left: 15px;
}
.alert li {
  list-style: none;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #5c7128;
    border-color: #5c7128;
}

.pagination > li > a, .pagination > li > span {
    color: #5c7128;
}

.vardel,
del {
    color: red !important;
}

.mobile .table--mobile,
.mobile .table--mobile tr,
.mobile .table--mobile thead,
.mobile .table--mobile tbody,
.mobile .table--mobile th,
.mobile .table--mobile td {
    display: block;
    padding: 0;
}

.mobile .table--mobile thead {
    display: none;
}

.mobile .mobile-visible {
    display: block !important;
}

.mobile .table--mobile tr {
    background: 0;
    border-bottom: 1px solid #dededd;
    padding: 10px;
}

.mobile .table--mobile tr:last-of-type {
    border-bottom: 0;
}

.mobile .table--mobile td.vardel {
    text-align: left !important;
}

.mobile .table--mobile td:first-of-type {
    display: none;
}