.text>.detail-cat li:before {
    color: #df3320;
    content: "";
    font-size: 1.3em;
    font-weight: 700;
    position: absolute;
    transform: translate(-2rem,-.5rem);
}
.detail-cat{
    margin-left: -23px;
}
.table__header {
    width: 35%;
}
.tablesaw-mode-columntoggle{
    margin-bottom: 20px;
}

.tablesaw-advance{
    display: none;
}
.square {
    float: left;
    height: 20px;
    width: 20px;
    background-color: #555;
    margin-right: 5px;
}

.table__data li, .address-detail__description li{
    list-style: none;
}

.all {
    background-color: #EA4238;
}
.strokeUnit {
    background-color: #2C2E2F;
}
.rehaKlinik {
    background-color: #007B81;
}
.ambulantesRehaZentrum {
    background-color: #0088B1;
}
.selbsthilfegruppe {
    background-color: #004981;
}
.jungeBetroffene {
    background-color: #730735;
}
.schlaganfallBro {
    background-color: #97C35C;
}
.regionalbeauftragter {
    background-color: #C81A53;
}
.landesverband {
    background-color: #FB8245;
}
.schlaganfall_helfer {
    background-color: #0037ff;
}
.sanitaetshaus {
    background-color: #EBC810;
}

.address-detail__description .schlaganfall_helfer, .address-detail__description .strokeUnit, .address-detail__description .rehaKlinik, .address-detail__description .ambulantesRehaZentrum, .address-detail__description .selbsthilfegruppe, .address-detail__description .jungeBetroffene, .address-detail__description .schlaganfallBro, .address-detail__description .regionalbeauftragter, .address-detail__description .landesverband{
    margin-top: 5px;
}

.table__data, .table__header{
    padding:10px 10px 10px 50px !important;
}
.table-saw-hidden {
    display: none !important;
}
.list-map__cluster-marker{
    background-color: #057c84 !important;
    box-shadow: 0 0 0 4px rgba(5,124,132,.25) !important;
}

.icon-link.date-nacht {
    float: right;
}

.btn-color, #printdetailpage, #printpage{
    color: #057c84 !important;
    font-weight: 700 !important;
}
.table__header, .tablesaw-sortable-btn {
    font-weight: 600 !important;
}

.table__data, .table__header {
    vertical-align: middle !important;
}
label {
    font-weight: 700 !important;
}


.hr {
    border-top: 2px solid #adaca8 !important;
    padding-top: 8px !important;
}
@page
{
    size: auto;
    margin: 0.6mm 0.6mm 0.6mm 0.6mm;
}

@media print{
    .address-detail__back{
        display:none;
    }
}

.list__searchname {
    background-color: #fcf7ea;
    margin-bottom: 3rem;
    margin-left: -2rem;
    margin-right: -2rem;
    order: -1;
    padding: 2rem
}

@media (min-width: 37.5em) {
    .list__searchname {
        margin-left:0;
        margin-right: 0;
    }
}

@media (min-width: 58.75em) {
    .list__searchname {
        grid-area:g;
        margin-bottom: 0;
        min-width: 0;
        order: -1;
    }
}
.donation-form-box{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
}
.donation-preview-form{
    padding: 2rem;
}
.donation-preview-form fieldset{
    padding: 0;
}
.donation-preview-form h2,
.donation-preview-form h2.headline,
.donation-preview-form h3{
    font-size: 2.2rem ;
    margin-bottom: 10px;
    padding-right:12px;
}
.donation-preview-form .logo{
    max-width: 175px;
    margin-bottom: 10px;
}
.donation-preview-form .radio .radio__label{
    font-weight: 400;
}
.donation-preview-form .radio + .radio{
    margin-left: 1.8rem;
}
.donation-preview-form input:focus,
.donation-preview-form input:active,
.donation-preview-form input:hover{
    outline: none;
    box-shadow: none;
}
.donation-form-group,
.donation-form-group label,
.donation-form-group input{
    width: 100%;
}
.donation-form-group{
    margin-bottom: 15px;
}
.donation-form-group label{
    font-weight: 600;
}
.donation-form-group input{
    padding-left: 10px;
    padding-right: 10px;
    margin-top:5px;
}
.donation-form-group input{
    height: 32px;
    box-shadow: none !important;
    outline: none !important;
}
.donation-form-group input,
.donation-form-result textarea{
    border: 1px solid #a39191;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}
.donation-form-group input:focus,
.donation-form-group input:active,
.donation-form-group input:hover{
    outline: none;
    box-shadow: none;
}
.donation-form-result{
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 20px 0;
}
.donation-form-result textarea{
    width: 100%;
    padding: 15px 10px;
}
.donation-form-group  input[type="color"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
}
.donation-form-group  input[type="color"]::-moz-color-swatch-wrapper,
.donation-form-group  input[type="color"]::-webkit-color-swatch-wrapper {
    display: none;
}
.donation-form-group  input[type="color"]::-moz-color-swatch,
.donation-form-group  input[type="color"]::-webkit-color-swatch {
    display: none;
}

@media (min-width:768px){
    .custom-donation-box{
        max-width: 630px;
        margin: 0 auto;
    }
    .donation-form-box{
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .donation-form-box .donation-form-block{
        width: 32%;
    }
    .donation-form-box .donation-form-block.donation-form-preview-box{
        width: 63%;
    }
}
@media (max-width:992px){

}
@media (max-width:767px){
    .donation-form-box{
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .donation-form-box .donation-form-block{
        width: 100%;
    }
    .custom-donation-box{
        margin-top: 30px;
    }
    #submit{
        display: none;
    }
}

.donation-form-group label{
    margin-bottom: 5px !important;
}

.custom-donation-box{
    margin-top:20px !important;
}

.custom-donation-box fieldset{
    border: none !important;
}

.amount-boxes{
    margin-bottom: 10px;
}

.donation-box__radio, .input-label {
    margin-top:10px;
    margin-bottom:10px;
}

/*** *  Latest CSS for Address* * ****/
.filter-main .list__filters-actions{
    padding: 20px;
}
.filter-main .list__filters-actions .input-group__button{
    width:100%;
}
.filter-main .head-filter{
    background-color: #ecedef;
    padding: 25px 20px;
    margin-bottom: 10px;
}
.filter-main .list-filter__headline {
    border-bottom: 0;
}
.filter-main .list-filter__list-item .cat-filter .checkbox {
    margin: 0;
    padding-left: 4rem;
}
.filter-main .list-filter__list-item .cat-filter .checkbox .checkbox__indicator{
    width: 14px;
    height: 14px;
}
.filter-main .list-filter__list-item .cat-filter .checkbox .square{
    width: 14px;
    height: 14px;
    position: absolute;
    left:21px;
    top: 50%;
    transform: translateY(-50%);
}

.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
    content: "\25B2";
}

.tablesaw-sortable-ascending .tablesaw-sortable-arrow {
    content: "\25B2";
}

.tablesaw-sortable-descending .tablesaw-sortable-arrow {
    content: "\25BC";
}

.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
    content: "\25BC";
}

/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active, .autocomplete-items div:hover {
    background-color: #057c84 !important;
    color: #ffffff;
}
.input-group {
    position: relative !important;
}

#search-queryautocomplete-list{
    max-height: 300px;
    overflow: auto !important;
}
#name_search-queryautocomplete-list{
    max-height: 300px;
    overflow: auto !important;
}
#radius:hover, #radius option:hover{
    cursor: pointer;
}
.txt-close {
    margin-top: 10px;
    margin-right: 5px;
    cursor: pointer;
}
.button--secondary option{
    background-color: #057c84;
    color: #fff ;
}
#printdetailpage, #printpage{
    margin-top: 10px;
}

#filters-list .checkbox {
    line-height: 2rem;
}

#filters-list .checkbox__indicator {
    top: 50%;
    transform: translateY(-50%);
}

a.tooltip {
    position: relative;
    text-decoration: none;
}
a.tooltip::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 130%;
    left: 20%;
    padding: 10px 15px;
    width: 230px;

    background-color: #fcf7ea;
    color: #2a2a2a;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.2;
    opacity: 1;
}
.bubble-indicator {
    height: auto;
}

.bubble-indicator-special {
    position: absolute;
    bottom: 3%;
}
.bubble-indicator-special-short {
    left: 26%
}
.bubble-indicator-special-middle {
    left: 30%;
}
.bubble-indicator-special-long {
    left: 101%;
}
.icon-bubble {
    width: 1.6rem;
}
.list-filter__list-item {
    position: relative;
}
@media only screen and (min-width: 1280px) {
    .bubble-indicator-special-short { left: 75% }
    .bubble-indicator-special-long { left: 93%; }
}
@media only screen and (max-width: 939px) {
    .bubble-indicator-special-middle,
    .bubble-indicator-special-long,
    .bubble-indicator-special-short { left: auto; margin-left: 3px; }
}
@media only screen and (max-width: 599px) {
    .bubble-indicator-special-long { left: 17%; }
    .bubble-indicator-special-short { left: 15%; }
}
@media only screen and (min-width: 411px) and (max-width: 598px) {
    bubble-indicator-special-short { left: 30%; }
}

@media only screen and (max-width: 410px) {
    .bubble-indicator-special-long { left: 31%; }
    .bubble-indicator-special-short { left: 30%; }
}
@media only screen and (max-width: 380px) {
    .bubble-indicator-special-long { left: 33%; }
    .bubble-indicator-special-short { left: 32%; }
}
@media only screen and (min-width: 320px) and (max-width: 379px) {
    .bubble-indicator-special-long { left: 85%; }
    .bubble-indicator-special-short { left: 85%; }
}
@media only screen and (max-width: 300px) {
    .bubble-indicator-special-long { left: 85%; }
    .bubble-indicator-special-short { left: 70%; }
}
