#masthead{
  position:fixed;
}
.content {
    display: none;
}

.info-block-angebot.active {
    background-color: #d0d0d0; /* Adjust the color as needed */
}

.hidden{
  display:none;
}

.icon-block {
cursor: pointer;
    transition: background-color 0.3s;
}

.icon-block.active {
  background-color: #d0d0d0; /* Change this to your desired background color */
}


.icon-block:hover {
  background-color: #f0f0f0; /* Change this to your desired background color */
}
.info-box-content {
  display: none;
  cursor: pointer;
  transition: background-color 0.3s;
  background-color: white;
}
#hero{
background: linear-gradient(90deg, #4d334e, #7f6080, #a699a6);
}