.kyl_menu .open_wrapper {
  background-color: #d0b083;
  position: fixed;
  top: 0;
  left: 0;
  height: 50vh;
  width: 60px;
  z-index: 99;
  padding: 20px 20px 20px 12px;
  -webkit-transition: left ease 300ms;
  -o-transition: left ease 300ms;
  -moz-transition: left ease 300ms;
  transition: left ease 300ms;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 0);
  clip-path: polygon(0 0, 0 100%, 100% 0);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - calc((50vh * 0.17364818) / 0.98480775)) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - calc((50vh * 0.17364818) / 0.98480775)) 100%, 0 100%);
}
@media (min-width: 768px) {
  .kyl_menu .open_wrapper {
    left: 0 !important;
  }
}
@media (min-width: 1024px) {
  .kyl_menu .open_wrapper {
    left: 0 !important;
    width: calc(50vh * 0.17364818);
    padding: 40px 25px 40px 10px;
  }
}
.kyl_menu .open_wrapper.is-home {
  height: 100vh;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - calc((100vh * 0.17364818) / 0.98480775)) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - calc((100vh * 0.17364818) / 0.98480775)) 100%, 0 100%);
}
@media (min-width: 1024px) {
  .kyl_menu .open_wrapper.is-home {
    left: 0 !important;
    width: calc(100vh * 0.17364818);
    padding: 48px 50px 48px 30px;
  }
  .kyl_menu .open_wrapper.is-home .logo {
    margin-bottom: 47px;
  }
  .kyl_menu .open_wrapper.is-home .open svg {
    width: 32px;
    height: 23px;
  }
}
@media (min-width: 1024px) {
  .kyl_menu .open_wrapper .logo {
    margin-bottom: 24px;
  }
}
.kyl_menu .open_wrapper .open {
  display: inline-block;
  width: 35px;
  height: 35px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.kyl_menu .open_wrapper .open svg {
  height: 16px;
  width: 22px;
  cursor: pointer;
}
.kyl_menu .menu_desktop {
  display: none;
}
@media (min-width: 1024px) {
  .kyl_menu .menu_desktop {
    display: block;
  }
}
@media (min-width: 1172px) {
  .kyl_menu .menu_desktop .canvas {
    background-color: #d0b083;
  }
  .kyl_menu .menu_desktop .container {
    /*max-width: 1140px;
				margin: 0 auto;*/
    overflow: visible;
  }
}
@media (min-width: 1172px) and (min-width: 1172px) {
  .kyl_menu .menu_desktop .container {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1172px) and (min-width: 1440px) {
  .kyl_menu .menu_desktop .container {
    max-width: 1190px;
  }
}
@media (min-width: 1440px) {
  .kyl_menu .menu_desktop .container {
    padding: 100px 0 60px;
  }
  .kyl_menu .menu_desktop .left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  .kyl_menu .menu_desktop .right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 37.7%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 37.7%;
    flex: 0 0 37.7%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .kyl_menu .menu_desktop .right .top {
    margin: 0 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .kyl_menu .menu_desktop .right .top .wrapper {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0;
  }
  .kyl_menu .menu_desktop .right .middle {
    margin: 0;
  }
  .kyl_menu .menu_desktop .right .bottom {
    margin: auto 0 0 0;
  }
  .kyl_menu .menu_desktop .logo {
    margin-right: 38px;
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  .kyl_menu .menu_desktop .logo img {
    width: 200px;
  }
  .kyl_menu .menu_desktop .close {
    height: 30px;
    position: relative;
    top: -50px;
    right: -50px;
  }
  .kyl_menu .menu_desktop .close svg {
    height: 30px;
    width: 30px;
  }
  .kyl_menu .menu_desktop .preview_wrapper {
    position: relative;
  }
  .kyl_menu .menu_desktop .preview_wrapper .preview_item {
    position: absolute;
    top: 0;
    left: 0;
  }
  .kyl_menu .menu_desktop .preview_wrapper .preview_item .preview_image {
    margin-bottom: 20px;
  }
  .kyl_menu .menu_desktop .preview_wrapper .preview_item .preview_image img {
    height: 100%;
    max-height: 230px;
    width: auto;
    max-width: unset;
  }
  .kyl_menu .menu_desktop .preview_wrapper .preview_item .preview_text h1,
  .kyl_menu .menu_desktop .preview_wrapper .preview_item .preview_text h2,
  .kyl_menu .menu_desktop .preview_wrapper .preview_item .preview_text h3,
  .kyl_menu .menu_desktop .preview_wrapper .preview_item .preview_text h4,
  .kyl_menu .menu_desktop .preview_wrapper .preview_item .preview_text h5,
  .kyl_menu .menu_desktop .preview_wrapper .preview_item .preview_text h6 {
    font-weight: 700;
    letter-spacing: normal;
    line-height: 40px;
    font-size: 32px;
  }
  .kyl_menu .menu_desktop .preview_wrapper .preview_item:not(.kyl_menu .menu_desktop .preview_wrapper .preview_item_default) {
    display: none;
  }
  .kyl_menu .menu_desktop div.legal_links .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .kyl_menu .menu_desktop div.legal_links .menu .menu-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .kyl_menu .menu_desktop div.legal_links .menu .menu-item:not(:last-of-type) {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .kyl_menu .menu_desktop div.legal_links .menu .menu-item a {
    text-decoration: underline;
  }
  .kyl_menu .menu_desktop .icons {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .kyl_menu .menu_desktop .icons .icon:not(:last-of-type) {
    margin-right: 30px;
  }
}
.kyl_menu .menu_desktop .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.kyl_menu .menu_desktop .container > .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.kyl_menu .menu_desktop .container > .left .menu_links {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.kyl_menu .menu_desktop .container > .left .menu_links_sub .sub-menu {
  padding-left: 40px !important;
}
.kyl_menu .menu_desktop .container > .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .kyl_menu .menu_desktop .container > .right {
    margin-top: -30px;
  }
}
@media (min-width: 1440px) {
  .kyl_menu .menu_desktop .container > .right {
    margin-top: 0;
  }
}
.kyl_menu .menu_desktop .middle {
  display: none;
}
@media (min-width: 1440px) {
  .kyl_menu .menu_desktop .middle {
    display: block;
  }
}
.kyl_menu .menu_desktop .wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.kyl_menu .menu_desktop .logo {
  margin-bottom: 0;
}
.kyl_menu .menu_desktop .logo img {
  width: 150px;
}
.kyl_menu .menu_desktop .close {
  margin-right: 0;
}
.kyl_menu .menu_desktop .legal_links .menu {
  margin-bottom: 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: red;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.kyl_menu .menu_desktop .legal_links .menu .menu-item {
  margin-bottom: 0;
}
.kyl_menu .menu_desktop .legal_links .menu .menu-item:not(:last-of-type) {
  margin-bottom: 20px;
}
.kyl_menu .menu_desktop .icons .icon:not(:last-of-type) {
  margin-right: 20px;
}
.kyl_menu .menu_tablet {
  display: none;
}
@media (min-width: 768px) {
  .kyl_menu .menu_tablet {
    display: block;
  }
}
@media (min-width: 1024px) {
  .kyl_menu .menu_tablet {
    display: none;
  }
}
.kyl_menu .menu_tablet .container {
  padding-left: 68px;
  padding-right: 68px;
}
.kyl_menu .menu_tablet .menu_links .menu {
  position: relative;
}
@media (min-width: 1024px) {
  .kyl_menu .menu_tablet .menu_links .menu .menu-item:hover .sub-menu {
    display: block;
  }
}
.kyl_menu .menu_tablet .menu_links .menu .sub-menu {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  height: 100%;
}
@media (min-width: 768px) {
  .kyl_menu .menu_tablet .menu_links .menu .sub-menu {
    left: 40vw;
  }
}
@media (min-width: 1024px) {
  .kyl_menu .menu_tablet .menu_links .menu .sub-menu {
    left: unset;
  }
}
.kyl_menu .menu_tablet .legal_links .menu {
  margin-bottom: 0;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.kyl_menu .menu_tablet .legal_links .menu .menu-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 0;
}
.kyl_menu .menu_tablet .legal_links .menu .menu-item:not(:last-of-type) {
  margin-right: 30px;
}
.kyl_menu .menu_tablet .icons {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.kyl_menu .menu_tablet .icons .icon:not(:last-of-type) {
  margin-right: 30px;
}
@media (min-width: 768px) {
  .kyl_menu .menu_mobile {
    display: none;
  }
}
.kyl_menu .menu_mobile .swipedetect_container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 25;
  display: none !important;
}
.kyl_menu .canvas {
  position: fixed;
  top: 0;
  left: -100vw;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  z-index: 110;
}
.kyl_menu .canvas .container {
  height: 100%;
  width: 100%;
  background-color: #d0b083;
}
.kyl_menu .container {
  padding: 20px 30px 60px;
  overflow-y: scroll;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  scrollbar-width: none;
}
.kyl_menu .container::-webkit-scrollbar {
  display: none !important;
}
@media (min-width: 1024px) {
  .kyl_menu .container {
    padding: 80px 30px;
  }
}
@media (min-width: 1440px) {
  .kyl_menu .container {
    padding: 20px 30px 60px;
  }
}
.kyl_menu .top {
  margin-bottom: 40px;
}
.kyl_menu .top .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.kyl_menu .middle {
  margin-bottom: 60px;
}
.kyl_menu .logo {
  margin-bottom: 20px;
}
.kyl_menu .logo img {
  width: 100px;
}
.kyl_menu .close {
  margin-right: 30px;
  height: 20px;
}
.kyl_menu .close svg {
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.kyl_menu .language_switcher span,
.kyl_menu .language_switcher a {
  font-weight: 400;
  letter-spacing: normal;
  line-height: normal;
  font-size: 20px;
  color: #1f4755;
  -webkit-transition: color ease 300ms;
  -o-transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  transition: color ease 300ms;
}
.kyl_menu .language_switcher a:hover {
  color: #f1e639;
}
.kyl_menu .language_switcher abbr {
  text-decoration: none;
}
.kyl_menu .menu_row_wrapper .menu_links .menu-item-has-children > a > .arrow {
  display: inline-block;
  width: 12px;
  height: 24px;
  margin-left: 10px;
  background: transparent url('/wp-content/themes/kyltheme/assets/svg/icon_chevron_right_dark_slate_blue.svg') center center / 12px 24px no-repeat;
  vertical-align: middle;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  transition: all ease 300ms;
}
.kyl_menu .menu_row_wrapper .menu_links .menu-item-has-children > a > .arrow.test {
  width: 34px;
  height: 28px;
  background: transparent url('/wp-content/themes/kyltheme/assets/svg/icon_arrow_right_off_yellow.svg') center center / 34px 28px no-repeat;
}
.kyl_menu .menu_row_wrapper .menu_links_sub {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.kyl_menu .menu_row_wrapper .menu_links_sub .menu {
  padding: 0;
  margin: 0;
  height: 100%;
}
.kyl_menu .menu_row_wrapper .menu_links_sub .menu .menu-item {
  display: block;
}
.kyl_menu .menu_row_wrapper .menu_links_sub .menu > .menu-item {
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity ease 300ms;
  -o-transition: opacity ease 300ms;
  -moz-transition: opacity ease 300ms;
  transition: opacity ease 300ms;
  position: absolute;
}
.kyl_menu .menu_row_wrapper .menu_links_sub .menu > .menu-item.showing,
.kyl_menu .menu_row_wrapper .menu_links_sub .menu > .menu-item:hover {
  opacity: 1;
  pointer-events: all;
  position: relative;
}
.kyl_menu .menu_row_wrapper .menu_links_sub .menu > .menu-item > a,
.kyl_menu .menu_row_wrapper .menu_links_sub .menu > .menu-item:not(.menu-item-has-children) {
  display: none;
}
.kyl_menu .menu_row_wrapper .menu_links_sub .menu .sub-menu {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.kyl_menu .menu_row_wrapper .menu_links_sub .menu .sub-menu .menu-item a {
  font-weight: 300;
  letter-spacing: normal;
  line-height: 32px;
  font-size: 24px;
  color: #1f4755;
  padding: 15px 0;
  display: block;
  -webkit-transition: color ease 300ms;
  -o-transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  transition: color ease 300ms;
}
.kyl_menu .menu_row_wrapper .menu_links_sub .menu .sub-menu .menu-item a:hover {
  color: #f1e639;
}
.kyl_menu .menu_row_wrapper .menu_links_sub .menu .sub-menu .menu-item a:hover .chevron {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.121' height='15.182' viewBox='0 0 26.121 15.182'%3E%3Cpath data-name='Pfad 4772' d='m0 0 12 12L24 0' transform='translate(1.061 1.061)' style='fill:none;stroke:%231f4755;stroke-width:3px'/%3E%3C/svg%3E%0A");
}
.kyl_menu .menu_row_wrapper .menu_links_sub .menu .sub-menu .menu-item:first-of-type a {
  padding-top: 0;
}
.kyl_menu .menu_row_wrapper .menu_links_sub .menu .sub-menu .menu-item:last-of-type a {
  padding-bottom: 0;
}
.kyl_menu .menu_links .menu {
  margin: 0;
  padding: 0;
}
.kyl_menu .menu_links .menu .menu-item {
  list-style: none;
}
.kyl_menu .menu_links .menu .menu-item a {
  color: #1f4755;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 32px;
  font-size: 24px;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  transition: all ease 300ms;
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 15px 0;
  display: block;
}
@media (min-width: 1024px) {
  .kyl_menu .menu_links .menu .menu-item a {
    padding: 15px;
  }
}
.kyl_menu .menu_links .menu .menu-item:first-of-type a {
  padding-top: 0;
}
.kyl_menu .menu_links .menu .menu-item:last-of-type a {
  padding-bottom: 0;
}
.kyl_menu .menu_links .menu .menu-item.menu-item-has-children > a .chevron {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.121' height='15.182' viewBox='0 0 26.121 15.182'%3E%3Cpath data-name='Pfad 4772' d='m0 0 12 12L24 0' transform='translate(1.061 1.061)' style='fill:none;stroke:%231f4755;stroke-width:3px'/%3E%3C/svg%3E%0A");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 24px;
  height: 12px;
  margin-left: 10px;
  vertical-align: middle;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  transition: all ease 300ms;
}
.kyl_menu .menu_links .menu .menu-item:hover > a {
  color: #f1e639;
}
.kyl_menu .menu_links .menu .menu-item:hover > a > .arrow {
  background-image: url('/wp-content/themes/kyltheme/assets/svg/icon_chevron_right_off_yellow.svg');
}
.kyl_menu .menu_links .menu .menu-item.menu-item-has-children:hover > a .chevron {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.121' height='15.182' viewBox='0 0 26.121 15.182'%3E%3Cpath data-name='Pfad 4772' d='m0 0 12 12L24 0' transform='translate(1.061 1.061)' style='fill:none;stroke:%23f1e639;stroke-width:3px'/%3E%3C/svg%3E%0A");
}
.kyl_menu .menu_links .menu .menu-item.is_clicked > a {
  color: #f1e639;
}
.kyl_menu .menu_links .menu .menu-item.is_clicked > a > .arrow {
  background-image: url('/wp-content/themes/kyltheme/assets/svg/icon_chevron_right_off_yellow.svg');
}
.kyl_menu .menu_links .menu .menu-item.showing_submenu > a {
  color: #f1e639;
}
.kyl_menu .menu_links .menu .menu-item.showing_submenu > a > .arrow {
  background-image: url('/wp-content/themes/kyltheme/assets/svg/icon_chevron_right_off_yellow.svg');
}
.kyl_menu .menu_links .menu .menu-item.showing_submenu.menu-item-has-children > a .chevron {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26.121' height='15.182' viewBox='0 0 26.121 15.182'%3E%3Cpath data-name='Pfad 4772' d='m0 0 12 12L24 0' transform='translate(1.061 1.061)' style='fill:none;stroke:%23efe65d;stroke-width:3px'/%3E%3C/svg%3E%0A");
}
.kyl_menu .menu_links .menu .sub-menu {
  display: none;
  padding-top: 20px;
  padding-left: 30px;
}
.kyl_menu .menu_links .menu .sub-menu .menu-item a {
  font-weight: 300;
  letter-spacing: normal;
  line-height: 32px;
  font-size: 24px;
}
.kyl_menu .legal_links {
  margin-bottom: 25px;
}
.kyl_menu .legal_links .menu {
  margin: 0 0 -30px 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.kyl_menu .legal_links .menu .menu-item {
  list-style: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -moz-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 30px;
}
.kyl_menu .legal_links .menu .menu-item a {
  font-weight: 400;
  letter-spacing: normal;
  line-height: 24px;
  font-size: 16px;
  color: #1f4755;
  -webkit-transition: color ease 300ms;
  -o-transition: color ease 300ms;
  -moz-transition: color ease 300ms;
  transition: color ease 300ms;
}
.kyl_menu .legal_links .menu .menu-item a:hover {
  color: #f1e639;
}
.kyl_menu .icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.kyl_menu .icons img {
  display: inline-block;
  width: 30px;
}
