body {
  font-family: Jost, futura-pt, Montserrat, sans-serif;
}

h1 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

p {
  font-size: 1.25rem;
  font-weight: 400;
}

.container {
  max-width: 960px;
}

.main {
    margin-right: 0px;
}

.main a:not(.btn), .imprint a {
  color: inherit;
  text-decoration: underline solid;
}
.main a:not(.btn):hover, .imprint a:hover {
  opacity: 0.9;
  text-decoration: underline wavy;
}

img {
  max-width: 100%;
}

.bg-lightblue {
  background-color: rgb(101, 158, 166);
}
.bg-lightrose {
  background-color: rgb(201, 119, 111);
  color: #fff !important;
}
.bg-lightyellow {
  background-color: rgb(239, 182, 88);
}
.bg-lightred {
  background-color: rgba(167,81,110,1);
}
.bg-darkblue {
  background-color: rgb(19, 69, 100);
  color: #fff !important;
}

.btn {
  border-radius: 2rem;
  margin-top: 1px;
  margin-bottom: 1px;
}
.btn-green {
  background-color: #005656;
}
.btn-red {
  background-color: #533b57;
}

.pdf-container {
  min-height: calc(100vh - 50px);
  display: flex;
  flex-direction: column;
}
.pdf-container > iframe {
  flex: 1;
}

.small {
  font-size: 1rem;
}

.warning {
    margin: 1rem;
    padding: 1ex;
    background-color: rgb(239, 182, 88);
    color: black;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

.Lesen .lesen,
.Vertiefen .vertiefen,
.Handbuch .handbuch {
  color: #eee;
}

.Vertiefen .spendenblock {
  position: sticky;
  top: 100px;
}

a[name]:not([name='']) {
    position: relative;
    top: -50px;
    visibility: hidden;
}

.imprint {
  display: flex;
  align-items: end;
}
.imprint small {
  margin-bottom: 1rem;
}

.foerderlogos p {
  display: flex;
  align-items: center;
}
.foerderlogos img {
  flex: 1;
  margin: 1rem;
}

/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}
