body {
  font-family: "Nunito", sans-serif;
  font-size: 1.2em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto Slab", serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h5 {
  font-weight: 200;
}

strong {
  font-weight: 600;
}

iframe {
  width: 100%;
}

a {
  color: #000;
}

hr {
  border: 1px solid #000;
}

.container > .left {
  background-image: url("../img/johanna.jpg");
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  height: 350px;
}

.container > .right > .content {
  padding: 50px;
}

.container > .right > .content > .headline {
  text-align: center;
  margin-bottom: 50px;
}

.container > .right > .content > .headline > * {
  margin-top: 10px;
}

.container > .right > .content > .headline::after {
  display: block;
  content: "";
  background: #f5f02b;
  height: 3px;
  margin-top: 5px;
  margin: auto;
  transition: all 3s;
  animation: slideIn 1s normal forwards;
}

.container > .right > .content > .text:first-child {
  margin-top: 0;
}

.container > .right > .content > .text {
  margin-top: 75px;
}

.container > .right > .content > .text > p {
  line-height: 1.7em;
}

.container > .right > .content > .text > h3 {
  text-align: center;
}

.container > .right > .content > .text > a {
  text-decoration: none;
}

.container > .right > .content > .text > .adress {
  margin: auto;
  text-align: center;
  line-height: 1.7em;
}

@media (min-width: 850px) {
  .container {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
  }

  .container > .left {
    min-width: 450px;
    height: 100vh;
  }

  .container > .right {
    background: #fff;
    overflow-y: auto;
    width: 100%;
  }
}

@media (min-width: 1024px) {
  .container > .left {
    min-width: 550px;
    height: 100vh;
  }
}

@media (min-width: 1300px) {
  .container > .right > .content > .text {
    margin-left: auto;
    margin-right: auto;
    width: 650px;
  }
}

.button {
  margin: auto;
  background-color: #f5f02b;
  color: #000;
  font-weight: 600;
  border-radius: 3px;
  padding: 15px;
  text-align: center;
  max-width: 180px;
  margin-bottom: 25px;
  transition: all 0.4s;
}

.button:hover {
  background-color: #fffb5f;
}

footer {
  text-align: right;
  margin-top: 45px;
}

footer > a {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #000;
}

.impressum {
  padding: 50px;
  max-width: 1024px;
  line-height: 1.5em;
}

@keyframes slideIn {
  0% {
    width: 0;
  }
  100% {
    width: 250px;
  }
}

.notification-wrapper {
  padding: 25px;
  background-color: #f5f02b;
  line-height: 30px;
}

.notification-wrapper h3,
.notification-wrapper p {
  margin: 0;
  text-align: center;
}

.notification-wrapper p {
  margin-top: 20px;
}
