

/* 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;
	line-height: 150%;
}
.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;
	padding-right: 0;
	margin-right: 0;
}

/* Layout 01 */

.res-table .layout-01 .col p{
	margin: 0;
}

/* Layout 01 bei 2 Spalten spalten 30-70 */
@media only screen and (min-width: 970px) {
	.res-table .layout-01.row-cols-md-2 .col {
		min-width: 70%;
	}
	.res-table .layout-01.row-cols-md-2 .col:nth-child(odd) {
		max-width: 30%;
		min-width: unset;
	}
}

/*3 Spalten*/
.res-table .layout-01.row-cols-md-3 + .col {
}


.res-table .table-design-custom {
	border-top: 1px solid #eee;
}

@media only screen and (min-width: 970px) {
	/*  Desktop Table Class Customs   */

	.res-table .table-space-custom {
		margin: 3px;
		padding: 6px 18px;
	} 
	/* Desktop 30-70 */
	.res-table .spalten30-70 .col:nth-child(odd) {
		max-width: 30%;
	}
	.res-table .spalten30-70 .col:nth-child(even) {
		min-width: 70%;
	}
}

/*  Layout-03 Downloads   */
.res-table .layout-03 .download-file i {
	font-size: 120%;
	margin-right: 8px;
}
.res-table .layout-03 span {
	word-break: break-word;
}
.res-table .layout-03 .download-spalte01 {
	max-width: 80%;
}
.res-table .layout-03 .download-file i {
    font-size: 90%;
}

.res-table .download-description {
	line-height: 140%;
}

@media only screen and (max-width: 970px) {
	
	.res-table .layout-03 .download-spalte01,
	.res-table .layout-03 .download-spalte02 {
		display: block;
		width: 100%;
		max-width: 100%;
		padding-top: 10px;
	}
	.res-table .layout-03 .download-spalte02{
		padding-bottom: 30px;
	}
	.res-table .table-design-custom:nth-child(even) {
		border-top: 0;
	}	
}



/*  Layout-04 flex Tabelle PLUGIN   */

.res-table .table-acf .table th, 
.res-table .table-acf .table td {
    line-height: 150%;
}
.res-table .table-acf .table thead th:first-child {
    border: 0;
}
.res-table .table-acf .table thead th:last-child {
    border: 0;
}

.res-table .table-acf  .table-acf-framer.table-space-custom {
    margin: 0;
    padding: 20px 0 0 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 6 Pro";
	position:absolute;
	margin-left:-35px;
    text-decoration: inherit;
    font-style: normal;
    font-weight: normal;
	font-size: 100%;
	opacity: 0.3;
}


/* Buttons Downloads */

.res-table .download-file .btn i,
.res-table .download-link .btn i {
	font-size: 15px;
}
.res-table .download-file .btn i:after,
.res-table .download-link .btn i:after {
	display: none;
}

.res-table .download-file .btn.btn-text-link,
.res-table .download-link .btn.btn-text-link {
	border: 0;
	padding: 0;
}
.res-table .download-link .btn {
}


@media only screen and (min-width: 970px) {
	.res-table .downloads-tabelle {
		min-height: 3.8rem;
	}
}






/* ------------  CMS Backend Preview ---------------- */

.acf-block-preview .res-table {
}

/*Layout 01 Editor kompakter */
.is-selected.wp-block-acf-res-table .acf-res-table-row-editor .mce-edit-area {
	height: 140px;
	overflow: hidden;
}

/*Layout 02 Editor kompakter */
.is-selected.wp-block-acf-res-table .acf-res-tablebox-editor .mce-edit-area {
	height: 140px;
	overflow: hidden;
}




