.container {
  overflow: hidden;
}

.filterDiv {
  display: none; /* Hidden by default */
}

/* The "show" class is added to the filtered elements */
.show {
  display: block;
}

/* Style the buttons */
.filter-option {
  background: #444;
border: 1px solid transparent;
color: #dfdfdf;
cursor: pointer;
font-size: 7px;
text-transform: uppercase;
padding: 10px;
letter-spacing: 1px;
font-weight: 800;
outline: 0;
margin 5px auto; 
border: none !important; 
}

/* Add a dark background to the active button */
.filter-option.active {
  background: var(--akzent);
color: #dfdfdf;
}

.iptrow {
	font-size: 8px;
	letter-spacing: 1px;
font-weight: bold;
	color: #444;
	text-transform: uppercase;
	padding: 5px;
}

.filterDiv h2 {
	margin: 10px;
	margin-top: 50px;
	margin-bottom: 10px;
	color: var(--akzent);
	text-transform: lowercase;
	font-size: 40px;
}