* {
  /* font-family: roboto-bold, roboto, sans-serif; */
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 18px;
  color: #f14902;
}
body {
  min-width: 350px;
  margin: 0px;
  background-color: #F6E7d8;
}

ul {
  display: block;
  margin-top: 0px;
  min-width: 535px;
}
li {
  margin: 0 auto;
  display: inline-block;
  list-style: none;
  padding: 0;
}
li a{
  font-size: 20px;
}
li a:hover {
  transition: 0.09s ease-out;
  background-color: #ccc1b7;
}
.nav-bar{
  background-color: #d9ccbf;

}
.nav {
  display: block;
  padding: 25px;
  position: relative;
  letter-spacing: 0.05em;
  text-decoration: none;
}

/* Index.html */
p {
  font-size: 16;
}

.main {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.text {
  display: flex;
  position: relative;
}
.bild {
  display: flex;
  justify-items: end;
}
h1 {
  font-size: 50px;
  margin-top: 30vmin;
  margin-left: 100px;
}
.bild img {
  min-width: 25vmin;
  width: 65vmin;
  height: 65vmin;
  /* float: right; */
  margin-top: 3vmin;
  margin-right: 90px;
}

/* podcast.html */
.podcast {
  width: 80vmin;
  display: flex;
  justify-content: center; /* Horizontal zentriert */
  align-items: center; /* Vertikal zentriert */
  text-align: center;
}

h2.podcast {
  font-size: 5vmin;
}
.content {
  display: grid;
  position: relative;
  justify-content: center;
}
.logo {
  display: flex;
  justify-content: center; /* Horizontal zentriert */
  align-items: center; /* Vertikal zentriert */
  margin-top: 8vmin; /* Anpassen des vertikalen Abstands */
}
.anchor {
  display: flex;
  justify-content: center; /* Horizontal zentriert */
  align-items: center; /* Vertikal zentriert */
  margin-top: 10vmin; /* Anpassen des vertikalen Abstands */
}
.logo img {
  max-width: 100%;
  height: 11vmin;
  width: 34vmin;
  display: block;
  transition: 0.09s ease-out;
}
.anchor img {
  max-width: 100%;
  height: 28vmin;
  width: 40vmin;
  display: block;
  transition: 0.09s ease-out;
}
.logo img:hover {
  transition: 0.09s ease-out;
  height: 12vmin;
  width: 40vmin;
}

.anchor img:hover {
  transition: 0.09s ease-out;
  height: 30vmin;
  width: 45vmin;
}

/* uebersichtstexte.html */
.all {
  display: flex; /* Use flexbox for centering */
  justify-content: center; /* Horizontally center the image */
  align-items: flex-start; /* Vertically center the image */
  margin-top: 30vmin;
  height: 50vmin;
}
.pdf {
  font-size: 22px;
  position: relative;
  display: grid;
  justify-items: center;
  width: 30 0px;
  text-decoration: none;
}
img.icon {
  margin-right: 0;
  float: none;
  align-items: center;
  min-width: 100px;
  min-height: 120px;
  height: 100px;
  width: 10px;
}
img.icon:hover {
  transition: 0.09s ease-out;
  height: 130px;
  width: 105px;
}

@media screen and (max-width: 1650px) {
  .text {
    position: relative;
  }
  /*.bild {
    margin-top: 20vmin;
  }*/
  h1 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1430px) {
  .main {
    flex-direction: column;
    align-items: center;
  }
  /*.bild {
    margin-top: 20vmin;
  }*/
  .bild img {
    float: none;
    margin-top: 45px;
    margin-right: 0;
  }
  h1 {
    font-size: 40px;
    margin-left: 0;
    margin-top: 10vmin;
  }
}

@media screen and (max-width: 700px) {
  .all {
    margin-top: 200px;
    flex-direction: column;
    align-items: center;
  }
  .pdf {
    margin-top: 50px;
  }
  img.icon {
    min-width: 0px;
    min-height: 0px;
    height: 100px;
    width: 80px;
  }
  img.icon:hover {
    transition: 0.09s ease-out;
    height: 110px;
    width: 90px;
  }
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 30px;
  }
}

/* Responsive Styles */
@media screen and (max-width: 500px) {
  h1 {
    font-size: 20px;
  }
  .nav-bar ul {
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .nav {
    padding: 15px;
  }
  ul {
    min-width: 0px;
    padding-inline-start: 0px;
  }
  li {
    height: 40px;
  }
  a {
    font-size: 14px;
  }
  li a:hover {
    transition: 0.09s ease-out;
    font-size: 16px;
  }
  .text h1.podcast {
    font-size: 30px;
    margin-top: 10vmin;
    margin-left: 10vmin;
    position: absolute;
  }
}
