/*
Theme Name: KYL Theme
Theme URI: https://kalayourlife.com
Author: KYL Digitalagentur GmbH
Author URI: https://kalayourlife.com
Version: 1.0
Text Domain: kyl
*/
html,
body {
  margin: 0 !important;
}
.elementor-element-populated {
  padding: 0 !important;
}
#wpadminbar {
  display: none !important;
}
.montserrat {
  font-family: 'Montserrat', sans-serif;
}
.open_sans {
  font-family: 'Open Sans', sans-serif;
}
.roboto {
  font-family: 'Roboto', sans-serif;
}
.bg-img-cover {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-img-contain {
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
html.no_scroll,
body.no_scroll {
  position: relative;
  overflow: hidden;
  height: 100%;
}
html.white_overlay:after,
body.white_overlay:after {
  content: '';
  background-color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
}
.kyl_btn {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 12px 20px;
  background-color: #BF9780;
  border-radius: 10px;
  border: 2px solid #BF9780;
  cursor: pointer;
  text-transform: uppercase;
}
.kyl_btn.white {
  background-color: #FFFFFF;
  color: #BF9780;
  border: 2px solid #BF9780;
}
@media (max-width: 1200px) {
  .kyl_btn {
    padding: 13px !important;
  }
}
/*************************************
              WIDGETS
**************************************/
.kyl_header {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.kyl_header .logo {
  display: flex;
  align-items: center;
  position: relative;
}
.kyl_header .logo a {
  background-image: url("assets/logo.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: left;
  width: 200px;
  height: 50px;
}
.kyl_header .navigation {
  display: flex;
}
.kyl_header .navigation a {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #ACACAC;
  padding: 20px 12px;
  text-transform: uppercase;
}
.kyl_header .navigation a:before {
  padding-left: 0;
}
.kyl_header .navigation a:last-child {
  padding-right: 0;
}
.kyl_header .navigation a:hover,
.kyl_header .navigation a.active {
  color: #0A0D0A;
}
.kyl_header .mobile_toggle,
.kyl_header .mobile_nav {
  display: none;
}
@media (max-width: 1200px) {
  .kyl_header {
    padding: 15px 20px;
  }
  .kyl_header .logo a {
    width: 200px;
    height: 50px;
    background-position: left;
    position: relative;
    top: 0;
  }
  .kyl_header .navigation {
    display: none;
  }
  .kyl_header .mobile_toggle {
    background-image: url("assets/menu_burger.svg");
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 22px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    transform: translate(0, -50%);
    cursor: pointer;
  }
  .kyl_header .mobile_nav {
    display: block;
    position: fixed;
    top: 0;
    left: -100vw;
    height: 100%;
    width: 100%;
    z-index: 100;
    background-color: #fafafa;
    transition: 1s;
  }
  .kyl_header .mobile_nav > div {
    background-color: #FFFFFF;
    padding: 15px;
    height: 100%;
    width: 90%;
    position: relative;
  }
  .kyl_header .mobile_nav > div .close {
    position: absolute;
    top: 20px;
    right: 15px;
    background-image: url("assets/close_black.svg");
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
  }
  .kyl_header .mobile_nav > div .items {
    margin-top: 50px;
  }
  .kyl_header .mobile_nav > div .items a {
    font-family: 'Roboto', sans-serif;
    display: block;
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    color: #585942;
    padding: 15px 0;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .kyl_header .mobile_nav > div .items a:last-child {
    margin-bottom: 0;
  }
  .kyl_header .mobile_nav > div .items a:hover,
  .kyl_header .mobile_nav > div .items a.active {
    color: #0A0D0A;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
  }
  .kyl_header .mobile_nav > div .social_media {
    display: flex;
    position: absolute;
    bottom: 15px;
    left: 15px;
  }
  .kyl_header .mobile_nav > div .social_media a {
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
  }
  .kyl_header .mobile_nav > div .social_media a:first-child {
    margin-right: 30px;
  }
  .kyl_header .mobile_nav > div .social_media a.instagram {
    background-image: url("assets/instagram_green.svg");
  }
  .kyl_header .mobile_nav > div .social_media a.facebook {
    background-image: url("assets/facebook_green.svg");
  }
}
.kyl_footer_sec {
  background-color: #769B64;
}
.kyl_footer_sec .kyl_footer .footer_sec_1 {
  display: flex;
  padding: 50px 0 20px 0;
  border-bottom: 1px solid #ffffff24;
}
.kyl_footer_sec .kyl_footer .footer_sec_1 .footer_left {
  flex: 0 0 25%;
}
.kyl_footer_sec .kyl_footer .footer_sec_1 .footer_left .logo {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.kyl_footer_sec .kyl_footer .footer_sec_1 .footer_left .logo a {
  background-image: url("assets/logo_weiss.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: left;
  width: 200px;
  height: 50px;
}
.kyl_footer_sec .kyl_footer .footer_sec_1 .footer_left .contact div {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.kyl_footer_sec .kyl_footer .footer_sec_1 .footer_left .contact a {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #FFFFFF;
}
.kyl_footer_sec .kyl_footer .footer_sec_1 .footer_right {
  display: flex;
  flex: 0 0 75%;
  justify-content: space-between;
}
.kyl_footer_sec .kyl_footer .footer_sec_1 .footer_right .no_menu_item a {
  font-family: 'Roboto', sans-serif;
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.kyl_footer_sec .kyl_footer .footer_sec_1 .footer_right .menu_item {
  text-align: center;
}
.kyl_footer_sec .kyl_footer .footer_sec_1 .footer_right .menu_item .heading {
  font-family: 'Roboto', sans-serif;
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #FFFFFF;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.kyl_footer_sec .kyl_footer .footer_sec_1 .footer_right .menu_item a {
  font-family: 'Roboto', sans-serif;
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #FFFFFF;
  margin-bottom: 5px;
}
.kyl_footer_sec .kyl_footer .footer_sec_2 {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.kyl_footer_sec .kyl_footer .footer_sec_2 .social_media {
  display: flex;
}
.kyl_footer_sec .kyl_footer .footer_sec_2 .social_media a {
  display: block;
  width: 35px;
  height: 35px;
}
.kyl_footer_sec .kyl_footer .footer_sec_2 .social_media a:first-child {
  margin-right: 15px;
}
.kyl_footer_sec .kyl_footer .footer_sec_2 .social_media a.instagram {
  background-image: url("assets/instagram_weiss.svg");
}
.kyl_footer_sec .kyl_footer .footer_sec_2 .social_media a.facebook {
  background-image: url("assets/facebook_weiss.svg");
}
.kyl_footer_sec .kyl_footer .footer_sec_2 .other {
  display: flex;
  align-items: center;
}
.kyl_footer_sec .kyl_footer .footer_sec_2 .other a {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  color: #FFFFFF;
  text-decoration: underline;
}
.kyl_footer_sec .kyl_footer .footer_sec_2 .other .divider {
  margin: 0 10px;
  background: white;
  height: 15px;
  width: 1px;
}
@media (max-width: 1200px) {
  .kyl_footer_sec .kyl_footer .footer_sec_1 {
    flex-wrap: wrap;
    padding: 20px;
    border-bottom: unset;
  }
  .kyl_footer_sec .kyl_footer .footer_sec_1 .footer_left {
    padding-top: 20px;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .kyl_footer_sec .kyl_footer .footer_sec_1 .footer_right {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .kyl_footer_sec .kyl_footer .footer_sec_1 .footer_right .no_menu_item {
    width: 100%;
  }
  .kyl_footer_sec .kyl_footer .footer_sec_1 .footer_right .no_menu_item a {
    margin: 0;
    padding: 22px 0;
    border-bottom: 1px solid #ffffff4a;
  }
  .kyl_footer_sec .kyl_footer .footer_sec_1 .footer_right .menu_item {
    width: 100%;
    border-bottom: 1px solid #ffffff4a;
  }
  .kyl_footer_sec .kyl_footer .footer_sec_1 .footer_right .menu_item .heading {
    position: relative;
    margin: 0 !important;
    padding: 22px 0;
    text-align: left;
  }
  .kyl_footer_sec .kyl_footer .footer_sec_1 .footer_right .menu_item .heading:after {
    content: '';
    background-image: url("assets/arrow_half_white.svg");
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: 100ms;
  }
  .kyl_footer_sec .kyl_footer .footer_sec_1 .footer_right .menu_item .heading.active:after {
    background-image: url("assets/arrow_half_white.svg");
    transform: translate(0, -50%) rotate(180deg);
  }
  .kyl_footer_sec .kyl_footer .footer_sec_1 .footer_right .menu_item > div {
    display: none;
    padding-bottom: 20px;
  }
  .kyl_footer_sec .kyl_footer .footer_sec_1 .footer_right .menu_item > div a {
    border-bottom: none;
    padding: 10px 0;
    text-align: left;
  }
  .kyl_footer_sec .kyl_footer .footer_sec_1 .footer_right .menu_item > div a:after {
    content: unset;
  }
  .kyl_footer_sec .kyl_footer .footer_sec_2 {
    flex-wrap: wrap;
  }
  .kyl_footer_sec .kyl_footer .footer_sec_2 .social_media {
    width: 100%;
    justify-content: center;
    padding-top: 10px;
  }
  .kyl_footer_sec .kyl_footer .footer_sec_2 .social_media a:first-child {
    margin-right: 30px;
  }
  .kyl_footer_sec .kyl_footer .footer_sec_2 .other {
    width: 100%;
    justify-content: center;
    padding-top: 60px;
  }
}
.kyl_image_grid_text {
  display: flex;
}
.kyl_image_grid_text.left_right .image_container {
  display: flex;
}
.kyl_image_grid_text.left_right .image_container .grid_container {
  display: flex;
  flex-wrap: wrap;
  margin-right: 20px;
}
.kyl_image_grid_text.left_right .image_container .grid_container .item {
  position: relative;
  padding: 20px 20px 0 20px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 6px;
  margin-bottom: 20px;
  height: 270px;
  width: 370px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  cursor: pointer;
}
.kyl_image_grid_text.left_right .image_container .grid_container .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgb(0 0 0) 85%);
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.kyl_image_grid_text.left_right .image_container .grid_container .item:last-child {
  margin-bottom: 0;
}
.kyl_image_grid_text.left_right .image_container .grid_container .item:hover > div {
  bottom: 0;
}
.kyl_image_grid_text.left_right .image_container .grid_container .item:hover > div .heading {
  padding-bottom: 10px;
}
.kyl_image_grid_text.left_right .image_container .grid_container .item > div {
  pointer-events: none;
  height: 50%;
  position: absolute;
  left: 0;
  padding: 0 20px;
  bottom: calc(-50% + 40px);
  transition: 500ms;
  z-index: 1;
}
.kyl_image_grid_text.left_right .image_container .grid_container .item > div .heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
  color: #FFFFFF;
  padding-bottom: 20px;
  transition: 500ms;
  text-transform: uppercase;
}
.kyl_image_grid_text.left_right .image_container .grid_container .item > div .description {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #FFFFFF;
  padding: 0 0 20px 0;
  width: 90%;
}
.kyl_image_grid_text.left_right .image_container .grid_container .item > div .description p {
  margin: 0;
}
.kyl_image_grid_text.left_right .image_container .grid_container .item > div .arrow {
  position: absolute;
  bottom: 15px;
  right: 15px;
  padding: 15px;
}
.kyl_image_grid_text.left_right .image_container .grid_container .item > div .arrow:after {
  content: '';
  position: absolute;
  background-image: url("assets/Pfeil_weiss.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.kyl_image_grid_text.left_right .text_container {
  display: flex;
  align-items: center;
}
.kyl_image_grid_text.left_right .text_container .subheading {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #ACACAC;
}
.kyl_image_grid_text.left_right .text_container .heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  color: #0A0D0A;
  margin: 5px 0 20px 0;
}
.kyl_image_grid_text.left_right .text_container .description {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
}
@media (max-width: 1200px) {
  .kyl_image_grid_text.left_right {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .kyl_image_grid_text.left_right .text_container {
    order: 1;
  }
  .kyl_image_grid_text.left_right .image_container {
    width: 100%;
    order: 2;
    margin-top: 30px;
    justify-content: space-between;
  }
  .kyl_image_grid_text.left_right .image_container .grid_container {
    margin: 0;
    width: 49%;
  }
  .kyl_image_grid_text.left_right .image_container .grid_container .item {
    width: 100%;
  }
  .kyl_image_grid_text.left_right .image_container .grid_container .item:last-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .kyl_image_grid_text.left_right {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .kyl_image_grid_text.left_right .image_container {
    flex-wrap: wrap;
    order: 2;
    margin-top: 30px;
  }
  .kyl_image_grid_text.left_right .image_container .grid_container {
    margin: 0;
    width: 100%;
  }
  .kyl_image_grid_text.left_right .image_container .grid_container .item {
    width: 100%;
  }
  .kyl_image_grid_text.left_right .image_container .grid_container .item:last-child {
    margin-bottom: 20px;
  }
  .kyl_image_grid_text.left_right .text_container {
    order: 1;
  }
}
.kyl_image_grid_text.up_down {
  flex-wrap: wrap;
}
.kyl_image_grid_text.up_down > .subheading {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #ACACAC;
  display: block;
  width: 100%;
}
.kyl_image_grid_text.up_down > .heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  color: #0A0D0A;
  margin: 5px 0 20px 0;
  display: block;
  width: 100%;
  text-transform: uppercase;
}
.kyl_image_grid_text.up_down > .description {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
  display: block;
  width: 80%;
  margin-bottom: 30px;
}
.kyl_image_grid_text.up_down > .description p {
  margin: 0;
}
.kyl_image_grid_text.up_down .image_container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.kyl_image_grid_text.up_down .image_container .item {
  position: relative;
  padding: 20px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 6px;
  margin-bottom: 20px;
  height: 270px;
  width: 32%;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  margin-right: 2%;
}
.kyl_image_grid_text.up_down .image_container .item:nth-child(3n) {
  margin-right: 0;
}
.kyl_image_grid_text.up_down .image_container .item .heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: normal;
  color: #FFFFFF;
}
.kyl_image_grid_text.up_down .image_container .item .description {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #FFFFFF;
  width: 90%;
  display: none;
  padding-top: 10px;
}
.kyl_image_grid_text.up_down .image_container .item .arrow {
  position: absolute;
  bottom: 15px;
  right: 15px;
  transform: rotate(180deg);
  cursor: pointer;
  padding: 15px;
}
.kyl_image_grid_text.up_down .image_container .item .arrow:after {
  content: '';
  position: absolute;
  background-image: url("assets/Pfeil_weiss.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1200px) {
  .kyl_image_grid_text.up_down .subheading {
    padding: 0 20px;
  }
  .kyl_image_grid_text.up_down .heading {
    padding: 0 20px;
  }
  .kyl_image_grid_text.up_down .description {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .kyl_image_grid_text.up_down .subheading {
    letter-spacing: 4px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
  }
  .kyl_image_grid_text.up_down .heading {
    font-size: 25px;
    line-height: 29px;
    font-weight: 600;
  }
  .kyl_image_grid_text.up_down .description {
    width: 100%;
  }
  .kyl_image_grid_text.up_down .image_container {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .kyl_image_grid_text.up_down .image_container::-webkit-scrollbar {
    display: none;
  }
  .kyl_image_grid_text.up_down .image_container .item {
    min-width: 90%;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .kyl_image_grid_text.up_down .image_container .item:nth-child(3n) {
    margin-right: 10px;
  }
  .kyl_image_grid_text.up_down .image_container .item:first-child {
    margin-left: 20px;
  }
  .kyl_image_grid_text.up_down .image_container .item:last-child {
    margin-right: 20px;
  }
}
.kyl_image_text {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}
.kyl_image_text .image {
  flex: 0 0 48%;
}
.kyl_image_text .image img {
  border-radius: 6px;
}
.kyl_image_text .content {
  flex: 0 0 48%;
  display: flex;
  align-items: center;
}
.kyl_image_text .content > div .subheading {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #ACACAC;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.kyl_image_text .content > div .heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  color: #0A0D0A;
  margin: 5px 0 20px 0;
  text-transform: uppercase;
}
.kyl_image_text .content > div .description {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
}
.kyl_image_text .content > div .link {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #BF9780;
  margin-top: 15px;
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
.kyl_image_text .content > div .link:hover:after {
  right: -5px;
}
.kyl_image_text .content > div .link:after {
  content: '';
  background-image: url("assets/Pfeil.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(180deg) translate(0, 50%);
  top: 50%;
  right: 0;
  transition: 0.2s;
}
@media (max-width: 1200px) {
  .kyl_image_text {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .kyl_image_text .image {
    flex: 0 0 100%;
  }
  .kyl_image_text .content {
    flex: 0 0 100%;
    padding-top: 20px;
  }
  .kyl_image_text .content > div .heading {
    font-size: 25px;
    line-height: 29px;
    font-weight: 600;
    margin: 5px 0 10px;
  }
}
.kyl_video_no_max_width > div {
  max-width: unset !important;
  padding: 0 10px;
}
.kyl_page_intro_video.header {
  height: calc(100vh - 60px);
}
.kyl_page_intro_video[data-loop=yes] .inner_sec_1 .playbutton {
  display: none;
}
.kyl_page_intro_video[data-loop=yes] .inner_sec_1 video {
  cursor: initial !important;
}
.kyl_page_intro_video .inner_sec_1 {
  display: flex;
  height: 90%;
  position: relative;
}
.kyl_page_intro_video .inner_sec_1 .video_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.4;
  border-radius: 6px;
  pointer-events: none;
}
.kyl_page_intro_video .inner_sec_1 .playbutton {
  position: absolute;
  background: url("assets/play_button_white.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 30px;
  height: 36px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  pointer-events: none;
}
.kyl_page_intro_video .inner_sec_1 .image {
  height: 100%;
  width: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 6px;
}
.kyl_page_intro_video .inner_sec_1 video {
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
}
.kyl_page_intro_video .inner_sec_1 .content {
  position: absolute;
  width: calc(100% - 40px);
  left: 20px;
  bottom: 40px;
  padding: 0 20px;
  pointer-events: none;
}
.kyl_page_intro_video .inner_sec_1 .content > div {
  max-width: 1140px;
  display: block;
  margin: 0 auto;
}
.kyl_page_intro_video .inner_sec_1 .content > div .subheading {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 10px;
}
.kyl_page_intro_video .inner_sec_1 .content > div .heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
  color: #FFFFFF;
}
.kyl_page_intro_video .inner_sec_1 .content > div .description {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #FFFFFF;
  width: 85%;
  margin: 10px 0;
}
.kyl_page_intro_video .inner_sec_1 .content > div .link {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #FFFFFF;
  margin-top: 15px;
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
.kyl_page_intro_video .inner_sec_1 .content > div .link:hover:after {
  right: -5px;
}
.kyl_page_intro_video .inner_sec_1 .content > div .link:after {
  content: '';
  background-image: url("assets/Pfeil_weiss.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(180deg) translate(0, 50%);
  top: 50%;
  right: 0;
  transition: 0.2s;
}
.kyl_page_intro_video .inner_sec_2 {
  height: 10%;
}
.kyl_page_intro_video .inner_sec_2 > div {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding-top: 20px;
}
.kyl_page_intro_video .inner_sec_2 > div .breadcrumb {
  display: inline-block;
  position: absolute;
  left: 0;
}
.kyl_page_intro_video .inner_sec_2 > div .breadcrumb a {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #ACACAC;
}
.kyl_page_intro_video .inner_sec_2 > div .breadcrumb a.current {
  color: #0A0D0A;
}
.kyl_page_intro_video .inner_sec_2 > div .breadcrumb span.divider {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  color: #ACACAC;
  padding: 0 5px 0 2px;
}
.kyl_page_intro_video .inner_sec_2 > div .show_more {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  color: #0A0D0A;
  cursor: pointer;
  position: relative;
  padding-bottom: 15px;
}
.kyl_page_intro_video .inner_sec_2 > div .show_more:hover:after {
  right: -5px;
}
.kyl_page_intro_video .inner_sec_2 > div .show_more:after {
  content: '';
  background-image: url("assets/pfeil_schwarz.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0) rotate(270deg);
  transition: 0.2s;
}
@media (max-width: 1200px) {
  .kyl_page_intro_video {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .kyl_page_intro_video.header {
    padding: 0 10px;
    margin-bottom: 80px;
  }
  .kyl_page_intro_video.header .inner_sec_1 .video_overlay {
    border-radius: 6px;
  }
  .kyl_page_intro_video.header .inner_sec_1 video {
    border-radius: 6px;
  }
  .kyl_page_intro_video.header .inner_sec_1 .content {
    left: 0 !important;
  }
  .kyl_page_intro_video.header .inner_sec_1 .content > div .subheading {
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
  }
  .kyl_page_intro_video.header .inner_sec_1 .content > div .heading {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
  }
  .kyl_page_intro_video.header .inner_sec_1 .content > div .link {
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
  }
  .kyl_page_intro_video.header .inner_sec_2 > div {
    padding: 15px 0 0 10px;
  }
  .kyl_page_intro_video.header .inner_sec_2 > div .breadcrumb {
    position: relative;
    display: block;
    text-align: left;
  }
  .kyl_page_intro_video.header .inner_sec_2 > div .show_more {
    position: relative;
    display: inline-block;
    text-align: left;
    margin-top: 30px;
  }
  .kyl_page_intro_video.content {
    padding: 20px;
  }
  .kyl_page_intro_video.content .inner_sec_1 {
    flex-wrap: wrap;
  }
  .kyl_page_intro_video.content .inner_sec_1 .video_overlay {
    height: 250px;
    max-height: 250px;
  }
  .kyl_page_intro_video.content .inner_sec_1 .playbutton {
    top: 125px;
  }
  .kyl_page_intro_video.content .inner_sec_1 video {
    height: 250px;
    max-height: 250px;
  }
  .kyl_page_intro_video.content .inner_sec_1 .content {
    width: 100%;
    position: relative;
    left: unset;
    bottom: unset;
    padding-top: 25px;
  }
  .kyl_page_intro_video.content .inner_sec_1 .content > div .subheading {
    color: #ACACAC;
  }
  .kyl_page_intro_video.content .inner_sec_1 .content > div .heading {
    color: #0A0D0A;
    font-size: 25px;
    line-height: 29px;
    font-weight: 600;
  }
  .kyl_page_intro_video.content .inner_sec_1 .content > div .description {
    color: #0A0D0A;
    width: 100%;
  }
}
.kyl_slider {
  overflow-x: clip;
}
.kyl_slider.extended {
  background-color: #E2DED6;
}
.kyl_slider.extended .kyl_working_environments_slider {
  position: relative;
  top: 60px;
}
.kyl_slider.extended .kyl_working_environments_slider .subheading {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #0A0D0A;
  padding-bottom: 10px;
}
.kyl_slider.extended .kyl_working_environments_slider .heading {
  font-family: 'Montserrat', sans-serif;
  width: 50%;
  padding-bottom: 20px;
}
.kyl_slider.extended .kyl_working_environments_slider .description {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
}
@media (max-width: 768px) {
  .kyl_slider.extended .kyl_working_environments_slider .subheading {
    letter-spacing: 4px;
  }
  .kyl_slider.extended .kyl_working_environments_slider .heading {
    width: 100%;
  }
}
.kyl_working_environments_slider {
  margin: 50px 0;
}
.kyl_working_environments_slider .subheading {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #ACACAC;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.kyl_working_environments_slider .heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  color: #0A0D0A;
  text-transform: uppercase;
}
.kyl_working_environments_slider .description {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
}
.kyl_working_environments_slider .working_environments_slider {
  position: relative;
  margin-top: 25px;
}
.kyl_working_environments_slider .working_environments_slider .swiper-wrapper .swiper-slide {
  height: 400px;
}
@media (min-width: 768px) {
  .kyl_working_environments_slider .working_environments_slider .swiper-wrapper .swiper-slide:hover > .content {
    box-shadow: 0px 0px 8px 6px #0000001a;
    transform: translateY(-10px);
  }
  .kyl_working_environments_slider .working_environments_slider .swiper-wrapper .swiper-slide:hover > .content > div .inner_container {
    bottom: 0 !important;
  }
  .kyl_working_environments_slider .working_environments_slider .swiper-wrapper .swiper-slide:hover > .content > div .inner_container .title {
    margin-bottom: 10px;
  }
  .kyl_working_environments_slider .working_environments_slider .swiper-wrapper .swiper-slide:hover > .content > div .inner_container .content .description {
    padding-bottom: 20px;
  }
}
.kyl_working_environments_slider .working_environments_slider .swiper-wrapper .swiper-slide > .content {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 6px;
  display: flex;
  align-items: flex-end;
  padding: 18px 20px 0 20px;
  position: relative;
  box-shadow: 0px 3px 6px #0000001A;
  overflow: hidden;
  cursor: pointer;
  transition: transform 250ms;
  height: 100%;
}
.kyl_working_environments_slider .working_environments_slider .swiper-wrapper .swiper-slide > .content > div {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.kyl_working_environments_slider .working_environments_slider .swiper-wrapper .swiper-slide > .content > div .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.2;
  border-radius: 6px;
}
.kyl_working_environments_slider .working_environments_slider .swiper-wrapper .swiper-slide > .content > div .inner_container {
  transition: 500ms;
  position: absolute;
  left: 0;
  padding: 0 20px;
}
.kyl_working_environments_slider .working_environments_slider .swiper-wrapper .swiper-slide > .content > div .inner_container .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 20px;
  transition: 500ms;
}
.kyl_working_environments_slider .working_environments_slider .swiper-wrapper .swiper-slide > .content > div .inner_container .content .description {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #FFFFFF;
  position: relative;
}
.kyl_working_environments_slider .working_environments_slider .swiper-wrapper .swiper-slide > .content > div .inner_container .content .show_more {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #FFFFFF;
  bottom: 20px;
  position: relative;
  display: inline-block;
  padding-right: 15px;
  cursor: pointer;
  margin: 15px 0 5px 0;
}
.kyl_working_environments_slider .working_environments_slider .swiper-wrapper .swiper-slide > .content > div .inner_container .content .show_more:hover:after {
  right: -5px;
}
.kyl_working_environments_slider .working_environments_slider .swiper-wrapper .swiper-slide > .content > div .inner_container .content .show_more:after {
  content: '';
  background-image: url("assets/Pfeil_weiss.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(180deg) translate(0, 50%);
  top: 50%;
  right: 0;
  transition: 0.2s;
}
.kyl_working_environments_slider .working_environments_slider .slide_next,
.kyl_working_environments_slider .working_environments_slider .slide_prev {
  position: absolute;
  background-color: #FFFFFF;
  width: 45px;
  height: 45px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
}
.kyl_working_environments_slider .working_environments_slider .slide_next:after,
.kyl_working_environments_slider .working_environments_slider .slide_prev:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 14px;
  background-image: url("assets/arrow_beige_small.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translate(-50%, -50%);
}
.kyl_working_environments_slider .working_environments_slider .slide_next {
  right: 5px;
}
.kyl_working_environments_slider .working_environments_slider .slide_next:after {
  left: 50%;
}
.kyl_working_environments_slider .working_environments_slider .slide_prev {
  left: 5px;
}
.kyl_working_environments_slider .working_environments_slider .slide_prev:after {
  left: 49%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.kyl_working_environments_slider .show_all {
  text-align: right;
  width: 100%;
}
.kyl_working_environments_slider .show_all a {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #BF9780;
  margin-top: 15px;
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
.kyl_working_environments_slider .show_all a:hover:after {
  right: -5px;
}
.kyl_working_environments_slider .show_all a:after {
  content: '';
  background-image: url("assets/Pfeil.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(180deg) translate(0, 50%);
  top: 50%;
  right: 0;
  transition: 0.2s;
}
@media (max-width: 1200px) {
  .kyl_working_environments_slider {
    overflow: hidden;
    padding: 0 20px;
  }
  .kyl_working_environments_slider .heading {
    font-size: 25px;
    line-height: 29px;
    font-weight: 600;
    padding-bottom: 15px;
  }
  .kyl_working_environments_slider .working_environments_slider .slide_next,
  .kyl_working_environments_slider .working_environments_slider .slide_prev {
    display: none !important;
  }
  .kyl_working_environments_slider .show_all a {
    margin-top: 25px;
  }
}
.kyl_image_tabs {
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}
.kyl_image_tabs.single .tabs .head {
  display: none;
}
.kyl_image_tabs.single .tabs .content .item .heading {
  margin: 0 0 20px 0 !important;
}
.kyl_image_tabs > .image {
  flex: 0 0 48%;
  display: flex;
  align-items: flex-start;
}
.kyl_image_tabs > .image img {
  opacity: 0.9;
  object-fit: contain;
  height: fit-content;
  border-radius: 6px;
}
.kyl_image_tabs .tabs {
  flex: 0 0 48%;
}
.kyl_image_tabs .tabs .head {
  display: flex;
  position: relative;
}
.kyl_image_tabs .tabs .head .item {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #BF9780;
  padding: 5px 0;
  margin: 0 15px;
  border-bottom: 1px solid #E6E6E6;
  cursor: pointer;
  z-index: 1;
  text-transform: uppercase;
}
.kyl_image_tabs .tabs .head .item:first-child {
  margin-left: 0;
}
.kyl_image_tabs .tabs .head .item:hover,
.kyl_image_tabs .tabs .head .item.active {
  border-bottom: 2px solid #BF9780;
}
.kyl_image_tabs .tabs .head .divider {
  position: absolute;
  border-bottom: 1px solid #E6E6E6;
  bottom: 0;
  width: 100%;
}
.kyl_image_tabs .tabs .mobile_image {
  display: none;
}
.kyl_image_tabs .tabs .content .item {
  display: none;
}
.kyl_image_tabs .tabs .content .item.active {
  display: block;
}
.kyl_image_tabs .tabs .content .item.item_content .heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
  color: #0A0D0A;
  margin: 60px 0 20px 0;
}
.kyl_image_tabs .tabs .content .item.item_content .description {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
}
.kyl_image_tabs .tabs .content .item.item_content .link {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #BF9780;
  margin-top: 15px;
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
.kyl_image_tabs .tabs .content .item.item_content .link:hover:after {
  right: -5px;
}
.kyl_image_tabs .tabs .content .item.item_content .link:after {
  content: '';
  background-image: url("assets/Pfeil.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(180deg) translate(0, 50%);
  top: 50%;
  right: 0;
  transition: 0.2s;
}
.kyl_image_tabs .tabs .content .item.item_content .icons_heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #ACACAC;
  margin: 50px 0 20px 0;
}
.kyl_image_tabs .tabs .content .item.item_content .icons {
  display: flex;
  flex-wrap: wrap;
}
.kyl_image_tabs .tabs .content .item.item_content .icons .icon {
  text-align: center;
  width: calc(50% - 10px);
  margin-right: 20px;
  border: 1px solid #DBDBDB;
  display: flex;
  padding: 15px;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 6px;
}
.kyl_image_tabs .tabs .content .item.item_content .icons .icon:nth-child(2n) {
  margin-right: 0;
}
.kyl_image_tabs .tabs .content .item.item_content .icons .icon .image {
  background-image: url("assets/Benefit.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.kyl_image_tabs .tabs .content .item.item_content .icons .icon .description {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #769B64;
  width: 65%;
  margin: 0 auto;
}
.kyl_image_tabs .tabs .content .item.item_content .icons .icon .description p {
  margin: 0;
}
.kyl_image_tabs .tabs .content .item.item_faq .heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
  color: #0A0D0A;
  margin: 60px 0 20px 0;
}
.kyl_image_tabs .tabs .content .item.item_faq .faqs .faq {
  border-bottom: 1.5px solid #E6E6E6;
}
.kyl_image_tabs .tabs .content .item.item_faq .faqs .faq .question {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #0A0D0A;
  position: relative;
  cursor: pointer;
  padding: 18px 0;
}
.kyl_image_tabs .tabs .content .item.item_faq .faqs .faq .question:after {
  content: '';
  background-image: url("assets/Plus.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: 100ms;
}
.kyl_image_tabs .tabs .content .item.item_faq .faqs .faq .question.active:after {
  background-image: url("assets/Minus.svg");
}
.kyl_image_tabs .tabs .content .item.item_faq .faqs .faq .answer {
  display: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .kyl_image_tabs {
    padding: 0 20px;
  }
  .kyl_image_tabs > .image {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .kyl_image_tabs {
    display: block;
  }
  .kyl_image_tabs > .image {
    display: none;
  }
  .kyl_image_tabs .tabs {
    display: flex;
    flex: 0 0 100%;
    flex-wrap: wrap;
  }
  .kyl_image_tabs .tabs .head {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .kyl_image_tabs .tabs .head::-webkit-scrollbar {
    display: none;
  }
  .kyl_image_tabs .tabs .head .divider {
    left: 20px;
    right: 20px;
    width: auto;
  }
  .kyl_image_tabs .tabs .mobile_image {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  .kyl_image_tabs .tabs .mobile_image img {
    border-radius: 6px;
  }
  .kyl_image_tabs .tabs .content {
    width: 100%;
  }
  .kyl_image_tabs .tabs .content .item.item_content .heading {
    font-size: 20px !important;
    line-height: 25px !important;
    font-weight: 600 !important;
    margin: 15px 0 10px 0 !important;
  }
  .kyl_image_tabs .tabs .content .item.item_content .icons_heading {
    margin: 20px 0;
  }
  .kyl_image_tabs .tabs .content .item.item_content .faqs .faq .question {
    padding: 18px 20px 18px 0 !important;
  }
  .kyl_image_tabs .tabs .content .item.item_content .icons .icon {
    width: 100%;
    margin-right: 0;
  }
  .kyl_image_tabs .tabs .content .item.item_content .icons .icon .description {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
  }
}
.kyl_text.toggle_rows-yes .description {
  column-count: 2;
  width: 100%;
}
.kyl_text .subheading {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #ACACAC;
  margin-bottom: 5px;
}
.kyl_text .heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
  color: #0A0D0A;
  margin-bottom: 15px;
}
.kyl_text .description {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
  width: 80%;
}
@media (max-width: 1200px) {
  .kyl_text {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .kyl_text {
    padding: 0 20px;
  }
  .kyl_text .subheading {
    letter-spacing: 4px;
  }
  .kyl_text .heading {
    font-size: 25px;
    line-height: 29px;
    font-weight: 600;
    margin: 10px 0 15px 0;
  }
  .kyl_text .description {
    column-count: unset;
  }
}
.kyl_filter {
  margin: 50px 0;
}
.kyl_filter .subheading {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #ACACAC;
  text-transform: uppercase;
}
.kyl_filter > .heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  color: #0A0D0A;
  margin: 5px 0 20px 0;
  width: 55%;
  text-transform: uppercase;
}
.kyl_filter > .description {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
  margin-bottom: 25px;
}
.kyl_filter .mobile_toogle_filter {
  display: none;
}
.kyl_filter .toggle_filter {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #BF9780;
  margin-bottom: 15px;
  cursor: pointer;
}
.kyl_filter .mobile_filter {
  display: none !important;
}
.kyl_filter .filter,
.kyl_filter .mobile_filter {
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.kyl_filter .filter .form_control,
.kyl_filter .mobile_filter .form_control {
  width: 22%;
  max-width: 22%;
  margin-right: 1%;
}
.kyl_filter .filter .form_control:hover .container > div,
.kyl_filter .mobile_filter .form_control:hover .container > div {
  opacity: 1;
  pointer-events: all;
  width: max-content;
  min-width: 100%;
}
.kyl_filter .filter .form_control.search,
.kyl_filter .mobile_filter .form_control.search {
  position: relative;
}
.kyl_filter .filter .form_control.search input[type=text],
.kyl_filter .mobile_filter .form_control.search input[type=text] {
  font-family: 'Roboto', sans-serif;
  border: 1px solid #E7E7E7;
  border-radius: 23px;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  color: #0A0D0A;
  padding: 10px 15px 10px 40px;
  display: inline-block;
  width: 100%;
  outline: none;
  background-image: url("assets/search_grey.svg");
  background-size: 15px;
  background-position: 15px center;
  background-repeat: no-repeat;
}
.kyl_filter .filter .form_control .select,
.kyl_filter .mobile_filter .form_control .select {
  font-family: 'Roboto', sans-serif;
  border: 1px solid #E7E7E7;
  border-radius: 23px;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  color: #0A0D0A;
  padding: 10px 46px 10px 15px;
  display: inline-block;
  position: relative;
  cursor: initial;
  width: 100%;
}
.kyl_filter .filter .form_control .select .action,
.kyl_filter .mobile_filter .form_control .select .action {
  background-image: url("assets/arrow_select_beige.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}
.kyl_filter .filter .form_control .select.active,
.kyl_filter .mobile_filter .form_control .select.active {
  border: 1px solid #4E4F3A;
}
.kyl_filter .filter .form_control .select.active .action,
.kyl_filter .mobile_filter .form_control .select.active .action {
  background-image: url("assets/select_close_grey.svg");
  width: 9px;
  height: 9px;
  cursor: pointer;
}
.kyl_filter .filter .form_control .select .checked_count,
.kyl_filter .mobile_filter .form_control .select .checked_count {
  position: absolute;
  top: 50%;
  right: 28px;
  width: 22px;
  height: 22px;
  transform: translate(0, -50%);
  background-color: #EAEAEA;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #A6916A;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.kyl_filter .filter .form_control .container,
.kyl_filter .mobile_filter .form_control .container {
  position: relative;
  padding-top: 10px;
}
.kyl_filter .filter .form_control .container > div,
.kyl_filter .mobile_filter .form_control .container > div {
  background: #FFFFFF;
  box-shadow: 0px 5px 15px #00000026;
  border-radius: 6px;
  padding: 20px;
  margin-top: 10px;
  position: absolute;
  width: 100%;
  z-index: 100;
  top: 0;
  opacity: 0;
  transition: 500ms;
  pointer-events: none;
}
.kyl_filter .filter .form_control .container > div .subheading,
.kyl_filter .mobile_filter .form_control .container > div .subheading {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  color: #7C7C7C;
  margin: 25px 0 10px 0;
}
.kyl_filter .filter .form_control .container > div .subheading:first-child,
.kyl_filter .mobile_filter .form_control .container > div .subheading:first-child {
  margin-top: 0;
}
.kyl_filter .filter .form_control .container > div .selected_choices label,
.kyl_filter .mobile_filter .form_control .container > div .selected_choices label {
  background-image: url("assets/checkbox_checked.svg");
}
.kyl_filter .filter .form_control .container > div label,
.kyl_filter .mobile_filter .form_control .container > div label {
  font-family: 'Roboto', sans-serif;
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
  padding-left: 30px;
  background-image: url("assets/checkbox_empty.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top left;
  margin-bottom: 15px;
  cursor: pointer;
  word-break: break-word;
}
.kyl_filter .filter .form_control .container > div label:last-child,
.kyl_filter .mobile_filter .form_control .container > div label:last-child {
  margin-bottom: 0;
}
.kyl_filter .filter .form_control .container > div input,
.kyl_filter .mobile_filter .form_control .container > div input {
  display: none;
}
.kyl_filter .filter .form_control .container > div input:checked + label,
.kyl_filter .mobile_filter .form_control .container > div input:checked + label {
  background-image: url("assets/checkbox_checked.svg");
}
.kyl_filter .filter_infos {
  text-align: right;
  padding-top: 15px;
  border-top: 1px solid #DBDBDB;
}
.kyl_filter .filter_infos .result_count {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #ACACAC;
}
.kyl_filter .filter_results .no_entries_found {
  background-color: #F5F5F5;
  border-radius: 6px;
  padding: 40px 20px;
  width: 100%;
  height: fit-content;
}
.kyl_filter .filter_results .no_entries_found .heading {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #0A0D0A;
}
.kyl_filter .filter_results .no_entries_found .description {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #0A0D0A;
  font-family: 'Open Sans', sans-serif;
  margin-top: 10px;
}
.kyl_filter .filter_results .no_entries_found .description p {
  margin: 0;
}
.kyl_filter .filter_results.loading {
  min-height: 250px;
  position: relative;
}
.kyl_filter .filter_results.loading:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0A0D0A;
  opacity: 0.6;
  border-radius: 6px;
}
.kyl_filter .filter_results.loading:after {
  content: '';
  position: absolute;
  background-image: url("assets/loading.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 30px;
  width: 30px;
}
.kyl_filter .reload_container {
  display: flex;
  justify-content: center;
  padding-top: 35px;
}
.kyl_filter .reload_container .reload_items {
  font-family: 'Roboto', sans-serif;
  display: none;
  background-color: #BF9780;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #FFFFFF;
  padding: 10px 20px;
  cursor: pointer;
}
.kyl_filter .reload_container .reload_items.on_progress {
  position: relative;
}
.kyl_filter .reload_container .reload_items.on_progress:before {
  content: '';
  background-color: #000000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  border-radius: 10px;
}
.kyl_filter .reload_container .reload_items.on_progress:after {
  content: '';
  background-image: url("assets/loading.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kyl_filter .show_all {
  text-align: right;
  width: 100%;
}
.kyl_filter .show_all a {
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #BF9780;
  margin-top: 15px;
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
.kyl_filter .show_all a:hover:after {
  right: -5px;
}
.kyl_filter .show_all a:after {
  content: '';
  background-image: url("assets/Pfeil.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(180deg) translate(0, 50%);
  top: 50%;
  right: 0;
  transition: 0.2s;
}
@media (max-width: 1200px) {
  .kyl_filter {
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .kyl_filter {
    margin: 50px 0;
    padding: 0 20px;
  }
  .kyl_filter .heading {
    font-size: 25px;
    line-height: 29px;
    font-weight: 600;
    width: 100%;
    margin: 10px 0 15px;
  }
  .kyl_filter .toggle_filter,
  .kyl_filter .filter {
    display: none;
  }
  .kyl_filter .mobile_toogle_filter {
    display: block;
    width: 100%;
    background-color: #BF9780;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    padding: 13px 20px;
    margin-bottom: 20px;
    cursor: pointer;
    border-radius: 10px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
  }
  .kyl_filter .mobile_filter {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    padding: 0;
    left: 0;
  }
  .kyl_filter .mobile_filter.active {
    display: flex !important;
  }
  .kyl_filter .mobile_filter .overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: #0A0D0A;
    opacity: 0;
    transition: 1s;
  }
  .kyl_filter .mobile_filter .content {
    height: 100%;
    background-color: #FFFFFF;
    width: 90%;
    padding: 20px;
    position: absolute;
    right: -90%;
    transition: 1s;
  }
  .kyl_filter .mobile_filter .content .heading {
    font-size: 25px;
    line-height: 29px;
    font-weight: 600;
    color: #0A0D0A;
    text-transform: uppercase;
  }
  .kyl_filter .mobile_filter .content .close {
    background-image: url("assets/close_black.svg");
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 14px;
    width: 14px;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }
  .kyl_filter .mobile_filter .content .form_control {
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
  }
  .kyl_filter .mobile_filter .content .form_control.search {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DBDBDB;
  }
  .kyl_filter .mobile_filter .content .form_control.search input[type=text] {
    padding: 13px 20px 14px 45px;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
  }
  .kyl_filter .mobile_filter .content .form_control .select {
    padding: 13px 46px 13px 20px;
  }
  .kyl_filter .mobile_filter .content .form_control .select .text {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
  }
  .kyl_filter .mobile_filter .content .mobile_buttons {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    padding: 0 20px;
  }
  .kyl_filter .mobile_filter .content .mobile_buttons .show_results {
    border-radius: 10px;
    background-color: #BF9780;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #FFFFFF;
    padding: 13px 20px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
  }
  .kyl_filter .mobile_filter .content .mobile_buttons .reset_filter {
    padding: 13px 20px;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    color: #BF9780;
    cursor: pointer;
    text-align: center;
    font-family: 'Roboto', sans-serif;
  }
}
.kyl_vacancies_filter .filter_results {
  margin-top: 20px;
  border-radius: 6px;
}
.kyl_vacancies_filter .filter_results.no_logo .item .content .logo {
  display: none;
}
.kyl_vacancies_filter .filter_results.no_logo .item .content .head,
.kyl_vacancies_filter .filter_results.no_logo .item .content .job_description {
  padding-left: 0;
}
.kyl_vacancies_filter .filter_results .item {
  background-color: #FFFFFF;
  padding: 20px;
  display: flex;
  cursor: pointer;
  border-bottom: 0.5px solid #E5E5E5;
  border-right: 2px solid #F5F5F5;
  border-left: 2px solid #F5F5F5;
  transition: 300ms;
  min-height: 130px;
}
.kyl_vacancies_filter .filter_results .item:hover {
  box-shadow: 0px 0px 15px 5px #00000026;
  position: relative;
}
.kyl_vacancies_filter .filter_results .item:first-child {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-top: 0.5px solid #E5E5E5;
}
.kyl_vacancies_filter .filter_results .item:last-child {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.kyl_vacancies_filter .filter_results .item .logo {
  border: 1px solid #F5F5F5;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.kyl_vacancies_filter .filter_results .item .logo > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
  width: 80%;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.kyl_vacancies_filter .filter_results .item .content {
  width: 100%;
  padding: 0;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.kyl_vacancies_filter .filter_results .item .content .job_working_hours {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #7C7C7C;
  position: absolute;
  right: 0;
  top: 0;
}
.kyl_vacancies_filter .filter_results .item .content .head {
  display: flex;
  align-items: center;
  width: 50%;
  padding-left: 100px;
}
.kyl_vacancies_filter .filter_results .item .content .head .job_working_environment {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #7C7C7C;
  text-transform: uppercase;
}
.kyl_vacancies_filter .filter_results .item .content .head .job_name {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #585942;
  padding: 10px 0;
}
.kyl_vacancies_filter .filter_results .item .content .job_description {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #7C7C7C;
  width: 80%;
  padding-left: 125px;
}
.kyl_vacancies_filter .filter_results .item .content .job_location {
  font-family: 'Montserrat', sans-serif;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #585942;
  padding-left: 16px;
}
.kyl_vacancies_filter .filter_results .item .content .job_location:before {
  content: '';
  background-image: url("assets/place_black.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 11px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media (max-width: 768px) {
  .kyl_vacancies_filter .filter_results {
    margin-top: 15px;
  }
  .kyl_vacancies_filter .filter_results.no_logo .item .content .job_description {
    padding-top: 0;
  }
  .kyl_vacancies_filter .filter_results .item {
    border-left: unset;
    border-right: unset;
  }
  .kyl_vacancies_filter .filter_results .item .content .logo {
    width: 70px;
    height: 70px;
  }
  .kyl_vacancies_filter .filter_results .item .content .head {
    padding-left: 85px;
  }
  .kyl_vacancies_filter .filter_results .item .content:after {
    content: '';
    background-image: url("assets/arrow_beige.svg");
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 0;
    bottom: 3px;
    transform: rotate(180deg);
  }
  .kyl_vacancies_filter .filter_results .item .content .job_description {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-top: 20px;
  }
  .kyl_vacancies_filter .filter_results .item .content .job_location {
    position: relative;
  }
}
.vavancies_notice {
  background-color: #BF9780;
  padding: 30px 0;
  text-align: center;
  margin-top: 100px;
}
.vavancies_notice > div .heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 10px;
  width: 100%;
}
.vavancies_notice > div .description {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #FFFFFF;
  margin-bottom: 10px;
  width: 100%;
}
.vavancies_notice > div .show_more {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #FFFFFF;
  padding-right: 15px;
  cursor: pointer;
  position: relative;
}
.vavancies_notice > div .show_more:after {
  content: '';
  background-image: url("assets/Pfeil_weiss.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(180deg) translate(0, 50%);
  top: 50%;
  right: 0;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .vavancies_notice {
    border-radius: 6px;
  }
  .vavancies_notice > div .heading {
    margin-bottom: 15px;
  }
  .vavancies_notice > div .description {
    margin-bottom: 15px;
  }
}
.kyl_employer_filter .filter_results {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.kyl_employer_filter .filter_results .item {
  display: flex;
  border-radius: 6px;
  border: 1px solid #F5F5F5;
  background-color: #FFFFFF;
  padding: 20px;
  cursor: pointer;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1.33%;
  flex-wrap: wrap;
  transition: 300ms;
}
.kyl_employer_filter .filter_results .item:nth-child(3n) {
  margin-right: 0;
}
.kyl_employer_filter .filter_results .item:hover {
  border: 1px solid #ebebeb;
  box-shadow: 0px 5px 20px 0px #00000026;
  position: relative;
}
.kyl_employer_filter .filter_results .item:first-child {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-top: 0.5px solid #E5E5E5;
}
.kyl_employer_filter .filter_results .item:last-child {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.kyl_employer_filter .filter_results .item .logo {
  border: 1px solid #F5F5F5;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  position: relative;
}
.kyl_employer_filter .filter_results .item .logo > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
  width: 80%;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.kyl_employer_filter .filter_results .item .content {
  width: calc(100% - 75px);
  padding: 0px 15px;
  position: relative;
}
.kyl_employer_filter .filter_results .item .content .industry {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #7C7C7C;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.kyl_employer_filter .filter_results .item .content .name {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
}
.kyl_employer_filter .filter_results .item .content .vancancies_count {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  color: #0A0D0A;
}
.kyl_employer_filter .filter_results .item .vancancies_count {
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #0A0D0A;
  padding-top: 20px;
}
@media (max-width: 1200px) {
  .kyl_employer_filter .filter_results .item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .kyl_employer_filter .filter_results .item:nth-child(3n) {
    margin-right: 0;
  }
  .kyl_employer_filter .filter_results .item:nth-child(4n) {
    margin-right: 2%;
  }
}
@media (max-width: 768px) {
  .kyl_employer_filter .filter_results {
    margin-top: 15px;
  }
  .kyl_employer_filter .filter_results .item {
    width: 100%;
    max-width: unset;
    margin-right: 0 !important;
    margin-bottom: 15px;
    position: relative;
  }
  .kyl_employer_filter .filter_results .item:last-child {
    margin-bottom: 0;
  }
  .kyl_employer_filter .filter_results .item:after {
    content: '';
    background-image: url("assets/pfeil_schwarz.svg");
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 20px;
    bottom: 23px;
    transform: rotate(180deg);
  }
}
.kyl_employer_detail {
  display: flex;
}
.kyl_employer_detail .content {
  flex: 0 0 75%;
  padding-right: 50px;
  border-right: 1px solid #DBDBDB;
}
.kyl_employer_detail .content h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
  color: #0A0D0A;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 20px;
  text-transform: uppercase;
  margin: 35px 0;
}
.kyl_employer_detail .content .company_description {
  margin-bottom: 30px;
}
.kyl_employer_detail .content .company_description h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #0A0D0A;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.kyl_employer_detail .content .company_description .description {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
  column-count: 2;
}
.kyl_employer_detail .content .we_bid {
  margin-bottom: 60px;
}
.kyl_employer_detail .content .we_bid h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #0A0D0A;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.kyl_employer_detail .content .we_bid .items {
  display: flex;
  flex-wrap: wrap;
}
.kyl_employer_detail .content .we_bid .items .item {
  text-align: center;
  width: calc(50% - 10px);
  margin-right: 20px;
  border: 1px solid #DBDBDB;
  display: flex;
  padding: 15px;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 6px;
}
.kyl_employer_detail .content .we_bid .items .item:nth-child(2n) {
  margin-right: 0;
}
.kyl_employer_detail .content .we_bid .items .item .image .icon {
  background-image: url("assets/Benefit.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.kyl_employer_detail .content .we_bid .items .item .description {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #769B64;
  width: 65%;
  margin: 0 auto;
}
.kyl_employer_detail .content .company_images {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.kyl_employer_detail .content .company_images .swiper-wrapper .swiper-slide {
  width: 100% !important;
}
.kyl_employer_detail .content .company_images .swiper-wrapper .swiper-slide img {
  box-shadow: 0px 0px 6px #0000001A;
  border-radius: 6px;
  height: 450px;
  object-fit: cover;
  width: 100%;
}
.kyl_employer_detail .content .company_images .swiper-wrapper .swiper-slide .description {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  color: #ACACAC;
  text-align: right;
  padding-top: 5px;
}
.kyl_employer_detail .content .company_images .slide_next,
.kyl_employer_detail .content .company_images .slide_prev {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
}
.kyl_employer_detail .content .company_images .slide_next:after,
.kyl_employer_detail .content .company_images .slide_prev:after {
  content: '';
  position: absolute;
  width: 17px;
  height: 17px;
  background-image: url("assets/arrow_half_white.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translate(-50%, -50%);
}
.kyl_employer_detail .content .company_images .slide_next {
  right: 5px;
}
.kyl_employer_detail .content .company_images .slide_next:after {
  left: 50%;
  transform: translate(-50%, -50%) rotate(270deg);
}
.kyl_employer_detail .content .company_images .slide_prev {
  left: 5px;
}
.kyl_employer_detail .content .company_images .slide_prev:after {
  left: 49%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.kyl_employer_detail .content .sustainability h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #0A0D0A;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.kyl_employer_detail .content .sustainability .description {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
}
.kyl_employer_detail .company_slide {
  flex: 0 0 25%;
  padding: 20px 20px 0 20px;
}
.kyl_employer_detail .company_slide > div {
  text-align: center;
  position: sticky;
  top: 50px;
}
.kyl_employer_detail .company_slide > div img {
  width: 75%;
  margin-bottom: 20px;
}
.kyl_employer_detail .company_slide > div .contact {
  text-align: center;
  margin-bottom: 80px;
}
.kyl_employer_detail .company_slide > div .contact div {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
}
.kyl_employer_detail .company_slide > div .contact div a {
  color: #BF9780;
  text-decoration: underline;
}
.kyl_employer_detail .company_slide > div .informations {
  margin-bottom: 80px;
  text-align: center;
}
.kyl_employer_detail .company_slide > div .informations .item {
  margin-bottom: 25px;
}
.kyl_employer_detail .company_slide > div .informations .item:last-child {
  margin-bottom: 0;
}
.kyl_employer_detail .company_slide > div .informations .item .heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #ACACAC;
  text-transform: uppercase;
}
.kyl_employer_detail .company_slide > div .informations .item .info {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #0A0D0A;
  text-transform: uppercase;
}
.kyl_employer_detail .company_slide > div .vacancies_count {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 10px 20px;
  background-color: #BF9780;
  border-radius: 10px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .kyl_employer_detail {
    padding: 0 20px !important;
  }
}
@media (max-width: 768px) {
  .kyl_employer_detail {
    flex-wrap: wrap;
  }
  .kyl_employer_detail .content {
    order: 2;
    margin-right: 0;
    border-right: unset;
    padding: 0;
    flex: 0 0 100%;
  }
  .kyl_employer_detail .content h1 {
    font-size: 25px;
    line-height: 29px;
    font-weight: 600;
    margin: 50px 0 15px 0;
  }
  .kyl_employer_detail .content .company_description {
    margin-bottom: 80px;
  }
  .kyl_employer_detail .content .company_description .description {
    column-count: unset;
  }
  .kyl_employer_detail .content .we_bid .items .item {
    width: 100%;
    margin-right: 0;
  }
  .kyl_employer_detail .content .we_bid .items .item .image img {
    width: 75px;
    height: 75px;
    object-fit: contain;
  }
  .kyl_employer_detail .content .we_bid .items .item .description {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
  }
  .kyl_employer_detail .content .company_images .swiper-wrapper .swiper-slide img {
    height: 250px;
  }
  .kyl_employer_detail .content .company_images .slide_next,
  .kyl_employer_detail .content .company_images .slide_prev {
    display: none !important;
  }
  .kyl_employer_detail .content .sustainability .description {
    column-count: unset;
  }
  .kyl_employer_detail .company_slide {
    order: 1;
    width: 100%;
    padding: 0;
    flex: 0 0 100%;
  }
  .kyl_employer_detail .company_slide > div {
    position: relative;
    top: unset;
    text-align: left;
  }
  .kyl_employer_detail .company_slide > div img {
    width: 50%;
    margin: 30px 0px;
  }
  .kyl_employer_detail .company_slide > div .contact {
    text-align: left;
    margin-bottom: 25px;
  }
  .kyl_employer_detail .company_slide > div .contact > div {
    padding-bottom: 5px;
  }
  .kyl_employer_detail .company_slide > div .informations {
    text-align: left;
    margin-bottom: 25px;
  }
  .kyl_employer_detail .company_slide > div .informations .item .heading {
    padding-bottom: 3px;
  }
}
.kyl_breadcrumb {
  margin-top: 20px;
  font-family: 'Roboto', sans-serif;
}
.kyl_breadcrumb a {
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #ACACAC;
}
.kyl_breadcrumb a.current {
  color: #0A0D0A;
}
.kyl_breadcrumb span.divider {
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  color: #ACACAC;
  margin: 0 5px 0 3px;
}
@media (max-width: 1200px) {
  .kyl_breadcrumb {
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .kyl_breadcrumb {
    padding: 0 20px;
    margin-top: 15px;
  }
  .kyl_breadcrumb .divider,
  .kyl_breadcrumb a {
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: normal !important;
    padding: 0 !important;
  }
}
.kyl_story_slider_container {
  overflow: hidden !important;
  margin: 100px 0;
}
.kyl_story_slider_container > div {
  max-width: unset !important;
}
.kyl_story_slider {
  max-width: 1140px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.kyl_story_slider .overlay {
  background-color: #E2DED6;
  height: 75%;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: -1;
  bottom: 0;
}
.kyl_story_slider .subheading {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #ACACAC;
  padding-bottom: 5px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.kyl_story_slider .heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  color: #0A0D0A;
  text-transform: uppercase;
}
.kyl_story_slider .description {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
}
.kyl_story_slider .story_slider {
  position: relative;
}
.kyl_story_slider .story_slider .swiper-wrapper .swiper-slide:hover > .content {
  box-shadow: 0px 0px 8px 6px #0000001a;
  transform: translateY(-10px);
}
.kyl_story_slider .story_slider .swiper-wrapper .swiper-slide:hover > .content .content .info .show_more {
  color: #585942;
}
.kyl_story_slider .story_slider .swiper-wrapper .swiper-slide:hover > .content .content .info .show_more:after {
  background-image: url("assets/pfeil_schwarz.svg");
  right: -5px;
}
.kyl_story_slider .story_slider .swiper-wrapper .swiper-slide > .content {
  border-radius: 6px;
  box-shadow: 0px 0px 6px #0000001A;
  cursor: pointer;
  background-color: #FFFFFF;
  height: unset !important;
  transition: transform 250ms;
}
.kyl_story_slider .story_slider .swiper-wrapper .swiper-slide > .content .head_image {
  height: 150px;
  max-height: 150px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.kyl_story_slider .story_slider .swiper-wrapper .swiper-slide > .content .content {
  padding: 20px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.kyl_story_slider .story_slider .swiper-wrapper .swiper-slide > .content .content .autor_image {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 2px solid #F5F5F5;
}
.kyl_story_slider .story_slider .swiper-wrapper .swiper-slide > .content .content .info {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
}
.kyl_story_slider .story_slider .swiper-wrapper .swiper-slide > .content .content .info .name {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  color: #ACACAC;
  width: 100%;
  margin-bottom: 10px;
}
.kyl_story_slider .story_slider .swiper-wrapper .swiper-slide > .content .content .info .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #0A0D0A;
  width: 100%;
  margin-bottom: 30px;
}
.kyl_story_slider .story_slider .swiper-wrapper .swiper-slide > .content .content .info .post_date {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  color: #ACACAC;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.kyl_story_slider .story_slider .swiper-wrapper .swiper-slide > .content .content .info .show_more {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #BF9780;
  padding-right: 15px;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.kyl_story_slider .story_slider .swiper-wrapper .swiper-slide > .content .content .info .show_more:after {
  content: '';
  background-image: url("assets/arrow_beige.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(180deg) translate(0, 50%);
  top: 50%;
  right: 0;
  transition: 0.2s;
}
.kyl_story_slider .story_slider .slide_next,
.kyl_story_slider .story_slider .slide_prev {
  position: absolute;
  background-color: #FFFFFF;
  width: 45px;
  height: 45px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  box-shadow: 0px 3px 10px #0000001A;
}
.kyl_story_slider .story_slider .slide_next:after,
.kyl_story_slider .story_slider .slide_prev:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 14px;
  background-image: url("assets/arrow_beige_small.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translate(-50%, -50%);
}
.kyl_story_slider .story_slider .slide_next {
  right: 5px;
}
.kyl_story_slider .story_slider .slide_next:after {
  left: 50%;
}
.kyl_story_slider .story_slider .slide_prev {
  left: 5px;
}
.kyl_story_slider .story_slider .slide_prev:after {
  left: 49%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.kyl_story_slider .show_all {
  text-align: right;
  width: 100%;
}
.kyl_story_slider .show_all a {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #0A0D0A;
  margin-top: 20px;
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
.kyl_story_slider .show_all a:hover:after {
  right: -5px;
}
.kyl_story_slider .show_all a:after {
  content: '';
  background-image: url("assets/pfeil_schwarz.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(180deg) translate(0, 50%);
  top: 50%;
  right: 0;
  transition: 0.2s;
}
@media (max-width: 1200px) {
  .kyl_story_slider {
    padding: 0 20px;
  }
  .kyl_story_slider .slide_next,
  .kyl_story_slider .slide_prev {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .kyl_story_slider {
    padding: 0 20px;
  }
  .kyl_story_slider .heading {
    font-size: 25px;
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .kyl_story_slider .description {
    margin-bottom: 30px;
  }
  .kyl_story_slider .overlay {
    height: 60%;
  }
  .kyl_story_slider .story_slider .slide_next,
  .kyl_story_slider .story_slider .slide_prev {
    display: none !important;
  }
}
.kyl_vacancies_detail {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.kyl_vacancies_detail .content {
  flex: 0 0 75%;
  padding-right: 50px;
  border-right: 1px solid #DBDBDB;
}
.kyl_vacancies_detail .content h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
  color: #0A0D0A;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 20px;
  text-transform: uppercase;
  margin: 35px 0;
}
.kyl_vacancies_detail .content .job_tasks {
  margin-bottom: 30px;
}
.kyl_vacancies_detail .content .job_tasks h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #0A0D0A;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.kyl_vacancies_detail .content .job_tasks .description {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
}
.kyl_vacancies_detail .content .job_tasks .description ul {
  padding-left: 0;
  margin: 0;
}
.kyl_vacancies_detail .content .job_tasks .description ul li {
  list-style-type: none;
  padding-left: 20px;
  position: relative;
}
.kyl_vacancies_detail .content .job_tasks .description ul li:before {
  content: '';
  position: absolute;
  left: 0;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: black;
  top: 6px;
}
.kyl_vacancies_detail .content .job_your_profile {
  margin-bottom: 30px;
}
.kyl_vacancies_detail .content .job_your_profile h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #0A0D0A;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.kyl_vacancies_detail .content .job_your_profile .description {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
}
.kyl_vacancies_detail .content .job_your_profile .description ul {
  padding-left: 0;
}
.kyl_vacancies_detail .content .job_your_profile .description ul li {
  list-style-type: none;
  padding-left: 20px;
  position: relative;
}
.kyl_vacancies_detail .content .job_your_profile .description ul li:before {
  content: '';
  position: absolute;
  left: 0;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: black;
  top: 6px;
}
.kyl_vacancies_detail .content .we_bid {
  margin-bottom: 60px;
}
.kyl_vacancies_detail .content .we_bid h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #0A0D0A;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.kyl_vacancies_detail .content .we_bid .items {
  display: flex;
  flex-wrap: wrap;
}
.kyl_vacancies_detail .content .we_bid .items .item {
  text-align: center;
  width: calc(50% - 10px);
  margin-right: 20px;
  border: 1px solid #DBDBDB;
  display: flex;
  padding: 15px;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 6px;
}
.kyl_vacancies_detail .content .we_bid .items .item:nth-child(2n) {
  margin-right: 0;
}
.kyl_vacancies_detail .content .we_bid .items .item .image .icon {
  background-image: url("assets/Benefit.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.kyl_vacancies_detail .content .we_bid .items .item .description {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #769B64;
  width: 65%;
  margin: 0 auto;
}
.kyl_vacancies_detail .content .company_images {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.kyl_vacancies_detail .content .company_images .swiper-wrapper .swiper-slide {
  width: 100% !important;
}
.kyl_vacancies_detail .content .company_images .swiper-wrapper .swiper-slide img {
  box-shadow: 0px 0px 6px #0000001A;
  border-radius: 6px;
  height: 450px;
  object-fit: cover;
  width: 100%;
}
.kyl_vacancies_detail .content .company_images .swiper-wrapper .swiper-slide .description {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  color: #ACACAC;
  text-align: right;
  padding-top: 5px;
}
.kyl_vacancies_detail .content .company_images .slide_next,
.kyl_vacancies_detail .content .company_images .slide_prev {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  display: none;
}
.kyl_vacancies_detail .content .company_images .slide_next:after,
.kyl_vacancies_detail .content .company_images .slide_prev:after {
  content: '';
  position: absolute;
  width: 17px;
  height: 17px;
  background-image: url("assets/arrow_half_white.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translate(-50%, -50%);
}
.kyl_vacancies_detail .content .company_images .slide_next {
  right: 5px;
}
.kyl_vacancies_detail .content .company_images .slide_next:after {
  left: 50%;
  transform: translate(-50%, -50%) rotate(270deg);
}
.kyl_vacancies_detail .content .company_images .slide_prev {
  left: 5px;
}
.kyl_vacancies_detail .content .company_images .slide_prev:after {
  left: 49%;
  transform: translate(-50%, -50%) rotate(90deg);
}
.kyl_vacancies_detail .content .sustainability h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #0A0D0A;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}
.kyl_vacancies_detail .content .sustainability .description {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
  column-count: 2;
}
.kyl_vacancies_detail .company_slide {
  padding: 20px 0;
  flex: 0 0 25%;
}
.kyl_vacancies_detail .company_slide > div {
  text-align: center;
  position: sticky;
  top: 50px;
}
.kyl_vacancies_detail .company_slide > div .job_name {
  display: none;
}
.kyl_vacancies_detail .company_slide > div > .heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  line-height: 29px;
  font-weight: 600;
  color: #0A0D0A;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.kyl_vacancies_detail .company_slide > div .contact {
  text-align: center;
  margin-bottom: 80px;
}
.kyl_vacancies_detail .company_slide > div .contact div {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
}
.kyl_vacancies_detail .company_slide > div .contact div a {
  color: #BF9780;
  text-decoration: underline;
}
.kyl_vacancies_detail .company_slide > div .informations {
  margin-bottom: 40px;
  text-align: center;
}
.kyl_vacancies_detail .company_slide > div .informations .item {
  margin-bottom: 25px;
}
.kyl_vacancies_detail .company_slide > div .informations .item:last-child {
  margin-bottom: 0;
}
.kyl_vacancies_detail .company_slide > div .informations .item .heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #ACACAC;
  text-transform: uppercase;
}
.kyl_vacancies_detail .company_slide > div .informations .item .info {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #0A0D0A;
  text-transform: uppercase;
}
.kyl_vacancies_detail .company_slide > div .informations a {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: #BF9780;
  padding-right: 15px;
  cursor: pointer;
  position: relative;
}
.kyl_vacancies_detail .company_slide > div .informations a:after {
  content: '';
  background-image: url("assets/arrow_beige.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(180deg) translate(0, 50%);
  top: 50%;
  right: 0;
  transition: 0.2s;
}
.kyl_vacancies_detail .company_slide > div .contact .heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  line-height: 29px;
  font-weight: 600;
  color: #0A0D0A;
  text-transform: uppercase;
}
.kyl_vacancies_detail .company_slide > div .contact .avatar {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  margin: 20px auto;
}
.kyl_vacancies_detail .company_slide > div .contact .name {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #0A0D0A;
  margin-bottom: 5px;
}
.kyl_vacancies_detail .company_slide > div .contact .position {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #ACACAC;
  margin-bottom: 5px;
}
.kyl_vacancies_detail .company_slide > div .contact a {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: #BF9780;
}
.kyl_vacancies_detail .company_slide > div .contact .apply_now {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 13px 20px;
  background-color: #BF9780;
  border-radius: 10px;
  margin-top: 20px;
}
.kyl_vacancies_detail .job_apply {
  width: 75%;
  margin-top: 80px;
}
.kyl_vacancies_detail .job_apply .heading {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #0A0D0A;
  text-transform: uppercase;
}
.kyl_vacancies_detail .job_apply .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 25px 0 10px 0;
}
.kyl_vacancies_detail .job_apply .form .form-control {
  width: 48%;
}
.kyl_vacancies_detail .job_apply .form .form-control input[type=text],
.kyl_vacancies_detail .job_apply .form .form-control input[type=email],
.kyl_vacancies_detail .job_apply .form .form-control label {
  display: block;
  width: 100%;
  border: 1px solid #E7E7E7;
  border-radius: 23px;
  padding: 15px 20px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #ACACAC;
  outline: none;
}
.kyl_vacancies_detail .job_apply .form .form-control input[type=text]:hover,
.kyl_vacancies_detail .job_apply .form .form-control input[type=email]:hover,
.kyl_vacancies_detail .job_apply .form .form-control label:hover,
.kyl_vacancies_detail .job_apply .form .form-control input[type=text] .active,
.kyl_vacancies_detail .job_apply .form .form-control input[type=email] .active,
.kyl_vacancies_detail .job_apply .form .form-control label .active {
  border: 1px solid #0A0D0A;
}
.kyl_vacancies_detail .job_apply .form .form-control label {
  position: relative;
  cursor: pointer;
}
.kyl_vacancies_detail .job_apply .form .form-control label:after {
  content: '';
  position: absolute;
  background-image: url("assets/upload.svg");
  width: 18px;
  height: 12px;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.kyl_vacancies_detail .job_apply .form .form-control input[type=file] {
  display: none;
}
.kyl_vacancies_detail .job_apply .apply_send {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 13px 20px;
  background-color: #BF9780;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .kyl_vacancies_detail {
    padding: 0 20px;
  }
  .kyl_vacancies_detail .content {
    padding-right: 20px;
  }
  .kyl_vacancies_detail .company_slide {
    padding: 20px 0 0 20px;
  }
  .kyl_vacancies_detail .job_apply {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .kyl_vacancies_detail {
    flex-wrap: wrap;
  }
  .kyl_vacancies_detail .content {
    order: 3;
    padding: 0 20px;
    margin-right: 0;
    border-right: unset;
    flex: 0 0 100%;
    margin-top: 80px;
  }
  .kyl_vacancies_detail .content h1 {
    display: none;
  }
  .kyl_vacancies_detail .content .company_description {
    margin-bottom: 80px;
  }
  .kyl_vacancies_detail .content .company_description .description {
    column-count: unset;
  }
  .kyl_vacancies_detail .content .we_bid .items .item {
    width: 100%;
    margin-right: 0;
  }
  .kyl_vacancies_detail .content .we_bid .items .item .image img {
    width: 75px;
    height: 75px;
    object-fit: contain;
  }
  .kyl_vacancies_detail .content .we_bid .items .item .description {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
  }
  .kyl_vacancies_detail .content .job_your_profile {
    margin: 80px 0;
  }
  .kyl_vacancies_detail .content .company_images .swiper-wrapper .swiper-slide img {
    height: 250px;
  }
  .kyl_vacancies_detail .content .company_images .slide_next,
  .kyl_vacancies_detail .content .company_images .slide_prev {
    display: none !important;
  }
  .kyl_vacancies_detail .content .sustainability .description {
    column-count: unset;
  }
  .kyl_vacancies_detail .company_slide {
    order: 1;
    flex: 0 0 100%;
    padding: 0 20px;
  }
  .kyl_vacancies_detail .company_slide > div {
    position: relative;
    top: unset;
    text-align: left;
  }
  .kyl_vacancies_detail .company_slide > div .job_name {
    display: block;
    font-size: 25px;
    line-height: 29px;
    font-weight: 600;
    color: #0A0D0A;
    margin: 30px 0;
  }
  .kyl_vacancies_detail .company_slide > div > .heading {
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .kyl_vacancies_detail .company_slide > div .contact {
    text-align: left;
    margin-bottom: 25px;
  }
  .kyl_vacancies_detail .company_slide > div .contact > div {
    padding-bottom: 5px;
  }
  .kyl_vacancies_detail .company_slide > div .informations {
    text-align: left;
    margin-bottom: 25px;
  }
  .kyl_vacancies_detail .company_slide > div .informations .item .heading {
    padding-bottom: 3px;
  }
  .kyl_vacancies_detail .company_slide > div .contact {
    display: flex;
    flex-wrap: wrap;
  }
  .kyl_vacancies_detail .company_slide > div .contact .heading {
    display: none;
  }
  .kyl_vacancies_detail .company_slide > div .contact .avatar {
    width: 70px;
    height: 70px;
    margin: 0;
  }
  .kyl_vacancies_detail .company_slide > div .contact .inner_container {
    padding-left: 20px;
  }
  .kyl_vacancies_detail .company_slide > div .contact .apply_now {
    display: none;
  }
  .kyl_vacancies_detail .job_apply {
    order: 2;
    width: 100%;
    padding: 0 20px;
    margin-top: 20px;
  }
  .kyl_vacancies_detail .job_apply .form .form-control {
    width: 100%;
  }
  .kyl_vacancies_detail .job_apply .apply_send {
    width: 100%;
    text-align: center;
  }
}
.kyl_magazin_container > div {
  max-width: unset !important;
}
.kyl_magazin {
  display: flex;
  height: calc(100vh - 60px);
}
.kyl_magazin .inner_sec_1 {
  flex: 0 0 50%;
  display: flex;
  justify-content: right;
}
.kyl_magazin .inner_sec_1 > div {
  max-width: calc((1140px / 2) - 50px);
  margin-right: 50px;
  display: flex;
  align-items: center;
  position: relative;
}
.kyl_magazin .inner_sec_1 > div .kyl_breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
}
.kyl_magazin .inner_sec_1 > div .content .subheading {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #ACACAC;
  margin-bottom: 5px;
}
.kyl_magazin .inner_sec_1 > div .content .heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  color: #0A0D0A;
}
.kyl_magazin .inner_sec_1 > div .content .description {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
  margin: 15px 0 25px;
}
.kyl_magazin .inner_sec_1 > div .content .description p {
  margin: 0;
}
.kyl_magazin .inner_sec_1 > div .content .btn_magazin {
  margin-right: 15px;
}
.kyl_magazin .inner_sec_2 {
  flex: 0 0 50%;
  background-color: #E2DED6;
  display: flex;
  align-items: center;
}
.kyl_magazin .inner_sec_2 > div {
  margin-left: 50px;
  max-width: calc((1140px / 2) - 50px);
  text-align: center;
}
.kyl_magazin .inner_sec_2 > div .heading {
  font-family: 'Montserrat', sans-serif;
  text-align: left;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #0A0D0A;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.kyl_magazin .inner_sec_2 > div .items {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.kyl_magazin .inner_sec_2 > div .items .item {
  flex: 0 0 100%;
  border: 1px solid #F5F5F5;
  padding: 20px;
  background-color: #FFFFFF;
  display: flex;
  cursor: pointer;
}
.kyl_magazin .inner_sec_2 > div .items .item:first-child {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.kyl_magazin .inner_sec_2 > div .items .item:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.kyl_magazin .inner_sec_2 > div .items .item:hover {
  border: 1px solid #ebebeb;
  box-shadow: 0px 5px 20px 0px #00000026;
  position: relative;
}
.kyl_magazin .inner_sec_2 > div .items .item:hover .content a {
  color: #0A0D0A;
}
.kyl_magazin .inner_sec_2 > div .items .item:hover .content a:after {
  right: -5px;
  background-image: url("assets/pfeil_schwarz.svg");
}
.kyl_magazin .inner_sec_2 > div .items .item .image {
  border-radius: 6px;
  height: 110px;
  width: 150px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.kyl_magazin .inner_sec_2 > div .items .item .content {
  padding-left: 20px;
  position: relative;
  max-width: calc(100% - 150px);
  padding-bottom: 40px;
}
.kyl_magazin .inner_sec_2 > div .items .item .content .post_date {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  color: #ACACAC;
  margin-bottom: 10px;
}
.kyl_magazin .inner_sec_2 > div .items .item .content .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #0A0D0A;
}
.kyl_magazin .inner_sec_2 > div .items .item .content a {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #BF9780;
  position: absolute;
  bottom: 0;
  display: inline-block;
  padding-right: 15px;
}
.kyl_magazin .inner_sec_2 > div .items .item .content a:after {
  content: '';
  background-image: url("assets/arrow_beige.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(180deg) translate(0, 50%);
  top: 50%;
  right: 0;
  transition: 0.2s;
}
.kyl_magazin .inner_sec_2 > div .show_more {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
  cursor: pointer;
  position: relative;
  padding-bottom: 15px;
  margin-top: 50px;
}
.kyl_magazin .inner_sec_2 > div .show_more:hover:after {
  right: -5px;
}
.kyl_magazin .inner_sec_2 > div .show_more:after {
  content: '';
  background-image: url("assets/pfeil_schwarz.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0) rotate(270deg);
  transition: 0.2s;
}
@media (max-width: 768px) {
  .kyl_magazin {
    flex-wrap: wrap;
    height: auto;
  }
  .kyl_magazin .inner_sec_1 {
    flex: 0 0 100%;
  }
  .kyl_magazin .inner_sec_1 > div {
    margin-right: 0;
    padding: 0 20px;
    display: block;
  }
  .kyl_magazin .inner_sec_1 > div .breadcrumb {
    position: relative;
    padding: 0;
    margin: 0;
  }
  .kyl_magazin .inner_sec_1 > div .content {
    margin: 35px 0 40px 0;
  }
  .kyl_magazin .inner_sec_1 > div .content .heading {
    font-size: 25px;
    line-height: 29px;
    font-weight: 600;
  }
  .kyl_magazin .inner_sec_1 > div .content .btn_magazin {
    width: 48%;
    margin-right: 2%;
    text-align: center;
  }
  .kyl_magazin .inner_sec_1 > div .content .btn_story {
    width: 48%;
    text-align: center;
  }
  .kyl_magazin .inner_sec_2 {
    flex: 0 0 100%;
  }
  .kyl_magazin .inner_sec_2 > div {
    margin-left: 0;
    padding: 30px 20px;
  }
  .kyl_magazin .inner_sec_2 > div .items .item {
    position: relative;
  }
  .kyl_magazin .inner_sec_2 > div .items .item:after {
    content: '';
    background-image: url("assets/arrow_beige_small.svg");
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 10px;
    height: 15px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
  }
  .kyl_magazin .inner_sec_2 > div .items .item .image {
    height: 70px;
    width: 100px;
  }
  .kyl_magazin .inner_sec_2 > div .items .item .content {
    padding: 0 0 0 20px;
    max-width: calc(100% - 100px);
  }
  .kyl_magazin .inner_sec_2 > div .items .item .content .post_date {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 5px;
  }
  .kyl_magazin .inner_sec_2 > div .items .item .content a {
    display: none;
  }
}
.kyl_magazin_filter .filter {
  justify-content: unset;
}
.kyl_magazin_filter .filter .form_control {
  margin-right: 1%;
}
.kyl_magazin_filter .filter_results {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  min-height: 300px;
}
.kyl_magazin_filter .filter_results .item {
  width: 24%;
  margin-right: 1.33%;
  margin-bottom: 1.33%;
  cursor: pointer;
}
.kyl_magazin_filter .filter_results .item:nth-child(4n) {
  margin-right: 0;
}
.kyl_magazin_filter .filter_results .item:hover > .content {
  box-shadow: 0px 0px 8px 6px #0000001a;
  transform: translateY(-10px);
}
.kyl_magazin_filter .filter_results .item:hover > .content .content .read_more {
  color: #0A0D0A;
}
.kyl_magazin_filter .filter_results .item:hover > .content .content .read_more:after {
  right: -5px;
  background-image: url("assets/pfeil_schwarz.svg");
}
.kyl_magazin_filter .filter_results .item > .content {
  border-radius: 6px;
  box-shadow: 0px 3px 6px #0000001A;
  transition: transform 250ms;
  height: 100%;
}
.kyl_magazin_filter .filter_results .item > .content .image {
  border-radius: 6px 6px 0px 0px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 150px;
  width: 100%;
}
.kyl_magazin_filter .filter_results .item > .content .content {
  padding: 20px;
  position: relative;
}
.kyl_magazin_filter .filter_results .item > .content .content .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #0A0D0A;
  margin-bottom: 10px;
}
.kyl_magazin_filter .filter_results .item > .content .content .description {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px !important;
  line-height: 20px !important;
  font-weight: normal !important;
  color: #0A0D0A;
  margin-bottom: 35px;
}
.kyl_magazin_filter .filter_results .item > .content .content .description p {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px !important;
  line-height: 20px !important;
  font-weight: normal !important;
}
.kyl_magazin_filter .filter_results .item > .content .content .description strong {
  font-weight: 500;
}
.kyl_magazin_filter .filter_results .item > .content .content .post_date {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  color: #ACACAC;
  text-transform: uppercase;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.kyl_magazin_filter .filter_results .item > .content .content .read_more {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #BF9780;
  margin-top: 15px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding-right: 15px;
}
.kyl_magazin_filter .filter_results .item > .content .content .read_more:after {
  content: '';
  background-image: url("assets/Pfeil.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(180deg) translate(0, 50%);
  top: 50%;
  right: 0;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .kyl_magazin_filter .filter_results .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.kyl_magazin_detail .heading_image {
  border-radius: 6px;
  height: 450px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  margin: 15px 0 50px;
}
.kyl_magazin_detail .heading_image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  background-color: #0A0D0A;
  opacity: 0.2;
}
.kyl_magazin_detail .heading_image .content {
  position: absolute;
  bottom: 35px;
  left: 35px;
  width: 100%;
}
.kyl_magazin_detail .heading_image .content .subheading {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.kyl_magazin_detail .heading_image .content h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 5px 0 15px 0;
  width: 60%;
}
.kyl_magazin_detail .heading_image .content .post_date {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #FFFFFF;
}
.kyl_magazin_detail .description {
  font-family: 'Open Sans', sans-serif;
  width: 50%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
}
@media (max-width: 768px) {
  .kyl_magazin_detail {
    padding: 0 20px;
  }
  .kyl_magazin_detail .heading_image .content {
    bottom: 30px;
    left: 30px;
    width: 100%;
    padding-right: 60px;
  }
  .kyl_magazin_detail .heading_image .content .subheading {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
  }
  .kyl_magazin_detail .heading_image .content h1 {
    width: 100%;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin: 10px 0;
  }
  .kyl_magazin_detail .heading_image .content .post_date {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
  }
  .kyl_magazin_detail .description {
    width: 100%;
  }
}
.kyl_magazin_slider_container {
  overflow-x: clip;
  margin: 100px 0;
}
.kyl_magazin_slider_container > div {
  max-width: unset !important;
}
.kyl_magazin_slider {
  max-width: 1140px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.kyl_magazin_slider .overlay {
  background-color: #E2DED6;
  height: 65%;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: -1;
  bottom: 0;
}
.kyl_magazin_slider .subheading {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #ACACAC;
  padding-bottom: 5px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.kyl_magazin_slider .heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  color: #0A0D0A;
  text-transform: uppercase;
}
.kyl_magazin_slider .description {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
}
.kyl_magazin_slider .magazin_slider {
  position: relative;
}
.kyl_magazin_slider .magazin_slider .swiper-wrapper .swiper-slide:hover > .content {
  box-shadow: 0px 0px 8px 6px #0000001a;
  transform: translateY(-10px);
}
.kyl_magazin_slider .magazin_slider .swiper-wrapper .swiper-slide:hover > .content .content .show_more {
  color: #585942;
}
.kyl_magazin_slider .magazin_slider .swiper-wrapper .swiper-slide:hover > .content .content .show_more:after {
  background-image: url("assets/pfeil_schwarz.svg");
  right: -5px;
}
.kyl_magazin_slider .magazin_slider .swiper-wrapper .swiper-slide > .content {
  border-radius: 6px;
  box-shadow: 0px 0px 6px #0000001A;
  cursor: pointer;
  background-color: #FFFFFF;
  transition: transform 250ms;
}
.kyl_magazin_slider .magazin_slider .swiper-wrapper .swiper-slide > .content .head_image {
  height: 150px;
  max-height: 150px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.kyl_magazin_slider .magazin_slider .swiper-wrapper .swiper-slide > .content .content {
  max-height: 230px;
  height: 230px;
  padding: 20px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.kyl_magazin_slider .magazin_slider .swiper-wrapper .swiper-slide > .content .content .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px !important;
  line-height: 25px !important;
  font-weight: 600 !important;
  color: #0A0D0A !important;
  width: 100%;
}
.kyl_magazin_slider .magazin_slider .swiper-wrapper .swiper-slide > .content .content .description,
.kyl_magazin_slider .magazin_slider .swiper-wrapper .swiper-slide > .content .content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px !important;
  line-height: 20px !important;
  font-weight: normal !important;
  color: #0A0D0A !important;
  margin-bottom: 40px;
}
.kyl_magazin_slider .magazin_slider .swiper-wrapper .swiper-slide > .content .content .post_date {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  color: #ACACAC;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.kyl_magazin_slider .magazin_slider .swiper-wrapper .swiper-slide > .content .content .show_more {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #BF9780;
  padding-right: 15px;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.kyl_magazin_slider .magazin_slider .swiper-wrapper .swiper-slide > .content .content .show_more:after {
  content: '';
  background-image: url("assets/arrow_beige.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(180deg) translate(0, 50%);
  top: 50%;
  right: 0;
  transition: 0.2s;
}
.kyl_magazin_slider .magazin_slider .slide_next,
.kyl_magazin_slider .magazin_slider .slide_prev {
  position: absolute;
  background-color: #FFFFFF;
  width: 45px;
  height: 45px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  box-shadow: 0px 3px 10px #0000001A;
}
.kyl_magazin_slider .magazin_slider .slide_next:after,
.kyl_magazin_slider .magazin_slider .slide_prev:after {
  content: '';
  position: absolute;
  width: 8px;
  height: 14px;
  background-image: url("assets/arrow_beige_small.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  top: 50%;
  transform: translate(-50%, -50%);
}
.kyl_magazin_slider .magazin_slider .slide_next {
  right: 5px;
}
.kyl_magazin_slider .magazin_slider .slide_next:after {
  left: 50%;
}
.kyl_magazin_slider .magazin_slider .slide_prev {
  left: 5px;
}
.kyl_magazin_slider .magazin_slider .slide_prev:after {
  left: 49%;
  transform: translate(-50%, -50%) rotate(180deg);
}
.kyl_magazin_slider .show_all {
  text-align: right;
  width: 100%;
}
.kyl_magazin_slider .show_all a {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #0A0D0A;
  margin-top: 20px;
  position: relative;
  display: inline-block;
  padding-right: 15px;
}
.kyl_magazin_slider .show_all a:hover:after {
  right: -5px;
}
.kyl_magazin_slider .show_all a:after {
  content: '';
  background-image: url("assets/pfeil_schwarz.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(180deg) translate(0, 50%);
  top: 50%;
  right: 0;
  transition: 0.2s;
}
@media (max-width: 1200px) {
  .kyl_magazin_slider .slide_next,
  .kyl_magazin_slider .slide_prev {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .kyl_magazin_slider {
    padding: 0 20px;
  }
  .kyl_magazin_slider .heading {
    font-size: 25px;
    line-height: 29px;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .kyl_magazin_slider .description {
    margin-bottom: 30px;
  }
  .kyl_magazin_slider .overlay {
    height: 60%;
  }
  .kyl_magazin_slider .story_slider .slide_next,
  .kyl_magazin_slider .story_slider .slide_prev {
    display: none !important;
  }
}
.kyl_storys {
  display: flex;
  height: calc(100vh - 60px);
  position: relative;
}
.kyl_storys .inner_sec_1 {
  flex: 0 0 50%;
  display: flex;
  justify-content: right;
  padding-right: 50px;
}
.kyl_storys .inner_sec_1 > div {
  display: flex;
  align-items: center;
  position: relative;
}
.kyl_storys .inner_sec_1 > div .kyl_breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
}
.kyl_storys .inner_sec_1 > div .content .subheading {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #ACACAC;
  margin-bottom: 5px;
}
.kyl_storys .inner_sec_1 > div .content .heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  color: #0A0D0A;
}
.kyl_storys .inner_sec_1 > div .content .description {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
  margin: 15px 0 25px;
}
.kyl_storys .inner_sec_1 > div .content .description p {
  margin: 0;
}
.kyl_storys .inner_sec_1 > div .content .btn_magazin {
  margin-right: 15px;
}
.kyl_storys .inner_sec_2 {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  justify-content: right;
  position: relative;
}
.kyl_storys .inner_sec_2 .circle {
  background-color: #E2DED6;
  max-width: 550px;
  max-height: 550px;
  height: 100vw;
  width: 100vw;
  border-radius: 50%;
  position: relative;
}
.kyl_storys .inner_sec_2 .person {
  background-image: url("assets/magazin_women.png");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  right: -50px;
}
.kyl_storys .show_more {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
  cursor: pointer;
  position: absolute;
  padding-bottom: 15px;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}
.kyl_storys .show_more:hover:after {
  right: -5px;
}
.kyl_storys .show_more:after {
  content: '';
  background-image: url("assets/pfeil_schwarz.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0) rotate(270deg);
  transition: 0.2s;
}
@media (max-width: 768px) {
  .kyl_storys {
    flex-wrap: wrap;
    height: auto;
  }
  .kyl_storys .inner_sec_1 {
    flex: 0 0 100%;
    padding: 0;
  }
  .kyl_storys .inner_sec_1 > div {
    margin-right: 0;
    padding: 0 20px;
    display: block;
  }
  .kyl_storys .inner_sec_1 > div .breadcrumb {
    position: relative;
    padding: 0;
    margin: 0;
  }
  .kyl_storys .inner_sec_1 > div .content {
    margin: 35px 0 40px 0;
  }
  .kyl_storys .inner_sec_1 > div .content .heading {
    font-size: 25px;
    line-height: 29px;
    font-weight: 600;
  }
  .kyl_storys .inner_sec_1 > div .content .btn_magazin {
    width: 48%;
    margin-right: 2%;
    text-align: center;
  }
  .kyl_storys .inner_sec_1 > div .content .btn_story {
    width: 48%;
    text-align: center;
  }
  .kyl_storys .inner_sec_2 {
    flex: 0 0 100%;
    padding: 0 20px;
    margin-top: 50px;
  }
  .kyl_storys .inner_sec_2 .circle {
    width: 90vw;
    height: 90vw;
  }
  .kyl_storys .inner_sec_2 .person {
    right: unset;
    width: 90vw;
    height: 140vw;
  }
  .kyl_storys .show_more {
    display: none;
  }
}
.kyl_story_filter .filter {
  justify-content: unset;
}
.kyl_story_filter .filter .form_control {
  margin-right: 1%;
}
.kyl_story_filter .filter_results {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  min-height: 300px;
}
.kyl_story_filter .filter_results .item {
  width: 24%;
  margin-right: 1.33%;
  margin-bottom: 1.33%;
  box-shadow: 0px 3px 6px #0000001A;
  cursor: pointer;
  border-radius: 0px 0px 6px 6px;
  position: relative;
}
.kyl_story_filter .filter_results .item:nth-child(4n) {
  margin-right: 0;
}
.kyl_story_filter .filter_results .item:hover .content .info .show_more {
  color: #585942;
}
.kyl_story_filter .filter_results .item:hover .content .info .show_more:after {
  background-image: url("assets/pfeil_schwarz.svg");
  right: -5px;
}
.kyl_story_filter .filter_results .item .head_image {
  height: 150px;
  max-height: 150px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.kyl_story_filter .filter_results .item .content {
  padding: 20px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.kyl_story_filter .filter_results .item .content .autor_image {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 2px solid #F5F5F5;
}
.kyl_story_filter .filter_results .item .content .info {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 40px;
}
.kyl_story_filter .filter_results .item .content .info .name {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  color: #ACACAC;
  width: 100%;
  margin-bottom: 10px;
}
.kyl_story_filter .filter_results .item .content .info .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #0A0D0A;
  width: 100%;
  margin-bottom: 30px;
}
.kyl_story_filter .filter_results .item .content .info .post_date {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: normal;
  color: #ACACAC;
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.kyl_story_filter .filter_results .item .content .info .show_more {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  color: #BF9780;
  padding-right: 15px;
  cursor: pointer;
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.kyl_story_filter .filter_results .item .content .info .show_more:after {
  content: '';
  background-image: url("assets/arrow_beige.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(180deg) translate(0, 50%);
  top: 50%;
  right: 0;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .kyl_story_filter .filter_results .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.kyl_story_detail .heading_image {
  border-radius: 6px;
  height: 450px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  margin: 15px 0 50px;
}
.kyl_story_detail .heading_image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 6px;
  background-color: #0A0D0A;
  opacity: 0.2;
}
.kyl_story_detail .heading_image .content {
  position: absolute;
  bottom: 35px;
  left: 35px;
}
.kyl_story_detail .heading_image .content .subheading {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.kyl_story_detail .heading_image .content h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 5px 0 15px 0;
  width: 60%;
}
.kyl_story_detail .heading_image .content .post_date {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #FFFFFF;
}
.kyl_story_detail > .content {
  display: flex;
  position: relative;
}
.kyl_story_detail > .content .autor {
  text-align: center;
}
.kyl_story_detail > .content .autor > div {
  text-align: center;
  position: sticky;
  top: 50px;
}
.kyl_story_detail > .content .autor > div .avatar {
  width: 80px;
  height: 80px;
  border: 2px solid #F5F5F5;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin: 0 auto;
}
.kyl_story_detail > .content .autor > div .informations {
  margin-top: 10px;
  text-align: center;
}
.kyl_story_detail > .content .autor > div .informations .item {
  margin-bottom: 25px;
}
.kyl_story_detail > .content .autor > div .informations .item:last-child {
  margin-bottom: 0;
}
.kyl_story_detail > .content .autor > div .informations .item .heading {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #0A0D0A;
}
.kyl_story_detail > .content .autor > div .informations .item .info {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
  color: #ACACAC;
}
.kyl_story_detail > .content .description {
  font-family: 'Open Sans', sans-serif;
  width: 50%;
  margin: 0 auto;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
}
.kyl_story_detail > .content .social_media {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
.kyl_story_detail > .content .social_media a {
  width: 40px;
  height: 40px;
  margin-right: 15px;
  display: block;
}
.kyl_story_detail > .content .social_media a:last-child {
  margin-right: 0;
}
.kyl_story_detail > .content .social_media a.instagram {
  background-image: url("assets/instagram_beige.svg");
}
.kyl_story_detail > .content .social_media a.facebook {
  background-image: url("assets/facebook_beige.svg");
}
@media (max-width: 768px) {
  .kyl_story_detail {
    padding: 0 20px;
  }
  .kyl_story_detail .heading_image .content {
    bottom: 30px;
    left: 30px;
    width: 100%;
    padding-right: 60px;
  }
  .kyl_story_detail .heading_image .content .subheading {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
  }
  .kyl_story_detail .heading_image .content h1 {
    width: 100%;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    margin: 10px 0;
  }
  .kyl_story_detail .heading_image .content .post_date {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
  }
  .kyl_story_detail > .content {
    display: block;
  }
  .kyl_story_detail > .content .autor {
    margin-bottom: 40px;
  }
  .kyl_story_detail > .content .description {
    width: 100%;
  }
}
.kyl_persons {
  margin: 0 0 100px 0;
  height: calc(100vh - 60px);
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.kyl_persons .kyl_breadcrumb {
  position: absolute;
  top: 0;
}
.kyl_persons .mid_container {
  width: 100%;
  height: 50%;
  position: absolute;
  top: 20%;
  transform: translate(0, -20%);
}
.kyl_persons .head {
  text-align: center;
  width: 100%;
  margin-bottom: 50px;
}
.kyl_persons .head .subheading {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #7C7C7C;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.kyl_persons .head .heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  color: #0A0D0A;
  text-transform: uppercase;
  width: 60%;
  margin: 0 auto;
}
.kyl_persons .person_slider {
  width: 100%;
  min-height: 500px;
  position: relative;
  display: flex;
  align-items: end;
}
.kyl_persons .person_slider:after {
  content: '';
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 1;
  pointer-events: none;
}
.kyl_persons .person_slider .swiper-wrapper {
  align-items: flex-end;
}
@media (min-width: 768px) {
  .kyl_persons .person_slider .swiper-wrapper {
    transform: none !important;
  }
}
.kyl_persons .person_slider .swiper-wrapper.open {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background-color: #FFFFFF;
  z-index: 100;
  transition: 50ms;
}
.kyl_persons .person_slider .swiper-wrapper .swiper-slide {
  height: 400px;
  transition: 700ms;
  position: relative;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .kyl_persons .person_slider .swiper-wrapper .swiper-slide:first-child,
  .kyl_persons .person_slider .swiper-wrapper .swiper-slide:last-child {
    width: 0 !important;
    pointer-events: none !important;
  }
}
.kyl_persons .person_slider .swiper-wrapper .swiper-slide[data-fullscreen="no"] .content .show_more {
  display: none;
}
@media (max-height: 800px) {
  .kyl_persons .person_slider .swiper-wrapper .swiper-slide .overlay_content > div img {
    max-height: 100px;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
}
.kyl_persons .person_slider .swiper-wrapper .swiper-slide .overlay_content {
  position: fixed;
  top: 50%;
  right: 15%;
  width: 40vw;
  display: flex;
  transform: translate(15%, -50%);
  opacity: 0;
  transition: 500ms;
  pointer-events: none;
  height: 90%;
}
.kyl_persons .person_slider .swiper-wrapper .swiper-slide .overlay_content .close {
  cursor: pointer;
  background-image: url("assets/close_black.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  transition: opacity 250ms ease-in;
  z-index: 500;
}
.kyl_persons .person_slider .swiper-wrapper .swiper-slide .overlay_content > div {
  overflow: scroll;
  padding-right: 25px;
}
.kyl_persons .person_slider .swiper-wrapper .swiper-slide .overlay_content > div .name {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #0A0D0A;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  margin-bottom: 20px;
}
.kyl_persons .person_slider .swiper-wrapper .swiper-slide .overlay_content > div .quote {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  line-height: 29px;
  font-weight: 600;
  color: #0A0D0A;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.kyl_persons .person_slider .swiper-wrapper .swiper-slide .overlay_content > div .description {
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 40px;
}
.kyl_persons .person_slider .swiper-wrapper .swiper-slide .overlay_content > div .description p {
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
  margin: 0;
}
.kyl_persons .person_slider .swiper-wrapper .swiper-slide .overlay_content > div img {
  height: 50%;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
  opacity: 0.9;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  mask-image: linear-gradient(to bottom, #000000, rgba(0, 0, 0, 0));
}
.kyl_persons .person_slider .swiper-wrapper .swiper-slide .image {
  transition: all 750ms;
  height: 100%;
  width: 100%;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 200;
  position: absolute;
  bottom: 0;
}
.kyl_persons .person_slider .swiper-wrapper .swiper-slide .overlay {
  display: block;
  background-color: #E2DED6;
  position: absolute;
  width: calc(100vw * 0.3);
  height: calc(100vw * 0.3);
  border-radius: 50%;
  max-width: calc(1140px * 0.35);
  max-height: calc(1140px * 0.35);
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
  opacity: 0;
  transition: opacity 250ms ease-in;
  pointer-events: none;
}
.kyl_persons .person_slider .swiper-wrapper .swiper-slide .content {
  position: absolute;
  top: 50px;
  width: 100% !important;
  opacity: 0;
  transition: opacity 150ms ease-in;
  pointer-events: none;
}
.kyl_persons .person_slider .swiper-wrapper .swiper-slide .content.content_left {
  text-align: right;
  left: calc(-70% + 120px);
  top: -75px;
}
.kyl_persons .person_slider .swiper-wrapper .swiper-slide .content.content_left .quote {
  margin-left: auto;
}
.kyl_persons .person_slider .swiper-wrapper .swiper-slide .content.content_right {
  text-align: left;
  right: calc(-70% + 120px);
  top: -75px;
}
.kyl_persons .person_slider .swiper-wrapper .swiper-slide .content .name {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #0A0D0A;
  letter-spacing: 3px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.kyl_persons .person_slider .swiper-wrapper .swiper-slide .content .quote {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #0A0D0A;
  margin-bottom: 10px;
  max-width: 350px;
  width: 300px;
}
.kyl_persons .person_slider .swiper-wrapper .swiper-slide .content .show_more {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: #0A0D0A;
  padding-right: 15px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.kyl_persons .person_slider .swiper-wrapper .swiper-slide .content .show_more:hover:after {
  right: -3px;
}
.kyl_persons .person_slider .swiper-wrapper .swiper-slide .content .show_more:after {
  content: '';
  background-image: url("assets/pfeil_schwarz.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(180deg) translate(0, 50%);
  top: 50%;
  right: 0;
  transition: 0.2s;
}
.kyl_persons .person_slider .swiper-wrapper .swiper-slide.active {
  width: 55% !important;
  max-width: 55% !important;
}
.kyl_persons .person_slider .swiper-wrapper .swiper-slide.active.right .image {
  background-position-x: 100px;
}
.kyl_persons .person_slider .swiper-wrapper .swiper-slide.active.left .image {
  background-position-x: right;
}
.kyl_persons .person_slider .swiper-wrapper .swiper-slide.active .image {
  height: 500px;
  position: absolute;
  width: 80%;
}
.kyl_persons .person_slider .swiper-wrapper .swiper-slide.active .overlay {
  opacity: 1;
}
.kyl_persons .person_slider .swiper-wrapper .swiper-slide.active .content {
  opacity: 1;
}
@media (max-width: 768px) {
  .kyl_persons {
    height: auto;
  }
  .kyl_persons .head {
    padding: 0 20px;
    margin-bottom: 200px;
  }
  .kyl_persons .head .heading {
    font-size: 25px;
    line-height: 29px;
    font-weight: 600;
    width: 100%;
  }
  .kyl_persons .mid_container {
    padding-top: 70px;
  }
  .kyl_persons .person_slider {
    overflow-x: clip;
  }
  .kyl_persons .person_slider .swiper-wrapper {
    justify-content: unset;
  }
  .kyl_persons .person_slider .swiper-wrapper .swiper-slide .image {
    width: 100%;
    background-position: bottom;
  }
  .kyl_persons .person_slider .swiper-wrapper .swiper-slide .overlay {
    transition: none;
  }
  .kyl_persons .person_slider .swiper-wrapper .swiper-slide .content {
    transition: none;
  }
  .kyl_persons .person_slider .swiper-wrapper .swiper-slide.swiper-slide-active {
    width: 20vw !important;
  }
  .kyl_persons .person_slider .swiper-wrapper .swiper-slide.swiper-slide-active .image {
    background-position: bottom;
  }
  .kyl_persons .person_slider .swiper-wrapper .swiper-slide.swiper-slide-next {
    width: 60vw !important;
    height: 450px;
  }
  .kyl_persons .person_slider .swiper-wrapper .swiper-slide.swiper-slide-next .overlay {
    opacity: 1;
    width: 75vw;
    height: 75vw;
    bottom: 0;
    top: unset;
  }
  .kyl_persons .person_slider .swiper-wrapper .swiper-slide.swiper-slide-next .overlay_content {
    transition: 1s;
    right: unset;
    width: 100vw;
    left: 0;
    transform: unset;
    top: 0;
    padding: 20px;
    height: 65vh;
    overflow: scroll;
  }
  .kyl_persons .person_slider .swiper-wrapper .swiper-slide.swiper-slide-next .overlay_content .close {
    right: 20px;
    top: 20px;
  }
  .kyl_persons .person_slider .swiper-wrapper .swiper-slide.swiper-slide-next .overlay_content > div {
    padding-right: 0;
  }
  .kyl_persons .person_slider .swiper-wrapper .swiper-slide.swiper-slide-next .overlay_content > div .quote {
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
  }
  .kyl_persons .person_slider .swiper-wrapper .swiper-slide.swiper-slide-next .overlay_content > div img {
    height: 100px;
    width: 100%;
    object-fit: cover;
    object-position: top;
  }
  .kyl_persons .person_slider .swiper-wrapper .swiper-slide.swiper-slide-next .content {
    position: relative;
    left: -20vw;
    padding: 0 20px;
    width: 100vw !important;
    top: -200px;
    opacity: 1;
  }
  .kyl_persons .person_slider .swiper-wrapper .swiper-slide.swiper-slide-next .content .name {
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
    color: #0A0D0A;
    letter-spacing: 3px;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .kyl_persons .person_slider .swiper-wrapper .swiper-slide.swiper-slide-next .content .quote {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #0A0D0A;
    margin-bottom: 10px;
    width: 100%;
    max-width: unset;
  }
  .kyl_persons .person_slider .swiper-wrapper .swiper-slide.swiper-slide-next .content .show_more {
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: #0A0D0A;
    padding-right: 15px;
    cursor: pointer;
    position: relative;
    display: inline-block;
  }
  .kyl_persons .person_slider .swiper-wrapper .swiper-slide.swiper-slide-next .content .show_more:hover:after {
    right: -3px;
  }
  .kyl_persons .person_slider .swiper-wrapper .swiper-slide.swiper-slide-next .content .show_more:after {
    content: '';
    background-image: url("assets/pfeil_schwarz.svg");
    -webkit-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    position: absolute;
    transform: rotate(180deg) translate(0, 50%);
    top: 50%;
    right: 0;
    transition: 0.2s;
  }
  .kyl_persons .person_slider .swiper-wrapper .swiper-slide.swiper-slide-next + .swiper-slide {
    width: 20vw !important;
  }
}
.kyl_working_environment_detail_page .heading_image {
  max-height: 450px;
}
.kyl_working_environment_detail_page .heading_image img {
  border-radius: 6px;
  opacity: 0.9;
  max-height: 450px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.kyl_working_environment_detail_page .working_environment_employer {
  margin: 100px 0;
}
.kyl_working_environment_detail_page .working_environment_employer .heading {
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
  color: #0A0D0A;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.kyl_working_environment_detail_page .working_environment_employer .content {
  display: flex;
  flex-wrap: wrap;
}
.kyl_working_environment_detail_page .working_environment_employer .content .item {
  padding: 20px;
  border: 2px solid #F5F5F5;
  border-radius: 6px;
  cursor: pointer;
  width: 24%;
  margin-right: 1.3%;
  margin-bottom: 1.3%;
}
.kyl_working_environment_detail_page .working_environment_employer .content .item:nth-child(4n) {
  margin-right: 0;
}
.kyl_working_environment_detail_page .working_environment_employer .content .item .inner_sec_1 {
  display: flex;
}
.kyl_working_environment_detail_page .working_environment_employer .content .item .inner_sec_1 .image {
  width: 65px;
  height: 65px;
  border: 1px solid #F5F5F5;
  border-radius: 50%;
  position: relative;
}
.kyl_working_environment_detail_page .working_environment_employer .content .item .inner_sec_1 .image > div {
  position: absolute;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.kyl_working_environment_detail_page .working_environment_employer .content .item .inner_sec_1 .info {
  width: 60%;
  padding-left: 20px;
}
.kyl_working_environment_detail_page .working_environment_employer .content .item .inner_sec_1 .info > div .industry {
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ACACAC;
}
.kyl_working_environment_detail_page .working_environment_employer .content .item .inner_sec_1 .info > div .name {
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
}
.kyl_working_environment_detail_page .working_environment_employer .content .item .inner_sec_2 {
  padding-top: 15px;
}
.kyl_working_environment_detail_page .working_environment_employer .content .item .inner_sec_2 .places {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #0A0D0A;
}
@media (max-width: 1200px) {
}
@media (max-width: 768px) {
  .kyl_working_environment_detail_page .heading_image {
    max-height: 590px;
    padding: 0 20px;
  }
  .kyl_working_environment_detail_page .heading_image img {
    max-height: 590px;
    height: 590px;
  }
  .kyl_working_environment_detail_page .working_environment_employer {
    padding: 0 20px;
  }
  .kyl_working_environment_detail_page .working_environment_employer .heading {
    font-size: 25px;
    line-height: 29px;
    font-weight: 600;
  }
  .kyl_working_environment_detail_page .working_environment_employer .content .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.kyl_for_companies {
  display: flex;
  flex-wrap: wrap;
}
.kyl_for_companies .content {
  flex: 0 0 75%;
  padding: 0 50px 150px 0;
  border-right: 1px solid #DBDBDB;
}
.kyl_for_companies .content .preview_image {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  border-radius: 6px;
  opacity: 0.9;
  margin-bottom: 30px;
}
.kyl_for_companies .content .address_mobile {
  display: none;
}
.kyl_for_companies .content .subheading {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #7C7C7C;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.kyl_for_companies .content h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  color: #0A0D0A;
  text-transform: uppercase;
  margin: 10px 0;
}
.kyl_for_companies .content > .description p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
  column-count: 2;
}
.kyl_for_companies .content .we_bid_items {
  margin: 60px 0;
}
.kyl_for_companies .content .we_bid_items h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #0A0D0A;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
.kyl_for_companies .content .we_bid_items .icons {
  display: flex;
  flex-wrap: wrap;
}
.kyl_for_companies .content .we_bid_items .icons .icon {
  text-align: center;
  width: calc(50% - 10px);
  margin-right: 20px;
  border: 1px solid #DBDBDB;
  display: flex;
  padding: 15px;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 6px;
}
.kyl_for_companies .content .we_bid_items .icons .icon:nth-child(2n) {
  margin-right: 0;
}
.kyl_for_companies .content .we_bid_items .icons .icon .image {
  background-image: url("assets/Benefit.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.kyl_for_companies .content .we_bid_items .icons .icon .description {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #769B64;
  width: 65%;
  margin: 0 auto;
}
.kyl_for_companies .content .we_bid_items .icons .icon .description p {
  margin: 0;
}
.kyl_for_companies .content .faq_items {
  margin: 60px 0;
}
.kyl_for_companies .content .faq_items h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #0A0D0A;
  text-transform: uppercase;
  margin: 0;
}
.kyl_for_companies .content .faq_items .items .item {
  border-bottom: 1.5px solid #E6E6E6;
}
.kyl_for_companies .content .faq_items .items .item .question {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  color: #0A0D0A;
  position: relative;
  cursor: pointer;
  padding: 18px 0;
}
.kyl_for_companies .content .faq_items .items .item .question:after {
  content: '';
  background-image: url("assets/Plus.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  transition: 100ms;
}
.kyl_for_companies .content .faq_items .items .item .question.active:after {
  background-image: url("assets/Minus.svg");
}
.kyl_for_companies .content .faq_items .items .item .answer {
  display: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
  margin-bottom: 20px;
}
.kyl_for_companies .content .form_contact {
  width: 100%;
  margin-top: 80px;
}
.kyl_for_companies .content .form_contact .heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  color: #0A0D0A;
  text-transform: uppercase;
}
.kyl_for_companies .content .form_contact .form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 25px 0 10px 0;
}
.kyl_for_companies .content .form_contact .form .form-control {
  width: 48%;
}
.kyl_for_companies .content .form_contact .form .form-control.full_width {
  width: 100%;
}
.kyl_for_companies .content .form_contact .form .form-control input[type=text],
.kyl_for_companies .content .form_contact .form .form-control input[type=email],
.kyl_for_companies .content .form_contact .form .form-control label,
.kyl_for_companies .content .form_contact .form .form-control textarea {
  font-family: 'Open Sans', sans-serif;
  display: block;
  width: 100%;
  border: 1px solid #E7E7E7;
  border-radius: 23px;
  padding: 15px 20px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #ACACAC;
  outline: none;
  resize: none;
}
.kyl_for_companies .content .form_contact .form .form-control input[type=text]:hover,
.kyl_for_companies .content .form_contact .form .form-control input[type=email]:hover,
.kyl_for_companies .content .form_contact .form .form-control label:hover,
.kyl_for_companies .content .form_contact .form .form-control textarea:hover,
.kyl_for_companies .content .form_contact .form .form-control input[type=text] .active,
.kyl_for_companies .content .form_contact .form .form-control input[type=email] .active,
.kyl_for_companies .content .form_contact .form .form-control label .active,
.kyl_for_companies .content .form_contact .form .form-control textarea .active {
  border: 1px solid #0A0D0A;
}
.kyl_for_companies .content .form_contact .form .form-control input[type=text].error,
.kyl_for_companies .content .form_contact .form .form-control input[type=email].error,
.kyl_for_companies .content .form_contact .form .form-control label.error,
.kyl_for_companies .content .form_contact .form .form-control textarea.error {
  border-color: red;
}
.kyl_for_companies .content .form_contact .form .form-control label {
  position: relative;
  cursor: pointer;
}
.kyl_for_companies .content .form_contact .form .form-control label:after {
  content: '';
  position: absolute;
  background-image: url("assets/upload.svg");
  width: 18px;
  height: 12px;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.kyl_for_companies .content .form_contact .form .form-control input[type=file] {
  display: none;
}
.kyl_for_companies .content .form_contact .send {
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 13px 20px;
  background-color: #BF9780;
  border-radius: 10px;
  cursor: pointer;
}
.kyl_for_companies .content .form_contact .send.active {
  background-color: #769B64;
}
.kyl_for_companies .contact_slide {
  padding: 20px 0;
  flex: 0 0 25%;
}
.kyl_for_companies .contact_slide > div {
  text-align: center;
  position: sticky;
  top: 50px;
}
.kyl_for_companies .contact_slide > div > .heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  line-height: 29px;
  font-weight: 600;
  color: #0A0D0A;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.kyl_for_companies .contact_slide > div .address {
  margin-bottom: 60px;
}
.kyl_for_companies .contact_slide > div .address div {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
}
.kyl_for_companies .contact_slide > div .address div.bold {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
}
.kyl_for_companies .contact_slide > div .contact .heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 25px;
  line-height: 29px;
  font-weight: 600;
  color: #0A0D0A;
  text-transform: uppercase;
}
.kyl_for_companies .contact_slide > div .contact .avatar {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  margin: 20px auto;
}
.kyl_for_companies .contact_slide > div .contact .name {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #0A0D0A;
  margin-bottom: 5px;
}
.kyl_for_companies .contact_slide > div .contact .position {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  color: #ACACAC;
  margin-bottom: 5px;
}
.kyl_for_companies .contact_slide > div .contact a {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: #BF9780;
}
.kyl_for_companies .contact_slide > div .contact .apply_now {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
  padding: 13px 20px;
  background-color: #BF9780;
  border-radius: 10px;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .kyl_for_companies {
    padding: 0 20px;
  }
  .kyl_for_companies .content {
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .kyl_for_companies {
    flex-wrap: wrap;
  }
  .kyl_for_companies .content {
    order: 3;
    margin-right: 0;
    border-right: unset;
    flex: 0 0 100%;
    padding: 0;
  }
  .kyl_for_companies .content .preview_image {
    height: 600px;
  }
  .kyl_for_companies .content .address_mobile {
    margin-bottom: 40px;
    display: block;
  }
  .kyl_for_companies .content .address_mobile div {
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
    color: #0A0D0A;
    margin-bottom: 5px;
  }
  .kyl_for_companies .content .address_mobile div.bold {
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
  }
  .kyl_for_companies .content h1 {
    font-size: 25px;
    line-height: 29px;
    font-weight: 600;
  }
  .kyl_for_companies .content > .description {
    column-count: unset;
  }
  .kyl_for_companies .content .company_description {
    margin-bottom: 80px;
  }
  .kyl_for_companies .content .company_description .description {
    column-count: unset;
  }
  .kyl_for_companies .content .we_bid_items .items {
    flex-wrap: wrap;
  }
  .kyl_for_companies .content .we_bid_items .items .item {
    width: 50%;
    margin-bottom: 40px;
  }
  .kyl_for_companies .content .we_bid_items .items .item .image img {
    width: 75px;
    height: 75px;
    object-fit: contain;
  }
  .kyl_for_companies .content .we_bid_items .items .item .description {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
  }
  .kyl_for_companies .content .faq_items .items .item .question {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
  }
  .kyl_for_companies .content .faq_items .items .item .answer {
    font-size: 15px;
    line-height: 20px;
    font-weight: normal;
  }
  .kyl_for_companies .content .form_contact {
    margin: 80px 0 150px 0;
  }
  .kyl_for_companies .content .form_contact .form .form-control {
    width: 100%;
  }
  .kyl_for_companies .content .form_contact .send {
    width: 100%;
    text-align: center;
  }
  .kyl_for_companies .contact_slide {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background-color: #FFFFFF;
    z-index: 100;
  }
  .kyl_for_companies .contact_slide > div .heading,
  .kyl_for_companies .contact_slide > div .address {
    display: none;
  }
  .kyl_for_companies .contact_slide > div .contact {
    display: flex;
    flex-wrap: wrap;
  }
  .kyl_for_companies .contact_slide > div .contact .heading {
    display: none;
  }
  .kyl_for_companies .contact_slide > div .contact .avatar {
    margin: 0 20px;
    width: 70px;
    height: 70px;
  }
  .kyl_for_companies .contact_slide > div .contact .inner_container {
    text-align: left;
  }
  .kyl_for_companies .contact_slide > div .contact .kyl_btn {
    margin: 20px 20px 0 20px;
    width: 100%;
  }
}
.kyl_head_slider_container {
  overflow: hidden;
}
.kyl_head_slider_container > div {
  max-width: unset !important;
}
@media (max-width: 768px) {
  .kyl_head_slider_container {
    padding-bottom: 60px;
  }
}
.kyl_head_slider {
  height: calc(100vh - 60px);
}
.kyl_head_slider .head_slider {
  height: 100%;
}
.kyl_head_slider .head_slider .swiper-wrapper .swiper-slide {
  display: flex;
}
.kyl_head_slider .head_slider .swiper-wrapper .swiper-slide > .inner_sec {
  display: flex;
  max-width: 1140px;
  margin: 0 auto;
}
.kyl_head_slider .head_slider .swiper-wrapper .swiper-slide > .inner_sec > .left {
  flex: 0 0 50%;
  display: flex;
  align-items: center;
  padding-right: 50px;
}
.kyl_head_slider .head_slider .swiper-wrapper .swiper-slide > .inner_sec > .left > div .heading_first {
  font-family: 'Montserrat', sans-serif;
  font-size: 70px;
  line-height: 70px;
  font-weight: 600;
  color: #0A0D0A;
  text-transform: uppercase;
}
.kyl_head_slider .head_slider .swiper-wrapper .swiper-slide > .inner_sec > .left > div .heading_second {
  font-family: 'Montserrat', sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  color: #585942;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.kyl_head_slider .head_slider .swiper-wrapper .swiper-slide > .inner_sec > .left > div .description p {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 25px;
  font-weight: 300;
  color: #0A0D0A;
  margin: 0;
}
.kyl_head_slider .head_slider .swiper-wrapper .swiper-slide > .inner_sec > .left > div .link {
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #BF9780;
  margin-top: 15px;
  position: relative;
  display: inline-block;
  padding-right: 15px;
  font-family: 'Roboto', sans-serif;
}
.kyl_head_slider .head_slider .swiper-wrapper .swiper-slide > .inner_sec > .left > div .link:hover:after {
  right: -5px;
}
.kyl_head_slider .head_slider .swiper-wrapper .swiper-slide > .inner_sec > .left > div .link:after {
  content: '';
  background-image: url("assets/Pfeil.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 10px;
  position: absolute;
  transform: rotate(180deg) translate(0, 50%);
  top: 50%;
  right: 0;
  transition: 0.2s;
}
.kyl_head_slider .head_slider .swiper-wrapper .swiper-slide > .inner_sec > .right {
  flex: 0 0 50%;
  position: relative;
}
.kyl_head_slider .head_slider .swiper-wrapper .swiper-slide > .inner_sec > .right .circle {
  background-color: #E2DED6;
  max-width: calc(1140px / 2);
  max-height: calc(1140px / 2);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.kyl_head_slider .head_slider .swiper-wrapper .swiper-slide > .inner_sec > .right .avatar {
  max-width: calc(1140px / 1.8);
  max-height: calc(1140px / 1.8);
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-position: center;
}
.kyl_head_slider .head_slider .swiper-wrapper .swiper-slide > .inner_sec > .right .kyl_btn {
  display: none;
}
.kyl_head_slider .head_slider .swiper-pagination {
  left: 50%;
  bottom: 5%;
  transform: translate(-50%, 0);
}
.kyl_head_slider .head_slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #FFFFFF;
  border-radius: 2px;
  height: 6px;
  width: 40px;
  margin-right: 10px;
  position: relative;
  opacity: 1;
  cursor: pointer;
}
.kyl_head_slider .head_slider .swiper-pagination .swiper-pagination-bullet .status {
  background-color: #BF9780;
  position: absolute;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  opacity: 1;
  border-radius: 2px;
}
.kyl_head_slider .head_slider .swiper-pagination .swiper-pagination-bullet:before {
  content: '';
  background-color: #BF9780;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.2;
  border-radius: 2px;
}
.kyl_head_slider .head_slider .swiper-pagination .swiper-pagination-bullet.full_width .status {
  width: 100% !important;
}
.kyl_head_slider .head_slider .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
@media (max-width: 1200px) {
  .kyl_head_slider {
    padding: 0 20px;
  }
  .kyl_head_slider .head_slider .swiper-wrapper .swiper-slide > .inner_sec > .right .circle,
  .kyl_head_slider .head_slider .swiper-wrapper .swiper-slide > .inner_sec > .right img {
    max-width: calc(1140px / 2.5);
    max-height: calc(1140px / 2.5);
  }
}
@media (max-width: 768px) {
  .kyl_head_slider .head_slider .swiper-wrapper .swiper-slide {
    flex-wrap: wrap;
  }
  .kyl_head_slider .head_slider .swiper-wrapper .swiper-slide > .inner_sec {
    display: block;
    max-width: unset;
    margin: unset;
  }
  .kyl_head_slider .head_slider .swiper-wrapper .swiper-slide > .inner_sec > .left {
    flex: 0 0 100%;
    padding-right: 0;
  }
  .kyl_head_slider .head_slider .swiper-wrapper .swiper-slide > .inner_sec > .left > div .heading_first {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    line-height: 45px;
    font-weight: 600;
  }
  .kyl_head_slider .head_slider .swiper-wrapper .swiper-slide > .inner_sec > .left > div .heading_second {
    font-size: 30px;
    line-height: 45px;
    font-weight: 600;
    margin-bottom: 15px;
  }
  .kyl_head_slider .head_slider .swiper-wrapper .swiper-slide > .inner_sec > .left > div .link {
    margin-top: 20px;
  }
  .kyl_head_slider .head_slider .swiper-wrapper .swiper-slide > .inner_sec > .right {
    align-items: flex-end;
    display: flex;
    flex: 0 0 100%;
  }
  .kyl_head_slider .head_slider .swiper-wrapper .swiper-slide > .inner_sec > .right .avatar {
    width: 80%;
  }
  .kyl_head_slider .head_slider .swiper-wrapper .swiper-slide > .inner_sec > .right .circle {
    max-width: 90vw;
    max-height: 90vw;
    width: 90vw;
    height: 90vw;
    position: relative;
    top: unset;
    transform: unset;
    left: unset;
  }
  .kyl_head_slider .head_slider .swiper-wrapper .swiper-slide > .inner_sec > .right .kyl_btn {
    display: block;
    position: absolute;
    bottom: -25px;
    width: 100%;
    text-align: center;
  }
  .kyl_head_slider .head_slider .swiper-pagination {
    bottom: 5px;
  }
}
.kyl_legal {
  margin: 20px 0 100px 0;
}
.kyl_legal .subheading {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  color: #ACACAC;
  margin-bottom: 5px;
}
.kyl_legal .heading {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
  color: #0A0D0A;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.kyl_legal .description {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  color: #0A0D0A;
}
@media (max-width: 768px) {
  .kyl_legal {
    padding: 0 20px;
  }
  .kyl_legal .subheading {
    letter-spacing: 4px;
  }
  .kyl_legal .heading {
    font-size: 25px;
    line-height: 29px;
    font-weight: 600;
  }
}
/*************************************
              PAGES
**************************************/
.working_environments_sec_2 {
  margin: 0 0 140px 0;
}
/*************************************
            DETAIL PAGES
**************************************/
