.otgs-development-site-front-end {
    display: none;
}

body.admin-bar.sticky-header .tm-header-mobile{
    top: 0!important;
}

html[lang="de-DE"] .lang-de{
    display:block;
}
html[lang="en-US"] .lang-de{
    display:none;
}

html[lang="de-DE"] .lang-en{
    display:none;
}
html[lang="en-US"] .lang-en{
    display:block;
}

#tm-main>.uk-section-secondary:nth-child(2){
    padding-top:45px;
}
#tm-main>.uk-section-secondary:nth-child(2) .subpage-headline{
    margin-bottom:0px;
}



h1,
.uk-h1 {
    font-family: 'Arial Black', Lato , Arial, Helvetica, sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 900;
}

h2,
.uk-h2 {
    font-family: 'Arial Black', Lato , Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.5;
    font-weight: 900;
}

h3,
.uk-h3 {
    font-family: 'Arial Black', Lato , Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 900;
}
@media(max-width: 959px){
    h1,
    .uk-h1 {
        font-size: 22px;
    }

    h2,
    .uk-h2 {
        font-size: 20px;
    }

    h3,
    .uk-h3 {
        font-size: 18px;
    }
}
@media(max-width: 520px){
    h1,
    .uk-h1 {
        font-size: 20px;
    }

    h2,
    .uk-h2 {
        font-size: 18px;
    }

    h3,
    .uk-h3 {
        font-size: 18px;
    }
    .jobs .el-title{
        font-size:18px;
    }
}
.uk-text-emphasis {
    color: #000 !important;
}
.hero-slideshow {
    margin-bottom: 0;
}

.hero-slideshow-row2 .page-title {
    background-color: #fff;
    background-color: transparent;
    padding: 20px;
    display: inline-block;
    width: auto;
    color: #fff;
    text-shadow: 0 0 19px #000;
    font-size: 42px;
}

.hero-slideshow-row2 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.uk-section-secondary:not(.uk-preserve-color) {
    color: #000;
}

.uk-section-secondary:not(.uk-preserve-color) a {
    color: #000;
    color: #3400fc;
}

.uk-section-secondary:not(.uk-preserve-color) a:hover {
    color: #5b5b5b;
}

.home-tiles a {
    color: #222 !important;
}

.home-tiles a:hover {
    color: #000 !important;
}

.home-tiles a:hover {
    font-weight: bold;
    letter-spacing: -0.6px;
}

.home-tiles ul {
    padding-left: 0;
}

.home-tiles ul>li {
    padding-left: 30px;
    border-bottom: 2px solid #64a4c3;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom:0 !important;
}

.home-tiles.dotlist ul:not(.el-nav)>li::before {
    left: 0 !important;
    top: calc(50% - 1px) !important;
    transform: translateY(-50%);
}
.home-tiles .uk-h2 {
    font-size:24px;
}

@media (max-width: 520px) {
    .home-tiles .el-content {
    margin-top:10px !important;
    }
    .home-tiles .uk-h2 {
        font-size: 20px;
    }
}


.uk-section-secondary:not(.uk-preserve-color) h1,
.uk-section-secondary:not(.uk-preserve-color) .uk-h1,
.uk-section-secondary:not(.uk-preserve-color) h2,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2,
.uk-section-secondary:not(.uk-preserve-color) h3,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3 {
    color: #3400fc;
}

.uk-section-secondary:not(.uk-preserve-color) .uk-h1.uk-text-emphasis,
.uk-section-secondary:not(.uk-preserve-color) .uk-h2.uk-text-emphasis,
.uk-section-secondary:not(.uk-preserve-color) .uk-h3.uk-text-emphasis {
    color: #000 !important;
}

.subheading {
    color: #3400fc;
    font-size: 16pt;
    line-height: 18pt;
    letter-spacing: 0;
    text-transform: none;
    margin-top: 0px;
    margin-bottom: 35px;
    font-family: 'Lato';
    font-weight: 300;
}




@media (min-width: 960px) {
    .uk-tile {
        padding-left: 40px;
        padding-right: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
/********** List styles ************/
#tm-main ul.dotlist>li,
#tm-main .dotlist ul:not(.el-nav)>li {
    position: relative;
    list-style: none;
}

#tm-main ul.dotlist>li,
#tm-main .dotlist ul:not(.el-nav)>li {
    margin-bottom: 10px;
}

#tm-main ul.dotlist>li::before,
#tm-main .dotlist ul:not(.el-nav)>li::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: -30px;
    top: 6px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #3400fc;
    border-radius: 100%;
}

#tm-main .uk-section-primary ul.dotlist>li::before,
#tm-main .uk-section-secondary ul.dotlist>li::before,
#tm-main .uk-section-primary .dotlist ul>li::before,
#tm-main .uk-section-secondary .dotlist ul>li::before {}

#tm-main .uk-section-primary .uk-card-primary ul.dotlist>li::before,
#tm-main .uk-section-primary .uk-card-default ul.dotlist>li::before,
#tm-main .uk-section-secondary .uk-card-primary ul.dotlist>li::before,
#tm-main .uk-section-secondary .uk-card-secondary ul.dotlist>li::before,
#tm-main .uk-section-secondary .info-box.uk-card-default ul>li::before,
#tm-main .uk-section-primary .uk-card-primary .dotlist ul>li::before,
#tm-main .uk-section-primary .uk-card-default .dotlist ul>li::before,
#tm-main .uk-section-secondary .uk-card-primary .dotlist ul>li::before,
#tm-main .uk-section-secondary .uk-card-secondary .dotlist ul>li::before {

}

#tm-main .uk-card-secondary ul.dotlist>li::before,
#tm-main .uk-card-secondary .dotlist ul>li::before {}

#tm-main ul.uk-list.dotlist {
    padding-left: 30px;
}




/********** Sticky Header *************/
body .tm-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    border-bottom: 4px solid #3400fc;
}

body .tm-header-mobile {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 10;
}

.uk-navbar-nav .menu-item-home {
    display: none;
    ;
}

.uk-navbar-item,
.uk-navbar-nav>li>a,
.uk-navbar-nav>li>span.wv-menu-heading,
.uk-navbar-toggle {
    transition: all 0.1s linear 0s;
    -webkit-transition: all 0.1s linear 0s;
}

body.sticky-header .uk-navbar-item,
body.sticky-header .uk-navbar-nav>li>a,
body.sticky-header .uk-navbar-nav>li>span.wv-menu-heading,
body.sticky-header .uk-navbar-toggle {
    min-height: 90px;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
}
.uk-navbar{
    position: initial;
}
.uk-navbar-nav {
    align-items: center;
}

body .uk-navbar-nav>li>a,
body .uk-navbar-nav>li>span.wv-menu-heading {
    min-height: 90px;
    height: 85px;
}

body .uk-logo {
    width: 200px;
    transition: all 0.1s linear 0s;
    -webkit-transition: all 0.1s linear 0s;
}

body.sticky-header .uk-logo {
    width: 200px;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
}

body .tm-header-mobile .uk-logo {
    width: 200px;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
}

.uk-navbar-nav>li>a::before {
    bottom: 12px;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
}

body.sticky-header .uk-navbar-nav>li>a::before {
    bottom: 4px;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
}

body .uk-navbar-dropdown {
    top: 105px !important;
    transition: top 0.2s linear 0s !important;
}

body.sticky-header .uk-navbar-dropdown {
    top: 75px !important;
    transition: top 0.2s linear 0s !important;
}

.tm-header-mobile .uk-navbar-item,
.tm-header-mobile .uk-navbar-toggle{
    min-height:90px;
    height:90px;
}
body.sticky-header .tm-header-mobile .uk-navbar-item,
body.sticky-header .tm-header-mobile .uk-navbar-toggle{
    min-height:60px;
    height:60px;
}
body .tm-header-mobile .uk-logo{
    width: 160px;
}
body.sticky-header .tm-header-mobile .uk-logo{
    width: 120px;
}

.header-placeholder {
    background-color: #b3cded;
}

.uk-navbar-dropdown::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 48%;
    border-width: 0 8px 10px 8px;
    border-style: solid;
    border-color: transparent transparent #222222;

}

.footer .uk-nav-default>li>a {
    color: #fff !important;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size:14px;
    font-weight: 700;
}

.footer .uk-nav-default>li>a:hover {
    color: #000 !important;
}

.footer.uk-section-primary:not(.uk-preserve-color){
    color:#fff;
    font-size:14px;
}

.footer .uk-h5 {
    margin-bottom: 10px;
    letter-spacing: 0.5px;
    font-weight: 700;
    font-size: 13pt;
}

.footer.toggle-section {
    position: relative;
}

.footer .footer-toggle {
    padding: 0px 20px;
    color: #fff;
    background: grey;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20pt;
    border: 1px solid #fff;
    color: #ffffff;
}

.footer-toggle::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 0px;
    transition: height 0.3s ease 0s;
    z-index: -1;
    color: #fff;
    background: #fff;
}
footer.active .footer-toggle::before {
    bottom: 0px;
}
.footer-toggle:hover::before{
    height:7px;
    transition: height 0.3s ease 0s;
} 
.footer-toggle svg{
    width: 30px;
}
footer.active .footer-toggle svg{
    transform: translate(0,0px) rotate(180deg);
}
footer:not(.active) .footer-toggle svg{
    transform: translate(0,-4px) rotate(0deg);
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    overflow: hidden;
    max-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    transition: max-height 0.3s ease, padding-top 0.3s ease;
}
@media (max-width: 959px) {
    .footer-toggle::before {
        display: none;
    }
    footer {
        max-height: 30px;
    }
    .footer-toggle{
        height:30px;
    }
    footer:not(.active) .footer-toggle svg {
        transform: translate(0, -14px) rotate(0deg);
    }
    footer.active .footer-toggle svg {
        transform: translate(0, -12px) rotate(180deg);
    }
}
footer.active {
    max-height: min(var(--footer-open-height, 300px), 80dvh);
    padding-top: 50px;
}

.footer-1{
    overflow: auto;
    max-height: 80dvh;
    overscroll-behavior: contain;
}

@media(max-width:959px){
.footer-1 {
        padding-bottom: 80px;
    }
}


.uk-navbar-item.widget.widget_icl_lang_sel_widget{
    position: absolute;
    top: 0px;
    right: 0;
    height: 40px;
    max-height: none;
    bottom: 50px;
    min-height: 1px;
}
.uk-navbar-item.widget.widget_icl_lang_sel_widget ul{
    display: flex;
}
.uk-navbar-item.widget.widget_icl_lang_sel_widget ul>li:nth-child(1){
    order:2;
}
.uk-navbar-item.widget.widget_icl_lang_sel_widget ul>li{
    opacity: 0.5;
}
.uk-navbar-item.widget.widget_icl_lang_sel_widget ul>li.wpml-ls-current-language{
    opacity: 1;
}
.uk-navbar-item.widget.widget_icl_lang_sel_widget ul>li>a{
    padding:5px;
}

div.wv-map{
  height:500px;
  width:100%;
  max-width: 100%;
  background-image:url("/wp-content/uploads/2026/04/map_hsv.jpg");
  background-size:cover;
  background-position:center;
  position:relative;
}
@media (max-width: 1920px) {
  div.wv-map{
    background-size: 1920px;
  }
}
div.wv-map a.full{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
}

.home .hero-slideshow-row2 h1{
    height:0px;
    overflow: hidden;
    padding:0;
}

main>div:last-child{
    padding-bottom: 120px;
}
@media (max-width: 959px) {
    main>div:last-child{
        padding-bottom: 100px;
    }
}
.el-slidenav svg{
    width:30px;
    color: rgba(255,255,255, 0.5);
}
.el-slidenav.uk-slidenav-next svg {
    transform: rotate(90deg);
}
.el-slidenav.uk-slidenav-previous svg {
    transform: rotate(-90deg);
}
.uk-navbar-dropdown-nav>li{
    transform: translateX(0px);
    transition: all 0.1s ease 0s;
}
.uk-navbar-dropdown-nav>li:hover{
    transform: translateX(10px);
    transition: all 0.3s ease 0s;
}
.uk-navbar-dropdown-nav>li.current_page_item>a{
    position: relative;
    font-weight: bold;
}
.uk-navbar-dropdown-nav>li.current_page_item>a::before{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -19px;
    top: 50%;
    transform:translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 100%;
}

.uk-navbar-nav>li>a{
    color: rgba(102, 102, 102, 0.5);
}
.uk-navbar-nav>li>a::before{
    display: none;
}
#deactivate-google-analytics,
#deactivate-google-analytics-de{
    color:#3400fc;
    cursor: pointer;
}
#deactivate-google-analytics:hover,
#deactivate-google-analytics-de:hover{
    color:#5b5b5b;
}

/*****************/
.uk-offcanvas-bar{
    padding-top:48px;
    padding-left:0;
    padding-right:0;
    background: #222222;
}
.uk-offcanvas-bar .uk-offcanvas-close{
    color:#fff;
}
.uk-offcanvas-bar ul.uk-nav>li>a{
    padding-left:20px;
    padding-right:10px;
}

.uk-offcanvas-bar ul.uk-nav>li>a{
    color: #cccccc;
    padding: 10px 25px;
    border-bottom: 1px solid #0000003b;
}
.uk-offcanvas-bar ul.uk-nav>li.uk-active>a{
    background: #151515;
    color: #ffffff;
}

.uk-offcanvas-bar ul.uk-nav-sub{
    background: #1d1d1d;
    border-top: 1px solid #151515;
    border-bottom: 1px solid #151515;
    padding: 5px 10px 5px 30px;
}
.uk-offcanvas-bar ul.uk-nav-sub>li>a{
    color: #ccc;
        font-size: 15px;
    line-height: 2;
}
.uk-offcanvas-bar ul.uk-nav-sub>li.uk-active>a{
    color: #fff;
    font-weight: 700;
}