/*Standard*/

/*article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}*/
.clearL,
.clearR,
.clear
{
	clear: both;
}
H1, H2, H3, H4, H5, H6
{
	font: 40px / 140% Impact, Arial, Verdana, Sans-serif;
	color: #906A00;
	padding: 10px 0 0;
	text-transform: uppercase;
}
P
{
	padding: 10px 0 5px;
}
A
{
	color: #FF0000;
	text-decoration: none;
}
A:hover
{
	text-decoration: none;
}
HR
{
	background: transparent;
	border: 0 solid #000000;
	height: 0;
	padding: 0;
	margin: 20px 0;
	border-bottom: 1px solid #000;
}
TEXTAREA, INPUT, BUTTON
{
	resize: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	border-radius: 0px;
	-moz-border-radius: 0px;
	/*-webkit-border-radius: 0px;*/
	font-family: inherit;
	-webkit-font-smoothing: inherit;
	padding: 5px;
	border: 1px solid #CCC;
	background: #FFF;
}
BUTTON
{
	border: none;
	cursor: pointer;
}

INPUT[type=text], TEXTAREA, INPUT[type=password], INPUT[type=email], SELECT, BUTTON
{
	width: 100%;
}
INPUT[type=text], TEXTAREA, INPUT[type=submit], INPUT[type=reset], INPUT[type=password], INPUT[type=email], TEXTAREA, BUTTON
{
	-webkit-appearance: none;
	/*-moz-appearance: none;*/
	/*-ms-appearance: none;*/
	/*-o-appearance: none;*/
	/*appearance: none;*/
}
INPUT:-webkit-autofill, TEXTAREA:-webkit-autofill
{
	-webkit-box-shadow: 0 0 0 1000px #FFF inset;
	-webkit-text-fill-color: #000;
}
::-webkit-input-placeholder
{
	color: #ccc;
}
:-moz-placeholder
{
	opacity: 1;
	color: #ccc;
}
::-moz-placeholder
{
	opacity: 1;
	color: #ccc;
}
:-ms-input-placeholder
{
	color: #ccc;
}

P.align-center, H1.align-center, H2.align-center, H3.align-center, H4.align-center, H5.align-center, A.align-center, P A.align-center
{
	text-align: center;
}
P.align-right, H1.align-right, H2.align-right, H3.align-right, H4.align-right, H5.align-right, A.align-right, P A.align-right
{
	text-align: right;
}
P.align-justify, H1.align-justify, H2.align-justify, H3.align-justify, H4.align-justify, H5.align-justify, A.align-justify, P A.align-justify
{
	text-align: justify;
}
A.Button, A .Button, .Button A {
	display: inline-block;
	background: #e37234;
	color: #fff;
	padding: 5px 20px;
}
A.Button:hover, A:hover .Button, .Button A:hover {
	background: #de570e;
	text-decoration: none;
}
.right {
	text-align: right;
}
/*Template*/
HTML, BODY, #site
{
	height:100%;
}
BODY > #site
{
	height:auto;
	min-height:100%;
}
BODY
{
	overflow-x: hidden;
	font: 20px Impact, Arial, Verdana, Sans-serif;
	line-height: 20px;
	color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    background-color: #000000;
    /*background: #000000 url(../img/cover.jpg) repeat center top;
    background-size: cover;*/
}
#site
{
}
#page
{
}
/*Head*/
.head
{
	position: relative;
	width: 100%;
	height: 60px;
	padding-top: 15px;
	background: #000 url(../img/glanz.png) no-repeat center top;
}
.headwrap {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}
.social {
	float: left;
	width: 355px;
	padding-top: 10px;
}
.social ul li {
	float: left;
	width: 80px;
	text-align: center;
}
.social ul li A {
	color: #FFFFFF;
}
.social ul li A:hover {
	color: #FF0000;
}
.social ul li A span {
	display: none;
}
#logo
{
	background: url(../img/logo.png) no-repeat center top;
	width: 161px;
	height: 45px;
	text-align: center;
	float: left;
}
#logo A
{
	display: block;
	width: 161px;
	height: 45px;
}
#logo A SPAN
{
	display: none;
}
.kontakt {
	float: left;
	margin-left: 50px;
	width: 305px;
	padding-top: 10px;
}
.kontakt ul li {
	float: left;
	width: 80px;
	text-align: center;
}
.kontakt ul li A {
	color: #FFFFFF;
}
.kontakt ul li A:hover {
	color: #FF0000;
}

#socialshareprivacy {
	float: left;
}

/*
.cross-sell {
    position: absolute;
    left: 50%;
    top: 70px;
    transform: translateX(-50%);
}
*/

.cross-sell {
	position: absolute;
	left: calc(100% - 150px);
    width: 100%;
    top: 7px;
}
.cross-sell ul{}
.cross-sell ul li{
    list-stlye: none;
    display: inline-block;
}
.cross-sell ul li A{
    display: block;
}
.cross-sell ul li A IMG{
    height: 25px;
    width: auto;
}

.cross-sell ul li A:hover IMG{
 -webkit-filter: sepia() saturate(330%) hue-rotate(0deg);
}
/*Allcont*/
.allcont
{
}
.newsletterbox, .biobox, .shopbox
{
	display: none;
	z-index: 99999;
	position: absolute;
	width: 500px;
	top: 20%;
	left: 50%;
	margin-left: -300px;
	padding: 50px;
	background-color: #000000;
	text-align: center;
	box-shadow: 0px 0px 4px #000000;
	border: 1px solid #000000;
}
A.close {
	background-color: #906A00;
	padding: 5px 20px;
	color: #FFFFFF;
	font-size: 15px;
}
A:hover.close {
	background-color: #FFFFFF;
	color: #906A00;
	text-decoration: none;
}
.cont
{
}
.lbox {
	width: 48%;
	float: left;
	margin-top: 20px;
	margin-right: 4%;
}
.rbox {
	width: 48%;
	margin-top: 20px;
	float: left;
}
/*Foot*/
.foot
{
	position: relative;
	width: 100%;
	height: 60px;
	padding-top: 15px;
	text-align: center;
	font: normal 15px Impact, Arial, Verdana, Sans-serif;
	color: #906A00;
}
.foot A
{
	color: #906A00;
}
.foot A:hover {
	color: #FF0000;
}
.foot P
{
	display: inline;
	padding: 0;
}
