html, body {
	margin: 0;
	background-color: #fafafa;
	color: #171733;
	font-family: Arial, sans-serif;
	padding: 0;
  overflow-x: hidden;
	max-width: 100%;
}
/* ===============================
   Desktop-Navigation
   =============================== */
@media (min-width: 1024px) {
  .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10001;
    background-color: #3a3a3a;
  }

  .main-nav .Überschrift {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 0;
    padding: 10px 0;
  }

  /* Platz für fixes Menü schaffen */
  body.unlocked {
    padding-top: 70px;
  }
}
/* Bilder global responsive */
img, .bild, .bild1, .bild2, .bild3 {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* Links */
a {
	text-decoration: none;
}
a:not([class]) {
  all: unset;
  cursor: pointer;
  color: inherit;
}
.Überschrift{
	margin-top: 2%;
	text-align: center;
	min-height: 8%;
	margin-bottom: auto;
}
.Farbe{
	background-color: #3a3a3a;
	color: #ffffff;
	border-color: #bbb78f;
	border-width: 2px;
	font-weight: bold;
  margin-right: 10px;
	font-size: 30px;
	border-style: solid;
	border-width: 3px;
	border-radius: 10px;
	padding: 5px;
}
.footer {
	border-style: solid;
	border-width: 2px;
	border-color: #171733;
	padding: 15px;
  margin-top: 3%;
	margin-left: 5%;
	margin-right: 5%;	
	background-color: #ffffff;
	color: #171733;
	box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
}
.color {
	background-color: #ffffff;
	color: #171733;
	border-color: #171733;
	box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
}
.bau{
	text-align: center;
	margin-top: 25%;
	font-size: 50px;
}
/* Hover-Effekte */
@media (hover: hover) and (pointer: fine) {
  .Farbe:hover, .Farbe2:hover, .Farbe3:hover, .Farbe4:hover {
    background-color: #8f820e;
    color: #ffffff;
    border-color: #ffffff;
  } 
  .bild:hover, .bild1:hover{
    max-width: 600px;
    max-height: 380px;
    border-radius: 100px;
    box-shadow: 0px 5px 13px 2px #87192b;
  }
  .bild3:hover{
    max-width: 50px;
    max-height: 50px;
    border-radius: 100px;
    box-shadow: 0 0 10px #87192b;
  }
  .Anpassung:hover{
    padding: 5%;
    border: 2px solid;
    background-color: #ffffff;
    color: #171733;
    border-color: #87192b;
    box-shadow: inset 0px 5px 50px 2px #87192b;
    text-align: center;
  }
  .Anpassung1:hover{
    padding: 5%;
    border: 2px solid;
    background-color:  #3a3a3a;
    color: #bbb78f;
    border-color: #1b1987;
    box-shadow: inset 0px 5px 50px 2px #8f820e;
    text-align: center;
  }

  .abstand2:hover{
    padding: 3%;
    font-size: 20px;
    background-color: #ffffff;
    color: #171733;
    border-color: #87192b;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.1);
  }
}