
@font-face {
  font-family: "Robolight";
  src: url(../fonts/Roboto-Light.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Robobold";
  src: url(../fonts/Roboto-Bold.ttf) format("truetype");
  font-display: swap;
}

@font-face {
  font-family: "Roboita";
  src: url(../fonts/Roboto-BoldItalic.ttf) format("truetype");
  font-display: swap;
}

body {
  background-image: url("../img/hintergrundbild_homepage_klein.webp");
  background-attachment: fixed;
  background-size:cover;
  background-position:top center;
  font-family: "Robolight", Arial;
  padding: 0;
  margin: 0;
    display: flex;
    flex-direction: column; /* Stellt sicher, dass der Footer am Ende bleibt */
    min-height: 100vh;
}

.light{
  margin-top: -20px;
  font-family: "Robolight", Arial;
  font-size: 25px;
  line-height: 150%;
}

.dick {
  font-family: "Robobold", Arial;
  font-size: 50px;
}

.dickerText {
  font-family: "Robobold",Arial;
  font-size: 30px;
  margin: 20px 10% -5px 10%;
}
.lightText{
  margin-top: -20px;
  font-family: "Robolight",Arial;
  font-size: 21px;
  margin: 20px 10%;
}

.dickita {
  font-family: "Roboita", Arial;
  font-size: 50px;
}

#greet {
  position: fixed;
  background-color: #ffffff70;
  width: 100%;
  bottom: 0;
  padding-bottom: 5%;
  padding-top: 5%;
  padding-left: 10%;
}

#Inhalt{
  position: absolute;
  width: 100%;
  top: 100%;
  padding: 50px 0 0 0;
  background-color: #eeeeee;
  flex: 1M
}

.banner {
  width: 100%;;
  left:0;
  padding-left: 0%;
  margin: 50px 0%;
}

footer{
  background-color: grey;
  display:flex;
  flex-wrap: wrap;
  justify-content:space-between;
  margin-top: 50px;
  padding: 5px 8% 20px 8%;
  bottom: 0;
}
h3{
  margin-bottom: 2px;
  font-size: 21px;
}

h6{
  margin-bottom: 2px;
}

.foot_divs{
  display: block;
  float: none;
  font-family: "Robolight";
  font-size: 16px;
  color:white;
  padding: 2%;
  width: 220px;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  cursor: pointer;
  position: relative;
  top: 1px;
  left: 1px;
  /*text-shadow: 1px 1px rgba(0, 0, 0, 0.9);*/
}

.nowrap{
  white-space: nowrap;
}

.italic{
  font-style: italic;
}

#impressum-wrapper{
  margin:5% 10%;
  padding:5%;
  background-color: #ffffffd0;
  border-radius:10%;
}