.row.hasBorder {
    padding-top: 25px;
    border-bottom: 1px solid #414446;
}
.row.hasBorder.active {
    display: flex;
}

.sy_filtercontainer {
    margin-bottom: 120px;
}

.sy_filter {
    width: 100%;
    position: relative;
}
@media screen and (max-width: 1022px) {
    .sy_filter {
        margin-bottom: 10px;
    }
}

.sy_filter__header {
    width: 100%;
    height: 65px;
    line-height: 65px;
    font-size: 24px;
    color: #414446;
    background-color: white;
    padding: 0 0 0 20px;
    cursor: pointer;
    position: relative;
}
@media screen and (min-width: 1000px) {
    .sy_filter__header {
        font-size: 15px;
    }
}
@media screen and (min-width: 1200px) {
    .sy_filter__header {
        font-size: 18px;
    }
}
@media screen and (min-width: 1380px) {
    .sy_filter__header {
        font-size: 24px;
    }
}
.sy_filter__header-arrow {
    font-family: "icomoon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    transition: .4s ease;
    position: absolute;
    top: 23px;
    right: 20px;
}
.sy_filter__header-arrow:before {
    content: "\e9b5";
}

.sy_filter__body {
    width: 100%;
    border-left: 6px solid #811a31;
    color: #414446;
    line-height: 31px;
    font-size: 24px;
    background-color: white;
    padding: 0 0 0 20px;
    display: none;
    position: absolute;
    top: 65px;
    left: 0;
    z-index: 1000;
}

.sy_filter__body .checkbox {
    display: flex;
    margin-bottom: 10px;
}

.sy_filter__body .checkbox:first-of-type {
    margin-top: 10px;
}

.sy_filter__body .checkbox label {
    cursor: pointer;
    font-size: 15px;
    display: flex;
    align-items: baseline;
}
.sy_filter__body .checkbox input {
    margin-right: 10px;
}

@media screen and (min-width: 1200px) {
    .sy_filter__body .checkbox label {
        font-size: 18px;
    }
}

@media screen and (min-width: 1380px) {
    .sy_filter__body .checkbox label {
        font-size: 24px;
    }
}



.sy_filter__body .radiobutton {
    display: flex;
    padding: 10px 0;
}
.sy_filter__body .radiobutton label {
    font-size: 15px;
    cursor: pointer;
}
.sy_filter__body .radiobutton input {
    display: none;
}

@media screen and (min-width: 1200px) {
    .sy_filter__body .radiobutton label {
        font-size: 18px;
    }
}

@media screen and (min-width: 1380px) {
    .sy_filter__body .radiobutton label {
        font-size: 24px;
    }
}


.sy_filter:hover .sy_filter__header {
    color: white;
    background-color: #811a31;
}
.sy_filter:hover .sy_filter__header-arrow {
    transform: rotateX(180deg);
    color: white;
}
.sy_filter:hover .sy_filter__body {
    display: block;
}



.sy_filter form {
    background: white;
    width: 100%;
    display: flex;
    height: 65px;
}

.sy_filter form input {
    border: 0;
    background: 0;
    height: 100%;
    width: calc(100% - 40px);
    line-height: 55px;
    font-size: 24px;
    color: #414446;
    padding: 0 10px 0 20px;
}

@media screen and (min-width: 1000px) {
    .sy_filter form input {
        font-size: 15px;
        line-height: 55px;
    }
}
@media screen and (min-width: 1200px) {
    .sy_filter form input {
        font-size: 18px;
        line-height: 59px;
    }
}

@media screen and (min-width: 1380px) {
    .sy_filter form input {
        font-size: 24px;
        line-height: 65px;
    }
}

.sy_filter form button {
    width: 50px;
    height: 65px;
    border: 0;
    background: none;
    cursor: pointer;
    color: #414446;
}
.sy_filter form button .icon-suche {
    font-size: 25px;
}
.sy_filter form button .icon-suche::before {
    color: #414446;
}

.tx-sy-eventcalendar span img {
    height: 30px;
    padding:3px;
    background: #811a31;
}
