

/* BLOCKS CSS  */

/*************************************************************************/
/*  Table  */

.res-table h4{
    font-size: 110%;
	font-weight: 400;
	padding-bottom: 10px;
}

.res-table .tabelle-Box {
	font-size: 90%;
	line-height: 140%;
    border-top: 1px solid #ccc;
}

.res-table .tabelle-Box :last-child {
    border-bottom: 0px solid #ccc;
}
.res-table .table-spalte {
	padding: 13px 0;
}
.res-table .table-spalte p {
	margin-bottom: 5px; 
}
.res-table .table-spalte h2,
.res-table .table-spalte h3{
    font-size: 120%;
	margin-bottom: 5px;
}


.res-table .table-for-prices {
	text-align: right;
	font-size: 90%;
	padding-right: 0;
	margin-right: 0;
}



/*  Bulletpoints   */

.res-table .table-spalte01 ul {
    -webkit-padding-start: 25px;
	list-style: none;
	font-size: 90%;
	padding: 10px 0 10px 0;
	
}
.res-table .table-spalte01 li {
    padding-bottom: 10px;
    margin-left: 35px;
}

.res-table .table-spalte01 li:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
	position:absolute;
	margin-left:-35px;
    text-decoration: inherit;
    font-style: normal;
    font-weight: normal;
	font-size: 100%;
	opacity: 0.3;
}

