* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Bebas Neue', sans-serif;
}

.main-section {
  color: white;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
background-color: #868477;
}

.logo {
  max-width: 300px;
  width: 80%;
  margin-bottom: 20px;
}

.kontakt-button {
  background-color: white;
  color: #868477;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  padding: 10px 30px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
	border-radius: 50px;
}

.kontakt-button:hover {
  background-color: #ddd;
}

.impressum {
	background-color: #ffffff;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 20px;
  flex-wrap: wrap;
  text-align: center;

}
.idata {
  color: #ffffff;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
  padding: 10px 30px;
justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	display: flex;
background-color: #868477;

}


h1 {
  color: #ffffff;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.5rem;
}

a {
  color: #000000;
  text-decoration: none; /* optional */
}

a:hover {
  color: #000000;
}

a:active {
  color: #000000;
}

a:visited {
  color: #000000;
}



.column {
  width: 600px;
  margin: 0 20px 20px 20px;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .column {
    width: 100%;
    margin: 10px 0;
  }

  .kontakt-button {
    font-size: 1.2rem;
  }
}
