/*custom css*/
@import url(../font/oswald.css);
/*font-family: 'Oswald', sans-serif;*/
@import url(../font/open-sans.css);
/*font-family: 'Open Sans', sans-serif;*/
.container {
    width: 1200px;
}

body {
    font-family: 'Oswald', sans-serif;
    color: #212121;
    background-color: #e6e0c499;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p {
    color: #212121;
}

img {
    max-width: 100%;
}

a:hover, a:focus, a.active {
    outline: none !important;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
    outline: none;
}

/***************************** Checkbox  Css *********************************/
.custom-checkbox {
    display: none;
    height: 0;
    width: 0;
    overflow: hidden;
    border: none;
    opacity: 0;
    position: absolute;
    left: -9999px;
}

.custom-checkbox:hover {

}

.custom-checkbox.selected {
}

.custom-checkbox input[type="checkbox"] {
    margin: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;
    opacity: 0;
    /* CSS hacks for older browsers */
    _noFocusLine: expression(this.hideFocus=true);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
}

/************************** End Checkbox Css ********************************/
*:focus {
    outline: none;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
    text-transform: uppercase;
}

input:focus:-moz-placeholder {
    color: transparent;
    text-transform: uppercase;
}

/* Firefox 18- */
input:focus::-moz-placeholder {
    color: transparent;
    text-transform: uppercase;
}

/* Firefox 19+ */
input:focus::-ms-input-placeholder {
    color: transparent;
    text-transform: uppercase;
}

/* oldIE ;) */
::-webkit-input-placeholder {
    opacity: 1;
    color: #212121;
    text-transform: uppercase;
}

::-moz-placeholder {
    opacity: 1;
    color: #212121;
    text-transform: uppercase;
}

/* firefox 19+ */
:-ms-input-placeholder {
    opacity: 1;
    color: #212121;
    text-transform: uppercase;
}

/* ie */
input:-moz-placeholder {
    opacity: 1;
    color: #212121;
    text-transform: uppercase;
}

input:placeholder {
    text-transform: uppercase;
}

/*header*/
#header {
    position: relative;
    background: #fff;
}

#header .navbar-default {
    background: #fff;
    border: medium none;
    border-radius: 0;
    text-align: right;
    margin-bottom: 0;
}

#header .navbar-default .navbar-nav > li > a {
    color: #212121;
    font-size: 18px;
    line-height: 16px;
    padding: 15px 19px;
    text-transform: uppercase;
}
.search-triger i {
    font-size: 19px;
    position: relative;
    top: -2px;
}
#header .caret {
    display: none;
}

.search-form input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #212121;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    text-align: right;
    color: #212121;
    text-transform: uppercase;
    font-size: 15px;
    width: 170px;
    text-align: -webkit-right;
}

.search-form input::-webkit-input-placeholder { /* WebKit browsers */
    direction: rtl;
    font-variant: uppercase;
}

#header .navbar-nav {
    float: none;
    margin: 0;
}

#header .navbar-nav > li {
    display: inline-block;
    float: none;
    border: 2px solid transparent;
}
#header .navbar-nav > li::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}

#header .navbar-nav > li:nth-child(2)::after {
    background: #6c8fb3;
}

#header .navbar-nav > li:nth-child(3)::after {
    background: #c8b940;
}

#header .navbar-nav > li:nth-child(4)::after {
    background: #a25b61;
}

#header .navbar-nav > li:nth-child(5)::after {
    background: #8baeca;
}

#header .navbar-nav > li:nth-child(6)::after {
    background: #a89840;
}

#header .navbar-nav  > li.search-box {
    padding-left: 10px;
}

/*#header .navbar-nav > li:nth-child(7)::after {*/
/*    background: #a89840;*/
/*}*/

.logo {
}

.logo img {
    height: 121px;
}

.search-form {
    margin-left: 10px;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 60px;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.search-triger {
    cursor: pointer;
}
.search--open .search-form {
    visibility: visible;
    opacity: 1;
    top: 40px;
}
.navbar-collapse {
    padding: 0;
}

@media(min-width:1201px) and (max-width:1400px){
    .container {
        width: 1010px;
    }
}
@media(min-width:993px) and (max-width:1200px){
    .container {
        max-width: 870px;
    }
    .logo {
        max-width: 85px;
        top: -25px;
    }
}

@media(max-width:992px){
    .container{
        width: 100%;
        max-width: 100%;
    }
    .logo {
        /*margin-left: 0;*/
        /*max-width: 90px;*/
        /*top: -23px;*/
        display: grid;
        place-items: center;
    }
}
@media(max-width:767px){
    .carousel.slide {
        width: 100%;
    }
}

@media (min-width: 767px) {
    #header > .container::before,
    #header > .container::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-size: 237px 50px;
        width: 237px;
        height: 50px;
    }

    #header > .container::before {
        background: url('../img/squares_RGB_1.svg') no-repeat;
        right: 100%;
    }

    #header > .container::after {
        background: url('../img/squares_RGB_2.svg') no-repeat;
        left: 100%;
    }
}

#header .navbar-default .navbar-nav > li:hover > a,
#header .navbar-default .navbar-nav > li:hover > a:focus,
#header .navbar-default .navbar-nav > li:hover > a:hover,
#header .navbar-default .navbar-nav > .open > a,
#header .navbar-default .navbar-nav > .open > a:focus,
#header .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
}

#header .navbar-default .navbar-nav > li.active > a,
#header .navbar-default .navbar-nav > li:hover > a:focus,
#header .navbar-default .navbar-nav > li:hover > a:hover,
#header .navbar-default .navbar-nav > .open > a:focus,
#header .navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
    color: #000;
}

#header .navbar-nav > li > .dropdown-menu {
    background: rgba(255,255,255, 0.9);
    border: none;
    box-shadow: 0 0 0;
    left: -2px;
    right: -2px;
    border-radius: 0;
    display: block;
    opacity: 0;
    top: 300%;
    padding: 10px;
    transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    -webkit-transition: all ease-in-out 0.2s;
    z-index: -1;
}

#header .navbar-nav > li > .dropdown-menu li:first-child {
    padding-top: 10px;
    border-top: 5px solid #000;
}

#header .navbar-nav > li > .dropdown-menu li:last-child {
    padding-bottom: 10px;
    border-bottom: 5px solid #000;
}


#header .navbar-nav > li:hover > .dropdown-menu {
    opacity: 1;
    top: 100%;
    z-index: 99;
}

#header .navbar-nav > li.home-link {
    display: none;
}

/*#header .navbar-nav li.dropdown.active,*/
/*#header .navbar-nav li.dropdown:hover {*/
/*    border: 2px solid #fff;*/
/*}*/

#header .dropdown-menu > li > a {
    color: #212121;
    font-size: 17px;
    font-weight: 300;
    padding: 6px 0 6px 28px;
}

#header .dropdown-menu > li.active > a, #header .dropdown-menu > li > a:hover, #header .dropdown-menu > li > a:active, #header .dropdown-menu > li > a:focus {
    background-image: url(../img/menu-hover-icon-white.png);
    background-repeat: no-repeat;
    background-color: #e7e7e7;
    color: #000;
    background-position: 15px 15px;
}

.dropdown-menu > li.active > a, .dropdown-menu > li > a:hover, #header .dropdown-menu > li > a:active, #header .dropdown-menu > li > a:focus {
    background-color: #e7e7e7;
    color: #000;
}

.close-btn {
    display: none;
}

main .container,
section#download .container,
#search-area .container {
    background: #fff;
    outline: 5px solid #fff;
}

div.csc-textpic-center .csc-textpic-center-inner {
    outline: 20px solid #fff;
    background: #fff;
}
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 0;
}

main.photo-gallery > div > .container {
    padding-top: 30px;
}

#slider > .container {
    position: relative;
}

.carousel {
    overflow: hidden;
}

.carousel-inner .active.left {
    left: -33%;
}

.carousel-inner .next {
    left: 33%;
}

.carousel-inner .prev {
    left: -33%;
}

#myCarousel2 .carousel-inner > .next {
    left: 100%
}

#myCarousel2 .carousel-inner > .prev {
    left: -100%
}

#myCarousel2 .carousel-inner > .next.left,
#myCarousel2 .carousel-inner > .prev.right {
    left: 0
}

#myCarousel2 .carousel-inner > .active.left {
    left: -100%
}

#myCarousel2 .carousel-inner > .active.right {
    left: 100%
}

#slider .carousel-control.left, #slider .carousel-control.right {
    background: transparent;
    width: 25%;
    width: 102px;
    opacity: 1;
}

.slide {
    float: left;
    background: #555;
}

#slider .item > div {
    padding: 0;
}

#slider .carousel-inner > .item > a > img, #slider .carousel-inner > .item > img, #slider .img-responsive, .thumbnail a > img, #slider .thumbnail > img {
    width: 100%;
}

.carousel-inner {
    left: -71.4%;
    width: 242.8%;
}

#myCarousel2 .carousel-inner {
    bottom: 0;
    left: 0;
    position: absolute;
    width: inherit;
    background: #fff;
    right: 0px;
    padding-top: 10px;
}

#slider .carousel-control > img {
    position: absolute;
    top: 32%;
}

#slider .left.carousel-control > img {
    left: 47px;
}

#slider .right.carousel-control > img {
    right: 47px;
}

#myCarousel2 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 20px solid #fff;
    bottom: 17px;
    left: 12%;
    position: absolute;
    right: 12%;
    top: 19px;
    z-index: 90;
}

#slider .carousel-caption, #banner-area .carousel-caption {
    border-bottom: medium none;
    bottom: 0px;
    left: 0px;
    padding-bottom: 0;
    text-align: left;
    text-shadow: 0 0 0;
    top: inherit;
    right: 0px;
    position: relative;
}

/*fade in effect*/
.carousel.carousel-fade .item,
.carousel.carousel-fade .item.next,
.carousel.carousel-fade .item.prev,
.carousel.carousel-fade .item.left,
.carousel.carousel-fade .item.right {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.carousel.carousel-fade .active.item {
    opacity: 1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
    left: 0;
    z-index: 2;
    opacity: 0;
    filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
    left: 0;
    z-index: 1;
}

.carousel.carousel-fade .carousel-control {
    z-index: 3;
}

.full-width-slider .carousel-inner {
    left: 0;
    width: 100%;
}
.full-width-slider,
.full-width-slider .carousel-inner .item,
.full-width-slider .carousel-inner .item div{
    width: 100%;
}
.full-width-slider .carousel-inner .item .img-responsive{
    object-fit: cover;
}
.full-width-slider .carousel-inner .item .img-fullwithslider .img-responsive{
    object-fit: unset;
}
/*ends*/
#banner-area .frame {
    left: 15px;
    right: 15px;
}

#banner-area .carousel-caption {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: #fff;
    border-style: solid;
    border-width: 18px 23px;
    bottom: 17px;
    left: 17px;
    padding-top: 0;
    position: absolute;
    right: 17px;
    top: 19px;
    height: 315px;
}

#banner-area .carousel-caption .inner-caption {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    padding: 15px 2px 0;
    position: absolute;
    right: 0;
}

.carousel.slide {
    position: relative;
}

.carousel-caption {
    padding: 11px 2px 0;
}

.inner-caption {
    padding: 11px 1px 0px;
}

.inner-caption > h3 {
    font-size: 16.8px;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.inner-caption > p {
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 0;
    line-height: normal;
}

/*filter css*/
.filter-options .btn {
    margin-left: 60px !important;
}

.filter-options .btn.active, .filter-options .btn:active, .filter-options button.active, .filter-options button:active {
    background-color: #2c3e50;
    box-shadow: 0 0 0;
}

.filter-options.btn-group {
    display: block;
}

.filter-button:hover {
    background-color: #8CF;
    text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
    color: #222;
}

.product-inner > img {
    object-fit: cover;
    max-height: 189px;
    width: 100%;
    min-height: 189px;
}

.merchandising .product-inner > img {
    max-height: none;
}

.grid-item--height2 .product-inner > img {
    max-height: 482px;
}

.product-inner:hover {
    text-decoration: none;
    background: #e4ebe3;
}

#filter {
    /*margin-top: 30px;*/
    font-size: 12px;
}
#filter > .container {
    padding-top: 30px;
}

.map-right.product-box h3 {
    font-size: 16.9px;
}

.map-right.product-box p {
    font-size: 14.1px;
}

.product-box h3 {
    font-size: 17px;
    font-weight: 600;
    line-height: 17px;
    margin: 0px 0 5px;
    text-transform: uppercase;
    margin-top: 0;
}

.product-box p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 0;

}

.news-block:hover p {
    -webkit-text-decoration: none;
}

.box-content {
    color: #212121;
    padding: 10px 15px 7px;
    width: 100%;
}

/*.product-inner.product-offer-box:hover > .box-content{
        opacity:0 !important;
}*/

.show-all {
    display: none;
}

.filter-title {
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.filter-options .filterbtns {
    display: inline-block;
}

.filter-options .filterbtns #filter-button {
    margin: 0 0 0 20px;
    padding: 3px;
    vertical-align: sub;
}

.filter-options label {
    color: #212121;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 24px;
    margin-right: 20px;
    background: url(../img/checkbox.png) no-repeat left center;
    white-space: pre-line;
}

.filter-options .selected + label {
    background: url(../img/checkbox-selected.png) no-repeat left center;
}

#filter .box-area {
    padding: 0 15px;
}

/*ends*/
/*content-area*/
.inner-box-area {
    margin-bottom: 15px;
    overflow: hidden;
}

.box-area {
    /*background: #fff;*/
    background: #e6e0c4;
    padding: 15px;
    margin-bottom: 15px;
    height: auto !important;
}

.homepage .box-area {
    background: #e6e0c4;
}

.box-area.pink-box-area {
    background: #e8cfcd;
}

.box-area.blue-box-area {
    background: #cad7e0;
}

.extra-top-margin .box-area {
    margin-bottom: 0;
}

.box-area p.bodytext {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 22px;
}

.box-area h3 {
    text-transform: uppercase;
    font-size: 23px;
    line-height: 27px;
    font-weight: 600;
}

.box-area > .row {
    padding: 0 19px;
}

.box-area .btn_checkbox {
    border: none;
}

.box-content h3{
    /*
    word-break: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    */
}

.newsTeaser{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.box-area .box-content p.bodytext {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
}

.box-area .box-content h3 {
    line-height: 1.2;
}

.row.bottom-row {
    margin-top: 30px;
}

.box-content h3 sup {
    font-size: 11px;
}

.inner-map-area {
    background: #fff none repeat scroll 0 0;
    padding: 30px 10px 35px 12px;
}

.inner-map-area ul li a:hover {
    text-decoration: none;
}

.einkaufsgebiete .inner-map-area {
    padding: 12px 10px 10px 15px;
}

#filter .filter-options.btn-group {
    padding: 15px;
}

.picture-item .product-inner,
.grid-item .product-inner {
    height: 100%;
    overflow: hidden;
    min-height: 350px;
}
.einkaufsgebiete .grid-sizer, .einkaufsgebiete .grid-item, .grid-item{
    height: 380px !important;
}
.picture-item .product-inner:hover,
.grid-item .product-inner:hover {
    background-color: #c01a27;
    color: #fff;
}

.grid-item .product-inner.hover-af4b55:hover {
    background-color: #af4b55;
}

.grid-item .product-inner.hover-d25078:hover {
    background-color: #d25078;
}

.grid-item .product-inner.hover-d77391:hover {
    background-color: #d77391;
}

.grid-item .product-inner.hover-557896:hover {
    background-color: #557896;
}

.grid-item .product-inner.hover-6491b9:hover {
    background-color: #6491b9;
}

.grid-item .product-inner.hover-8cb4d2:hover {
    background-color: #8cb4d2;
}

.grid-item .product-inner.hover-b49b0f:hover {
    background-color: #b49b0f;
}

.grid-item .product-inner.hover-c8af00:hover {
    background-color: #c8af00;
}

.grid-item .product-inner.hover-d2be00:hover {
    background-color: #d2be00;
}

.picture-item .product-inner:hover h1, .picture-item .product-inner:hover h2, .picture-item .product-inner:hover h3, .picture-item .product-inner:hover p,
.grid-item .product-inner:hover h1, .grid-item .product-inner:hover h2, .grid-item .product-inner:hover h3, .grid-item .product-inner:hover p {
    color: #fff;
}

.inner-map-area h3 {
    margin: 0;
    color: #212121;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: normal;
}

.inner-map-area h3 em {
    font-style: normal;
}

.inner-map-area span {
    background: #75b6d5 none repeat scroll 0 0;
    color: #000;
    display: none;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
}

.inner-map-area .pull-right {
    margin-left: 42px;
    width: 47.6%;
}

.inner-map-area ul {
    float: left;
    margin-top: 40px;
    padding: 0;
    width: 50%;
    list-style: none;
}

.inner-map-area ul li a {
    color: #212121;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    display: block;
    padding: 5px;
}

.inner-map-area ul li a.active {
    background: #e4ebe3;
}

.inner-map-area ul li a span {
    float: left;
    margin-right: 5px;
    width: 24px;
}

.inner-map-area strong {
    font-weight: 600;
    float: left;
    max-width: 80%;
}

footer {
    background: #fff;
}

@media (min-width: 767px) {
    footer {
        overflow: hidden;
    }
}

#footer {
    padding: 14px 12px 30px;
    position: relative;
}

@media (min-width: 767px) {
    #footer::before,
    #footer::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background-size: 237px 50px;
        width: 237px;
        height: 50px;
    }

    #footer::before {
        background: url('../img/squares_RGB_1.svg') no-repeat;
        right: 100%;
    }
    #footer::after {
        background: url('../img/squares_RGB_2.svg') no-repeat;
        left: 100%;
    }

#footer .pull-right {
    position: absolute;
    top: 30px;
    right: 12px;
    width: 65%;
}

#footer .pull-right > a {
    margin-left: 40px;
}

#footer .pull-right > a:first-child {
    margin-left: 0;
}

#footer .pull-right img {
    width: 78px;
}
}

#footer .footer-logos {
    float: none !important;
    padding-left: 0;
    padding-top: 10px;
    text-align: left;
    width: 35%;
}

.footer-logos > a {
    display: inline-block;
    margin: 0 9px;
}

#footer .pull-right {
    text-align: right;
}

#footer .pull-right > a {
    color: #212121;
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.product-inner {
    background: #fff none repeat scroll 0 0;
    display: block;
    /* height:263px; */
    transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
}

.product-inner a.product-inner {
    background: none;
}

/*ends*/
/*einkaufsgebiete*/
.einkaufsgebiete .inner-map-area .pull-right {
    margin-left: 87px;
    width: 57%;
}

.einkaufsgebiete .inner-map-area ul {
    width: 30%;
    margin-top: 20px;
}

.inner-map-area ul.last {
    margin-left: 60px;
}

.product-box {
    margin: 14px 0 15px;
}

.filter-options.btn-group .btn {
    background: transparent none repeat scroll 0 0;
    padding: 0;
    float: none;
    display: inline-block;
}

#filter .last.product-box {
    margin-bottom: 0;
}

.einkaufsgebiete .box-content > h3 {
    margin-top: 15px;
}

/*ends*/

/*Vereinsseite*/
.inner-banner {
    position: relative;
}

.inner-caption h2 {
    font-size: 34px;
    margin: 0;
    text-transform: uppercase;
}

#banner-area {
    /*margin-bottom: 30px;*/
}

.vertical .filter-title {
    display: block;
    margin-bottom: 10px;
}

.filter-options.vertical {
    margin-top: 15px;
}

.filter-options.vertical .btn {
    margin: 10px 0 !important;
    display: block;
    text-align: left;
}

#filter div.club-desc {
    padding: 30px 15px;
    background: #fff;
    overflow: hidden;
}

.club-desc > h3 {
    margin-bottom: 52px;
}

.author-name {
    border-top: 1px solid #e4ebe3;
    margin-left: -15px;
    margin-top: 15px;
    padding-left: 15px;
    padding-top: 30px;
    width: 106%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.load-more {
    margin-bottom: 15px;
    text-align: center;
}

.load-more a,
.load-more .append-button {
    background: transparent;
    border: 3px solid #fff;
    color: #212121;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    padding: 6px 8px 7px 6px;
    transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
}

.load-more a:hover,
.load-more .append-button:hover {
    background: #fff;
    text-decoration: none;
}

.product-inner > img {
    width: 100%;
}

.product-box.map-right {
    padding-left: 9px;
}

.trends .load-more {
    margin-bottom: 0;
}

/*ends*/
/*trends page*/
.search-news input[type="text"] {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    display: block;
    font-size: 21.93px;
    line-height: 22px;
    padding: 18px 15px 19px;
    text-transform: uppercase;
    width: 100%;
    font-weight: 600;
}

.big .product-inner {
    min-height: 566px;
}

.news-area {
    background: #fff none repeat scroll 0 0;
    margin-bottom: -1000px;
    padding: 19px 13px 1000px 13px;
}

.news-area > h3 {
    font-size: 23px !important;
    margin-bottom: 30px;
    margin-left: 0px;
}

.news-area .pull-right {
    padding-right: 10px;
    width: 50.5%;
}

.news-area .news-block {
    margin-bottom: 28px;
}

.news-area .news-block img {
    margin-bottom: 10px;
}

#filter .product-box .news-block h3 {
    font-size: 16.6px;
    line-height: 24px;
    margin-bottom: 7px;
    margin-top: 0;
}

.news-block > a {
    display: block;
    transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -ms-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
}

.news-block > a:hover {
    background: #e4ebe3;
}

#filter.trends .box-area {
    padding: 0 15px 1px;
}

#filter.trends .filter-options.btn-group {
    padding: 15px;
}

/*ends*/
/*merchandising*/
.merchandising .product-inner.product-offer-box > img {
    float: left;
    width: auto;
}

.merchandising .product-box .product-offer-box .box-content,
.merchandising .grid-item .product-offer-box .box-content {
    float: right;
    width: 51%;
    padding-bottom: 27px;
}

#filter.merchandising .box-area {
    /*padding: 0 15px 420px;*/
    padding: 0 0 420px;
}

#filter.merchandising .filter-options.btn-group {
    padding: 15px;
}

.merchandising .product-box,
.merchandising .grid-item {
    position: relative;
    overflow: hidden;
}

.product-inner.product-right-box {
    position: absolute;
    right: -60%;
    top: 0;
    width: 48.4%;
}

.product-inner.product-offer-box:hover .product-inner.product-right-box {
    right: 0;
}

.merchandising .product-box .product-inner.product-right-box .box-content,
.merchandising .grid-item .product-inner.product-right-box .box-content {
    background: #e4ebe3;
}

.merchandising .product-box .product-right-box .box-content,
.merchandising .grid-item .product-right-box .box-content {
    width: 100%;
}

/*ends*/
/*search area*/
#filter.search {
    margin-top: 0;
}

#search-area .pull-left > h3 {
    font-size: 22px;
    text-transform: uppercase;
    margin: 2px 0 0 15px;
}

.white-grid-area {
    border-left: 2px solid #fff;
    margin: 15px 0;
}

.white-grid-area #grid {
    background: #fff none repeat scroll 0 0;
}

.search .white-grid-area .product-box .pull-right,
.search .white-grid-area .grid-item .pull-right {
    width: 76%;
}

.search .white-grid-area .product-box .pull-right,
.search .white-grid-area .grid-item .pull-right {
    width: 84%;
}

.search .picture-item .product-inner,
.search .grid-item .product-inner {
    height: 100%;
    min-height: auto;
    overflow: hidden;
}

.safari .search .picture-item .product-inner,
.safari .search .grid-item .product-inner {
    height: 100px;
    min-height: 120px;
}

.search .product-box p,
.search .grid-item p {
    font-size: 15px;
    line-height: 18px;
}

.search .product-box .box-content > h3,
.search .grid-item .box-content > h3 {
    margin: 0 0 25px;
}

.search .product-box .box-content,
.search .grid-item .box-content {
    padding: 0 15px;
    position: relative;
}

.search .product-box .box-content p,
.search .grid-item .box-content p {
    padding-right: 135px;
    font-weight: normal;
}

.author {
    bottom: 0;
    position: absolute;
    right: 15px;
    font-family: 'Open Sans', sans-serif;
}

.inner {
    /*background: #fff none repeat scroll 0 0;
    padding: 30px 11px 530px 30px;
    margin-bottom: 545px;*/
    background: #fff;
    margin: 0 15px 545px;
    padding: 0 0 530px;
}

/*.search .product-inner:hover {
  background: transparent;
  text-decoration: none;
}
.search .box-content:hover {
  background: transparent;
  text-decoration: none;
}*/
.search .product-box {
    margin-bottom: 50px;
}

.search .load-more {
    margin-bottom: 0;
}

#search-area .pull-right {
    width: 73%;
}

/*#search-area input[type="text"]::-webkit-input-placeholder{
 text-transform: uppercase;
}*/
#search-area input[type="text"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #000;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 1px;
    font-size: 15.99px;
    line-height: 20px;
    height: 25px;
    padding-top: 4px;
    text-transform: uppercase;
    padding-bottom: 4px;
    width: 100%;
    float: left;
}

@-moz-document url-prefix() {
    #search-area input[type="text"] {
        padding-bottom: 3px;
    }
}

.starting_ending_date .input-append.date {
    display: inline-block;
    width: 98px;
    margin: 0px 20px 0;
}

.starting_ending_date .input-append.date .datepicker {
    display: block;
    float: none;
    margin: 0;
}

.starting_ending_date label {
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 500;
    vertical-align: super;
}

.search .product-inner:hover .box-content {
    background: transparent none repeat scroll 0 0;
}

.starting_ending_date {
    padding-left: 28px;
}

.search-btn {
    background: transparent none repeat scroll 0 0;
    border: 3px solid #fff;
    font-size: 14.01px;
    padding: 2px 18px 3px;
    font-family: 'Open Sans', sans-serif;
}

#filter .product-box h3 {
    font-size: 16.11px;
}

#filter .product-box p {
    font-size: 16px;
    line-height: 22px;
}

#filter .author {
    font-size: 14.03px;
}

#filter .btn {
    font-size: 13.71px;
    border-radius: 0;
}

.search-btn:hover {
    background: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fef6f3+0,fef6f3+49,fef4f0+100 */
    background: #fef6f3; /* Old browsers */
    background: -moz-linear-gradient(top, #fef6f3 0%, #fef6f3 49%, #fef4f0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fef6f3 0%, #fef6f3 49%, #fef4f0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fef6f3 0%, #fef6f3 49%, #fef4f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fef6f3', endColorstr='#fef4f0', GradientType=0); /* IE6-9 */
    border: 1px solid #d3d3d3;
    border-radius: 0;
    color: #212121;
    font-family: "Open Sans", sans-serif;
    font-size: 11px;
    text-align: center;
    padding: 4px 0;
}

.ui-state-default.ui-state-highlight {
    background: #fff;
    border: none;
}

.ui-datepicker-header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f6f6f6+0,f2f2f2+49,eeeeee+100 */
    background: #f6f6f6; /* Old browsers */
    background: -moz-linear-gradient(top, #f6f6f6 0%, #f2f2f2 49%, #eeeeee 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f6f6f6 0%, #f2f2f2 49%, #eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f6f6f6 0%, #f2f2f2 49%, #eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#eeeeee', GradientType=0); /* IE6-9 */
    border: 1px solid #d2d2d2;
    border-radius: 0;
}

.datepicker-days .table-condensed thead th {
    padding: 10px 0;
}

.ui-datepicker {
    width: 190px;
    border: none;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 11px;
    line-height: 26px;
}

.ui-datepicker table {
    font-size: 11px;
}

/*ends*/
/*blog page*/
.blog-page #banner-area .inner-banner {
    border: 2px solid #f1f5f1;
    text-align: right;
}

.blog-page .white-grid-area {
    border-left: medium none;
}

.blog {
    background: #fff none repeat scroll 0 0;
    margin: 15px 0 0;
    padding: 20px 0 200px;
}

.blog > span, .blog h3, .blog p {
    padding: 0 19px;
}

.blog .content p {
    padding: 0px;
}

.blog > span {
    display: block;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 14px;
    margin-bottom: 3px;
}

.blog > h3 {
    font-size: 21.96px;
    margin: 21px 0 19px;
    text-transform: uppercase;
    font-weight: 600;
}

.blog .content h3 {
    font-family: Oswald, sans-serif;
    padding-left: 0;
}

.blog > p, .blog > ul li, .blog .content{
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 22px;
}

.blog > ul li {
    margin-bottom: 0
}

.blog .news-image {
    display: block;
}

.blog .news-image-left {
    float: left;
    margin: 0 20px 22px 0;
	clear: left;
}

.blog .news-image-right {
    float: right;
    margin: 0 0 0px 20px; 
}

.blog .news-image-full {
    max-width: 100%;
    margin-bottom: 22px;
    margin-top: 22px;
}

.blog .bodytext:after {
    content: '';
    display: block;
    clear: both;
}

.download-ntm-area p {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    letter-spacing: -1px;
    line-height: normal;
    margin-bottom: 4px;
}

.img-area {
    margin: 51px 0 37px;
}

.img-area > img {
    margin-right: 27px;
}

.img-area > img:last-child {
    margin-right: 0;
}

.blog-page .news-block > a:hover h3 {
    text-decoration: underline;
}

.blog-page .news-block > a:hover {
    background: transparent none repeat scroll 0 0;
    text-decoration: none;
}

.blog-page #filter .box-area {
    padding: 0px 15px 1px;
}

.addthis_inline_share_toolbox {
    padding: 0 17px;
}

/*ends*/
/*download page*/
.download-box {
    background: #fff none repeat scroll 0 0;
    padding: 25px 0 40px;
    text-align: center;
    height: 360px;
    margin-bottom: 28px;
}

.download-box > a {
    display: block;
}

.download-box h3 {
    font-size: 16.8px;
    margin: 0 0 35px;
    text-transform: uppercase;
}

/*.download-box:hover h3 {
  bottom: 18px;
  left: 15px;
  max-width: 92%;
  position: absolute;
  right: 0;
}
.download-box:hover {
  background: transparent none repeat scroll 0 0;
  border: 3px solid #fff;
  }*/
.download-ntm-area {
    background: #fff none repeat scroll 0 0;
    padding: 44px 60px 20px 48px;
}

.download-ntm-area h1 {
    font-size: 38px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.downloading-desc {
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
}

.top-area {
    height: 55px;
    width: 100%;
}

.top-area {
    border: 1px solid #000;
    border-radius: 5px 5px 0 0;
    height: 55px;
    width: 100%;
}

.ratio {
    border-bottom: 2px solid #e6e9eb;
    border-radius: 5px;
    margin-left: 25px;
    padding-bottom: 12px;
    width: 30.5%;
}

.downloading-ratio .ratio {
    margin-left: 21px;
    padding-bottom: 8px;
    width: 30.7%;
}

.downloading-ratio .cstm_mrgin {
    margin-left: 30px;
}

.top-area.red {
    background: #a6232b none repeat scroll 0 0;
    border: 1px solid #8f141c;
}

.downloading-desc {
    margin-left: 10px;
}

.downloading-desc .pull-left {
    margin-right: 20px;
}

.downloading-desc span {
    display: block;
    font-size: 11px;
}

.downloading-desc h6 {
    font-weight: bold;
    margin-bottom: 3px;
    font-size: 12px;
}

.downloading-ratio {
    border-bottom: 1px solid #f1f1f1;
    margin: 56px 0 65px;
    padding-bottom: 80px;
}

.top-area.black {
    background: #000 none repeat scroll 0 0;
}

.download-ntm-area .print > h3 {
    font-size: 22px;
    text-transform: uppercase;
    margin: 15px 0 12px;
}

.print .pull-left {
    width: 72%;
}

.print .pull-right {
    width: 25%;
}

.print .pull-right h4 {
    font-size: 14px;
    margin: 8px 0;
    text-transform: uppercase;
}

.download-ntm-area .print .pull-right h4 {
    margin: 1px 0 10px;
    letter-spacing: -1px;
}

.download-ntm-area .print .pull-left {
    width: 69.5%;
}

.download-ntm-area .print .pull-right {
    width: 30.5%;
}

.print .pull-right h4.lower {
    text-transform: inherit;
}

/*ends*/
/*map area*/
.map-area img.map {
    display: none;
}

.map-area img.map.active {
    display: block;
}

.state > a {
    text-decoration: none;
}

.state > a > h3, .state > a > span {
    color: #212121;
    font-weight: normal;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
}

.einkaufsgebiete .state > a > h3 {
    font-size: 14px;
}

.einkaufsgebiete .one.state{
    top: 53%;
}

.einkaufsgebiete .two.state{
    top: 51%;
}

.einkaufsgebiete .three.state{
    bottom: 34%;
    right: 45%;
}

.einkaufsgebiete .four.state{
    left: 46.5%;
    top: 61%;
}

.einkaufsgebiete .five.state{
    top: 64%;
}

.einkaufsgebiete .six.state{
    left: 41%;
    top: 60%;
}

.einkaufsgebiete .seven.state{
    left: 40%;
    top: 56%;
}

.einkaufsgebiete .eight.state{
    top: 51.5%;
}

.einkaufsgebiete .nine.state{
    left: 43.5%;
    top: 46%;
}

.einkaufsgebiete .twelve.state{
    left: 33.5%;
}

.einkaufsgebiete .fifteen.state{
    bottom: 35%;
}

.einkaufsgebiete .sixteen.state{
    top: 50%;
}

.einkaufsgebiete .seventeen.state{
    left: 23%;
    top: 41%;
}

.einkaufsgebiete .eighteen.state{
    top: 41.2%;
}

.einkaufsgebiete .ninteen.state{
    top: 29%;
}

.einkaufsgebiete .twenty.state{
    left: 47.5%;
    top: 39%;
}

.einkaufsgebiete .twenty-two.state {
    right: 20%;
}

.state {
    position: absolute;
}

.inner-map-area .pull-left {
    position: relative;
}

.state > a > span {
    display: none;
    color: #000;
    background: #75B6D5;
}

.one.state {
    left: 46%;
    top: 51%;
}

.two.state {
    left: 56%;
    top: 52%;
}

.four.state {
    top: 59%;
    left: 47%;
}

.seven.state {
    left: 40%;
    top: 55%;
}

.six.state {
    top: 59%;
    left: 40%;
}

.twenty-three.state {
    bottom: 10%;
    left: 26%;
}

.twenty-two.state {
    top: 45%;
    right: 18%;
}

.twenty-one.state {
    left: 54%;
    top: 20%;
}

.twenty.state {
    left: 47%;
    top: 38%;
}

.ninteen.state {
    left: 36%;
    top: 26%;
}

.eighteen.state {
    left: 35%;
    top: 40%;
}

.seventeen.state {
    left: 24%;
    top: 40%;
}

.sixteen.state {
    left: 28%;
    top: 49%;
}

.fifteen.state {
    left: 35%;
    bottom: 33%;
}

.fourteen.state {
    left: 10%;
    top: 47%;
}

.thirteen.state {
    bottom: 26%;
    left: 12%;
}

.twelve.state {
    bottom: 23%;
    left: 34%;
}

.eleven.state {
    bottom: 20%;
    right: 32%;
}

.ten.state {
    bottom: 15%;
    left: 51%;
}

.nine.state {
    left: 43%;
    top: 45%;
}

.five.state {
    right: 55%;
    top: 63%;
}

.three.state {
    bottom: 25%;
    right: 27%;
}

.eight.state {
    left: 41%;
    top: 50%;
}

.three.state {
    bottom: 33%;
    right: 44%;
}

.club-desc h3 {
    font-size: 16.9px;
}

.club-desc p {
    font-size: 15px;
}

.club-desc .author-name {
    font-size: 14.01px;
}

#mobi_logo {
    display: none;
}

/*ends*/

.safari .box-area .grid {
    width: 101%;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid-sizer,
.grid-item {
    width: 25%;
}

.safari .grid-item {
    width: 24.2%;
}

.grid-item {
    float: left;
    margin: 0;
    min-height: 280px;
    border: 15px solid transparent;
}

.search .col-md-9 .grid-item {
    height: 200px !important;
}

.vereinsseite {
    padding-bottom: 30px;
}

.vereinsseite .grid-sizer,
.vereinsseite .grid-item {
    width: 33.33%;
    border-left: 8px solid transparent;
}

.grid-item--width2 { /*width: 570px;*/
    width: 50%;
}

.safari .grid-item--width2 { /*width: 570px;*/
    width: 49%;
}

.grid-item--width4 {
    width: 100%;
    min-height: auto;
}

.safari .grid-item--width4 {
    width: 100%;
    height: 150px;
    min-height: inherit;
}

.grid-item--height2 {
    height: 586px;
}

.trends .grid {
    width: 103%;
}

.trends .grid-sizer,
.trends .grid-item {
    width: 33%;
}

.trends .grid-item--width2 {
    width: 66%;
}

.merchandising .grid-item--width2 {
    width: 49.8%;
}

.grid .product-box img {
    display: block;
    height: auto;
    width: 100%;
}

.grid .product-box .product-inner {
    height: 100%;
    min-height: 263px;
    overflow: hidden;
}

.grid.row-fluid .product-box {
    margin: 16px 10px;
}

#filter .box-area {
    margin: 0 0 15px;
    padding: 0;
}

.grid h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 17px;
    margin: 0 0 5px;
    text-transform: uppercase;
    word-wrap: break-word;
}

.grid p {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    margin-bottom: 0;
}

.rmv_left_pdn {
    padding-left: 0;
}

.rmv_pdn {
    padding: 0;
}

#map.einkaufsgebiete {
    display: none;
}

/* menu fix */
.dropdown-menu > li > a {
    white-space: normal;
}

#header .dropdown-menu > li > a {
    padding-right: 15px;
}

.dropdown-menu {
    min-width: 250px;
}

#download .box-area > .row, #download .box-area > .row .row {
    margin: 0;
}
#download .box-area {
    min-height: calc(100vh - 260px);
}

.einkaufsgebiete .box-area .inner-box-area {
    min-height: calc(100vh - 380px);
}

.addthis_sharing_toolbox, .fb-like {
    padding: 0 19px;
    margin-top: 30px;
}

.tx-shoppingstreet .detail a {
    text-decoration: underline;
}

.tooltip-inner {
    max-width: 1200px;
}

p.align-center {
    text-align: center;
}

.csc-textpic:after {
    content: " ";
    clear: both;
    display: block;
}

div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li {
    overflow: auto;
    width: 100%;
}

.vereinsseite .add {
    margin-bottom: 20px;
}

.at-svc-jappy, .at-svc-compact {
    display: none !important;
}

.tx-wes-quiz .radio input[type="radio"], .tx-wes-quiz .radio-inline input[type="radio"], .tx-wes-quiz .checkbox input[type="checkbox"], .tx-wes-quiz .checkbox-inline input[type="checkbox"] {
    height: auto !important;
    left: 0;
    position: absolute;
    top: 1px;
    padding-left: 25px !important;
}

.check-wrap {
    float: left;
    max-width: 50%;
    padding-right: 56px;
    position: relative;
}

.quiz-module .details label {
    text-align: left;
    white-space: normal;
}

.check-wrap:last-child {
    padding: 0;
}

.quiz-module .btn.btn_radio {
    width: 100%;
}

.check-wrap input {
    left: 0;
    position: absolute !important;
    top: 2px !important;
}

.quiz-module .radio .check-wrap label {
    padding-left: 25px;
    text-align: left;
    white-space: normal;
}

.quiz-module textarea {
    max-width: 250px;
    width: 100%;
}

.quiz-module label[for="agree"], .quiz-module .checkbox label, .quiz-module .radio label {
    margin: 0 !important;
    padding-left: 25px !important;
}

.quiz-module .details .checkbox {
    margin-bottom: 0 !important;
}

.container.extra-top-margin {
    margin-top: 30px;
}

.container.extra-top-padding {
    padding-top: 30px;
}
.container.extra-top-padding .box-area > .row,
.container.extra-top-margin .box-area > .row {
    padding: 0 15px;
}

.container.extra-top-padding .box-area .white-bg,
.container.extra-top-margin .box-area .white-bg {
    background: #fff none repeat scroll 0 0;
    padding: 10px 35px 10px 15px;
}

.article- .box-content ul {
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    line-height: 18px;
    margin: 15px 0;
}

.article- .product-inner:hover .box-content ul {
    color: #fff;
}

#filter .article- .product-inner:hover .author a {
    color: #fff;
}

iframe {
    max-width: 100%;
}

@media (min-width: 993px) and (max-width: 1200px) {
    .grid-sizer, .grid-item, .grid-sizer, .grid-item {
        border-width: 7px;
        width: 33%;
    }

    #header .navbar-nav li:nth-last-child(2) .dropdown-menu {
        left: auto;
        right: 0;
    }

    .search .col-md-9 .grid-item {
        width: 100% !important;
    }

    .search .picture-item .product-inner, .search .grid-item .product-inner {
        float: left;
        height: auto;
        min-height: auto;
        overflow: hidden;
        padding: 15px 0;
        width: 100%;
    }

    .safari .grid-item,
    .vereinsseite .grid-sizer,
    .trends .grid-sizer, .trends .grid-item,
    .vereinsseite .grid-item {
        width: 33.1%;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .logo {
        margin-left: 0;
    }

    .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }

    .grid-sizer, .grid-item, .grid-sizer, .grid-item {
        border-width: 7px;
        width: 50%;
    }

    #header .navbar-nav li:nth-last-child(2) .dropdown-menu {
        left: auto;
        right: 0;
    }

    .search .col-md-9 .grid-item {
        height: 200px !important;
        width: 100% !important;
        height: auto !important;
    }

    .search .picture-item .product-inner, .search .grid-item .product-inner {
        float: left;
        height: auto;
        min-height: auto;
        overflow: hidden;
        padding: 15px 0;
        width: 100%;
    }

    .inner-box-area > .row > .col-sm-9 {
        padding-left: 7.5px;
    }

    .inner-box-area > .row > .col-sm-3 {
        padding-right: 7.5px;
    }

    #filter .product-box p {
        font-size: 12px;
        line-height: normal;
    }

    .blog > p, .blog > ul li,.blog .content {
        font-size: 14px;
        line-height: 23px;
    }

    .blog > h3 {
        font-size: 18px;
    }

    #filter .product-box h3 {
        font-size: 13.11px !important;
    }

    .vereinsseite .grid-sizer,
    .trends .grid-sizer, .trends .grid-item,
    .vereinsseite .grid-item {
        width: 50%;
    }
    .safari .grid-item{
        width: 49%;
    }

    .vereinsseite .grid-sizer,
    .vereinsseite .grid-item {
        height: 400px !important;
    }
}

.mob-img, .mob-thumbnail-img {
    display: none;
}

@media (max-width: 767px) {
    .check-wrap {
        max-width: 100%;
    }

    .container.extra-top-margin {
        margin-top: 10px;
    }

    .container.extra-top-margin .box-area {
        padding: 15px;
    }

    .container.extra-top-margin .box-area .white-bg {
        padding: 10px 15px;
    }

    .search .col-md-9 .grid-item {
        height: 200px !important;
        width: 100% !important;
        height: auto !important;
    }

    .search .picture-item .product-inner, .search .grid-item .product-inner {
        padding: 15px 0;
    }

    .safari .grid-item,
    .vereinsseite .grid-sizer,
    .trends .grid-sizer, .trends .grid-item,
    .vereinsseite .grid-item {
        width: 100%;
    }

    iframe {
        height: auto;
    }
}

@media (max-width: 360px) {
    .desk-img {
        display: none;
    }

    .mob-img {
        display: block;
    }
}

@media (max-width: 992px) and (min-width: 676px) {
    .desk-thumbnail-img {
        display: none;
    }

    .mob-thumbnail-img {
        display: block;
    }
}

@media (max-width: 479px) and (min-width: 361px) {
    .desk-thumbnail-img, .mob-img {
        display: none;
    }

    .mob-thumbnail-img, .desk-img {
        display: block;
    }
}

@media (max-width: 676px) and (min-width: 480px) {
    .mob-img {
        display: block;
    }

    .desk-img {
        display: none;
    }
}

.parsley-errors-list {
    list-style: none;
    color: #ff0000 !important;

    padding: 0;
    width: 100%;
}

.powermail_form {
    font-size: 15px;
}

.powermail_form .col-md-3, .powermail_form .col-xs-12 input[type="submit"] {
    padding: 0px;
    background-color: #e4ebe3;
    color: #212121;
    padding: 8px 13px;
}

.powermail_form select {
    color: #777;
    opacity: 1;
    text-transform: uppercase;
}

.powermail_form select option {
    padding-left: 10px;
}

.newsletter-wrapper {
    text-align: center;
}

.newsletter-form {
    max-width: 500px;
    text-align: left;
    display: inline-block;
    margin: 30px 0 40px;
}

.newsletter-form .form-control {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    font-family: "Oswald", sans-serif;
    font-size: 17px;
    height: 42px;
    line-height: normal;
    padding: 6px 16px;
}

#filter .newsletter-form .form-control[type="submit"] {
    color: #e4ebe3;
    font-size: 20px;
    text-transform: uppercase;
}

.newsletter-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
}

.newsletter-form ::-moz-placeholder { /* Firefox 19+ */
    color: #000;
}

.newsletter-form :-ms-input-placeholder { /* IE 10+ */
    color: #000;
}

.newsletter-form :-moz-placeholder { /* Firefox 18- */
    color: #000;
}

.newsletter-form select.form-control {
    border: 2px solid #000;
    padding: 0 12px;
}

.select-box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select-box, .select-box .powermail_field {
    max-width: 250px;
    width: 100%;
    position: relative;
}

.select-box .down-arrow {
    background: rgba(0, 0, 0, 0) url("down-arrow.png") no-repeat scroll center center / contain;
    height: 8px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 12px;
}

.quiz-module .powermail_form input[type="text"], .quiz-module .powermail_form input[type="email"], .quiz-module .powermail_form input[type="tel"] {
    float: left;
    max-width: 250px;
    width: 100%;
    line-height: 17px;
}

.product-inner figure {
    background-position: center center !important;
    background-size: cover !important;
    height: 189px;
    width: 100%;
}

.product-inner figure.heightauto{
    height: auto!important;
}

.footer-logos a:first-child img {
    height: 58px;
    max-width: 60px;
}

@media (min-width: 768px) and (max-width: 993px) {
    .product-inner figure {
        height: 190px;
    }

    .product-inner figure > img{
        width: 100%;
    }

    #header .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        padding: 15px 10px;
    }
}

@media (max-width: 767px) {
    .product-inner figure {
        height: 150px;
    }

    .product-inner figure > img{
        width: 100%;
    }

    /*.logo {*/
    /*    margin-left: 15px;*/
    /*    margin-top: 20px;*/
    /*    max-width: 90px;*/
    /*}*/

    .logo img {
        height: 80px;
    }
}

.quiz-wrapper ul li {
    font-family: "Oswald", sans-serif;
    font-size: 16px;
    line-height: normal;
    margin-bottom: 22px;
}

.quiz-wrapper ul li {
    margin-bottom: 0;
}

.quiz-module .answers .btn {
    position: relative;
}

.quiz-module .form-group .row > div {
    position: relative;
}

.quiz-module label.error {
    background-color: #ee0101 !important;
    border: 2px solid #ddd;
    border-radius: 6px;
    bottom: 116%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    color: #fff !important;
    font-size: 13px;
    font-weight: normal;
    left: 30% !important;
    line-height: normal;
    margin: 0;
    min-width: 230px;
    padding: 4px 10px !important;
    position: absolute;
    text-align: left;
    text-transform: none;
    width: auto !important;
    z-index: 999;
}

.quiz-module label.error:after {
    background-color: #ee0101;
    border-bottom: 2px solid #ddd;
    border-right: 2px solid #ddd;
    bottom: -6px;
    content: "";
    height: 10px;
    position: absolute;
    left: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
}

.quiz-module .checkbox label.error {
    left: 0 !important;
}

@media (max-width: 767px) {
    .quiz-module label.error {
        left: 10px;
    }
}

#filter .blog li {
    font-family: "Open Sans", sans-serif;
    font-size: 18px !important;
    line-height: 30px;
    margin: 0 0 15px;
}
@media (min-width: 767px) {
    header > .container {
        height: 150px;
        position: relative;
        display: flex;
        align-items: center;
    }
}

/* style added for accordion */
.panel-group.quiz-wrapper {
    display: inline-block;
    padding-top: 20px;
    width: 100%;
}
.panel-group.quiz-wrapper .panel-heading.panel-heading-gray{
    background-color: #e4ebe3 !important;
}
.panel-group.quiz-wrapper .panel.panel-default{
    margin-bottom: 10px !important;
}
.panel-group.quiz-wrapper .panel-collapse .accordion-img{
    padding: 5px 0;
}
.panel-group.quiz-wrapper div.csc-textpic-center .csc-textpic-center-outer ,
.panel-group.quiz-wrapper div.csc-textpic-center .csc-textpic-center-inner,
.panel-group.quiz-wrapper div.csc-textpic .csc-textpic-image img{
    float: left;
    position: relative;
    right: 0;
    width: 100%;
}

div.csc-textpic .csc-textpic-imagewrap img {
    width: calc(1200px - 30px);
    object-fit: cover;
}

@media (min-width: 1201px) and (max-width: 1400px){
    div.csc-textpic .csc-textpic-imagewrap img {
        width: calc(1010px - 30px);
    }
}

@media(min-width:993px) and (max-width:1200px){
    div.csc-textpic .csc-textpic-imagewrap img {
        max-width: calc(870px - 30px);
    }
}

@media(max-width:992px){
    div.csc-textpic .csc-textpic-imagewrap img{
        width: 100%;
        max-width: 100%;
    }
}

.panel-heading {
    cursor: pointer;
}
.quiz-wrapper .quiz-module .powermail_form.powermail_form_2 {
    margin-bottom: 0 !important;
}
.fullwidth div.csc-textpic-center .csc-textpic-center-outer ,
.fullwidth div.csc-textpic-center .csc-textpic-center-inner{
    left: 0;
    right: 0;
    width: 100%;
}
.fullwidth img{
    width: 100%;
    height: auto;
}
.fullwidth {
    display: block;
    margin: 13px auto 0;
    max-width: 1200px;
    padding: 0 15px;
    width: 100%;
}
.fullwidth div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image{
    margin: 0;
}

.green-bg{
    overflow-x: hidden;
}
.green-bg .grid {
    margin: 0 -8px;
}
.green-bg .grid .grid-item {
    border: 8px solid transparent;
}
@media(min-width:1200px) and (max-width:1400px){
    .fullwidth {
        max-width: 1010px;
    }
}
@media(min-width:993px) and (max-width:1199px){
    .fullwidth {
        max-width: 870px;
    }
    #header .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .fullwidth {
        margin: -10px 0 0;
        padding: 0;
    }
}
/*.product-box div.csc-textpic-center .csc-textpic-center-outer, .product-box div.csc-textpic-center .csc-textpic-center-inner {
    float: left;
    left: 0;
    right: 0;
    width: 100%;
}*/

.box_area_top div.csc-textpic-center .csc-textpic-center-outer,
.box_area_top div.csc-textpic-center .csc-textpic-center-inner {
    float: none;
    right: auto;
}
.file-path.validate {
    display: none;
}