/* css zu iframe_dop */.leIframeFrame .leIframeContentWrapper {
	width: 75%;;
}

@media (max-width: 768px) {
	.leIframeFrame .leIframeContentWrapper {
		width: 100%;;
	}
}



.leSel {
	width: 100%;
}

#leTablelHead, #leTableBody {
	font-size: 80%;
}

.leTableCol {
	display: inline-block;
	vertical-align: top;
	padding: 5px 10px;
}

.leTableCol:nth-of-type(1) {
    width: 40%;
}

.leTableCol:nth-of-type(2) {
    width: 13%;
}

.leTableCol:nth-of-type(3) {
    width: 9%;
}

.leTableCol:nth-of-type(4) {
    width: 10%;
}

.leTableCol:nth-of-type(5) {
	width: 8%;
	word-break: break-all;
}

.leTableCol:nth-of-type(6) {
    width: 20%;
}

.leRowMobilHead, .leGueltigAb {
    display: none;
}


@media (max-width: 1440px) and (min-width: 769px) {
	.leGueltigAb {
        display: inline-block;
    }
    
	.leTableCol:nth-of-type(3) {
        display: none;
    }

	.leTableCol:nth-of-type(5) {
        width: 9%;
    }

	.leTableCol:nth-of-type(2) {
        width: 20%;
    }

	.leTableCol:nth-of-type(4) {
        width: 11%;
    }
	
}

@media (min-width: 768px) {
	#leTablelHead {
        background-color: #D7E6DD;
		color: var(--weiss);
    }

	.leTableRow:nth-child(2n) {
        background-color: #D7E6DD;
    }
    
    .leTableRow:nth-child(2n) a {
        color: inherit;
    }
}


@media (max-width: 768px) {
	.leRowMobilHead {
        display:block;
    }

	#leTablelHead {
        display: none;
    }

	.leTableCol {
        width:100% !important;
    }

	.leTableRow:not(:last-of-type) {
        border-bottom: 2px solid  #D7E6DD;
    }
}/* --- --- */