@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('./_bundle/Roboto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  src: url('./_bundle/RobotoSlab-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Kalam';
  font-style: normal;
  font-weight: 400;
  src: url('./_bundle/Kalam-Regular.ttf') format('truetype');
}

html {
  position: relative;
  min-height: 100%;
}

body {
  background-color: #fbcc23;
  height: 100%;
  padding-bottom: 60px;
  overflow-x: hidden;
}

.wrapper {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: -35px -15px;
  opacity: 1;
  height: 100%;
  width: 30%;
  position: fixed;
  z-index: -10;
}

.saeule {
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: left bottom;
  opacity: 1;
  height: 100%;
  width: 25%;
  position: fixed;
  z-index: -1;
}

.wrapper {
  background-image: url(./_shared/oben_links.svg);
}

.saeule {
  background-image: url(./_shared/saeule.svg);
}

.hd1,
.hd2,
.hd3 {
  background-repeat: no-repeat;
  background-size: auto 80px;
  background-position-y: 5px;
  background-position-x: 5px;
}

.container-fluid {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  margin-bottom: 0px;
  padding: 0 3em;
  overflow-x: hidden;
}

.modul-content {
  margin-top: 0px;
}

.footer {
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  /* background-color: rgba(255, 255, 255, 0.7); */
}

h1 {
  font-family: 'Kalam', cursive;
  text-transform: uppercase;
  padding-top: 10px;
  font-weight: bold;
  font-size: 4.2em;
  text-align: center;
  color: #e44532;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

h2 {
  color: #fff;
  display: inline-block;
  position: relative;
  background-color: transparent;
  font-family: 'Kalam', cursive;
  font-size: 1.7em;
  font-weight: 400;
  text-align: left;
  padding-left: 25px;
}

article {
  background-color: #fff;
  color: #fff;
  margin-bottom: 2em;
  padding-bottom: 5px;
  height: auto;
  min-height: 292px;
  padding-left: 0;
}

article .post-header {
  height: auto;
  padding: 0.5em;
  margin-bottom: 10px;
  background-color: #39a0e5;
}

.row {
  margin-bottom: .2em;
}

article.intro {
  background-color: rgba(0, 0, 0, 0);
  height: auto;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1em;
}

.nav>li {
  font-family: 'Roboto Slab', serif;
  font-size: 1.2em;
  background-color: transparent;
  margin: 5px 0 0 0;
}

.nav>li a {
  padding-left: 25px;
}

a,
a:hover,
a:visited {
  color: #3A4153;
  background-color: rgba(255, 255, 255, 0);
  text-decoration: none;
}

.nav>li>a:hover {
  color: #fff;
  border-radius: 0px;
  background-color: #e44532;
}

.pds-link{
  background-color: transparent;
  margin-bottom: 0px;
  padding-bottom: 12px;
  line-height: 1.5em;
}

.footer-links{
  background-color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1366px) {
  .img-bg2 {
    position: absolute;
    width: 1366px;
    top: 82px;
  }
}

@media (max-width: 1024px) {
  .img-bg2 {
    position: absolute;
    width: 1024px;
    top: 130px;
  }

  h3 {
    margin-top: -5px;
  }

  h2 {
    font-size: 1.8em;
  }
}

@media (max-width: 768px) {
  article {
    height: auto;
  }

  h2 {
    font-size: 1.8em;
  }

  .container-fluid {
    padding: 0 1em;
  }

  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2em;
  }
}

@media (max-width: 640px) {
  h2 {
    font-size: 1.5em;
  }

  h1 {
    font-size: 2.5em;
  }
}
