.firmenmitglieder{
	&:not(.show-all) [data-filter-item]:nth-child( n+10 of :not([hidden]) ){
		display: none;
	}

	input[type=search],
	input[type=search]:focus{
		padding: 10px 25px 9px;
		background: #f8f6f6 url(../images/search-red.svg) right 25px center no-repeat;
		border: 0;
		border-bottom: 1px solid var(--wp--preset--color--red);
		font-size: 20px;
		font-weight: 600;
		line-height: 1;
		color: var(--wp--preset--color--red);
	}

	input[type=search]::placeholder{
		color: var(--wp--preset--color--red);
		opacity: 1;
	}

	.dropdown-menu{
		color: var(--wp--preset--color--dark);

		li + li{
			margin-top: 20px;
		}

		label{
			cursor: pointer;
			padding-right: 40px;
			font-size: 16px;

			input{
				position: absolute !important;
				width: 1px !important;
				height: 1px !important;
				padding: 0 !important;
				margin: -1px !important;
				overflow: hidden !important;
				clip: rect(0, 0, 0, 0) !important;
				white-space: nowrap !important;
				border: 0 !important;
			}

			&:has(input:checked){
				font-weight: 700;
				background: url(../images/check.svg) right center no-repeat;
			}
		}
	}

	.sticky-thead-and-scrollable-x{
		margin: 90px 0;

		@media (max-width: 767px){
			margin: 60px 0;
		}

		tr:hover{
			color: #000;

			a{
				color: var(--wp--preset--color--red);
			}
		}
		th{
			width: 25%;
			background: #fff;
			color: var(--wp--preset--color--red);

			&:last-child{
				width: 75px;
				text-align: center;
			}
		}
		a{
			white-space: nowrap;
			text-decoration: none;

			&:hover{
				text-decoration: underline;
			}
		}
		tr:not(:hover) a img{
			opacity: 0.3;
			filter: brightness(0);
		}
	}

	.btn-wrapper{
		border-top: 1px solid var(--wp--preset--color--red);
		text-align: right;
	}
}