/*!
* FASHION ONE
* xt:Commerce 4 Responsive Webshop Design
* Copyright (c) 2016 IGSK Group GmbH
* https://www.bannershop24.de || http://www.igsk-group.de
* 
*/
/* BASIC STYLES */
.hinweis{
	margin-bottom:10px;
	padding:10px;
	color:#fff;
	background-color:red;
}

body {
	color: #555;
	font-family:"Antenna",Arial,Helvetica,sans-serif;
}

html, html a {
	-webkit-font-smoothing: antialiased;
}

/*FONTS*/
@font-face { font-family: 'Antenna';
             src: url('../fonts/FordAntennaWGL-Light.otf') format('opentype'); }

/* #################### Links */
a {
	-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
	color:#2d96cd;
}

a:hover {
	text-decoration: none;
	-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
	color:#000;
}

/* #################### Headlines */
h1 {
	font-weight: 700;
	font-size: 31px;
}

h2 {
	font-weight: 700;
	font-size: 28px;
}

h3 {
	font-weight: 700;
}

h4 {
	color: #666;
	font-weight: 700;
}

h5 {
	color: #666;
	font-weight: 700;
}

h6 {
	color: #666;
	font-weight: 700;
}

.btn {
	font-size: 1.14em;	
	/*font-family: 'Lato', sans-serif;*/
	font-family: "Antenna",Arial,Helvetica,sans-serif;
	font-weight: 200;
	-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
}

.btn:hover {
	-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
	color:#1b394e!important;
	background-color:#fff!important;
	border-color:#1b394e!important;
}

/* index-warning------------------------------------------------------------------------------- */

#index-warning {
background: url(../img/index_warning.png) no-repeat scroll center center transparent;
position: absolute;
left: 38%;
top: 20%;
width: 400px;
min-height: 208px;
padding-bottom:20px;
z-index: 10;
font-family: 'ford_antennaregular', "Arial", Helvetica, sans-serif;
}

#index-warning h1{
padding: 30px 0 0 20px;
font-size: 20px;
color: #ff0000;
font-family: 'ford_antennaregular', "Arial", Helvetica, sans-serif;
}

#index-warning p{
padding: 10px 20px;
font-size: 18px;
color: #333;
font-family: 'ford_antennaregular', "Arial", Helvetica, sans-serif;
}

#new-index-warning {
	display:none;
}

#new-index-warning .background {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:500001;
	background-image:url(../img/bg_index_warning.png);
}

.index-warning-content {
	width:480px;
	height:234px;
	border:8px solid #394a59;
	background-color:#FFF;
	position:absolute;
	z-index:500002;
	left:50%;
	margin-left:-240px;
	margin-top:147px;
}

#new-index-warning h1{
padding: 30px 0 0 20px;
font-size: 24px;
color: #ff0000;
font-family: 'ford_antennaregular', "Arial", Helvetica, sans-serif;
}

#new-index-warning p{
padding: 10px 20px;
font-size: 20px;
color: #333;
font-family: 'ford_antennaregular', "Arial", Helvetica, sans-serif;
}

#index-close, #index-dealer {
	background-image:url(../img/index_button.jpg);
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:206px;
	height:22px;
	margin-left:20px;
	text-transform:uppercase;
	cursor:pointer;
	text-align:center;
	padding-top:0px;
	color:#FFF;
	margin-top:10px;
}

#index-dealer {
	margin-left:15px;
	transition:none;
}

#index-close:hover, #index-dealer:hover {
	background-position:0 -21px;
	text-decoration:none;
}

@media only screen 
and (max-width : 480px) {
	.index-warning-content {
		left:auto;
		margin-left:0;
		height:auto;
		padding-bottom:30px;
		width:100%;
	}
}

/*Index Warning Ende*/

/* LIVE SUPPORT */

#userlike-tab {
	background-color: #2d96cd !important;
	position: fixed!important;
    top: 45%!important;
    max-width:200px !important;
    left: 0%!important;
    margin-left: -25px!important;
    -moz-transform: rotate(90deg)!important;
	-ms-transform: rotate(90deg)!important;
	-o-transform: rotate(90deg)!important;
	-webkit-transform: rotate(90deg)!important;

	transform: rotate(90deg) !important;
	left:-71px!important;
}

#userlike-popup{
	left:0px !important;
	right:auto !important;
}

#userlike-headerbar {
	background-color: #2d96cd !important;
}

/* KONTAKT SEITE */

#contact h1{
	font-weight:400;
}

#contact h2{
	font-weight:400;
}

#contact h3{
	font-weight:400;
}

.contact-text{
	width: 644px;
	padding-top: 15px;
}

.contact-text-wrap{
	float: left;
}

.phonebox{
	float:right;
	max-width:350px;
	width:100%;
	text-align:center;
}

#warnTextPrint{
	color: #ff0000;
}

.phone-box-kasten{
	border:1px solid #2d96cc;
	padding:20px;
}

.phone-box-number{
	padding-left:20px;
	padding-top:15px;
	background-image:url(../img/contact/contact-phone-big.png);
	background-repeat:no-repeat;
	display:block;
	height:50px;
}

.phone-box-number:hover{
	background-image:url(../img/contact/contact-phone-big-hover.png);
}

.contact-us-box{
	background-color:#f7f7f7;
	height:195px;
	padding:40px 0;
}

.phone-contact-us{
	height:155px;
	padding:20px 0;
}

.contact-us-phone-box, .contact-us-mail-box, .contact-us-post-box, .phone-box-left{
	max-width:265px;
	width:100%;
	float:left;
	height:100%;
}

.phone-box-left p{
	display: block;
    max-width: 265px;
    width: 100%;
    margin: 0;
    text-align: center;
    padding-top: 40px;
}

.phone-box-middle{
	border-left:1px solid #e4e4e4;
	float:left;
	padding-left:50px;
}

.phone-number-box-middle{
	display:block;
	background-image:url(../img/contact/contact-phone-small.png);
	background-repeat:no-repeat;
	padding-left:30px;
	height:28px;
	padding-top:2px;
	
}

.contact-us-phone-box-link, .contact-us-mail-box-link, .contact-us-post-box-link{
	display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    padding-top:89px;
    font-size:16px;
}

.contact-us-phone-box-link{
	background-image: url(../img/contact/contact-phone.png);
	background-repeat:no-repeat;
	background-position:center 22px;
	border-right: 1px solid #e4e4e4;
}

.contact-us-phone-box-link:hover{
	background-image: url(../img/contact/contact-phone-hover.png);
	cursor:pointer;
}

.contact-us-mail-box-link{
	background-image: url(../img/contact/contact-mail.png);
	background-repeat:no-repeat;
	background-position:center 0px;
	border-right:1px solid #e4e4e4;	
}

.contact-us-mail-box-link:hover{
	background-image: url(../img/contact/contact-mail-hover.png);
	cursor:pointer;
}

.contact-us-post-box-link{
	background-image: url(../img/contact/contact-post.png);
	background-repeat:no-repeat;
	background-position:center 0px;
}

.contact-us-post-box-link:hover{
	background-image: url(../img/contact/contact-post-hover.png);
	cursor:pointer;
}

.contact-hr{
	border-color:#e6e6e6;
	margin-top:40px;
	margin-bottom:40px;
}

/* #################### Infoline top */
.topinfo {
	background: #fff;
	padding-right:0px;
	max-width:705px;
	width:100%;
	float:right;
	padding-left:0px !important;
}

.topinfo ul {
	margin: 0;
	padding: 0;
}

.topinfo ul li {
	font-size: 14px;
	padding-right:0px;
}

.topinfo ul li a {
	font-size: 14px;
	color: #2d96cd; 
	padding: 10px 7px;
	display: inline-block;
}

/* #################### Header top */
.header {
	border-bottom: 1px solid #efefef;
	padding: 15px 0;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	position:fixed;
	left:0;
	right:0;
	z-index:1001;
	background-color:#fff;
}
.mainheader {	
        display: flex;
        align-items: center;
        padding: 15px 0px;
}

.list-inline > li {
	padding-left:0px;
}

.menu-abstand{
	height:81px;
}

.your-konto{
	background-image: url(../img/log-in-icon.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:25px !important;
}

.your-konto:hover{
	background-image: url(../img/log-in-icon-hover.png);
}

/* #################### Logo */
a.logo {
	display: inline-block;
	/*padding: 24px 0px 5px 10px;*/
}

.header-logo{
	max-width:90px; width:100%;float:left;margin-left:30px;
}


/*LOGIN */

.login-input-field{
	margin-right:5%;
	width:45%;
	float:left;
}
.anmelden-button-login{
	margin-right:5%;
}

/* #################### Navi top */
.nav-top {
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
	position: relative;
	background: #fff;
	z-index: 1000;
	min-height: 40px;
}

.nav-top ul {
}

.nav-top ul li.active a {
	padding-left: 15px;
}

#top-main-menu li a {
	padding:10px 7px;
}

.nav-top ul li a {
	font-size: 14px;
	color: #2d96cd;
}

.topinfo ul li a:hover,
.topinfo ul li a:focus,
.topinfo ul li a:active {
	background-color: transparent;
	color: #000;
}

.top-categories{
	max-width:602px;
	width:100%;
	float:left;
	max-height:70px;
}

.categorytree li {
	display: block;
	position: relative;
}
.categorytree>li li {
	float: none;
}
.categorytree>li>ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 80px;
	left: 0;
	background: #fff;
	min-width: 220px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
		-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
	z-index:1001;
}

.categorytree>li:hover>ul {
	opacity: 1;
	visibility: visible;
		-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
	top: 40px;
}
.categorytree>li>ul>li>a {
	display: block;
}


/* LEVEL 2*/
.categorytree1>li>ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 30px;
	left: 220px;
	background: #fff;
	min-width: 220px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
		-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
}
.categorytree1>li:hover>ul {
	opacity: 1;
	visibility: visible;
		-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
	top: 0px;
}
/* LEVEL 3*/
.categorytree2>li>ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 30px;
	left: 220px;
	background: #fff;
	min-width: 220px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
		-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
}
.categorytree2>li:hover>ul {
	opacity: 1;
	visibility: visible;
		-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
	top: 0px;
}
/* LEVEL 4*/
.categorytree3>li>ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 30px;
	left: 220px;
	background: #fff;
	min-width: 220px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
		-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
}
.categorytree3>li:hover>ul {
	opacity: 1;
	visibility: visible;
		-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
	top: 0px;
}
/* LEVEL 5*/
.categorytree4>li>ul {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 30px;
	left: 220px;
	background: #fff;
	min-width: 220px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
		-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
}
.categorytree4>li:hover>ul {
	opacity: 1;
	visibility: visible;
		-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
	top: 0px;
}
/* #################### Slider */
.slider {
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
	margin-bottom: 30px;
}

.slider .header-img {
	
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}

.container- {
	margin-right:auto;
	margin-left:auto;
	padding-left:0px;
	padding-right:0px;
}

.slider .header-img .container {
	position: relative;
}

.slider .header-img .caption {
	position: absolute;
	z-index: 10;
	width: 100%;
	text-align: center;
	padding: 0 20%;
	top: 22%;
}

.slider .header-img .btn {
	background-color: transparent;
	border-width: 2px;
	color: #fff !important;
	border-color: #fff !important;
}

.slider .header-img .btn:hover {
	opacity: 0.7;
	background-color:none;
	color:#000 !important;
	border-color:#000 !important;
}

.slider .header-img .caption h2 {
	color: #fff;
	font-size: 4.285em;
	font-weight: 700;
	min-height:65px;
}

.slider .header-img .caption .wrappertext {
	color: #fff !important;
	font-size: 2.14em;
	margin-bottom: 10px;
	display: inline-block;
	padding: 10px 20px;
	
	min-height:65px;
	
}

.menu-wrap .menu{
	background:#2d96cd;
}

.menu a{
	text-indent: -3px;
}

#morph-shape {
	fill:#2d96cd;
}



@media (min-width: 768px) {
	.container {
		width:100%;
	}
}

.fa-angle-right:before {
	content:""!important;
}

.fa-angle-left:before {
	content:""!important;
}

.owl-next {
	background-image: url(../img/startpage/slider_arrow_right.png);
	background-repeat:no-repeat;
	background-position: center right;
	right:0px !important;
	top:-58px !important;
    float: right;
    opacity: 1!important;
    height:59px !important;
    width: 58px !important;
   display:none !important;
}

.owl-next:hover {
	background-image: url(../img/startpage/slider_arrow_right_hover.png);
}

.owl-prev {
	background-image: url(../img/startpage/slider_arrow_left.png);
	background-repeat:no-repeat;
	background-position: center right;
	position:relative !important;
	left:0px !important;
    float: right;
    opacity: 1!important;
    height:59px !important;
    width: 58px !important;
    display:none !important;
}

.more-images .owl-next, .more-images .owl-prev{
	height: 40px !important;
	width: 40px !important;
	background-position: center !important;
}

.more-images .owl-prev{
	float: left !important;
}

.more-images .owl-next{
	top: 0px !important;
}

.owl-carousel:hover  .owl-prev, .owl-carousel:hover  .owl-next{
	display:block !important;
}



.owl-prev:hover {
	background-image: url(../img/startpage/slider_arrow_left_hover.png);
}

/*SCROLLDOWNARROW*/
#scrolldown-arrow {
	background-image: url(../img/startpage/scrolldown_arrow_.png);
	background-repeat:no-repeat;
	background-position: center;
	height:35px;
	width:35px;
	position:relative; 
	text-align:center;
	margin-top:-15px;
	display:block;
	margin:0 auto;
}

#landingpage{
	margin-top:-35px;
}

.hide-scrolldownarrow {
	display:none!important;
}

/* COLLECTION EVERY LIFESTYLE */
.collection_every_lifestyle {
	color:#616161;
	font-size:46px;
	font-weight:200;
	line-height:1.2;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	position:absolute;
	text-align:center;
	margin-top:80px;
}

.image-collections {
	max-width:1440px;
	width:100%;
	max-height:810px;
}

.lineup_collections {
	position:absolute;
	text-align:center;
	margin-top:150px;
	font-size:17px;
}

.lineup_collections span {
	padding-top:5px;
}

.lineup_collections span:hover {
	color:#2d96cd;
} 

.link-text-collection {
	background-image: url(../img/start_collections_arrow.png);
	background-repeat:no-repeat;
	background-position: center right;
	padding-right:35px;
	padding-bottom:7px;
	-webkit-transition: all 0.0s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.0s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.0s cubic-bezier(.55,0,.1,1);
	transition: all 0.0s cubic-bezier(.55,0,.1,1);
}

.link-text-collection a{
	-webkit-transition: all 0.0s cubic-bezier(.55,0,.1,1)!important;
	-moz-transition: all 0.0s cubic-bezier(.55,0,.1,1)!important;
	-o-transition: all 0.0s cubic-bezier(.55,0,.1,1)!important;
	transition: all 0.0s cubic-bezier(.55,0,.1,1)!important;
}

.link-text-collection:hover {
	background-image: url(../img/start_collections_hover.png);
	background-repeat:no-repeat;
	background-position: center right;
	
}

/* START TEASER */

.start-teaser {
	padding-left:0px;
	padding-right:0px;
}

.start-teaser .element {
	float:left;
	overflow:hidden;
	position:relative;
}

.start-teaser .element img {
	display:block;
	top:0;
	left:0;
	width:100%;
	height:auto;
	position:relative;
	z-index:1;
	transition: transform 1.15s;
	-webkit-transform: scale3d(1);
	transform: scale3d(1);
}

.start-teaser .element:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.start-teaser .element .link-text {
	position: absolute;
    z-index: 2;
    background-color: rgba(45,150,205,0.6);
    bottom: 0;
    left: 0;
    width: 100%;
    /* height: 40px; */
    color: #fff;
    background-image: url(../img/startpage_arrow.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding: 10px 30px 10px 10px;
}

.start-teaser .element:hover .link-text{
	background-color: rgba(45,150,205,0.8);
}

.start-teaser .element-1 {
	width:75%;
	text-align:center;
	font-size:36px;
	padding-top:125px;
}

.start-teaser .element-2 {
	width:25%;
}

.start-teaser .element-3 {
	width:50%;
}

.start-teaser .element-4 {
	width:25%;
}

.start-teaser .element-5 {
	width:25%;
}

.start-teaser .element-6 {
	width:25%;
}

.start-teaser .element-7 {
	width:25%;
}



/* ################### Highlight content */
.highlight-1 .highlight-img {
	background: #B5B5B5;
}

.highlight-img:hover > .category-resize{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
   
 .category-resize{
 	width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
	-webkit-transition: -webkit-transform 0.15s ease 0s;
	-moz-transition: -moz-transform 0.15s ease 0s;
	-o-transition: -o-transform 0.15s ease 0s;
	transition: transform 0.15s ease 0s;
	-webkit-transform: scale3d(1);
	transform: scale3d(1);
 }  

.highlight-2 .highlight-img {
	background: #B5B5B5;
}
.highlight-3 .highlight-img {
	background: #B5B5B5;
}
.highlight-content {
	padding: 30px 0 0 0;
}

.highlight-content .highlight-img {
    height:240px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	position: relative;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
	margin-bottom: 30px;
	overflow:hidden;
}

.highlight-content .highlight-img .caption {
	position: absolute;
	width: 100%;
	top: 50%;
	z-index: 10;
}

.highlight-content .highlight-img h2 {
	color: #fff;
	font-size: 1.85em;
	font-weight: 700;
	margin-top: 0;
}

.highlight-content .highlight-img .text-wrapper {
	color: #fff;
	font-size: 1.2857em;
	display: inline-block;
	border-top: 2px solid #fff;
	
	padding-top: 10px;
	font-weight: 600;
}

.highlight-content .highlight-img  .btn {
	background-color: transparent;
	border-width: 2px;
	color: #fff;
	font-size: 16px;
}

.highlight-content .highlight-img:after {
	width: 100%;
	height: 100%;
	/*background-color: rgba(0,0,0,0.6);*/
	position: absolute;
	content: "";
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
}

.highlight-content .highlight-img:hover:after {
	-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
	opacity: 1;
}


/* ################### Main Content */
.main-content {
}

.main-content-2 {
	margin: 20px 0;
	min-height: 500px;
}

.content {
	margin: 0 0 0 0;
}


.content-image-heading{
	position: relative;
    top: -133px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    padding: 10px;
    padding-left:30px;
    padding-top:30px;
    padding-bottom:30px;
    margin-bottom:-110px;
    font-size:48px;
    font-weight:300;
}

/* ################### Highlight content */
.highlight-footer {
	margin: 30px 0 0 0;
}

.highlight-footer .header-img {
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
}

.highlight-footer .header-img .caption {
	text-align: center;
	margin: 50px;
	position: relative;
	z-index: 10;
}

.highlight-footer .header-img .caption h2 {
	color: #fff;
	font-size: 2.85em;
	font-weight: 700;
}

.highlight-footer .header-img .caption .wrappertext {
	color: #fff;
	font-size: 1.2857em;
	display: inline-block;
	border-top: 2px solid #fff;
	
	padding-top: 10px;
	font-weight: 600;
}

.highlight-footer .header-img .btn {
	background-color: transparent;
	border-width: 2px;
	color: #fff;
	font-size: 16px;
}

.highlight-footer .header-img .btn:hover {
	opacity: 0.5;
}

.footer-mobile .level2{
	padding-bottom:2px;
}

.footer-mobile .footer-headline{
	padding-bottom:20px;
}
/* ################## Search form top */


.searchclass{
	display:none;
	position:absolute;
	right:0;
	min-height:80px;
	top:50px;
	background-color:#fff;
	border:1px solid #f2f2f2;
	border-top:0;
	padding-top:10px;
	padding-left:37px
}

.displayblock{
	display:block !important;
}

div#box-search {
	/*margin-top: 24px;*/
}

div#box-search-box {
	display: inline-block;
	position: relative;
}

div#box-search-box input.form-control {
	font-size: 12px;
	height: 40px;
	/*padding-right: 70px;*/
	color: #2d96cd;
	position:relative;
	float:right;
	width:222px;
}

div#box-search-box button.btn {
	height: 40px;
	background-color: transparent;
	border-color: transparent;
	color: #2d96cd;
	right:-40px;
	float:right;
	position:absolute;
}

div#box-search-box button.btn:hover {
	color: #555;
}

p#box-search-advanced-search {
	margin: 5px 0;
}

p#box-search-advanced-search a {
	color: #999;
}

.input-group-btn-search {
	position: relative;
	right: 35px;
	top: 0;
	float:left;
}
/* ################ Cart */
.cart-kunden-kauften .kauften-auch{
	display:none;
}

div#box-cart {
	/*margin: 34px 20px;*/
	text-align: right;
	font-size: 13px;
}

span.cartbox {
	position: relative;
	/*font-size: 16px;*/
	color: #666;
	margin-right: 10px;
}

.carthidden span.cartbox img{
	width: 70px;
}

.cart-image-ranger{
	width:70px;
}

span.cartcount {
	position: absolute;
	top: -17px;
	left: 47px;
	padding: 0px 6px;
	font-size: 12px;
	color: #fff;
	color: rgba(255,255,255,0.8);
	border-radius: 55px;
}

span.cartcount a {
	color: #fff;
}

span.cartcount:hover a {
	color: #fff;
}

#box-cart-info a {
	padding: 5px 0;
}
.carthidden .fa-2x {
	font-size: 1em;
}
.carthidden span.cartcount {
	position: absolute;
	top: -14px;
	left: 50px;
}
p.sub-total {
	font-size: 24px;
	font-weight: bold;
}

.tooltip {
	white-space: nowrap;
}

#checkout .box.well {
	opacity: 0.5;
	min-height: 150px;
}

#checkout .box.well.active {
	opacity: 1;
}
/* ################ order details */
#account-history-info table {
	width:90%;
        margin:auto;
}
tr.odd {
	background: #F5F5F5;
}
.table-responsive {
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 0px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border-color: #e3e3e3;
}
#account-history-info .row {margin:0;}
#account-history-info .button {
    	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid rgba(0, 0, 0, 0);
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    	font-size: 1.14em;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
	color: #333;
	background-color: #FFF;
	border-color: #CCC;
}
#account-history-info .button:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
#account-history-info .box {
	margin-bottom: 20px;
	background-color: #FFF;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 0px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	border-color: #e3e3e3;
        padding:10px;
	
}
#account-history-info .headline {
	background-color: #f5f5f5;
	border-color: #e3e3e3;
	border-bottom: 1px solid rgba(0, 0, 0, 0);
	border-top-right-radius: -1px;
	border-top-left-radius: -1px;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 700;
	padding: 10px 15px !important;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
}

.component-content{
	width:100%;
}

.component-content:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.test{
	width:480px;
    height:425px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	position: relative;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15);
	margin-bottom: 30px;
	overflow:hidden;
}

.test:hover{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.test_bild{
	width: 100%;
  	height: 100%;
  	background-position: center center;
  	background-size: cover;
}

.test_kasten{
	position: absolute;
	width: 100%;
	top: 96%;
	z-index: 10;
	background-color:rgba(45,150,205,0.6);
}

.test_kasten a{
	height:20%;
}

/* ################ products start */
.img-responsive {
	margin: auto;
}

.product-listing h3 {
	margin: 30px 0;
}

.product-price, .sale {	
        font-family: "Lato", Helvetica, Arial, sans-serif;
}

#product-infos .product-price {
	color:#2d96cd;
}

.produkte {
	margin: 30px 0 0 0;
}

.box.product.box-hover {
	box-shadow: 0 0px 2px 0 rgba(0,0,0,0.15);
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	padding-top:10px;
	min-height:440px;
}

.box.product.box-hover .hovertext {
	/*opacity: 0;
	visibility: hidden;
	background: rgba(0,0,0,0.6);
	position: absolute;*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 23;
	-webkit-transition: all 1s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 1s cubic-bezier(.55,0,.1,1);
	-o-transition: all 1s cubic-bezier(.55,0,.1,1);
	transition: all 1s cubic-bezier(.55,0,.1,1);
}

.box.product.box-hover:hover .hovertext {
	opacity: 1;
	visibility: visible;
	/*background: rgba(0,0,0,0.6);*/
	-webkit-transition: all 0.2s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.2s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.2s cubic-bezier(.55,0,.1,1);
	transition: all 0.2s cubic-bezier(.55,0,.1,1);
}

/* price discount */
.box.product.box-hover:hover .price-discount {
	bottom: 0;
	-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
}

.box.product.box-hover .price-discount {
	position: absolute;
	background-color: #EE4D2E;
	bottom: -60px;
	right: 0;
	padding: 10px;
	font-size: 14px;
	color: #fff;
	font-weight: 800;
	font-family: 'Lato', sans-serif;
	-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
}

.box.product.box-hover:hover .product-name {
	top: 20px;
	-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
}

.box.product.box-hover .products-name-wrap {
	min-height:105px;
}

.box.product.box-hover .products-name-wrap .line2 {
	text-align:center;
}

.box.product.box-hover .product-name {
	color: #000;
	text-align: center;
	padding: 20px 20px 0 20px;
	display: inline-block;
	font-size: 16px;
	/*position: absolute;*/
	top: -240px;
	left: 0;
	width: 100%;
	z-index: 22;
	-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
}

.box.product.box-hover:hover .price-old {
	bottom: 10px;
	-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
}

.box.product.box-hover .price-old {
	bottom: -30px;
	position: absolute;
	color: #999;
	color: rgba(255,255,255,0.4);
	left: 15px;
	font-size: 12px;
	text-decoration: line-through;
	-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
}

.box.product.box-hover:hover .price-new, .box.product.box-hover:hover .product-price {
	top: 50%;
	opacity: 1;
	-webkit-transition: all 0.8s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.8s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.8s cubic-bezier(.55,0,.1,1);
	transition: all 0.8s cubic-bezier(.55,0,.1,1);
}

.box.product.box-hover .price-new, .box.product.box-hover .product-price {
	-webkit-transition: all 0.8s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.8s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.8s cubic-bezier(.55,0,.1,1);
	transition: all 0.8s cubic-bezier(.55,0,.1,1);
	top: 50%;
	width: 100%;
	/*opacity: 0;
	position: absolute;*/
	color: #000;
	text-align: center;
	font-weight: 800;
	font-size: 18px;
}

.box.product.box-hover .sale {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.listing-v2-box {
	margin-bottom: 30px;
}
.sale span.price-old {
	text-decoration: line-through;
}
.sale span.price-new {
	font-weight: 800;
	font-size: 18px;
}
.sale span.price-discount {
	background: #EE4D2E;
	padding: 4px;
	color: #fff;
}
.listing-v2-box p.product-price {
    font-size: 18px;
    font-weight: 800;
}
.listing-v2-box .product-tax-shipping a {
	color: #666;
}
.nav-tabs > li > a.active, .nav-tabs > li > a.active:hover, .nav-tabs > li > a.active:focus {
    color: #888888;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
}
#product-infos .price-new,#product-infos .product-price {
	font-size: 31px;
	display: block;
	font-weight: 700;
}

#product-infos .price-discount {
	display: none;
}

#product-infos .price-old {
	color: #999;
	color: rgba(0,0,0,0.4);
	font-size: 12px;
	text-decoration: line-through;
}

#tabs {
	margin-top: 30px;
}

.tab-content {
	padding: 15px;
	border: 1px solid #ddd;
	border-top: 0;
}

p.add-to-cart .form-control {
	width: 50px;
	float: left;
	height: 36px;
	margin-right: 15px;
	padding:6px 10px;
}
/* ############### rating */
.product-reviews .reviews_rating_light {
	height: 19px;
	min-height: 19px;
	max-height: 19px;
	width: 105px;
	min-width: 105px;
	max-width: 105px;
	line-height: 0;
	background: url('../img/rating.png') 0 0 repeat-x;
	overflow: hidden
}

.product-reviews .reviews_rating_light .reviews_rating_dark {
	height: 19px;
	min-height: 19px;
	max-height: 19px;
	background: url('../img/rating.png') 0 100% repeat-x
}

.rating .info {
	font-size: 14px;
	color: #95a5a6
}

.cloud-zoom.fancy-click-trigger {
	width: 100%;
}
/* ############### before footer */
.before-footer {
	background: #2c2c2c;
	padding: 30px 0;

}

.before-footer .nav.nav-pills > li {
	float: auto;
	display: block;
}

.before-footer .nav.nav-pills > li > a {
	border-radius: 0px;
	/*padding: 5px 10px;*/
	padding:0px;
	margin-left:-5px;
}

.nav-padding{
	padding-left: 5px;
}

/*Schrift im Footer wird weiß und wird ausgerichtet*/
.before-footer a{
	color:#a8a8a8;
	text-indent: -3px;
}

.before-footer .nav.nav-pills > li + li {
	margin-left: 0px;
}

.before-footer .nav.nav-pills > li.active > a,
.before-footer .nav.nav-pills > li.active > a:hover,
.before-footer .nav.nav-pills > li.active > a:focus {
	color: #ffffff;
	background-color: transparent;
}

.before-footer .nav-pills > li.active > a, .before-footer .nav-pills > li.active > a:hover, .before-footer .nav-pills > li.active > a:focus {
	color: #ffffff;
	background-color: transparent;
}

.before-footer .nav > li > a:hover, .before-footer .nav > li > a:focus {
	text-decoration: none;
	background-color: transparent;
}

.fa-angle-double-right:before{
	display:none;
}

.payment-list{
	list-style: none;
}

.payment-text{
	color:#a8a8a8;
}

.text-creditcard{
	margin-left: 13px;
}

#paymentlogo-ford, #paymentlogo-options{
	margin-bottom:5px;
}

#paymentlogo-ups{
	margin-bottom:10px;
}

.social-images{
	float:left;
	padding-top:25px;
}

.social-images p{
	float:left;
	margin-top:8px;
	margin-right:5px;
	margin-left:35px;
	font-size:16px;
}

.get_updates_footer{
	float:right;
	margin-top:30px;
	margin-right:40px;
}

.get_updates_footer a{
	font-size:16px;
}

.get_updates_footer a:hover{
	color:#2d96cd;
}

/*Footer Popular*/
.footer-search{
	width:100%;
	background-color:#343434;
	padding-bottom:20px;
	margin-top:-1px;
}

.footer-search-anpassungen{
	float:right;
	margin-top:20px;
	font-size:20px;
	padding-right:25px;
}

@media all and (max-width: 999px) {
	.start-teaser .element-1 {
		width:100%;
		font-size:28px;
		padding-bottom:30px;
}

	.start-teaser .element-2 {
		width:50%;
}

	.start-teaser .element-3 {
		width:50%;
}

	.start-teaser .element-4 {
		width:50%;
}

	.start-teaser .element-5 {
		width:50%;
}

	.start-teaser .element-6 {
		width:50%;
}

	.start-teaser .element-7 {
		width:50%;
}
	
}

@media all and (max-width: 540px) {
	.start-teaser .element-1 {
		width:100%;
		font-size:24px;
		padding-bottom:40px;
}

	.start-teaser .element-2 {
		width:100%;
}

	.start-teaser .element-3 {
		width:100%;
}

	.start-teaser .element-4 {
		width:100%;
}

	.start-teaser .element-5 {
		width:100%;
}

	.start-teaser .element-6 {
		width:100%;
}

	.start-teaser .element-7 {
		width:100%;
}
}

@media all and (max-width: 900px) {
	.footer-search-anpassungen{
		font-size:14px;
	}
}

.popular-footer-popular{
	font-weight:700;
	color:#fff !important;
}

.popular-footer-search{
	list-style:none;
}

.popular-footer-search li{
	float:left;
	padding:13px;
} 

.popular-footer-search li a{
	color:#a8a8a8;
	font-size:14px;
	font-family:"Antenna",Arial,Helvetica,sans-serif;
}

.popular-footer-search li a:hover{
	color:#fff;
}

.w160.level{
	float:left;
	margin:9px;
	list-style:none;
	max-width:178px;
	margin-left:40px;
}

.w160.level ul{
	padding-left:0px;
}

.footer-headline{
	font-size:15px !important;
	margin-bottom:10px;
	display:block;
	color:#dfdfdf;
}

.nav .nav-pills .nav-stacked a:hover{
	color:#fff !important;
}

.level1 a:hover{
	color:#fff !important;
}

.level2{
	list-style:none;
}

.level2 a:hover{
	color:#fff;
}

.btnEnd{
	font-weight: 700;
    font-size: 1em;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    color: #dfdfdf!important;
    
}

/* ############### footer cright */
.copyright {
	text-align: center;
	background-color: #272727;
	padding: 25px 0;
	font-size: 12px;
}

#media-list li a span {
    margin-left: 25px;
   }
   
   #media-list {
    margin-top: 10px;
    width: 20px;
    margin-left:-45px;
    }

#footerlink-facebook {
	background: url('../img/footericons/facebook.png') no-repeat scroll left center transparent;
	display: inline-block;
    float: left;
    height: 20px;
    width: 20px;
    margin-right: 2px;
}

#footerCatalog{
	background: url('../img/footericons/Download_Icon_grau_FORD_Shop.png') no-repeat left center;
	display: inline-block;
	float: left;
	height: 20px;
	width: 20px;
	margin-top: 5px;
}

#footerCatalog:hover{
	background: url('../img/footericons/Download_Icon_blau_FORD_Shop.png') no-repeat left center;
}

#footerCatalog span{
	display: inline-block;
	width: 90px;
}

#footerCatalog a{
	margin-left: 3px;	
}

#footerCatalog:hover{
	/*background: url('../img/footericons/download_hover.png') no-repeat left center;*/
}

#footerlink-facebook:hover span, #footerlink-twitter:hover span, #footerlink-youtube:hover span, #footerCatalog:hover span{
	color:#fff;
}

#footerlink-twitter:hover{
    background-position: -20px 0px;
}
#footerlink-twitter {
	background: url('../img/footericons/twitter.png') no-repeat scroll left center transparent;
	display: inline-block;
    float: left;
    height: 20px;
    width: 20px;
    margin-right: 2px;
    margin-top: 3px;
}

#footerlink-youtube:hover{
    background-position: -20px 0px;
}

#footerlink-youtube {
	background: url('../img/footericons/youtube.png') no-repeat scroll left center transparent;
	display: inline-block;
    float: left;
    height: 20px;
    width: 20px;
    margin-right: 2px;
    margin-top: 3px;
}

.footer-logo {
	float:right;
	margin:-10px 0 15px 15px;
}

#footerlink-facebook:hover{
    background-position: -20px 0px;
}

.footer-text{
	color:#868686;
	margin-top:50px;
	font-size:12px;
}

.service-footer-link{
	color:#868686 !important;
	padding-left:10px;
	padding-right:5px;
	
}

.service-footer-link:hover{
	color:#868686 !important;
}
/*after footer*/
.follow-ford-footer{
	background-color:#1b394e;
	width:100%;
	padding-bottom:20px;
	color:#fff;
}

.footer-bottom-copyright{
	background-color:transparent;
	width:100%;
	height:122px;
	
}

/*Navileiste*/
.nav-pills > li.active > a{
	color:#000;
	background-color:#FFF;
}

.nav-pills > li.active > a:hover{
	color:#000;
	background-color:#FFF;
}

.nav-pills > li.active > a:focus{
	color:#000;
	background-color:#FFF;
}

.nav > li > a:hover{
	background-color:#fff;
	color:#000;
}

/* ############### Sidebar Navigation */
#sidebar .nav > li > a:hover, #sidebar .nav > li > a:focus {
	text-decoration: none;
	background-color: transparent;
}

#sidebar .nav-pills > li {
	display: block;
}

#sidebar .nav-pills > li > a {
	border-radius: 0px;
	display: block;
	border-bottom: 1px solid #ddd;
}

#sidebar .nav-pills > li + li {
	margin-left: 2px;
}

#sidebar .nav.nav-pills > li.active > a,
#sidebar .nav.nav-pills > li.active > a:hover,
#sidebar .nav.nav-pills > li.active > a:focus {
	color: #444;
	background-color: transparent;
}

/* ############## Slider nav */
.owl-controls .owl-nav {
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
	pointer-events: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-controls .owl-nav
div {
	width: 18px;
	height: 50px;
	padding: 0;
	position: absolute;
	left: 20px;
	z-index: 100;
	pointer-events: auto;
	cursor: pointer;
	opacity: 0.7;
}

.owl-controls .owl-nav div:hover {
	opacity: 1;
}

.owl-controls .owl-nav div.owl-next {
	text-align: left;
	left: auto;
	right: 20px;
}

.owl-controls .owl-nav div
span {
	display: inline-block;
	font-size: 50px;
	color: #fff;
	text-shadow: 0 0 10px rgba(0,0,0,.3)
}

.owl-controls .owl-dots {
	position: absolute;
	bottom: 10px;
	width: 100%;
	z-index: 100;
	text-align: center;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	bottom: 15px;
}

.owl-controls .owl-dots .owl-dot {
	display: inline-block;
	font-size: 0;
	line-height: 1;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

.owl-controls .owl-dots
span {
	background: #fff;
	border: 1px solid #fff;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
	-ms-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
	-o-box-shadow: 0 0 10px 0 rgba(0,0,0,.3);
	display: block;
	height: 11px;
	margin: 50px
    6px;
	transition: opacity 200ms ease 0s;
	-webkit-transition: opacity 200ms ease 0s;
	-moz-transition: opacity 200ms ease 0s;
	-ms-transition: opacity 200ms ease 0s;
	-o-transition: opacity 200ms ease 0s;
	width: 11px;
}

.owl-controls .owl-dots span:hover{
	
} 

.slider .owl-controls .owl-dots .active span {
	background: none transparent;
	transform:scale(1.5);
}
/* ############# Language, Currency */
.dropdown.language {
	color: #fff;
	font-size: 12px;
	color: #999;
	/*background: #222;*/
        	margin: 4px;
        	margin-top:5px ! important;
	padding: 0;

}
.lang-icon {
	color: #555;
        margin-right:8px;
}

#dropdownlanguage {
	font-size: 14px;
	color: #2d96cd;
	background: #fff;
	border: none !important;
	padding:5px 7px !important;
}
#dropdownlanguage:focus, #dropdownlanguage:active,#dropdownlanguage:hover, 
#dropdownlanguage-xs:focus, #dropdownlanguage-xs:active, #dropdownlanguage-xs:hover {
	border: none !Important;
	box-shadow: none !important;
	outline: none !important;
    color:#000;
}

#box-currency .btn{
	background-color: rgba(0,0,0,0.1);
	border: 1px solid rgba(255,255,255,0.1);
	color: #aaa;
	font-size: 14px;
	text-transform: none;
	font-weight: normal;
	letter-spacing: 0;
	font-family: inherit;
}
 button#dropdownlanguage-xs {
	background: #2d96cd !important;
	color: #fff !important;
	font-weight: normal;
	font-size: 15px;
	padding-left: 5px;
    border:none;
    text-indent: -2px; 
}
ul#languages,
ul#currency {
	background-color: rgb(255, 255, 255);
}

ul#languages li,
ul#currency li{
	padding: 10px;
	margin: 0;
	color: #2d96cd;
}

ul#languages li a,
ul#currency li a {
	padding: 0;
	margin: 0;
	color: #2d96cd;
}

ul#languages li a:hover, 
ul#lcurrency li a:hover {
	background: none;
}

/* ############## sticky */
.carthidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
	height: 40px;
}

.sticky-wrapper.is-sticky .carthidden {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
}

.carthidden div#box-cart {
	margin: 0px 20px;
	text-align: right;
	font-size: 13px;
	height: 0px;
	top: 13px;
	position: relative;
}

.productImageBorder2{
	max-width:100%;
}

#cart a img {
	max-width: 100px;
}

.cartcount{
	background-color:#2d96cd !important;
}

#xt_cart_popup_div .button{
	background-color:#2d96cd !important;
	border-color:#2d96cd !important;
}
/* Button Zur Kasse*/
.btn-primary{
	background-color:#2d96cd;
	border-color:#2d96cd;
}

.btn-primary:hover{
	background-color:#3B5998;
	border-color:#3B5998;
}

.form-control:focus{
	border-color:#2d96cd;
	outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(45, 150, 205, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(45, 150, 205, 0.6);
}

.btn-default{
	background-color: #2d96cd;
	color: #fff;
	margin-left: 8px;
}

/* ######## partner slider */
.partner-slider.owl-carousel .owl-item {
	opacity: 1;
	-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
}

.partner-slider.owl-carousel .owl-item:hover {
	opacity: 0.5;
	-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
}

.partner-slider.owl-carousel .owl-nav div span {
	display: inline-block;
	font-size: 50px;
	color: #999;
	text-shadow: 0 0 10px rgba(0,0,0,0);
}
/* ############## return to top */
#return-to-top {
	position: fixed;
	bottom: 55px;
	right: 20px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	width: 35px;
	height: 35px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: none;
	-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
	z-index: 99;
}

#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 11px;
	top: 8px;
	font-size: 19px;
	-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
}

#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
	-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
}

#return-to-top:hover i {
	color: #fff;
	top: 5px;
	-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
}

/*Youtube Video*/
.movie-teaser {
	position:relative;
	text-align:center;
	padding-bottom:10px;
}

.youtube-frame{
	min-height:615px;
}


/*price */

.product-price.product-price-unrealistic{
	
	color:#555 !important;
}

.product-price.product-price-unrealistic.unrealistic-price{
	text-decoration: line-through;
    color: #ea2323 !important;
}


/* NEWSLETTERBANNER */
.latest_promotions {
	font-weight:700;
	font-size:46px;
	color:#fff;
	position:absolute;
	margin-top:50px;
	text-align:center;
}

.newsletter_button {
	font-size:18px;
	margin-top:20px;
}

.fa-globe:before{
	color:#2d96cd;
}

#dropdownlanguage:hover .fa-globe:before{
	color:#000;
	transition: all 0.4s;
}

.top-service-box-list{
	display:block;
}

.hidden-cart-box{
	display:none !important;
}

.service-mobile li a{
	color:#2d96cd !important;
}

/* MEDIA QUERYS */
@media (max-width: 1550px) {
	#userlike-tab {
		display:none !important;
	}
}	

@media (max-width: 1440px) {
	.top-service-box-list{
		display:none !important;
		}
		
		.masstabelle-hidden{
			display:none !important;
		}
}

@media (max-width: 1280px) {
	#top-main-menu.nav > li > a{
		padding:10px;
	}
	.top-categories{

		max-height:40px;
	}
	
	.header-checkout{
		display:none !important;
	}
	
	.topinfo{
		max-width:470px;
		padding-left:0;
	}
	
	.youtube-frame{
		min-height:550px;
	}
	
}

@media (max-width: 1430px) {
	
	.mobile-menu{
		display:block !important;
	}
	.topinfo{
		display:none !important;
	}
	.top-categories{
		max-width:700px;
	}
	
	.hidden-cart-box{
		display:block !important;
		float:right;
		max-width:150px;
		margin-top:5px;
		padding: 0;
	}
	
	.hidden-cart-box img{
		float: left;
	}
	
	.language.visible-xs{
		display:block!important;
	}
	
	.language.hidden-xs{
		display:none !important;
	}
	
	.fa.fa-globe.lang-icon.hidden-xs{
		display:none!important;
	}
	
	#currency li a, #languages li a{
		color:#000;
	}
	
	#dropdownlanguage{
		color:#fff;
		background-color:#2d96cd;
	}
	
	.dropdown.language.visible-xs, .dropdown, .dropdown.service-mobile{
		width:100%;
	}
	
	.main-top-categories-display{
		display:none;
	}
	
	.cartcount{
		top: -9px !important;
		left: -19px !important;
	}
	
}


@media (max-width: 1199px) {
	.nl-productslist-cartbutton-form .add-to-cart input[type="text"]{
		margin-left:15px !important;
	}
	
	.visible-xs{
		display:block !important;
	}
	.topinfo{
		display:none !important;
	}
	.box.product.box-hover .hovertext{
		min-height:135px;
	}
	
	.top-categories{
		max-width:650px;
	}
		.owl-next {
	display:none!important;
	}
	
	.owl-prev {
	display:none !important;
	}
	.owl-carousel:hover  .owl-prev, .owl-carousel:hover  .owl-next {
	display:none !important;
	}
	
	.latest_promotions{
		margin-top:30px;
	}
	#scrolldown-arrow{
		background-image:none !important;
	}
}

@media (max-width: 991px) {
	.before-footer .col-xs-12 {
		margin-bottom: 30px;
	}
	.nl-productslist-cartbutton-form .add-to-cart input[type="text"]{
		margin-left:85px !important;
	}
}

@media (max-width:972px){
	.collection_every_lifestyle{
		display:none;
	}
	
	.lineup_collections{
		margin-top:0;
	}
	
	.latest_promotions{
		font-size:26px;
		margin-top:10px;
	}
}

@media (max-width:870px){
	
	.top-categories{
		max-width:190px;
	}
	
	.no-clear-800{
		display:none;
	}
	
	.menu-abstand{
		height:82px;
	}
	
	.login-input-field{
		margin-right:0;
		width:100%;
		float:none;
	}
	.anmelden-button-login{
		margin-right:0;
	}
	.contact-us-box{
		display:none;
	}
	#phone{
		display:none;
	}
	
	#first-hr{
		display:none;
	}
	.phonebox{
		float:none;
	}
	
	
	
}

@media (max-width: 767px) {
	
	.footer-mobile .col-md-6 {
		display:none;
	}
	
	.footer-mobile .col-md-2 {
		width:33%;
	}
	
    .shares {
	position: fixed;
	bottom: 0px;
	width: 100%;
	background: #fff;
	display: flex;
	justify-content: space-around;
	box-shadow: 0px 0px 4px 0px #333;
	clear: both;
	margin: 0px -15px;
        z-index:1020;
}
.shares .fa {
 	width: 44px !important;
	height: 44px !important;
	line-height: 44px !important;
}
	.btn {
		font-size: 0.8em;
	}

	.slider .header-img .caption h2 {
		color: #fff;
		font-size: 1.8em;
		font-weight: 700;
		letter-spacing: 1px;
	}

	.slider .header-img .caption .wrappertext {
		color: #fff!important;
		font-size: 0.9em;
		margin-bottom: 10px;
		display: inline-block;
		padding: 10px 20px;
		border-top: 2px solid #fff;
		
	}

	.slider .header-img .btn {
		background-color: transparent;
		border-width: 2px;
		color: #fff;
		border-color: #fff;
		font-size: 10px;
	}

	.slider .header-img .caption {
		position: absolute;
		z-index: 10;
		width: 100%;
		text-align: center;
		padding: 0;
		top: 50%;
		padding-right: 25px;
	}

	.highlight-content .highlight-img h2 {
		color: #fff;
		font-size: 1.45em;
		font-weight: 700;
		margin-top: 0;
	}

	.before-footer .col-xs-12 {
		margin-bottom: 30px;
	}
	.nl-productslist-cartbutton-form .add-to-cart input[type="text"]{
		margin-left:37% !important;
	}
	
	.right-767{
		float:right;
	}
	
	.youtube-frame{
		min-height:445px;
	}
}

@media(max-width:762px){
	.latest_promotions{
		font-size:40px;
	}
}
@media(max-width:710px){
	.owl-dots{
		display:none !important;
	}
}

@media (max-width: 600px) {
	.nl-productslist-cartbutton-form .add-to-cart input[type="text"]{
		margin-left:35% !important;
	}
}

@media (max-width: 500px) {
	.top-categories{
		max-width:65px;
	}
}

@media (max-width: 435px){
	.first-lineup-collection-text{
		display:none;
	}
}

@media (max-width: 430px) {
	.nl-productslist-cartbutton-form .add-to-cart input[type="text"]{
		margin-left:28% !important;
	}
}

@media (max-width:415px){
	.latest_promotions{
		font-size:26px;
	}
	
	.content-image-heading{
		display:none;
	}
	
	.youtube-frame{
		min-height:300px;
	}	
}

@media (max-width: 360px){
	.right-767{
		float:left;
	}
	
	.top-categories{
		max-width: 65px;
	}
	
	.hidden-cart-box{
		width: 120px;
	}
}

@media (max-width: 360px) {
	.nl-productslist-cartbutton-form .add-to-cart input[type="text"]{
		margin-left:24% !important;
	}
}


@media (min-width: 1480px) {
	.container{
		width:1440px;
		padding-left:0px;
		padding-right:0px;
	}
}

.clear {
	clear: both;
	margin: 5px 0px;
}

.clear- {
	clear:both;
}

#fancybox-content {
    	padding: 0 !important;
	background: #fff;
        border-width: 0 !important;
}
.navigation-pages a {
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCC;
	font-family: 'Lato', sans-serif;
	-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.navigation-pages a:hover {
    	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.navigation-pages .navigation_selected {
    color:#ee4d2e;
   border: 1px solid #ee4d2e;
}
h4.name.bold a {
	color: #666;
	font-weight: 600;
	font-size: 16px;
}
.categorie {
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.more-images .owl-nav div span {
	color: #55555F;
}
.done .panel-default {
	background: #F5F5F5;
}
.active .panel-default {
	background: #DFF0D8;
}
.dropdown.language,
.dropdown.currency{
        float: left;
	margin-top: 4px;
	margin-right: 0;
}
.dropdown, .dropdown.language.visible-xs, .dropdown.service-mobile{
	
}
/*SOCIAL MEDIA BUTTONS */
.shares {
    margin-top: 5px;
}
.shares .fa {
	text-align: center;
	width: 32px;
	height: 32px;
	color: #555;
	-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
	font-weight: 100;
	line-height: 32px;
}
.shares .fa:hover {
cursor:pointer;
color: #fff;
-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
}
i.fa.fa-share-alt {
    color: #555;
}
i.fa.fa-share-alt:hover {
    color: #555;
    cursor:initial;
}
.shares .fa-facebook:hover {
    background-color: #3B5998;
}
.shares .fa-google-plus:hover {
    background-color: #DD4B39;
}
.shares .fa-twitter:hover {
    background-color: #00ACEE;
}
.shares .fa-pinterest:hover {
    background-color: #D01D15;
}
.shares .fa-whatsapp:hover {
    background-color: #3C8A38;
}

/* Anpassung HWCS */
.cycle-slideshow {
	height:auto;
	width:100%;
}

.cycle-slideshow img {
	max-width:100%;
}

.text_sort_by{
	display:none;
}

#sort_dropdown_bottom{
	margin-top:12px;
}

.product-listing #categorie-listing .productImageBorder {
	display:none;
}

.product-listing .product-image {
	display: block;
	min-height:200px;
}

.cat-listing-high{
	margin-top:70px;
}

.cat-listing-test{
	margin-top:70px;
}

.abstand-top{
	margin-top:55px;
}

.categorie-name-in-image{
	font-weight:300;
	color: #fff;
    margin: 0;
    background: rgba(27,57,78,0.6);
    top: 50px;
    position: relative;
}

.categorie-distance{
	margin-top:-50px;
}

.headline-bottom-distance{
	margin-top:60px !important;
}

img.productImageBorder2{
	max-width:100%;
}

.categorie-name-in-image-span{
    padding: 10px 0;
    padding-left: 30px;
    display: block;
    background-color: #1b394e;
    width: 370px;
}

#xt_cart_popup_div .button {
	font-size: 1.14em;	
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
	color: #ffffff;
  	background-color: #ee4d2e;
  	border-color: #ec3916;
  	 display: inline-block;
	  margin-bottom: 0;
	  font-weight: normal;
	  text-align: center;
	  vertical-align: middle;
	  touch-action: manipulation;
	  cursor: pointer;
	  background-image: none;
	  border: 1px solid transparent;
	  white-space: nowrap;
	  padding: 6px 12px;
	  font-size: 14px;
	  line-height: 1.42857143;
	  border-radius: 0px;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;

}

#xt_cart_popup_div table  tr.active td {
	background-color:#FFF !important;
}

#xt_cart_popup_div .button:hover {
	-webkit-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-moz-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	-o-transition: all 0.4s cubic-bezier(.55,0,.1,1);
	transition: all 0.4s cubic-bezier(.55,0,.1,1);
	color: #ffffff;
	background-color: #d73112;
	border-color: #b62a0f;
	text-decoration:none;
	cursor: pointer;
}

@media (max-width: 700px) {
	.social-images p {
		float:none;
	}
	
	.follow-facebook {
		margin-left:33px;
	}
}

@media (max-width: 500px) {
	.get_updates_footer {
		float:none;
		clear:both;
		margin-left:33px;
		padding-top:30px;
	}
}


@media (max-width: 450px) {
	
	.footer-mobile .col-md-2 {
		width:50%;
	}
	
	.footer-mobile .last-item {
		clear:both;
		margin-top:20px;
		width:100%;
	}
	
	.footer-mobile .payment-list {
		margin-left:0;
	}
	
	.footer-mobile .payment-list li {
		width:100%;
		margin:0 auto;
		text-align:center;
	}
}


/* ANPASSUNGEN HWCS */
#product .col-md-4 {
	height:auto; 
}

.prev-next {
	padding-top:10px;
	height:25px;
}

.prev a {
	background-image: url(../img/prev.jpg);
	background-repeat: no-repeat;
	width:200px;
	height:14px;
	display:block;
	float:left;
	padding-left: 20px;
}

.next a {
	background-image: url(../img/next.jpg);
	background-repeat: no-repeat;
	width:200px;
	height:14px;
	display:block;
	float:right;
	text-align: right;
	padding-right: 20px;
	background-position: right top;
	
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.prev a:hover{
	background-position:0 -14px;
}

.next a:hover  {
	background-position:right -14px;
}

.nl-productslist-cartbutton-form input[type="text"] {
	padding: 6px !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
}

.nl-productslist-cartbutton-form input[type="submit"], .nl-amsv-widget input[type="submit"] {
	background-color:#2d96cd;
	border:1px solid #2d96cd;
	color:#FFF;
	font-size: 1em !important;
    font-family:"Antenna",Arial,Helvetica,sans-serif!important;
    font-weight: 600 !important;
}

.nl-productslist-cartbutton-form input:hover {
	color:#1b394e!important;
	background-color:#fff!important;
	border-color:#1b394e!important;
}

.nl-amsv-widget input[type="submit"] {
	padding:6px 12px;
	font-size:16px;
}

.nl-amsv-widget input[type="submit"]:hover {
	background-color:#3B5998;
	border-color:#3B5998;
}

.highlight-footer .owl-controls {
	display:none;
}

.nl-amsv-widget table {
	width:100%;
}

.nl-amsv-widget .first-td {
	padding-left: 10px;
}

.nl-amsv-widget .stock-td {
	padding-top:5px;
}

.nl-amsv-widget .stock-td p {
	margin-bottom:5px;
}

#button_ms_alt {
	text-align:center;
}

#button_ms_alt a {
	padding:2px 20px;
	background-color:#2d96cd;
	border:1px solid #2d96cd;
	color:#FFF;
	font-size: 1em !important;
    font-family:"Antenna",Arial,Helvetica,sans-serif!important;
    font-weight: 600 !important;
}

#button_ms_alt a:hover {
	color:#1b394e!important;
	background-color:#fff!important;
	border-color:#1b394e!important;
}

.cr_ipe_item input {
	font-family:"Antenna",Arial,Helvetica,sans-serif!important;
}

::selection {
	background:#2d96cd!important;
}

.listing-button-height a {
    margin: 0;
    margin-top: 15px;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 10px;
}

.price-wrap {
	min-height:65px;
}

.coe_fuzzy_search_more_results_std {
	background-color: #FFF !important;
    border: 1px solid #2d96cd !important;
    right: 0 !important;
}
