 .table-scrollable
{
    width: 100%;
    overflow-y: auto; 
}

.table-scrollable::-webkit-scrollbar
{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.table-scrollable::-webkit-scrollbar-thumb
{
    border-radius: 7px;
    border: 1px solid #fff;
    background-color: #a1191d;
}

.page-id-19230 .nichtfront .wpb_text_column table
{
    width: 75%; 
}


.wpb_text_column table
{
    width: 100%; 
	border-collapse: separate !important; 
}

.wpb_text_column thead
{
    background: #435059;
    white-space: nowrap;
    color: #fff;
} 

.wpb_text_column table tr td
{
    padding: 15px 10px;
    line-height: 22px;
	 width: 25% ; 
}

.freianzeigentable table .downloadimage  { 
	position: relative; 
	padding-left: 29px;
	font-size: 14px;
}
.freianzeigentable table .downloadimage a:before {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: -3px;
	left: 0;
	content: '\e910';
    font-size: 24px; 
} 

 

footer .wpb_text_column table tr td
{
    padding: 10px 5px;
    line-height: 22px;
	 width: 25% ; 
}

.wpb_text_column table tr td:nth-child(1n+2)
{
    text-align: left;
    min-width: 100px;
}

.wpb_text_column table tr td:nth-child(1n)
{
    padding-left: 10px;
}

.wpb_text_column table tbody tr:nth-child(even)
{
    background: #fff;
    color: #0e293d;
}

footer .wpb_text_column table tbody tr:nth-child(even)
{
    background: #8e1518;
    color: #fff;
}

.wpb_text_column table tbody tr:nth-child(odd)
{
 
    color: #0e293d;
}

footer .wpb_text_column table tbody tr:nth-child(odd)
{
    background: #881215;
    color: #fff;
}

 