@charset "UTF-8";
/* -------------------------------------- variables & other ------------------------------------- */
body {
  padding-bottom: 30px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: black;
  background: #cfcfcf url(img/bg.png) no-repeat center top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* ------------------------------------------- header ------------------------------------------- */
  /* ------------------------------------------- content ------------------------------------------ */
  /* ------------------------------------------- footer ------------------------------------------- */
}
body a {
  outline: none !important;
}
body .fancybox-navigation {
  top: 50%;
}
body > .header-wrapper {
  max-width: 1260px;
  margin: 0 auto;
  padding: 30px 20px 0 20px;
}
body > .header-wrapper > header {
  padding-bottom: 30px;
  border-bottom: 1px solid white;
}
body > .header-wrapper > header .logo {
  display: block;
  width: 260px;
  height: 64px;
  background: url(img/logo.svg) no-repeat;
  font-size: 0;
  text-indent: -999999;
}
body > .header-wrapper > header .hamburger {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 100;
  outline: none;
}
body > .header-wrapper > header .hamburger.is-active {
  position: fixed;
  top: 30px;
  right: 20px;
}
body > .header-wrapper > header > .mainmenu-wrapper {
  visibility: hidden;
  position: fixed;
  top: 0px;
  right: 0px;
  width: 0px;
  bottom: 0px;
  background-color: white;
  transition: width 0.5s;
  z-index: 10;
}
body > .header-wrapper > header > .mainmenu-wrapper.active {
  visibility: visible;
  width: 280px;
}
body > .header-wrapper > header > .mainmenu-wrapper > ul.menu {
  position: relative;
  margin-top: 60px;
}
body > .header-wrapper > header > .mainmenu-wrapper > ul.menu > li {
  display: block;
  padding: 15px;
}
body > .header-wrapper > header > .mainmenu-wrapper > ul.menu > li > a {
  color: black;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
}
body > .header-wrapper > header > .mainmenu-wrapper > ul.menu > li.current-menu-item > a {
  font-weight: bold;
}
body > .header-wrapper > header > .mainmenu-wrapper > ul.menu > li.instagram > a {
  display: block;
  width: 34px;
  height: 34px;
  background: url(img/instagram.svg) no-repeat;
  font-size: 0;
  text-indent: -999999;
}
body.admin-bar > .header-wrapper > header > .mainmenu-wrapper.is-active {
  top: 32px;
}
body.admin-bar > .header-wrapper > header > .hamburger.is-active {
  top: 62px;
}
body > .content {
  max-width: 1260px;
  margin: 0 auto;
  padding: 30px 20px 20px 20px;
}
body > .content a {
  color: #cd1719;
  text-decoration: none;
}
body > .content strong, body > .content b {
  font-weight: bold;
}
body > .content h1 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}
body > .content h2 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: normal;
}
body > .content hr {
  height: 1px;
  margin: 15px 0;
  border: none;
  background-color: black;
}
body > .content ul:not(.no-style) {
  padding-left: 23px;
}
body > .content ul:not(.no-style) > li {
  list-style: none;
  font-style: italic;
  margin-bottom: 10px;
}
body > .content ul:not(.no-style) > li::before {
  content: "•";
  position: absolute;
  top: -3px;
  left: -23px;
  color: #cd1719;
  font-weight: bold;
  font-size: 18px;
}
body > .content ol:not(.no-style) {
  counter-reset: article-counter;
  overflow: auto;
}
body > .content ol:not(.no-style) > li {
  margin-bottom: 10px;
  padding-left: 16px;
}
body > .content ol:not(.no-style) > li:before {
  content: counter(article-counter) ".";
  counter-increment: article-counter;
  position: absolute;
  left: 0px;
  padding-right: 5px;
  color: #cd1719;
  font-weight: 600;
}
body > .content .alignleft {
  float: left;
}
body > .content .alignright {
  float: right;
}
body > .content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body > .content img:not(.no-scale) {
  max-width: 100%;
  height: auto;
}
body > .content .wp-caption .wp-caption-text {
  padding: 10px 30px 10px 30px;
  color: white;
  background-color: #cd1719;
  text-transform: uppercase;
}
body > .content > .notes > li {
  margin: 60px 0;
  padding: 30px 0;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
body > .content > .notes > li:before, body > .content > .notes > li:after {
  content: "•";
  position: absolute;
  top: -8px;
  left: 50%;
  margin-left: -5px;
  color: #cd1719;
  font-size: 14px;
  line-height: 14px;
}
body > .content > .notes > li:after {
  top: auto;
  bottom: -7px;
}
body > .content > .notes > li > .gridWrapper {
  margin: -15px;
}
body > .content > .notes > li > .gridWrapper > .grid {
  padding: 15px;
}
body > .content > section.cf-block {
  margin-bottom: 60px;
  /* imgcontent */
  /* painting */
  /* paintings */
}
body > .content > section.cf-block.imgcontent > .gridWrapper {
  margin: -15px;
}
body > .content > section.cf-block.imgcontent > .gridWrapper > .grid {
  padding: 15px;
}
body > .content > section.cf-block.painting > article {
  max-width: 415px;
  margin: 0 auto;
}
body > .content > section.cf-block.painting > article .overlay {
  visibility: hidden;
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  border: 1px solid white;
  color: black;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
body > .content > section.cf-block.painting > article .overlay > .content {
  top: 50%;
  transform: translateY(-50%);
}
body > .content > section.cf-block.painting > article .overlay > .content > .category {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}
body > .content > section.cf-block.painting > article:hover .overlay {
  visibility: visible;
}
body > .content > section.cf-block.paintings > .gridWrapper {
  margin: -15px;
}
body > .content > section.cf-block.paintings > .gridWrapper > .grid {
  padding: 15px;
}
body > .content > section.cf-block.paintings > .gridWrapper > .grid .overlay {
  visibility: hidden;
  position: absolute;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  border: 1px solid white;
  color: black;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
body > .content > section.cf-block.paintings > .gridWrapper > .grid .overlay > .content {
  top: 50%;
  transform: translateY(-50%);
}
body > .content > section.cf-block.paintings > .gridWrapper > .grid .overlay > .content > .category {
  display: block;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}
body > .content > section.cf-block.paintings > .gridWrapper > .grid:hover .overlay {
  visibility: visible;
}
body > footer {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
}
body > footer > .call-to-action {
  margin: 0 40px 80px 0;
  padding: 15px 60px 15px 30px;
  background-color: white;
  font-size: 20px;
}
body > footer > .call-to-action:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -40px;
  width: 92px;
  height: 95px;
  margin-top: -47px;
  background: url(img/wunschbild.svg);
}
body > footer > .call-to-action strong {
  color: #cd1719;
}
body > footer > .footermenu-wrapper {
  padding-top: 15px;
  border-top: 1px solid white;
}
body > footer > .footermenu-wrapper > ul.menu {
  text-align: center;
}
body > footer > .footermenu-wrapper > ul.menu > li {
  display: inline-block;
  padding: 0 15px;
}
body > footer > .footermenu-wrapper > ul.menu > li > a {
  color: black;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

/* ------------------------------------ std_small_width [sm] ------------------------------------ */
/* --------------------------------- std_middle_small_width [ms] -------------------------------- */
@media screen and (min-width: 786px) {
  body > .header-wrapper > header .logo {
    width: 415px;
    height: 102px;
    margin: 0 auto;
  }
}
/* --------------------------------- std_middle_large_width [md] -------------------------------- */
/* ------------------------------------ std_large_width [lg] ------------------------------------ */
@media screen and (min-width: 1025px) {
  body > .header-wrapper > header {
    padding-bottom: 0;
  }
  body > .header-wrapper > header > .hamburger {
    display: none;
  }
  body > .header-wrapper > header > .mainmenu-wrapper {
    visibility: visible;
    position: relative;
    width: 100%;
    background: none;
    transition: none;
    margin-top: 30px;
    border-top: 1px solid white;
  }
  body > .header-wrapper > header > .mainmenu-wrapper > ul.menu {
    text-align: center;
    margin-top: 0;
    padding-left: 44px;
  }
  body > .header-wrapper > header > .mainmenu-wrapper > ul.menu > li {
    display: inline-block;
    padding: 15px 50px;
  }
  body > .header-wrapper > header > .mainmenu-wrapper > ul.menu > li.current-menu-item {
    position: relative;
  }
  body > .header-wrapper > header > .mainmenu-wrapper > ul.menu > li.current-menu-item:before, body > .header-wrapper > header > .mainmenu-wrapper > ul.menu > li.current-menu-item:after {
    content: "•";
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -5px;
    color: #cd1719;
    font-size: 14px;
    line-height: 14px;
  }
  body > .header-wrapper > header > .mainmenu-wrapper > ul.menu > li.current-menu-item:after {
    top: auto;
    bottom: -7px;
  }
  body > .header-wrapper > header > .mainmenu-wrapper > ul.menu > li.instagram {
    float: right;
    margin-right: 10px;
    padding: 10px 0;
  }
}
/* --------------------------------- std_extra_large_width [xl] --------------------------------- */

/*# sourceMappingURL=stechemesser.css.map */
