body {

    font-size: 13px;
}

/*#################### // FONTS & LINKS // ####################*/

h1, h2, h3, h5, h6,
h1 a, h2 a, h3 a, h5 a, h6 a,
.h1, .h2, .h3, .h5, .h6
.h1 a, .h2 a, .h3 a, .h5 a, .h6 a {

    font-weight: bold;
    line-height: 1.5em;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
}

h4, .h4 {
    text-transform: none;

    line-height: 1.5em;
}

p.backInStock {color: red; border: 1px solid red; padding: 10px;}

h5, .h5 {
    font-weight: bold;
    text-transform: uppercase;
}

span.small {
    font-size: 10px;
    font-weight: normal;

}

a,
a:link,
a:visited {
    border: 0;

    font-weight: bold;
}

a:hover,
a:focus {
    border: 0;

}


/*#################### \\ LISTS \\ ####################*/


/*#################### \\ HEADER \\ ####################*/


header.mobileheader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 50px !important;
    z-index: 1000;
    margin: 0;
}


header nav {
    min-height: 50px;
    color: #5c7128;
    line-height: 50px;
}

header nav .service {
    text-align: right;
}

header nav a, header nav a:link, header nav a:visited {
    color: #5c7128;
    text-decoration: none;
}

header nav a:hover, header nav a:focus {
    color: #325b70;
    text-decoration: underline;
}

header nav .navbar {
    background: #f7f8fc;
    border-radius: 0;
}

header nav .navbar ul.navbar-nav li:hover {
    border-radius: 10px;
    /*background: ;*/
    box-shadow: inset 0 0 5px rgba(20,126,176,0.1);
}

.search input {
    width: 300px;
}


.topmenu .navbar {
    background: none;
    padding: 0;
    border-radius: 0;
    color: #fff;
    margin: 50px 0 20px 0;
    z-index: 10;
}

.topmenu .navbar a, .topmenu .navbar a:link, .topmenu .navbar a:visited {
    color: #fff;
}

.topmenu .navbar .navbar-form {
    margin: 0;
}

.topmenu .navbar .navbar-brand {
    margin-top: -40px;
}

.topmenu .navbar .navbar-brand:hover {
    opacity: .8;
}

.topmenu .navbar input.search {
    margin: 0 auto;
    height: 60px;
    width: 470px;
    border: 1px solid #8abcd3;
    border-right: 0;
    background: #fff;
    border-radius: 0;
    padding-left: 20px;
    /*background-image: url("../../img/cg/icon-search-blau.png");*/
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: 10px 10px;
}

.topmenu ul.navbar-nav {
    line-height: 60px;
    height: 60px;
    background: #8abcd3;
    background: -webkit-gradient(linear, left top, left bottom, from(#8abcd3), to(#1c80b2));
    background: -moz-linear-gradient(to bottom, #8abcd3, #1c80b2);
}

.topmenu ul.navbar-nav li {
    background: rgba(255,255,255,0.2);
    padding: 0;
    margin-right: 2px;
}

.topmenu ul.navbar-nav li.dropdown {
    background: none;
}

.topmenu ul.navbar-nav li a {
    line-height: 30px;
    padding: 0;
}

.topmenu ul.navbar-nav li.dropdown {
    height: 60px;
    padding: 0 10px;
}

.topmenu ul.navbar-nav li a:hover {
    background: #B01934;
    text-decoration: none;
}

.topmenu ul.navbar-nav li a:hover .caret, .topmenu ul.navbar-nav li a:active .caret, .topmenu ul.navbar-nav li a:focus .caret {
    border-bottom-color: #FFF !important;
    border-top-color: #FFF !important;
}

.topmenu ul.navbar-nav li.cartlist {
    padding: 0;
    margin-right: 0;
    overflow: hidden;
}

.headercarthover {
    margin-right: 0 !important;
}

.headercarthover:hover, .headercarthover:active, .headercarthover:focus {
    background: #B01934 !important;
    color: #FFF !important;
}

.headercarthover:hover a.dropdown-toggle, .headercarthover:active a.dropdown-toggle, .headercarthover:focus a.dropdown-toggle,
.headercarthover a.dropdown-toggle:active, .headercarthover a.dropdown-toggle:hover, .headercarthover a.dropdown-toggle:focus {
    color: #FFF !important;
    text-decoration: none !important;
}

.topmenu ul.navbar-nav li.dropdown a.dropdown-toggle {
    line-height: 60px;
    font-weight: bold;
    background: none;
    padding: 22px 0px;
}

.topmenu ul.navbar-nav li.dropdown a.dropdown-toggle:hover {
    color: #ffffff;
}

.topmenu ul.navbar-nav ul.dropdown-menu {
    background: #5c7128;
    border: 0;
    margin-right: -2px;
}

.topmenu ul.navbar-nav ul.dropdown-menu li, .topmenu ul.navbar-nav ul.dropdown-menu a, .topmenu ul.navbar-nav ul.dropdown-menu a:hover, .topmenu ul.navbar-nav ul.dropdown-menu a:focus, .topmenu ul.navbar-nav ul.dropdown-menu a:visited {
    background: transparent;
}

.topmenu ul.navmenu ul.dropdown-menu li a, .topmenu ul.navmenu ul.dropdown-menu li a:hover{
    background: transparent;
}

#cart-menu {
    width: 300px;
    height: auto;
    text-transform: none;
    font-weight: normal;
    padding: 5px 20px 10px 20px;
    z-index: 9999;
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.2);
    -moz-box-shadow: 	0 3px 4px rgba(0,0,0,0.2);
    box-shadow: 		0 3px 4px rgba(0,0,0,0.2);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    white-space: normal;
    line-height: 1em;
    left: auto;
    right: 0;
    background: #FFF;
    color: #5c7128;
}


.cart-dropdown tr.border {
    padding: 10px 0 !important;
}

#cart-menu table {
    width: 100%;
    font-size: 12px;
    text-transform: none !important;
}

section#longdescription {
	background: linear-gradient(to bottom, #ffffff 0%, #f9f5ef 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding: 20px;
}

#cart-menu table tr.tablehead td {
    font-size: 10px;
    text-transform: none;
    font-weight: bold;

}

#cart-menu table tr.border {
    border-top: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(0,0,0,0.01);
}

#cart-menu table tr.bordertotal td {
    color: #5c7128;
}

#cart-menu table tr td {
    color: #696a6c;
}

#cart-menu table tr td {
    padding: 2px 0;
}

#cart-menu table tr td a, #cart-menu table tr td a:link, #cart-menu table tr td a:visited {
    font-size: 15px;
}

#cart-menu table tr td a:hover, #cart-menu table tr td a:focus {
    text-decoration: underline;
}

#cart-menu p {
    text-align: center;
    margin-top: 5px;
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
    padding: 3px 4px;
    font-size: 0.9em;
}

.topnav i {
    background: #ffffff;
}

.login-dropdown {
    width: 300px;
    height: auto;
    text-transform: none;
    font-weight: normal;
    padding: 15px;
    z-index: 9999;
    -webkit-box-shadow: 0 3px 4px rgba(0,0,0,0.2);
    -moz-box-shadow:    0 3px 4px rgba(0,0,0,0.2);
    box-shadow:         0 3px 4px rgba(0,0,0,0.2);
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    white-space: normal;
    line-height: 1em;
    background: #FFF;
    color: #5c7128;
}


.login-dropdown .form-control {
    margin-top: 5px;
}

.open > .dropdown-menu {
    padding: 20px;
}

.open > .dropdown-menu a {
    display: block;
    height: 30px;
    color:#fff;
}

.open > .dropdown-menu label {
    margin-bottom: 0 !important;
}

.tab-content {font-size: 13px; border-bottom: 3px solid #EFEFEF; padding-bottom: 20px;}

hr {
    height: 3px;
    background: #eef1f6;
    box-shadow: none;
}

.margin {
    margin-top: 20px;
}

a.back {padding-top: 8px !important;}


/*#################### // HEADER // ####################*/


/*#################### \\ ICONS \\ ####################*/
a.icon, i.icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: 10px 5px;
    line-height: 50px;
}

#searchformbox {
    position: relative;
    padding: 0;
}

.searchbutton.icon {
    background:transparent url("../../img/cg/icon-search-blau.png");
    background-position: -1px 3px;
    background-size: 40px 40px;
    height: 40px;
    width: 40px;
    border: none;
    position: absolute;
    top: 8px;
    right: 10px;
}

.searchbutton.icon:hover {
    opacity: .8;
}

i.icon.small {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
    background-position: 0 0;
}

.topmenu .navbar-nav i.icon {
    width: 60px;
    height: 60px;
    background-size: 40px 40px;
    background-position: 10px 10px;
}

.sidebar-left {
    padding-left: 0;
}

.mobileicon {
    font-size: 23px;
    color: #cbae80;
    vertical-align: middle;
    line-height: 50px;
    padding-bottom: 0;
    padding-top: 0;
    background: none;
    border: none;
    height: 50px;
    padding: 0;
}

.mobileiconcontainer {
    width: 25% !important;
    text-align: center;
    float: left;
}


.mobileicon:active, .mobileicon:focus, .mobileicon:hover {
    text-decoration: none !important;
}


i.phone { background-image: url("../../img/cg/icon-phone-blau.png") }
i.myshop { background-image: url("../../img/cg/icon-myshop-blau.png") }
i.myshop-white { background-image: url("../../img/cg/icon-myshop-weiss.png") }
i.cart { background-image: url("../../img/cg/icon-cart-blau.png") }
i.cart-white { background-image: url("../../img/cg/icon-cart-weiss.png") }
i.note { background-image: url("../../img/cg/icon-merkzettel-blau.png") }
i.note-white { background-image: url("../../img/cg/icon-merkzettel-weiss.png") }
i.search { background-image: url("../../img/cg/icon-search-blau.png") }
i.search-white { background-image: url("../../img/cg/icon-search-weiss.png") }
/*#################### // ICONS // ####################*/


/*#################### \\ CONTENT \\ ####################*/
section#content {

}

section#content div.container {
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 0 3px 2px #d9dee2;
    -moz-box-shadow: 0 0 3px 2px #d9dee2;
    box-shadow: 0 0 3px 2px #d9dee2;
    border: 20px solid #ffffff;
    /*z-index: 0;* Auskommentier, weil Modal dadurch nicht funktioniert */

}

section#content div.container div {

}

section#content div.row {
    /*margin-left: 0;*/
}
/*#################### // CONTENT // ####################*/


/*#################### \\ NAVIGATION  \\ ####################*/
.topmenu ul.list-inline {
    list-style-type: none;
    height: 20px;
    padding: 0;
    margin-bottom: 10px;
}

.topmenu ul.list-inline li {
    float: left;
    margin-right: 10px;
}

.topmenu ul.list-inline li a,
.topmenu ul.list-inline li a:link,
.topmenu ul.list-inline li a:visited {
    color: #5c7128;
    font-size: 0.9em;
}

.navmenu {
    margin-bottom: 30px;
    position: relative;
}

.navmenu:after {
    content: "";
    position:absolute;
    display: block;
    bottom: -20px;
    left: 0;
    height: 20px;
    width: 100%;
    background-image: url("../../img/cg/schatten-navigation.jpg")  !important;
    background-size: 100% 20px;
    background-repeat: no-repeat;
}


.navmenu ul {
    background: #E7ECF0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eef1f6', endColorstr='#ffffff');
    background: -webkit-gradient(linear, left top, left bottom, from(#eef1f6), to(#ffffff)) !important;
    background: -moz-linear-gradient(to bottom, #eef1f6, #ffffff) !important;
}

.navmenu ul li {
    padding: 0;
}

.navmenu ul li.link:hover,
.navmenu ul li.link:focus,
.navmenu ul li.link:hover a,
.navmenu ul li.link:focus a {
    cursor: pointer;
    color: #ffffff !important;
}

.navmenu ul li.link a,
.navmenu ul li a.dropdown-toggle {
    line-height: 60px;
    border-radius: 0;
    font-weight: bold;
    padding: 20px 15px;
    font-size: 1.2em;
}

div.navmenu ul li.link a:hover,
div.navmenu ul li.link a:focus,
div.navmenu ul li a.dropdown-toggle:hover,
div.navmenu ul li a.dropdown-toggle:focus {
    color: #ffffff !important;
    background: #5c7128;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eef1f6', endColorstr='#5c7128');
    background: -webkit-gradient(linear, left top, left bottom, from(#eef1f6), to(#5c7128));
    background: -moz-linear-gradient(to bottom, #eef1f6, #5c7128);
    text-decoration: none;
}

.dropdown-menu {
    padding: 10px !important;
}

div.navmenu ul li.link:hover,
div.navmenu ul li.dropdown:hover {
    background: #5c7128;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eef1f6', endColorstr='#5c7128');
    background: -webkit-gradient(linear, left top, left bottom, from(#eef1f6), to(#5c7128));
    background: -moz-linear-gradient(to bottom, #eef1f6, #5c7128);
    cursor: pointer;
}

div.navmenu ul li.dropdown:hover a.dropdown-toggle {
    color: #ffffff;
}

div.navmenu .dropdown-menu {
    background: #ffffff;
}

div.topmenu .dropdown-menu a,
div.navmenu .dropdown-menu a {
    padding: 5px;
    background: none;
    color: #5c7128;
    text-transform: none;
    font-weight: bold;
}

div.topmenu .dropdown-menu a:hover,
div.topmenu .dropdown-menu a:focus,
div.navmenu .dropdown-menu a:hover,
div.navmenu .dropdown-menu a:focus {
    background: none;
    color: #5c7128;
    text-decoration: underline;
}

div.category-list {
    color: #ffffff;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#AFC7ED), to(#5c7128));
    background: -moz-linear-gradient(to bottom, #AFC7ED, #5c7128);*/
    padding: 0;
}

div.category-list h5 {
    color: #5c7128;
}

div.category-list a {
    font-weight: bold;
    background: #FFF;
    padding: 5px;
    width: 100%;
}

div.category-list ul {
    list-style-type: none;
}


/*#################### // NAVIGATION // ####################*/


/*#################### \\ LITTLE BOXES  \\ ####################*/
div.content-box {
    margin-bottom: 10px;
    overflow: hidden;
}

div.content-box .content p {
    margin-bottom: 10px;
    font-size: 0.9em;
}

div.content-box div {
    padding: 10px;
}

div.content-box .head {
    background: #F9F9F9;
    margin-bottom: 2px;
    font-weight: bold;
    color: #7D8386;
    padding: 8px 15px;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
}

.mobileselect {
    position: absolute;
    bottom: 10px;
    right: 50px;
}

.checkout div.content-box .content  {
    background: #F9F9F9;
    height: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;

}

.checkout div.content-box .content.smaller  {
    height: 25%;
}

div.content-box .content {
    width: 100% !important;
    padding: 8px 15px;
    background: #F9F9F9;
    font-size: 0.9em;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
}

.billingbox {
    background: #F9F9F9;
    padding: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.ordergtcbox {
    background: #F9F9F9;
    padding: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.ordergtcbox label {
    margin: 0;
}

.ordergtcbox textarea {
    border: none;
    padding: 10px;
}

.OrderController .checkout .info {
    height: 190px;
}

.input-group select {
    background: none;
    box-shadow: none;
    border: none;
    color: #5c7128;
    font-weight: bold;
}

div.product-box,
div.product-box-large {
    border: 3px solid #eef1f6;
    position: relative;
    margin-bottom: 30px;
    padding: 10px;
    background: #ffffff;
}
div.product-box:after,
div.product-box-large:after {
    content: "";
    position:absolute;
    display: block;
    bottom: -23px;
    left: 0;
    height: 20px;
    width: 100%;
    background-image: url("../../img/cg/box-shadow.jpg");
    background-size: 100% 20px;
    background-repeat: no-repeat;
}

div.product-box-large {
    height: 515px;
}

div.product-box {
    height: 250px;
}

div.product-box .price,
div.product-box-large .price {
    position: absolute;
    background: #5c7128;
    color: #ffffff;
    font-weight: bold;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 86px;
    line-height: 40px;
}

div.product-box .price.price-on-request, div.product-box .price.price-on-request a,
div.product-box-large .price.price-on-request, div.product-box-large .price.price-on-request a{
    line-height: 19px;
    color:#fff;
}

div.product-box img.bg,
div.product-box-large img.bg {
    position: absolute;
    height: 40%;
    left: 5%;
    top: 0;
    z-index: 1;
}

.imagewrapper {
    height: 56%;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.imagewrapper2 {
    height: 56%;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.imagewrapper2 img {
    height: 100%;
    width: 100%;
}

.products.row {
    margin-bottom: 30px;
}

div.product-box-large img.bg {
    top: 10%;
}

div.product-box .cart,
div.product-box-large .cart {
    position: absolute;
    background: #eef1f6;
    right: 0;
    bottom: 0;
    height: 40px;
    width: 30px;
    background-image: url("../../img/cg/icon-cart-blau.png");
    background-size: 30px 30px;
    background-position: 0 5px;
    background-repeat: no-repeat;
    border: none;
    border-radius: 0;
}
div.desktop-productbox-promo .cartpromotion,
div.desktop-productbox-promo .cartpromotion {
    position: absolute;
    background: #ffffff;
    right: 108px;
    bottom: 20px;
    height: 32px;
    width: 32px;
    border: none;
    border-radius: 0;
}

div.product-box .cart:hover,
div.product-box-large .cart:hover {
    background-color: #5c7128;
    cursor: pointer;
    background-image: url("../../img/cg/icon-cart-weiss.png");
}

div.product-box .note,
div.product-box-large .note {
    position: absolute;
    background-color: #eef1f6;
    left: 86px;
    bottom: 0;
    height: 40px;
    width: 30px;
    background-image: url("../../img/cg/icon-merkzettel-blau.png");
    background-size: 30px 30px;
    background-position: 0 5px;
    background-repeat: no-repeat;
}

div.product-box .note:hover,
div.product-box-large .note:hover {
    background-color: #5c7128;
    cursor: pointer;
    background-image: url("../../img/cg/icon-merkzettel-weiss.png");
}

div.product-box .title,
div.product-box-large .title {
    color: #5c7128;
    font-weight: bold;
    z-index: 3;
}

div.product-box-large .title {
    font-size: 1.3em;
}

div.product-box .description,
div.product-box-large .description {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 50px;
    font-size: 0.9em;
}

div.product-box .description p,
div.product-box-large .description p,
div.product-box .active p,
div.product-box-large .active p {
    margin: 0;
}

div.product-box .discount,
div.product-box-large .discount,
.notepadtable .discount,
.checkout .discount {
    border-radius: 50%;
    background: #5c7128;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 35px;
    position: absolute;
    font-size: 1.2em;
    right: 5%;
    top: 5%;
    z-index: 2;
}

div.product-box .discount p,
div.product-box-large .discount p,
.notepadtable .discount p,
.checkout .discount p {
    font-size: 0.6em;
    font-weight: normal;
    line-height: 15px;
    margin-top: -10px;
    color: #FFF;
}

.notepadtable .produktname {
    font-size: 14px;
}

div.product-box-large .discount {
    top: 35%;
}

.hiddentext {visibility: hidden;}

div.product-box:hover .active { /* Hover Effekt */
    display: block;
    background: #ffffff;
    background-color: rgba(255,255,255,1);
    opacity: 1;
    position: absolute;
    width: 150%;
    height: 170%;
    z-index: 4;
    padding: 10px;
    top: -25%;
    left: -25%;
    border: 3px solid #5c7128;
    overflow: hidden;
}

div.product-box:hover .active .hiddentext { /* Hover Effekt */
    visibility: visible;
}

div.product-box .active img.bg {
    width: auto;
    height: 30%;
    left: 50%;
    margin-left: -30%;
    top: 10px;
}

div.product-box .active .description {
    position: absolute;
    bottom: 50px;
    left: 10px;
    right: 10px;
}

div.product-box .active .title {
    font-size: 1.2em;
}

div.product-box .active p {

}

div.product-box .active {
    opacity: 0;
}

div.product-box

/*
div.product-box .active input {
	width: 30px;
	height: 25px;
	color: #000000;
	padding: 0 5px;
	text-align: center;
}

div.product-box .quantity {
	position: absolute;
	right: 31px;
	bottom: 0;
	background: #eef1f6;
	margin: 0;
	height: 40px;
	font-size: 1.1em;
	
}

div.product-box .quantity li {
	padding: 0 10px;
	margin: 0;
	height: 40px;
	line-height: 40px;
}*/

div.product-box .quantity .input-group-addon,
div.product-box-large .quantity .input-group-addon {
    background: none;
    border: 0;
    font-weight: bold;
    color: #5c7128;
    border-radius: 0;
    width: 20px;
}

div.product-box .quantity .input-group-addon:hover,
div.product-box-large .quantity .input-group-addon:hover {
    background: #5c7128;
    color: #ffffff;
    cursor: pointer;
}

div.product-box .quantity,
div.product-box-large .quantity {
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 74px;
    height: 40px;
    background: #eef1f6;
    border-left: 2px solid #eef1f6;
    border-right: 2px solid #eef1f6;

}



.quantity input {width: 30px;}

div.product-box .quantity input,
div.product-box-large .quantity input {
    margin-top: 2px;
    border: 0;
    text-align: center;
    font-weight: bold;
    color: #5c7128;
    padding: 0;
    height: 35px;
}

div.product-box.next {
    background: #eef1f6;
    padding: 110px 20px 20px 10px;
    position: relative;
}

div.product-box.next:before {
    position: absolute;
    content: "›";
    font-size: 20em;
    color: rgba(255,255,255,0.5);
    top: -100px;
    right: 0;
}

div.product-box.next a,
div.product-box.next a:link,
div.product-box.next a:visited,
div.product-box.next a:hover,
div.product-box.next a:focus {
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
}

div.product-box.next:hover {
    cursor: pointer;
    background: #5c7128;
}

div.product-box.next:hover a {
    color: #ffffff;
}

p.small {
    font-size: 0.8em;
}

/*#################### // LITTLE BOXES // ####################*/


/*#################### \\ PRODUKT DETAILS  \\ ####################*/

#details .back {

}

#details .price-details {
    color: #5c7128;
    font-size: 1.2em;
    font-weight: bold;
}

#details .product-photo .discount  {
    border-radius: 50%;
    background: #b01934;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 35px;
    position: absolute;
    font-size: 1.2em;
    right: 10%;
    bottom: 10%;
    z-index: 2;
}

#details .product-photo .discount p {
    font-size: 0.6em;
    font-weight: normal;
    line-height: 15px;
    margin-top: -10px;
}

#details .product-photo {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    position:relative;
}

#details .product-photo img {
    width: 100%;
    height: auto;
}

#details .product-photo a {
    cursor:pointer;
}

#details .quantity .input-group-addon {
    background: none;
    border: 0;
    font-weight: bold;
    color: #5c7128;
    border-radius: 0;
    width: 20px;
}

#details .quantity .input-group-addon:hover {
    background: #5c7128;
    color: #ffffff;
    cursor: pointer;
}

#details .quantity {

    background: #eef1f6;
    border: 2px solid #eef1f6;
}

#details .quantity input {
    margin-top: 0;
    border: 0;
    text-align: center;
    width: 60px;
}

#details .tocart {
    line-height: 40px;
    font-weight: bold;
    text-transform: none;
}

#details .quantity input {float:left; height: 40px;}

.variants img {
    vertical-align: baseline;
}

.variantsborder  {margin-top: 20px; border-top: 3px solid #EFEFEF; padding-top: 20px;}

ul#info-tabs {margin-bottom: 10px; border-bottom: 3px solid #EFEFEF;}

ul#info-tabs li a {
    border: none;
    padding: 5px 7px;
    text-transform: none;
}

ul#info-tabs li {margin-right: 0; margin-bottom: 0;}

.importantProductInfo {margin-bottom: 20px;}
.importantProductInfo p, .importantProductInfo.text { font-size: 9px;margin:0;color:#aaa; }

/*#################### // PRODUKT DETAILS // ####################*/


/*#################### \\ SLIDESHOW  \\ ####################*/
div#slideshow {
    overflow: hidden;
    margin-bottom: 30px;
    background: rgba(0,0,0,0.1);
    position: relative;
}

div#slideshow div.carousel-inner,
div#slideshow div.item {
    height: auto;
}

div#slideshow ol.carousel-indicators {
    left: auto;
    right: 0px;
    top: 10px;
    list-style-type: none;
    height: 30px;
    text-align: right;
    padding-right: 15px;
}

.carousel-indicators {z-index: 9 !important;}

div#slideshow div.carousel-caption {
    left: 30px;
    bottom: 30px;
    width: 45%;
    padding: 0;
    text-align: left;
    z-index: 10;
}

div#slideshow div.carousel-caption div.h3,
div#slideshow div.carousel-caption div.p {
    padding: 20px;
    text-shadow: none;
}


div#slideshow div.carousel-caption div.h3 {
    background: rgba(25,127,176,0.8);
    color: #fff;
    font-size: 140%;
    font-weight: bold;
    text-transform: none;
}

div#slideshow div.carousel-caption div.p {
    background: rgba(255,255,255,0.9);
    color: #5c7128;
}

div#slideshow a.carousel-control {
    position: absolute;
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
    top: auto;
    left: auto;
}

div#slideshow a.carousel-control:hover {
    opacity: .8 !important;
}

div#slideshow a.carousel-control.left {
    background: url("../../img/cg/btn-left-weiss.png");
    background-size: 40px 40px;
    right: 72px;
}

div#slideshow a.carousel-control.right {
    background: url("../../img/cg/btn-right-weiss.png");
    background-size: 40px 40px;
}

.flex-direction-nav .flex-prev {left:0 !important;}

.tab-content .flex-viewport ul li {height: 150px;}

/*#################### // SLIDESHOW // ####################*/


/*#################### \\ CARROUSEL  \\ ####################*/
div.flexslider {
    border: 0;
    width: 100% !important;
}

div.flexslider ul.slides li {
    border: 3px solid #eef1f6;
    border-radius: 2px;
    /*margin-right: 30px;*/
    /*width: 168px;
    width: auto !important;*/
    margin-right: 30px;
    text-align: center;
    padding-bottom: 10px;
}

div.flexslider ul.slides li img {
    padding: 10px;
}
/*#################### // CARROUSEL // ####################*/


/*#################### \\ ACCORDION  \\ ####################*/
div.accordion-group {
    background: #eef1f6;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eef1f6', endColorstr='#ffffff');
    background: -webkit-gradient(linear, left top, left bottom, from(#eef1f6), to(#ffffff));
    background: -moz-linear-gradient(to bottom, #eef1f6, #ffffff);
    border: 0;
    border-radius: 0;
}

div.accordion-group-checkout {
    background: #ffffff;
    border: 0;
    border-radius: 0;
}

div.accordion-group .accordion-heading {
    color: #5c7128;
    font-weight: bold;
    text-transform: none;
    border: 0;
    padding: 6px;
}

div.accordion-inner {
    border: 0;
    padding: 20px;
    font-size: 0.9em;
}
/*#################### // ACCORDION // ####################*/


/*#################### \\ TABS \\ ####################*/
ul.nav-tabs {
    border: 0;
}

ul.nav-tabs li,
ul.nav-pills > li {
    margin: 10px 5px 10px 0;
    background: none;
    border-radius: 0;
    color: #FFF !important;
    text-align: center;
    background: #5c7128;
    border: none !important;
}

ul.nav-pills > li .caret {
    border-top-color: #FFF !important;
}

ul.nav-pills > li > a {
    color: #FFF !important;
    border: none !important;
}

ul.nav-pills li > a:active, ul.nav-pills li > a:focus, ul.nav-pills > li:active, ul.nav-pills > li:focus {
    background: #5c7128 !important;
}

ul.nav-pills li a,
ul.nav-pills li a:link,
ul.nav-pills li a:visited {
    background: none;
    border: 3px solid #efefef;
    border-radius: 0;
    padding: 5px 10px;
    margin: 0;
    font-weight: bold;
    color: #696A6C;
    text-transform: none;
}

ul.nav-pills li .dropdown-menu {
    width: 100%;
}

ul.nav-pills li .dropdown-menu a {
    color: #696A6C !important;
}

ul.nav-pills li a:hover,
ul.nav-pills li a:hover,
ul.nav-pills li a:focus {
    text-transform: none;
    font-weight: bold;
    border: 0;
    padding: 5px 10px;
    color: #ffffff;

}

ul.nav-pills li ul.dropdown-menu li a {
    border: 0;
    background: 0;
    text-transform: none;
    padding: 5px 10px;
}

ul.nav-pills li ul.dropdown-menu li a:hover {
    border: 0;
    background: 0;
    text-transform: none;
    color: #5c7128;
    padding: 5px 10px;
}
/*#################### // TABS // ####################*/


/*#################### \\ CONTACT  \\ ####################*/
section#contact div.container {
    background: #197fb0;
    margin: 30px auto;
    padding: 15px 20px;
    color: #ffffff;
}

section#contact h4 {
    color: #ffffff;
}
/*#################### // CONTACT // ####################*/


/*#################### \\ CHECKOUT  \\ ####################*/

.checkoutProgress {
    background: #F9F9F9;
    padding: 30px;
    border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
}

/* Schritte oben */
.steps {
    margin-bottom: 10px;
}

.steps li {
    list-style: none;
    border-bottom: 3px solid #ffffff;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
}

.steps,
.steps a,
.steps a:link,
.steps a:visited {
    text-transform: none;
    font-weight: bold;
    color: #7d8386;
    font-size: 14px;
}

.steps a.active,
.steps a.active:link,
.steps a.active:visited {
    text-transform: none;
    font-weight: bold;
    color: #5c7128;
}

.steps .back {
    background: #ffffff;
}



.checkout input.error,
.checkout select.error {
    border:  1px solid #B94A48;
}

/* Weiter/Zurück Buttons unten */

.checkout .back,
.checkout .next {
    padding: 1px 15px 5px 10px;
}

.checkout .back a {
    font-weight: bold;
}

.edit {
    background: linear-gradient(to bottom, #EEF1F6, #5c7128) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #FFFFFF;
    font-weight: 500;
}

.checkout .next a {
    color: #ffffff;
    font-weight: bold;
    text-transform: none;
}

/* Warenkorb */

table.cart-table {
    width: 100%;
    margin-bottom: 20px;
}

table.cart-table td {
    font-size: 12px;
}

table.cart-table thead td {
    font-weight: bold;
    color: #7d8386;
    font-size: 13px;
    padding: 8px 8px !important;
    font-family: 'Bitter';
}

table.cart-table thead tr {
    background: transparent;
}

table.cart-table .tableartikel td {
    padding-top: 15px !important;
}

table.cart-table .tableartikel {
    border-bottom: 1px solid #eef1f6;
}

.tableprice, .singletableprice {
    font-size: 14px;
}

.action_table_row {
    border-right: 5px solid #FFF;
}

.rowchecked {
    border-right: 5px solid #5c7128;
    box-shadow: 1px 1px 2px #B5B5B5;
}

.notepadlast td {
    padding: 5px;
}

.notepadlast label {
    font-weight: bold;
    font-size: 12px;
    margin: 0;
    color: #5c7128;
}

.tableprice {
    font-weight: bold;
    color: #5c7128;
}

.checkout input.quantity {
    width: 50px;
    text-align: center;
}

.checkout .refreshcart {
    background: transparent;
    color: #7d8386 !important;
    font-weight: normal !important;
    border: 0;
    padding: 0;
    display: block;
    margin-top: 15px;
}

.checkout a.refreshcart {
    margin: 0;
}

.checkout .refreshcart:hover {
    text-decoration: underline;
}

.checkout .refreshcart.mobile-refreshcart {
    display:inline;
    width:125px;
    padding: 0 10px;
}

.checkout a.delete, .checkout a.delete:link, .checkout a.delete:visited {
    font-weight: normal;
    display: inline-block;
    color: #7d8386 !important;
    text-decoration: none;
}

.checkout .boxtext {
    display: block;
}



.cart-coupon {
    width: 75%;
    float: left;
}

.checkout .buyit {
    background: #F9F9F9;
    min-height: 75px;
    color: #5c7128;
    font-size: 1.2em;
    line-height: 75px;
    padding-left: 20px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    font-family: 'Bitter';
}

.checkout .buyit .btn {
    background: #5c7128;
    border-radius: 0;
    font-size: 17px;
}

.checkout .buyit .btn:hover {
    background: #B01934;
}

.checkout .coupon .h6, .checkout .buyit h6 {
    margin-bottom: 10px;
}

.checkout .coupon p {
    margin-top: 10px;
}

.couponwrapper {
    margin: 0 auto;
}

.checkout .coupon input.button {
    width: 20%;
    background: #5c7128;
    color: #ffffff;
    float: right;
}

.checkout table.price { /* Rechnungsblock */
    width: 100%;
}

.checkout .boxtext, .checkout .boxtext a, .boxtextbig {
    font-size: 13px;
}

.checkout .boxtext p {
    margin-bottom: 0;
}

.checkout table.price td {
    padding-top: 5px;
    text-transform: none;
    font-size: 0.8em;
    border: none !important;
}

.checkout table.price .sum {
    color: #5c7128;
    font-size: 1.6em;
}

.packshot100 img {
    width: 100px;
    height: auto;
}

.checkout .product-box .price { /* Warenkorb MOBILE */
    width: 180px;
}

.checkout .product-box .delete {
    background: #eef1f6;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}

.supplier {
    display: block;
}

.innernotepad {
    margin-top: 10px;
    width: 75%;
}

pre {
    border:
}



.notepadmobile p.title {
    font-size: 13px !important;
}

.notepadmobile .price {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 50% !important;
}

.notepadmobile .discount {
    top: 60px !important;
    left: 40px !important;
}

.mobileselect {
    height: 40px;
    background-color: #EEF1F6 !important;
    box-shadow: none !important;
    color: #5c7128;
    font-weight: bold;
    padding-left: 25px;
    width: 20% !important;
    text-align: center !important;
    border-radius: 0;
    border-color: #EEF1F6 !important;
    -webkit-appearance: none;
}

.product-box .mobileselect, .product-box-large .mobileselect {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 30px;
}

.notepadmobile .mobileselect {
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 30px;
}

.mobiledelete {
    position: absolute;
    top: 3px;
    right: 4px;
    width: 15px;
    height: 15px;

}

.mobiledelete a {
    background: #5c7128;
    color: #FFF !important;
    padding: 4px 6px;
}

.checkout .product-box .delete:hover {
    background: #5c7128;
    cursor: pointer;
}

.checkout .product-box .delete:hover a,
.checkout .product-box .delete:hover a:link,
.checkout .product-box .delete:hover a:visited,
.checkout .product-box .delete:hover a:hover,
.checkout .product-box .delete:hover a:focus {
    color: #ffffff;
    text-decoration: none;
}

.checkout .product-box .quantity {
    bottom: 40px;
    left: 0;
    width: 180px;
}

.checkout .product-box .quantity .form-control {
    width: 50px;
    border-top: 1px solid #eef1f6;
    border-bottom: 2px solid #eef1f6;
}

.checkout .product-box .quantity .input-group-addon:hover {
    background: #eef1f6;
    color: #5c7128;
    text-decoration: underline;
}

.checkout .product-box .quantity .input-group-addon:hover a,
.checkout .product-box .quantity .input-group-addon:hover a:link,
.checkout .product-box .quantity .input-group-addon:hover a:visited,
.checkout .product-box .quantity .input-group-addon:hover a:hover,
.checkout .product-box .quantity .input-group-addon:hover a:focus {
    color: #5c7128;
    text-decoration: underline;
}

/* Kaufabschluss */

.checkout .info {
    height: 250px;
    position: relative;
}

.checkout .info p {
    margin: 0;
    line-height: 1.2em;
}

.checkout .info .edit {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    padding: 0;
    margin: 0;
}

.checkout .info .edit a {
    color: #B01934 !important;
}

.row.checkout {
    margin-left: -30px;
    margin-right: -30px;
}

/*#################### // CHECKOUT // ####################*/


/*#################### \\ MYSHOP \\ ####################*/
.myshop-lastorder {
    background: #F9F9F9;
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    height: 150px;
}

.myshop-box {
    background: linear-gradient(to bottom, #EEF1F6, #FFFFFF) repeat scroll 0 0 rgba(0, 0, 0, 0);
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    height: auto;
}



.myshop-navi {
    border-top: 3px solid #F9F9F9;
    margin-top: 30px;
}

#menu-search, #menu-myshop, #menu-cart {
    padding: 10px !important;
    line-height: 120% !important;
    width: 100%;
    height: auto !important;
    margin: 0 !important;
}

#menu-myshop a {display:block;}
/*#################### // MYSHOP // ####################*/


/*#################### \\ JPANELMENU \\ ####################*/

.jPanelMenu-panel {
    background: none !important;
}

#menu,
#menu-right,
#jPanelMenu-menu {
    background: #FFF;
    display: none;
    z-index: 99999;
    color: #325b70;
    box-shadow: 0 5px 5px rgba(0,0,0,0.5);
    padding-top: 80px !important;
    width: 100% !important;
    position: relative;
}

#jPanelMenu-menu .h6 {
    color: #5c7128;
}

#jPanelMenu-menu ul {
    list-style-type: none;
    padding: 0;
}

.category a,
#jPanelMenu-menu ul li {
    margin: 0;
    padding: 5px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 2px solid rgba(255,255,255,0.1);
}

.category:hover a,
#jPanelMenu-menu ul li:hover {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 2px solid rgba(255,255,255,0.1);
    cursor: pointer;
}

#jPanelMenu-menu ul li a {
    color: #696A6C;
    font-weight: normal;
    font-size: 13px;
}

#jPanelMenu-menu ul li a:hover {
    text-decoration: none;
}

#jPanelMenu-menu ul li:before {
    content: "› ";
    color: rgba(255,255,255,0.6);
    font-weight: bold;
}

.category {
    background: #5c7128;
    margin-bottom: 20px;
}

.category a {
    font-size: 1.2em;
    text-align: center;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #ffffff;
    font-weight: bold;
    text-transform: none;
    padding: 0;
}

.category a:hover {
    text-decoration: none;
}

.toggle-menu-right {
    position: fixed;
    top: 200px;
    right: -105px;
    width: 250px;
    height: 40px;
    background: #efefef;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
    -webkit-transform:rotate(-90deg);
    -moz-transform:rotate(-90deg);
    -o-transform: rotate(-90deg);
    white-space:nowrap;
    display:block;
    text-align: center;
}

.toggle-menu-right a {
    text-transform: none;
    font-weight: bold;
}

.toggle-menu-right:hover {
    text-decoration: none;
    background: #5c7128;
    cursor: pointer;
}

.toggle-menu-right:hover a {
    text-decoration: none;
    color: #fff;
}


/*#################### // JPANELMENU // ####################*/


/*#################### \\ FOOTER  \\ ####################*/
footer {
    background: #ffffff;
}


footer .importantProductInfo p {font-size:11px;margin-bottom:10px;}
/*#################### // FOOTER // ####################*/


/*#################### \\ BOOTSTRAP FIX  \\ ####################*/
.row-10 .col-lg-2 {
    width: 20%;
}

.row-10 .col-lg-4 {
    width: 40%;
}

.row-8 .col-lg-2 {
    width: 25%;
}

.row-8 .col-lg-4 {
    width: 50%;
}

.products .row-10 {
    /*margin-left: -25px;*/
}

/*#################### // BOOTSTRAP-FIX // ####################*/


/*#################### \\ BUTTONS \\ ####################*/


.red {
    background: linear-gradient(to top, #ff0000, #FFFFFF) repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

.red:hover {
    background: #ff0000 !important;
}

.backbutton {
    float: right;
    margin-top: 20px;
}

.backbutton2 {
    float: right;
    margin-top: 20px;
}
/*#################### // BUTTONS // ####################*/


/*#################### \\ POPUP \\ ####################*/
#popup-content {
    display:none;
    position:fixed;
    height: 180px;
    width:408px;
    background:#FFFFFF;
    border: 3px solid #5c7128;
    z-index: 3;
    padding: 0;
    font-size:13px;
    border-radius: 0;
}

#artname {
    font-weight: bold;
}

#popup-content .headline {
    background-color: #5c7128;
    color: #FFF;
    padding: 5px 10px;
    padding-left: 10px;
    font-weight:bold;
    border-radius: 0;
    margin-bottom: 16px;
    text-align: center;
    text-transform: none;
    font-size: 19px;
}

#popup-background {
    display:none;
    position:fixed;
    height:100%;
    width:100%;
    top:0;
    left:0;
    background: none repeat scroll 0 0 #FFF;
    border:1px solid #cecece;
    z-index: 2;
}

/*#################### // POPUP // ####################*/


/*#################### \\ MESSAGES \\ ####################*/
.message.notice {
    background: #FCF8E3 !important;
    border: #FCF8E3 !important;
}

.message.success {
    background: #5bc476 !important;
    border: #5bc476 !important;
}

.message.warning {
    background: #e0001a !important;
    border: #e0001a !important;
}
/*#################### // MESSAGES // ####################*/


/*#################### \\ PRODUKTE \\ ####################*/

.quantityfield {
    float: left;
    width: 42% !important;
}

.package-size-product {
    height: 200px;
    text-align: center;
    border: 3px solid #F9F9F9;
}

.package-size-product:hover {
    height: 200px;
}

.package-size-product .discount {
    border-radius: 50%;
    background: #b01934;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 35px;
    position: absolute;
    font-size: 1.2em;
    right: 15%;
    top: 51%;
    z-index: 2;
}

.package-size-product .discount p {
    font-size: 0.6em;
    font-weight: normal;
    line-height: 15px;
    margin-top: -10px;
}

.package-size-product .description {
    text-align: left;
    font-size: 0.9em;
    margin-top: 0px;
}

.package-size-product .saving, .package-size-product .base-price {display:block;}
.package-size-product .size {font-size:20px;color:#fff;background: none repeat scroll 0 0 #5c7128
}
.package-size-product .price-info {margin-top: 4px;height:75px}
.package-size-product .price-info .price {font-size:22px;color:#5c7128}
.package-size-product .price-info .price a {font-size:13px;color:#5c7128}
.package-size-product .price-info .saving {height:25px;}
.package-size-product .price-info .base-price {height:20px;}
.package-size-product .order {margin-top: 3px;height:35px}
.package-size-product .details {margin-top: 10px;height:20px}

/*#################### // PRODUKTE // ####################*/


/*#################### \\ WARENGRUPPEN \\ ####################*/

div.category-list ul li ul li a {
    background: none;
    color: #5c7128;
    font-weight: normal;
    padding: 6px;
    line-height: 130%;
}

div.category-list ul li a {
    text-align: left;
    display: block;
    padding: 10px 10px;
}

div.category-list ul li ul li a {
    text-align: left;
    padding: 6px;
    line-height: 130%;
}

div.category-list ul li ul {
    text-align: left;

    padding: 0;
    border-radius: 0;
}

div.category-list ul {
    padding: 0;
}

div.category-list ul li {
    line-height: 100%;
    display: block;
}

div.category-list a:hover {
    text-decoration: none;
}

.productGroup-smallImage { height:150px;border: 3px solid #EEF1F6;border-radius: 2px 2px 2px 2px;margin-bottom:15px }

/*#################### // WARENGRUPPEN // ####################*/


/*#################### \\ FORMULARE \\ ####################
.form-horizontal .control-label {text-align: left !important;}*/



select.labelless option:first-child {
    font-weight: bold;
}

textarea {
    border: 3px solid #EEF1F6;
}

textarea .order_message {
    width: 100%;
    height: 40px;
}

/*#################### // FORMULARE // ####################*/


/*#################### \\ DAILY DEAL \\ ####################*/
.dailydeal-box {
    height: 400px;
}

.dailydeal-box .ticker {
    position: absolute;
    border: 1px solid #5c7128;
    border-radius: 10px;
    font-weight: bold;
    color: #5c7128;
    font-size: 17px;
    padding: 5px;
    line-height: 29px;
    right: 0px;
}

.dailydeal-box .ticker img {
    margin-right: 10px;
    margin-top: -3px;
}

.dailydeal-box h3 {
    color: #5d686e;
    font-size: 24px;
    margin-bottom: 30px;
}

.dailydeal-box p {
    margin: 0;
}

.dailydeal-box .col-7 {
    height: 400px;
}

.dailydeal-box .dd-balken {
    position: absolute;
    z-index: 1;
    bottom: 100px;
    left: 15px;
}

.dailydeal-box .price {
    color: #087db2;
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}

.dailydeal-box .price .uvp {
    color: #5d686e;
    font-size: 13px;
    font-weight: normal;
    margin-left: 10px;
}

.dailydeal-box .quantity {
    background: #EEF1F6;
    margin-right: 20px;
    width: 88px;
}

.dailydeal-box .quantityfield {
    border: none;
    text-align: center;
    width: 50px !important;
}

.dailydeal-box .btn {
    margin-top: 3px;
}

.dailydeal-box .status {
    border-radius: 50%;
    background: #1686b8;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 35px;
    position: absolute;
    font-size: 1.2em;
    left: 70%;
    top: 271px;
    z-index: 2;
}

.dailydeal-box .status p {
    font-size: 0.6em;
    font-weight: normal;
    line-height: 15px;
    margin-top: -10px;
}

.dailydeal-box .discount {
    border-radius: 50%;
    background: #b01934;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    height: 100px;
    width: 100px;
    line-height: 35px;
    position: absolute;
    font-size: 2.8em;
    left: 4%;
    top: 5%;
    z-index: 2;
    padding-top: 24px;
}

.dailydeal-box .discount p {
    font-size: 0.4em;
    font-weight: normal;
    line-height: 15px;
    margin-top: -3px;
}

/*#################### // DAILY DEAL // ####################*/

/*#################### \\ SONSTIGE \\ ####################*/
.checkoutnavi { clear:both }

.bordertop {margin-top: 10px; padding-top: 10px; border-top: 3px solid #EFEFEF;}

.tocategory {margin-right: 20px;}

.sidebar-right {padding-right: 0 !important; padding-left: 30px !important;}

.sidebar-right a img, .accordion-group img {width: 100%;}

.lastviewed .content a {
    color: #696A6C;
    font-weight: bold;
}

.notset {display: none;}

#contact p a, #contact p {color: #fff; font-size: 0.9em !important;}

.caret {border-top: 4px solid #5c7128 !important;}


.clear {
    clear: both;
}

.innernotepad td, .cart-table .tableartikel .innernotepad td {
    padding: 0 !important;
    border: none !important;
}
/*#################### // SONSTIGE // ####################*/

/*#################### \\ RESPONSIVE \\ ####################*/

.checkoutstart {
    height: 310px;
    position:relative;
}


@media (min-width: 992px) and (max-width: 1199px) { /* tablet quer */





}

@media (min-width: 768px) and (max-width: 991px) { /* tablet hoch */

    .topmenu .navbar {
        margin: 20px 0;
    }

    #jPanelMenu-menu { visibility: visible;}

    .topmenu .navbar input.search {
        width: 474px;
        margin-left: -1px;
    }

    .topmenu .navbar .navbar-brand {
        width: 100%;
        max-width: 100%;
    }

    .sidebar-left {
        width: 25%;
    }

    #product-list .sidebar-right {
        width: 100%;
    }

    #product-list .content {
        width: 75%;
    }

    div.product-box-large img.bg {
        width: auto;
        height: 52%;
        left: 10px;
        top: 40px;
    }

    div.product-box img.bg {
        height: 35%;
        width: auto;
    }

    div.product-box p.title {
        margin: 0;
    }


    div.product-box .discount {
        top: 20px;
    }
    /* Artikelliste */

    .row-8 .col-lg-2 {
        width: 50%;
    }

    .row-8 .col-lg-4 {
        width: 50%;
    }

    /* Startseite Artikelliste */

    .row-10 .col-lg-2 {
        width: 33.33333333333%;
    }

    .row-10 .col-lg-4 {
        width: 66.6666666666667%;
    }

    /* Kaufabschluss */

    .checkout .info {
        height: 180px;
        position: relative;
    }

    /* Warenkorb / Kaufabschluss */

    .checkout div.product-box-large {
        height: 300px;
    }


    .checkout div.product-box img.bg {
        width: 30%;
        height: auto;
        top: 5%;
    }

    .checkout div.product-box-large img.bg {
        top: 10%;
    }

    .checkout div.product-box .description {
        left: 40%;
        top: 10%;
        font-size: 1.0em;
    }

    .checkout div.product-box .title {
        font-size: 1.2em;
    }

    .checkout div.product-box .discount {
        right: auto;
        left: 25%;
        top: 45%;
    }

    .checkout div.product-box {
        height: 280px;
    }

    #menu,
    #menu-right,
    #jPanelMenu-menu {
        width: 70% !important;
        z-index: 999 !important;
    }
}


@media (max-width: 767px) { /* mobile */

    .row.checkout {
        margin-right: -15px;
        margin-left: -15px;
    }

    section#content {
        margin-top: 50px;
    }

    #jPanelMenu-menu { visibility: visible;}

    section#content div.container {
        border-width: 0;
        border-top-width: 20px;
        border-bottom-width: 10px;
        box-shadow: none;
    }

    .row-8 .col-lg-2 {
        width: 100%;
    }

    .row-8 .col-lg-4 {
        width: 100%;
    }

    .row-10 .col-lg-2 {
        width: 100%;
    }

    .row-10 .col-lg-4 {
        width: 100%;
    }

    #details .product-photo .discount {
        width: 100px;
        height: 100px;
        font-size: 3em;
        line-height: 90px;
    }

    #details .product-photo .discount p {
        margin-top: -30px;
        font-size: 0.35em;
    }

    div.product-box-large {
        height: 300px;
    }


    div.product-box img.bg,
    div.product-box-large img.bg {
        width: 30%;
        height: auto;
        top: 5%;
    }

    div.product-box-large img.bg {
        top: 10%;
    }

    div.product-box .description,
    div.product-box-large .description {
        left: 45%;
        top: 10%;
        font-size: 1.0em;
    }

    div.product-box p.title {
        font-size: 1.3em;
        margin: 0;
    }

    div.product-box .discount,
    div.product-box-large .discount {
        right: auto;
        left: 25%;
        top: 10%;
    }

    div.product-box {
        height: 280px;
    }

    ul.nav-pills li.dropdown {
        width: 100%;
    }

    .form-control {
        margin-bottom: 20px;
    }

    input.btn {
        width: 100%;
        font-weight: 500;
    }

    h1, h1 a {
        font-size: 22px !important;
    }

    h2, h2 a {
        font-size: 20px !important;
    }

    h3, h3 a {
        font-size: 18px !important;
    }

    h4, h4 a {
        font-size: 17px !important;
    }

    h5, h5 a {

    }

    h6, h6 a {

    }

    .backbutton {
        float: none !important;
        margin-top: 20px;
        width: 100%;
    }

    .backbutton2 {
        float: none !important;
        margin-top: 20px;
        width: 100% !important;
    }

    .couponwrapper {
        margin: 0;
        width: 100%;
    }

    .cart-coupon {
        width: 100%;
        margin-bottom: 10px !important;
    }

    section#content div.container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .checkout .back, .checkout .next {
        display: block;
        float: inherit !important;
    }

    .buyit {
        line-height: 1.4 !important;
        font-size: 12px !important;
        text-align: center;
        padding: 10px;
    }

    .checkout .buyit .btn {
        width: 100%;
        margin-top: 15px;
    }

    header nav {
        box-shadow: 1px 1px 3px #CCC;
        height: 40px;
    }

    .checkoutstart {
        height: auto !important;
        margin-bottom: 20px;
        padding-bottom: 30px;
    }

    .checkoutstart .btn {
        position: relative !important;
        margin-top: 15px;
    }

    div#slideshow div.carousel-caption {
        width: auto;
        z-index: 0;
        bottom: 0;
        left: 0;
    }

    div#slideshow div.carousel-caption div.h3 {
        font-size: 15px;
    }

    div#slideshow div.carousel-caption div.h3,
    div#slideshow div.carousel-caption div.p {
        padding: 5px;
        z-index: 10;
        position: relative;
    }

    .package-size-product {
        margin-bottom: 15px;
    }

    div.product-box .discount, div.product-box-large .discount, .notepadtable .discount, .checkout .discount {
        z-index: 1;
    }

    header nav {
        box-shadow: 1px 1px 1px #AFAFAF !important;
    }

    header nav .navbar {
        box-shadow: 1px 1px 1px #AFAFAF !important;
    }
}


@media (min-width: 620px) { /* Produktboxen responsive */
    .checkout .product-box .quantity {
        bottom: 0;
        left: 180px;
        width: 180px;
    }

    .checkout .product-box .quantity .form-control {
        border-top: 1px solid #eef1f6;
        border-left: 3px solid #eef1f6;
        border-bottom: 0;
    }
}

/*#################### // RESPONSIVE // ####################*/

.carousel-fade .item {
    opacity: 0;
    -webkit-transition: opacity 2s ease-in-out;
    -moz-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    -o-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
    left: 0 !important;
}

.carousel-fade .active {
    opacity: 1 !important;
}

.carousel-fade .left {
    opacity: 0 !important;
    -webkit-transition: opacity 0.5s ease-in-out !important;
    -moz-transition: opacity 0.5s ease-in-out !important;
    -ms-transition: opacity 0.5s ease-in-out !important;
    -o-transition: opacity 0.5s ease-in-out !important;
    transition: opacity 0.5s ease-in-out !important;
}

.carousel-fade .carousel-control {
    opacity: 1 !important;
}

a.btn, input.btn {
    background: #5c7128 !important;
    color: #FFFFFF !important;
    font-weight: bold !important;
    -moz-user-select: none !important;
    border-radius: 4px 4px 4px 4px !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-size: 13px !important;
    line-height: 1.42857 !important;
    margin-bottom: 0 !important;
    padding: 6px 12px !important;
    text-align: center; !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
    border: none !important;
    text-shadow: none !important;
}

.btn:hover {
    color: #FFF !important;
    background: #B01934 !important;
}

#cart-menu .btn:hover, #login-menu .btn:hover, #login-menu2 .btn:hover {
    color: #FFF !important;
    background: #B01934 !important;
}


.mobileicon:hover {
    color: #cbae80 !important;
}
.container .banner {
    position:fixed;
    right:66px;
    bottom:15px;
    width:50px;
}