html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1.2; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@-webkit-keyframes bgscroll {
  0% {
    background-position: left top; }
  5% {
    background-position: left top; }
  50% {
    background-position: right bottom; }
  55% {
    background-position: right bottom; }
  100% {
    background-position: left top; } }

@keyframes bgscroll {
  0% {
    background-position: left top; }
  5% {
    background-position: left top; }
  50% {
    background-position: right bottom; }
  55% {
    background-position: right bottom; }
  100% {
    background-position: left top; } }

body {
  background-color: #e8e4d8; }

a {
  text-decoration: none;
  font-family: "PT Sans Narrow", "Calibri", "Helvetica Neue", "sans-serif";
  color: #c87741; }
  @media screen and (min-width: 769px) {
    a {
      transition: 0.3s ease; }
      a:hover {
        color: #36637c; } }

h1, h2, h3 {
  font-family: 'Chela One', 'cursive';
  text-decoration: none;
  font-weight: 400;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }
  @media screen and (min-width: 769px) {
    h1, h2, h3 {
      hyphens: unset;
      -webkit-hyphens: unset;
      -ms-hyphens: unset; } }

h1 {
  color: black;
  text-align: center;
  font-size: 2.5rem;
  padding: 2rem; }
  @media screen and (min-width: 769px) {
    h1 {
      font-size: 4.5rem; } }

h2 {
  color: #111;
  font-size: 2.2rem; }
  @media screen and (min-width: 769px) {
    h2 {
      font-size: 2.5rem; } }

h3 {
  font-size: 1.9rem;
  line-height: 1em; }
  @media screen and (min-width: 769px) {
    h3 {
      font-size: 2.3rem; } }

h4 {
  font-size: 1.4rem;
  font-family: "PT Sans Narrow", "Calibri", "Helvetica Neue", "sans-serif";
  color: #111; }
  @media screen and (min-width: 769px) {
    h4 {
      font-size: 1.7rem; } }

.sectwhite {
  background-color: #fafafa;
  box-shadow: 0 0 3px rgba(10, 10, 10, 0.15);
  padding: 2.5rem 6%;
  margin: 0 auto; }
  @media screen and (min-width: 769px) {
    .sectwhite {
      padding: 8vh 10%; } }

.sectgray {
  margin: 0 auto;
  width: 100%; }

.sectdark {
  background-color: #1b1b1b;
  color: #B0B9BF;
  padding: 2.5rem 6%; }
  @media screen and (min-width: 769px) {
    .sectdark {
      padding: 8vh 10%; } }
  .sectdark * {
    max-width: 1100px;
    margin: auto; }

.modulespace {
  height: 0.8rem; }
  @media screen and (min-width: 769px) {
    .modulespace {
      height: 2rem; } }

#logo {
  margin: 0 auto;
  width: 100%;
  text-align: center; }
  #logo img {
    margin: 0 auto;
    width: 80%;
    max-width: 600px;
    max-height: 30vh; }
  @media screen and (min-width: 769px) {
    #logo {
      max-width: 1100px;
      max-height: 25vh; } }

.projlogo-wrapper {
  width: 100%;
  text-align: center; }

.projlogo-img {
  margin: 0 auto;
  max-width: 80%;
  max-height: 14rem; }
  @media screen and (min-width: 769px) {
    .projlogo-img {
      max-width: 20rem; } }

.greetbgwrapper {
  display: flex;
  background-position: left top;
  -webkit-animation: bgscroll 30s infinite;
  animation: bgscroll 30s infinite;
  text-align: center;
  height: 65vh;
  background-size: cover;
  background-color: #1b1b1b; }

.homegreetbgwrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background-size: cover;
  -webkit-animation: bgscroll 30s infinite;
  animation: bgscroll 30s infinite; }

.startbutton {
  width: 100%;
  text-align: center; }
  .startbutton p {
    width: 80%;
    max-width: 17rem;
    margin: 0.8rem auto;
    background-color: #c87741;
    border-radius: 3px;
    padding: 5px;
    color: #fafafa !important; }
    @media screen and (min-width: 769px) {
      .startbutton p {
        margin: 2rem auto;
        transition: 0.3s ease; }
        .startbutton p:hover {
          background-color: #36637c; } }

.page-headline {
  text-align: center;
  width: 100%;
  margin: auto 0 0;
  background-color: rgba(252, 251, 247, 0.8);
  padding: 0 .8rem; }

.backbuttons {
  display: flex;
  width: 80%;
  max-width: 240px;
  height: 3rem;
  margin: .6rem auto; }

.backbutton {
  background-color: #c87741;
  background-size: auto 1.5rem;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 3px;
  width: 50%;
  margin: 0 .6rem; }
  @media screen and (min-width: 769px) {
    .backbutton:hover {
      background-color: #36637c; } }

p {
  font-family: "PT Sans Narrow", "Calibri", "Helvetica Neue", "sans-serif"; }

.pbig {
  font-family: "PT Sans Narrow", "Calibri", "Helvetica Neue", "sans-serif";
  color: #111;
  font-size: 1.5rem;
  margin: auto;
  max-width: 1100px; }
  @media screen and (min-width: 769px) {
    .pbig {
      font-size: 1.8rem; } }

.ptext, .subpage-introtext p, .descr-text p {
  font-family: "PT Sans Narrow", "Calibri", "Helvetica Neue", "sans-serif";
  color: #323135;
  font-weight: 400;
  font-size: 1.25rem; }
  @media screen and (min-width: 769px) {
    .ptext, .subpage-introtext p, .descr-text p {
      font-size: 1.4rem;
      max-width: 1100px;
      margin: auto; } }

.descr-text p {
  padding: 22px;
  background-color: #fafafa; }

@media screen and (min-width: 769px) {
  .subpage-introtext p {
    columns: 2;
    columngap: 2rem; } }

.portrait-pic {
  background-size: cover;
  background-position: center;
  border-radius: 3px;
  height: 100%;
  height: 20rem; }
  @media screen and (min-width: 769px) {
    .portrait-pic {
      height: 25rem; } }

.person-description {
  display: block; }
  .person-description h2 {
    line-height: 100%;
    text-align: center; }
  .person-description .ptext {
    text-align: left !important;
    margin: 1.5rem 0; }
  @media screen and (max-width: 440px) {
    .person-description .ptext {
      margin: 1.5rem 0 !important; } }
  @media screen and (min-width: 769px) {
    .person-description h2 {
      text-align: left; }
    .person-description .ptext {
      margin: 1.5rem 0 !important; } }

.person {
  grid-gap: 2rem !important; }

.twocol {
  display: grid;
  grid-template-columns: 100%;
  max-width: 22em;
  overflow: hidden;
  margin: auto; }
  @media screen and (min-width: 769px) {
    .twocol {
      grid-template-columns: 1fr 1fr;
      grid-auto-rows: 1fr;
      grid-column-gap: 2rem;
      max-width: 1100px; } }
  .twocol .ptext {
    text-align: center;
    margin: 0 0 2rem 0; }
    @media screen and (min-width: 769px) {
      .twocol .ptext {
        margin: 0; } }
  @media screen and (max-width: 400px) {
    .twocol .ptext {
      margin: 0; } }

.buttons {
  display: block; }
  @media screen and (max-width: 400px) {
    .buttons {
      margin: .8rem 0; } }
  .buttons .onebutton {
    display: grid;
    width: 100%;
    grid-template-columns: 3rem 1fr;
    background-color: #9f9f9f;
    border-radius: 3px;
    margin: 0 0 0.8rem 0;
    min-height: 50px; }
    .buttons .onebutton .buttonimgwrapper {
      display: flex;
      justify-content: center;
      background-color: rgba(0, 0, 0, 0.2); }
      .buttons .onebutton .buttonimgwrapper img {
        display: block;
        max-height: 24px;
        max-width: 50%;
        margin: auto; }
    .buttons .onebutton p {
      font-size: 1.1rem;
      margin: auto 8px;
      color: white; }
    @media screen and (min-width: 769px) {
      .buttons .onebutton p {
        font-size: 1.3rem; } }
  .buttons a.onebutton {
    background-color: #c87741; }
    @media screen and (min-width: 769px) {
      .buttons a.onebutton:hover {
        background-color: #36637c; } }

.manualnav-link {
  padding: 0.8rem; }
  .manualnav-link p {
    color: #111;
    font-size: 1.5rem; }
  @media screen and (min-width: 769px) {
    .manualnav-link:hover {
      background: #36637c; } }

.navgrid {
  grid-gap: 2rem; }

.formularwrapper {
  margin: 0 auto;
  width: 100%; }
  @media screen and (min-width: 769px) {
    .formularwrapper {
      max-width: 24rem;
      min-width: 10rem; } }
  .formularwrapper .ptext {
    text-align: left; }
  .formularwrapper .textfeld, .formularwrapper textarea {
    font-family: "PT Sans Narrow", "Calibri", "Helvetica Neue", "sans-serif";
    color: #323135;
    font-weight: 400;
    font-size: 1.25rem;
    min-height: 2rem;
    width: 100%;
    margin: 0 0 1.5rem;
    padding: .5rem;
    border: none;
    box-shadow: inset 0 2px 4px rgba(10, 10, 10, 0.2);
    border-radius: 3px; }
    @media screen and (min-width: 769px) {
      .formularwrapper .textfeld, .formularwrapper textarea {
        font-size: 1.4rem;
        max-width: 1100px;
        margin: auto; } }
    @media screen and (min-width: 769px) {
      .formularwrapper .textfeld, .formularwrapper textarea {
        margin: 0 0 1.5rem; } }
  .formularwrapper textarea {
    min-height: 9rem;
    max-width: 100%;
    min-width: 15rem; }
  .formularwrapper .pushbutton {
    padding: .5rem;
    margin: .5rem 0;
    width: 100%;
    max-width: 22em;
    border: none;
    color: #fafafa;
    font-family: "PT Sans Narrow", "Calibri", "Helvetica Neue", "sans-serif";
    font-size: 1.1rem;
    background-color: #ad6b98;
    border-radius: 3px; }
    @media screen and (min-width: 769px) {
      .formularwrapper .pushbutton {
        transition: 0.3s ease;
        font-size: 1.5rem; }
        .formularwrapper .pushbutton:hover {
          background-color: #36637c; } }

.textdiv {
  grid-gap: 2rem;
  text-align: center; }

.textitem {
  margin: 0 auto; }
  .textitem h3 {
    border-bottom: 2px solid #c87741;
    padding-bottom: 0.8rem;
    margin-bottom: 0.8rem;
    text-align: center; }
    @media screen and (min-width: 769px) {
      .textitem h3 {
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem; } }
  .textitem .ptext {
    text-align: center; }
  .textitem img {
    max-height: 3.5rem;
    margin-bottom: 0.8rem; }
  @media screen and (min-width: 769px) {
    .textitem {
      max-width: 22em; }
      .textitem img {
        margin-bottom: 1.5rem; } }

.imgtext {
  height: 60vh;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .imgtext img {
    margin: 0 auto;
    width: 100%; }

@media screen and (min-width: 769px) {
  .imgschmal {
    max-width: 1100px; } }

.subpagecard {
  padding: 1rem;
  border-left: 1rem solid #ad6b98;
  border-color: #c87741; }

@media screen and (min-width: 769px) {
  .clickable-subpagecard {
    transition: 0.3s ease; }
    .clickable-subpagecard:hover {
      border-color: #36637c;
      box-shadow: inset 0 2px 4px rgba(10, 10, 10, 0.2);
      background-color: #e8e4d8; } }

.swiper-container {
  height: 85vh; }
  .swiper-container *:focus {
    outline: none; }
  @media screen and (min-width: 769px) {
    .swiper-container {
      height: 75vh; } }

.videowrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }
  .videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    align: middle;
    width: 100%;
    height: 100%;
    border: 0; }
  @media screen and (min-width: 1100px) {
    .videowrapper {
      max-width: 1100px;
      padding-top: 618.75px;
      margin: 0 auto; } }

@media screen and (min-width: 769px) {
  .small-iframewrapper {
    max-width: 1100px;
    margin: 0 auto; } }

.fullwidth-iframewrapper {
  width: 100%;
  height: 75vh; }
  @media screen and (min-width: 769px) {
    .fullwidth-iframewrapper {
      height: 50vh; } }

.progressbar-wrapper {
  max-width: 1100px;
  margin: 0 auto 2rem; }
  .progressbar-wrapper h4 {
    padding: 0; }

.progressbar {
  z-index: 99;
  height: 30px;
  overflow: hidden;
  display: grid;
  width: 100%;
  column-gap: 0;
  margin: 10px 0;
  border-radius: 3px; }
  .progressbar .percent-full {
    overflow: visible;
    background-color: #ad6b98; }
  .progressbar .percent-empty {
    background-color: #B0B9BF; }
  .progressbar .ptext {
    margin: 0; }
  @media screen and (min-width: 769px) {
    .progressbar {
      height: 40px; } }

.percentage {
  text-align: center;
  z-index: 100;
  margin: -35px 0 0.8rem;
  width: 100%;
  color: #fafafa;
  text-shadow: 0 1px 3px rgba(10, 10, 10, 0.8); }
  @media screen and (min-width: 769px) {
    .percentage {
      margin: -44px 0 0.8rem;
      font-size: 1.3rem; } }

.backtop {
  text-align: center;
  display: flex; }
  .backtop a {
    color: #323135;
    text-align: center;
    font-size: 1.5rem;
    border-radius: 3px;
    text-align: center;
    padding: .8rem 0;
    width: 100%; }
    @media screen and (min-width: 769px) {
      .backtop a {
        color: #323135;
        transition: 0.3s ease; }
        .backtop a:hover {
          background-color: #fafafa;
          color: #111; } }
