@import "fonts.css";
/*Farben*/
/*Breakpoint / Viewports*/
/*SVGs*/
html, body {
  font-size: 20px;
}
@media only screen and (max-width :960px) {
  html, body {
    font-size: 18px;
  }
}
@media only screen and (max-width :640px) {
  html, body {
    font-size: 15px;
  }
}

@media (max-width: 1900px) {
  .uk-heading-xlarge {
    font-size: 4rem;
  }
}
@media (max-width: 960px) {
  .uk-heading-xlarge {
    font-size: 3.5rem;
  }
}
@media (max-width: 640px) {
  .uk-heading-xlarge {
    font-size: 2.5rem;
  }
}

.funding .funding .pfeil::after {
  transform: scaleX(-1);
}

.el-link.uk-button.uk-button-default {
  padding-left: 0;
}

.uk-column-1-2\@m p {
  page-break-inside: avoid;
  column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.newseventspage .uk-grid-divider > :not(.uk-first-column)::before, .category-news .uk-grid-divider > :not(.uk-first-column)::before {
  border-left: 2px solid #885EA4;
}
.newseventspage .el-nav a.fs-filter-label, .category-news .el-nav a.fs-filter-label {
  border: 1px solid #885EA4;
  border-radius: 20px;
}
.newseventspage .quote h3.el-title, .newseventspage .uk-tab a, .category-news .quote h3.el-title, .category-news .uk-tab a {
  color: #885EA4;
}
.newseventspage .socialicons svg, .category-news .socialicons svg {
  fill: #885EA4;
}
.newseventspage .uk-button-text, .category-news .uk-button-text {
  color: #885EA4;
}
.newseventspage .uk-button-text::before, .category-news .uk-button-text::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 50 10.912' xml:space='preserve'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h50v10.912H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%23885EA4' stroke-width='2' d='M0 5.456h48.531M43.45.732l5.082 4.724-5.081 4.723'/%3E%3C/svg%3E");
}

.strategypage .uk-grid-divider > :not(.uk-first-column)::before {
  border-left: 1px solid #63C3D1 !important;
}
.strategypage .quote h3.el-title, .strategypage .uk-tab a {
  color: #63C3D1;
}
.strategypage .socialicons svg {
  fill: #63C3D1;
}
.strategypage .uk-button-text {
  color: #63C3D1;
}
.strategypage .uk-button-text::before {
  background-image: #63C3D1;
}

.contactpage .uk-grid-divider > :not(.uk-first-column)::before {
  border-left: 2px solid #DEDC00;
}
.contactpage .quote h3.el-title, .contactpage .uk-tab a {
  color: #DEDC00;
}
.contactpage .socialicons svg {
  fill: #DEDC00;
}
.contactpage .uk-button-text {
  color: #DEDC00;
}
.contactpage .uk-button-text::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 50 10.912' xml:space='preserve'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h50v10.912H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%23DEDC00' stroke-width='2' d='M0 5.456h48.531M43.45.732l5.082 4.724-5.081 4.723'/%3E%3C/svg%3E");
}

.uk-button-default {
  position: relative;
}

.backButton a::before {
  transform: rotate(180deg);
}

.prev a.el-content.uk-button.uk-button-default {
  padding-left: 50px !important;
}
.prev a.el-content.uk-button.uk-button-default::after {
  left: 0;
  right: unset;
  transform: scaleX(-1);
}

.next a {
  padding-right: 50px;
}
.next a::after {
  right: 0;
}

.uk-light .uk-navbar-toggle {
  color: #FFF;
}

.uk-section-tertiary {
  background-color: #133454;
}
.uk-section-tertiary h1, .uk-section-tertiary h2, .uk-section-tertiary h3, .uk-section-tertiary p {
  transition: 0.5s ease-in-out;
  color: #FFF;
}

@media (max-height: 850px) {
  #tm-dialog .uk-modal-body > .uk-margin-auto-vertical, #tm-dialog-mobile .uk-modal-body > .uk-margin-auto-vertical {
    margin-bottom: 0 !important;
  }
  #tm-dialog .uk-nav-default, #tm-dialog-mobile .uk-nav-default {
    font-size: 3rem;
  }
}
#tm-dialog .modalTop, #tm-dialog-mobile .modalTop {
  position: absolute;
  width: calc(100% - 140px);
  display: flex;
  top: 0;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 70px;
  margin-right: 70px;
}
@media (max-width: 1200px) {
  #tm-dialog .modalTop, #tm-dialog-mobile .modalTop {
    width: calc(100% - 80px);
  }
}
@media (max-width: 640px) {
  #tm-dialog .modalTop, #tm-dialog-mobile .modalTop {
    padding-left: 20px;
  }
}
#tm-dialog .modalTop .uk-modal-close-full, #tm-dialog-mobile .modalTop .uk-modal-close-full {
  padding: 0;
  position: relative;
}
#tm-dialog .uk-modal-body, #tm-dialog-mobile .uk-modal-body {
  margin-left: unset !important;
  margin-right: unset !important;
}
@media (max-width: 1500px) {
  #tm-dialog .uk-nav-default, #tm-dialog-mobile .uk-nav-default {
    font-size: 3rem;
  }
}
#tm-dialog .uk-nav-default .contactlink a:hover, #tm-dialog .uk-nav-default > li.contactlink.uk-active > a, #tm-dialog-mobile .uk-nav-default .contactlink a:hover, #tm-dialog-mobile .uk-nav-default > li.contactlink.uk-active > a {
  color: #DEDC00;
}
#tm-dialog .uk-nav-default .aboutlink a:hover, #tm-dialog .uk-nav-default > li.aboutlink.uk-active > a, #tm-dialog-mobile .uk-nav-default .aboutlink a:hover, #tm-dialog-mobile .uk-nav-default > li.aboutlink.uk-active > a {
  color: #4D96CF;
}
#tm-dialog .uk-nav-default .strategylink a:hover, #tm-dialog .uk-nav-default > li.strategylink.uk-active > a, #tm-dialog-mobile .uk-nav-default .strategylink a:hover, #tm-dialog-mobile .uk-nav-default > li.strategylink.uk-active > a {
  color: #63C3D1;
}
#tm-dialog .uk-nav-default .portfoliolink a:hover, #tm-dialog .uk-nav-default > li.portfoliolink.uk-active > a, #tm-dialog-mobile .uk-nav-default .portfoliolink a:hover, #tm-dialog-mobile .uk-nav-default > li.portfoliolink.uk-active > a {
  color: #79C1E3;
}
#tm-dialog .uk-nav-default .newslink a:hover, #tm-dialog .uk-nav-default > li.newslink.uk-active > a, #tm-dialog-mobile .uk-nav-default .newslink a:hover, #tm-dialog-mobile .uk-nav-default > li.newslink.uk-active > a {
  color: #885EA4;
}

@media (min-width: 961px) {
  .quote .el-image {
    position: absolute;
    left: 0;
    top: 20px;
    transform: translateX(calc(-100% - 20px));
  }
  .quote > div > div:first-child {
    padding: 0;
  }
}
.aboutSlider .startsliderContainer .startsliderColor {
  width: 50%;
}
@media (max-width: 640px) {
  .aboutSlider .startsliderContainer .startsliderColor {
    width: 100% !important;
  }
}

.startsliderContainer .startsliderColor {
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (max-width: 640px) {
  .startsliderContainer .startsliderColor {
    width: 100% !important;
  }
}
.startsliderContainer .el-overlay {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.startsliderContainer .el-overlay div:last-child {
  position: absolute;
  bottom: 0;
  margin-bottom: 20px;
}
.startsliderContainer .uk-position-cover.uk-container.uk-section {
  padding-bottom: 0;
}

.stats li.uk-active {
  transition: 0.5s ease-in-out;
  color: #FFF;
}
.stats li.uk-active .el-content {
  text-transform: uppercase;
}
.stats li.uk-active.blau h1, .stats li.uk-active.blau h2, .stats li.uk-active.blau h3, .stats li.uk-active.blau p {
  color: #008ECF;
  transform: scale(1.2);
}

.newsGrid, .newsgrid {
  font-size: 16px;
}
.newsGrid .el-meta, .newsgrid .el-meta {
  font-size: 14px;
  font-weight: 700;
  color: #000;
}
.newsGrid .el-title, .newsgrid .el-title {
  font-size: 20px;
  font-weight: 700;
}
.newsGrid .el-item a, .newsgrid .el-item a {
  height: 100%;
  overflow: hidden;
}

.post-type-archive-portfolio .uk-text-secondary, .post-type-archive-portfolio .quote .el-content {
  color: #63C3D1 !important;
  font-family: Cambria;
  font-weight: 500;
}

.portfolioGrid .filtergrid, .newsGrid .filtergrid {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.portfolioGrid .filtergrid ul, .newsGrid .filtergrid ul {
  margin-top: 0 !important;
}
.portfolioGrid > div > div, .newsGrid > div > div {
  aspect-ratio: 1/1;
}
@media (min-width: 961px) {
  .portfolioGrid > div > div, .newsGrid > div > div {
    max-width: 33.3vw;
    max-height: 33.3vw;
  }
}
@media (max-width: 960px) {
  .portfolioGrid > div > div, .newsGrid > div > div {
    max-width: 50%;
    max-height: 50%;
  }
}
@media (max-width: 640px) {
  .portfolioGrid > div > div, .newsGrid > div > div {
    max-width: 100%;
    max-height: 100%;
  }
}
.portfolioGrid > div > div .el-item, .newsGrid > div > div .el-item {
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  mix-blend-mode: multiply;
}
.portfolioGrid > div > div .el-item > a, .newsGrid > div > div .el-item > a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.portfolioGrid > div > div .el-item > a picture, .newsGrid > div > div .el-item > a picture {
  padding: 10%;
}
.portfolioGrid > div > div .el-item > a img, .newsGrid > div > div .el-item > a img {
  transition: 0.5s;
}
.portfolioGrid > div > div .el-item > a:hover img, .newsGrid > div > div .el-item > a:hover img {
  transform: scale(1.1);
}
.portfolioGrid > div > div .el-item .portfolioCategory.uk-text-meta, .newsGrid > div > div .el-item .portfolioCategory.uk-text-meta {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  color: #000;
  font-weight: 700;
  font-size: 0.5rem;
}
.portfolioGrid > div > div .el-item .el-content *, .portfolioGrid > div > div .el-item .links *, .newsGrid > div > div .el-item .el-content *, .newsGrid > div > div .el-item .links * {
  font-size: 18px !important;
}
@media (max-width: 1200px) {
  .portfolioGrid > div > div .el-item .el-content *, .portfolioGrid > div > div .el-item .links *, .newsGrid > div > div .el-item .el-content *, .newsGrid > div > div .el-item .links * {
    font-size: 14px !important;
  }
}
@media (max-width: 640px) {
  .portfolioGrid > div > div .el-item.bgcolor-1, .newsGrid > div > div .el-item.bgcolor-1 {
    background-color: #7AC1E3 !important;
  }
}
@media (min-width: 961px) {
  .portfolioGrid > div > div .el-item.bgcolor-1, .newsGrid > div > div .el-item.bgcolor-1 {
    background-color: #7AC1E3 !important;
  }
}
@media (max-width: 960px) and (min-width: 641px) {
  .portfolioGrid > div > div .el-item.bgcolormobile-1, .newsGrid > div > div .el-item.bgcolormobile-1 {
    background-color: #7AC1E3 !important;
  }
}
@media (max-width: 640px) {
  .portfolioGrid > div > div .el-item.bgcolor-2, .newsGrid > div > div .el-item.bgcolor-2 {
    background-color: #63C3D1 !important;
  }
}
@media (min-width: 961px) {
  .portfolioGrid > div > div .el-item.bgcolor-2, .newsGrid > div > div .el-item.bgcolor-2 {
    background-color: #63C3D1 !important;
  }
}
@media (max-width: 960px) and (min-width: 641px) {
  .portfolioGrid > div > div .el-item.bgcolormobile-2, .newsGrid > div > div .el-item.bgcolormobile-2 {
    background-color: #63C3D1 !important;
  }
}
@media (max-width: 640px) {
  .portfolioGrid > div > div .el-item.bgcolor-3, .newsGrid > div > div .el-item.bgcolor-3 {
    background-color: #A298CA !important;
  }
}
@media (min-width: 961px) {
  .portfolioGrid > div > div .el-item.bgcolor-3, .newsGrid > div > div .el-item.bgcolor-3 {
    background-color: #A298CA !important;
  }
}
@media (max-width: 960px) and (min-width: 641px) {
  .portfolioGrid > div > div .el-item.bgcolormobile-3, .newsGrid > div > div .el-item.bgcolormobile-3 {
    background-color: #A298CA !important;
  }
}
@media (max-width: 640px) {
  .portfolioGrid > div > div .el-item.bgcolor-4, .newsGrid > div > div .el-item.bgcolor-4 {
    background-color: #979AAD !important;
  }
}
@media (min-width: 961px) {
  .portfolioGrid > div > div .el-item.bgcolor-4, .newsGrid > div > div .el-item.bgcolor-4 {
    background-color: #979AAD !important;
  }
}
@media (max-width: 960px) and (min-width: 641px) {
  .portfolioGrid > div > div .el-item.bgcolormobile-4, .newsGrid > div > div .el-item.bgcolormobile-4 {
    background-color: #979AAD !important;
  }
}
@media (max-width: 640px) {
  .portfolioGrid > div > div .el-item.bgcolor-5, .newsGrid > div > div .el-item.bgcolor-5 {
    background-color: #78AEDF !important;
  }
}
@media (min-width: 961px) {
  .portfolioGrid > div > div .el-item.bgcolor-5, .newsGrid > div > div .el-item.bgcolor-5 {
    background-color: #78AEDF !important;
  }
}
@media (max-width: 960px) and (min-width: 641px) {
  .portfolioGrid > div > div .el-item.bgcolormobile-5, .newsGrid > div > div .el-item.bgcolormobile-5 {
    background-color: #78AEDF !important;
  }
}
@media (max-width: 640px) {
  .portfolioGrid > div > div .el-item.bgcolor-6, .newsGrid > div > div .el-item.bgcolor-6 {
    background-color: #63C3D1 !important;
  }
}
@media (min-width: 961px) {
  .portfolioGrid > div > div .el-item.bgcolor-6, .newsGrid > div > div .el-item.bgcolor-6 {
    background-color: #63C3D1 !important;
  }
}
@media (max-width: 960px) and (min-width: 641px) {
  .portfolioGrid > div > div .el-item.bgcolormobile-6, .newsGrid > div > div .el-item.bgcolormobile-6 {
    background-color: #63C3D1 !important;
  }
}
@media (max-width: 640px) {
  .portfolioGrid > div > div .el-item.bgcolor-7, .newsGrid > div > div .el-item.bgcolor-7 {
    background-color: #885EA4 !important;
  }
}
@media (min-width: 961px) {
  .portfolioGrid > div > div .el-item.bgcolor-7, .newsGrid > div > div .el-item.bgcolor-7 {
    background-color: #885EA4 !important;
  }
}
@media (max-width: 960px) and (min-width: 641px) {
  .portfolioGrid > div > div .el-item.bgcolormobile-7, .newsGrid > div > div .el-item.bgcolormobile-7 {
    background-color: #885EA4 !important;
  }
}
@media (max-width: 640px) {
  .portfolioGrid > div > div .el-item.bgcolor-8, .newsGrid > div > div .el-item.bgcolor-8 {
    background-color: #979AAD !important;
  }
}
@media (min-width: 961px) {
  .portfolioGrid > div > div .el-item.bgcolor-8, .newsGrid > div > div .el-item.bgcolor-8 {
    background-color: #979AAD !important;
  }
}
@media (max-width: 960px) and (min-width: 641px) {
  .portfolioGrid > div > div .el-item.bgcolormobile-8, .newsGrid > div > div .el-item.bgcolormobile-8 {
    background-color: #979AAD !important;
  }
}
@media (max-width: 640px) {
  .portfolioGrid > div > div .el-item.bgcolor-9, .newsGrid > div > div .el-item.bgcolor-9 {
    background-color: #F2F2F2 !important;
  }
}
@media (min-width: 961px) {
  .portfolioGrid > div > div .el-item.bgcolor-9, .newsGrid > div > div .el-item.bgcolor-9 {
    background-color: #F2F2F2 !important;
  }
}
@media (max-width: 960px) and (min-width: 641px) {
  .portfolioGrid > div > div .el-item.bgcolormobile-9, .newsGrid > div > div .el-item.bgcolormobile-9 {
    background-color: #F2F2F2 !important;
  }
}
.portfolioGrid > div > div .el-item img, .newsGrid > div > div .el-item img {
  mix-blend-mode: multiply;
  filter: grayscale(100%);
  width: calc(33vw - 160px);
}
@media (max-width: 640px) {
  .portfolioGrid > div > div .el-item img, .newsGrid > div > div .el-item img {
    width: 100%;
  }
}
@media (max-width: 960px) and (min-width: 641px) {
  .portfolioGrid > div > div .el-item img, .newsGrid > div > div .el-item img {
    width: calc(50vw - 80px);
  }
}
.portfolioGrid > div > div .el-item .links, .newsGrid > div > div .el-item .links {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: fit-content;
  row-gap: 20px;
}
.portfolioGrid > div > div .el-item .links a, .newsGrid > div > div .el-item .links a {
  width: 100%;
  text-align: left;
}
.portfolioGrid .uk-overlay, .newsGrid .uk-overlay {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: 1/1;
  max-width: 33vw;
}
@media (max-width: 640px) {
  .portfolioGrid .uk-overlay, .newsGrid .uk-overlay {
    max-width: 100%;
  }
}
@media (max-width: 960px) and (min-width: 641px) {
  .portfolioGrid .uk-overlay, .newsGrid .uk-overlay {
    max-width: 50vw;
  }
}

.portfolioDetails .portfolioButtons .el-item {
  width: 50%;
}

.headLink .el-title {
  line-height: 1;
}
.headLink > div > div:last-child {
  display: flex;
  align-items: end;
}

/*Nav / Dialog*/
.uk-light .funding {
  color: #FFF !important;
}
.uk-light .funding .pfeil::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 50 10.912' xml:space='preserve'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h50v10.912H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%23FFF' stroke-width='2' d='M0 5.456h48.531M43.45.732l5.082 4.724-5.081 4.723'/%3E%3C/svg%3E");
}

.funding .pfeil::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 50 10.912' xml:space='preserve'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h50v10.912H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%23000' stroke-width='2' d='M0 5.456h48.531M43.45.732l5.082 4.724-5.081 4.723'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) 50%;
  transition: background-position 0.2s ease-out;
}

@media (max-width: 960px) {
  .funding a {
    font-size: 0.75rem;
  }
}
.uk-navbar-right .funding .pfeil:hover::after, .uk-navbar-right .funding:hover .pfeil::after {
  background-position: 100% 50%;
}

.funding > span {
  position: relative;
  right: 70px;
  font-family: Barlow;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 4;
}

.funding {
  position: relative;
}

#tm-dialog-mobile .uk-nav-default {
  font-size: 3.5rem;
}
@media only screen and (max-width :640px) {
  #tm-dialog-mobile .uk-nav-default {
    font-size: 2.5rem;
  }
}

.uk-container-expand-left, .uk-container-expand-right {
  max-width: calc(50% + (1400px / 2)) !important;
}
@media (max-width: calc(1400px + 100px)) {
  .uk-container-expand-left, .uk-container-expand-right {
    margin-left: 40px !important;
  }
}
@media (max-width: 960px) {
  .uk-container-expand-left, .uk-container-expand-right {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
}
@media (max-width: 640px) {
  .uk-container-expand-left, .uk-container-expand-right {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}

.uk-section.uk-padding-remove-bottom.uk-padding-remove-top .uk-panel:not(.el-content.uk-panel) {
  padding-top: 70px;
  padding-bottom: 70px;
}

.uk-background-cover {
  min-height: 400px;
}

/*Buttons*/
.uk-button-default {
  position: relative;
}

.el-content.uk-button {
  padding-left: 0 !important;
}

.uk-button-default::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -25px;
  width: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 50 10.912' xml:space='preserve'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h50v10.912H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%23FFF' stroke-width='2' d='M0 5.456h48.531M43.45.732l5.082 4.724-5.081 4.723'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) 50%;
  transition: background-position 0.2s ease-out;
}

.uk-button-default:hover::after {
  background-position: 100% 50%;
}

.uk-button-text::before {
  right: -25px;
  width: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 50 10.912' xml:space='preserve'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h50v10.912H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%23008ECF' stroke-width='2' d='M0 5.456h48.531M43.45.732l5.082 4.724-5.081 4.723'/%3E%3C/svg%3E");
}

.uk-button-text:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 50 10.912' xml:space='preserve'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h50v10.912H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%23000' stroke-width='2' d='M0 5.456h48.531M43.45.732l5.082 4.724-5.081 4.723'/%3E%3C/svg%3E");
  background-position: 100% 50%;
}

#footerSection {
  background-color: #677077;
}
#footerSection li a {
  color: #FFF;
  font-size: 0.6rem;
}

.socialicons svg {
  fill: #008ECF;
}
.socialicons svg:hover {
  fill: #B4B5BA;
}
.socialicons polyline {
  stroke: #008ECF !important;
}
.socialicons polyline:hover {
  stroke: #B4B5BA !important;
}

.open::after {
  content: "";
  background-color: #FFF;
  position: fixed;
  top: 50%;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: 0.5s;
  transform: translateY(-50%);
  z-index: 2;
}

.personGrid {
  position: relative;
}
.personGrid .modalTrigger .el-item {
  transition: 0.5s;
}
.personGrid .modalTrigger .el-item:hover {
  background-color: rgba(103, 114, 154, 0) !important;
}
.personGrid .teamInfo {
  display: none;
  position: fixed;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 99999;
  background-color: #99C5E4;
  color: #000;
  height: 100vh;
}
.personGrid .teamInfo .closeInfo {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 4;
}
.personGrid .teamInfo .closeInfo .uk-text-meta, .personGrid .teamInfo .closeInfo:hover {
  color: #FFF;
  font-weight: 600;
  text-decoration: none;
}
.personGrid .teamInfo .closeInfo svg {
  width: 35px;
  height: 35px;
}
@media (max-width: 640px) {
  .personGrid .teamInfo .closeInfo svg {
    width: 20px;
    height: 20px;
  }
}
.personGrid .teamInfo .closeInfo svg path {
  color: #FFF;
}
.personGrid .teamInfo .scroll {
  overflow-y: auto !important;
}
.personGrid .teamInfo .teamContent {
  font-size: 1rem;
  line-height: 1.3;
  margin-top: -6px;
  padding: 70px 70px 70px 0;
  position: relative;
}
.personGrid .teamInfo .teamContent * + p {
  margin-top: 0px;
}
.personGrid .teamInfo .teamImage {
  padding: 70px 0 70px 70px;
}
@media (max-width: 960px) {
  .personGrid .teamInfo .teamImage {
    padding: 0;
    margin: 20px;
  }
}
.personGrid .teamInfo .teamImage .el-title {
  color: #FFF;
  font-weight: 500;
  font-size: 1.2rem;
}
.personGrid .teamInfo .teamImage .uk-text-meta {
  color: #000;
  text-transform: unset;
  font-size: 0.7rem;
}
.personGrid .teamInfo .teamImage > img {
  height: auto;
  width: 100%;
  max-width: 500px;
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: center;
}
.personGrid .show {
  display: grid !important;
  grid-template-columns: 2fr 4fr;
  transition: 0.5s;
  column-gap: 40px;
}
@media (max-width: 960px) {
  .personGrid .show {
    display: flex !important;
    flex-direction: column;
    padding-top: 40px;
    position: fixed;
    top: 0 !important;
    height: 100vh;
  }
  .personGrid .show .teamImage {
    align-self: center;
  }
  .personGrid .show .closeInfo {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
  }
  .personGrid .show .teamContent {
    padding: 0 20px 0 20px;
  }
}

.strategySwitcher .uk-tab {
  flex-direction: column;
  align-items: center;
}
.strategySwitcher .uk-tab li.uk-active a {
  background-color: #63C3D1;
  color: #FFF;
  padding: 2px 10px;
}
.strategySwitcher .uk-tab li:not(.uk-active)::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  width: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 50 10.912' xml:space='preserve'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h50v10.912H0z'/%3E%3C/defs%3E%3CclipPath id='b'%3E%3Cuse xlink:href='%23a' overflow='visible'/%3E%3C/clipPath%3E%3Cpath clip-path='url(%23b)' fill='none' stroke='%2363C3D1' stroke-width='2' d='M0 5.456h48.531M43.45.732l5.082 4.724-5.081 4.723'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left;
  transition: 0.2s ease-out;
}
.strategySwitcher .uk-tab li:not(.uk-active):hover a {
  color: #63C3D1;
}
.strategySwitcher .uk-tab li:not(.uk-active):hover::before {
  transform: translateX(5px);
}
.strategySwitcher .uk-switcher {
  position: relative;
  display: flex;
}
.strategySwitcher .uk-switcher::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  background-color: #eee;
  height: 100%;
}
.strategySwitcher .uk-switcher li {
  max-width: 1400px;
  min-height: unset;
  margin-left: max(calc(50vw - 700px), 40px);
  margin-right: max(calc(50vw - 700px), 40px);
  margin-top: 70px;
  margin-bottom: 70px;
}
@media (max-width: 960px) {
  .strategySwitcher .uk-switcher li {
    margin-left: max(calc(50vw - 700px), 20px);
    margin-right: max(calc(50vw - 700px), 20px);
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .strategySwitcher .uk-switcher li {
    margin-left: max(calc(50vw - 700px), 10px);
    margin-right: max(calc(50vw - 700px), 10px);
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.strategyPortfolioSlider {
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
}

.gform-body *, .gform_footer *, .gform_heading * {
  color: #133454;
  font-size: 20px !important;
}
.gform-body .gfield_required, .gform_footer .gfield_required, .gform_heading .gfield_required {
  color: #133454 !important;
}
.gform-body *::placeholder, .gform_footer *::placeholder, .gform_heading *::placeholder {
  color: #133454;
  font-size: 20px !important;
  opacity: 1;
}
.gform-body .gfield_label, .gform_footer .gfield_label, .gform_heading .gfield_label {
  font-weight: 700 !important;
}
.gform-body .gfield_html > p, .gform-body .gfield_html, .gform_footer .gfield_html > p, .gform_footer .gfield_html, .gform_heading .gfield_html > p, .gform_heading .gfield_html {
  margin: 0 !important;
}
.gform-body input, .gform_footer input, .gform_heading input {
  border: none;
  border-bottom: 1px solid #133454;
}
.gform-body textarea, .gform-body select, .gform_footer textarea, .gform_footer select, .gform_heading textarea, .gform_heading select {
  border: 1px solid #133454;
  background: none;
}
.gform-body .gform_drop_area, .gform_footer .gform_drop_area, .gform_heading .gform_drop_area {
  border: none;
  background-color: #13345433 !important;
  border-radius: 0 !important;
}
.gform-body button, .gform-body .gform_button.button, .gform_footer button, .gform_footer .gform_button.button, .gform_heading button, .gform_heading .gform_button.button {
  padding: 10px 40px;
  border-radius: 0;
  background-color: #133454;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 700;
  border: none;
}
.gform-body button:hover, .gform-body .gform_button.button:hover, .gform_footer button:hover, .gform_footer .gform_button.button:hover, .gform_heading button:hover, .gform_heading .gform_button.button:hover {
  background-color: #008ECF;
}

/**** KIKI ****/
@media (max-width: 960px) {
  .portfolioDetails .uk-list {
    margin-left: 15px;
  }
}

@media (max-width: 1920px) and (max-height: 1000px) {
  .single-post .startsliderColor h3 {
    font-size: 4.3rem;
  }
}

.showModal {
  overflow: hidden;
}

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