body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	background-color: #989898;
}

.clear {
	clear: both;
}

img {
/* 	Alle Bilder Responsive setzen */
	display: block;
	height: auto;
	max-width: 100%;
}

img.alignleft {
    float: left;
    margin: 0 25px 25px 0;
}

@media (min-width: 768px) {
	.image_listing {
		height: 210px;
	}
	.image_listing img {
		max-height: 200px;
	}
	.listing_title {
		display: block;
		height: 50px;
	}
}

@media (max-width: 1200px) {
	.categories {
		border-left: 0 !important;
		padding: 0 !important;
	}
}

@media (max-width: 767px) {
	.container {
		max-width: 450px;
	}
	.navbar-default ul li ul {
		display: none;
	}
	.image_listing {
		height: 250px;
	}
	.image_listing img {
		max-height: 250px;
	}
}

/* sections
--------------------------------------------------------------------*/

.section.header {
	background-color: #fff;
	padding: 15px 0 1% 0;
	background-image: url('../images/shattered.png');
	background-position: top;
	background-repeat: repeat-x;
	border-bottom: 5px solid #bf9700;
}

.section.content {
	padding: 30px 0 40px;
	background-color: #fff;
}

.section.footer {
	background-color: #989898;
}

.section.news {
	background-color: #fff;
	padding: 20px 0 40px 0;
}

.section.slideshow {
	background-color: #fff;
}

/* header
--------------------------------------------------------------------*/

.logo {
}

.language-select {
	float: right;
	margin: 0 0 10px 0;
}

.language-select a {
	float: right;
}

.language-select a img {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.socials {
    float: right;
    margin: 0 0 10px 0;
}

.socials a {
    float: right;
}

.socials a img {
    margin-top: -3px;
    height: 20px;
    width: 20px;   
}


.navbar-default {
	background-color: rgba(0,0,0,0);
}

.navbar-default .navbar-collapse {
	background-color: rgba(0,0,0,0);
	border-color: #fff;
}

.navbar {
	border: none;
	margin: 0;
	min-height: 0px;
	padding: 0;
	text-transform: uppercase;
}

.navbar-default .navbar-nav>li>a {
	color: #551705;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #bf9505;
}

.nav>li>a {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 0 20px 10px 0;
}

.big-quicknav {
	margin: 30px 0 0 0;
	text-align: right;
}

.big-quicknav a {
	color: #000;
	padding: 0 0 0 10px;
}

.mobile-quicknav {
	padding: 0 0 5px;
}

@media (min-width: 768px) {
	.navbar-collapse {
		padding-left: 0;
		padding-top: 8px;
	}
}

.visible-xs .language-select {
    float: none;
}

.visible-xs .language-select img {
    display: inline-block;
}

.visible-xs .language-select .btn-default,
.visible-xs .language-select .btn-default:hover {
    background-color: transparent;
}

.visible-xs .language-select .btn-default:active {
    box-shadow: none;
}

a.cart_count {
	margin: 0;
	padding: 0;
}



.nav ul {
	padding: 0;
	margin: 0;
}

.nav ul li {
	list-style: none;
	float: left;
	margin-right: 15px;
}


.nav li ul {
position:absolute;
left:-999em;
height:auto;
width:160px;
z-index:99;
margin: 0 0 0 -10px;
}

.nav li li {
width: 180px;
}

.nav li li a {
padding: 7px 5px 8px 10px;
}

.nav li ul li {
font-size: 14px;
background: #e7d68d;
text-transform: none;
}

.nav li ul li a {
	display: block;
color: #551705;
margin: 0;
}

.nav li:hover ul li a:hover {
color: #551705;
background-image: none;
background-color: #ddcb7f;
text-decoration: none;
}

.nav li ul ul {
margin:-20px 0 0 131px
}

.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul {
left:-999em
}

.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul {
left:auto;
}

.navbar-default,
.navbar-collapse {
	border-top: 0;
}



.header .contactinfo {
    margin: 10px 0;
    text-align: right;
    font-size: 14px;
    line-height: 22px;
}

@media (max-width: 767px) {
    .header .contactinfo {
        text-align: left;
    }
}



/* slideshow
--------------------------------------------------------------------*/

.slideshow {
	padding: 30px 0 0 0;
}

.nivo-controlNav {
	position: absolute;
	bottom: 15px;
    right: 0;
    padding: 15px 15px 0;
    z-index: 9999;
}

a.nivo-control {
	float: left;
	display: block;
	width: 10px;
	height: 10px;
	background-color: rgba(255,255,255,0.3);
	margin-left: 3px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 10px;
}

a.nivo-control.active {
	background-color: rgba(255,255,255,0.8);
}

.nivo-slider-small {
	border: 1px solid #242424;
	margin: 0 0 15px 0;
}

.nivo-slider-small-wrapper .nivo-controlNav {
	right: 15px;
}

.nivo-caption {
	bottom: 0;
	left: 0;
	font-size: 18px;
	font-style: italic;
	line-height: 26px;
	font-weight: 400;
	color: #bcbcbc;
	opacity: 1;
	background: rgba(0,0,0,0.9);
	padding: 10px 15px 11px;
	margin: 0;
	position: absolute;
}


/* bxSlider
------------------------------ */

.slideshow .bx-wrapper {
    margin: 0 !important;
}

.slideshow .bx-wrapper .bx-viewport {
    box-shadow: none;
    border: none;
    height: auto !important;
    left: 0;
}

.slideshow .bx-wrapper .bx-viewport ul {
    margin: 0;
}

.slideshow .bx-wrapper .bx-viewport .caption {
    position: absolute;
    top: 15%;
    font-size: 31px;
    line-height: 44px;
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.slideshow .bx-wrapper .bx-viewport .caption h1 {
    color: #fbd768;
    margin-bottom: 15px;
}

.slideshow .bx-wrapper .bx-viewport .caption.left {
    left: 8%;
}

.slideshow .bx-wrapper .bx-viewport .caption.right {
    left: 45%;
}

@media screen and (max-width: 1000px) {
    .slideshow .bx-wrapper .bx-viewport .caption h1,
    .slideshow .bx-wrapper .bx-viewport .caption p {
        font-size: 80%;
        line-height: 125%;
    }
    
    .slideshow .bx-wrapper .bx-viewport .caption h1 {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .slideshow .bx-wrapper .bx-viewport .caption {
        display: none;
    }
}



/* headings
--------------------------------------------------------------------*/

h1, h2, h3 {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

h1 {
	font-size: 40px;
	margin: 0 0 25px;
	color: #551705;
}

@media (max-width: 768px) {
	h1 {
		font-size: 23px;
	}
}

h2 {
	font-size: 20px;
	font-weight: 600;
	padding: 40px 0 15px 0;
	margin: 0;
}

h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 20px 0 5px 0;
}

h4 {
	margin: 30px 0 10px 0;
}

h1.center,
h2.center,
h3.center {
	text-align: center;
}

h1.black,
h2.black,
h3.black {
	color: #000;
}

h1.white,
h2.white,
h3.white {
	color: #fff;
}

.footer h2.white {
	font-weight: 400;
	color: #bcbcbc;
	padding-top: 30px;
	padding-bottom: 15px;
}

.news h2 {
	font-weight: 400;
	padding: 15px 0 0 0;
}

.news h2 a {
	color: #000;
}

.content p {
	font-size: 16px;
	line-height: 24px;
}

p.small {
    font-size: 80%;
    margin-top: 5px;
}

/* startseite
--------------------------------------------------------------------*/

.frontpage_text .textwidget {
	font-size: 20px;
	line-height: 30px;
	font-style: italic;
	margin: 0 0 30px 0;
	color: #747474;
}

.more-news-link-wrapper {
	padding: 15px 0 0;
}

a.more-news {
	color: #000;
	display: block;
	padding: 1px 0 3px 0;
	margin: 0 auto;
	width: 260px;
	text-align: center;
	background-color: #f0f0f0;
}

a.more-news:hover {
	background-color: #e4e4e4;
	text-decoration: none;
}

.to-shop-link-wrapper {
	padding: 50px 0 0;
}

a.to-shop-link {
	display: block;
	font-size: 35px;
	color: #fff;
	background-color: #e40d1c;
	margin: 0 auto;
	padding: 15px 0 22px;
	width: 200px;
	text-align: center;
}

a.to-shop-link:hover {
	color: #fff;
	text-decoration: none;
	background-color: #c80916;
}

/* content
--------------------------------------------------------------------*/

a {
	color: #956303;
}

a:hover {
	color: #7f5401;
}

a.button,
button.button,
input.button[type="submit"]  {
	color: #fff;
	display: block;
	background-color: #956303;
	padding: 4px 10px 5px;
	border:none;
}

a.button:hover,
button.button:hover,
input.button[type="submit"]:hover {
	text-decoration: none;
	background-color: #7f5401;
}

a.small-button,
input.small-button[type="submit"],
button.small-button {
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	display: block;
	background-color: #956303;
	padding: 1px 7px 2px;
	border: none;
}

a.small-button:hover,
input.small-button[type="submit"]:hover,
button.small-button:hover {
	text-decoration: none;
	background-color: #7f5401;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

ul {
	margin: 5px 0 20px 15px;
	padding: 0 0 0 0;
}

/* shop startseite
--------------------------------------------------------------------*/

.categorie {
	margin: 15px 0;
	padding: 0;
	text-align: center;
}

.categorie h2 {
	margin: 0 0 10px 0;
	padding: 0;
}

.categorie p a {
	color: #333;
}

.categorie img {
	display: inline-block;
	margin: 0 0 20px 0;
}

.categorie .title {
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 0 11px 0;
	margin: 0;
}

.categorie .title a {
	color: #956303;
}

.categorie .title a:hover {
	text-decoration: none;
}

.categorie .description {
	font-size: 12px;
	line-height: 20px;
	background-color: #1e1e1e;
	padding: 9px 10px 8px;
	margin: 0;
}

img.categorie_listing_small_cover {
	height: 200px;
	width: auto;
}

/* shop
--------------------------------------------------------------------*/

.shop {
}

a.cart-button {
    margin-left: 5px;
}

.breadcr {
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 30px;
	padding: 0 0 10px 0;
	color: #707070;
	overflow: hidden;
}

.breadcr a {
}

.breadcr a.arrow {
	color: #707070;
}

.categories {
	border-left: 1px solid #d7d7d7;
	padding: 0 0 0 30px;
}

.categories a {
	display: block;
	font-size: 20px;
	color: #551705;
	padding: 0 0 4px 0;
}

.categories a.level1 {
	font-size: 14px;
	font-style: italic;
	line-height: 21px;
	margin-left: 5px;
	padding-left: 15px;
	border-left: 1px solid #d7d7d7;
}

.categories a:hover {
	color: #ba5a3e;
	text-decoration: none;
}

#adress_list {
	margin: 15px 0;
	min-height: 230px;
}

#adress_list,
.adress-box {
	background-color: #e7e7e7;
	padding: 15px;
}

.standart_address {
	border: 1px solid #7f5401;
}

.adress_list_buttons {
	margin: 8px 0 0 0;
}

.checkout-bar {
	margin: 0 0 30px 0;
}

.checkout-bar .btn {
	border-radius: 0;
	border: 1px solid #724c02;
}

.checkout-bar .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	opacity: 1;
	color: #b29e77;
	background-color: #d8c5a0;
}

.checkout-bar .btn-default {
	color: #e7e1d7;
	background-color: #ab853d;
}

.checkout-bar .btn-default:hover {
	background-color: #977431;
}

.btn-group a.btn.current {
	color: #fff;
	background-color: #956303;
	opacity: 1;
}

.button-bottom-wrapper {
	padding: 30px 0 0 0;
}

table.confirmation_products {
	width: 100%;
}

.iradio_minimal-red {
	margin: -3px 6px 0 0;
}

.checkbox {
	padding-left: 0;
	margin-bottom: 15px;
}

.messageStackError {
	background-color: #f5e9e9;
	padding: 5px 10px 7px;
}

.messageStackError img {
	display: none;
}

.error-warning {
	font-size: 14px;
	line-height: 22px;
	background-color: #f5e9e9;
	padding: 10px;
}

.error-warning img {
	display: none;
}

.product_content {
	text-align: center;
}

.product img,
.product_content img {
	margin: 0;
}

@media (min-width: 768px) {

	.product_content a:first-child {
	display: block;
	height: 175px;
	}

	.product_content a img {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}

}

@media (max-width: 767px) {
	.product_content a:first-child {
		height: auto;
	}
}

a.product_title,
.product a.listing_title {
	color: #333;
	font-weight: 600;
}

a.product_title:hover,
.product a.listing_title:hover {
	text-decoration: none;
}

.product {
	text-align: center;
	margin: 0 0 35px 0;
}

.product .subtitle {
    height: 26px;
}

.product .price {
    float: none;
    margin: 0;
    font-size: 16px;
}

.small-description {
	font-size: 14px;
	line-height: 22px;
}

.to-product-info {
	display: inline-block;
}

.image-table {
	display: table;
	width: 100%;
	margin: 0 0 8px 0;
}

.image-wrap {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.image-wrap img {
	display: inline;
}

.product_cover img {
	border: 1px solid #d7d7d7;
}

.product_cover a {
	display: block;
	cursor: zoom-in !important;
}

.product_cover a:hover {
	cursor: zoom-in;
}

.price-to-cart-wrapper {
	margin: 10px 0 0 0;
	width: auto;
}

.price-to-cart-wrapper form {
	float: left;
}

.price-to-cart-center-wrap {
	display: inline-block;
}

.options {
	margin: 0 0 30px 0;
}

label.select-info {
	display: block;
	font-weight: normal;
}

.price {
	font-size: 26px;
	font-weight: 600;
	float: left;
	margin: 3px 15px 0 0;
}

.price-small {
	font-style: italic;
	float: left;
	margin: -1px 15px 0 0;
}

.text_enlarge {
	margin: 10px 0 0 0;
}

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


.success {
	background-color: #e2f1e2;
	padding: 10px 15px;
	margin: 0 0 25px 0;
}

.cart-sidebar {
	margin: 0 0 30px 0;
	padding: 15px;
	background-color: #e7e7e7;
	font-size: 14px;
}

.cart-sidebar h2 {
	padding-top: 0;
}

.shoppingCartPrice {
	float: right;
}

.line_total {
	border-top: 1px solid #565656;
	margin: 10px 0 0 0;
	padding: 10px 0 0;
}

.zzgl_versandkosten_text {
	font-size: 12px;
	float: right;
}

#number_of_rows {
	font-size: 12px;
	margin: 30px 0 0 0;
}

.product-image-price {
	padding-bottom: 30px;
}

table.productListing img {
	width: 40px;
}

.schluckauf {
	margin: 30px 0 0 0;
}

.description {
	margin: 0 0 30px 0;
}

.checkout_payment_moduls label {
	margin: 12px 0 0 0;
}


form[name="checkout_payment"] .checkbox label input[type="radio"] {
    margin: 0 5px 10px 0;
}


form[name="checkout_payment"] label {
    display: block;
}


/* shop listenansicht
--------------------------------------------------------------------*/

.cat-intro-descr {
	padding: 0 0 15px 0;
}

/* footer
--------------------------------------------------------------------*/

.footer {
	padding: 0 0 30px 0;
	color: #fff;
}

.footer h2 {
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	padding: 30px 0 10px 0;
	margin: 0 0 15px 0;
}

.footer h3, .footer h5 {
	display: none;
}

.footer ul {
	list-style: none;
	margin: 0;
}

.footer li,
.footer li a,
.footer a  {
	list-style: none;
	font-size: 13px;
	line-height: 20px;
	color: #fff;
	font-weight: 400;
}

#recent_categories {
	line-height: 20px;
}

.last-line {
	border-top: 1px solid #fff;
	margin: 30px 0;
	padding: 20px 0 0 0;
	font-size: 13px;
	line-height: 20px;
}

.last-line ul li {
	float: left;
	margin: 0 0 0 15px;
}

/* inputs
--------------------------------------------------------------------*/

input.form-control.search {
	color: #555555;
	background-color: #fff;
	box-shadow: none;
}

input.form-control.search:active,
input.form-control.search:focus {
	color: #000;
	background-color: #e2dcba;
}

input.form-control,
textarea.form-control,
input.norm_form {
	background-color: #e6e3cf;
	border-radius: 0;
	border: none;
	box-shadow: none;
}

input.norm_form,
select.norm_form {
    width: 95%;
    height: 34px;
    padding: 6px 12px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    background-color: #e6e3cf;
	border-radius: 0;
	border: none;
	box-shadow: none;
}

.btn-default .caret {
	border-top-color: #fff;
}

input.form-control:active,
input.form-control:focus,
textarea.form-control:active,
textarea.form-control:focus {
	border: none;
	box-shadow:none;
	background-color: #e2dcba;
}

textarea {
	resize: none;
}

.auto-resize {
	-webkit-transition: height 0.2s;
	-moz-transition: height 0.2s;
	transition: height 0.2s;
}

.form-control {
	height: auto;
}

/* buttons
--------------------------------------------------------------------*/

.btn-default {
	color: #fff;
	background-color: #504000;
	border: none;
	border-radius: 0;
}

.btn-default:hover {
	color: #fff;
	background-color: #7c660c;
}

.dropdown-menu {
	border: 0;
}

/* tables
--------------------------------------------------------------------*/

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
	border: 1px solid #242424;
}

/* plugins
--------------------------------------------------------------------*/

#Gallery img {
	float: left;
}

.foto_zoom img {
	max-width: none;
}

div.gallery-row:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
div.gallery-item { float: left; width: 33.33333333%; }
div.gallery-item a { display: block; margin: 5px; padding: 10px 10px 0 0; }
div.gallery-item img { display: block; width: 100%; height: auto; border: 1px solid #242424}

/* links
--------------------------------------------------------------------*/

.linkbox {
	border: 1px solid #d7d7d7;
	padding: 0 15px 15px 15px;
	min-height: 270px;
	margin-bottom: 20px;
	text-align: center;
}

.linkbox img {
	display: block;
	margin: 0 auto;
	border-bottom: 1px solid #d7d7d7;
}

@media (max-width: 991px) {
	.linkbox {
		min-height: 50px!important;
	}
}

#fb-root {
	overflow: hidden!important;
}



.more-images img {
	float: left;
	margin: 0 5px 5px 0;
}


/* Div
----------------------------------------------- */

.hinweis-box {
    border: 2px solid #b72762;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 20px 10px 20px;
    margin-bottom: 40px;
}

.hinweis-box h2 {
    color: #b72762;
}
