@import url("//www.klaudio-bagger.de/assets/fonts/FontAwesome/FontAwesome.css");
@import url("//www.klaudio-bagger.de/assets/fonts/source-sans-pro/source-sans-pro.css");
@import url("//www.klaudio-bagger.de/assets/fonts/lato-light/lato-light.css");
html {
  font-size: 12pt;
}

a:link,
a:visited {
  color: #096d06;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

a.fx:before {
  position: absolute;
  content: "";
  bottom: 0.29rem;
  border-bottom: 1px solid #8b0;
  width: 0;
  height: 1px;
  transition: width 0.25s;
}

a.external[href^=http] {
  margin-right: 1.2em;
}

a.external[href^=http]:after {
  content: "\f08e";
  font-family: "FontAwesome";
  font-size: 0.8em;
  margin-left: 0.35em;
  margin-top: 0.1em;
  position: absolute;
}

a.fx:hover:before {
  width: 100%;
}

body {
  margin: 0;
  font-size: 12pt;
  line-height: 1.8rem;
  font-family: "source-sans-pro", arial, helvetica, sans-serif;
  color: #333;
  background: #fff url("//www.klaudio-bagger.de/bundles/klaudiobagger/assets/img/bg.webp");
  background-size: contain;
  background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: "lato-light", arial, helvetica, sans-serif;
  font-weight: 400;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.center {
  text-align: center;
}

.strong {
  font-weight: bold;
}

.mobile-only {
  --reset-display: var(display);
  display: none;
}

@media only screen and (max-width: 64rem) {
  .mobile-only {
    display: unset;
  }
  .desktop-only {
    display: none;
  }
}
@media only screen and (min-width: 64rem) {
  .mobile-only {
    display: none;
  }
  .desktop-only {
    display: unset;
  }
}
html, body {
  height: 100%;
  margin: 0;
}

#hero > .container,
#header > .container,
#teaser > .container,
#content > .container,
#footer > .container {
  margin: 0 auto;
}
@media only screen and (min-width: 100rem) {
  #hero > .container,
  #header > .container,
  #teaser > .container,
  #content > .container,
  #footer > .container {
    max-width: 87.5rem;
  }
}
@media only screen and (max-width: 100rem) {
  #hero > .container,
  #header > .container,
  #teaser > .container,
  #content > .container,
  #footer > .container {
    max-width: 87.5rem;
  }
}
@media only screen and (max-width: 87.5rem) {
  #hero > .container,
  #header > .container,
  #teaser > .container,
  #content > .container,
  #footer > .container {
    max-width: 75rem;
  }
}
@media only screen and (max-width: 80rem) {
  #hero > .container,
  #header > .container,
  #teaser > .container,
  #content > .container,
  #footer > .container {
    max-width: 60rem;
  }
}
@media only screen and (max-width: 64rem) {
  #hero > .container,
  #header > .container,
  #teaser > .container,
  #content > .container,
  #footer > .container {
    max-width: 90vw;
  }
}
@media only screen and (max-width: 37.5rem) {
  #hero > .container,
  #header > .container,
  #teaser > .container,
  #content > .container,
  #footer > .container {
    max-width: 100vw;
  }
}

body {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  max-width: 100%;
}

#sticky-spacer,
#hero,
#header,
#tearer,
#footer {
  flex: 0 0 auto;
  max-width: 100%;
}

#content {
  flex: 1 1 auto;
}
@media only screen and (max-width: 37.5rem) {
  #content > .container {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    overflow: hidden;
  }
}
@media only screen and (max-width: 37.5rem) {
  #content > .container .content {
    width: 100%;
    margin: 0;
    padding: 1rem 0;
    border: none;
  }
}

#hero {
  background: #7bb20d;
  color: #fff;
}
@media only screen and (min-width: 64rem) {
  #hero.sticky {
    transition: position 0.4s, width 0.4s;
    position: fixed;
    width: 100vw;
    z-index: 1000;
  }
}

#header {
  transition: background-color 0.4s, width 0.4s, top 0.4s;
}
@media only screen and (min-width: 64rem) {
  #header.sticky {
    position: fixed;
    width: 100vw;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1000;
    top: 1.8rem;
  }
  #header.sticky .container .logo {
    transition: padding 0.4s, margin-top 0.4s;
    padding: 0 0 1rem 1rem;
    margin-top: -1rem;
  }
}
#header .container {
  padding: 2rem 0 0;
  transition: padding-top 0.4s, height 0.4s;
}
@media only screen and (max-width: 37.5rem) {
  #header .container {
    text-align: center;
    padding: 0.5rem 0 0;
  }
}
#header .container .logo {
  display: inline-block;
  padding: 1.7rem;
  text-align: center;
}
@media only screen and (max-width: 37.5rem) {
  #header .container .logo {
    padding: 1.4rem 0;
  }
}
#header .container .logo img {
  max-width: 21.875rem;
  transition: max-width 0.4s;
}
@media only screen and (max-width: 37.5rem) {
  #header .container .logo img {
    max-width: 15rem;
  }
}

@media only screen and (min-width: 64rem) {
  #sticky-spacer.sticky {
    height: 12.5rem;
  }
}
#nav {
  display: block;
  float: right;
  width: calc(100% - 25rem);
  margin-left: -18.75rem;
  margin-top: 3.6rem;
}
@media only screen and (min-width: 64rem) {
  #nav.sticky {
    margin-top: 0;
  }
}
@media only screen and (max-width: 64rem) {
  #nav {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 1rem;
  }
}
#nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 64rem) {
  #nav ul {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
}
#nav ul li {
  display: inline-block;
  font-family: "lato-light", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 2rem;
}
@media only screen and (max-width: 64rem) {
  #nav ul li {
    padding: 1rem 0;
    margin: 0 1.25rem;
  }
}
#nav ul li:last-child {
  float: right;
}
#nav ul li a {
  color: #444;
}

#teaser {
  position: relative;
  height: 450px;
}
@media only screen and (max-width: 80rem) {
  #teaser {
    height: 280px;
  }
}
@media only screen and (max-width: 64rem) {
  #teaser {
    height: 230px;
  }
}
@media only screen and (max-width: 37.5rem) {
  #teaser {
    height: 180px;
  }
}
@media only screen and (max-width: 20rem) {
  #teaser {
    height: 140px;
  }
}
#teaser > .container {
  height: 100%;
}
@media only screen and (max-width: 20rem) {
  #teaser > .container {
    margin: 0;
    max-width: initial;
  }
}
#teaser > .container .image {
  height: 100%;
}
#teaser > .container .image .image-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 0 12px #333;
}
#teaser > .container .image .image-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: soft-light;
  background: #002aff;
  opacity: 0.25;
}
#teaser > .container .image .image-wrapper img {
  width: 100%;
  -webkit-filter: contrast(107%) grayscale(0%) hue-rotate(0deg) invert(0%) opacity(100%) saturate(185%) sepia(30%);
  filter: contrast(107%) grayscale(0%) hue-rotate(0deg) invert(0%) opacity(100%) saturate(185%) sepia(30%);
  mix-blend-mode: none;
}
@media only screen and (max-width: 37.5rem) {
  #teaser > .container .image .image-wrapper img {
    max-height: 100%;
  }
}

article.article {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.25rem;
  padding: 0.5rem;
  box-shadow: 0 0 12px #aaa;
  width: calc(100% - 1rem);
  margin: 1rem auto;
}
@media only screen and (max-width: 20rem) {
  article.article {
    margin-top: 1rem;
  }
}
article.article > .container {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.5rem;
  padding: 1rem;
  box-shadow: 0 0 12px #aaa;
  border: 1px solid #ddd;
}
@media only screen and (max-width: 20rem) {
  article.article > .container {
    background: none;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    border: none;
  }
}
article.article > .container .heading h1 {
  font-weight: bold;
  font-size: 1.2rem;
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
  border-radius: 0.5rem;
  background: #7bb20d;
  margin: -0.6rem;
  padding: 0.4rem 0.4rem 0.4rem 2rem;
  border-left: 5px #538400 groove;
  border-right: 5px #538400 groove;
  color: #ffffff;
}
article.article > .container .content {
  padding: 1rem 1.8rem;
}

#footer {
  background: rgba(0, 0, 0, 0.7);
  margin-top: 1rem;
  padding: 2rem 0;
}
@media only screen and (max-width: 20rem) {
  #footer {
    padding: 0;
  }
}
#footer .container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 2rem;
}
@media only screen and (max-width: 64rem) {
  #footer .container {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 37.5rem) {
  #footer .container {
    max-width: 100%;
  }
}
#footer .container ul {
  list-style-type: none;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.25rem;
  color: #ccc;
  margin: 0;
  padding: 1rem 2rem 1rem 0.5rem;
  width: 100%;
}
@media only screen and (max-width: 37.5rem) {
  #footer .container ul {
    padding: 1rem 0 1rem 0;
    width: 93%;
  }
}
#footer .container ul li {
  font-family: "lato-light", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  margin-left: 2rem;
  flex: 1 1 auto;
}
#footer .container ul li h4 {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#footer .container ul li .fa-dot-circle-o {
  font-size: 0.8em;
  color: #7bb20d;
  padding-right: 0.7rem;
}
#footer .container ul li a {
  color: #fff;
}
#footer .container ul li a:visited, #footer .container ul li a:link {
  color: #fff;
}
#footer .container ul li .icon {
  display: inline-block;
  text-align: right;
  width: 1rem;
  padding-right: 1rem;
}

#about-us-image {
  max-width: 50vw;
  padding: 0 0 1rem 1rem;
}
@media only screen and (max-width: 37.5rem) {
  #about-us-image {
    max-width: 100%;
    padding: 0;
  }
}

.content.gallery img {
  max-width: 100%;
}
.content.gallery .row {
  column-count: 2;
}
@media only screen and (max-width: 80rem) {
  .content.gallery {
    width: 100%;
    margin-right: 0;
  }
  .content.gallery img {
    max-width: 92%;
  }
  .content.gallery .row {
    column-count: 1;
  }
}

.pager {
  text-align: center;
  vertical-align: top;
  margin: 2rem 0;
}

.pager a, .pager a:visited, .pager a:active, .pager a:hover, .pager a:focus {
  display: inline-block;
  font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
  padding: 0.2rem 0.5rem;
  background: #538400;
  border-radius: 3px;
  color: #000;
  margin-right: 1.5rem;
}

.pager a:last-child {
  margin-right: 0;
}

.gallerypager {
    text-align: center;
    vertical-align: top;
    margin: 2rem 0;
}

.gallerypager a {
    display: inline-block;
    font-family: "source-sans-pro", Arial, Helvetica, sans-serif;
    padding: .1rem 1rem;
    background: #c4cab5;
    border: 1px solid #333;
    border-radius: 3px;
    color: #333;
    margin-right: 1.5rem;
}

.gallerypager a:last-child {
    margin-right: 0;
}

.gallerypager a.active {
    background: #98c349;
}