/*Vita*/

.ueber_mich h3 {
	padding-bottom: 0.7rem !important;
}

/* barbara */
/* .boxes table tbody tr {
	border-bottom: 0px !important;
}
.ueber_mich table tbody tr td {
	height: 2.8em;
    vertical-align: middle;
}
 *//**/

/* barbara: mein gegenvorschlag */
.boxes table tbody tr {
	border-bottom: 0px !important;
}
.ueber_mich table tbody tr td {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
    vertical-align: middle;
}
/**/

.ueber_mich td:first-child,
.ueber_mich th:first-child {
	width: 80px;
	font-size: 0.8rem;
    font-weight: normal;
    vertical-align: middle;
}

/*Rollen*/

.rollen_jahr:not(:has(.box:not(.hidden))) {
	/* Jahreszahlen automatisch ausblenden, wenn keine sichtbare Box enthalten ist. */
	display: none; 
}
.rollen table tbody tr{
	min-height: 2em;
	border-bottom: 0px;
}
.rollen table th,
.rollen table td {
    text-align: left;
	padding-left: 10px;
}

.rollen table td:first-child,
.rollen table th:first-child {
    /* width:20%; */
	width: 70px;
	padding-left: 5px;
	/* font-size: 0.6em; */
    font-weight: normal;
}
.rollen table td:first-child:not(.rollen_td_text) {
	font-size: 0.7rem;
}
.rollen_td_jahr {
	padding-top: 1em !important;
}
.rollen_td_text {
	font-size: 0.9rem;
	font-weight: normal !important;
}
.rollen_icon {
	padding-left: 5px;
	width: 50px;
	filter:grayscale(100%);
}


/* FILTER */
.filter-toggle {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
	    margin-left:auto;
}


.filter-toggle:hover,
.filter-icon:hover {
    background: var(--color-primary);
}

.filter-toggle.active {
    background: #2c7be5;
}

.filter-icon {
    width: 18px;
    height: 18px;
    position: relative;
}

/* Filter-Trichter */
.filter-icon::before,
.filter-icon::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    background: #555;
    transition: background 0.25s;
}

.filter-icon::before {
    width: 18px;
    height: 4px;
    top: 0;
}

.filter-icon::after {
    width: 10px;
    height: 10px;
    top: 6px;
    clip-path: polygon(0 0,100% 0,60% 100%,40% 100%);
}

.filter-toggle.active .filter-icon::before,
.filter-toggle.active .filter-icon::after {
    background: white;
}

/* Filterbereich */
.filters {
    margin-top: 10px;
}

.filters.hidden {
    display: none;
}
