.uk-font-secondary {
  font-family: 'Arial Narrow', 'Lato';
}

.uk-font-secondary small {
  font-family: 'Arial Narrow', 'Lato';
  text-transform: none;
  letter-spacing: 4px;
}

.home-hero .uk-slideshow-items {
  min-height: calc(100vh - 110px) !important;
}

.tm-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  border-bottom: 1px solid #efefef;
}

.header-placeholder {
  background: #353535;
  /*transition: all 0.4s linear 0s;*/
}

.wv-sticky .header-placeholder {
  /*padding-bottom:0 !important;*/
  transition: all 0.4s linear 0s;
}

.tm-header>div.uk-animation-slide-top {
  animation-name: uk-fade !important;
}

.uk-sticky-fixed .uk-navbar-container {
  transition: all 0.4s linear 0s;
}

.uk-navbar-container {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  transition: all 0.2s linear 0s;
}

.wv-sticky .uk-navbar-container {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  transition: all 0.4s linear 0s;
}

.uk-logo img {
  transition: all 0.4s linear 0s;
}

.wv-sticky .uk-logo img {
  width: 200px;
  transition: all 0.4s linear 0s;
}

@media (max-width: 1330px) {
  .uk-logo img {
    width: 220px;
  }
}

@media (max-width: 1200px) {
  .uk-navbar-right {
    gap: 20px;
  }

  .uk-navbar-right .uk-navbar-nav {
    gap: 20px;
  }
}

@media (max-width: 1100px) {
  .uk-logo img {
    width: 200px;
  }

  .uk-navbar-right {
    gap: 20px;
  }

  .uk-navbar-right .uk-navbar-nav {
    gap: 15px;
  }
}

@media (max-width: 1040px) {
  .uk-logo img {
    width: 200px;
  }

  .uk-navbar-right {
    gap: 20px;
  }

  .uk-navbar-right .uk-navbar-nav {
    gap: 15px;
  }

  .uk-navbar-right .uk-navbar-nav a {
    font-size: 14.5px;
  }
}

.uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
  transition: all 0.2s linear 0s;
}

.wv-sticky .uk-navbar-item,
.wv-sticky .uk-navbar-nav>li>a,
.wv-sticky .uk-navbar-toggle {
  min-height: 60px;
  transition: all 0.4s linear 0s;
}

body.wv-sticky:not(.wv-scroll-up) .tm-header {
  transform: translateY(-100%);
  transition: all 0.4s linear 0s;
}

body.wv-sticky.wv-scroll-up .tm-header {
  transform: translateY(0%);
  transition: all 0.4s linear 0s;
}

@media (max-width: 959px) {
  .tm-header-mobile {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
  }
}

.uk-navbar-nav>li>a {
  text-transform: uppercase;
}

.subpage-hero>div {
  height: 300px;
}

.buero-timeline .el-item {
  padding: 20px !important;
  padding-left: 0 !important;
}

.dots span {
  color: #0491e1;
  font-weight: bold;
  font-size: 26pt;
  line-height: 0pt;
  position: relative;
  top: 3px;
}

.hero-subpage {
  position: relative;
}
.hero-subpage.hero-leistungen>div{
  height: 300px;
}
.hero-subpage.hero-leistungen>div h1{
  color: #0491e1;
}

.hero-subpage h1 {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.home-hero .slider-title {
  color: #0491e1;
  text-transform: uppercase;
  background: #fff;
  background: linear-gradient(61deg, rgb(255 255 255) 0%, rgb(255 255 255 / 91%) 43%, rgba(239, 245, 238, 0) 75%, rgba(239, 245, 238, 0) 100%);
  padding: 40px;
}

.home-hero div[uk-slideshow] {
  margin-bottom: 0 !important;
}

.grid-swapping.max-height .el-content {
  max-height: 200px;
  overflow: auto;
}

.grid-swapping .el-item {
  border: 1px solid #f9f9f9;
}

.uk-section-default .grid-swapping .el-item .uk-panel {
  background: #f9f9f9;
}

.uk-section-default .grid-swapping .el-item .uk-panel:not(.uk-link-toggle) {
  cursor: default;
}

.el-item.wv-image-lightbox {
  cursor: pointer;
}

.grid-swapping div.wv-image-lightbox,
.grid-swapping a.wv-image-lightbox {
  padding-bottom: 60px;
}

.uk-section-default .grid-swapping .el-item {
  background: #f9f9f9;
}

.uk-section-default .grid-swapping .el-item:hover,
.uk-section-default .grid-swapping .el-item:hover a.wv-image-lightbox,
.uk-section-default .grid-swapping .el-item:hover a.wv-image-lightbox .el-content {
  background: #f1f1f1;
  transition: .1s ease-in-out;
}

.uk-section-default .grid-swapping .el-item a.wv-image-lightbox .el-content {
  transition: .1s ease-in-out;
}

.grid-swapping .el-item .uk-button-default {
  position: absolute;
  bottom: 40px;
}

.uk-tile-default.uk-sticky {
  padding: 20px;
}

/*

.grid-swapping>div>div:nth-child(even) .uk-child-width-expand.uk-grid>div:nth-child(1){
  order: 2
}
.grid-swapping>div>div:nth-child(even) .uk-child-width-expand.uk-grid>div:nth-child(2){
  order: 1
}
*/
.career-info:not(.no-jobs) .uk-heading-medium {
  margin-bottom: 0;
}

.career-info.no-jobs .uk-panel {
  display: block !important;
}

.section-jobs.no-jobs .career-grid,
.section-jobs.no-jobs .career-contact {
  display: none !important;
}

.uk-h6 {
  margin-bottom: 0;
  margin-left: 5px;
}

/*
.page-referenzen .hero-subpage .uk-background-cover{
  background-position-y: calc(200px) !important;
}
*/
.last-projects .uk-panel {
  background-color: #0006;
}

.last-projects .uk-panel .uk-h6 {
  margin-left: 0;
}

.ref-nav a {
  transform: translateX(0px);
  transition: all 0.3s ease 0s !important;
}

.ref-nav a:hover {
  transform: translateX(10px);
  transition: all 0.3s ease 0s;
}

.ref-nav a::before {
  content: '';
  background: #0481c8;
  height: 10px;
  width: 2px;
  display: inline-block;
  transition: all 0.3s ease 0s;
}

.ref-nav a:hover::before {
  width: 10px;
  transition: all 0.3s ease 0s;
}

.home--leistungen-grid .el-title {
  background: #0491e1ba;
  padding: 10px;
}

.last-projects{
  margin-bottom:-2px !important;
}

@media (max-width: 1330px) {
  .home-hero{
    margin-top: -10px !important;
  }
  
  .hero-subpage {
    margin-top: -10px !important;
  }
}

@media (max-width: 670px) {
  .home-hero .slider-title{
    bottom:0 !important;
    font-size: 5.5vw;
    letter-spacing: 1px;
    background: linear-gradient(61deg, rgb(255 255 255) 0%, rgb(255 255 255 / 91%) 80%, rgba(239, 245, 238, 0) 110%, rgba(239, 245, 238, 0) 140%);
  }
  .home-hero .slider-title small{
    letter-spacing: 4px;
  }
  
  .home-hero .uk-slideshow-items {
    min-height: 500px !important;
    height: 500px !important;
  }
  .hero-subpage h1{
    font-size: 53px;
  }
}

.ausschreibungen-grid-item .button-container{
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.ausschreibungen-grid-item .button-container>a{
  width: calc(50% - 3px);
  margin-bottom: 5px;
  line-height: 1.6;
  padding: 5px 10px;
}


@media (min-width: 768px) {
  .ausschreibungen-grid-item .button-container>a:nth-child(odd){
    margin-right: 3px;
  }
  .ausschreibungen-grid-item .button-container>a:nth-child(even){
    margin-left: 3px;
  }
}
@media (max-width: 767px) {
  .ausschreibungen-grid-item .button-container>a{
    width: calc(100%);
  }
}

.no-entries-found{
  margin-bottom: 160px !important;
  display: block;
}

.contact-float{
  padding: 20px 20px 0 20px;  
}
.contact-float:last-child{
  padding: 0px 20px 20px 20px;  
}

.rsform .formError{
  display: block;
}

.rsform-block-topf{
  display: none;
}