/* CSS Document */

body {
	background:#FFF;
	font-size:16px;
	line-height:1.5rem;
	color:#333;
	font-family: "Open Sans", sans-serif;
}
a {
	color:#000000;
}

h1 {
	font-size:24px;
}
h2, .BasketContainer .Topic {
	font-size:20px;
}
h1, h2, h3, h4, .form .Topic-textfeld, .BasketContainer .Topic {
	margin:25px 0 15px 0;
	font-weight:600;
	font-family:"Oswald";
}
hr {
	border: 0;
	height: 1px;
	background: #bac3d4;
	margin:5px 0;
}
hr.style-one {
	border: 0;
	height: 1px;
	background: transparent;
	background-image: linear-gradient(to right, transparent, #333, transparent);
	margin:20px 0;
}
.page_margin {
	margin:0 auto;
}
.page_wide {
	max-width:1200px;
	width:100%;
}
.innerpagecontent {
	margin:50px 0;
	min-height: 60vh;
}

.head_wrapper.extra {
}

.head_wrap.normal {
	height: inherit;
	background: #FFF;
}

.middle_top {
	height:auto;
}
.middle_top_inner {
	position:relative;
}
.middle_top_inner .logo_normal {
	margin:25px auto;
	width:340px;
}

.middle_top_inner .logo_normal img {
	width:100%;
}
.middle_top_inner .logo_responsive {
	display:none;
	margin:0 0 10px;
}
.middle_top_inner .logo_responsive img {
	width:auto;
	height:auto;
}
.middle_top_inner .toolbox {
	float:right;
}
.static_content {
	margin: 0 5%;
}
.static_content h1{
	margin-bottom: 30px;
	text-transform:uppercase;
}
/*LOGIN*/
.Outer_login_top {
	margin:0;
}

.basket_login {
    position: absolute;
    right: 0;
    bottom: 5px;
    top:-31px;
    text-align:right;
    font-family: "Oswald", sans-serif;
}
.main_top_cms_navigation {
	list-style:none;
   	font-family: "Oswald", sans-serif;
   	display:inline-block;
}
.main_top_cms_navigation li {
	float:left;
	margin: 0 20px 0 0;
}
.main_top_cms_navigation li.li_item.aktiv a{
	color:#999;
}
.top_cms_navigation {
	display:inline-block;
	margin:0 40px 0 0;
}

.inner_basket_login {
	display:inline-block;
}

.top_cms_navigation a, .top_cms_navigation span, .main_top_cms_navigation a, .login-link-text  {
	font-size: 16px;
	text-transform: uppercase;
	color: #000;
	transition: color ease-in-out 0.3s;
	text-decoration:none;
	font-weight:400;
	letter-spacing:.5pt;
}
.top_cms_navigation a,.top_cms_navigation span{
	margin:0 20px 0 0;
	padding-bottom: 13px;
	display: inline-block;
padding-top: 20px;
}

.top_cms_navigation a:hover, .main_top_cms_navigation a:hover, .login-link-text:hover {
	color:#999;
}

#SmallLog-In {
	cursor: pointer;
	color:inherit;
}

.Login-Top-New, .BasketWindow {
	display: none;
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 3px 7px 3px #cacaca;
	color: #101010;
	font-size: 12px;
	padding: 35px 35px;
	width:100%;
	max-width:645px;
}
.Left-Side-Login-Top {
	border-right: 1px solid #ccc;
	float: left;
	width: 50%;
	padding: 0 30px 0 0;
}
.Login-Top-Topic {
	font-size: 20px;
	text-transform: uppercase;
	margin:0 0 20px;
}
.Login-Top-New .Login-Top-Text, .Login-Top-New .Topic-textfeld {
	margin:0 0 10px;
	font-size:12px;
}
.Right-Side-Login-Top {
	float: left;
	padding: 0 0 0 30px;
	width: 50%;
}
/*LOGIN*/

/*lANGUAGE*/
.language {
	display:inline-block;
	height:20px;
	vertical-align:middle;
	margin:0 0 0 15px;
}
.language .LangFlag {
	display: inline-block;
}
.LangFlag a {
	display: inline-block;
	height: 16px;
	width: 23px;
	text-decoration: none;
	margin:0 !important;
}
.language #item_de_active a {
	background: url("/v30/localpictures/theme/flag_de.png");
}
.language #item_de_passive a {
	background: url("/v30/localpictures/theme/flag_de.png");
	opacity: 0.6;
}
.language #item_gb_active a {
	background: url("/v30/localpictures/theme/flag_en.png");
}
.language #item_gb_passive a {
	background: url("/v30/localpictures/theme/flag_en.png");
	opacity: 0.6;
}
/*SEARCH*/
.SearchWrap {
	position:relative;
}
.toolbox .searches {
	text-align:right;
}
.SearchWrap button {
	position: absolute;
	right: 0;
	top: 2px;
	color: #3c3c3c;
	background: #FFF;
	border: 0 none;
	height: 28px;
	width: 32px;
	text-align: center;
	cursor:pointer;
}

.SearchContainer {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    border-bottom:1px solid #000;
}

.SearchContainer:first-child {
	margin:0;
}
.SearchContainer input {
	border: 1px solid transparent;
	font-family: inherit;
	height: 32px;
	padding: 0 30px 0 10px;
	font-size: 14px;
	font-weight: normal;
	color: #3c3c3c;
	width:100%;
	outline:none;
}
.SearchContainer .topic {
	color:#FFF;
	font-size:12px;
}
.SearchWrap button:after {
	content:"\f002";
	font-family:"fontawesome";
}
/*SEARCH*/

.bottom_top {
	height:35px;
	background:#FFF;
}

/*FOOT */

.foot.normal {
	background:#FFF;
	padding:40px 0;
}

.footer.footer2 a {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    text-decoration:none;
    margin:0 10px;
}
.footer.footer2 a :hover{
	color:#999;
}
.footer.footer2 a:first-child {
   margin:0 10px 0 0;
}

.footer.footer2 a:last-child {
   margin:0 0 0 10px;
}


.footer.footer2 .cms_navigation_n2{
	float:left;
	font-family: "Oswald", sans-serif;
}

.footer.footer2 .cms_navigation_n1{
	float:right;
	font-family: "Oswald", sans-serif;
}

.foot.extra {
}
.footer .footerpadding {
	padding: 20px 10px;
}

.foot .footer_a {
    margin: 40px 0 0;
    border-bottom: 1px solid #000;
    background: #fff;
    border-top: 1px solid #000;
}

.footer .newsletter {
	margin: 0 auto 15px;
	text-align: center;
	width: 100%;
	max-width: 550px;
}
.footer .navigation_item .menutopic, .footer .newsletter .topic, .footer .payment .menutopic {
	font-size: 18px;
	font-weight: lighter;
	display: block;
	margin: 0 0 10px;
	color: #000;
	text-shadow:1px 1px #CCC;
	text-transform:uppercase;
}
.footer .Cont-textfeld {
	margin:0;
}
.footer .form input[type="submit"] {
	background: #666;
	box-shadow: unset;
	height: 40px;
	margin: 0;
	padding: unset;
	font-size: 16px;
}
.footer .newsletterfield_a {
	display:inline-block;
	width:29%
}
.footer .newsletterfield_b {
	display:inline-block;
	width:38%
}
.footer .navigation_item {
	width: 24%;
	float: left;
}
.footer .navigation_item ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer .navigation_item ul li {
	list-style: none;
}
.footer .navigation_item ul li a {
	color: #FFFFFF;
	font-weight: 300;
	text-decoration: none;
	margin: 5px 0;
	display: block;
	font-size: 14px;
}
.footer.footer3 .markenarea ul {
	text-align: center;
	list-style: none;
	margin: 30px 0;
	padding: 0;
}
.footer.footer3 .markenarea ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
.footer.footer4 {
	text-align: center;
	font-size: 14px;
	font-weight: 300;
}
.footer.footer4 .serviceline {
	font-size:24px;
	font-weight:normal;
}
.footer .payment .item {
	float: left;
	width: 100px;
	height: 60px;
	margin: 0 30px 10px 0;
}
.footer .payment .item.vorkasse {
	background: transparent url("/v30/localpictures/theme/zahlarten_new_white.png") repeat scroll 0 -240px;
}
.footer .payment .item.kredit {
	background: transparent url("/v30/localpictures/theme/zahlarten_new_white.png") repeat scroll 0 -60px;
}
.footer .payment .item.bar {
	background: transparent url("/v30/localpictures/theme/zahlarten_new_white.png") repeat scroll 0 0px;
}
.footer .payment .item.paypal {
	background: transparent url("/v30/localpictures/theme/zahlarten_new_white.png") repeat scroll 0 -180px;
}
.footer .payment .item.nachnahme {
	background: transparent url("/v30/localpictures/theme/zahlarten_new_white.png") repeat scroll 0 -425px;
}

.footer .payment .item.buergel{
	background: transparent url("/v30/localpictures/theme/zahlarten_new_white.png") repeat scroll 0 -300px;
}

.footer .payment .item.sofort {
	background: transparent url("/v30/localpictures/theme/zahlarten_new_white.png") repeat scroll 0 -120px;
}

.footer .payment .item.ups {
	background: transparent url("/v30/localpictures/theme/zahlarten_new_white.png") repeat scroll 0 -480px;
}

.footer .payment .item.dhl {
	background: transparent url("/v30/localpictures/theme/zahlarten_new_white.png") repeat scroll 0 -540px;
}

.footer .payment .item.dpd {
	background: transparent url("/v30/localpictures/theme/zahlarten_new_white.png") repeat scroll 0 -600px;
}
/*CONTENT*/
.startpageteaser .MiscArticleTopic {
	position:relative;
	text-align:center;
	display:inline-block;
	line-height:normal;
	padding:20px 10px;
	background:#fff;
	font-family:"Oswald";
}
.startpageteaser .MiscArticleTopic span {
	font-size: 26px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	display: inline;
	margin:0;
	width: 100%;
	text-shadow: 1px 1px #fff;
	line-height:normal;
	background: #FFFFFF;
	padding: 0 15px;
	position: relative;
	z-index: 1;
}
.startpageteaser .neueArtikel:before {
	background:#ddd;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 100%;
}
.startpageteaser .neueArtikel {
	    position: relative;
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: normal;
    padding: 0;
    margin: 0 0 15px;
}
.scrollicon div {
	color: #FFF;
	font-size: 28px;
	font-weight: bold;
}
.scrollicon {
	background: #222222 none repeat scroll 0 0;
	border-radius: 50%;
	bottom: 15px;
	display: none;
	height: 50px;
	line-height: 50px;
	opacity: 0.8;
	position: fixed;
	right: 15px;
	text-align: center;
	text-decoration: none;
	width: 50px;
}
.scrollicon span::before {
	content: "\f106";
	font-family: "fontawesome";
}
#contentCopyLong .leftbox {
	float:left;
	width:20%;
}
#contentCopyLong .leftbox img {
	width: 90%;
	padding: 25px;
	transform: rotate(-2deg);
	background: #fff;
	box-shadow: 2px 2px 11px #0e1830;
}
#contentCopyLong .rightbox {
	margin:0 0 0 20%;
}
#contentCopyLong .rightbox:after {
	content:"";
	display:block;
	clear:left;
}
#contentCopyLong ul li {
	margin:0 0 5px;
	list-style:none;
}
#contentCopyLong ul li:before {
	content: "\f105";
	font-family: fontawesome;
	margin:0 10px 0 0;
}

#cookie-hinweis {
    background: #ccc;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 10px;
}

#cookie-hinweis .headline {
	font-size:16px;
	text-shadow:unset;
}

#cookie-hinweis p {
	margin:5px 0;
	padding:0;
	font-size:12px;
}

#send-cookie-hinweis {
    background: #000;
    border: unset;
    margin: 0 0 0 10px;
    color: #fff;
    padding: 5px 20px;
}

nav.mm-menu {
	top:140px;
}
.mobile-full {
	float:right;
	width:46%;
	line-height: 1.4rem;
}

@media only screen and (max-width: 767px) {
	.mobile-full{
		float:none;
		width:100%;
	}
}

.TopicLine {
	position: relative;
	text-align: center;
	display: inline-block;
	width: 100%;
	line-height: normal;
	padding: 0;
	margin: 0 0 15px;
}

.TopicLine::before {
    background: #ddd;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.MiscTopicLine {
    position: relative;
    text-align: center;
    display: inline-block;
    line-height: normal;
    padding: 20px 10px;
    background: #fff;
    font-family: "Oswald";
    font-size:35px;
    color:#000;
}

.absolute_top {
	background:#a5ce72;
	padding:4px;
}

.absolute_top div {
	text-align:center;
	color:#000000;
}