@charset "utf-8";
/* 
    Document   : core.responsive.css
    Created on : 27.05.2015
    Author     : Martin Kaczmarczyk
    Description: Stylesheets for Responsive Design
*/

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; 
}

html, head, body {
	border: 0px none;
	
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	/*background: #FFFFFF url(../images/bg_right_2.jpg) repeat fixed center top;*/
	background-color:#FFFFFF;

	font-size: 16px;
	/*line-height: 20px;*/
	
	color: #333333;
	}
	
p {
	margin: 0px auto 30px;
}

ol, ul {
	color: #5B6770;
	margin-bottom: 1em;
	list-style-type: outside none none;
}

.underline {
	text-decoration: underline;
}

header, section, nav, div, article, footer {
	border: 0px none;
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}

article {
	display: inline-block;
	vertical-align: top;
}

#main {
	min-height: 500px; 
	height: auto !important;
  
  	/*background: transparent url(../images/background_top.png) repeat-x scroll center top;*/
  }
  
#main_header {
	/*max-width: 960px;*/
	margin: 0px auto;
	height: 125px;
	background-color:#201784;
}

#main_header_domainname {
	position:relative;
	height:100%;
	width: 50%;
	margin-top: 0px;
	margin-left:  50px;
	vertical-align:middle;
	padding-top: 50px;
	overflow: hidden;
}

.headerDomainname {
	font-size: 100%;
	font-size:3vw;
	font-weight: bold;
	color:#FFFFFF;
}


#main_header_navigation {
	width: 100%;	/*960px;*/
	margin: 0px auto;
	background: #FFF none repeat scroll 0% 0%;
	padding-top: 110px;
	height:154px;
	position: relative;
	border-radius: 4px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 2);
	
	/*border: 2px solid #0000ff;*/
}

#main_header_meta {
	padding-bottom: 3px;
	overflow: hidden;
	width:100%;	/*940px;*/
	margin: 0px auto;

}

#main_header_meta a {
	color: #bababa;
	font-size: 16px:
	line-height: 28px;
	text-decoration: none;
}

#main_header_meta a:hover {
	text-decoration: underline;
}

#header_navigation {
	float: right;
	margin-right: 1%;
}

#header_navigation li {
	float: left;
	padding-left: 15px;

	list-style-type: none;	
}

#main_header_navigation {
	width: 100%;	/*960px;*/
	margin: 0px auto;
	background: #FFF none repeat scroll 0% 0%;
	padding-top: 110px;
	height:154px;
	position: relative;
	border-radius: 4px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 2);
}

#main_header_navigation .logo {
	position: absolute;
	top: 15px;
	left: 43px;
	color: transparent; /* CHECK! */
	display: block;
	font-size: 0px;
	height: 71px;
	line-height: 0;
	overflow: hidden;
/*	text-indent: -9999px;*/
	width: 237px;
}


.main_navigation {
	position: relative;

	border-top: 4px solid #9F0710;
	background: #5b6770 none repeat scroll 0% 0%;
	height: 44px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	
	/*border: 5px solid #00ff00; TEST! */
}

.main_navigation ul {
	list-style: outside none none;

	pading: 0px;
	margin: 0px;
}

.main_navigation li.sub {
	padding-bottom: 0px;
}

.main_navigation > ul > li {
	float:left;
	/*padding-top: 3px;*/
	position: relative;
	border-right: 1px solid rgba(255, 255, 255, 0.13);
		
	display: list-item;
}

.main_navigation > ul > li.sub a {
	line-height: 33px;

	padding-top: 1px;
	padding-bottom: 1px;
	padding-left:26px;
	padding-right: 26px;
	
	/* font-family: ... TODO! */
	display: block;
	color: #fff;
	font-size: 14px;
	text-decoration:none;

	/*cursor: default;*/
}

.main_navigation > ul > li.sub div.flyout {
	position: absolute;
	z-index: 2;
	background: #fff none repeat scroll 0% 0%;
	left: 0px;
	top: 40px;
/*	display: none; TEST! */
	overflow: hidden;
	white-space: nowrap;
	padding: 0px 0px 0px 29px;
	font-size: 0px;
	box-shadow: 0px 4px 10px; 0px; rgba(0, 0, 0, 2);
}

.main_navigation li.sub div.flyout nav.submenu {
	width: 200px;
	margin-right: 30px;
	padding: 20px 0px 35px;
	
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	
	font-size: 13px;
}

.main_navigation li.sub div.flyout nav.submenu li {
	float: none;
	list-style-type: disc;
}

.main_navigation div.flyout li.sub {
	position: relative;
}

.main_navigation li.sub div.flyout nav.submenu li a {
	display: block;
	font-size: 13px;
	line-height: 16px;
	padding: 7px 0px 7px 20px;
	text-decoration: none;
	border-bottom: 1px solid #e1e1e1;
	
	color: #1d1d1d;
}


/* -------------------------------- content -------------------------- */
.divTable {
	background-color: #DDEEFF;
	border-radius: 4px;
	padding: 10px;
}

.divTable th {
	padding:10px;
}

#main_content {
	/*padding-top: 30px;*/
	
	margin: 0px auto;
	min-height: 280px; /*280px;*/
	/*max-width: 960px;*/
	
	background-color:#FFFFFF;
	/*border: 2px solid #ff0000;*/
}

.frame {
	width: 100%;
	height:100%;

	background: #FFF none repeat scroll 0% 0%;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 40px;
	padding-bottom: 40px;
	
	/*border-radius: 4px;*/
	/*margin-bottom: 45px;*/
	
	/*box-shadow: 0px 4px 10px; 0px; rgba(0, 0, 0, 2);*/
}

.frame .article_header {
	width:100%;
	padding-bottom: 30px;
}

.frame .article_header img {
	width: 100%;
	/*padding-bottom: 30px;*/
	border-radius: 5px;
	border: 1px solid #CCCCCC; /*#9F0710;*/
}

.frame .content_element img {
	max-width: 100%;
	border-radius: 5px;
	border: 1px solid #CCCCCC; /*#9F0710;*/
}

.frame article.content_element {
	width: 74%;
	/*border: 5px solid #ff0000;*/
	border-right: 1px solid #CCCCCC;
	padding-right: 30px;
}

.frame article.sidebar_element {
	width: 24%;
	padding-left: 10px;
}

.customerMerchandiseBox {
	text-align:center;
	margin-bottom: 20px;
	font-size:14px;
	color:#999999;
	font-weight:bold;
}

.customerMerchandiseBox a {
	font-weight:normal;
}

.customerMerchandiseBox  img {
	border-radius: 5px;
	border: 1px solid #CCCCCC; /*#9F0710;*/
}

.frame p {
	color: #5B6770;
	/* font-family: ... TODO!  */
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 1em;
	text-align: left;
	text-shadow: none;
	width: auto;
}

.csc-textpic-intext-left {
	vertical-align:top;
}

.csc-textpic-intext-left img {
	width: 50%;
	height: auto!important;
}


/* ----------------------------- footer ---------------------------- */
#main_footer {
	min-height: 200px;
	width: 100%;
	display: block;

	background: #EFEFEF none repeat scroll 0% 0%;
	color: #B9B9B9;
	
	margin-top: 0px;
}

#main_footer a {
	color: #999999;
	text-decoration: none;
}

#main_footer_sitemap {
	display: block;
	height: 100px;
	max-width: 940px;
	margin: 0px auto;
	padding: 30px 0px 30px 0px;
	
	/*border: 5px solid #00ff00;  TEST! */
}

#main_footer_sitemap > ul {
	max-width: 760px;
	width:100%;
	
	float: left;
	display: table;
	
	padding: 0px;
	margin: 0px;
}

#main_footer_sitemap > ul > li {
	display: table-cell;
	vertical-align: top;

	padding-left: 30px;
	padding-right: 30px;
}

#main_footer_sitemap > ul > li > a {
	color: #666666;
	display: inline-block;
	font-size: 18px;
	line-height:20px;
	margin-bottom: 12px;
}

#main_footer_sitemap > ul > li > a:hover {
	text-decoration: underline;
}

#main_footer_sitemap > ul > li > ul {
	padding: 0px;
	margin: 0px;
}

#main_footer_sitemap > ul > li > ul > li {
	display: block;
	
	font-size: 14px;
	line-height: 15px;
	margin-bottom: 2px;
}

#main_footer_sitemap > ul > li > ul > li a:hover {
	text-decoration: underline;
}

#main_footer_meta {
	display: block;
	max-width: 940px;
	margin: 0px auto;
	margin-top: 90px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid rgba(213,218,221, 0.65);
	

}

#main_footer_meta .copyright {
	text-align: center;	
	font-size: 14px;
}

#main_footer_meta .copyright a {
	text-decoration: underline;
}



/* default queris */
.hide-mobile {
        display: block;
    }

.hide-desktop {
        display: none;
    }

/* media querie handhelds less than 480px */
@media screen and (max-width: 480px) {
	#main_header {
		height: 65px;
		}
		
	#main_header_domainname {
		padding-top: 20px;
		}

	.headerDomainname {
		font-size: 100%;
		font-size:18px;
		font-weight: bold;
		color:#FFFFFF;
	}

    .hide-mobile {
        display: none;
    }
    .hide-desktop {
        display: block;
    }
	
	.frame article.content_element {
		width: 100%;
		border-right: none;
	}
	
	.frame article.sidebar_element {
		width: 100%;
		border-top: 1px solid #CCCCCC;
	}
}