
/*
	
font-family: "raleway", sans-serif;
font-weight: 400/700;

font-family: "baker-signet-web", serif;
font-weight: 400;

BEIGE: #efe9e3
BROWN: #2c2b29
YELLOW: #e9b44c
PINK: #d31145
RED: #9b2915	
	
*/


* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

/* general */

body {
	font-family: "raleway", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #2c2b29;
	background: #efe9e3;
}

br.clear {
	clear: both;
}

/* wrapper */

.wrapper {
	margin: 0 auto;
	max-width: 1280px;
	position: relative;
}

/* controls */

.controls {
	float: left;
	width: 100%;
	background: #efe9e3;	
}

/* nav */

nav {
	float: left;
} 

.wasebrandhouthandel nav {
	width: 100%;
	text-align: center;
}

nav a {
	display: inline-block;
	color: #412800;
	font-size: 16px;
	line-height: 1em;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px 20px;
}

nav a:hover {
	background: rgba(44, 43, 41, 0.15);
}

nav a.active {
	color: #fff;
	background: #2c2b29;
}

/* nav toggle */

.nav_toggle {
	float: right;
	display: none;
}

.nav_toggle img {
	float: right;
	width: 35px;
	margin: 20px 25px;
}

/* cart indicator */

.cart_indicator {
	float: right;
	font-weight: 700;
	font-size: 14px;
	vertical-align: middle;
	text-decoration: none;
	margin-top: 16px;
	margin-left: 25px;
	color: #2c2b29;
	opacity: 0.6;
}

.cart_indicator.active {
	opacity: 1;
}

.cart_indicator img {
	width: 21px;
	vertical-align: middle;
	margin-right: 4px;
}

.cart_indicator em {
	font-style: normal;
}

/* user indicator */

.user_indicator {
	float: right;
	font-weight: 700;
	font-size: 14px;
	vertical-align: middle;
	text-decoration: none;
	margin-top: 16px;
	margin-left: 25px;
	color: #2c2b29;
	opacity: 0.6;
}

.user_indicator:hover {
	opacity: 1;
}

.user_indicator.active {
	opacity: 1;
}

.user_indicator img {
	width: 21px;
	vertical-align: middle;
	margin-right: 4px;
}

/* logo */

div.logo {
	float: left;
	width: 100%;
	padding: 45px 0;
	text-align: center;
	position: relative;
	z-index: 200;
}

div.logo img {
	height: 75px;
}

/* header */

.header {
	float: left;
	width: 100%;
	background-size: cover !important;
	position: relative;
}

.header div.overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(44, 43, 41, 0.65);
}

/* banner text */

.banner_text {
	float: left;
	width: 100%;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 250;
	margin-bottom: 10px;
}

.banner_text h1 {
	font-size: 25px;
	font-weight: 400;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 20px;
}

.banner_text p {
	line-height: 1.5em;
	margin-bottom: 25px;
}

.banner_text a.button {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	border: 2px solid #fff;
	padding: 10px 20px;
	text-decoration: none;
	font-weight: 700;
}

.banner_text a.button:hover {
	color: #2c2b29;
	background: #fff;
}

/* content*/

.content {
	float: left;
	width: 100%;
	padding: 50px 0 25px 0;
}

.content a {
	color: #d31145;
}

.content a:hover {
	color: #2c2b29;
}

.content a.button {
	display: inline-block;
	width: auto;
	padding: 8px 16px;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 700;
	text-decoration: none;
	color: #2c2b29;
	border: 2px solid #2c2b29;
}

.content a.button:hover {
	color: #fff;
	background: #2c2b29;
}

.content img.left {
	float: left;
	padding-right: 15px;
	margin-right: 15px;
}

.content img.right {
	float: right;
	padding-left: 15px;
	margin-left: 15px;
}

.content img.full {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.content h1 {
	font-weight: 400;
	font-size: 30px;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 30px;
}

.content.wasebrandhouthandel h1 {
	font-family: "baker-signet-web", serif;
	font-weight: 400;
	font-size: 35px;
}

.content h1.category_title {
	font-size: 35px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	line-height: 1.1em;
}

.content.wasebrandhouthandel h1.category_title {
	font-size: 45px;
}

.content h1 a {
	text-decoration: none;
}

.content h1.center {
	text-align: center;
}

.content h1.nomargin {
	margin-bottom: 5px;
}

.content h1.lessmargin {
	margin-bottom: 15px;
}

.content h2 {
	font-size: 21px;
	font-weight: 700;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 25px;
}

.content h2.center {
	text-align: center;
}

.content h2.nomargin {
	margin-bottom: 5px;
}

.content span.number {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #999;
	margin-bottom: 20px;
}

.content p {
	line-height: 1.5em;
	margin-bottom: 25px;
}

.content p.center {
	text-align: center;
}

.content p.error {
	color: #9b2915;
}

.content ul {
	list-style-type: disc;
	margin-bottom: 25px;
}

.content ol {
	list-style-type: decimal;
	margin-left: 10px;
	margin-bottom: 25px;
	padding-left: 15px;	
}

.content li {
	margin-left: 15px;
	margin-bottom: 10px;
	line-height: 1.5em;
}

.content ul.check {
	list-style-type: none;
	margin-bottom: 22px;
}

.content ul.check li {
	margin-left: 0;
	padding-left: 26px;
	margin-bottom: 8px;
	background: url('/_graphics/icon_check.png') top left no-repeat;
	background-size: 16px auto;
}

.content table {
	width: 100%;
	margin-bottom: 25px;
}

.content td {
	padding: 10px 5px;
	vertical-align: top;
	line-height: 1.4em;
	border-bottom: 1px solid #ccc;
}

.content hr {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ccc;
	margin-bottom: 25px;
}

.content hr.spacer75 {
	border: 0;
	margin-bottom: 75px;
}

.content hr.spacer50 {
	border: 0;
	margin-bottom: 50px;
}

.content hr.spacer25 {
	border: 0;
	margin-bottom: 25px;
}

.responsive_iframe_wrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.responsive_iframe_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* events */

a.event {
	float: left;
	width: 100%;
	position: relative;
	background-size: cover !important;
	box-sizing: border-box;
	padding: 60px 30px;
	text-decoration: none;
	margin-bottom: 25px;
	color: #fff !important;
}

a.event strong {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	position: relative;
	z-index: 200;
	font-size: 28px;
	text-align: center;
}

a.event b {
	float: left;
	width: 100%;	
	position: relative;
	z-index: 200;
	font-weight: 400;
	font-size: 21px;
	text-align: center;
}

a.event div.overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background: rgba(44, 43, 41, 0.4);
	transition: all 0.3s;
}

a.event:hover div.overlay {
	background: rgba(44, 43, 41, 1);
}

/* crumb */

.crumb {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #999;
	margin-bottom: 15px;
}

.crumb a {
	color: #999;
}

.crumb a:hover {
	color: #2c2b29;
}

/* sidebar */

.sidebar {
	float: left;
	width: 22%;
	margin-bottom: 25px;
}

/* sidebar toggle */

.sidebar_toggle {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff !important;
	background: #2c2b29;
	padding: 12px 0;
	margin-bottom: 20px;
	display: none;
}

/* main */

.main {
	float: right;
	width: 74%;
}

.main.center {
	margin-right: 13%;
}

/* subnav */

ul.subnav {
	float: left;
	width: 100%;
	list-style-type: none;
	border-top: 1px solid #ccc;
	margin-bottom: 25px;
}

ul.subnav li {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ccc;
}

ul.subnav li a {
	float: left;
	width: 100%;
	margin: 0;
	padding: 15px 0;
	color: #412800;
	font-size: 15px;
	line-height: 1em;
	text-transform: uppercase;
	text-decoration: none;
}

ul.subnav li a:hover {
	background: rgba(44, 43, 41, 0.15);
}

ul.subnav li a.active {
	color: #fff;
	background: #2c2b29;
}

ul.subnav li a span {
	padding: 0 10px;
}

/* childnav */

ul.subnav li.child {
	width: calc(100% - 20px);
	margin: 0 0 0 20px;
	margin-bottom: 1px;
}

ul.subnav li.child a {
	float: left;
	width: 100%;
	margin: 0;
	padding: 10px 0;
	color: #412800;
	font-size: 14px;
	line-height: 1em;
	text-transform: none;
	text-decoration: none;
}

ul.subnav li.child a:hover {
	background: rgba(44, 43, 41, 0.15);
}

ul.subnav li.child a.active {
	color: #2c2b29;
	font-weight: 700;
	background: rgba(44, 43, 41, 0.15);
}

/* filter */

div.filter {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

div.filter a {
	float: left;
	box-sizing: border-box;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 7px 14px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin: 0 7px 7px 0;
}

div.filter a:hover {
	border: 1px solid #2c2b29;
}

div.filter a.active {
	color: #fff;
	background: #2c2b29;
	border: 1px solid #2c2b29;
	text-decoration: none;
}

div.filter a.active img {
	display: inline-block;
	width: 11px;
	margin-top: 1px;
	margin-left: 4px;
	vertical-align: top;
}

/* categories */ 

.category_wrapper {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.category_wrapper a {
	float: left;
	width: 31%;
	box-sizing: border-box;
	margin-right: 3.5%;
	margin-bottom: 35px;
}

.category_wrapper a:nth-child(3n) {
	margin-right: 0;
}

.category_wrapper a div {
	float: left;
	width: 100%;
	background-size: cover !important;
}

.category_wrapper a div img {
	float: left;
	width: 100%;
}

.category_wrapper a span {
	float: left;
	width: 100%;
	box-sizing: border-box;
	color: #2c2b29;
	background: #e9b44c;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	padding: 15px 10px;
	text-decoration: underline;
}

.category_wrapper a:hover {

}

.category_wrapper a:hover span {
	color: #fff;
	background: #2c2b29;
	text-decoration: none;
}

/* search */

#search {
	float: right;
	margin-left: 30px;
}

form.search_form {
	float: left;
	position: relative;
}

form.search_form:after {
	content: "\f002";
    font-family: "FontAwesome";
    font-size: 13px;
    color: #51626f;
    background: none;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 9px 15px 0;
    position: absolute;
    pointer-events: none;
    line-height: 22px;
    border-radius: 4px;
}

form.search_form input.query {
	float: left;
	width: 250px;
	box-sizing: border-box;
	padding: 8px 15px;
	font-family: "raleway", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #2c2b29;
	background: #fff;
	border: 1px solid #ddd;	
}

form.search_form input {
	outline: 0;
}

form.search_form input.button {
	opacity: 0.8;
}

form.search_form input.button:hover {
	opacity: 1;
}

/* products */

.product_wrapper {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.product_wrapper a {
	float: left;
	width: 22.5%;
	box-sizing: border-box;
	margin-right: 3.33%;
	margin-bottom: 35px;
}

.product_wrapper a:nth-child(4n) {
	margin-right: 0;
}

.product_wrapper a div {
	float: left;
	width: 100%;
	background-size: cover !important;
	margin-bottom: 10px;
}

.product_wrapper a div img {
	float: left;
	width: 100%;
}

.product_wrapper a span {
	float: left;
	width: 100%;
	box-sizing: border-box;
	color: #2c2b29;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 7px;
	text-decoration: underline;
}

.product_wrapper a b {
	float: left;
	color: #2c2b29;
	background: #e9b44c;
	font-size: 14px;
	font-weight: 700;
	padding: 5px 8px;
	border-radius: 7px;
}

.product_wrapper a:hover b {
	color: #fff;
	background: #2c2b29;	
}

/* product page */

.product_text {
	float: left;
	width: 55%;
}

.product_images {
	float: right;
	width: 40%;
}

.product_images img.main {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.product_images a.thumb img {
	float: left;
	width: 100%;
}

.product_images a.thumb {
	float: left;
	width: 25%;
	background-size: cover !important;
}

b.price_label {
	display: inline-block;
	color: #2c2b29;
	background: #e9b44c;
	font-size: 18px;
	font-weight: 700;
	padding: 5px 8px;
	border-radius: 7px;
}

b.mini_price_label, 
.form span.label b.mini_price_label, 
.form span.checkbox b.mini_price_label {
	display: inline-block;
	color: #2c2b29;
	background: #e9b44c;
	font-size: 13px;
	font-weight: 700;
	padding: 3px 7px;
	border-radius: 7px;
}

em.unit {
	float: left;
	width: 100%;
	font-style: normal;
	color: #999;
	font-size: 13px;
	margin-top: 4px;
}

em.unit.large {
	font-size: 15px;
}

.form label {
	cursor: pointer;
}

/* cta */

.cta_wrapper {
	float: left;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin-bottom: 25px;
}

.cta_wrapper a {
	float: left;
	width: 49.2%;
	color: #2c2b29;
	border: 2px solid #2c2b29;
	box-sizing: border-box;
	padding: 40px;
	text-decoration: none;
}

.cta_wrapper a.facebook {
	color: #4266b2;
	border: 2px solid #4266b2;
}

.cta_wrapper a.full {
	width: 100%;
}

.cta_wrapper a:hover {
	color: #fff;
	background: #2c2b29;
}

.cta_wrapper a.facebook:hover {
	color: #fff;
	background: #4266b2;
}

.cta_wrapper a:hover u {
	color: #fff;
}

.cta_wrapper a strong {
	float: left;
	width: 100%;
	font-weight: 700;
	font-size: 28px;
	margin-bottom: 15px;
}

.cta_wrapper a p {
	float: left;
	width: 100%;
	font-size: 17px;
	margin-bottom: 15px;
	line-height: 1.5em;
}

.cta_wrapper a u {
	float: left;
	font-size: 16px;
	color: #d31145;
}

/* cart */

.cart {
	float: left;
	width: 100%;
	border-collapse: collapse;
}

.cart th {
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
	background: rgba(44, 43, 41, 0.05);
	border: 1px solid #ccc;
}

.cart td {
	background: #f5f5f5;
	padding: 10px;
	vertical-align: middle;
	border: 1px solid #ddd;
}

.cart td img.product_image {
	height: 80px;
	margin: 10px;
}

.cart td span {
	color: #999;
	font-size: 14px;
}

.cart td.delete {
	width: 15px; 
}

.cart td.delete img {
	width: 15px;
	opacity: 0.8;
	vertical-align: middle;
}

.cart td.delete img:hover {
	opacity: 1;
}

.cart td.total {
	padding: 10px;
	font-size: 20px;
	color: #fff;
	background: #2c2b29;
	border: 1px solid #2c2b29;
	text-transform: uppercase;
}

.cart td.total span {
	color: #ddd;
}

.cart td.right, 
.cart th.right {
	text-align: right;
}

.cart td.small {
	color: #eee;
	font-size: 13px;
}

.cart td b.green {
	color: #09814a;
}

.showmobile {
	display: none;
}

/* google maps */

#google_maps_canvas {
	float: left;
	width: 100%;
	height: 350px;
	border-bottom: 1px solid #ccc;
}

/* sitemap */

ul#sitemap {
	font-size: 18px;
}

ul#sitemap li ul {
	list-style-type: disc;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li {
	font-size: 17px;
}

ul#sitemap li ul li ul {
	list-style-type: square;
	margin-top: 5px;
	padding-left: 15px;
}

ul#sitemap li ul li ul li {
	font-size: 16px;
}

/* form */

.form {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

.form.border {
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 20px;
	background: rgba(44, 43, 41, 0.05);
}

/* form labels */

.form span.label, 
.form span.hint {
	float: left;
	width: 100%;
}

.form span.label {
	font-weight: 700;
	margin-bottom: 2px;
}

.form span.label.error {
	color: #9b2915;
}

.form span.hint {
	font-weight: normal;
	font-size: 13px;
	color: #777;
	margin-top: -5px;
	margin-bottom: 15px;
}

.form span.hint a {
	color: #777;
}

.form span.hint a:hover {
	color: #555;
}

.form span.checkbox {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 5px;
}

.form span.label b, 
.form span.checkbox b {
	color: #999;
	font-size: 12px;
	font-weight: normal;
}

.form span.label.error b, 
.form span.checkbox.error b {
	color: #9b2915;
	font-weight: 700;
}

.form span.form_block {
	float: left; 
	width: 100%; 
	margin-bottom: 15px;
}

.form span.form_block.error {
	color: #9b2915;
}

/* form fields */

.form input.text {
	float: left;
	width: 100%;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	margin-top: 3px;
	margin-bottom: 10px;
	color: #2c2b29;
	font-family: "raleway", sans-serif;
	font-weight: 400;
	font-size: 17px;
}

.form input.text.error {
	border: 1px solid #9b2915;
}

.form textarea {
	float: left;
	width: 100%;
	box-sizing: border-box;
	height: 75px;
	background: #fff;
	padding: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
	color: #2c2b29;
	font-family: "raleway", sans-serif;
	font-weight: 400;
	font-size: 17px;
}

.form textarea.error {
	border: 1px solid #9b2915;
}

.form select {
	float: left;
	width: 100%;
	background: #fff;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 10px;
	color: #2c2b29;
	font-family: "raleway", sans-serif;
	font-weight: 400;
	font-size: 17px;
}

.form input.checkbox {
	float: left;
	vertical-align: top;
	display: block;
	overflow: hidden;
	padding: 0; 
	border: 0;
	margin: 2px 4px 2px 0;
	width: 13px;
	height: 13px;
	line-height: 1em;
}

div.form_break {
	float: left;
	width: 100%;
	height: 15px;
	margin-top: 10px;
	border-top: 1px solid #ddd;
}

div.form_title {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 15px;
	color: #000;
}

/* feedback */

div.feedback {
	float: left;
	width: 100%;
	padding: 18px 0;
	font-size: 20px;
	text-align: center;
	color: #fff;
	background: #09814a;
}

div.feedback.error {
	background: #9b2915;
}

div.feedback a {
	color: #fff;
}

div.feedback a:hover {
	color: #eee;
}

/* button */

button::-moz-focus-inner { 
    border: 0;
    padding: 0;
}

button {
	cursor: pointer;
	overflow: visible;
	outline: none;
	display: inline-block;
	width: auto;
	padding: 8px 16px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5em;
	text-decoration: none;
	background: none;
	color: #2c2b29;
	border: 2px solid #2c2b29;
}

button:hover {
	color: #fff;
	background: #2c2b29;
}

/* footer */

.footer {
	float: left;
	width: 100%;
	color: #888;
	font-size: 15px;
	line-height: 1.6em;
	text-align: center;
	padding: 30px 0;
	border-top: 1px solid #ccc;
}

.footer a {
	color: #888;
	white-space: nowrap;
}

.footer a:hover {
	color: #2c2b29;	
}

.footer span {
	white-space: nowrap;
}

/* quoted */

img.quoted {
	vertical-align: middle;
	height: 15px;
	margin-left: 10px;
}
