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

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('./_bundle/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('./_bundle/OpenSans-Italic.ttf') format('truetype');
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('./_bundle/OpenSans-Bold.ttf') format('truetype');
}

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

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

body {
  background-image: url(./_shared/drachenwand_hans_gude_sepia.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0% 0%;
  font-family: 'Open Sans';
  height: 100%;
  padding-bottom: 60px;
}


p a {
  color: white;
  text-decoration: none;
}

p a:hover {
  color: rgba(255, 255, 255, 0.842);
  text-decoration: underline;
}

.container-fluid {
  font-size: 1.1em;
  margin: 0 auto;
  max-width: 1280px;
}


article {
  position: relative;
}



article {
  border: 4px solid #fff;
  background-color: #5cafb9cc;
  margin-bottom: 12px;
}

article a {
  color: #fff;
  text-decoration: none;
}

article a:hover {
  color: #971727;
}

a:hover {
  text-decoration: none;
}

.list-group {
  margin-bottom: 0px;
}

.row {
  padding-top: 120px;
  max-width: 1024px;
  margin: 0 auto;
}

#nav-top {
  text-align: center;
}

#nav-top h1 {
  font-family: 'Roboto Slab', serif;
  color: #971727;
  /* background-color: #fff; */
  font-size: 4em;
  padding: 12px 12px;
  text-transform: uppercase;
  width: auto;
  display: inline;
  text-align: center;
  letter-spacing: 10px;
  font-weight: 400;
}

h2 {
  font-family: 'Roboto Slab', serif;
  color: #65726b;
  font-weight: 400;
}


p {
  color: white;
}



article .post-excerpt {
  padding: 0 0em;
}

.footer {
  color: white;
  padding-top: 0.7em;
  background-color: transparent;
  padding-bottom: 0px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.footer a {
  color: white;
}

.footer a:hover {
  text-decoration: underline;
}

ol.nav {
  margin-top: 1em;
  list-style-type: none;
  margin-left: 0em;
}

.nav-pills>li>a {
  border-radius: 0px;
}



#nav-top {
  background-color: rgba(0, 0, 0, 0);
  border: 0px;
  padding-top: 3em;
}


.nav>li>a {
  padding: 10px 15px;
  font-size: 1.2em;
}


.row {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 50px;
}

.row::before {
  display: flex;
  flex-flow: row wrap;
}

article {
  height: auto;
}

.copy {
  text-align: center;
  background-color: #5cafb9cc;
  padding: 8px;
  font-size: 13px;
}



.btn-primary,
.btn-primary:visited,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  color: #ddd;
  background-color: #e9ad4c !important;
  color: #000 !important;
  border-color: transparent;
  border-radius: 12px;
}

.btn-default,
.btn-default:visited,
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  border-radius: 12px;
}

.pds-link{
  padding-top: 24px;
  text-align: center;
}

@media (max-width: 960px) {
  h1 {
    font-size: 2.2em !important;
  }

  h2 {
    font-size: 1.5em !important;
  }

  .row {
    padding-top: 60px;
  }

}


@media (max-width: 768px) {
  h1 {
    font-size: 2em !important;
  }

  h2 {
    font-size: 1.3em !important;
  }

  .row {
    padding-top: 40px;
  }

  .nav>li>a {
    font-size: 1em;
  }
}

@media (min-aspect-ratio: 16/9) {
  body {
      background-size: 120% auto;
    }
}

@media (max-aspect-ratio: 8/5) {
  body {
      background-size: auto 120%;
    }
}

