/*
  CSS RESET
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 100%;
}

ul,
ol {
  list-style: none;
}

img,
video {
  width: 100%;
}

a {
  text-decoration: none;
  margin: 0 0 48px 0;
}




/*
  STYLES
*/

.lateef-extralight {
  font-family: "Lateef", serif;
  font-weight: 200;
  font-style: normal;
}

.lateef-light {
  font-family: "Lateef", serif;
  font-weight: 300;
  font-style: normal;
}

.lateef-regular {
  font-family: "Lateef", serif;
  font-weight: 400;
  font-style: normal;
}

.lateef-medium {
  font-family: "Lateef", serif;
  font-weight: 500;
  font-style: normal;
}

.lateef-semibold {
  font-family: "Lateef", serif;
  font-weight: 600;
  font-style: normal;
}

.lateef-bold {
  font-family: "Lateef", serif;
  font-weight: 700;
  font-style: normal;
}

.lateef-extrabold {
  font-family: "Lateef", serif;
  font-weight: 800;
  font-style: normal;
}

.style-1 { 
  font-family: "Lateef";
  font-size: 24px;
  font-weight: bold;
  color: white;
  text-align: justify;
  line-height: 85%;
} 

.red {
  font-family: "Lateef";
  font-size: 40px;
  font-style: italic;
  color: red;
  text-align: left;
  line-height: 85%;
}

.zeile { 
  font-family: "Lateef";
  font-size: 36px;
  font-weight: bold;
  color: white;
  text-align: left;
  line-height: 85%;
} 

.quelle { 
  font-family: "Lateef";
  font-size: 36px;
  font-style: italic;
  color: white;
  text-align: left;
  line-height: 85%;
} 

body {
  background-color: black;
  padding: 36px;
  padding-top: 60px;
}


header {
  display: flex;
  justify-content: center;
  align-items: center;
}

header img {
  max-height: 50px; /* Bildhöhe anpassen */
  cursor: pointer;  /* Zeigt, dass es klickbar ist */
}