body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 25px;
    line-height: 1.2;
    overflow-x: hidden!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-top: 40px;
}

/*Fonts*/

@font-face {
  font-family: 'fontello';
  src: url('../fonts/fontello.eot?28365673');
  src: url('../fonts/fontello.eot?28365673#iefix') format('embedded-opentype'),
       url('../fonts/fontello.woff2?28365673') format('woff2'),
       url('../fonts/fontello.woff?28365673') format('woff'),
       url('../fonts/fontello.ttf?28365673') format('truetype'),
       url('../fonts/fontello.svg?28365673#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-facebook:before { content: '\e800'; }
.icon-twitter:before { content: '\e801'; } 
.icon-vimeo:before { content: '\e802'; } 
.icon-instagram:before { content: '\e803'; }
.icon-tumblr:before { content: '\e804'; } 
.icon-gplus:before { content: '\e805'; } 
.icon-pinterest:before { content: '\e806'; }
.icon-issuu-logo-symbol-black_nobg:before { content: '\e807'; }  

a {
    text-decoration: none;
    color: #45bede;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

a:hover,
a:focus{
    text-decoration: none;
    color: #000;
    outline: none;
}

.a-invert a {
    text-decoration: none;
    color: #000;
    outline: none;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;  
}

.a-invert a:hover {
    text-decoration: none;
    color: #45bede;
    outline: none;
}

::selection  {color: white; background-color: #45bede;}
::-moz-selection {color: white; background-color: #45bede;}


strong,
b {
    text-transform: uppercase;
    font-weight: 700;
}

/*Header*/

aside {
    background: #000;
    color: #fff;
    height: 40px;
    overflow-y: hidden;
}

aside a {
    color: #fff;
}

aside a:hover {
    color: #45bede;
}
.suchen {
    padding-top: 4px;
}
.search {
    display: inline-block;
    position: relative;
    height: 25px;
    width: 25px;
    box-sizing: border-box;
    margin: 0px 8px 7px 0px;
    padding: 7px 9px 0px 9px;
    border: 2px solid #FFFFFF;
    border-radius: 25px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: text;
}

.search ::-webkit-input-placeholder {color: #000; padding-left: 3px}
.search :-moz-placeholder {color: #000; padding-left: 3px}
.search ::-moz-placeholder {color: #000; padding-left: 3px}
.search :-ms-input-placeholder {color: #000; padding-left: 3px}


.search:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    right: -3px;
    top: 16px;
    background: #FFFFFF;
    border-radius: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.search.active,
.search:hover {
    width: 200px;
    margin-right: 0px;
    border-radius: 0;
    height: 30px;
    border:2px solid #45bede;
    padding: 0px 4px 5px 4px;
    line-height: 28px;
}

.search.active:after,
.search:hover:after {
    height: 0px;
}

.search input {
    width: 100%;
    border: none;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: inherit;
    background: transparent;
    outline-width: 0px;
    padding-top: 0px;
}

ul.social-icons {
    float: right;
}

ul.social-icons li {
    list-style: none;
    float: left;
    padding-left: 10px;
    font-size: 20px;
    line-height: 38px;
}

@media(max-width:767px){ 

ul.social-icons li {
    font-size: 16px;
}

}

ul.social-icons li:first-child {
    padding-left: 0px;
}

ul.contact-social-icons {
    list-style: none;
    font-size: 40px;
    margin: 0 0 20px 0;
    padding-left: 0;
    padding-bottom: 100px;
}

ul.contact-social-icons li{
    float: left;
}

/*Classenwechsel wenn header den Seitenrand erreicht
header.clearHeader {
    background-color: #fff;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
header.smoothchange {
    background-color: #000;
    position: fixed;
    z-index: 2100000000;
    top: 0;
    width: 100%;
}

header.clearHeader a.logo-navbar-middle img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


header.clearHeader a {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
    background: #fff!important;
    color: #000!important;
}

header.smoothchange a {
    background: #000!important;
    color: #fff!important;
    padding-top: 0;
    margin-top: 0;
}

header.smoothchange a.logo-navbar-middle img {
    height: 20px;
    width: auto;
    filter: invert(1);
}


header.smoothchange .navbar {
    border: 0px;
    margin-bottom: 0px;
    min-height: 20px;

}
header.smoothchange main:before {
    content: '';
    display: block;
    height: 80px;
}
*/


#navbar-primary .navbar-nav {
    width: 100%;
    text-align: center;
}

#navbar-primary .navbar-nav > li {
    display: inline-block;
    float: none;
}

#navbar-primary .navbar-nav > li > a {
    padding-left: 25px;
    padding-right: 25px;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    font-size: 20px;
    white-space: nowrap;
}

@media (min-width:768px) and (max-width:992px){
    #navbar-primary .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .logo-navbar-middle img {
        width: 170px;
        height: auto;
    }    
}

.clearHeader a.logo-small {
    opacity: 0;
    padding-top: 3px;
    display: inline-block;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;    
}

.logoHeader a.logo-small {
    opacity: 1;
    padding-top: 3px;
    display: inline-block;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;    
}

.clearHeader .burger-icon {
    width: 0px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;      
}

.logoHeader .burger-icon {
    width: 40px;
    float: left;
    margin-right: 20px;
    overflow: visible;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;      
}


nav ul li a,
nav ul li a:after,
nav ul li a:before {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.item-101 a{
    font-size: 0!important;
}

@media(max-width:767px) {
    li.item-101 {
        display: none!important;
    }
}

nav.stroke ul li.item-101 a:after,
nav.fill ul li.item-101 a:after{
    height:0;
}

.logo-navbar-middle img {
    margin-top: 15px;
    position: relative;
    z-index: 1005;
   -webkit-filter: invert(0);
   filter: invert(0);
}

.invert img {
   -webkit-filter: invert(1);
   filter: invert(1);
}


.mobile-logo img {
 /*erstmal noch nichts*/   
}

/* stroke */
nav.stroke ul li a,
nav.fill ul li a {
  position: relative;
}
nav.stroke ul li a:after,
nav.fill ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #45bede;
  height: 4px;
}
nav.stroke ul li a:hover:after,
#nagelnav li.active a:after {
  width: 100%;
}

nav.stroke ul li li a:hover:after {
  width: 100%!important;
}

#nagelnav li.active li a:after {
  width: 0%;
}

nav.fill ul li a {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

nav.fill ul li a:after {
  text-align: left;
  content: '.';
  margin: 0;
  opacity: 0;
}
nav.fill ul li a:hover {
  color: #fff;
  z-index: 1;
}
nav.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}


/*Main*/
.produktheader {
    height: 229px;
}
.produktheader h2,
.produktheader h1{
    display: inline-block;
    float: right;
    margin-top: 150px;
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    text-transform: lowercase;
}

@media(max-width:767px){

    .produktheader h2,
    .produktheader h1{
    margin-top: 170px;
    font-size: 24px;
    }  
}


.produktheader h2:before,
.produktheader h1:before{
    content: '//'
}
.produktdetail h1 {
    font-size: 48px;
    font-weight: 300;
    padding-top: 50px;
    padding-bottom: 50px;
}

.produkticons{
    padding: 10px 0
}

.coloricons{
    padding: 10px 0;
    display: inline-block;
    margin: 0 auto;
}

.produktdetail .coloricons{
    padding: 10px 0;
    display: block;
    margin: 0 auto;
}


.specialedition {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
}

.specialeditiontext {
    padding: 50px 0;
}
.specialeditiontext p {
    padding-left: 10px;
    padding-right: 10px;
}


.skeweins {
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
    margin-left: -150px;
}

.skewzwei {
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -ms-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
    margin-right: -100px;
}


.produktkurztext,
.dimension,
.rueckenlaenge,
.keyfeatures,
.artikelnr,
.featureicons,
.awards,
.nearby,
.compare{
    padding-top: 45px;
    position: relative;
}

.borderkurz {
    position: relative;
    padding-bottom: 45px
}

.borderkurz:after {
  content:""; 
  background: black; 
  position: absolute; 
  bottom: 0; 
  left: 0; 
  height: 1px; 
  width: 100px;
}

.borderkurzoben:before {
  content:""; 
  background: black; 
  position: absolute; 
  top: 0; 
  left: 0; 
  height: 1px; 
  width: 100px;
}

.featureicons img,
.awards img{
    float: left; 
    margin-right: 15px;
    margin-bottom: 15px;
}


.nearby p.readon a{
    display: block;
    width: 100%;
    border: 1px solid #000;
    text-transform: uppercase;
    text-align: center;
    line-height: 110px;
    margin-bottom: 45px;
    color: #000;
}


.compare p.readon a{
    display: block;
    width: 100%;
    border: 1px solid #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 110px;
    margin-bottom: 45px;
    color: #fff;
}
.compare p.readon a:hover,
.compare p.readon a:active,
.nearby p.readon a:hover{
    border: 1px solid #45bede;
    color: #45bede;
}


@media(max-width:767px){
    .nearby p.readon a,
    .compare p.readon a{
        line-height: 80px;
        font-size: 18px;
    }  
}


.pscroll {
    margin: 50px -30px 0 -30px
}

.parallaxParent {
    height: 50vh;
    overflow: hidden;
}

.hintergrund {
    height: 150%;
    position: relative;
    top: -75%;
    background-size:100% auto; 
    background-position: center center
}
@media(max-width:767px){
    .hintergrund {
        background-size:auto 100%;
    }  
}

.video {
    margin-bottom: 50px;
}

.technology {
    background-color: #717378;
    margin-left: -15px;
    margin-right: -15px;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}


.size {
    padding-top: 50px;
    padding-bottom: 50px;
}


.material {
    background-size: auto 100%;
    background-attachment: scroll;
    background-position: center center;
    margin:0 -30px;
    padding-top: 45px;
    padding-bottom: 45px;
}

@media(min-width:1200px){
    .material {
        background-attachment: fixed;
        background-size: cover;
    }
}


.materialcontent {
    position: relative;
    color: #fff
}

.materialcontent h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.2;
}

.materialtext {
    margin-bottom: 20px;
}

.produktdetail h3 {
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    padding: 0;
}


/*Produktbox Hover Effekt*/

.relatedproducts {
    padding-top: 30px;
}

.responsiveslick {
    margin-left: -15px;
    margin-right: -15px;
}

.slick-arrow {
    border: 0px;
    width: 34px;
    height: 34px;
    text-indent: -9999;
    font-size: 0px;
    position: absolute;
    top:50%;
    margin-top: -17px;
    background-color: #fff;
}

.slick-prev {
   left: -34px;
    background-image: url(../images/arrow-prev.png)
}

.slick-next {
    right:-34px;
    background-image: url(../images/arrow-next.png)
}


.productbox {
    padding: 15px;
    text-align: center;
}



.productbox h4 {
    margin-top: 0px;
    font-weight: 700;
    font-size: 22px;
}

/*Mac Ascill Travel Bag  - weil ur lange wörter*/
    #zoom96 + figcaption>h4,
    #zoom97 + figcaption>h4{
      font-size: 16px; 
    }
    #zoom96 + figcaption>p,
    #zoom97 + figcaption>p{
      font-size: 16px; 
    }

@media(min-width:1180px) and (max-width:1450px){
    .productbox h4,
    #zoom96 + figcaption>h4{
      font-size: 16px; 
    }
    .productbox p {
      font-size: 12px!important; 
    }    
}


@media(min-width:1820px){
    .produktkachel {
        max-width: 100%;
        height: auto; 
    }
}
@media(min-width:1480px) and (max-width:1819px){
    .produktkachel {
        width: 65px;
        height: auto; 
    }
}
@media(min-width:1200px) and (max-width:1479px){
    .produktkachel {
        display: none;
    }
}
@media(min-width:1199px){
    .produktkachel {
        max-width: 100%;
        height: auto; 
    }
}
@media(max-width:560px){
    .produktkachel,
    .productbox p{
        display: none!important;
    }    
}


.productbox p {
    width: calc(100% - 60px);
    font-size: 18px;
    text-transform: uppercase;
    position: absolute;
    bottom: 5px;
    display: block;
    text-align: center;

}
@media(max-width:767px){
    
.productbox,
.productbox figcaption{
    padding: 5px!important;
}
    
    
    .productbox h4 {
        margin-top: 30px!important;
        font-weight: 700!important;
        font-size: 19px!important;
        text-transform: uppercase;
    }
    
}

@media(max-width:991px){
    .productbox h4 {
        margin-top: 0px!important;
        font-weight: 500;
        font-size: 20px!important;
        text-transform: uppercase;
    }    
    
}
    @media(max-width:1200px){
        .productbox h4 {
            margin-top: 15px;
            font-weight: 700;
            font-size: 18px;
            text-transform: uppercase;
        }    
    
}

[class*=' imghvr-'],
[class^=imghvr-] {
    position: relative;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    text-align: center;
    /*background-color: rgba(69, 190, 222, .8);*/
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

[class*=' imghvr-']>img,
[class^=imghvr-]>img {
    vertical-align: top;
    max-width: 100%
}

[class*=' imghvr-'] figcaption,
[class^=imghvr-] figcaption {
    background-color: rgba(69, 190, 222, .8);
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff
}

[class*=' imghvr-'] figcaption h1,
[class*=' imghvr-'] figcaption h2,
[class*=' imghvr-'] figcaption h3,
[class*=' imghvr-'] figcaption h4,
[class*=' imghvr-'] figcaption h5,
[class*=' imghvr-'] figcaption h6,
[class^=imghvr-] figcaption h1,
[class^=imghvr-] figcaption h2,
[class^=imghvr-] figcaption h3,
[class^=imghvr-] figcaption h4,
[class^=imghvr-] figcaption h5,
[class^=imghvr-] figcaption h6 {
    color: #fff
}

[class*=' imghvr-'] a,
[class^=imghvr-] a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2010
}

[class*=' imghvr-'],
[class*=' imghvr-'] *,
[class*=' imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class*=' imghvr-']:before,
[class^=imghvr-],
[class^=imghvr-] *,
[class^=imghvr-]:after,
[class^=imghvr-]:before,
[class^=imghvr-]:after,
[class^=imghvr-]:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

.imghvr-zoom-in figcaption {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.imghvr-zoom-in:hover figcaption {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
    z-index: 2000;
}


/* imghvr-slide-down
   ----------------------------- */
@media(min-width:768px){

    [class^='imghvr-slide-']:hover figcaption,
    [class*=' imghvr-slide-']:hover figcaption {
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }

}
    .imghvr-slide-down figcaption {
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
    }



/*Footer*/
footer {
    background-color: #000;
    line-height: 50px;
    font-size: 16px;
    text-transform: lowercase;
}
footer a {
    color: #717378;
}

footer a:hover,
a:focus {
    color: #fff!important;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

footer ul li {
    float: left;
}

footer ul li a {
    display: inline-block;
    padding-left: 10px;
}

@media(max-width:767px){
    footer {
        line-height: 1.4;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    
    footer ul li {
        float: none;
    }    

    
}







/* Overlay style */

.pointer {
    cursor: pointer;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(113, 115, 120, 0.8);
    z-index: 1002
}

.overlay .container {
    margin-top: 195px;
}

.overlay .container li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.overlay .container li a{
    border: 1px solid #fff;
    text-align: right;
    overflow: hidden;
    background-color: #45bede
}

.overlay .container li a.fullheight {
    height: 130px;
}
.overlay .container li a.halfheight {
    height: 80px;
}

.overlay .container li a.col-sm-6 {
    margin-right: -1px;
    margin-bottom: -1px;
}

.overlay .container li a.col-sm-12 {
    width: calc(100% - 1px)!important;
}

.overlay .container li a.col-sm-6,
.overlay .container li a.col-sm-12 {
    padding-left: 0px;
}

.overlay .container li a:hover img {
    opacity: 0.6;
}

.overlay .container li a span.image-title {
    color: #fff;
    font-weight: 700;
    text-transform: lowercase;
    display: inline-block;
    max-width: 75%;
    position: absolute;
    bottom: 5px;
    right: 5px;

}


@media(max-width:767px){
    .overlay .container li a span.image-title {
        top: 5px!important;
        max-width: 100%;

    }     
}

@media(min-width:768px) and (max-width:1025px){
     .overlay .container li a span.image-title {
        max-width: 100%;
         font-size: 22px

    }   
}





.fullheight img {
    
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 20px;
	height: 20px;
	position: absolute;
	right: -20px;
	top: 0px;
	overflow: hidden;
	border: none;
	background: url(../images/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 1002;
}


@media(max-width:767px){
    
    .overlay .overlay-close {
        width: 30px;
        height: 30px;
        position: fixed;
        right: 50%;
        top: 150px;
        overflow: hidden;
        margin-right: -15px;
        border: none;
        background: url(../images/cross.png) no-repeat center center;
        text-indent: 200%;
        color: transparent;
        outline: none;
        z-index: 1002;
    }
    
    .overlay ul {
        width: 260px!important;
        position: absolute;
        left:50%;
        margin-left: -130px!important;
        top: 190px;
        overflow: hidden;
    }
    
    .overlay ul li,
    .overlay ul li a,
    .overlay ul li a span{
        width: 260px!important;
        height: 80px!important;
        display: inline-block;
    } 
    
    .overlay ul li a img
    {
        width: auto!important;
        height: 140px!important;
    }   
    
    .overlay .container li a{
        border-left: 1px solid #fff!important;
        border-right: 1px solid #fff!important;
        border-top: 1px solid #fff!important;
        border-bottom: 0px solid #fff!important;
        margin: 0 0 -6px 0!important;
    }
    
    .overlay .container li:last-child a{
        border-bottom: 1px solid #fff!important;
    }    
    
    
    .overlay .container li a.col-sm-12 {
        width: calc(100% - 0px) !important;
    }

    
}


/* Effects */
.overlay-slidedown {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
	transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
	visibility: visible;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: -webkit-transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
}


.navbar-toggle {
    background-color: #000;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}


.navbar-toggle .icon-bar {
    border-radius: 1px;
    display: block;
    height: 2px;
    width: 22px;
    background-color: #fff;
}
@media(max-width:767px){
    .navbar-collapse.in {
        margin-top: 20px;
        overflow-y: visible;
    }


    .navbar-collapse.in ul {
        margin: 0;
        padding: 0;
    }

    .navbar-collapse.in > ul > li{
        width: 50%;
        float: left!important;
        text-align: center;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
    }

    .navbar-collapse.in > ul > li:nth-child(1),
    .navbar-collapse.in > ul > li:nth-child(4){
        border-left: 1px solid #eee;
    }

    .navbar-collapse.in > ul > li:nth-child(1),
    .navbar-collapse.in > ul > li:nth-child(2){
        border-top: 1px solid #eee;
    }
}


/*Kategorien*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

/*
.kategoriefarbicons {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff!important
}
*/

.katsidebar {
    font-size: 14px;
    text-transform: uppercase;
}

.katsidebar nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.katsidebar nav ul li{
    padding-top: 2px;
    padding-bottom: 2px;
}

.filterspacer {
    height: 50px;
    background-color: #000;
    width: 100%;
}

@media(max-width:767px){
    
    .mobilesidebarclose {
        position: fixed;
        z-index: 1002;
        left: 0;
        bottom: 0;
        background-color: #fff;
        height: 40px;
        width: 100%;
        overflow-y: hidden;
        transition-delay: 0ms, 0ms, 200ms;
        transition-duration: 200ms, 200ms, 0ms;
        transition-property: opacity, top, visibility;
        transition-timing-function: ease-in;        
    }
    
    .mobilesidebaropen {
        position: fixed;
        z-index: 1002;
        left: 0;
        bottom: 0;
        background-color: #fff;        
        height: 250px;
        width: 100%;
        overflow-y: scroll;
        transition-delay: 0ms, 0ms, 200ms;
        transition-duration: 200ms, 200ms, 0ms;
        transition-property: opacity, top, visibility;
        transition-timing-function: ease-in;        
    }  
    
    .mobilesidebarclose .closesidebar {
        display: none;
    }
    
    .mobilesidebaropen .opensidebar {
        display: none;
    }    
    
    .bordertop {
        border-top: 1px solid #000;
    }
    
    .opensidebar {
        display: block;
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }
    
    .closesidebar {
        display: block;
        width: 40px;
        height: 40px;
        background-image: url(../images/cross-black.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-color: #fff;
        position: fixed;
        right:30px;
        bottom: 200px;
        z-index: 1005;
    }    
    
}







#katitems .mix{
	display: none;
}

.filter {
    cursor: pointer;
}

label{
  font-weight: 300;
}
 
button{
  display: inline-block;
  vertical-align: top;
  padding: .4em .8em;
  margin: 0;
  background: #68b8c4;
  border: 0;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  cursor: pointer;
}
 
button:focus{
  outline: 0 none;
}
 
*:focus {
    outline: 0 none;
}

.controls{

}
 
fieldset{
  display: inline-block;
  vertical-align: top;
  width: calc(90% - 20px);
    padding: 30px 10px 20px 10px
}

fieldset h4 {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 15px;
}

.largepadding {
    padding-bottom: 70px
}

.checkbox{
  display: block;
  position: relative;
  cursor: pointer;
  margin-bottom: 8px;
}


.filterfarbicons{
  display: inline-block;
  position: relative;
  cursor: pointer;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
}

.filterfeaturebilder{
  display: inline-block;
  position: relative;
  cursor: pointer;
    width: 40px;
    height: 40px;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
}

.checkbox input[type="checkbox"]
{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  margin: 0;
  opacity: 0;
  z-index: 1;
}


.filterfarbicons input[type="checkbox"]
{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 20px;
  width: 100%;
  cursor: pointer;
  margin: 0;
  opacity: 0;
  z-index: 1;
    overflow: hidden;
}

.filterfeaturebilder input[type="checkbox"]
{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 40px;
  width: 100%;
  cursor: pointer;
  margin: 0;
  opacity: 0;
  z-index: 1;
  overflow: hidden;
}

.checkbox label{
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding-left: 1.9em;
}

.filterfarbicons label {
  display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
}

.filterfeaturebilder label {
  display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
}

.checkbox label:before,
.checkbox label:after,

.filterfarbicons label:before,
.filterfarbicons label:after,

.filterfeaturebilder label:before,
.filterfeaturebilder label:after{
  content: '';
  display: block;
  position: absolute;
}

.checkbox label:before{
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-color: #ddd;
  border-radius: 0px;
}

.filterfarbicons label:before{
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border-radius: 0px;
}

.filterfeaturebilder label:before{
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 0px;
}

.filterfarbicons label.a000000:before {background-color: #000000}
.filterfarbicons label.a6d7073:before {background-color: #6d7073}
.filterfarbicons label.aeeeeee:before {background-color: #eeeeee}
.filterfarbicons label.a616f65:before {background-color: #616f65}
.filterfarbicons label.a4cb271:before {background-color: #4cb271}
.filterfarbicons label.a065258:before {background-color: #49BFDC}
.filterfarbicons label.a4f6a84:before {background-color: #4f6a84}
.filterfarbicons label.ac90e2c:before {background-color: #c90e2c}
.filterfarbicons label.af1e97e:before {background-color: #f1e97e}
.filterfarbicons label.amultic:before,
                              .amultic{background: -moz-linear-gradient(left,  #b8893b 0%, #b8893b 33%, #536d86 66%, #47525a 100%); 
                                       background: -webkit-linear-gradient(left,  #b8893b 0%,#b8893b 33%,#536d86 66%,#47525a 100%);
                                       background: linear-gradient(to right,  #b8893b 0%,#b8893b 33%,#536d86 66%,#47525a 100%);
                                       filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8893b', endColorstr='#47525a',GradientType=1 )}


.filterfeaturebilder label.HELMET-HOLDER:before             {background-image: url(../../../images/features/helmet-holder.png); background-size: 100% 100%;}
.filterfeaturebilder label.RAINCOVER:before                 {background-image: url(../../../images/features/raincover.png); background-size: 100% 100%;}
.filterfeaturebilder label.TOOL-COMPARTMENT:before          {background-image: url(../../../images/features/tool-compartment.png); background-size: 100% 100%;}
.filterfeaturebilder label.PROTECTION-GEAR-HOLDER:before    {background-image: url(../../../images/features/protection-gear-holder.png); background-size: 100% 100%;}

.filterfeaturebilder label.SKI-CARRIER-DIAGONAL:before    {background-image: url(../../../images/features/ski-carrier-diagonal.png); background-size: 100% 100%;}
.filterfeaturebilder label.SKI-CARRIER-VERTICAL:before    {background-image: url(../../../images/features/ski-carrier-vertical.png); background-size: 100% 100%;}
.filterfeaturebilder label.SNOWBOARD-CARRIER:before    {background-image: url(../../../images/features/snowboard_carrier.jpg); background-size: 100% 100%;}
.filterfeaturebilder label.TABLET-POCKET:before    {background-image: url(../../../images/features/tablet-pocket.png); background-size: 100% 100%;}
.filterfeaturebilder label.DETACHABLE-CAMERA-BLOCK:before    {background-image: url(../../../images/features/camera-block.png); background-size: 100% 100%;}
.filterfeaturebilder label.QUICK-SIDE-CAMERA-ASSESS:before    {background-image: url(../../../images/features/quick-side-camera-access.png); background-size: 100% 100%;}
.filterfeaturebilder label.QUICK-2-SIDE-CAMERA-ASSESS:before    {background-image: url(../../../images/features/quick-2-side-camera-access.png); background-size: 100% 100%;}



.checkbox label:after{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 18px;
  height: 18px;
  border-radius: 0px;
  opacity: 0;
  pointer-events: none;
    background-image: url(../images/check-icon.png);
    background-repeat: no-repeat;
    background-position: center center   
}

.filterfarbicons label:after{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 18px;
  height: 18px;
  border-radius: 0px;
  opacity: 0;
  pointer-events: none;
    background-image: url(../images/check-icon.png);
    background-repeat: no-repeat;
    background-position: center center    
}

.filterfeaturebilder label:after{
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
  border-radius: 0px;
  opacity: 0;
  pointer-events: none;
    background-image: url(../images/active.png);
    background-repeat: no-repeat;
    background-position: center center    
}

.checkbox input:checked ~ label:after{
  opacity: 1;
}

.filterfarbicons input:checked ~ label:after{
      opacity: 1;
}

.filterfeaturebilder input:checked ~ label:after{
      opacity: 1;
}


/*
.checkbox input:focus ~ label:before{
  background: #eee;
}
*/

.checkbox input:focus ~ label:before,
.filterfarbicons input:focus ~ label:before
{
    background-image: none
}

.filterfeaturebilder input:focus ~ label:before{
    opacity: 1
}

.ui-widget-content {
    background: #ccc;
    border: 0px;
    color: #444444;
}
.ui-widget {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 0.9em;
}
.ui-slider-horizontal {
    height: 0.1em;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.6em;
    top: -0.55em;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #fff;
    border: 1px solid #dddddd;
    color: #45bede;
    font-weight: bold;
}

.ui-slider .ui-slider-range {
    background: #45bede
}


.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 6em;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 6em;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 6em;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 6em;
}


.ui-slider-float .ui-slider-tip, .ui-slider-float .ui-slider-tip-label {
    background: white;
    border: 0px solid #888;
    border-radius: 0px;
    color: #333;
    display: block;
    font-size: 12px;
    height: 20px;
    left: 50%;
    line-height: 20px;
    margin-left: -18px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 30px!important;
    transition-delay: 0ms, 0ms, 200ms;
    transition-duration: 200ms, 200ms, 0ms;
    transition-property: opacity, top, visibility;
    transition-timing-function: ease-in;
    visibility: visible;
    width: 34px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-transform: lowercase;
}

.ui-slider-float .ui-slider-tip::before, .ui-slider-float .ui-slider-pip .ui-slider-tip-label::before {
    display: none;
}


.filterfarbe {
    padding-top: 40px!important;
    padding-bottom: 30px!important
}

.morebutton {
    text-transform: lowercase;
    display: block;
    padding: 30px 0
}

#filtermore {
    margin-bottom: 80px;
}


.darkHeader {
    background-color: #000;
}



@media (max-width: 1195px) {
   .special-padding { padding:0px 17px;} 
}



article:last-child .borderkurzlang:after { height:0px; }

h3.date { font-size:1.5em;
 padding:20px 0px 0px 0px;}
 
date { text-align:center;
  overflow:hidden;
  display:block;}
  
date span{
  display:inline-block;
  position:relative;
  font-size:16px;
  color:#45BEDE;
   margin-bottom:40px;
}
date span:after, date span:before{
  content:" ";
  display:block;
  height:1px;
  width:20px;
  background:#45BEDE;
  position:absolute;
  top:50%;
}
date span:before{
  left:-30px;
}
date span:after{
  right:-30px;
}

.news-text strong { color:#45BEDE; text-transform:none;}

.news-text h4:before,
.news-text h5:before,
.news-text h6:before{
    content: '// ';    
}
.news-text h4,
.news-text h5,
.news-text h6{
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1.2;    
}

.borderkurzlang:after {
    background: #717378 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
    left:0;
}
.borderkurzlang {
    padding-bottom: 45px;
    position: relative;
    margin-bottom:60px;
}

.news-bgframe { background-position: center center;
background-size: 100% auto;
    height: 500px;
    overflow: hidden;
    margin-left:-30px;
    margin-right:-30px;
}








/* Grid */

#posts { margin: 0 auto 0; padding: 0; }
.post {margin: 0; padding: 0; text-align: center;width: 100%;}
.post img { padding: 0; width: 100%; }
#grid > #posts .post { width: 50%; }

/* Medium devices */

@media (min-width: 768px) {
	#grid > #posts .post { width: 180px; }
	.post img { padding: 0; }
}



/* Medium devices */

@media (min-width: 992px) {
	#grid > #posts .post { width: 188px; }

}



/* Large devices */

@media (min-width: 1200px) {
	#grid > #posts .post { width: 190px; }
}





.teamcatitem h4 {
    background-color: #717378;
    color: #fff;
    font-size: 17px;
    padding: 10px 5px;
    text-align: center;
    font-weight: 300;
    text-transform: none;
    margin: 0;
}


.borderdoppeltkurz:after {
    background: black none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left:-50px;
    position: absolute;
    width: 100px;
}

.borderdoppeltkurz:before {
    background: black none repeat scroll 0 0;
    top: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left:-50px;
    position: absolute;
    width: 100px;
    margin-top:-50px;
}

.borderdoppeltkurz {
    padding-bottom: 45px;
    position: relative;
}

.teamnotiz { 
    text-align:center;
} 

.spacer60 {
    height: 60px;
    width: 100%;
}

.socialembed {
    margin-top: 60px;
    margin-bottom: 120px;
}


/*Mehrere K2 Kategorien Header Hintergrund - Klasse und Titel am Menüpunkt definieren */
.bgkategorie_Backpacks      { background-image:url(../../../images/headers/cat-header-backpacks.jpg)}
.bgkategorie_Bags           { background-image:url(../../../images/headers/cat-header-bags.jpg)}
.bgkategorie_Protector      { background-image:url(../../../images/headers/cat-header-protector.jpg)}
.bgkategorie_Team           { background-image:url(../../../images/headers/cat-header-team.jpg)}
.bgkategorie_Accessories    { background-image:url(../../../images/headers/cat-header-accessories.jpg)}


/*Technokogy*/
.technology-content { margin-top:30px; margin-bottom:40px;}


.tech-white {
    background-color: #fff;
    color: #000;
    padding-top: 100px;
    padding-bottom: 80px;
    margin-left: -120px;
    padding-left: 120px;
    padding-right: 120px; 
    width: calc(100% + 240px)!important
}


.technology-content h3 { padding-bottom:45px; font-weight:bold;}
.technology-content p { padding-bottom:10px;}
.technology-content strong { color:#42BFE0;}
.borderkurz-tech {
    padding-bottom: 80px;
    position: relative;
    margin-bottom:80px;
}
.borderkurz-tech::after {
    background: white none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100px;
}

.borderkurz-tech-black {
    padding-bottom: 80px;
    position: relative;
    margin-bottom:80px;
}
.borderkurz-tech-black::after {
    background: black none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100px;
}

.blau-text { color:#42BFE0;}

.blau-text a{ color:#fff!important;}

.blau-text a:hover{ color:#42bfe0!important;}

.table-hover { width:100%; }
.table-hover tr { border-bottom:1px #FFF solid;}
.table-hover th { background-color:#42BFE0; padding:8px; font-weight:300;}
.table-hover td { padding:8px;}


.mt10 { margin-top:10px;}
.mt20 { margin-top:20px;}
.mt40 { margin-top:40px;}
.mt60 { margin-top:60px;}

.mb60 { margin-bottom:60px;}
.mb40 { margin-bottom:40px;}
.mb20 { margin-bottom:20px;}
.mb10 { margin-bottom:10px;}


.table { text-transform:uppercase;}
.table tr { border-top:#000 solid 1px;}
.table tr:first-child { border-top: 0 none!important;}
.table th { border-bottom:#42BFE0 solid 2px; border-top:none; font-weight:300;}
.table th strong { color:#42BFE0}


/* Timeline EVOC World */

.world-category {
    background-color: #bdcdc5;

    padding-bottom: 80px;
    padding-top: 40px;
}

.cd-timeline-content p.readon a,
.prime p.readon a{
    display: block;
    width: 100%;
    border: 1px solid #000;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 0px;
}

#itemListLeading {
    margin-bottom: 80px;
}

.prime {
    position: relative;
    z-index: 1000;
    padding-top: 50px;
    padding-bottom: 20px;
}



.prime h2,
.prime a {
    background-color: #bdcdc5
}

.primebackground {
    background-color: #bdcdc5;
    padding: 15px;
    margin-bottom: 50px;    
}

.prime header {
    margin-top: 0px;
}

.prime figure{
    margin-bottom: 20px;
}

/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

Main components 

-------------------------------- */

#cd-timeline {
  position: relative;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #fff;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {

  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: relative;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px white, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #bdcdc5;
}
.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
    margin-top: -60px;
  position: relative;
  margin-left: 60px;
  border-radius: 0;
  padding: 0.5em;

}

.cd-timeline-content figure {
    padding-left: 10px;
    padding-right: 10px;
}

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h2,
.world-category h2,
.world-category h3{
    border-top: 0px solid #000;
    border-bottom: 0px solid #000;
    padding: 5px 10px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.cd-timeline-content p {
    padding: 5px 10px;
    font-size: 18px;
}
.cd-timeline-content figure {
    margin: 0 0 10px 0;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {

}
.cd-timeline-content .cd-read-more {
  float: right;

}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-date {
    display: inline-block;
  padding: 18px 9px;
  font-size: 18px;
}
@media(max-width:1160px){
.cd-date {
    display: inline-block;
  padding: 9px 4px;
  font-size: 14px;
}  
    
}


.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}

@media(max-width:1160px){
.cd-timeline-content::before {
  top: 153px;
}    
}


@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
  }
  .cd-timeline-content p {
  }
  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 20px;
    width: 45%;
  }
  .cd-timeline-content::before {
    top: 144px;
    left: 100%;
    border-color: transparent;
    border-left-color: rgba(255, 255, 255, 0.5);     
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 144px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: rgba(255, 255, 255, 0.5);
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}


/*Service FAQ Accordeon */
#service {
    padding-top: 40px;
}

#service h3 {
    padding-bottom: 15px
}


#service h4,
.ui-state-default, 
.ui-widget-content 
.ui-state-default, 
.ui-widget-header 
.ui-state-default {
    font-weight: 300!important;
    font-weight: normal!important
}

#service h4.ui-accordion-header {
    font-family: 'Open Sans', sans-serif;
    border-radius: 0px;
    border:0px solid #ccc;
    font-size: 25px;
    font-weight: normal!important;
    font-weight: 300!important;
    text-transform: none;
    color: #6d7073;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 0;
    
}


.ui-accordion-content {
    font-family: 'Open Sans', sans-serif;
    font-size: 25px;
    font-weight: normal!important;
    font-weight: 300!important;
    text-transform: none;
}

#service .ui-accordion .ui-accordion-icons {
    padding-left: 50px;
}

#service .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: 0;
    margin-top: -17px;
    position: absolute;
    top: 50%;
}

#service .ui-icon {
    height: 35px;
    width: 35px;
}

#service .ui-state-default .ui-icon {
    background-image: url("../images/faq-sprite.jpg");
}

#jobtabs .ui-state-default .ui-icon {
    background-image: url("../images/job-sprite.jpg");
}


#service .ui-icon-triangle-1-e {
    background-position: 0px 0px;
}

#service .ui-icon-triangle-1-s {
    background-position: 0px -35px;
}



#service .read .ui-icon {
    background-image: url("../images/supertrail-story-sprite.jpg");
}


#service .read .ui-icon-triangle-1-e {
    background-position: 0px 0px;
}

#service .read .ui-icon-triangle-1-s {
    background-position: 0px -35px;
}


#service .check .ui-icon {
    background-image: url("../images/supertrail-trail-sprite.jpg");
}


#service .check .ui-icon-triangle-1-e {
    background-position: 0px 0px;
}

#service .check .ui-icon-triangle-1-s {
    background-position: 0px -35px;
}






#service .ui-widget-content {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    background: #fff;
    border: 0 none;
    border-radius: 0px;
    color: #000;
}

#service .ui-widget-content a,
#service .ui-widget-content strong a,
#service .ui-widget-content strong span a{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    text-decoration: none!important;
}




.servicezusatz {
    margin-top: 40px;
    background-color: #6d7073;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
}


.servicezusatz .readon {
    display: block;
    width: 50%;
    margin-left: 25%;
    margin-top: 20px;
    border: 1px solid #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0;
    margin-bottom: 0px;
    cursor: pointer;
}

.servicezusatz .readon a {
    color: #fff;
}

.servicezusatz .readon:hover,
.servicezusatz .readon:hover a{
    color: #45bede;
    border-color: #45bede
}

.modal-open .modal {
    background-color: rgba(255, 255, 255, 0.7);
}

.modal-dialog {
    margin: 80px auto;
    max-width: 600px;
    padding-left: 50px;
    padding-right: 50px;
}


.modal-header .close {
    position: absolute;
    right: 10px;
    top: 10px;

}

.modal-content {
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
    color:#000;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 25px;
    line-height: 1.2;    

}

.modal-header {
    border-bottom: 0px solid #e5e5e5;
    padding: 50px 0 25px 0;
}

.modal-title {
    font-size: 25px;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
}

#chronoform-Warranty,
#chronoform-Garantie,
#chronoform-GarantieFra {
    padding-left: 40px; 
    padding-right: 40px;
    padding-bottom: 40px;
}

#chronoform-Contact,
#chronoform-Kontakt,
#chronoform-ContactFra{
    max-width: 600px;
    margin-bottom: 80px;
}

#chronoform-Warranty label,
#chronoform-Garantie label,
#chronoform-Contact label,
#chronoform-Kontakt label,
#chronoform-GarantieFra label,
#chronoform-ContactFra label,
.chrono_credits{
    display: none;
}

#chronoform-Warranty .form-control,
#chronoform-Garantie .form-control,
#chronoform-GarantieFra .form-control,
#chronoform-Contact .form-control,
#chronoform-Kontakt .form-control,
#chronoform-ContactFra .form-control,
#chronoform-Warranty .gcore-input,
#chronoform-Garantie .gcore-input,
#chronoform-GarantieFra .gcore-input,
#chronoform-Contact .gcore-input,
#chronoform-Kontakt .gcore-input,
#chronoform-ContactFra .gcore-input{
    width: 100%!important;
}

#chronoform-Warranty input,
#chronoform-Garantie input,
#chronoform-Contact input,
#chronoform-Kontakt input,
#chronoform-GarantieFra input,
#chronoform-ContactFra input,

#chronoform-Warranty select,
#chronoform-Garantie select,
#chronoform-Contact select,
#chronoform-Kontakt select,
#chronoform-ContactFra select,
#chronoform-GarantieFra select,
#chronoform-Contact textarea,
#chronoform-Kontakt textarea,
#chronoform-ContactFra textarea{
    border-radius: 0;
    border-color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    color: #999
}
#chronoform-Contact textarea,
#chronoform-Kontakt textarea,
#chronoform-ContactFra textarea{
    height: 350px;
}

#button6 {
    background-color: #fff;
    background-image: none;
    border-color: #45bede!important;
    color: #000!important;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 50px!important;
}

#chronoform-Warranty .help-block,
#chronoform-Garantie .help-block,
#chronoform-GarantieFra .help-block,
#why{
    font-size: 12px;
    border-radius: 0;
    border: 0px solid #fff;
    background: #fff;
}
#why .ui-corner-all {
    border-radius: 0;
    border: 0px solid #fff;
    
}


#why .ui-accordion-header,
#why .ui-accordion-header-active{
    padding: 0;
    text-align: left;
    margin: 0;
    color: #999;
    border: 0px solid #fff;
    border-radius: 0;
}

#why .ui-accordion-content {
    font-size: 12px;
    border-radius: 0;
    border: 0px solid #fff;
    margin: 0;
    padding: 10px 0;
    background: #fff;
}

#why .ui-accordion-content p {
    color: #000;
}

.advanced-dropdown {
    width: 85px;
    position: absolute;
    background: #000;
}

ul li.lang-active {
    display: none;
}

ul.lang-inline {
    margin: -120px 0 0 -20px;
    display: block;
    background: #000;
    padding: 15px 0 30px 0;
    min-width: 105px;
}


ul.lang-inline li {
    line-height: 1.5;
    padding: 3px 0 3px 12px;
    margin: 0;
}

#shopfinder {
  margin-left:-15px;
  margin-right:-15px;
    background-color: #f4f4f4;
}



#filterNoMatch {
    display: none;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin-top: 100px;
}


#service ol {
 margin-left: 0;
padding-left: 0;
color: #6d7073}

#service ol li {
    list-style: none;
}

#service ol li span {
    display: inline-block;
    color: #45bede;
    font-weight: 700;
    padding-right: 8px;
}


.materialmodule {
    padding-bottom: 30px;
}

.db-chooser {
    margin-bottom: 30px;
}

.db-chooser span {
    color: #45bede;
    font-size: 25px;
    display: inline-block;
    margin-right: 15px;
}

.db-chooser select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;    
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    color: #999;
    border:1px solid #000;
  background-color:white;
  background-image:url(../images/select-arrow.png);
  background-position: right;
  background-repeat: no-repeat;
    width: 280px;
    max-width: 280px
    
}

.db-contact {
    margin-bottom: 80px;
}


.nomargincontainer {
    padding-left: 0;
    padding-right: 0
}

.homeslider img {
    width: 100%;
    height: auto;
}
/*
@media(max-width:992px){

    .homeslider img {
        width: 200%;
        transform: translateX(-150%);
        -webkit-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
    }      
    
    .homeslider img {
        width: 200%;
        transform: translateX(-150%);
        -webkit-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
    }
}

*/

.homeslider .slick-arrow {
    background-color: transparent;   
}

.homeslider .slick-next {
    right: 50px;
    background-image: url(../images/arrow-next-wht.png);
}
.homeslider .slick-prev {
    left: 50px;
    background-image: url(../images/arrow-prev-wht.png);
    z-index: 10000
}


.homeslider .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
}
.homeslider .slick-dots li{
    margin: 0;
    padding: 0;
    float: left;
    width: 25%;
    height: 5px;
    background-color: #fff;
    overflow: hidden;
}

.homeslider .slick-dots li button {
    display: none;
}

.homeslider .slick-dots li.slick-active {
    background-color: #000;
}

@media(max-width:991px){
    .mdheight {
        height: 350px;
    }
}
.homestory a,
.homestoryright a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.homestory {
    background-size: auto 100%; 
    background-position:left bottom;
    background-repeat: no-repeat;
    overflow: hidden;
}

.homestoryright {
    background-size: auto 100%; 
    background-position:right bottom;
    background-repeat: no-repeat;
    overflow: hidden
}

.homeitemcontent {
    overflow: hidden;
}

.homestory a .homeitemtitle,
.homestoryright a .homeitemtitle{
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 5px;
    text-transform: uppercase;
    font-weight: 700;
    overflow: hidden;
    letter-spacing: 25px;
    height: auto;
    width: 50%;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    position: absolute;
    text-align: center;  
}

.homestory a .homeitemtitle {
    left: 0;
    bottom: 0; 
}

.homestoryright a .homeitemtitle {
    right: 0;
    bottom: 0;  
}

.homestory a .homeitemcontent {
    display: inline-block;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    padding: 20px;
    width: 33%;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    font-size: 19px;
    opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;    
}

@media(min-width:992px) and (max-width:1314px){
    .homestory a .homeitemcontent,
    .homestoryright a .homeitemcontent{
        width: 100%!important;
  
    }    
}
@media(min-width:992px) and (max-width:1314px){
    .homenews a .homeitemcontent{
        width: 50%;
  
    }  
    .homenews a .homeitemcontent p {
        margin-top: 10px!important;
        font-size: 16px;
    }
}

@media(min-width:1315px) and (max-width:1640px){
    .homestory a .homeitemcontent,
    .homestoryright a .homeitemcontent{
        width: 50%!important; 
  
    }    
}

.homestoryright a .homeitemcontent {
    display: inline-block;
    background: rgba(255, 255, 255, 0.9);
    color: #000;
    padding: 20px;
    width: 33%;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    font-size: 19px;
    opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;    
}

.homestory:hover a .homeitemcontent,
.homestoryright:hover a .homeitemcontent,
.homevisible{
    opacity: 1!important;
}

.homestory a .homeitemcontent h4,
.homestory a .homeitemcontent h3,
.homestoryright a .homeitemcontent h4,
.homestoryright a .homeitemcontent h3{
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.homestory a .homeitemcontent h4,
.homestoryright a .homeitemcontent h4,
.homestoryXS h4,
.homestoryXS a{
    color: #000;
}

.homestory a .homeitemcontent h3,
.homestoryright a .homeitemcontent h3,
.homestoryXS h3{
    color: #45bede;
}

.homestory a .homeitemcontent p,
.homestoryright a .homeitemcontent p{
    margin-top: 40px;
}

.homestoryXS {
    padding-top: 0px;
    padding-bottom: 40px;
}
.homestoryXS h3,
.homestoryXS h4{
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 0 30px;
}

.homestoryXS h4 {
    margin: 10px 0 0 0;
}
.homestoryXS h3 {
    margin: 0;
}

.homestoryXS p{
    margin:10px 30px;
}


.homeproduktslider .slick-arrow,
.homeproduktsliderbig .slick-arrow{
    background-color: transparent;   
}

.homeproduktslider .slick-next,
.homeproduktsliderbig .slick-next{
    right: 15px;
    background-image: url(../images/arrow-next.png);
}
.homeproduktslider .slick-prev,
.homeproduktsliderbig .slick-prev{
    left: 15px;
    background-image: url(../images/arrow-prev.png);
    z-index: 10000
}


.nopadding {
    padding: 0;
}

.jd-item-page {
    padding-bottom: 60px;
}
.jd_footer {
    display: none;
}




.techspacer {
    width: 100%;
    height: 70px;
    margin-bottom: 40px;
    background-image: url(../images/techspacer.png);
    background-position: center left;
    background-repeat: no-repeat;
    border: 0px solid #ccc;
}

.techspacer:last-child {
    width: 100%;
    height:0px;
    margin-bottom: 0px;
    background-image:none;
    border: 0px solid #ccc;
}



a.jdbutton,
a.jorange,
a.jsmall {
    background: #fff;
    border: 1px solid #000;
    border-radius: 0;
    color: #000!important;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 25px;
    line-height: 1.2;
    text-transform: lowercase;
    text-shadow: none;
    box-shadow: none;
    margin: 0 15px;
    width: calc(100% - 30px);
    padding-top: 4px;
    padding-bottom: 5px;
    
}
a.jdbutton:hover,
a.jorange:hover,
a.jsmall:hover {
    border: 1px solid #45bede;
    color: #45bede!important;
    
}

ul.b2bsubnav,
ul.b2bsubnav ul,
ul.b2bsubnav ul ul{
    font-size: 20px;
    list-style: none;
}

ul.b2bsubnav {
    text-transform: none;
}

ul.b2bsubnav li,
ul.b2bsubnav ul li {
    padding-top: 5px;
    padding-bottom: 5px;
}


ul.b2bsubnav li a {
    color: #000!important
}

ul.b2bsubnav .deeper>a {
    font-weight: 700;
}


ul.b2bsubnav li.current>a {
    font-weight: 700;
    color: #45bede!important;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
}

.item-202>a{
    color: #000!important
}



ul.b2bsubnav li a:hover {
    background-color: #fff;
	color: #45bede!important;
}



.searchergebnis h4 {
    margin-top: 20px;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 700;
}


.searchergebnis .figcaption {
    font-size: 24px!important;
    position: absolute;
    top: 50%;
}

.searchergebnis .introtext {
    font-size: 16px;
}

.pressemitteilung {
    margin-bottom: 30px;
}

.pressemitteilung main {
    width: calc(100% - 75px)
}

.pressemitteilung a {
    color: #000;
}

.pressemitteilungdetail a{
    color: #45bede
}

.pressemitteilung figcaption {
    position: absolute;
    left: 15px;
    bottom: 50px;
    display: inline-block;
    padding: 5px 20px;
    background-color: #000;
    color: #fff;
    text-transform: uppercase;
    max-width: calc(100% - 30px)    

}

.presseoverlay {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.9);
    opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;        
}

.presseoverlay:hover {
    opacity: 1
}

.presseoverlay h3{
    position: relative;
    left: 40px;
    top: 20px;
    font-size: 25px;
    font-weight: 700;
    width: calc(100% - 75px);
    margin-bottom: 20px;


}
.presseoverlay main{
    position: relative;
    left: 40px;
    top: 20px;

}


.itemAttachments {
    list-style: none;
    width: 100%;
    text-align: center;
    margin: 45px 0 0 0;
    padding: 0;
}
.itemAttachments li a{
    display: inline-block;
    width: auto;
    padding: 7px 40px;
    border: 1px solid #000;
    text-transform: lowercase;
    text-align: center;
    margin-bottom: 45px;
    color: #000;
}

.itemAttachments li:hover a {
    color: #45bede;
    border:1px solid #45bede
}



.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*Embed-container for whatsyourbesttrail*/

.embed-container__wybt {
    height: 300px;
  	padding-bottom: 0;
  	position: relative;
    overflow: hidden;
    max-width: 100%;
}

.embed-container__wybt iframe,
.embed-container__wybt object,
.embed-container__wybt embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



.bordertopbottom {
    border-top: 1px solid #000!important;
    border-bottom: 1px solid #000!important;
}


.dateoffset {
    top:120px
}


.blackline {
    background-color: #000;
    color: #fff;
}


.blackline .coloricons a{
    border: 1px solid #fff;
}

.blackline a[data-zoom-id] img, .mz-thumb img {
    border-color: #000;
}



.blackline .borderkurz:after,
.blackline .borderkurzoben:before{
  background: white; 
}


.blackline .featureicons img{
   -webkit-filter: invert(1);
   filter: invert(1);
   filter:progid:DXImageTransform.Microsoft.BasicImage(invert='1');
}

.blackline .nearby p.readon a {
    border-color: #fff;
    color: #fff;
}

.blackline .nearby p.readon:hover a {
    border-color: #45bede;
    color: #45bede;
}

.blackline .size {
    background: #fff;
    color: #000;
    margin-left: -15px;
    margin-right: -15px;
}

.blackline .keyfeatures a{
    color:#42bfe0
}

.blackline .keyfeatures a:hover{
    color:#fff
}




.blacklineKat .imghvr-zoom-in {
    background-color: #000!important;
}


.negativmargin {
    margin-left: -15px;
    margin-right: -15px;
}

@media(max-width:767px){
    .servicezusatz .readon {
        display: block;
        width: 90%;
        margin-left: 5%;
        padding: 5%;
    }
}

@media(max-width:767px){
    .db-chooser {margin-top: 40px}
}
}



.world-item h2 {
    margin-bottom: 55px
}

.world-item img,
.world-item .embed-container,
.newsitembildmargin img,
.newsitembildmargin .embed-container{
    margin: 30px 0 25px 0
}


area {
   display: inline-block;
}

.qtip-dark{ 
    
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 19px;
    line-height: 1.2; padding: 5px; background-color: #000; 
}


.ui-slider-handle:hover {
    cursor: pointer;
}


.clickhover {
    width: 100%;
    height: 64px;
    background-image: url(../images/expirience.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    margin-bottom: 30px;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;     
}
.clickhover:hover {
    background-image: url(../images/click-the-pins.jpg);
}


.text-bold {
    font-weight: 700;
}


@media(min-width:765px) and (max-width:960px){
    .pressmainkategorie{
        display: none;
  
    }  
}



.kategoriesuche .search {
    border: 1px solid #dddddd;
    max-width: 190px;
    width: 190px;
    height: 30px;
    line-height: 30px;
    border-radius: 0px;
    margin: 40px 0 0 10px;
    padding: 0;
    background: #fff;
    background-image: none;
}

@media(max-width:768px){
    .kategoriesuche .search {
        max-width: 100%;
        width: 100%;
    }   
}

.kategoriesuche .search ::-webkit-input-placeholder {color: #ccc; padding-left: 3px}
.kategoriesuche .search :-moz-placeholder {color: #ccc; padding-left: 3px}
.kategoriesuche .search ::-moz-placeholder {color: #ccc; padding-left: 3px}
.kategoriesuche .search :-ms-input-placeholder {color: #ccc; padding-left: 3px}


.kategoriesuche .search:after {
    display: none;
}



.uppercase {
    text-transform: uppercase;
}


.cssinvert strong {
    color: #000!important;
}

.cssinvert a {
    color: #45bede!important;
}

.cssinvert a:hover {
    color: #000!important;
}

.loginform,
.loginafter{
    padding-top: 30px;
    padding-bottom: 30px;
}

.loginform input{
    width: calc(100% - 10px);
    padding-top:15px;
    padding-bottom: 15px;
    padding-left: 10px;
    margin-bottom: 30px;
    border: 1px solid #000;
    background-color: #fff;
}

.loginbutton {
    background-color: #45bede!important;
    border: 1px solid #45bede;
    color: #fff!important;
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    text-align: center!important;
    border-radius: 0!important;
    width: calc(100% - 10px)!important;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
    height: 60px;
}

.loginbutton:hover {
    background-color: #fff!important;
    color: #45bede!important;
    border: 1px solid #45bede;
}

.loginafter {
    text-align: center;
}

.loginafter a {
    color: #45bede;
}

.loginafter a:hover {
    color: #3b3b3b;
}

.item-283 {
    border: 1px solid #000
}

a.logoutlink {
    background: url(../images/cross-black-small.png) no-repeat center right;
    padding: 5px 15px!important;
    text-transform: lowercase;
}

.k2Pagination {
    padding-top: 30px;
    border-top: 1px solid #bbb;
    font-size: 20px;
    text-align: right;
}

.k2Pagination ul {
    margin: 0 0 60px 0;
    padding: 0;
    list-style: none;
    font-size: 20px;
    float: left;
}

.k2Pagination ul li{
    float: left;
    color: #bbb;
    padding: 5px 10px;
    margin-right: 5px;
    border: 1px solid #bbb;
    background-color: #fff;
}

.k2Pagination ul li:hover{
    color: #bbb;
    background-color: #000;
}


.k2Pagination ul li a{
    color: #000;
}

.k2Pagination ul li:hover a{
    color: #fff;
}


.locationaddress {
    display: inline-block;
    margin-left: 5px;
    font-size: 16px;
}


#maps {
    background-color: #fff;
}

.result-count,
#locationresult,
#locationsearch.mainview,
#noresult{
    padding: 15px;
}

#locationsearch.mainview {
    border-top: 1px solid #000;
}

.mmlinput-sec{
    position: relative;
    top: 20px;
}

.mmldir-search-fields-form-elem .resultbtn{
    position: relative;
    top: 10px;
}


#locationsearch .cmml-toolbar a:first-child {
    display: none;
}

.cmml-toolbar {
    text-align: right;
}

#locationsearch h3 {
    margin-top: 0;
    font-weight: 700;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    /*background-color: #eee;*/
    width: calc(100% - 67px);
}


#locationsearch .address {
    font-size: 16px;
    margin-left: calc(60% + 15px);
}

#locationsearch .tags {
    margin-top: 20px;
}

#jdtreetopNodes {
    min-height: 1000px;
}

#node_44 > ul {
    display: block!important
}

#locationresult,
#mCSB_1{
    height: 1000px!important;
    min-height: 1000px!important
}

#jdtreetopNodes li:not(a) {
    font-weight: 700!important;
}

#jdtreetopNodes li,
#jdtreetopNodes a{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
    color: #555;
}

#jdtree ul ul ul ul li,
#jdtree ul ul ul ul li a {
    font-size: 16px; 
}

#jdtree ul ul ul ul li:first-child {
    padding-top: 8px
}

#jdtreetopNodes a:hover{
    color: #45bede;
}
#jdtreetopNodes li {
    padding-top: 3px;
    padding-bottom: 3px;
}
#jdtreetopNodes img+img,
#node_44>img,
#node_44>a,
#node_44>span,
.jd_subcats_title_text,
.jd_sum_subcats,
.jd_sum_files_cat{
    display: none
}

.xyrs-item {
    background-color: #1f1e21;
    color: #fff
}

.xyrs-item a:hover {
    color: #fff;
}

/*EVOC Dealerfinder MyMaps Styling*/
.location-name {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  color: #333;
}

.sidebar-icon {
    border: none;
}

.row0, .row1 {
    border-bottom: none !important;
}

.row0 .label, .row1 .label {
  border-radius: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #717378 !important;
  box-shadow: none !important;
} 

@media (max-width: 768px) {
  .row0, .row1 {
      	width: 100%;
    	height: auto;
  }
}
.resultbtn {
  border-radius: 0 !important;
  background-color: transparent !important;
  text-shadow: none !important;
  color: #45bede !important;
  border: none !important;
  font-weight: bold;
  text-transform: uppercase;
  box-shadow: none !important;
  margin-right: 4.5em !important;
}

.mmldir-search-fields-form-elem .resultbtn {
    background-color: #45bede !important;
  	color: #fff !important;
}

a.resultbtn:hover {
  font-size: 14px !important;
  color: #333 !important; 
}

.result-count .badge-info {
  border-radius: 0;
  vertical-align: baseline;
  font-size: inherit;
  background-color: inherit;
  color: #717378;
  padding: 0;
}

.tag-search label {
  font-size: 14px !important;
  border-radius: 0 !important;
}

input.labelauty:checked + label {
  background-color: #717378 !important;
}

input.labelauty:hover + label {
  background-color: #45bede !important;
}

.mmldir-search-fields-form-elem {
  padding: 0 !important;
}
  
.mmldir-search-fields-form-elem .btn.btn-primary.resultbtn {
  margin: auto !important;
  margin-bottom: 20px !important;
}

#locationsearch .tags {
  list-style: none;
  padding-left: 0;
}

.tags .label-info {
  border-radius: 0 !important;
  font-size: 14px;
  background-color: #717378;
  margin-left: 10px;
}

@media (max-width: 560px) {
  #locationsearch .address {
  	margin: 20px 0 0 0;
  	display: inline-block;
  }
  
  .tags .label-info {
    margin-left: 0;
  }
}
