#filter-form-projekte {
    max-width: 1270px;
    margin: 0 20px;
    /* padding: 0px; */
    /* box-shadow: 0 2px 14px 0 rgba(0,0,0,0.5); */
    /* position: relative; */
    background: #fff;
    /* top: 32px; */
    z-index: 9;
    width: 100%;
    position: absolute;
    top: 50px;
}
/*input#text-projects {
    max-width: 250px;
}*/
.sub-search-row {
    padding: 0px;
    margin: 0 !important;
    visibility: hidden;
    height: 0;
}

.open .sub-search-row {
    padding: 60px 15px;
    margin: 0 !important;
    visibility: visible;
    height: auto;
    position: relative;
    width: 100%;
    max-width: 1270px;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background: #FAFAFA;

}
.search-close-btn img:before {
    content: "";
    display: none;
}
.open #filter-form-projekte {
    display: flex;
}

fieldset.filter-form__fieldset.filter-form__fieldset--search {
    width: 100%;
}

.filter-header {
/*    max-width: 1400px;*/
    height: 180px;
    margin: auto;
    background-color: rgb(22,79,154);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.page-bildungsangebote .filter-header {
/*    height: auto;
    padding: 50px;*/
}

.filter-header .search-container .search-section {
    background-color: #fff;
    height: 80px;
    position: relative;
    top: 0px;
/*    box-shadow: 0 2px 14px 0 rgba(0,0,0,0.5);*/
    z-index: 99;
    /*    padding: 20px 30px;*/
    display: flex;
    width: 100%;
    align-items: center;
    border: 1px solid #e0e0e0;
}
.filter-header .search-container .search-section input {
    height: 80px;
    border: 0px solid;
   }
.search-close-btn svg {
    fill: #A5A5A5;
}

.filter-header .search-container {
    /*    max-width: 1111px;
        margin: auto;*/
}
.search-close-btn {
    width: 80px;
    padding: 11px 15px;
}
.search-close-btn img {
    height: 100%;
    object-fit: none;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: all 0.4s ease;
}
.open .search-close-btn img {
    height: 100%;
    object-fit: none;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


/*.filter-form__fieldset,
.filter-form__rightcol,
.filter-form--artists,
.site-header__menu__level2__item__description--artists {
    display: inline-block;
    margin: 0 3.6% 0 0%;
    vertical-align: top;
    width: 20.8%;
}*/

.filter-form--artists {
    margin-left:0;
    margin-right: 1.6%;
}
.page-einrichtungen .searchfield__submit {
/*    position: relative;*/
}


.site-header__menu__level2__item__description--artists {
    width: 72%;
}

.filter-form__fieldset__header.filter-form__fieldset__header--artists {
    margin-bottom: 16px;
}

.filter-form__fieldset--popup {
    position: relative;
}

.filter-form__fieldset--category {
    margin-left: 0;
}

/*.filter-form__fieldset--target_types {
    width: 21.8%;
    margin-right: 1.4%;
}*/

/*.filter-form__fieldset--partner_types {
    width: 23.5%;
    margin-right: 3.2%;
}*/

.filter-form__fieldset__header {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #175D90;
    font-size: 22px;
    line-height: 29px;
    font-weight: 400;
    padding-left: 25px;
}

.filter-form__rightcol {
    margin: 0;
    /*    width: 20.6%;*/
    width: 100%;
}

.filter-form__fieldset__filter {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.15px;
}

.filter-form__fieldset__filter:last-child {
    border-bottom: 0;
}


.filter-form__fieldset__filter:not(#foo) > input[type='radio'],
.filter-form__fieldset__filter:not(#foo) > input[type='checkbox'] {
    opacity: 1;
    float: left;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    border: 2px solid #D8D8D8;
    bottom: 0;
    margin-top: 4px;
    -webkit-appearance: none;
}


.filter-form__fieldset__filter:not(#foo) > input[type='radio'] + label,
.filter-form__fieldset__filter:not(#foo) > input[type='checkbox'] + label {
    position: relative;
    display: block;
    clear: none;
    cursor: pointer;
    margin: 0;
    padding: 0px 24px;
    width: 100%;
    color: #9B9B9B;
    font-size: 18px;
    line-height: 27px;
}

.filter-form__fieldset__filter:not(#foo) > input[type='radio'] + label:after,
.filter-form__fieldset__filter:not(#foo) > input[type='checkbox'] + label:after {
    content: '';
    background: rgba(0, 0, 0, 0) url("../media/images/icon-check.png") no-repeat scroll left center;
    position: absolute;
    width: 11px;
    height: 16px;
    right: 7px;
    top: 50%;
    margin-top: -8px;
}

/*
    Change from unchecked to checked graphic
*/
.filter-form__fieldset__filter:not(#foo) > input:checked + label {
    color: #88B965;
}
.filter-form__fieldset__filter:not(#foo) > input:checked {
    background-color: #88b965;
}

.filter-form__fieldset__filter:not(#foo) > input[type='radio']:checked + label:after {
    background-position: right center;
}
.filter-form__fieldset__filter:not(#foo) > input[type='checkbox']:checked + label:after {
    background-position: right center;
}

.filter-form__fieldset--popup__header,
.button--filter {
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    padding: 0 25px;
    text-transform: uppercase;
}

.filter-form__fieldset--popup__header::-webkit-input-placeholder {
  color: #ccc;
    font-size: 15px;
    height: 50px;
}

.filter-form__fieldset--popup__header:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
    font-size: 15px;
    height: 50px;
}

.filter-form__fieldset--popup__header::-moz-placeholder {  /* Firefox 19+ */
  color: #ccc;
    font-size: 15px;
    height: 50px;
}

.filter-form__fieldset--popup__header:-ms-input-placeholder {  
  color: #ccc;
    font-size: 15px;
    height: 50px;
}



.button--filter,
.button--filter:hover,
.button--filter:active,
.button--filter:focus {
    color: #ffffff;
    height: auto;
    font-size: 12px;
    line-height: 14px;
    padding: 7px 0 9px;
    width: 100%;


    cursor: pointer;
    border: 0;
    margin: 0;
}

.filter-form__fieldset--popup__header {
    /*    background: #ffffff url("../media/images/icon_squarecross.png") no-repeat scroll right 4px center;*/
    border: 1px solid #D8D8D8;
    width: 100%;
    background-image: none !important;
}

/*input.__AC_invalidated {
    background: #ffffff url(../media/images/icon-search-magnifier.svg) no-repeat scroll right 30px center !important;
}*/
input#text-projects {
    /*    background: #ffffff url(../media/images/icon-search-magnifier.svg) no-repeat scroll right 30px center !important;*/
    font-size: 18px;
    color: #9B9B9B; 
    line-height: 39px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
}
.search-container svg.searchfield__icon {
    width: 55px;
    height: 27px;
    margin-right: 10px;
    fill: #A5A5A5;
}
.searchfield__submit {
    position: absolute;
    right: 0px;
    top: 0;
    /* height: 100%; */
    background: none;
    background-position: center;
    /* font-size: 0; */
    cursor: pointer;
    border: none;
    bottom: 0;
    /* vertical-align: middle; */
    display: flex;
    align-items: center;
    border-right: 1px solid #ccc;
    /* padding: 10px 0; */
    height: 60px;
    margin: auto;
}
.searchfield__submit img {
    /*width: 80%;*/
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
}


.__AC_invalidated.filter-form__fieldset--popup__header {
    background-color: #FFFFFF;
    color: #151515;
    background-position: right 5% center;
    background-size: 36px auto;
}
input.__AC_editing {
    background-color: #FFFFFF !important;
    color: #151515 !important;
    font-family: "Roboto Slab";
    font-size: 16px;
    line-height: 39px;
    font-style: normal;
    font-weight: 600; 
}

input.__AC_validating.filter-form__fieldset--popup__header,
input.__AC_validated.filter-form__fieldset--popup__header,
input.__AC_editing.filter-form__fieldset--popup__header {
    background-color: #FFFFFF;
    background-position: right 3px center;
    background-size: 18px auto;
    text-transform: none;
}

.filter-form__fieldset--popup__popup {
    background: #f6f6f6 none repeat scroll 0 0;
    position: absolute;
    right: 0;
    top: 34px;
    width: auto;
    min-width: 266px;
    z-index: 1;
    padding: 7px 20px 10px 20px;

    border-radius: 3px;
    -webkit-box-shadow: 0 3px 15px rgba(189, 190, 178, 1);
    -moz-box-shadow: 0 3px 15px rgba(189, 190, 178, 1);
    box-shadow: 0 3px 15px rgba(189, 190, 178, 1);


    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

.filter-form__fieldset--popup .__AC_position {
    right: 0;
    min-width: 266px;
}

.filter-form__fieldset--popup__popup .filter-form__fieldset__filter {
    border: 0;
}

.filter-form__fieldset--popup__popup .filter-form__fieldset__filter:not(#foo) > input[type="checkbox"] + label {
    padding-bottom: 3px;
    padding-top: 3px;
}

.site-header__menu__level1__dropdown_schulen .filter-form__fieldset--popup__popup,
.site-header__menu__level1__dropdown_schulen .filter-form__fieldset--popup .__AC_position,
.site-header__menu__level1__dropdown_kuenstler .filter-form__fieldset--popup__popup,
.site-header__menu__level1__dropdown_kuenstler .filter-form__fieldset--popup .__AC_position {
    right: auto;
    left: 0;
}



@media screen and (min-width:768px) {
    .searchfield__submit img {
        /*width: 100%;*/
        width: 50px;
        position: absolute;
        right: 0;
        top: 0;
    }
}
.searchfield__submit {
    /*    right: 24px;
        top: 19px;*/
}

.filter-form__fieldset--popup__header::-webkit-input-placeholder {
    font-size: 18px;
    }

.filter-form__fieldset--popup__header:-moz-placeholder { /* Firefox 18- */
    font-size: 18px;
     
 }

.filter-form__fieldset--popup__header::-moz-placeholder {  /* Firefox 19+ */
    font-size: 18px;
     
 }

.filter-form__fieldset--popup__header:-ms-input-placeholder {  
    font-size: 18px;
     
}
