/* HTML-Tags (+ Klassen) */
body{
  font-family: 'EB Garamond', serif;
  /* font-family: 'Cormorant Garamond', serif; */
  font-size: 20px;
  background-image: url('edk-webseite-alt.jpg');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 100vh;
  margin: 0;
  background-attachment: fixed;

}
a{
  color: #000;
  font-weight: 700;
}
p.anwalt{
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 5px;
}
button{
  width: 480px;
  height: 70px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  background-color: #fff;
}
button:hover{
  cursor: pointer;
}

/* Klassen (+ Tags) */
.window{
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 240px;
  background-color: #fff;
  border: 1px solid #707070;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
  max-width: 1505px;
}

.ankuendigung p{
  max-width: 860px;
  margin: 60px 320px 45px;
  padding: 30px 50px;
  background-color: #94ec9b;
  font-family: 'Open Sans', sans-serif;
}

.neue-webseiten{
  display: flex;
  justify-content: center;
}
.edk{
  margin-right: 10px;
  text-align: center;
}
.meilensteine{
  margin-left: 10px;
  text-align: center;
}

.medium-grey-box{
  background-color: #d6d3d3;
}
.light-grey-box{
  background-color: #f4f4f4;
}
.medium-grey-box, .light-grey-box{
  padding-top: 40px;
  padding-bottom: 30px;
  width: 640px;
}
.medium-grey-box button{
  margin-top: 55px;
}
.light-grey-box button{
  margin-top: 19px;
  background-color: #484848;
  color: #fff;
}
.medium-grey-box button:hover{
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.light-grey-box button:hover{
  background-color: #fff;
  border-color: #fff;
  color: #484848;
}

.kontakt{
  display: flex;
  justify-content: center;
}
.adresse{
  text-align: left;
}
.telefon{
  text-align: right;
}

.edk .adresse, .edk .telefon{
  margin: 20px 35px;
}
.meilensteine .adresse, .meilensteine .telefon{
  margin: 20px;
}

/* Media Queries */
@media only screen and (max-width: 1300px) {
  body{
    height: 100%;
  }
  .window{
    padding-bottom: 60px;
    margin: 60px;
  }
  .ankuendigung p{
    margin-left: auto;
    margin-right: auto;
  }
  .neue-webseiten{
    display: block;
  }
  .edk, .meilensteine, .medium-grey-box, .light-grey-box{
    margin-left: auto;
    margin-right: auto;
  }
  .meilensteine{
    margin-top: 45px;
  }
  .medium-grey-box, .light-grey-box{
    max-width: 640px;
    width: 100%;
  }
  button{
    max-width: 480px;
    width: 100%;
  }
}

@media only screen and (max-width: 900px) {
  .window{
    margin: 30px;
    padding: 20px;
  }
}
