@charset "UTF-8";
@font-face {
  font-family: "lt_streetway_neue";
  src: url("../fonts/ltstreetwayneue-light.woff2") format("woff2"), url("../fonts/ltstreetwayneue-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "lt_streetway_neue";
  src: url("../fonts/ltstreetwayneue-lightitalic.woff2") format("woff2"), url("../fonts/ltstreetwayneue-lightitalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "lt_streetway_neue";
  src: url("../fonts/ltstreetwayneue-regular.woff2") format("woff2"), url("../fonts/ltstreetwayneue-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "lt_streetway_neue";
  src: url("../fonts/ltstreetwayneue-semibold.woff2") format("woff2"), url("../fonts/ltstreetwayneue-semibold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "lt_streetway_neue";
  src: url("../fonts/ltstreetwayneue-bold.woff2") format("woff2"), url("../fonts/ltstreetwayneue-bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "lt_streetway_neue";
  src: url("../fonts/ltstreetwayneue-black.woff2") format("woff2"), url("../fonts/ltstreetwayneue-black.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "km-icons";
  src: url("../fonts/km-icons.woff2?53719555") format("woff2"), url("../fonts/km-icons.ttf?53719555") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html, body {
  font: normal 400 16px/1.3 lt_streetway_neue, sans-serif;
  letter-spacing: 0.04em;
  color: #555555;
  text-align: center;
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

strong {
  font-weight: 500;
}

h1 {
  font-size: 1.6rem;
}

p, address, li {
  font-weight: 300;
  font-style: normal;
  hyphens: auto;
}

a {
  color: #0C682F;
  text-decoration: none;
}

a.marker {
  color: inherit;
  text-decoration: none;
  position: relative;
  box-shadow: inset 0 0 0 0 #0C682F;
  transition: box-shadow 0.6s ease-in-out, color 0.6s ease-in-out;
}
a.marker:hover, a.marker:focus {
  color: white;
  box-shadow: inset 500px 0 0 0 #0C682F;
}
a.marker:focus {
  outline: auto;
}

.btn {
  text-decoration: none;
  background: #0C682F;
  color: white;
  font-weight: 500;
  border-radius: 10px;
  padding: 0.7em 1em;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  transition: padding 0.2s ease-out, box-shadow 0.2s ease-out;
}
.btn:hover, .btn:focus {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  padding: 1em 1.5em;
  text-decoration: none;
}
.btn:focus {
  background-color: black;
}
.btn.hand::before {
  content: "👉 ";
  font-size: 1.5em;
  vertical-align: middle;
}

section {
  padding: 1px 0;
}

ul.arrows {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1.2em;
}
ul.arrows li {
  position: relative;
  margin: 0 0 0.3em 0;
}
ul.arrows li::before {
  content: "↪ ";
  font: 0.75em km-icons;
  position: absolute;
  left: -1.6em;
  top: 0.1em;
}

.relative {
  position: relative;
}

.cbox {
  position: relative;
  max-width: 1000px;
  margin: auto;
  text-align: left;
  padding: 0rem 1rem;
}

.row {
  display: flex;
}
.row.reverse {
  flex-direction: row-reverse;
}

.black {
  color: white;
  background: #222;
}
.black a {
  color: white;
}
.black a:hover, .black a:focus {
  color: white;
  text-decoration: underline;
}

.green {
  color: white;
  background: #0C682F;
}
.green a {
  color: white;
}
.green a:hover, .green a:focus {
  color: white;
  text-decoration: underline;
}
.green .btn {
  background: white;
  color: black;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.green .btn:hover {
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
}

.lightgrey {
  background: #f0f0f0;
}

.swoosh {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16vw;
  max-height: 200px;
  _z-index: -1;
}

.swoosh-black, .swoosh-green, .swoosh-white, .swoosh-lightgrey {
  position: relative;
  padding-bottom: 3rem;
}
.swoosh-black::before, .swoosh-green::before, .swoosh-white::before, .swoosh-lightgrey::before {
  content: " test ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 16vw;
  max-height: 200px;
  background: #222;
  mask: url("../img/swoosh.svg") 0 0/100% 100%;
}
.swoosh-black.swoosh-green::before, .swoosh-green.swoosh-green::before, .swoosh-white.swoosh-green::before, .swoosh-lightgrey.swoosh-green::before {
  background: #0C682F;
}
.swoosh-black.swoosh-white::before, .swoosh-green.swoosh-white::before, .swoosh-white.swoosh-white::before, .swoosh-lightgrey.swoosh-white::before {
  background: white;
}
.swoosh-black.swoosh-lightgrey::before, .swoosh-green.swoosh-lightgrey::before, .swoosh-white.swoosh-lightgrey::before, .swoosh-lightgrey.swoosh-lightgrey::before {
  background: #f0f0f0;
}

.cta {
  text-align: center;
  margin: 2rem auto;
}

.btm-space {
  padding-bottom: 3rem;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

header {
  padding-top: 2rem;
  background: white;
}
header.swoosh-black, header.swoosh-green {
  padding-bottom: 6rem;
}
header a, header a:hover {
  text-decoration: none;
  color: inherit;
}
header a .tel, header a:hover .tel {
  font-weight: 700;
  color: #0C682F;
  white-space: nowrap;
}
header a:hover .tel, header a:hover:hover .tel {
  color: black;
}
header .logo {
  width: 200px;
  height: auto;
  margin-right: 24px;
}
header .wortmarke {
  margin: 47px 0 0 0;
  letter-spacing: 0.06em;
  font-size: 2rem;
}
header .wortmarke .highlight-green {
  color: white;
  background: #0C682F;
  padding: 0.1em 0.5em 0.05em 0.5em;
}
header .claim {
  margin: 0.5rem 0 1rem 0;
  font-weight: 300;
  font-size: 1.33333rem;
  line-height: 1.2em;
  letter-spacing: 0.06em;
  color: black;
}
header .spaced-letter {
  padding: 0 0.08em;
}

main {
  min-height: calc(100vh - 350px);
}

.cards2 {
  position: relative;
  padding: 1rem 0;
  min-height: 360px;
}
.cards2 ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.cards2 ul li {
  display: inline-block;
  vertical-align: top;
  white-space: wrap;
}
.cards2 ul li div {
  transform-origin: left center;
}
.cards2 ul li div a, .cards2 ul li div a:hover, .cards2 ul li div a:focus {
  display: block;
  text-decoration: none;
  background: white;
  color: black;
  width: 200px;
  margin: 0 1rem 1rem 0;
  padding: 1rem;
  border-radius: 10px;
  font-weight: 500;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5);
  min-height: 300px;
  hyphens: manual;
}
.cards2 ul li div a img, .cards2 ul li div a:hover img, .cards2 ul li div a:focus img {
  max-width: 100%;
  height: auto;
  opacity: 0.3;
}
.cards2.js ul {
  white-space: nowrap;
}
.cards2.js ul li:nth-child(1) {
  z-index: 9;
}
.cards2.js ul li:nth-child(2) {
  z-index: 8;
}
.cards2.js ul li:nth-child(3) {
  z-index: 7;
}
.cards2.js ul li:nth-child(4) {
  z-index: 6;
}
.cards2.js ul li:nth-child(5) {
  z-index: 5;
}
.cards2.js ul li:nth-child(6) {
  z-index: 4;
}
.cards2.js ul li:nth-child(7) {
  z-index: 3;
}
.cards2 .nav a {
  position: absolute;
  top: 0;
  width: 50px;
  height: 90%;
  text-align: center;
  font: 2rem km-icons;
  opacity: 0.5;
}
.cards2 .nav a.prev {
  left: -60px;
  padding-top: 150px;
}
.cards2 .nav a.prev::after {
  _content: "🡠";
  content: "\f860";
}
.cards2 .nav a.next {
  right: 45px;
  padding-top: 125px;
  font-size: 1.5rem;
}
.cards2 .nav a.next::after {
  _content: "🡢";
  content: "\f862";
}
.cards2 .nav a:hover, .cards2 .nav a:focus {
  opacity: 1;
  box-shadow: none;
  text-decoration: none;
}

.accordion {
  list-style: none;
  margin: 0;
  padding: 1em 0;
  max-width: 680px;
}
.accordion.js > li {
  scroll-margin-top: 20px;
}
.accordion.js > li .tgl {
  color: inherit;
  text-decoration: none;
}
.accordion.js > li .tgl:hover, .accordion.js > li .tgl:focus {
  text-decoration: underline;
}
.accordion.js > li .tgl h2 {
  transition: margin 0.4s ease-out, font-size 0.4s ease-out;
}
.accordion.js > li .tgl h2::before {
  content: "+ ";
  font: 1em km-icons;
  vertical-align: -0.05em;
  padding-right: 0.4em;
  display: inline-block;
}
.accordion.js > li .details {
  overflow: hidden;
  height: 1px;
  opacity: 0;
  transition: opacity 0.4s ease-out, height 0.4s ease-out;
}
.accordion.js > li .details > div {
  padding-bottom: 1em;
}
.accordion.js > li.active .tgl h2::before {
  content: "- ";
  font-size: 0.8em;
  vertical-align: 0.1em;
}
.accordion.js > li.active .details {
  opacity: 1;
  height: auto;
}
.accordion.js > li:not(.active) .tgl h2 {
  font-size: 1rem;
  margin: 0.3em;
  font-weight: 500;
}

.profile-image {
  width: 240px;
  height: 240px;
  background: white;
  border-radius: 999px;
  overflow: hidden;
  margin: -1rem 0 3rem 3rem;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.profile-image img {
  width: auto;
  height: 110%;
  margin-top: 4%;
  margin-left: -8%;
  transition: transform 3s ease-out;
}
.profile-image:hover img {
  transform: scale(1.5);
}

@media screen and (max-width: 1000px) {
  .cards2 .nav {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  header.swoosh-black, header.swoosh-green {
    padding-bottom: 4rem;
  }
  header .logo {
    width: 150px;
    margin-right: 0.8rem;
  }
  header .wortmarke {
    font-size: 1.5rem;
    margin-top: 2.2rem;
  }
  header .claim {
    font-size: 1rem;
  }
  main {
    min-height: calc(100vh - 460px);
  }
  .cards2 {
    margin-bottom: -10px;
  }
  .profile-image {
    margin: 1rem 0 1rem 0;
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 500px) {
  .row {
    display: block;
  }
  header .wortmarke {
    margin-top: 0.8rem;
  }
  .cards2 {
    margin-bottom: -40px;
  }
}

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