.w-filter {
  width: 100% !important;
}

@media (min-width: 1024px) {
.w-filter {
  width: 80% !important;
}
}

@media (min-width: 1210px) {
.w-filter {
  width: 70% !important;
}
}


.download-filter-image {
    margin-bottom:20px;
}

.download-filter-image img {
    max-height:400px;
}

a.imglink:hover, a.imglink:focus {
    background-color: transparent !important;
}

.copyright-overlay-wrapper {
    height: 100%;
}

.download-filter-data {
    width: 100%;
}

.thayatal-download-filter-button.active, .thayatal-wanderweg-filter-button.active {
    background: #71a62d!important;
    color: #fff !important;
}

.wanderwege-kategorien-wrapper {
    width: 100%;
}



.thayatal-filters .select2-container .select2-selection--single {
    height: 40px;
}

.thayatal-filters .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

.thayatal-filters .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}

.thayatal-filters .select2-container--default .select2-selection--single {
    border: 1px solid #71a62d;
}

.thayatal-filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #71a62d transparent transparent transparent;
}

.thayatal-filters .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #71a62d;
}

.thayatal-filters span.select2-selection__clear {
    padding: 0 10px;
}

.wanderwege-filter-items-wrapper {
    width:100%;
}

.wanderwege-filter-item {
    display: flex;
}

@media(min-width:768px) {

    .wanderwege-content-box {
        min-height:360px;
    }

    .wanderwege-filter-item {
        width: calc(50% - 20px);
        padding: 10px;
        min-height: 610px;
    }

    .wanderwege-kategorien-wrapper {
        width: 25%;
    }

    .wanderwege-filter-buttons {
        width: 75%;
    }

    .download-filter-image {
        width: 100%;
        margin-bottom:0;
    }

    .download-filter-image img {
        max-height:unset;
    }

    .download-filter-item {
        display:flex;
    }

    .download-filter-image {
        width: 25%;
    }

    .download-filter-data {
        width: 75%;
    }

    .download-filter-inner-wrapper {
        padding-left:40px;
    }

}

@media(min-width:1200px) {

    .wanderwege-filter-item {
        width: 33.3333%;
    }

}