@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');

/* General */
body, html {
  background-color: rgb(248, 249, 250);
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: 'EB Garamond', serif;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color:red;
}
/* TopNavigation */
nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  z-index: 1;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li {
  float: left;
}

li a {
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  color: gray;
}

/* Start */
#start {
  background: url("../img/bg-start.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  justify-content: center;
  color: black;
  margin-top: 0;
  overflow-y: hidden;
  overflow-x: hidden;
  
}

/* Buecher */
#buecher {
    background-color: transparent;
    width: 100%;
    position: relative;
    color: black;
    font-family: 'EB Garamond', serif;
  }
  .buch-container {
    margin: 100px 0px 0px 130px;
    padding: 0 0 0 0;
    float: left;
    width: 90%;
  }
  .buch-bild {
    float: left;
    width: 300px;
  }
  .buch-bild img {
    width: 280px;
  }
  .buch-text {
    color: black;
    width: 60%;
    padding-left: 0 30px 0 30px;
  }
  .buch-text h5 {
    margin: 0;;
    font-size: 1.2em;
    padding-top: 0px;
    color: darkgrey;
  }
  .buch-text h4 {
    margin: 0;
    font-size: 1.4em;
    color: grey;
  }
  .buch-text p {
    color: black;
    font-family: 'EB Garamond', serif;
    font-size: 1.2em;
    text-align: justify;
  }
  .buch-text p.info {
    color: black;
    font-size: 0.9em;
    text-align: left;
    margin-top: 30px;
  }


  #portraet {
    background-color: transparent;
    width: 100%;
    position: relative;
    color: black;
  }
  .portraet-container {
    margin: 100px 0px 0px 130px;
    padding: 0 0 0 0;
    float: left;
    width: 90%;
    overflow-y: hidden;
  }
  .portraet-bild {
    float: left;
    width: 300px;
  }
  .portraet-bild img {
    width: 280px;
  }
  .portraet-text {
    color: black;
    width: 60%;
    padding-left: 0 30px 0 30px;
  }
  .portraet-text h5 {
    margin: 0;
    font-size: 1.2em;
    padding-top: 0px;
    color: darkgrey;
  }
  .portraet-text h4 {
    margin: 0;
    font-size: 1.4em;
    color: grey;
  }
  .portraet-text p {
    color: black;
    font-size: 1.2em;
    text-align: justify;
  }
  
  #kontakt {
    background-color: transparent;
    height: 100%;
    width: 100%;
    position: relative;
    color: black;
    overflow: hidden;
  }
  .kontakt-container {
    margin: 100px 0px 0px 130px;
    padding: 0 0 0 0;
    float: left;
    width: 90%;
    overflow-y: hidden;
  }
  .kontakt-bild {
    float: left;
    width: 300px;
  }
  .kontakt-bild img {
    width: 280px;
  }
  .kontakt-text {
    color: black;
    width: 60%;
    padding-left: 0 30px 0 30px;
  }
  .kontakt-text h5 {
    margin: 0;
    font-size: 1.2em;
    padding-top: 0px;
    color: darkgrey;
  }
  .kontakt-text h4 {
    margin: 0;
    font-size: 1.4em;
    color: grey;
  }
  .kontakt-text p {
    color: black;
    font-size: 1.2em;
    text-align: justify;
  }

  /* RECHT */
  #recht {
    background-color: transparent;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
  }
  .recht-container {
    
  }
  .recht-bild {
    float: left;
    width: 400px;
    padding: 50px;
  }
  .recht-bild img {
    width: 70%;
    padding: 50px;
  }
  .recht-text {
    color: black;
    width: 90%;
  }
  .recht-text h5 {
    font-size: 1em;
    padding-top: 50px;
    color: grey;
  }
  .recht-text h4 {
    font-size: 1.4em;
    padding-top: 100px;
    color: darkgrey;
  }
  .recht-text p {
    color: black;
    font-size: 1.2em;
    text-align: justify;
  }

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50px;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.8em;
}
