.webmodus-table-row{
    display: flex;
    flex-flow: row nowrap;
    background: #F2F2F2;
    padding: 20px;
    margin-bottom: 1rem;
    gap:20px;
}

.webmodus-table-pagination-container{
    display:flex;
    flex-flow: row nowrap;
}
.webmodus-table-pagination-container .page-numbers:not(.dots):hover{
    background: #f2f2f2 !important;
    color:inherit !important;
}
.webmodus-table-pagination-container .page-numbers.next,
.webmodus-table-pagination-container .page-numbers.prev{
    color: #fff !important;
}
.webmodus-table-pagination-container .page-numbers.next:hover,
.webmodus-table-pagination-container .page-numbers.prev:hover{
    color: #f2f2f2 !important;
}
.webmodus-table-pagination-container .page-numbers.next::after{
    content: '\f105';
    font-family: fontawesome;
    font-weight: 400;
    vertical-align: top;
    position: absolute;
    padding-left: 0.1em;
    color:#000;
}
.webmodus-table-pagination-container .page-numbers.prev::after{
    content: '\f104';
    font-family: fontawesome;
    font-weight: 400;
    vertical-align: top;
    position: absolute;
    padding-left: 0.1em;
    color:#000;
    left: 23px;
}
.webmodus-table-pagination-container .page-numbers{
    font-size: 1.4rem;
    line-height: 3.5rem;
    height: 3.5rem !important;
    width: 3.5rem;
    overflow: hidden;
    border-radius: 50%;
    flex-shrink: 0;
    text-align: center;
    position: relative;
    margin: 0.2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 300ms ease-in-out !important;
    color:inherit;
}
.webmodus-table-pagination-container .page-numbers.current{
    background: #706f6f;
    color: #fff !important;
}
.webmodus-table-filter-container{
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 1rem;
    gap:40px;
}
.webmodus-table-filter-col{
    width:33.33333%;
}
.webmodus-table-row img{
    width: 175px;
}

.webmodus-table-col{
    display: flex;
    flex-flow: column nowrap;
}
.webmodus-table-row > div:first-child{
    width: 25%;
}
.webmodus-table-row > div:nth-child(2){
    width: 25%;
}
.webmodus-table-row > div:nth-child(3){
    width: 25%;
}
.webmodus-table-row > div:last-child{
    width: 25%;
}
.webmodus-table-filter-button{
    height:44.5px;
}
.webmodus-table-no-result{
    text-align: center;
}

.webmodus-table-row .fas{
	color: #e30613 !important;
	margin-right: 8px;
}

.webmodus-table-kontaktbereich{
	font-weight: 500;
	color: #e30613;
}

.kontaktperson-tabelle{
	color: #1d1d1b;
}

.adresse-tabelle{
	font-weight: 500;
}
.webmodus-search-container{
    margin-right: -13.25px;
}
.webmodus-table-filter-col-button{
    display: flex;
    flex-flow:row nowrap;
    gap: 10px;
}
.webmodus-table-filter-button{
    width:50%;
}
@media only screen and (max-width:1025px){
    .webmodus-table-filter-container,
    .webmodus-table-row,
    .webmodus-table-filter-col-button{
        flex-flow:column nowrap;
    }
    .webmodus-table-filter-button{
        width:100%;
    }
    .webmodus-table-pagination-container{
        flex-flow:row wrap;
    }
    .webmodus-table-filter-container{
        gap:10px;
    }
    .webmodus-table-filter-col,.webmodus-table-col{
        width:100% !important;
    }
    .webmodus-table-filter-button{
        margin-left:0;
    }
}