/*

-=# Filson Soft #=-

font-family: filson-soft, sans-serif;

Regular
font-weight: 400;

Medium
font-weight: 500;

Bold
font-weight: 700;

Heavy
font-weight: 800;

Black
font-weight: 900;



-=# LiebeGerda #=-

font-family: liebegerda, sans-serif;

Regular
font-weight: 400;

Bold
font-weight: 700;

*/
html {
  font-size: 16px;
  font-family: filson-soft, sans-serif;
  text-align: center;
}
html * {
  box-sizing: border-box;
  margin: 0;
  outline: none;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  html {
    font-size: 13px;
  }
}

p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1em;
  line-height: 1.5em;
}
p strong {
  font-weight: 700;
}

a {
  text-decoration: none;
}
a:link, a:visited, a:hover, a:active, a:focus {
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: liebegerda, sans-serif;
}

.block {
  width: 100%;
  position: relative;
}
.block .background {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.block .text {
  max-width: 1024px;
  margin: 0 auto;
}
.block .text p:last-child {
  margin-bottom: 0;
}
.block .text .headline {
  color: #007033;
}
.block .text .headline h2 {
  font-size: 4rem;
  line-height: 1.25em;
}
@media screen and (max-width: 800px) {
  .block .text .headline h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 500px) {
  .block .text .headline h2 {
    font-size: 2rem;
  }
}
.block .text .headline::after {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #007033;
  position: relative;
  display: block;
  margin: 1rem auto 2rem;
}
@media screen and (max-width: 800px) {
  .block .text .headline::after {
    height: 2px;
    margin: 0.5rem auto 1rem;
  }
}
.block .text .headline span {
  line-height: 1.2em;
  margin: 1rem 0;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.032em;
  font-weight: 500;
  font-size: 2rem;
}
@media screen and (max-width: 800px) {
  .block .text .headline span {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 500px) {
  .block .text .headline span {
    font-size: 1.4rem;
  }
}
.block .text .paragraphs {
  margin: 0 auto;
  display: block;
}
.block .text .paragraphs.align-left p {
  text-align: left;
}
.block .text .buttons {
  margin: 1rem auto;
}
.block .text .resmio-button {
  display: inline-block;
}
.block .text .resmio-button a {
  font-family: filson-soft, sans-serif;
  color: white;
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -mox-box-shadow: none;
  font-size: 1rem;
  opacity: 1;
}
.block .text a.button, .block .text .resmio-button a {
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  background-color: #007033;
  margin: 1rem 1rem;
  color: white;
  font-weight: 700;
  display: inline-block;
  transition: background-color 0.5s ease-in-out, background-position 0.5s ease-in-out, color 0.5s ease-in-out;
  background-image: linear-gradient(60deg, white 50%, rgba(0, 112, 51, 0.5) 50%);
  background-size: 300% 100%;
  background-position: 100%;
  background-repeat: no-repeat;
  padding: 1rem 2rem;
}
.block .text a.button:hover, .block .text a.button:active, .block .text a.button:focus, .block .text .resmio-button a:hover, .block .text .resmio-button a:active, .block .text .resmio-button a:focus {
  color: #007033;
  background-color: rgba(255, 255, 255, 0.8);
  background-position: 0%;
}
.block.text {
  padding: 8rem 4rem;
}
@media screen and (max-width: 800px) {
  .block.text {
    padding: 6rem 3rem;
  }
}
@media screen and (max-width: 500px) {
  .block.text {
    padding: 4rem 1rem;
  }
}
.block.text .text {
  color: #707070;
}
.block.sub {
  padding: 20rem 4rem;
}
@media screen and (max-width: 800px) {
  .block.sub {
    padding: 10.5rem 3rem;
  }
}
@media screen and (max-width: 500px) {
  .block.sub {
    padding: 4rem 1rem;
  }
}
.block.sub .text {
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  display: inline-block;
  margin: 0 auto;
  padding: 1rem 8rem;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 800px) {
  .block.sub .text {
    padding: 1rem 3rem;
  }
}
@media screen and (max-width: 500px) {
  .block.sub .text {
    padding: 1rem 1rem;
  }
}
.block.job {
  padding: 0 4rem;
  margin: 8rem 0;
}
@media screen and (max-width: 800px) {
  .block.job {
    padding: 0 3rem;
    margin: 6rem 0;
  }
}
@media screen and (max-width: 500px) {
  .block.job {
    padding: 0 1rem;
    margin: 4rem 0;
  }
}
.block.job .text a.button {
  margin: 0;
}

.logo {
  background-image: url(../media/logo/logo-adelheid-von-hanau.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 26rem;
  height: 32rem;
  display: block;
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 20;
}
@media screen and (max-width: 800px) {
  .logo {
    width: 19.5rem;
    height: 24rem;
  }
}
@media screen and (max-width: 500px) {
  .logo {
    width: 13rem;
    height: 16rem;
  }
}
.logo.no-overlap {
  position: relative;
}

footer {
  background-color: #007033;
  padding: 3rem;
  color: white;
}
footer a, footer span {
  display: inline-block;
  color: white;
  padding: 0.5rem 1rem;
  position: relative;
  background-color: #007033;
  border-top-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
footer a.link-social, footer span.link-social {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
footer a.link-social .fa, footer span.link-social .fa {
  font-size: 2em;
  margin-right: 0.25em;
}
footer a {
  transition: all 0.5s ease-in-out;
}
footer a:hover, footer a:active, footer a:focus {
  color: #007033;
  background-color: white;
}
footer a:hover::after, footer a:active::after, footer a:focus::after {
  width: 100%;
}
footer :last-child {
  margin-bottom: 0;
}

#block-1 {
  padding: 26rem 4rem 16rem;
  margin-top: 16rem;
}
@media screen and (max-width: 800px) {
  #block-1 {
    padding: 19.5rem 3rem 9rem;
    margin-top: 12rem;
  }
}
@media screen and (max-width: 500px) {
  #block-1 {
    padding: 13rem 1rem 4rem;
    margin-top: 8rem;
  }
}
#block-1 .text {
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  max-width: 918px;
  display: block;
  margin: 0 auto;
  padding: 2rem 4rem 4rem;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 800px) {
  #block-1 .text {
    padding: 2rem 3rem 3rem;
  }
}
@media screen and (max-width: 500px) {
  #block-1 .text {
    padding: 2rem 1rem 2rem;
  }
}
#block-1 .text .headline h2 {
  font-size: 6rem;
  line-height: 1.223214em;
}
@media screen and (max-width: 800px) {
  #block-1 .text .headline h2 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 500px) {
  #block-1 .text .headline h2 {
    font-size: 3rem;
  }
}
#block-1 .text .paragraphs {
  max-width: 790px;
}

#text-1 .text {
  display: block;
  margin: 0 auto;
}
#text-1 .text .paragraphs {
  max-width: 868px;
}

#block-2 .text .paragraphs {
  max-width: 530px;
}

#text-2 .text .paragraphs {
  max-width: 600px;
}

#block-3 .text .paragraphs {
  max-width: 544px;
}

/*# sourceMappingURL=main.css.map */
