.disabled {
  display: none !important;
}

body {
  margin: 0;
}

main>.paragraph {
  background-image: linear-gradient(to right, #ffffff00, #c4ddeb, #c4ddeb, #c4ddeb, #ffffff00);
  padding-left: 25%;
  padding-right: 25%;
  padding-top: 1em;
  padding-bottom: 3em;
  margin-top: 8%;
}

main>h3 {
  margin-left: 25%;
}

h1 {
  margin-left: 5%;
  color: white;
}

a:hover {
  text-decoration: underline;
  color: #857a7a;
  cursor: default;
}

a:active {
  text-decoration: none;
  color: inherit;
  cursor: default;
}

main>div>img {
  float: right;
  margin-top: 20px;
}

p>a {
  text-decoration: underline;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: default;
}

.navigation {
  position: sticky;
  top: 0px;
  background: white;
  height: 20px;
  padding: 10px;
  display: flex;
  justify-content: space-around;
  box-shadow: 2px 2px 13px 7px #0000002e;
}

#impressum, #datenschutz {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000AA;
}

.impressum-flex, .datenschutz-flex {
  background: white;
  height: 75%;
  width: 75%;
  overflow-y: scroll;
  padding: 1em;
  border-radius: 10px;
}

.close-div {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 87%;
  top: 9%;
  background: #ffffff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  font-weight: bold;
}

html {
  background-image: url(../static/background2.jpg);
  background-size: cover;
}

footer {
  position: fixed;
  bottom: 0;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  background: white;
  height: 50px;
  border-top: 1px solid;
  border-top-color: darkgray;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  box-shadow: 2px 2px 13px 7px #0000002e;
}

footer>hr {
  display: none;
}


@media (max-width: 600px) {
  #open-impressum {
    padding-top: 1em;
  }

  footer {
    flex-direction: column;
    height: 100px;
  }

  footer>hr {
    display: block;
    border-bottom: 0px solid;
    border-bottom-color: darkgray;
    width: 80%;
  }

  main>.paragraph {
    padding: 1em;
    background: #c4ddeb;
    background-image: none;
    padding-bottom: 100px;
  }

  main>h3 {
    margin-left: 1em;
  }
}
