@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79P0U.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizfRExUiTo99u79B_mh4Ok.ttf) format('truetype');
}
/* HelveticaNeue */
@font-face {
  font-family: 'Helvetica Neue';
  font-display: block;
  font-weight: medium;
  src: url('/wp-content/themes/KLR/assets/fonts/240c57a0-fdce-440d-9ce3-85e0cb56f470.woff2') format('woff2'), url('/wp-content/themes/KLR/assets/fonts/7802e576-2ffa-4f22-a409-534355fbea79.woff') format('woff');
}
/* HelveticaNeue-Bold */
@font-face {
  font-family: 'Helvetica Neue';
  font-display: block;
  font-weight: bold;
  src: url('/wp-content/themes/KLR/assets/fonts/800da3b0-675f-465f-892d-d76cecbdd5b1.woff2') format('woff2'), url('/wp-content/themes/KLR/assets/fonts/7b415a05-784a-4a4c-8c94-67e9288312f5.woff') format('woff');
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.headline {
  font: normal normal bold 56px/58px Helvetica Neue;
  letter-spacing: 1.12px;
  color: #A1B04C;
  /* text-transform: lowercase; */
}
@media (max-width: 1680px) {
  .headline {
    font: normal normal bold 48px/55px Helvetica Neue;
    letter-spacing: 0.96px;
  }
}
@media (max-width: 599px) {
  .headline {
    font: normal normal bold 28px/35px Helvetica Neue;
    letter-spacing: 0.2px;
  }
}
.headline.white {
  color: white;
}
.subline,
.text-big {
  font: normal normal bold 20px/27px Helvetica Neue;
  letter-spacing: 0.4px;
  color: #A1B04C;
}
@media (max-width: 1680px) {
  .subline,
  .text-big {
    font: normal normal bold 18px/24px Helvetica Neue;
    letter-spacing: 0.36px;
  }
}
@media (max-width: 499px) {
  .subline,
  .text-big {
    font: normal normal bold 16px/24px Helvetica Neue;
    letter-spacing: 0.28px;
  }
}
.subline.white,
.text-big.white {
  color: white;
}
.subline.dark-gray,
.text-big.dark-gray {
  color: #343434;
}
.button {
  background: transparent;
  display: inline-block;
  transition: 0.3s;
  font: normal normal bold 16px/20px 'PT Sans';
  letter-spacing: 0.32px;
  color: #A1B04C;
  padding: 13px 41px 12px 37px;
  border: 2px solid #A1B04C;
  border-radius: 25px;
  text-transform: lowercase;
  cursor: pointer;
}
@media (max-width: 1099px) {
  .button {
    padding: 11px 25px 10px 28px;
  }
}
.button.white {
  color: white;
  border-color: white;
}
.button.gray {
  color: #4B4B4B;
  border-color: #4B4B4B;
}
.button.gray:hover {
  color: white;
  background-color: #4B4B4B;
  opacity: 1;
}
.button:hover {
  color: white;
  background-color: #A1B04C;
  opacity: 1;
}
.scroll-down {
  display: flex;
  align-items: center;
  font: normal normal bold 14px/17px Helvetica Neue;
  color: #A1B04C;
  cursor: pointer;
}
.scroll-down:before {
  content: "";
  position: relative;
  display: block;
  width: 12px;
  height: 18px;
  background-image: url(/wp-content/themes/KLR/assets/images/scroll-down.svg);
  background-size: 100% 100%;
  background-position: center;
  margin-right: 20px;
}
.scroll-down:hover {
  opacity: 0.8;
}
@media (max-width: 1680px) {
  .scroll-down {
    font: normal normal bold 12px/15px Helvetica Neue;
  }
}
@media (max-width: 1099px) {
  .scroll-down {
    display: none;
  }
}
.design-circle {
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  max-width: 14px;
  max-height: 14px;
  border-radius: 50%;
  margin: 20px 0 30px;
}
@media (max-width: 1099px) {
  .design-circle {
    margin: 10px 0;
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 10px;
    max-width: 10px;
    max-height: 10px;
  }
}
.design-circle.green {
  background-color: #A1B04C;
}
.design-circle.white {
  background-color: white;
}
.centered-text {
  text-align: center;
  max-width: 1084px;
  width: 100%;
  margin: 0 auto 50px;
}
@media (max-width: 1589px) {
  .centered-text {
    max-width: 942px;
  }
}
@media (max-width: 1325px) {
  .centered-text {
    max-width: 622px;
    margin-bottom: 37px;
  }
}
@media (max-width: 795px) {
  .centered-text {
    max-width: 100%;
  }
}
@media (max-width: 499px) {
  .centered-text {
    text-align: left;
  }
}
.centered-text .design-circle {
  margin: 20px auto 30px;
}
@media (max-width: 499px) {
  .centered-text .design-circle {
    margin: 10px 0 20px 0;
  }
}
.centered-text .subline {
  margin-bottom: 10px;
}
.menu-container-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #A1B04C;
  color: white;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.6s;
  width: 100%;
  height: 100%;
  z-index: 98;
  padding: 135px 0 25px;
  overflow-y: scroll;
  pointer-events: none;
}
.menu-container-mobile .design-circle {
  margin: 20px 0 30px;
}
.menu-container-mobile .menu-menue-container ul li {
  text-align: center;
  list-style: none;
  margin-bottom: 30px;
}
.menu-container-mobile .menu-menue-container ul li:last-child {
  margin-bottom: 0;
}
.menu-container-mobile .menu-menue-container ul li a {
  color: white;
  text-decoration: none;
  font: normal normal bold 16px/19px Helvetica Neue;
}
.menu-container-mobile .top-nav-mobile {
  margin-top: 35px;
  padding-top: 35px;
  border-top: 1px solid white;
}
.menu-container-mobile .top-nav-mobile ul li {
  display: block;
  margin-bottom: 25px;
}
.menu-container-mobile .top-nav-mobile ul li a {
  font: normal normal bold 16px/19px Helvetica Neue;
  color: white;
  display: flex;
  align-items: center;
}
.menu-container-mobile .top-nav-mobile ul li .search {
  max-width: 209px;
  width: 100%;
}
.menu-container-mobile .top-nav-mobile ul li .search label {
  display: flex;
  align-items: center;
  width: 100%;
}
.menu-container-mobile .top-nav-mobile ul li .search label .search-field {
  position: relative;
  display: flex;
  align-items: center;
  font: normal normal bold 12px/15px Helvetica Neue;
  border: 2px solid #FFFFFF;
  color: white;
  border-radius: 25px;
  height: 25px;
  width: 100%;
  padding: 0 10px;
  outline: none;
  background-color: #A1B04C;
}
.menu-container-mobile .top-nav-mobile ul li .search label .search-field::-webkit-search-cancel-button {
  background-image: url(/wp-content/themes/KLR/assets/images/icon-close-white.svg);
  background-size: contain;
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  cursor: pointer;
}
.menu-container-mobile .top-nav-mobile ul li .search label .search-field::placeholder {
  color: white;
}
.menu-container-mobile .top-nav-mobile ul li img {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
.menu-container-mobile.active {
  opacity: 1;
  pointer-events: all;
}
.mceContentBody.wp-editor {
  background-color: rgba(128, 128, 128, 0.63);
}
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
.anchor-offset {
  position: absolute;
  top: -125px;
}
@media (max-width: 999px) {
  .anchor-offset {
    top: -50px;
  }
}
html {
  overflow-x: hidden;
}
.cookie-box {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 50px;
  background: white;
  max-width: 600px;
  width: 100%;
  padding: 16px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 99;
}
.cookie-box .subline {
  margin-bottom: 32px;
}
.cookie-box p {
  margin-bottom: 8px;
}
.cookie-box p a {
  color: #A1B04C;
}
.cookie-box label {
  pointer-events: none;
  display: flex;
  align-items: center;
}
.cookie-box label input {
  min-width: 28px;
  height: 28px;
  border-radius: 14px;
  border: 2px solid #A1B04C;
  margin-right: 5px;
  appearance: none;
  outline: none;
}
.cookie-box label input:checked {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cookie-box label input:checked:before {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  background-color: #A1B04C;
  border-radius: 50%;
}
.cookie-box .button {
  margin-top: 10px;
}
@media (max-width: 700px) {
  .cookie-box {
    width: auto;
    left: 0;
    right: 0;
    margin: 0 5vw;
  }
}
body {
  position: relative;
  font: normal normal normal 16px/24px PT Sans;
  letter-spacing: 0.38px;
  color: #4B4B4B;
  overflow-x: hidden;
  /* .contact-form { display: flex; flex-direction: column; align-items: center; margin: 100px 0;
        @media (max-width: @tablet) { margin: 50px 0; }
        .content-container { padding: 0 20px; display: flex; flex-direction: column; align-items: center; width: 100%;
            @media (max-width: @tablet) { align-items: flex-start; }
            @media (max-width: 699px) { padding: 0 9.4vw; }
        }
        form { display: flex; flex-direction: column; align-items: center; margin-top: 40px;
            @media (max-width: @tablet) { align-items: flex-start; }
            .form-container { display: flex; flex-wrap: wrap; max-width: 1104px; margin-left: 20px;
                @media (max-width: @desktop) { max-width: 980px; }
                @media (max-width: 699px) { margin-left: 9.4vw; }
                .quarter { width: 25%;
                    @media (max-width: @tablet) { width: 50%; }
                    label {
                        @media (max-width: 699px) { padding-right: 10px; }
                    }
                    &:nth-child(even) {
                        label {
                            @media (max-width: 699px) { padding-right: 9.4vw; }
                        }
                    }
                }
                .half { width: 50%;
                    @media (max-width: @tablet) { width: 100%; }
                }
                >div { margin-bottom: 20px;
                    @media (max-width: @tablet) { margin-bottom: 8px; }
                    label { display: flex; flex-direction: column; padding-right: 20px;
                        @media (max-width: 699px) { padding-right: 9.4vw; }
                        input, select, textarea { outline: none; margin-top: 10px; width: 100%; border: 1px solid #A1B04C; border-radius: 2px; padding-left: 10px; font: normal normal normal 14px/22px 'PT Sans';
                            @media (max-width: @tablet) { margin-top: 6px; }
                        }
                        input, select { height: 40px; display: flex; align-items: center;
                            @media (max-width: @tablet) { height: 48px; }
                        }
                        textarea { resize: none; height: 100px; padding-top: 10px; }
                    }
                }
                .privacy-policy-container { padding-top: 28px; font: normal normal normal 12px/22px PT Sans;
                    @media (max-width: @tablet) { padding-top: 20px; }
                    .note { margin-bottom: 20px;
                        @media (max-width: @tablet) { margin-bottom: 11px; }
                    }
                    .checkbox-container { display: flex;
                        .privacy-policy-text { margin-top: -5px; }
                        input { outline: none; border: 1px solid #A1B04C; border-radius: 14px; width: 24px; height: 24px; -webkit-appearance: none; margin-right: 20px; padding-left: 0; margin-top: 0;
                            &:checked { display: flex; justify-content: center; align-items: center;
                                &:before, &:after { content: ""; position: absolute; display: block; width: 24px; height: 1px; background-color: #a1b04c; }
                                &:before { transform: rotate(45deg); }
                                &:after { transform: rotate(-45deg); }
                            }
                        }
                    }
                }
            }
            .button { margin: 20px 20px 0;
                @media (max-width: 699px) { margin: 20px 9.4vw 0; }
            }
        }
    } */
}
@media (max-width: 1499px) {
  body {
    font: normal normal normal 14px/22px PT Sans;
    letter-spacing: 0.34px;
  }
}
body nav {
  z-index: 99;
  position: fixed;
  width: 100%;
}
body nav .top-nav {
  padding-left: 673px;
  background-color: #A1B04C;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
}
@media (max-width: 1849px) {
  body nav .top-nav {
    padding-left: 473px;
  }
}
@media (max-width: 1499px) {
  body nav .top-nav {
    padding-left: 424px;
  }
}
@media (max-width: 1325px) {
  body nav .top-nav {
    display: none;
  }
}
body nav .top-nav .login,
body nav .top-nav .download {
  font: normal normal bold 12px/15px Helvetica Neue;
  color: white;
  display: flex;
  align-items: center;
}
body nav .top-nav .login {
  margin-right: 100px;
  padding: 0;
}
@media (max-width: 1325px) {
  body nav .top-nav .login {
    margin-right: 45px;
  }
}
body nav .top-nav .download {
  margin-right: 100px;
}
body nav .top-nav .search {
  max-width: 209px;
  width: 100%;
}
body nav .top-nav .search label {
  display: flex;
  align-items: center;
  width: 100%;
}
body nav .top-nav .search label .search-field {
  position: relative;
  display: flex;
  align-items: center;
  font: normal normal bold 12px/15px Helvetica Neue;
  border: 2px solid #FFFFFF;
  color: white;
  border-radius: 25px;
  height: 25px;
  width: 100%;
  padding: 0 10px;
  outline: none;
  background-color: #A1B04C;
}
body nav .top-nav .search label .search-field::-webkit-search-cancel-button {
  background-image: url(/wp-content/themes/KLR/assets/images/icon-close-white.svg);
  background-size: contain;
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  cursor: pointer;
}
body nav .top-nav .search label .search-field::placeholder {
  color: white;
}
body nav .top-nav img {
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
body nav .main-nav {
  padding-left: 260px;
  height: 80px;
  width: 91%;
  background-image: url('/wp-content/themes/KLR/assets/images/Header-Nav.png');
  background-size: 100% 100%;
  /* @media (max-width: 1799px) { padding-left: 240px; } */
}
@media (max-width: 1849px) {
  body nav .main-nav {
    padding-left: 180px;
  }
}
@media (max-width: 1325px) {
  body nav .main-nav {
    background-color: white;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.161);
    background-image: none;
    padding: 0 9.4vw;
    width: 100%;
  }
}
body nav .main-nav .nav-content {
  display: flex;
  align-items: center;
  height: calc(100% - 8px);
}
@media (max-width: 1325px) {
  body nav .main-nav .nav-content {
    justify-content: space-between;
  }
}
body nav .main-nav .nav-content .logo {
  display: flex;
}
body nav .main-nav .nav-content > .menu {
  margin-left: 250px;
}
@media (max-width: 1849px) {
  body nav .main-nav .nav-content > .menu {
    margin-left: 130px;
  }
}
@media (max-width: 1499px) {
  body nav .main-nav .nav-content > .menu {
    margin-left: 80px;
  }
}
@media (max-width: 1325px) {
  body nav .main-nav .nav-content > .menu .menu-menue-container {
    display: none;
  }
}
body nav .main-nav .nav-content > .menu .menu-menue-container ul {
  display: flex;
  align-items: center;
}
body nav .main-nav .nav-content > .menu .menu-menue-container ul li {
  list-style: none;
  /* margin-right: 3.125vw; */
  margin-right: 60px;
  border-bottom: 2px solid white;
}
@media (max-width: 1849px) {
  body nav .main-nav .nav-content > .menu .menu-menue-container ul li {
    margin-right: 40px;
  }
}
@media (max-width: 1499px) {
  body nav .main-nav .nav-content > .menu .menu-menue-container ul li {
    margin-right: 30px;
  }
}
body nav .main-nav .nav-content > .menu .menu-menue-container ul li:last-child {
  margin-right: 0;
}
body nav .main-nav .nav-content > .menu .menu-menue-container ul li a {
  color: #A1B04C;
  font: normal normal bold 16px/19px Helvetica Neue;
  text-decoration: none;
}
body nav .main-nav .nav-content > .menu .menu-menue-container ul li.current-menu-item {
  border-color: #A1B04C;
}
body nav .main-nav .nav-content > .menu .menu-button-mobile {
  width: 48px;
  height: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1326px) {
  body nav .main-nav .nav-content > .menu .menu-button-mobile {
    display: none;
  }
}
body nav .main-nav .nav-content > .menu .menu-button-mobile .menu-bar {
  width: 100%;
  height: 2px;
  background-color: #707070;
  transition: 0.3s;
}
body nav .main-nav .nav-content > .menu .menu-button-mobile.active {
  height: 48px;
  justify-content: center;
}
body nav .main-nav .nav-content > .menu .menu-button-mobile.active .menu-bar {
  position: absolute;
}
body nav .main-nav .nav-content > .menu .menu-button-mobile.active .menu-bar:nth-child(1) {
  transform: rotate(45deg);
}
body nav .main-nav .nav-content > .menu .menu-button-mobile.active .menu-bar:nth-child(2) {
  opacity: 0;
}
body nav .main-nav .nav-content > .menu .menu-button-mobile.active .menu-bar:nth-child(3) {
  transform: rotate(-45deg);
}
body #dot-nav {
  position: fixed;
  right: 140px;
  height: 100%;
  width: 9px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 98;
}
@media (max-width: 1620px) {
  body #dot-nav {
    right: 30px;
  }
}
@media (max-width: 1200px) {
  body #dot-nav {
    display: none;
  }
}
body #dot-nav .dot {
  width: 100%;
  height: 9px;
  border: 1px solid #A1B04C;
  border-radius: 50%;
  margin-bottom: 12px;
}
body #dot-nav .dot.active {
  background-color: #A1B04C;
}
body #dot-nav .dot:last-child {
  margin-bottom: 0;
}
body header.header_editor_img {
  padding: 120px 290px 0 180px;
  display: flex;
  min-height: 100vh;
  background: linear-gradient(180deg, #ffffff 0%, #efefef 100%);
}
@media (max-width: 1680px) {
  body header.header_editor_img {
    padding: 120px 130px 0 180px;
  }
}
@media (max-width: 1099px) {
  body header.header_editor_img {
    padding: 65px 9.4vw 15px;
    flex-direction: column;
  }
}
body header.header_editor_img .left-container,
body header.header_editor_img .right-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
body header.header_editor_img .left-container {
  min-width: 42.5vw;
  margin-right: 87px;
}
@media (max-width: 1680px) {
  body header.header_editor_img .left-container {
    margin-right: 47px;
    margin-left: -50px;
  }
}
@media (max-width: 1099px) {
  body header.header_editor_img .left-container {
    margin-left: -27px;
    max-width: 600px;
    max-height: 87vw;
  }
}
@media (max-width: 499px) {
  body header.header_editor_img .right-container .headline {
    font: normal normal bold 20px/24px Helvetica Neue;
    letter-spacing: 0.2px;
  }
}
@media (max-width: 1099px) {
  body header.header_editor_img .right-container {
    align-items: normal;
  }
}
body header.header_editor_img .right-container .subline {
  margin-bottom: 60px;
}
@media (max-width: 1099px) {
  body header.header_editor_img .right-container .subline {
    margin-bottom: 20px;
  }
}
@media (max-width: 499px) {
  body header.header_editor_img .right-container .subline {
    font: normal normal bold 14px/18px Helvetica Neue;
    letter-spacing: 0.28px;
  }
}
body header.header_editor_img .right-container .button {
  min-width: 310px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 1099px) {
  body header.header_editor_img .right-container .button {
    min-width: auto;
    width: 100%;
    margin-bottom: 10px;
  }
}
body header.header_editor_img .right-container .scroll-down {
  margin-top: 70px;
}
body header.header-links {
  padding: 260px;
  display: flex;
  min-height: 100vh;
  background: linear-gradient(180deg, #ffffff 0%, #efefef 100%);
  position: relative;
}
@media (max-width: 1680px) {
  body header.header-links {
    padding: 180px 240px;
  }
}
@media (max-width: 1399px) {
  body header.header-links {
    padding: 180px;
  }
}
@media (max-width: 1099px) {
  body header.header-links {
    padding: 180px 9.4vw;
    flex-direction: column;
  }
}
@media (max-width: 499px) {
  body header.header-links {
    padding: 130px 9.4vw;
  }
}
@media only screen and (max-height: 719px) and (min-width: 500px) {
  body header.header-links {
    min-height: 719px;
  }
}
body header.header-links .left-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 82%;
  z-index: 2;
}
body header.header-links .left-container .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 680px;
}
body header.header-links .left-container .content-container .subline {
  margin-bottom: 70px;
}
@media (max-width: 1099px) {
  body header.header-links .left-container .content-container .subline {
    margin-bottom: 20px;
  }
}
body header.header-links .left-container .content-container a {
  text-decoration: none;
}
body header.header-links .left-container .content-container ul {
  max-width: 450px;
  width: 100%;
}
body header.header-links .left-container .content-container ul li {
  list-style: none;
}
body header.header-links .left-container .content-container ul li a {
  font-weight: bold;
  color: #A1B04C;
  display: flex;
  align-items: flex-start;
  margin-bottom: 18px;
}
body header.header-links .left-container .content-container ul li a:before {
  content: "";
  position: relative;
  display: block;
  max-width: 40px;
  width: 100%;
  height: 24px;
  margin-right: 10px;
  background-image: url(/wp-content/themes/KLR/assets/images/arrow-right-green.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 699px) {
  body header.header-links .left-container .content-container ul li a:before {
    background-image: url(/wp-content/themes/KLR/assets/images/arrow-green-mobil.svg);
    max-width: 15px;
    height: 22px;
  }
}
@media (max-width: 939px) {
  body header.header-links .left-container .content-container ul {
    max-width: 100%;
  }
}
@media (max-width: 1799px) {
  body header.header-links .left-container .content-container {
    min-height: 580px;
  }
}
@media (max-height: 999px) {
  body header.header-links .left-container .content-container {
    min-height: 540px;
  }
}
@media (max-height: 899px) {
  body header.header-links .left-container .content-container {
    min-height: 500px;
  }
}
@media (max-height: 699px) {
  body header.header-links .left-container .content-container {
    min-height: 460px;
  }
}
body header.header-links .left-container .scroll-down {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1099px) {
  body header.header-links .left-container .scroll-down {
    display: none;
  }
}
body header.header-links .right-container svg {
  position: absolute;
  bottom: 10%;
  right: -8%;
  width: 65% !important;
  height: auto !important;
}
@media (max-width: 1099px) {
  body header.header-links .right-container svg {
    width: 95% !important;
    bottom: 4%;
    right: -11%;
  }
}
@media only screen and (max-width: 699px) and (min-height: 669px) {
  body header.header-links .right-container svg {
    width: 145% !important;
    bottom: 6%;
    right: -45%;
  }
}
@media only screen and (max-width: 1099px) and (min-height: 999px) {
  body header.header-links .right-container svg {
    width: 135% !important;
    bottom: 6%;
    right: -42%;
  }
}
body header.header-links .right-container .image-container .image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: 80%;
}
@media (max-width: 1299px) {
  body header.header-links .right-container .image-container .image {
    height: 60%;
  }
}
@media (max-width: 1299px) and (min-height: 1359px) {
  body header.header-links .right-container .image-container .image {
    height: 60%;
  }
}
@media (max-width: 699px) {
  body header.header-links .right-container .image-container .image {
    height: 50%;
  }
}
@media (max-width: 499px) {
  body header.header-links .right-container .image-container .image {
    display: none;
  }
}
body header.header-links .right-container .image-container-mobile .image-mobile {
  display: none;
}
@media (max-width: 499px) {
  body header.header-links .right-container .image-container-mobile .image-mobile {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-height: 820px) and (min-width: 1919px) {
  body header.header-links {
    min-height: 820px;
    height: 100%;
  }
}
body main .news-all {
  padding: 100px 418px 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1680px) {
  body main .news-all {
    padding: 100px 240px 0;
  }
}
@media (max-width: 1399px) {
  body main .news-all {
    padding: 60px 9.4vw 0;
  }
}
body main .news-all .news-container .news-box {
  position: relative;
}
body main .news-all .news-container .news-box .news-anchor {
  position: absolute;
  top: -130px;
}
body main .news-all .news-container .news-box .date {
  font: normal normal bold 18px/24px Helvetica Neue;
  font-weight: bold;
}
body main .news-all .news-container .news-box .headline-icon-container {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  padding: 15px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
body main .news-all .news-container .news-box .headline-icon-container .headline-icon {
  transition: 0.3s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
body main .news-all .news-container .news-box .headline-icon-container .headline-icon .link-headline {
  font: normal normal bold 18px/23px Helvetica Neue;
  letter-spacing: 0.36px;
  font-weight: bold;
  color: #A1B04C;
  max-width: 95%;
  width: 100%;
  margin-right: 17px;
}
@media (max-width: 1680px) {
  body main .news-all .news-container .news-box .headline-icon-container .headline-icon .link-headline {
    font: normal normal bold 16px/23px Helvetica Neue;
  }
}
@media (max-width: 499px) {
  body main .news-all .news-container .news-box .headline-icon-container .headline-icon .link-headline {
    font: normal normal bold 12px/21px Helvetica Neue;
    letter-spacing: 0.28px;
  }
}
body main .news-all .news-container .news-box .headline-icon-container .headline-icon .icon-open {
  height: 20px;
  width: 20px;
}
body main .news-all .news-container .news-box .headline-icon-container .headline-icon .icon-close {
  display: none;
  overflow: hidden;
}
body main .news-all .news-container .news-box .headline-icon-container .headline-icon:hover {
  opacity: 0.8;
}
body main .news-all .news-container .news-box .headline-icon-container .news-description {
  display: none;
  overflow: hidden;
  border-top: 1px solid #4b4b4b;
  margin-top: 20px;
  margin-bottom: 15px;
}
body main .news-all .news-container .news-box .headline-icon-container .news-description .description {
  width: 100%;
  margin-top: 30px;
}
body main .news-all .news-container .news-box .headline-icon-container .news-description .description ul li {
  display: flex;
}
body main .news-all .news-container .news-box .headline-icon-container .news-description .description ul li div {
  margin-right: 10px;
}
body main .news-all .news-container .news-box .headline-icon-container .news-description .description a {
  color: #A1B04C;
  text-decoration: underline;
}
@media (max-width: 499px) {
  body main .news-all .news-container .news-box .headline-icon-container .news-description .description {
    margin-top: 20px;
  }
}
@media (max-width: 499px) {
  body main .news-all .news-container .news-box .headline-icon-container .news-description {
    margin-top: 15px;
  }
}
@media (max-width: 499px) {
  body main .news-all .news-container .news-box .headline-icon-container {
    padding: 15px 15px 10px;
    margin-bottom: 15px;
  }
}
body main .news-all .button-more {
  margin: 40px auto 0;
  text-align: center;
  max-width: 170px;
  width: 100%;
  display: block;
}
@media (max-width: 499px) {
  body main .news-all .button-more {
    margin: 50px 0 0;
    max-width: 100%;
  }
}
body main .news-preview {
  padding: 60px 418px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1680px) {
  body main .news-preview {
    padding: 60px 240px;
  }
}
@media (max-width: 1399px) {
  body main .news-preview {
    padding: 60px 9.4vw;
  }
}
body main .news-preview .news-container .slider-box {
  display: flex;
}
body main .news-preview .news-container .slider-box .slider-container {
  display: flex;
}
body main .news-preview .news-container .slider-box .slider-container .content-container {
  border-right: 2px solid #4B4B4B;
  padding-left: 41px;
  padding-right: 41px;
  color: #4B4B4B;
}
body main .news-preview .news-container .slider-box .slider-container .content-container img {
  display: none;
}
body main .news-preview .news-container .slider-box .slider-container .content-container p {
  margin-bottom: 5px;
}
body main .news-preview .news-container .slider-box .slider-container .content-container p.green {
  color: #A1B04C;
  margin-bottom: 18px;
}
body main .news-preview .news-container .slider-box .slider-container .content-container:first-child {
  padding-left: 0;
}
@media (max-width: 940px) {
  body main .news-preview .news-container .slider-box .slider-container .content-container:first-child {
    padding-left: 20px;
    padding-bottom: 20px;
  }
}
body main .news-preview .news-container .slider-box .slider-container .content-container:last-child {
  border: none;
  padding-right: 0;
}
@media (max-width: 940px) {
  body main .news-preview .news-container .slider-box .slider-container .content-container:last-child {
    padding-right: 20px;
  }
}
@media (max-width: 1399px) {
  body main .news-preview .news-container .slider-box .slider-container .content-container {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 940px) {
  body main .news-preview .news-container .slider-box .slider-container .content-container {
    display: flex;
    flex-direction: column;
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 940px) {
  body main .news-preview .news-container .slider-box .slider-container {
    display: flex;
    transition: 1s;
  }
}
@media (max-width: 940px) {
  body main .news-preview .news-container .slider-box {
    position: relative;
    flex-direction: column;
    overflow: hidden;
  }
}
@media (max-width: 499px) {
  body main .news-preview .news-container .slider-box {
    margin: 0;
  }
}
body main .news-preview .news-container .pager-container .pager .control img {
  display: none;
}
@media (max-width: 940px) {
  body main .news-preview .news-container .pager-container .pager .control img {
    display: block;
    width: 14px;
    height: 16px;
    cursor: pointer;
  }
}
@media (max-width: 940px) {
  body main .news-preview .news-container .pager-container .pager .control.prev {
    margin-right: 12px;
  }
}
@media (max-width: 940px) {
  body main .news-preview .news-container .pager-container .pager .control.next {
    margin-left: 12px;
  }
}
@media (max-width: 940px) {
  body main .news-preview .news-container .pager-container .pager .pager-element.active {
    background-color: #A1B04C;
  }
}
@media (max-width: 940px) {
  body main .news-preview .news-container .pager-container .pager .pager-element {
    position: relative;
    background: white;
    width: 10px;
    height: 10px;
    border-radius: 7px;
    margin: 0 5px;
    border: 2px solid #A1B04C;
    cursor: pointer;
  }
}
@media (max-width: 940px) {
  body main .news-preview .news-container .pager-container .pager {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 6px;
  }
}
@media (max-width: 499px) {
  body main .news-preview .news-container .pager-container .pager {
    justify-content: left;
    padding-left: 20px;
  }
}
@media (max-width: 940px) {
  body main .news-preview .news-container {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    padding: 28px 0;
    opacity: 1;
    transition: 0.7s 0.6s;
  }
}
@media (max-width: 499px) {
  body main .news-preview .news-container {
    padding: 28px 0;
    margin-left: -20px;
    width: 113%;
  }
}
body main .news-preview .button-container {
  text-align: center;
  margin: 65px auto 0;
}
@media (max-width: 499px) {
  body main .news-preview .button-container {
    text-align: left;
    margin: 50px 0 0;
  }
}
body main .detail-graphic {
  padding: 0 0 100px;
  position: relative;
}
@media (max-width: 1099px) {
  body main .detail-graphic .anchor-offset {
    top: -100px;
  }
}
@media (max-width: 795px) {
  body main .detail-graphic {
    max-width: 100%;
    padding: 0 9.4vw 60px;
  }
}
@media (max-width: 499px) {
  body main .detail-graphic .centered-text .headline {
    font: normal normal bold 25px/35px Helvetica Neue;
  }
}
body main .detail-graphic .centered-text .more-text {
  display: none;
  overflow: hidden;
  padding-top: 0;
}
body main .detail-graphic .centered-text .show-text {
  font: normal normal bold 16px/20px 'PT Sans';
  letter-spacing: 0.32px;
  text-transform: lowercase;
  color: #A1B04C;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
body main .detail-graphic .centered-text .show-text:before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  position: relative;
  border-bottom: 2px solid #A1B04C;
  border-right: 2px solid #A1B04C;
  transform: rotate(45deg);
  margin-right: 10px;
  margin-bottom: 6px;
}
body main .detail-graphic .centered-text .show-text.open:before {
  transform: rotate(-135deg);
  margin-bottom: -1px;
}
@media (max-width: 499px) {
  body main .detail-graphic .centered-text .show-text {
    justify-content: flex-start;
  }
}
body main .detail-graphic .centered-text .hide-text:before {
  transform: rotate(-135deg);
  margin-bottom: -10px;
}
body main .detail-graphic .content-container {
  position: relative;
}
body main .detail-graphic .content-container .image-container {
  display: block;
  width: 1084px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}
@media (max-width: 1599px) {
  body main .detail-graphic .content-container .image-container {
    width: 850px;
  }
}
@media (max-width: 1159px) {
  body main .detail-graphic .content-container .image-container {
    width: 777px;
  }
}
@media (max-width: 999px) {
  body main .detail-graphic .content-container .image-container {
    width: 80vw;
  }
}
@media (max-width: 499px) {
  body main .detail-graphic .content-container .image-container {
    width: 100%;
  }
}
body main .detail-graphic .content-container .image-container .image {
  display: block;
  width: 100%;
  height: auto;
}
body main .detail-graphic .content-container .image-container .layer {
  transition: 0.5s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(75, 75, 75, 0.5);
  opacity: 0;
  cursor: pointer;
}
body main .detail-graphic .content-container .image-container .layer .icon {
  width: 100%;
  height: 100%;
  background: url(/wp-content/themes/KLR/assets/images/icon-magnifying-glass.svg);
  background-repeat: no-repeat;
  background-size: 5%;
  background-position: center;
  opacity: 0;
  z-index: 2;
}
body main .detail-graphic .content-container .image-container .layer .icon:hover {
  transition: 0.3s;
  opacity: 1;
}
body main .detail-graphic .content-container .image-container .layer:hover {
  transition: 0.3s;
  opacity: 1;
}
body main .detail-graphic .content-container .image-zoom-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(4px);
  z-index: 99;
  display: none;
  cursor: pointer;
}
body main .detail-graphic .content-container .image-zoom-container .close {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #4B4B4B;
}
body main .detail-graphic .content-container .image-zoom-container .close:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(/wp-content/themes/KLR/assets/images/icon-close-gray.svg);
  background-position: center;
  margin-left: 10px;
  margin-right: 20px;
}
body main .detail-graphic .content-container .image-zoom-container .container-padding {
  width: 100%;
  height: 100%;
  padding: 20px;
}
body main .detail-graphic .content-container .image-zoom-container .container-padding .image-zoom {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body main .info-cards {
  padding: 100px 0;
  background-color: #F8F8F8;
  position: relative;
}
@media (max-width: 795px) {
  body main .info-cards {
    max-width: 100%;
    padding: 60px 9.4vw 40px;
  }
}
@media (max-width: 499px) {
  body main .info-cards .centered-text {
    text-align: center;
  }
}
@media (max-width: 499px) {
  body main .info-cards .centered-text .design-circle {
    margin: 10px auto 20px;
  }
}
body main .info-cards .centered-text img {
  max-width: 410px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1919px) {
  body main .info-cards .centered-text img {
    max-width: 340px;
  }
}
@media (max-width: 1159px) {
  body main .info-cards .centered-text img {
    max-width: 240px;
  }
}
@media (max-width: 499px) {
  body main .info-cards .centered-text img {
    max-width: 210px;
  }
}
body main .info-cards .tiles-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1699px) {
  body main .info-cards .tiles-container {
    max-width: 1155px;
  }
}
@media (max-width: 1419px) {
  body main .info-cards .tiles-container {
    max-width: 985px;
  }
}
@media (max-width: 1159px) {
  body main .info-cards .tiles-container {
    max-width: 650px;
  }
}
body main .info-cards .tiles-container .tile {
  max-width: 394px;
  width: 100%;
  margin-bottom: 21px;
  padding-bottom: 42px;
  background-color: white;
}
body main .info-cards .tiles-container .tile .subline {
  text-align: center;
  min-height: 90px;
  padding: 42px 20px 0;
}
@media (max-width: 1419px) {
  body main .info-cards .tiles-container .tile .subline {
    min-height: 114px;
  }
}
@media (max-width: 799px) {
  body main .info-cards .tiles-container .tile .subline {
    text-align: start;
    min-height: auto;
    padding: 30px 35px 0 15px;
  }
}
body main .info-cards .tiles-container .tile .editor {
  padding: 15px 34px 0 24px;
}
@media (max-width: 799px) {
  body main .info-cards .tiles-container .tile .editor {
    padding: 15px 20px 0 15px;
  }
}
body main .info-cards .tiles-container .tile .more-info {
  display: none;
  overflow: hidden;
  padding-top: 0;
}
body main .info-cards .tiles-container .tile .show-info {
  font: normal normal bold 16px/20px 'PT Sans';
  letter-spacing: 0.32px;
  text-transform: lowercase;
  color: #A1B04C;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}
body main .info-cards .tiles-container .tile .show-info:before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  position: relative;
  border-bottom: 2px solid #A1B04C;
  border-right: 2px solid #A1B04C;
  transform: rotate(45deg);
  margin-right: 10px;
  margin-bottom: 6px;
}
body main .info-cards .tiles-container .tile .show-info.open:before {
  transform: rotate(-135deg);
  margin-bottom: -1px;
}
body main .info-cards .tiles-container .tile .hide-info:before {
  transform: rotate(-135deg);
  margin-bottom: -10px;
}
@media (max-width: 1699px) {
  body main .info-cards .tiles-container .tile {
    max-width: 372px;
  }
}
@media (max-width: 1419px) {
  body main .info-cards .tiles-container .tile {
    max-width: 315px;
  }
}
@media (max-width: 799px) {
  body main .info-cards .tiles-container .tile {
    margin: 0 auto 20px;
    padding-bottom: 30px;
  }
}
@media (max-width: 499px) {
  body main .info-cards .tiles-container .tile {
    max-width: 100%;
  }
}
body main .info-cards .tiles-container .tile-dummy {
  max-width: 394px;
  width: 100%;
  margin-bottom: 21px;
}
@media (max-width: 1699px) {
  body main .info-cards .tiles-container .tile-dummy {
    max-width: 372px;
  }
}
@media (max-width: 1419px) {
  body main .info-cards .tiles-container .tile-dummy {
    max-width: 315px;
  }
}
@media (max-width: 499px) {
  body main .info-cards .tiles-container .tile-dummy {
    display: none;
  }
}
body main .team {
  max-width: 1084px;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 0;
  position: relative;
}
@media (max-width: 1589px) {
  body main .team {
    max-width: 942px;
  }
}
@media (max-width: 1325px) {
  body main .team {
    max-width: 622px;
  }
}
@media (max-width: 795px) {
  body main .team {
    max-width: 100%;
    padding: 60px 9.4vw 0;
  }
}
@media (max-width: 499px) {
  body main .team .centered-text {
    text-align: center;
  }
}
@media (max-width: 499px) {
  body main .team .centered-text .design-circle {
    margin: 10px auto 20px;
  }
}
body main .team .tiles-container,
body main .team .tiles-container-more {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body main .team .tiles-container .tile,
body main .team .tiles-container-more .tile,
body main .team .tiles-container .tile-more,
body main .team .tiles-container-more .tile-more {
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  max-width: 344px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
}
body main .team .tiles-container .tile .anchor,
body main .team .tiles-container-more .tile .anchor,
body main .team .tiles-container .tile-more .anchor,
body main .team .tiles-container-more .tile-more .anchor {
  position: absolute;
  top: -150px;
}
@media (max-width: 499px) {
  body main .team .tiles-container .tile .anchor,
  body main .team .tiles-container-more .tile .anchor,
  body main .team .tiles-container .tile-more .anchor,
  body main .team .tiles-container-more .tile-more .anchor {
    top: -100px;
  }
}
body main .team .tiles-container .tile .image-container,
body main .team .tiles-container-more .tile .image-container,
body main .team .tiles-container .tile-more .image-container,
body main .team .tiles-container-more .tile-more .image-container {
  background-color: #F8F8F8;
  display: flex;
  justify-content: center;
}
body main .team .tiles-container .tile .image-container img,
body main .team .tiles-container-more .tile .image-container img,
body main .team .tiles-container .tile-more .image-container img,
body main .team .tiles-container-more .tile-more .image-container img {
  object-fit: cover;
  object-position: top;
  width: 100%;
  max-width: 100%;
  max-height: 340px;
  height: 100%;
  border-radius: 5px;
}
@media (max-width: 1589px) {
  body main .team .tiles-container .tile .image-container img,
  body main .team .tiles-container-more .tile .image-container img,
  body main .team .tiles-container .tile-more .image-container img,
  body main .team .tiles-container-more .tile-more .image-container img {
    max-height: 305px;
  }
}
body main .team .tiles-container .tile .editor,
body main .team .tiles-container-more .tile .editor,
body main .team .tiles-container .tile-more .editor,
body main .team .tiles-container-more .tile-more .editor {
  font: normal normal normal 16px/20px 'PT Sans';
  line-height: 27px;
  padding: 30px 40px 55px 30px;
}
body main .team .tiles-container .tile .editor .subline.dark-gray,
body main .team .tiles-container-more .tile .editor .subline.dark-gray,
body main .team .tiles-container .tile-more .editor .subline.dark-gray,
body main .team .tiles-container-more .tile-more .editor .subline.dark-gray {
  margin-bottom: 4px;
}
body main .team .tiles-container .tile .editor .contact,
body main .team .tiles-container-more .tile .editor .contact,
body main .team .tiles-container .tile-more .editor .contact,
body main .team .tiles-container-more .tile-more .editor .contact {
  min-height: 81px;
}
@media (max-width: 1589px) {
  body main .team .tiles-container .tile .editor .contact,
  body main .team .tiles-container-more .tile .editor .contact,
  body main .team .tiles-container .tile-more .editor .contact,
  body main .team .tiles-container-more .tile-more .editor .contact {
    min-height: 66px;
  }
}
body main .team .tiles-container .tile .editor table,
body main .team .tiles-container-more .tile .editor table,
body main .team .tiles-container .tile-more .editor table,
body main .team .tiles-container-more .tile-more .editor table {
  min-height: 135px;
}
body main .team .tiles-container .tile .editor table tbody,
body main .team .tiles-container-more .tile .editor table tbody,
body main .team .tiles-container .tile-more .editor table tbody,
body main .team .tiles-container-more .tile-more .editor table tbody {
  display: flex;
  flex-direction: column;
}
body main .team .tiles-container .tile .editor table tbody tr,
body main .team .tiles-container-more .tile .editor table tbody tr,
body main .team .tiles-container .tile-more .editor table tbody tr,
body main .team .tiles-container-more .tile-more .editor table tbody tr {
  display: flex;
}
body main .team .tiles-container .tile .editor table tbody tr th,
body main .team .tiles-container-more .tile .editor table tbody tr th,
body main .team .tiles-container .tile-more .editor table tbody tr th,
body main .team .tiles-container-more .tile-more .editor table tbody tr th {
  font: normal normal normal 16px/20px 'PT Sans';
  line-height: 27px;
  text-align: start;
}
@media (max-width: 499px) {
  body main .team .tiles-container .tile .editor table tbody tr th,
  body main .team .tiles-container-more .tile .editor table tbody tr th,
  body main .team .tiles-container .tile-more .editor table tbody tr th,
  body main .team .tiles-container-more .tile-more .editor table tbody tr th {
    font: normal normal normal 14px/22px PT Sans;
    letter-spacing: 0.34px;
  }
}
body main .team .tiles-container .tile .editor table tbody tr th.dot,
body main .team .tiles-container-more .tile .editor table tbody tr th.dot,
body main .team .tiles-container .tile-more .editor table tbody tr th.dot,
body main .team .tiles-container-more .tile-more .editor table tbody tr th.dot {
  display: flex;
  margin-right: 10px;
}
@media (max-width: 1589px) {
  body main .team .tiles-container .tile .editor table,
  body main .team .tiles-container-more .tile .editor table,
  body main .team .tiles-container .tile-more .editor table,
  body main .team .tiles-container-more .tile-more .editor table {
    min-height: 110px;
  }
}
body main .team .tiles-container .tile .editor a,
body main .team .tiles-container-more .tile .editor a,
body main .team .tiles-container .tile-more .editor a,
body main .team .tiles-container-more .tile-more .editor a {
  color: #A1B04C;
  text-decoration: underline;
}
@media (max-width: 1589px) {
  body main .team .tiles-container .tile .editor,
  body main .team .tiles-container-more .tile .editor,
  body main .team .tiles-container .tile-more .editor,
  body main .team .tiles-container-more .tile-more .editor {
    font: normal normal normal 14px/20px 'PT Sans';
    line-height: 22px;
    padding: 30px 22px 35px 22px;
  }
}
@media (max-width: 1589px) {
  body main .team .tiles-container .tile,
  body main .team .tiles-container-more .tile,
  body main .team .tiles-container .tile-more,
  body main .team .tiles-container-more .tile-more {
    max-width: 300px;
  }
}
@media (max-width: 499px) {
  body main .team .tiles-container .tile,
  body main .team .tiles-container-more .tile,
  body main .team .tiles-container .tile-more,
  body main .team .tiles-container-more .tile-more {
    max-width: 100%;
  }
}
body main .team .tiles-container .tile-dummy,
body main .team .tiles-container-more .tile-dummy {
  max-width: 344px;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1589px) {
  body main .team .tiles-container .tile-dummy,
  body main .team .tiles-container-more .tile-dummy {
    max-width: 300px;
  }
}
@media (max-width: 795px) {
  body main .team .tiles-container .tile-dummy,
  body main .team .tiles-container-more .tile-dummy {
    display: none;
  }
}
@media (max-width: 795px) {
  body main .team .tiles-container,
  body main .team .tiles-container-more {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
}
body main .team .button-more {
  display: none;
  /* width: 100%; display: flex; justify-content: center; */
}
body main .information-links {
  padding: 100px 418px;
  position: relative;
}
@media (max-width: 1680px) {
  body main .information-links {
    padding: 100px 240px;
  }
}
@media (max-width: 1399px) {
  body main .information-links {
    padding: 60px 9.4vw 45px;
  }
}
@media (max-width: 499px) {
  body main .information-links .centered-text {
    text-align: center;
  }
}
@media (max-width: 499px) {
  body main .information-links .centered-text .headline {
    font: normal normal bold 36px/35px Helvetica Neue;
    letter-spacing: 0.72px;
  }
}
@media (max-width: 499px) {
  body main .information-links .centered-text .design-circle {
    margin: 10px auto 20px;
  }
}
body main .information-links .headline-icon-container {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  padding: 30px 20px;
  margin-bottom: 20px;
}
body main .information-links .headline-icon-container .headline-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
body main .information-links .headline-icon-container .headline-icon .link-headline {
  font: normal normal bold 18px/23px Helvetica Neue;
  letter-spacing: 0.36px;
  font-weight: bold;
  color: #A1B04C;
  max-width: 95%;
  width: 100%;
  margin-right: 15px;
}
@media (max-width: 1680px) {
  body main .information-links .headline-icon-container .headline-icon .link-headline {
    font: normal normal bold 16px/23px Helvetica Neue;
  }
}
@media (max-width: 499px) {
  body main .information-links .headline-icon-container .headline-icon .link-headline {
    font: normal normal bold 12px/21px Helvetica Neue;
    letter-spacing: 0.28px;
  }
}
body main .information-links .headline-icon-container .headline-icon .icon-open {
  height: 20px;
  width: 20px;
}
body main .information-links .headline-icon-container .headline-icon .icon-close {
  display: none;
  overflow: hidden;
}
body main .information-links .headline-icon-container .headline-icon:hover {
  opacity: 0.8;
}
body main .information-links .headline-icon-container .link-description {
  display: none;
  overflow: hidden;
  border-top: 1px solid #4b4b4b;
  margin-top: 20px;
}
body main .information-links .headline-icon-container .link-description .description {
  max-width: 800px;
  width: 100%;
  margin-top: 30px;
}
body main .information-links .headline-icon-container .link-description .description p {
  margin-bottom: 10px;
}
body main .information-links .headline-icon-container .link-description .description p a {
  color: #4B4B4B;
  text-decoration: underline;
}
@media (max-width: 499px) {
  body main .information-links .headline-icon-container .link-description .description p {
    margin-top: 5px;
  }
}
@media (max-width: 499px) {
  body main .information-links .headline-icon-container .link-description .description {
    margin-top: 20px;
  }
}
@media (max-width: 499px) {
  body main .information-links .headline-icon-container .link-description {
    margin-top: 15px;
  }
}
@media (max-width: 499px) {
  body main .information-links .headline-icon-container {
    padding: 15px 15px 20px;
    margin-bottom: 15px;
  }
}
body main .publications-downloads {
  position: relative;
}
body main .publications-downloads .green-box {
  display: flex;
  flex-direction: column;
  background-image: url(/wp-content/themes/KLR/assets/images/BG-links-apfliger-2.png);
  background-size: 102% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
}
@media (max-width: 1680px) {
  body main .publications-downloads .green-box {
    justify-content: flex-start;
    padding: 100px 0;
  }
}
@media (max-width: 1399px) {
  body main .publications-downloads .green-box {
    padding: 65px 9.4vw;
  }
}
@media (max-width: 699px) {
  body main .publications-downloads .green-box {
    padding: 100px 9.4vw;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 499px) {
  body main .publications-downloads .green-box .centered-text {
    text-align: center;
  }
}
@media (max-width: 499px) {
  body main .publications-downloads .green-box .centered-text .headline {
    font: normal normal bold 36px/35px Helvetica Neue;
    letter-spacing: 0.72px;
  }
}
@media (max-width: 499px) {
  body main .publications-downloads .green-box .centered-text .design-circle {
    margin: 10px auto 20px;
  }
}
body main .publications-downloads .green-box .tiles-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1699px) {
  body main .publications-downloads .green-box .tiles-container {
    max-width: 1055px;
  }
}
@media (max-width: 1419px) {
  body main .publications-downloads .green-box .tiles-container {
    max-width: 915px;
  }
}
@media (max-width: 1139px) {
  body main .publications-downloads .green-box .tiles-container {
    max-width: 608px;
  }
}
@media (max-width: 795px) {
  body main .publications-downloads .green-box .tiles-container {
    max-width: 100%;
  }
}
body main .publications-downloads .green-box .tiles-container .tile {
  max-width: 388px;
  width: 100%;
  margin-bottom: 20px;
}
body main .publications-downloads .green-box .tiles-container .tile .icon {
  width: 30px;
  height: 30px;
}
body main .publications-downloads .green-box .tiles-container .tile .headline-small {
  margin-top: 5px;
  margin-bottom: 25px;
}
@media (max-width: 1419px) {
  body main .publications-downloads .green-box .tiles-container .tile .headline-small {
    min-height: 50px;
    margin-bottom: 20px;
  }
}
@media (max-width: 499px) {
  body main .publications-downloads .green-box .tiles-container .tile .headline-small {
    min-height: 0;
  }
}
body main .publications-downloads .green-box .tiles-container .tile .download-tiles {
  height: 240px;
  background-color: white;
  padding: 20px;
  overflow: auto;
  overflow-y: auto;
  scrollbar-color: #bebebe #e7e6e6;
  scrollbar-width: thin;
}
body main .publications-downloads .green-box .tiles-container .tile .download-tiles::-webkit-scrollbar {
  width: 5px;
  -webkit-appearance: none;
  -webkit-overflow-scrolling: auto;
}
body main .publications-downloads .green-box .tiles-container .tile .download-tiles::-webkit-scrollbar-track {
  background: #e7e6e6;
  box-shadow: 3px 3px 5px rgba(197, 197, 197, 0.5);
  -webkit-box-shadow: inset 0 0 6px rgba(197, 197, 197, 0.5);
}
body main .publications-downloads .green-box .tiles-container .tile .download-tiles::-webkit-scrollbar-thumb {
  background: #bebebe;
  box-shadow: 3px 3px 5px rgba(197, 197, 197, 0.5);
  -webkit-box-shadow: inset 0 0 6px rgba(197, 197, 197, 0.5);
}
body main .publications-downloads .green-box .tiles-container .tile .download-tiles p {
  font: normal normal normal 16px/24px 'PT Sans';
  letter-spacing: 0.32px;
  color: #343434;
  text-decoration: underline;
  margin-bottom: 24px;
}
@media (max-width: 1699px) {
  body main .publications-downloads .green-box .tiles-container .tile .download-tiles p {
    font: normal normal normal 14px/22px 'PT Sans';
  }
}
body main .publications-downloads .green-box .tiles-container .tile .download-tiles p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1699px) {
  body main .publications-downloads .green-box .tiles-container .tile .download-tiles p {
    margin-bottom: 20px;
  }
}
body main .publications-downloads .green-box .tiles-container .tile .download-tiles p a {
  color: #4B4B4B;
}
@media (max-width: 1699px) {
  body main .publications-downloads .green-box .tiles-container .tile {
    max-width: 333px;
    margin: 0 auto 22px;
  }
}
@media (max-width: 1419px) {
  body main .publications-downloads .green-box .tiles-container .tile {
    max-width: 285px;
  }
}
@media (max-width: 499px) {
  body main .publications-downloads .green-box .tiles-container .tile {
    max-width: 100%;
  }
}
body main .faq-information {
  padding: 100px 418px 60px;
  position: relative;
}
@media (max-width: 1680px) {
  body main .faq-information {
    padding: 100px 240px 60px;
  }
}
@media (max-width: 1399px) {
  body main .faq-information {
    padding: 60px 9.4vw 40px;
  }
}
@media (max-width: 499px) {
  body main .faq-information .centered-text {
    text-align: center;
  }
}
@media (max-width: 499px) {
  body main .faq-information .centered-text .headline {
    font: normal normal bold 36px/35px Helvetica Neue;
    letter-spacing: 0.72px;
  }
}
@media (max-width: 499px) {
  body main .faq-information .centered-text .design-circle {
    margin: 10px auto 20px;
  }
}
body main .faq-information .content-container {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  padding: 30px 20px;
  margin-bottom: 20px;
}
body main .faq-information .content-container .headline-icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
body main .faq-information .content-container .headline-icon .faq-headline {
  font: normal normal bold 18px/23px Helvetica Neue;
  letter-spacing: 0.36px;
  font-weight: bold;
  color: #A1B04C;
  max-width: 95%;
  width: 100%;
}
@media (max-width: 1680px) {
  body main .faq-information .content-container .headline-icon .faq-headline {
    font: normal normal bold 16px/23px Helvetica Neue;
  }
}
@media (max-width: 499px) {
  body main .faq-information .content-container .headline-icon .faq-headline {
    font: normal normal bold 12px/21px Helvetica Neue;
    letter-spacing: 0.28px;
  }
}
body main .faq-information .content-container .headline-icon:hover {
  opacity: 0.8;
}
body main .faq-information .content-container .questions {
  display: none;
  overflow: hidden;
  padding-top: 30px;
}
body main .faq-information .content-container .questions .faq-container {
  border-top: 1px solid #4b4b4b;
  padding: 30px 0;
}
body main .faq-information .content-container .questions .faq-container .headline-icon-small {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
body main .faq-information .content-container .questions .faq-container .headline-icon-small .faq-subline {
  font: normal normal bold 16px/22px Helvetica Neue;
  letter-spacing: 0.36px;
  font-weight: bold;
  margin-right: 15px;
}
@media (max-width: 1680px) {
  body main .faq-information .content-container .questions .faq-container .headline-icon-small .faq-subline {
    font: normal normal bold 14px/22px Helvetica Neue;
  }
}
@media (max-width: 499px) {
  body main .faq-information .content-container .questions .faq-container .headline-icon-small .faq-subline {
    font: normal normal bold 12px/21px Helvetica Neue;
    letter-spacing: 0.28px;
  }
}
body main .faq-information .content-container .questions .faq-container .headline-icon-small:hover {
  opacity: 0.8;
}
body main .faq-information .content-container .questions .faq-container .faq-description {
  display: none;
  overflow: hidden;
  padding-top: 20px;
  padding-right: 20px;
}
body main .faq-information .content-container .questions .faq-container .faq-description p a {
  color: #A1B04C;
  text-decoration: underline;
}
@media (max-width: 499px) {
  body main .faq-information .content-container .questions .faq-container .faq-description p {
    margin: -4px 0;
  }
}
@media (max-width: 499px) {
  body main .faq-information .content-container .questions .faq-container .faq-description {
    padding-top: 20px;
    padding-right: 0;
  }
}
body main .faq-information .content-container .questions .faq-container:last-child {
  padding-bottom: 0;
}
@media (max-width: 499px) {
  body main .faq-information .content-container .questions .faq-container {
    padding: 15px 0 20px;
  }
}
@media (max-width: 499px) {
  body main .faq-information .content-container .questions {
    padding: 15px 0 0;
  }
}
body main .faq-information .content-container .icon-open {
  height: 20px;
  width: 20px;
  transition: 0.3s;
}
body main .faq-information .content-container .icon-close {
  display: none;
  overflow: hidden;
  transition: 0.3s;
}
@media (max-width: 499px) {
  body main .faq-information .content-container {
    padding: 15px;
    margin-bottom: 15px;
  }
}
body main .career {
  padding: 100px 240px 0;
  position: relative;
}
@media (max-width: 1680px) {
  body main .career {
    padding: 100px 9.4vw 0;
  }
}
@media (max-width: 795px) {
  body main .career {
    padding: 60px 9.4vw 0;
  }
}
@media (max-width: 499px) {
  body main .career .centered-text {
    text-align: center;
  }
}
@media (max-width: 499px) {
  body main .career .centered-text .headline {
    font: normal normal bold 36px/35px Helvetica Neue;
    letter-spacing: 0.72px;
  }
}
@media (max-width: 499px) {
  body main .career .centered-text .design-circle {
    margin: 10px auto 20px;
  }
}
body main .career .jobs-container {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  padding: 20px;
  margin-bottom: 20px;
}
body main .career .jobs-container .job-info-container {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
body main .career .jobs-container .job-info-container .date-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #A1B04C;
  font-weight: bold;
  max-width: 350px;
  width: 100%;
  padding-left: 50px;
}
@media (max-width: 799px) {
  body main .career .jobs-container .job-info-container .date-container .date-text {
    order: 2;
  }
}
body main .career .jobs-container .job-info-container .date-container .date {
  margin-left: 3px;
}
@media (max-width: 799px) {
  body main .career .jobs-container .job-info-container .date-container .date {
    order: 3;
  }
}
body main .career .jobs-container .job-info-container .date-container .icon {
  height: 25px;
  width: 25px;
  margin-left: 20px;
}
@media (max-width: 799px) {
  body main .career .jobs-container .job-info-container .date-container .icon {
    order: 1;
    margin-left: 0;
    margin-right: 10px;
    width: 15px;
    height: 15px;
  }
}
@media (max-width: 799px) {
  body main .career .jobs-container .job-info-container .date-container {
    margin-top: 5px;
    justify-content: flex-start;
    max-width: 100%;
    padding-left: 0;
  }
}
body main .career .jobs-container .job-info-container:hover {
  opacity: 0.8;
}
@media (max-width: 799px) {
  body main .career .jobs-container .job-info-container {
    flex-direction: column;
  }
}
body main .career .jobs-container .job-description {
  display: none;
  overflow: hidden;
  border-top: 1px solid #4b4b4b;
  margin-top: 20px;
}
body main .career .jobs-container .job-description .description {
  max-width: 800px;
  width: 100%;
  margin-top: 30px;
  /* .contact {
                            strong { margin-bottom: 5px; }
                        } */
}
body main .career .jobs-container .job-description .description p {
  margin-bottom: 15px;
}
body main .career .jobs-container .job-description .description p.download a {
  font: normal normal normal 14px/22px 'PT Sans';
  color: #A1B04C;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
}
body main .career .jobs-container .job-description .description p.download img {
  width: 30px;
  height: 30px;
  margin-right: 12px;
}
@media (max-width: 499px) {
  body main .career .jobs-container .job-description .description p {
    margin-bottom: 10px;
  }
}
body main .career .jobs-container .job-description .description a {
  color: #A1B04C;
  font-weight: bold;
  text-decoration: underline;
  /* margin-top: 5px; */
}
@media (max-width: 499px) {
  body main .career .jobs-container .job-description .description {
    margin-top: 20px;
  }
}
@media (max-width: 499px) {
  body main .career .jobs-container .job-description {
    margin-top: 15px;
  }
}
@media (max-width: 499px) {
  body main .career .jobs-container {
    padding: 15px;
    margin-bottom: 15px;
  }
}
body main .animations_trenner {
  position: relative;
}
@media (max-width: 1099px) {
  body main .animations_trenner {
    overflow-x: hidden;
  }
  body main .animations_trenner svg {
    width: 180% !important;
  }
}
body main .contact-person {
  padding: 100px 0;
  max-width: 1084px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1589px) {
  body main .contact-person {
    max-width: 942px;
  }
}
@media (max-width: 1325px) {
  body main .contact-person {
    max-width: 622px;
  }
}
@media (max-width: 795px) {
  body main .contact-person {
    padding: 60px 9.4vw;
    max-width: 100%;
  }
}
body main .contact-person .tiles-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body main .contact-person .tiles-container .tile {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  max-width: 344px;
  width: 100%;
  border-radius: 2px;
  margin-bottom: 20px;
}
body main .contact-person .tiles-container .tile .image-container {
  background-color: #F8F8F8;
  display: flex;
  justify-content: center;
  padding: 25px;
}
body main .contact-person .tiles-container .tile .editor {
  padding: 25px 50px 25px 35px;
}
body main .contact-person .tiles-container .tile .editor .subline.dark-gray {
  margin-top: 16px;
  margin-bottom: 4px;
}
body main .contact-person .tiles-container .tile .editor a {
  color: #A1B04C;
  text-decoration: underline;
}
@media (max-width: 1589px) {
  body main .contact-person .tiles-container .tile {
    max-width: 300px;
  }
}
@media (max-width: 499px) {
  body main .contact-person .tiles-container .tile {
    max-width: 100%;
  }
}
body main .contact-person .tiles-container .tile-dummy {
  max-width: 344px;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 1589px) {
  body main .contact-person .tiles-container .tile-dummy {
    max-width: 300px;
  }
}
@media (max-width: 795px) {
  body main .contact-person .tiles-container .tile-dummy {
    display: none;
  }
}
@media (max-width: 795px) {
  body main .contact-person .tiles-container {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }
}
body main .event-details {
  padding: 190px 140px 0 260px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
body main .event-details .event-details-container .headline,
body main .event-details .event-details-container .text {
  max-width: 470px;
}
body main .event-details .event-details-container .text {
  margin-bottom: 30px;
}
body main .event-details .event-details-container .text a {
  color: #A1B04C;
  text-decoration: underline;
}
body main .event-details .event-details-container .text .subline {
  margin-bottom: 20px;
}
body main .event-details .event-details-container .event-details-box {
  display: flex;
  flex-direction: column;
  margin: 30px 0 20px;
  max-width: 470px;
}
body main .event-details .event-details-container .event-details-box .event,
body main .event-details .event-details-container .event-details-box .place {
  display: flex;
  align-items: center;
  padding: 20px 0;
}
body main .event-details .event-details-container .event-details-box .event {
  justify-content: space-between;
}
body main .event-details .event-details-container .event-details-box .date,
body main .event-details .event-details-container .event-details-box .time,
body main .event-details .event-details-container .event-details-box .place {
  display: flex;
  align-items: center;
}
body main .event-details .event-details-container .event-details-box .date:before,
body main .event-details .event-details-container .event-details-box .time:before,
body main .event-details .event-details-container .event-details-box .place:before {
  content: "";
  display: block;
  position: relative;
  margin-right: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
body main .event-details .event-details-container .event-details-box .event {
  border: 1px solid #707070;
  border-left: 0;
  border-right: 0;
}
@media (max-width: 599px) {
  body main .event-details .event-details-container .event-details-box .event {
    flex-direction: column;
    align-items: flex-start;
  }
}
body main .event-details .event-details-container .event-details-box .event .date {
  margin-right: 10px;
}
@media (max-width: 599px) {
  body main .event-details .event-details-container .event-details-box .event .date {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
body main .event-details .event-details-container .event-details-box .event .date:before {
  background-image: url('/wp-content/themes/KLR/assets/images/locationIcon.svg');
  min-width: 20px;
  min-height: 21px;
  max-width: 20px;
  max-height: 21px;
}
body main .event-details .event-details-container .event-details-box .event .time:before {
  background-image: url('/wp-content/themes/KLR/assets/images/clock-icon.svg');
  min-width: 20px;
  min-height: 20px;
  max-width: 20px;
  max-height: 20px;
}
body main .event-details .event-details-container .event-details-box .place {
  border-bottom: 1px solid #707070;
}
body main .event-details .event-details-container .event-details-box .place:before {
  background-image: url('/wp-content/themes/KLR/assets/images/eventIcon.svg');
  min-width: 17px;
  min-height: 21px;
  max-width: 17px;
  max-height: 21px;
}
body main .event-details .event-details-container .back-to-overview {
  display: flex;
  font: normal normal bold 16px/20px PT Sans;
  color: #A1B04C;
  text-decoration: none;
  text-transform: lowercase;
  margin: 0 0 100px;
  align-items: center;
}
body main .event-details .event-details-container .back-to-overview:before {
  content: "";
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  border-top: 2px solid #A1B04C;
  border-right: 2px solid #A1B04C;
  transform: rotate(225deg);
  margin-right: 15px;
}
body main .event-details .map-container {
  width: 100%;
  height: 850px;
  background-image: url(/wp-content/themes/KLR/assets/images/Map-outline-all.svg);
  background-position: center;
  background-repeat: no-repeat;
}
body main .event-details .map-container.ms {
  background-image: url(/wp-content/themes/KLR/assets/images/Map-MitteSued.svg);
}
body main .event-details .map-container.mn {
  background-image: url(/wp-content/themes/KLR/assets/images/Map-MitteNord.svg);
}
body main .event-details .map-container.nw {
  background-image: url(/wp-content/themes/KLR/assets/images/Map-Nordwest.svg);
}
body main .event-details .map-container.o {
  background-image: url(/wp-content/themes/KLR/assets/images/Map-ost.svg);
}
body main .event-details .map-container.sw {
  background-image: url(/wp-content/themes/KLR/assets/images/Map-Suedwest.svg);
}
@media (max-width: 1099px) {
  body main .event-details .map-container {
    display: none;
  }
}
@media (max-width: 1799px) {
  body main .event-details {
    padding-left: 240px;
  }
}
@media (max-width: 1439px) {
  body main .event-details {
    padding-left: 180px;
  }
}
@media (max-width: 1325px) {
  body main .event-details {
    padding-left: 9.4vw;
    padding-right: 9.4vw;
  }
}
body main .search-results {
  padding: 200px 0 100px;
  margin: 0 260px;
  position: relative;
}
body main .search-results ul {
  padding-top: 40px;
}
body main .search-results ul li {
  list-style: none;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
body main .search-results ul li a {
  font: normal normal bold 16px/18px Helvetica Neue;
  letter-spacing: 0.28px;
  color: #A1B04C;
  display: flex;
  align-items: center;
  height: 35px;
}
body main .search-results ul li a:before {
  content: "";
  position: relative;
  display: block;
  min-width: 40px;
  height: 16px;
  margin-right: 10px;
  background-image: url(/wp-content/themes/KLR/assets/images/arrow-right-green.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1680px) {
  body main .search-results {
    margin: 0 180px;
  }
}
@media (max-width: 1399px) {
  body main .search-results {
    margin: 0 9.4vw;
  }
}
body main .text-section {
  padding: 200px 0;
  margin: 0 260px;
  max-width: 800px;
}
@media (max-width: 1680px) {
  body main .text-section {
    margin: 0 180px;
  }
}
@media (max-width: 1399px) {
  body main .text-section {
    margin: 0 9.4vw;
  }
}
body .register-mail-send-overlay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background: #6f6f6fc9;
  z-index: 99;
  align-items: center;
  justify-content: center;
}
body .register-mail-send-overlay .mail-send-box {
  position: relative;
  display: flex;
  align-items: center;
  background: white;
  max-width: 700px;
  min-height: 400px;
  padding: 50px 5vw;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
}
body .register-mail-send-overlay .mail-send-box .close {
  position: absolute;
  right: 52px;
  top: 42px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1099px) {
  body .register-mail-send-overlay .mail-send-box .close {
    right: 5vw;
  }
}
body .register-mail-send-overlay .mail-send-box .close:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(/wp-content/themes/KLR/assets/images/icon-close-green.svg);
  background-position: center;
  margin-left: 20px;
}
body .register-mail-send-overlay.show {
  display: flex;
}
body .overlay-event-registration {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  padding: 140px 120px 120px;
}
@media (max-width: 1099px) {
  body .overlay-event-registration {
    padding: 140px 5vw 120px;
  }
}
body .overlay-event-registration .form-container {
  background-color: white;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  border: 1px solid #A1B04C;
  border-radius: 2px;
  padding: 90px 120px 95px;
}
@media (max-width: 1099px) {
  body .overlay-event-registration .form-container {
    padding: 90px 5vw 95px;
    align-items: flex-start;
  }
}
body .overlay-event-registration .form-container .close {
  position: absolute;
  right: 52px;
  top: 42px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1099px) {
  body .overlay-event-registration .form-container .close {
    right: 5vw;
  }
}
body .overlay-event-registration .form-container .close:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(/wp-content/themes/KLR/assets/images/icon-close-green.svg);
  background-position: center;
  margin-left: 20px;
}
body .overlay-event-registration .form-container .design-circle {
  margin: 30px 0 30px;
}
body .overlay-event-registration .form-container form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1084px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 37px;
}
@media (max-width: 1680px) {
  body .overlay-event-registration .form-container form {
    max-width: 960px;
  }
}
@media (max-width: 1099px) {
  body .overlay-event-registration .form-container form {
    flex-direction: column;
  }
}
body .overlay-event-registration .form-container form .form-right div:first-child {
  margin-top: 114px;
}
@media (max-width: 1099px) {
  body .overlay-event-registration .form-container form .form-right div:first-child {
    margin-top: 0;
  }
}
body .overlay-event-registration .form-container form .form-left,
body .overlay-event-registration .form-container form .form-right {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  max-width: 532px;
  justify-content: space-between;
}
@media (max-width: 1680px) {
  body .overlay-event-registration .form-container form .form-left,
  body .overlay-event-registration .form-container form .form-right {
    max-width: 470px;
  }
}
@media (max-width: 1099px) {
  body .overlay-event-registration .form-container form .form-left,
  body .overlay-event-registration .form-container form .form-right {
    width: 100%;
  }
}
body .overlay-event-registration .form-container form .form-left .box-full,
body .overlay-event-registration .form-container form .form-right .box-full {
  width: 100%;
  margin-bottom: 20px;
}
body .overlay-event-registration .form-container form .form-left .box-half,
body .overlay-event-registration .form-container form .form-right .box-half {
  width: 48.5%;
  margin-bottom: 20px;
}
@media (max-width: 1099px) {
  body .overlay-event-registration .form-container form .form-left .box-half,
  body .overlay-event-registration .form-container form .form-right .box-half {
    width: 100%;
  }
}
body .overlay-event-registration .form-container form .form-left div,
body .overlay-event-registration .form-container form .form-right div {
  /* margin-bottom: 20px; */
}
body .overlay-event-registration .form-container form .form-left div label,
body .overlay-event-registration .form-container form .form-right div label {
  display: flex;
  flex-direction: column;
}
body .overlay-event-registration .form-container form .form-left div label input,
body .overlay-event-registration .form-container form .form-right div label input,
body .overlay-event-registration .form-container form .form-left div label select,
body .overlay-event-registration .form-container form .form-right div label select {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #A1B04C;
  border-radius: 2px;
  height: 40px;
  padding-left: 10px;
  font: normal normal normal 14px/22px 'PT Sans';
}
body .overlay-event-registration .form-container form .form-left div .termin,
body .overlay-event-registration .form-container form .form-right div .termin {
  position: relative;
  -webkit-appearance: none;
}
body .overlay-event-registration .form-container form .form-left div .termin select,
body .overlay-event-registration .form-container form .form-right div .termin select {
  -webkit-appearance: none;
  padding-left: 10px;
}
body .overlay-event-registration .form-container form .form-left div .termin:after,
body .overlay-event-registration .form-container form .form-right div .termin:after {
  content: "";
  display: block;
  position: absolute;
  top: 42px;
  right: 10px;
  height: 12px;
  width: 12px;
  border-bottom: 2px solid #A1B04C;
  border-right: 2px solid #A1B04C;
  transform: rotate(45deg);
}
body .overlay-event-registration .form-container form .form-bottom {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 1099px) {
  body .overlay-event-registration .form-container form .form-bottom {
    flex-direction: column;
  }
}
body .overlay-event-registration .form-container form .form-bottom .container-left,
body .overlay-event-registration .form-container form .form-bottom .container-right {
  width: 50%;
  max-width: 532px;
}
@media (max-width: 1680px) {
  body .overlay-event-registration .form-container form .form-bottom .container-left,
  body .overlay-event-registration .form-container form .form-bottom .container-right {
    max-width: 470px;
  }
}
@media (max-width: 1099px) {
  body .overlay-event-registration .form-container form .form-bottom .container-left,
  body .overlay-event-registration .form-container form .form-bottom .container-right {
    width: 100%;
  }
}
body .overlay-event-registration .form-container form .form-bottom .container-left div label,
body .overlay-event-registration .form-container form .form-bottom .container-right div label {
  display: flex;
  flex-direction: column;
}
body .overlay-event-registration .form-container form .form-bottom .container-left div label textarea,
body .overlay-event-registration .form-container form .form-bottom .container-right div label textarea {
  margin-top: 10px;
  padding-top: 5px;
  border: 1px solid #A1B04C;
  border-radius: 2px;
  height: 140px;
  padding-left: 10px;
  resize: none;
  font: normal normal normal 14px/22px 'PT Sans';
  width: 100%;
}
body .overlay-event-registration .form-container form .form-bottom .container-right {
  padding-top: 28px;
  font: normal normal normal 12px/22px PT Sans;
  /* @media (max-width: @desktop) { font-size: 12px; } */
}
body .overlay-event-registration .form-container form .form-bottom .container-right .box-full {
  margin-top: 14px;
}
body .overlay-event-registration .form-container form .form-bottom .container-right .box-full label {
  display: flex;
  flex-direction: row;
}
body .overlay-event-registration .form-container form .form-bottom .container-right .box-full label input {
  min-width: 28px;
  height: 28px;
  border-radius: 14px;
  border: 1px solid #A1B04C;
  margin-right: 22px;
  appearance: none;
  margin-top: 4px;
  outline: none;
}
body .overlay-event-registration .form-container form .form-bottom .container-right .box-full label input:checked {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .overlay-event-registration .form-container form .form-bottom .container-right .box-full label input:checked:before {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 7px;
  background-color: #A1B04C;
  border-radius: 50%;
}
body .overlay-event-registration .form-container form .form-bottom .container-right .box-full label p a {
  color: #A1B04C;
  text-decoration: underline;
}
body .overlay-event-registration .form-container form .button {
  margin: 0 auto;
  outline: none;
}
@media (max-width: 1099px) {
  body .overlay-event-registration .form-container form .button {
    margin: 0;
    width: 100%;
    max-width: 290px;
  }
}
body .overlay-event-registration.hidden {
  display: none;
}
body .login-section {
  padding: 173px 0 90px;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 1000px) {
  body .login-section {
    padding: 105px 20px 40px;
  }
}
body .login-section .login-box {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  max-width: 1360px;
  padding: 60px 10vw;
  width: 100%;
  min-height: 470px;
  background-color: #EFEFEF;
  border-radius: 2px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (max-width: 1620px) {
  body .login-section .login-box {
    max-width: 960px;
  }
}
@media (max-width: 1000px) {
  body .login-section .login-box {
    max-width: 100%;
    padding: 30px 5vw;
  }
}
@media (max-width: 499px) {
  body .login-section .login-box {
    align-items: flex-start;
    text-align: left;
  }
}
body .login-section .login-box .design-circle {
  margin: 43px 0 17px;
}
body .login-section .login-box form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 499px) {
  body .login-section .login-box form {
    align-items: flex-start;
  }
}
body .login-section .login-box form label {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-size: 16px;
}
@media (max-width: 499px) {
  body .login-section .login-box form label {
    align-items: flex-start;
  }
}
body .login-section .login-box form label input {
  border: 1px solid #A1B04C;
  border-radius: 2px;
  height: 40px;
  max-width: 372px;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 15px;
  padding-left: 10px;
}
body .login-section .login-box form .pw-forgot {
  margin: 0 0 30px;
  color: #343434;
}
body .login-section .login-box form .pw-forgot a {
  color: #343434;
  text-decoration: underline;
}
body .reports-download {
  position: relative;
  padding: 210px 0 65px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1040px) {
  body .reports-download {
    max-width: 100%;
    padding: 150px 40px 65px;
  }
}
body .reports-download .text-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 499px) {
  body .reports-download .text-top {
    align-items: flex-start;
    width: 100%;
  }
}
body .reports-download .downloads-container {
  display: flex;
  flex-direction: column;
  margin: 40px 0 50px;
  width: 100%;
}
body .reports-download .downloads-container .download-container {
  margin-bottom: 20px;
  font: normal normal bold 18px/24px Helvetica Neue;
  letter-spacing: 0.36px;
  color: #343434;
}
@media (max-width: 699px) {
  body .reports-download .downloads-container .download-container {
    font: normal normal bold 14px/20px Helvetica Neue;
    letter-spacing: 0.28px;
  }
}
body .reports-download .downloads-container .download-container .download-box {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  border-radius: 2px;
  padding: 21px 19px 23px;
  color: #A1B04C;
  font: normal normal bold 17px/23px Helvetica Neue;
  letter-spacing: 0.34px;
  text-decoration: none;
}
body .reports-download .downloads-container .download-container .download-box .download-icon {
  display: flex;
  align-items: center;
  font: normal normal bold 14px/22px PT Sans;
  letter-spacing: 0.35px;
}
@media (max-width: 699px) {
  body .reports-download .downloads-container .download-container .download-box .download-icon .mobile {
    display: none;
  }
}
body .reports-download .downloads-container .download-container .download-box .download-icon:after {
  content: "";
  position: relative;
  display: block;
  margin-left: 19px;
  width: 27px;
  height: 28px;
  background-image: url('/wp-content/themes/KLR/assets/images/downloadIcon.svg');
  background-size: contain;
}
body .reports-download .downloads-container .download-container:last-child {
  margin-bottom: 0;
}
body .reports-download .text-bottom {
  width: 100%;
}
body .contact-form {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1084px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1920px) {
  body .contact-form {
    max-width: 1067px;
  }
}
@media (max-width: 1589px) {
  body .contact-form {
    max-width: 942px;
  }
}
@media (max-width: 1325px) {
  body .contact-form {
    padding: 0 9.4vw;
    max-width: 100%;
  }
}
body .contact-form .screen-reader-response {
  display: none;
}
body .contact-form form {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1099px) {
  body .contact-form form {
    align-items: flex-start;
  }
}
body .contact-form form .wpcf7-not-valid-tip {
  color: red;
}
body .contact-form form .wpcf7-response-output {
  margin-top: 15px;
}
body .contact-form form .form-container {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
body .contact-form form .form-container .quarter {
  width: 23.5%;
}
@media (max-width: 1099px) {
  body .contact-form form .form-container .quarter {
    width: 49%;
  }
}
body .contact-form form .form-container .half {
  width: 49%;
}
@media (max-width: 1099px) {
  body .contact-form form .form-container .half {
    width: 100%;
  }
}
body .contact-form form .form-container > div {
  margin-bottom: 20px;
}
@media (max-width: 1099px) {
  body .contact-form form .form-container > div {
    margin-bottom: 8px;
  }
}
body .contact-form form .form-container > div label {
  display: flex;
  flex-direction: column;
}
body .contact-form form .form-container > div label input,
body .contact-form form .form-container > div label select,
body .contact-form form .form-container > div label textarea {
  outline: none;
  margin-top: 10px;
  width: 100%;
  border: 1px solid #A1B04C;
  border-radius: 2px;
  font: normal normal normal 14px/22px 'PT Sans';
}
@media (max-width: 1099px) {
  body .contact-form form .form-container > div label input,
  body .contact-form form .form-container > div label select,
  body .contact-form form .form-container > div label textarea {
    margin-top: 6px;
  }
}
body .contact-form form .form-container > div label input.wpcf7-not-valid,
body .contact-form form .form-container > div label select.wpcf7-not-valid,
body .contact-form form .form-container > div label textarea.wpcf7-not-valid {
  border-color: red;
}
body .contact-form form .form-container > div label input,
body .contact-form form .form-container > div label select {
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
@media (max-width: 1099px) {
  body .contact-form form .form-container > div label input,
  body .contact-form form .form-container > div label select {
    height: 48px;
  }
}
body .contact-form form .form-container > div label textarea {
  resize: none;
  height: 100px;
  padding-top: 10px;
  padding-left: 10px;
}
body .contact-form form .form-container > div label .anrede {
  position: relative;
  -webkit-appearance: none;
}
body .contact-form form .form-container > div label .anrede select {
  -webkit-appearance: none;
  padding-left: 10px;
}
body .contact-form form .form-container > div label .anrede:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 10px;
  height: 12px;
  width: 12px;
  border-bottom: 2px solid #A1B04C;
  border-right: 2px solid #A1B04C;
  transform: rotate(45deg);
}
body .contact-form form .form-container .privacy-policy-container {
  padding-top: 28px;
  font: normal normal normal 12px/22px PT Sans;
}
@media (max-width: 1099px) {
  body .contact-form form .form-container .privacy-policy-container {
    padding-top: 20px;
  }
}
body .contact-form form .form-container .privacy-policy-container .note {
  margin-bottom: 20px;
}
@media (max-width: 1099px) {
  body .contact-form form .form-container .privacy-policy-container .note {
    margin-bottom: 11px;
  }
}
body .contact-form form .form-container .privacy-policy-container .checkbox-container {
  display: flex;
}
body .contact-form form .form-container .privacy-policy-container .checkbox-container .privacy-policy-text {
  margin-top: -5px;
}
body .contact-form form .form-container .privacy-policy-container .checkbox-container input {
  outline: none;
  border: 1px solid #A1B04C;
  border-radius: 14px;
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
  margin-right: 20px;
  padding-left: 0;
  margin-top: 0;
}
body .contact-form form .form-container .privacy-policy-container .checkbox-container input:checked {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .contact-form form .form-container .privacy-policy-container .checkbox-container input:checked:before,
body .contact-form form .form-container .privacy-policy-container .checkbox-container input:checked:after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 1px;
  background-color: #a1b04c;
}
body .contact-form form .form-container .privacy-policy-container .checkbox-container input:checked:before {
  transform: rotate(45deg);
}
body .contact-form form .form-container .privacy-policy-container .checkbox-container input:checked:after {
  transform: rotate(-45deg);
}
body .contact-form form .button {
  margin: 20px 20px 0;
  outline: none;
}
@media (max-width: 699px) {
  body .contact-form form .button {
    margin: 20px 9.4vw 0;
  }
}
body footer {
  width: 100%;
}
body footer .footer-main {
  padding: 63px 140px 0 278px;
  margin-top: 100px;
  background: transparent linear-gradient(180deg, #F8F8F8 0%, #EFEFEF 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 1680px) {
  body footer .footer-main {
    padding: 63px 132px 0 133px;
    margin-top: 60px;
  }
}
@media (max-width: 1099px) {
  body footer .footer-main {
    padding: 40px 10vw 4px;
  }
}
body footer .footer-main .footer-headline {
  padding-left: 10px;
  font: normal normal bold 20px/25px Helvetica Neue;
  color: #4B4B4B;
  padding-bottom: 30px;
  border-bottom: 1px solid #707070;
  margin-bottom: 96px;
}
@media (max-width: 1099px) {
  body footer .footer-main .footer-headline {
    margin-bottom: 50px;
  }
}
body footer .footer-main .content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1099px) {
  body footer .footer-main .content {
    flex-direction: column;
  }
}
body footer .footer-main .content .column-container {
  display: flex;
  width: 100%;
}
@media (max-width: 1099px) {
  body footer .footer-main .content .column-container {
    flex-direction: column;
  }
}
body footer .footer-main .content .column-container .column {
  width: 100%;
  max-width: 400px;
}
body footer .footer-main .content .column-container .column .subline {
  font: normal normal bold 17px/21px Helvetica Neue;
  margin-bottom: 20px;
}
body footer .footer-main .content .column-container .column a {
  color: black;
}
body footer .footer-main .content .column-container .column:nth-child(1) {
  border-left: 2px solid #E88331;
}
body footer .footer-main .content .column-container .column:nth-child(2) {
  border-left: 2px solid #A1B04C;
}
body footer .footer-main .content .column-container .column:nth-child(3) {
  border-left: 2px solid #2E7ABF;
}
body footer .footer-main .content .column {
  width: auto;
  margin-top: -34px;
  padding: 0 13px 50px;
  font: normal normal normal 17px/27px PT Sans;
}
@media (max-width: 1680px) {
  body footer .footer-main .content .column {
    padding: 0 10px 49px;
    font: normal normal normal 14px/22px PT Sans;
  }
}
@media (max-width: 1099px) {
  body footer .footer-main .content .column {
    margin: 0 0 36px;
    padding: 0 10px;
  }
  body footer .footer-main .content .column p:last-child {
    margin-bottom: 0;
  }
}
body footer .footer-bottom {
  background-color: #4B4B4B;
  display: flex;
  align-items: center;
  padding: 30px 0 30px 262px;
}
@media (max-width: 1680px) {
  body footer .footer-bottom {
    padding: 30px 0 30px 143px;
  }
}
@media (max-width: 1099px) {
  body footer .footer-bottom {
    padding: 30px 10vw;
    flex-direction: column;
    align-items: flex-start;
  }
}
body footer .footer-bottom .logo {
  display: flex;
}
body footer .footer-bottom .footer-menu {
  margin-left: 582px;
}
@media (max-width: 1839px) {
  body footer .footer-bottom .footer-menu {
    position: absolute;
    right: 26.2%;
    margin-left: 0;
  }
}
@media (max-width: 1799px) {
  body footer .footer-bottom .footer-menu {
    right: 26%;
  }
}
@media (max-width: 1759px) {
  body footer .footer-bottom .footer-menu {
    right: 25.7%;
  }
}
@media (max-width: 1679px) {
  body footer .footer-bottom .footer-menu {
    right: 28%;
  }
}
@media (max-width: 1639px) {
  body footer .footer-bottom .footer-menu {
    right: 27.6%;
  }
}
@media (max-width: 1569px) {
  body footer .footer-bottom .footer-menu {
    right: 27.2%;
  }
}
@media (max-width: 1409px) {
  body footer .footer-bottom .footer-menu {
    right: 26.8%;
  }
}
@media (max-width: 1349px) {
  body footer .footer-bottom .footer-menu {
    right: 26.4%;
  }
}
@media (max-width: 1259px) {
  body footer .footer-bottom .footer-menu {
    right: 25.8%;
  }
}
@media (max-width: 1149px) {
  body footer .footer-bottom .footer-menu {
    right: 25.2%;
  }
}
@media (max-width: 1099px) {
  body footer .footer-bottom .footer-menu {
    position: relative;
    right: 0;
    margin-top: 40px;
  }
}
body footer .footer-bottom .footer-menu a {
  color: white;
  font: normal normal bold 17px/21px Helvetica Neue;
  margin-right: 60px;
}
body footer .footer-bottom .footer-menu a:last-child {
  margin-right: 0;
}
@media (max-width: 699px) {
  body.startseite #editor_img_box_3 {
    padding: 0;
  }
}
body.karriere .header-links {
  min-height: 730px;
}
body.kontakt .contact-form {
  padding-top: 100px;
}
body.veranstaltungen footer .footer-main {
  margin-top: 0;
}
.events-all {
  display: flex;
  padding: 100px 418px;
  position: relative;
}
@media (max-width: 1680px) {
  .events-all {
    padding: 100px 140px 100px 240px;
  }
}
@media (max-width: 1099px) {
  .events-all {
    padding: 65px 9.4vw;
    display: flex;
    flex-direction: column;
  }
}
.events-all .left-container {
  width: 43%;
}
@media (max-width: 1099px) {
  .events-all .left-container {
    width: 100%;
  }
}
.events-all .left-container .subline {
  margin-bottom: 20px;
}
.events-all .left-container .event-container {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.events-all .left-container .event-container .eventSeperator {
  width: 100%;
  border-bottom: 1px solid black;
  position: relative;
  margin-bottom: 21px;
}
@media (max-width: 1099px) {
  .events-all .left-container .event-container .eventSeperator {
    margin-bottom: 10px;
  }
}
.events-all .left-container .event-container .eventSeperator .year {
  position: absolute;
  left: -95px;
  font: normal normal bold 28px/20px Helvetica Neue;
  letter-spacing: 0.28px;
  color: #4B4B4B;
}
@media (max-width: 1099px) {
  .events-all .left-container .event-container .eventSeperator .year {
    position: relative;
    left: 0;
    margin-bottom: 10px;
  }
}
.events-all .left-container .event-container .event-box {
  position: relative;
  cursor: pointer;
  display: block;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  background-color: white;
  border-radius: 2px;
  width: 100%;
  min-height: 100px;
  padding: 15px 15px 15px 55px;
  text-decoration: none;
  color: #4B4B4B;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  transition: 0.3s;
}
.events-all .left-container .event-container .event-box .event {
  font: normal normal bold 16px/20px Helvetica Neue;
  letter-spacing: 0.32px;
  margin-bottom: 10px;
}
.events-all .left-container .event-container .event-box .event:before {
  content: "";
  position: absolute;
  display: block;
  left: 15px;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/themes/KLR/assets/images/locationIcon.svg');
  background-position: center;
  background-size: contain;
}
.events-all .left-container .event-container .event-box .place {
  font: normal normal medium 16px/20px Helvetica Neue;
  letter-spacing: 0.16px;
}
.events-all .left-container .event-container .event-box .place:before {
  content: "";
  position: absolute;
  display: block;
  left: 17px;
  width: 16px;
  height: 20px;
  background-image: url('/wp-content/themes/KLR/assets/images/eventIcon.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.events-all .left-container .event-container .event-box:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.349);
}
.events-all .left-container .event-container .event-box:after {
  content: "";
  display: block;
  position: relative;
  width: 17px;
  height: 31px;
  background: url('/wp-content/themes/KLR/assets/images/arrow-right.svg') center no-repeat;
}
.events-all .left-container .event-container .event-box:last-child {
  margin-bottom: 0;
}
.events-all .left-container .event-container .button {
  margin-top: 28px;
}
.events-all .right-container {
  width: 57%;
  padding-left: 160px;
  position: relative;
}
.events-all .right-container .image-map {
  opacity: 0;
  width: 100%;
  max-height: 900px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.events-all .right-container .image-map.default {
  opacity: 1;
}
.events-all .right-container .ms .default,
.events-all .right-container .mn .default,
.events-all .right-container .nw .default,
.events-all .right-container .o .default,
.events-all .right-container .sw .default,
.events-all .right-container .a .default {
  opacity: 0;
}
.events-all .right-container.a .all {
  opacity: 1;
}
.events-all .right-container.ms .ms {
  opacity: 1;
}
.events-all .right-container.mn .mn {
  opacity: 1;
}
.events-all .right-container.nw .nw {
  opacity: 1;
}
.events-all .right-container.o .o {
  opacity: 1;
}
.events-all .right-container.sw .sw {
  opacity: 1;
}
@media (max-width: 1099px) {
  .events-all .right-container {
    display: none;
  }
}
.events-preview {
  display: flex;
  padding: 100px 418px 50px;
  position: relative;
}
@media (max-width: 1680px) {
  .events-preview {
    padding: 100px 140px 40px 240px;
  }
}
@media (max-width: 1099px) {
  .events-preview {
    padding: 65px 9.4vw 30px;
    display: flex;
    flex-direction: column;
  }
}
.events-preview .left-container {
  width: 43%;
}
@media (max-width: 1099px) {
  .events-preview .left-container {
    width: 100%;
  }
}
.events-preview .left-container .subline {
  margin-bottom: 20px;
}
.events-preview .left-container .event-container {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.events-preview .left-container .event-container .event-box {
  position: relative;
  cursor: pointer;
  display: block;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  background-color: white;
  border-radius: 2px;
  width: 100%;
  min-height: 100px;
  padding: 15px 15px 15px 55px;
  text-decoration: none;
  color: #4B4B4B;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  transition: 0.3s;
}
.events-preview .left-container .event-container .event-box .event {
  font: normal normal bold 16px/20px Helvetica Neue;
  letter-spacing: 0.32px;
  margin-bottom: 10px;
}
.events-preview .left-container .event-container .event-box .event:before {
  content: "";
  position: absolute;
  display: block;
  left: 15px;
  width: 20px;
  height: 20px;
  background-image: url('/wp-content/themes/KLR/assets/images/locationIcon.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.events-preview .left-container .event-container .event-box .place {
  font: normal normal medium 16px/20px Helvetica Neue;
  letter-spacing: 0.16px;
}
.events-preview .left-container .event-container .event-box .place:before {
  content: "";
  position: absolute;
  display: block;
  left: 17px;
  width: 16px;
  height: 20px;
  background-image: url('/wp-content/themes/KLR/assets/images/eventIcon.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.events-preview .left-container .event-container .event-box:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.349);
}
.events-preview .left-container .event-container .event-box:after {
  content: "";
  display: block;
  position: relative;
  min-width: 17px;
  max-width: 17px;
  height: 31px;
  background: url('/wp-content/themes/KLR/assets/images/arrow-right.svg') center no-repeat;
}
.events-preview .left-container .event-container .event-box:last-child {
  margin-bottom: 0;
}
.events-preview .left-container .event-container .button {
  margin-top: 28px;
  text-decoration: none;
}
.events-preview .right-container {
  width: 57%;
  padding-left: 160px;
  position: relative;
}
.events-preview .right-container .image-map {
  opacity: 0;
  width: 100%;
  max-height: 900px;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.events-preview .right-container .image-map.default {
  opacity: 1;
}
.events-preview .right-container .ms .default,
.events-preview .right-container .mn .default,
.events-preview .right-container .nw .default,
.events-preview .right-container .o .default,
.events-preview .right-container .sw .default,
.events-preview .right-container .a .default {
  opacity: 0;
}
.events-preview .right-container.a .all {
  opacity: 1;
}
.events-preview .right-container.ms .ms {
  opacity: 1;
}
.events-preview .right-container.mn .mn {
  opacity: 1;
}
.events-preview .right-container.nw .nw {
  opacity: 1;
}
.events-preview .right-container.o .o {
  opacity: 1;
}
.events-preview .right-container.sw .sw {
  opacity: 1;
}
@media (max-width: 1099px) {
  .events-preview .right-container {
    display: none;
  }
}
.editor-img {
  display: flex;
  position: relative;
}
@media (max-width: 999px) {
  .editor-img {
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
  }
}
.editor-img .editor {
  width: 50%;
  padding: 90px 0 100px 418px;
}
.editor-img .editor .text {
  font: normal normal normal 15px/22px PT Sans;
  color: #4B4B4B;
}
.editor-img .editor .subline {
  margin-bottom: 10px;
  margin-top: 20px;
}
@media (max-width: 1680px) {
  .editor-img .editor .subline {
    font: normal normal normal 18px/24px Helvetica Neue;
    letter-spacing: 0.36px;
  }
}
.editor-img .editor .contact {
  margin-top: 20px;
}
.editor-img .editor .contact p {
  display: flex;
  align-items: center;
}
.editor-img .editor .contact img {
  margin-right: 5px;
}
.editor-img .editor a {
  color: #4B4B4B;
  text-decoration: underline;
}
.editor-img .editor .button {
  text-decoration: none;
}
@media (max-width: 1680px) {
  .editor-img .editor {
    padding: 100px 0 100px 240px;
  }
}
@media (max-width: 999px) {
  .editor-img .editor {
    padding: 100px 9.4vw 30px;
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .editor-img .editor .button {
    margin-top: 50px !important;
  }
}
.editor-img .image {
  width: 35%;
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
@media (max-width: 999px) {
  .editor-img .image {
    display: block;
    height: 300px;
    width: calc(100% - 18.8vw);
  }
  .editor-img .image.behind-text {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 0;
    margin: 0;
    background-position: center;
  }
}
.editor-bg-color {
  padding: 100px 418px;
  position: relative;
}
@media (max-width: 1680px) {
  .editor-bg-color {
    padding: 100px 240px;
  }
}
@media (max-width: 1099px) {
  .editor-bg-color {
    padding: 40px 9.4vw;
  }
}
.editor-bg-color .editor {
  max-width: 510px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1680px) {
  .editor-bg-color .editor {
    max-width: 470px;
  }
}
.editor-bg-color .editor .button {
  margin-top: 32px;
}
.editor-img-box {
  padding: 100px 260px;
  position: relative;
  /* &.qualiko {
        .green-box {
            .image-container { padding-top: 70px; padding-left: 80px; }
        }
    }
    &.karriere {
        .green-box {
            .image-container {
                @media (max-width: @desktop) { position: relative; left: -140px; }
                @media (max-width: 1099px) { left: 0; }
            }
        }
    } */
}
.editor-img-box.img-left {
  /* .green-box { justify-content: flex-end;
            .editor { padding-left: 45px; padding-right: 100px; }
        } */
}
.editor-img-box.img-left .image-container {
  left: 0;
}
.editor-img-box.img-right .image-container {
  right: 0;
}
.editor-img-box.img-right .green-box {
  justify-content: flex-start;
}
.editor-img-box.img-right .green-box .editor {
  padding-left: 160px;
  padding-right: 0;
}
@media (max-width: 1680px) {
  .editor-img-box {
    padding: 100px 140px;
  }
}
@media (max-width: 1099px) {
  .editor-img-box {
    padding: 60px 9.4vw;
  }
}
@media (max-width: 699px) {
  .editor-img-box {
    padding: 60px 0;
  }
}
.editor-img-box .image-container {
  position: absolute;
  top: 0;
  display: flex;
  width: 50%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.editor-img-box .image-container img {
  max-width: 80%;
}
@media (max-width: 699px) {
  .editor-img-box .image-container {
    display: none;
  }
}
.editor-img-box .green-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  background-image: url(/wp-content/themes/KLR/assets/images/BG-KLR_v.svg);
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding: 88px 0 78px 0;
  background-color: #b2cb3b;
  border-radius: 2px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
  /* .image-container { width: 47%; min-width: 250px; display: flex; justify-content: flex-start; align-items: center;
            @media (max-width: 699px) { display: none; }
            .image { width: 100%; }
        } */
}
@media (max-width: 699px) {
  .editor-img-box .green-box {
    padding: 100px 9.4vw;
    width: 100%;
    height: 100%;
    box-shadow: none;
  }
}
.editor-img-box .green-box .editor {
  width: 53%;
  padding-left: 45px;
  padding-right: 100px;
}
@media (max-width: 699px) {
  .editor-img-box .green-box .editor {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.editor-img-box .green-box .editor > p {
  display: flex;
  align-items: flex-start;
}
.editor-img-box .green-box .editor > p img {
  width: 38px;
  height: 24px;
  margin-right: 15px;
}
@media (max-width: 1680px) {
  .editor-img-box .green-box .editor > p.subline {
    font: normal normal normal 18px/24px Helvetica Neue;
    letter-spacing: 0.36px;
  }
}
.editor-img-box .green-box .editor > p a {
  color: white;
}
.editor-img-box .green-box .editor > p .button:hover {
  color: #A1B04C;
  background-color: white;
}
.editor-img-box .green-box .editor table tbody {
  display: flex;
  flex-direction: column;
}
.editor-img-box .green-box .editor table tbody tr {
  display: flex;
}
.editor-img-box .green-box .editor table tbody tr th {
  font-weight: normal;
  text-align: left;
}
.editor-img-box .green-box .editor table tbody tr th.dot {
  display: flex;
  margin-right: 10px;
}
@media (max-width: 1589px) {
  .editor-img-box .green-box .editor table {
    min-height: 110px;
  }
}
@media (max-width: 999px) {
  .editor-img-box.informationenzurteilnahme {
    padding-bottom: 0;
  }
}
.editor-img-box.informationenzurteilnahme .image-container {
  left: 0;
}
@media (max-width: 999px) {
  .editor-img-box.informationenzurteilnahme .image-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (max-width: 999px) {
  .editor-img-box.informationenzurteilnahme .image-container .image {
    width: 85%;
    max-width: 700px;
    margin-top: -15px;
  }
}
@media (max-width: 999px) {
  .editor-img-box.informationenzurteilnahme .green-box {
    flex-direction: column;
    padding: 56vw 9.4vw 100px;
    width: 100%;
    height: 100%;
    box-shadow: none;
  }
}
@media (max-width: 999px) {
  .editor-img-box.informationenzurteilnahme .green-box .editor {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1680px) {
  .editor-img-box.image-mobile {
    padding: 100px 140px;
  }
}
@media (max-width: 1099px) {
  .editor-img-box.image-mobile {
    padding: 100px 9.4vw;
  }
}
@media (max-width: 999px) {
  .editor-img-box.image-mobile {
    padding: 60px 0;
  }
}
@media (max-width: 1680px) {
  .editor-img-box.image-mobile .green-box {
    justify-content: flex-start;
  }
}
@media (max-width: 999px) {
  .editor-img-box.image-mobile .green-box {
    margin-top: 60px;
    padding: 65vw 9.4vw 100px;
    width: 100%;
    height: 100%;
    flex-direction: column-reverse;
    box-shadow: none;
  }
}
@media (max-width: 1680px) {
  .editor-img-box.image-mobile .green-box .editor {
    padding: 80px 0 60px 98px;
  }
}
@media (max-width: 999px) {
  .editor-img-box.image-mobile .green-box .editor {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 999px) {
  .editor-img-box.image-mobile .image-container {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
@media (max-width: 1680px) {
  .editor-img-box.image-mobile .image-container .image {
    padding-left: 0;
  }
}
@media (max-width: 999px) {
  .editor-img-box.image-mobile .image-container .image {
    width: 100%;
  }
}
.editor-img-box-read-more {
  padding: 100px 260px;
  display: none;
  position: relative;
}
@media (max-width: 1680px) {
  .editor-img-box-read-more {
    padding: 100px 140px;
  }
}
@media (max-width: 1099px) {
  .editor-img-box-read-more {
    padding: 100px 9.4vw;
  }
}
@media (max-width: 799px) {
  .editor-img-box-read-more {
    padding: 60px 0;
  }
}
.editor-img-box-read-more .green-box {
  display: flex;
  justify-content: space-between;
  background-image: url(/wp-content/themes/KLR/assets/images/BG-KLR_v.svg);
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  padding: 88px 0 78px 0;
  background-color: #b2cb3b;
  border-radius: 2px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.161);
}
@media (max-width: 1680px) {
  .editor-img-box-read-more .green-box {
    justify-content: flex-start;
  }
}
@media (max-width: 799px) {
  .editor-img-box-read-more .green-box {
    margin-top: 60px;
    padding: 0 9.4vw 100px;
    width: 100%;
    height: 100%;
    flex-direction: column-reverse;
    box-shadow: none;
  }
}
.editor-img-box-read-more .green-box .content-container {
  width: 53%;
  padding: 100px 0 100px 158px;
}
@media (max-width: 1680px) {
  .editor-img-box-read-more .green-box .content-container {
    padding: 80px 0 60px 98px;
  }
}
@media (max-width: 799px) {
  .editor-img-box-read-more .green-box .content-container {
    width: 100%;
    padding: 0;
  }
}
.editor-img-box-read-more .green-box .content-container .editor > p {
  display: flex;
  align-items: center;
}
.editor-img-box-read-more .green-box .content-container .editor > p img {
  width: 28px;
  height: auto;
  margin-right: 15px;
}
.editor-img-box-read-more .green-box .content-container .lists {
  margin-top: 30px;
}
.editor-img-box-read-more .green-box .content-container .lists .list-container .subline {
  color: white;
}
.editor-img-box-read-more .green-box .content-container .lists .list-container ul li {
  margin-left: 20px;
}
.editor-img-box-read-more .green-box .content-container .lists .list-container ul .more {
  height: 0;
  overflow: hidden;
}
.editor-img-box-read-more .green-box .content-container .lists .list-container ul .more.show {
  height: auto;
}
.editor-img-box-read-more .green-box .content-container .lists .list-container .fold-out {
  font: normal normal bold 16px/20px PT Sans;
  letter-spacing: 0.32px;
  color: #FFFFFF;
  margin: 30px 0;
  cursor: pointer;
}
.editor-img-box-read-more .green-box .content-container .lists .list-container .fold-out:before {
  content: "";
  display: inline-block;
  height: 12px;
  width: 12px;
  position: relative;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  transform: rotate(45deg);
  margin-right: 10px;
  margin-bottom: 1px;
}
.editor-img-box-read-more .green-box .content-container .lists .list-container .fold-out.show:before {
  transform: rotate(-135deg);
  margin-bottom: -6px;
}
.editor-img-box-read-more .green-box .content-container .lists .list-container .fold-out:hover {
  opacity: 0.8;
}
.editor-img-box-read-more .green-box .image-container {
  width: 47%;
  min-width: 250px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1680px) {
  .editor-img-box-read-more .green-box .image-container {
    padding-left: 0;
  }
}
@media (max-width: 799px) {
  .editor-img-box-read-more .green-box .image-container {
    width: 100%;
    margin-top: -15vw;
  }
}
.editor-img-box-read-more .green-box .image-container .image {
  width: 100%;
}
select[name="sign_up_salutation"] {
  width: 100%;
}
p:has(input[type="submit"]) {
  margin: 0 auto;
}
/*# sourceMappingURL=main.css.map */