@CHARSET "UTF-8";
/*********************************
 * Custom Fonts
 *********************************/ 
@font-face {
	font-family: 'Roboto';
	src: url('/fonts/Roboto-Regular.ttf') format('truetype');	
}

/*********************************
 * CSS Allgemein
 *********************************/ 
html { font-size: 16px; font-family: Roboto, Verdana, Arial, sans-serif; color: rgb(0, 0, 0); }

body {
	margin: 0;
	padding: 0;
	/*background: rgb(255, 255, 255) url("../images/body_bg.png") repeat-x scroll 0px 0rem;*/
	background: rgb(70, 66, 66) url("../images/body_bg.png") repeat-x scroll 0px 0rem;
	box-sizing: border-box;
}

a { text-decoration: none; color: rgb(0, 0, 0); }
a:hover { text-decoration: underline !important; }

#wrapper {
	margin: 0 auto 0 auto;
	padding: 0 0.5rem 1rem 0.5rem;
	max-width: 1280px;
	width: 95%;
	border-left:  1px solid rgb(233, 233, 233);
	border-right: 1px solid rgb(233, 233, 233);
	border-bottom: 1px solid rgb(233, 233, 233);
	background-color: rgb(255, 255, 255);
	overflow: hidden;
	position: relative;
}

/*********************************
 * CSS Webseite
 *********************************/
header {
	margin: 0 -0.5rem;
	padding: 0 0 1.5rem 0;
	min-height: 5rem;
	vertical-align: bottom;
	background-color: rgb(235, 143, 0);
	text-align: center;
/*	background-image: url("../images/body_bg.png");
	background-repeat:	repeat-x; 
*/
}

header h1 { margin: 1.5rem 1.5rem 4rem 1.5rem; font-size: 4rem; font-weight: normal; line-height: 5rem; text-align: left; color: rgb(255, 255, 255); display: inline-block; max-width: 40rem; text-align: center; }

header .shoplink {
	margin-bottom: 2rem;
	padding: 0 1rem 0 2rem;
	background-color: rgb(255, 255, 255);
	max-width: 24rem;
	width: 50%;
	border-radius: 5rem;
	display: inline-block;
	font-size: 2rem;
	rotate: 5deg;   
}
header .shoplink:hover { text-decoration: none !important; cursor: pointer; }
header img#rk24_logo { display: inline-block; vertical-align: middle; max-width: 80% }
img#rk24_infobanner { max-width: 100%; }

header ul.links {
	margin: 0;
	padding: 0;
	font-family: arial;
	font-size: 0.75rem;
	left: 20.5rem;
	list-style: outside none none;
	position: absolute;
	top: 1.25rem;
}

header ul.links > li {
	margin: 0 0.125rem 0 0.125rem;
	padding: 0 0.25rem 0 0.375rem;
	line-height: 1.25rem;
	text-align: center;
	vertical-align: middle;
	border-left: 1px solid rgb(0, 0, 0);
	display: inline-block;
	text-align: center;
}

header ul.links > li:FIRST-CHILD { border-left: none; }

header ul.links > li a       { color: rgb(0, 0, 0); text-decoration: none; display: block; display: block; }
header ul.links > li a.login { font-weight: bold; }
header ul.links > li a:hover { text-decoration: underline;}
header ul.links > li:FIRST-CHILD > a { padding: 0 0 0 3rem; color: rgb(243, 145, 0); background: url("../images/header_links_contact.png") no-repeat scroll 0 0; }

footer { margin: 1.25rem 0 0; padding: 0.25rem 0 0 0; border-top: 1px solid rgb(200, 200, 200); }
footer > hr { margin: 0 0 5rem 0; }
footer a {
	color: rgb(150, 150, 150);
	display: block; 
	overflow: hidden; 
	font-size: 0.675rem;
	font-style: normal;
	font-weight: normal;
	line-height: 0.875rem;
	text-decoration: none; 
}

nav#menubar-top {
	margin: 0 -0.5rem; 
	padding: 0rem 0 0 0;
	background: rgba(0, 0, 0, 0) url("../images/nav_top_bg2.png") repeat-x scroll 0 0;
	background-size: 100% auto;
	overflow: hidden;
	font-size: 0.875rem;
}

nav#menubar-top ul {
	margin: 0;
	padding: 0;
	display: block;
	background-color: rgb(100, 100, 100);
	font-size: 0;
	overflow: hidden;
}

nav#menubar-top ul > li {
	margin: 0;
	padding: 0 0.5rem;
	line-height: 2rem;
	text-align: center;
	color: rgb(255, 255, 255);
	display: inline-block;
	border-right: 1px solid rgb(221, 221, 221);
	font-size: 0.875rem;	
}

nav#menubar-top ul > li:LAST-CHILD {
	border-right: none;
	border-left: 1px solid rgb(221, 221, 221);
	float: right;
}

nav#menubar-top ul > li > a { color: rgb(255, 255, 255); text-transform: uppercase; display:block; text-decoration: none !important; }
nav#menubar-top ul > li:hover { background: rgb(235, 143, 0) url("../images/main_nav_bg_hover.png") repeat-x scroll 0 0; }


/*********************************
 * CSS Produkt-Präsentation
 *********************************/
section#product_presentation {	margin: 0rem 10% 4rem; font-size: 1.25rem; line-height: 2rem; font-family: Roboto, Arial, Verdana, sans-serif; font-weight: 400; }
section#product_presentation h1 { margin: 1.5rem 0 4rem; font-size: 4rem; font-weight: normal; line-height: 5rem; text-align: left; color: rgb(255, 255, 255);}
section#product_presentation h2 { margin: 2.5rem 0 1.25rem; font-size: 3rem; font-weight: normal; line-height: 4rem; text-align: left; }
section#product_presentation p  { text-align: left; }

section#product_presentation article {
	margin: 0 0 1.75rem 0;
	padding: 0;
	max-width: 20rem;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;  
}

section#product_presentation article a { margin: 0; padding: 0; text-decoration: none; color: rgb(0, 0, 0); }
section#product_presentation article a:hover { text-decoration: underline; }
section#product_presentation article figure { max-width: 90%; }
section#product_presentation article figure img { width: 100%; }
section#product_presentation article figure figcaption { margin: 0.5rem 0 0; color: rgb(0, 0, 0); }

section#product_presentation article figure div { margin: auto; width: 100%; max-width: 90%; max-height: 250px; overflow: hidden; }
section#product_presentation article p:FIRST-CHILD { font-weight: bold; text-align: center; }

#zum_shop     { text-align: center; }
#zum_shop p   { display: block; text-align: center !important; color: rgb(100, 100, 100); font-size: 2rem; font-weight: bold; }
#zum_shop img { max-width: 100%; }

/*********************************
 * CSS Infos und Footer
 *********************************/
div#footer_services {
	margin: 0rem 0 0 0;
	text-align: center;
}

#shop_infobanner { text-align: center; width: 100%; display: block; border-top: 1px solid rgb(240, 240, 240); }

.footerbar {
	background: rgba(0, 0, 0, 0) url("../images/hr_bg.png") no-repeat top center;
	background-size: 100% auto;
}
 
.infobar {
	margin: 0.75rem 0.5rem;
	padding: 0;
	width: 100%;
	text-align: left;
	vertical-align: top;
	display: inline-block;  
}
 
.infobar > h1 {
	margin: 0.25rem 0;
	padding: 0.25rem 0;
	font-size: 0.75rem;
	font-weight: bold;
	color: rgb(75, 75, 75);
	border-bottom: 1px solid rgb(200, 200, 200);
}

.infobar a {
	color: rgb(150, 150, 150);
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 0.675rem;
	font-weight: normal;
	text-decoration: none;
	line-height: 0.875rem;
}

.footer_topic,
footer .topic {
	margin: 0.25rem 0;
	padding: 0.25rem 0;
	color: rgb(75, 75, 75);
	font-family: Verdana !important;
	font-size: 0.75rem !important;
	font-weight: bold;
	border-bottom: 1px solid rgb(200, 200, 200);
}

.copyright { color: rgb(169, 169, 169); font-size: 0.625rem; text-align: right; display: inline; float: right; }
 
#services         { max-width: 11.5rem; } 
#services   nav a { margin: 0.5rem 0 0 0; display: block; }
#glossary         { max-width: 11.5rem; }
#glossary > ul    { margin: 0; padding: 0; list-style: none; display: block; position: relative; z-index: 250; }
#glossary > ul    { margin: 0; padding: 0; list-style: none; display: block; position: relative; z-index: 250; }
#glossary a       { margin: 0.5rem 0 0 0; display: block; }
#info-tools       { max-width: 11.5rem; }
#info-tools nav a { margin: 0.5rem 0 0 0; display: block; }
#certificates     { max-width: 21rem; }
#certificates   a { display: inline-block; overflow: hidden; }
#certificates   a:LAST-CHILD { float: right; }

#glossary > ul > li > ul.glossary2Sub {
	margin: -307px 0 0 57px;
	padding: 0.625rem;
	font-size: 0.625rem;
	font-weight: normal;
	width: 260px;
	height: 308px;
	list-style: none;
	overflow: auto;
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	border: 1px solid rgb(204, 204, 204);
	position: relative;
	z-index: 10000;
	display: none;
}
#glossary > ul > li > ul.glossary2Sub li.sub {
	margin: 0;
	padding: 0.375rem 0;
	color: rgb(146, 151, 155);
	font-size: 0.75rem;
	font-weight: bold;	
	text-indent: 0.625rem;
	border-bottom: 1px solid rgb(204, 204, 204);
}

#glossary > ul > li > ul.glossary2Sub:hover,
#glossary > ul > li > a:hover ~ ul.glossary2Sub { display: block; }

#infobanner { overflow: hidden; text-align: center; }
#infobanner img { margin: 0.75rem 0; max-width: 100%; }

#payment_and_newsletter { margin-top: 0; text-align: center;}
#payment_and_newsletter > figure {
	margin: 1.25rem 1.5% 1.25rem 1.5%;
	padding: 0;
	width: 47%;
	max-width: 28.25rem;
	min-width: 18rem;
	overflow: hidden;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}
#payment_and_newsletter > figure > img { width: 100%; max-width: 451px; }

#payment_and_newsletter > .newsletter {
  margin: 1.25rem 1.5% 1.25rem 1.5%;
  padding: 0;
  width: 47%;
  max-width: 28.25rem;
  min-width: 18rem;
  background-size: contain;
  overflow: hidden;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}

.newsletter fieldset {
	margin: 0.25rem 0 0 0;
	padding: 0.5rem;
	background: rgba(0, 0, 0, 0) url("../images/newsletter_bg.png") no-repeat scroll 100% 0;
	border: 1px solid rgb(200, 200, 200);
	box-sizing: border-box;
}

.newsletter .footer-newsletter > p.footer-newsletter-title {
	margin: 0;
	padding: 0;
	color: rgb(75, 75, 75);
	font-family: Verdana;
	font-size: 1rem;
	font-weight: bold;
	line-height: 1.25rem;
	text-transform: uppercase;
}

.newsletter .footer-newsletter > p {
	margin: 0;
	padding: 0.5rem 7rem 0.5rem 0;
	color: rgb(75, 75, 75);
	font-family: Verdana;
	font-size: 0.675rem;
}

#footer-newsletter-email {
	padding: 0.375rem;
	max-width: 17.5rem;
	min-width: 13.5rem;
	width: 80%;
	color: rgb(0, 0, 0);
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.75rem; 
	border: 1px solid rgb(221, 221, 221);
	background: rgb(255, 255, 255) none repeat scroll 0 0;
	float: left;
	vertical-align: middle;
}

nav#brands     { margin: 0 1.5rem 0 0.5rem; max-width: 12rem; display: inline-block; vertical-align: top; }
nav#brands a   { margin: 0.35rem 0 0.35rem 0; }
nav#brands > p { font-family: arial; font-size: 0.75rem; }
nav#categories { display: inline-block; vertical-align: top; }
nav#categories .footer_category_column { margin: 0 1rem 0 0; display: inline-block; max-width: 17rem; vertical-align: top; }
nav#categories .footer_category_column a { margin: 0.35rem 0 0.35rem 1rem; }
nav#categories .footer_category_column a.main_category { margin: 0.35rem 0 0.35rem 0; }

/*********************************
 * CSS Media-Queries
 *********************************/

@media (max-width: 420px) {
	header ul.links { left: 0rem !important; width: 100%; }
	header ul.links > li:FIRST-CHILD { margin: 0 0.8rem 0 0; padding: 0; }
	header ul.links > li             { margin: 0 0.8rem 0 0; padding: 0 0 0 0.8rem; min-width: 20%; }
	nav#menubar-top > ul > li { display: block; margin: 0rem 0; border: none; border-bottom: 1px solid rgb(150, 150, 150); }
	nav#menubar-top > ul > li:LAST-CHILD  { float: none; border-left: none; }
	nav#menubar-top > ul > li > a { line-height: 3rem; }
	#services   nav a { margin: 1rem 0 1rem 0; }
	#glossary a       { margin: 1rem 0 1rem 0; }
	#info-tools nav a { margin: 1rem 0 1rem 0; }
	nav#brands a      { margin: 1rem 0 1rem 0; }	
	nav#categories .footer_category_column a { margin: 1rem 0 1rem 1rem; }
	nav#categories .footer_category_column a.main_category { margin: 1rem 0 1rem 0; }
}


@media (min-width: 420px) and (max-width: 820px) {
	nav#menubar-top > ul > li { margin: 0.25rem 0; border: none; border-bottom: 1px solid rgb(150, 150, 150); width: 45%; }
	nav#menubar-top > ul > li:NTH-CHILD(2n) { float: right; }
	nav#menubar-top > ul > li:NTH-CHILD(2n-1) { float: left; }
	nav#menubar-top > ul > li:LAST-CHILD { border-left: none; }
	#services   nav a { margin: 1rem 0 1rem 0; }
	#glossary a       { margin: 1rem 0 1rem 0; }
	#info-tools nav a { margin: 1rem 0 1rem 0; }
	nav#brands a      { margin: 1rem 0 1rem 0; }	
	nav#categories .footer_category_column a { margin: 1rem 0 1rem 1rem; }
	nav#categories .footer_category_column a.main_category { margin: 1rem 0 1rem 0; }
}

@media (max-width: 370px)  { #certificates {margin: 0 0.5rem 0 0 }}
@media (max-width: 639px)  { header ul.links { left: 0.5rem; } header img#rk24_logo { left: 0.125rem; } }
@media (max-width: 680px)  { section#product_presentation article { margin: 0 auto 1.75rem auto; display: block; } }
@media (max-width: 919px)  { header img#rk24_infobanner { bottom: 0rem; } }
@media (max-width: 1019px) { section#product_presentation { text-align: center; }  #footer_services { text-align: center; }}

@media (min-width: 1200px) { 
	header           { text-align: left; }
	header .shoplink { margin: 2rem 2rem 0 0; float: right; }
	header h1        { margin: 5.5rem 1.5rem 0rem 10%; }
}
