@font-face {
  font-family: "Overused Grotesk Light";
  src: url("../fonts/overusedgrotesk_light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: "Overused Grotesk";
  src: url("../fonts/overusedgrotesk.woff2") format("woff2"), url("../fonts/overusedgrotesk.woff") format("woff");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Overused Grotesk Medium";
  src: url("../fonts/overusedgrotesk_medium.woff2") format("woff2");
  font-weight: 500;
  font-style: medium; }
@font-face {
  font-family: "Overused Grotesk Semibold";
  src: url("../fonts/overusedgrotesk_semibold.woff2") format("woff2");
  font-weight: 600; }
@font-face {
  font-family: "Overused Grotesk Bold";
  src: url("../fonts/overusedgrotesk_bold.woff2") format("woff2");
  font-weight: 700;
  font-style: bold; }

body #tm-main {
  position: relative; }
body .fixed-circle {
  position: fixed;
  right: -5%;
  bottom: -5%; }
body video {
  border-radius: 10px; }
  body.landing-page::before {
    background-color: #FEDF00; }
body .uk-border-rounded {
  border-radius: 10px; }
body .inline-dot-primay {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #FEDF00;
  border-radius: 10px; }
body .uk-navbar-container {
  border-bottom: 1px solid #363F45;
  padding: 20px 0; }
body .uk-navbar-toggle {
  display: none; }
body .uk-navbar-right {
  gap: 40px;
  flex-wrap: nowrap; }
  body .uk-navbar-nav li a {
    position: relative;
    padding-left: 16px; }
  body .uk-navbar-nav li a::before {
    content: "";
    background-color: #FEDF00;
    height: 8px;
    width: 8px;
    display: block;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out; }
body .uk-navbar-nav li:hover a::before, body .uk-navbar-nav .uk-active a::before {
  opacity: 1; }
body .text-lead-inset {
  gap: 40px; }
body #start {
  position: relative;
  padding-top: 12vh !important; }
body .section-circle-grey {
  position: relative; }
  body .section-circle-grey > div {
    padding-top: 40px;
    padding-bottom: 100px; }
body .custom-fullwidth-headline {
  display: flex;
  align-items: center;
  gap: 20px; }
  body .custom-fullwidth-headline .line {
    flex: 1 1 100%;
    height: 2px;
    width: 100%;
    padding-top: 10px;
    border-bottom: 2px solid #363F45; }
body .section-lightgrey-top {
  position: relative; }
  body .section-lightgrey-top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 120px;
    width: 100%;
    background-color: #EFEFEF;
    z-index: -1; }
body .custom-info-grid > .uk-grid {
  row-gap: 20px; }
body .custom-info-grid .el-item {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px; }
body .custom-info-grid .el-meta {
  width: 40px;
  display: flex;
  align-items: center;
  height: 60px; }
body .custom-info-grid .el-title {
  width: calc(100% - 60px);
  display: flex;
  align-items: center; }
body .custom-marquee-list {
  display: flex;
  gap: 40px;
  white-space: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
  width: fit-content;
  animation: scrollleft 40s linear infinite; }
  body .custom-marquee-list .el-item {
    flex: 0 0 auto;
    padding: 0 20px;
    margin: 0; }
    body .custom-marquee-list .el-item img {
      max-width: 180px;
      max-height: 100px;
      object-fit: contain; }

@keyframes scrollleft {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-33.33%); } }
body .custom-marquee-list.filter-grayscale .el-item {
  filter: grayscale(1); }
body .text-container-bottom {
  border-top: 1px solid #363F45;
  border-bottom: 1px solid #363F45;
  padding: 15px 0;
  width: 100vw;
  position: absolute;
  left: 0;
  bottom: 40px;
  margin-left: 0; }
  body .text-container-bottom .el-content {
    font-size: 18px; }
body .button-large-underline a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  font-size: 32px; }
body a:hover {
  text-underline-offset: 4px;
  text-decoration-thickness: 2px; }
  body #kontakt > .uk-container {
    position: relative; }
body .footer-menu a {
  color: #9295A5 !important; }
body .custom-lang-switcher .langChoose {
  background-color: transparent !important;
  color: #9295A5;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 0 !important; }
  body .custom-lang-switcher .langChoose::after {
    content: "";
    display: block;
    flex: 1 0 16px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='M10 3.625V17.375' stroke='%239295A5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.375 11.75L10 17.375L15.625 11.75' stroke='%239295A5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle; }
  body .custom-lang-switcher .langChoose .caret {
    display: none; }
body .custom-lang-switcher .lang-block {
  background-color: #ffffff !important;
  color: #9295A5;
  font-weight: 600; }
  body .custom-lang-switcher .lang-block a {
    color: #9295A5; }
  body .custom-lang-switcher .lang-block .lang-active a {
    color: #FEDF00; }
body .card-more-services .uk-card-body {
  padding: 80px; }
body .custom-image-slider {
  position: relative;
  padding-bottom: 40px; }
  body .custom-image-slider .uk-position-relative {
    padding-top: 120px; }
  body .custom-image-slider .uk-slider-items > div:not(.uk-active) {
    opacity: 0; }
  body .custom-image-slider .uk-active {
    opacity: 1; }
    body .custom-image-slider .uk-active .el-title {
      opacity: 0;
      margin-top: 35% !important; }
    body .custom-image-slider .uk-active .el-item, body .custom-image-slider .uk-active img {
      transition: all 0.6s ease-in-out; }
  body .custom-image-slider .uk-slide-active:not(.uk-slide-leave), body .custom-image-slider .uk-slide-active:not(.uk-slide-enter) {
    z-index: 99; }
    body .custom-image-slider .uk-slide-active:not(.uk-slide-leave) .el-item, body .custom-image-slider .uk-slide-active:not(.uk-slide-enter) .el-item {
      height: 150%; }
    body .custom-image-slider .uk-slide-active:not(.uk-slide-leave) .el-title, body .custom-image-slider .uk-slide-active:not(.uk-slide-enter) .el-title {
      opacity: 1;
      transition: opacity 0.6s ease-in-out; }
    body .custom-image-slider .uk-slide-active:not(.uk-slide-leave) img, body .custom-image-slider .uk-slide-active:not(.uk-slide-enter) img {
      transform: scale(2); }
  body .custom-image-slider .uk-slide-active.uk-slide-enter {
    z-index: 999; }
    body .custom-image-slider .uk-slide-active.uk-slide-enter .el-title {
      opacity: 0; }
  body .custom-image-slider .uk-slide-active.uk-slide-leave {
    z-index: 9; }
    body .custom-image-slider .uk-slide-active.uk-slide-leave .el-title {
      opacity: 0; }
  body .custom-image-slider .uk-slidenav-container {
    position: relative !important;
    margin-top: 150px;
    gap: 20px; }
body #tm-dialog-mobile .uk-modal-dialog {
  position: relative; }
  body #tm-dialog-mobile .uk-modal-dialog::before {
    content: "";
    background-color: #9295A5;
    height: calc(100vh - 260px);
    width: calc(100vh - 260px);
    min-height: 400px;
    min-width: 400px;
    display: block;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
body #tm-dialog-mobile .uk-modal-body {
  width: 100%; }
  body #tm-dialog-mobile .uk-modal-body > div {
    height: 100%; }
    body #tm-dialog-mobile .uk-modal-body > div > .uk-grid-stack {
      display: flex;
      flex-direction: column;
      height: 100%; }
      body #tm-dialog-mobile .uk-modal-body > div > .uk-grid-stack > div:first-child {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center; }
body #tm-dialog-mobile .uk-close {
  border: 2px solid #363F45;
  border-radius: 50px;
  padding: 8px;
  top: 30px;
  right: 15px; }
  body #tm-dialog-mobile .uk-close svg line {
    stroke-width: 2px; }
body #module-menu-dialog-mobile .uk-nav {
  padding-top: 80px; }
  body #module-menu-dialog-mobile .uk-nav li {
    padding: 20px 0; }
  body #module-menu-dialog-mobile .uk-nav a {
    color: #ffffff;
    justify-content: center;
    border: 2px solid white;
    border-radius: 50px;
    padding: 0 40px;
    width: fit-content;
    text-align: center;
    margin: 0 auto;
    position: relative; }
    body #module-menu-dialog-mobile .uk-nav a::before {
      content: "";
      background-color: #FEDF00;
      height: 8px;
      width: 8px;
      display: block;
      border-radius: 100%;
      position: absolute;
      left: 20px;
      top: 50%;
      transform: translateY(-50%);
      opacity: 0;
      transition: opacity 0.3s ease-in-out; }
  body #module-menu-dialog-mobile .uk-nav li:hover a::before, body #module-menu-dialog-mobile .uk-nav .uk-active a::before {
    opacity: 1; }
body #module-116 {
  position: absolute;
  top: 28px;
  left: 40px; }
  body .custom-img-text-grid > .uk-grid > div:nth-of-type(2n) {
    padding-top: 80px; }

@media screen and (max-width: 1399px) {
  body footer::before {
    top: -40px; } }

@media screen and (max-width: 1199px) {
  body #start {
    margin-bottom: 40px; }
  body .text-lead-inset {
    transform: translateX(0); }
    body .custom-lang-switcher .langChoose {
      gap: 3px; } }

@media screen and (max-width: 959px) {
  body .uk-navbar-right {
    gap: 20px; }
    body .card-more-services .uk-card-body {
      padding: 40px; }
  body #module-116 {
    left: 20px; } }

@media screen and (max-width: 639px) {
  body .uk-logo img, body .logo-dialog-mobile img {
    width: 120px; }
  body .uk-navbar-container {
    border-bottom: 1px solid #363F45;
    padding: 10px 0; }
  body .uk-text-lead {
    font-size: 24px; }
    body .custom-image-slider .uk-slidenav-container {
      margin-top: 100px; }
  body #module-116 {
    left: 15px; }
  body #start, body .section-circle-grey {
    min-height: 500px !important; }
  body .custom-marquee-list {
    gap: 10px; } }

@media screen and (max-width: 479px) {
  body .uk-h1 {
    font-size: 54px; }
    body #module-menu-dialog-mobile .uk-nav a {
      font-size: 24px;
      padding: 0 30px; }
      body #module-menu-dialog-mobile .uk-nav a::before {
        left: 15px; }
  body .card-more-services .uk-card-body {
    padding: 20px; } }

@media screen and (max-width: 399px) {
  body #module-menu-dialog-mobile .uk-nav li {
    padding: 15px; }
  body #module-menu-dialog-mobile .uk-nav a {
    font-size: 20px; }
    body #module-menu-dialog-mobile .uk-nav a::before {
      left: 12px; } }
