body, html {
	margin:0px;
	font-family:Arial;
	background-color:#FFFFFF;
	height:100%;
	background-color:#000000;
	background-image:url(images/background.jpg); 
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
	background-size: cover;
}
#content_container {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-600px;
	margin-top:-350px;
	z-index:2;
	width:1200px;
	height:700px;
	border:1px solid #710005;
	color:#FFFFFF;
}
.textinput {
	border:1px solid #7c7c7c;
	background-color:#000000;
	color:#FFFFFF;
	font-family:Arial;
	font-size:10pt;
}

/********/
/* Menü */
/********/
#social {
	position:absolute;
	right:20px;
	bottom:-4px;
}
#social img {
	margin-left:8px;
}
#menu_container {
	position:absolute;
	background-image:url(images/menu_background.png);
	background-repeat:no-repeat;
	left:50%;
	margin-left:-600px;
	top:50%;
	margin-top:220px;
	width:1200px;
	height:112px;
	text-align:center;
	z-index:100;
}
#submenu_container {
	margin-top:20px;
	text-align:center;
	width:100%;
	font-size:8pt;
	letter-spacing:1.5px;
	font-weight:bold;
}
#submenu_container  a{
	outline:0;
	color:#bdbdbd;
	text-decoration:none;
	padding:0px 4px;
	text-transform:uppercase;
}
#submenu_container  a:hover{
	color:#FD000B;
}
#menu_home_btn {
	outline:0;
	position:absolute;
	width:110px;
	height:90px;
	left:40px;
	top:0px;
}
.menu_item {
	outline:0;
	display:inline-block;
	height:43px;
	background-repeat:no-repeat;
	background-position:center;
	margin-top:31px;
	padding:0px 28px;
}
#menu_duft {
	width:62px;
	background-image:url(images/btn_duft.png);
}
#menu_duft:hover {
	background-image:url(images/btn_duft_a.png);
}
#menu_konzept {
	width:113px;
	background-image:url(images/btn_konzept.png);
}
#menu_konzept:hover {
	background-image:url(images/btn_konzept_a.png);
}
#menu_produkte {
	width:131px;
	background-image:url(images/btn_produkte.png);
}
#menu_produkte:hover {
	background-image:url(images/btn_produkte_a.png);
}
#menu_kommunikation {
	width:211px;
	background-image:url(images/btn_kommunikation.png);
}
#menu_kommunikation:hover {
	background-image:url(images/btn_kommunikation_a.png);
}
#menu_fragrance {
	width:149px;
	background-image:url(images/btn_fragrance.png);
}
#menu_fragrance:hover {
	background-image:url(images/btn_fragrance_a.png);
}
#menu_concept {
	width:115px;
	background-image:url(images/btn_concept.png);
}
#menu_concept:hover {
	background-image:url(images/btn_concept_a.png);
}
#menu_communication {
	width:213px;
	background-image:url(images/btn_communication.png);
}
#menu_communication:hover {
	background-image:url(images/btn_communication_a.png);
}
#menu_products {
	width:133px;
	background-image:url(images/btn_products.png);
}
#menu_products:hover {
	background-image:url(images/btn_products_a.png);
}
#shopbutton {
	position:absolute;
	right:0;
	top:0;
	background-color:rgba(0, 0, 0, 0.8);
	background-image:url(images/cart.png);
	background-repeat:no-repeat;
	background-position:10px center;
	border-bottom:1px solid #710005;
	border-left:1px solid #710005;
	width:145px;
	height:37px;
	line-height:37px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	text-align:right;
	padding-right:10px;
}


/***********/
/* Content */
/***********/
.headline {
	border-bottom:4px solid #FD000B;
	width:70px;
	position:relative;
	height:70px;
	margin-bottom:10px;
}
.headline h1 {
	position:absolute;
	left:35px;
	top:7px;
	text-transform:uppercase;
	margin:0px;
	font-size:36pt;
	font-weight:normal;
	letter-spacing:10px;
	white-space:nowrap;
}
.page_content {
	position:relative;
	margin-top:60px;
	z-index:1;
}
.textbox {
	width:424px;
	padding:14px;
	background-image:url(images/textbox_background.png);
	font-size:10pt;
	color:#FFFFFF;
	letter-spacing:0.4px;
	line-height:18px;
}
.textbox a {
	color:#FD000B;
	outline:0;
}
h2 {
	color:#7c7c7c;
	font-weight:normal;
	font-size:12pt;
	margin:0px;
	text-transform:uppercase;
}
hr {
	border:0px;
	height:1px;
	background-color:#7c7c7c;
}

/********/
/* Duft */
/********/
.pyramid_text {
	position:absolute;
	top:230px;
	height:60px;
	display:none;
}

/************/
/* Produkte */
/************/
.product_text {
	display:none;
}
#range {
	font-size:0pt;
	width:100%;
	text-align:center;
	position:absolute;
	bottom:120px;
}
#range .product {
	display:inline-block;
}
#range .product img {
	height:250px;
}

/*****************/
/* Kommunikation */
/*****************/
.thumb {
	border:1px solid #7c7c7c;
	cursor:pointer;
}
.preview_container {
	position:fixed;
	z-index:9999;
	background-color:rgba(0, 0, 0, 0.8);
	left:0;
	top:0;
	right:0;
	bottom:0;
}
.preview_container .closer {
	position:absolute;
	right:20px;
	top:20px;
	width:30px;
	height:30px;
	box-sizing:border-box;
	background-color:#666666;
	border:1px solid #eeeeee;
	border-radius:20px;
	text-align:center;
	line-height:25px;
	color:#eeeeee;
	font-weight:bold;
	font-size:20px;
	cursor:pointer;
}
.preview_container video {
	position:absolute;
	width:960px;
	height:540px;
	left:50%;
	top:50%;
	margin-left:-480px;
	margin-top:-270px;
}
.preview_container .visual {
	background-image:url(images/kommunikation_poster.jpg);
	background-position:center;
	background-size:contain;
	background-repeat:no-repeat;
	width:500px;
	height:707px;
	max-width:100%;
	max-height:100%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate3d(-50%, -50%, 0);
}
.com_box {
	text-align:left;
	font-size:8pt;
	display:inline-block;
	vertical-align:middle;
}

/****************/
/* Händlersuche */
/****************/
#suggestions {
	position:absolute;
	z-index:500;
	background-color:black;
	border:1px solid #7c7c7c;
	display:none;
	width:300px;
	font-size:10pt;
}
.sug_div {
	cursor:pointer;
	padding:2px;
}
.sug_div:hover {
	background-color:#222222;
}