@import url('https://api.fontshare.com/v2/css?f[]=public-sans@100,300,500&display=swap');
/*rgba(34,39,42,1);*/
/*rgba(245,245,245,1);*/
:root {
    --dark: rgba(34,39,42,1);
    --light: rgba(240,240,240,1);
    --dark_trans: rgba(34,39,42,.75);
    --light_trans: rgba(235,235,235,.75);
}

* {
    outline: none !important;
}
html {
    background: var(--light);
    font-family: 'Public Sans', sans-serif !important;
    color: var(--dark) !important;
    font-weight: 100 !important;
    /*font-size: 120%;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Public Sans', sans-serif !important;
    font-weight: 300 !important;
}

a, a:hover {
    text-decoration: none;
    color: var(--dark);
}

header {
    position: fixed;
    width: 100%;
    z-index: 1;
}

@media screen and (max-width:960px) {
    main.uk-margin-large-top {
        margin-top: 10rem !important;
    }
}
li.uk-active a {
    font-weight: 300;
}

.grey {
    background: rgba(159, 255, 120, 1);
}

.uk-overlay-primary {
    background: rgba(159, 255, 120, .75);
}

.green,.uk-overlay-green {
    background: rgba(225,225,225,.5);
}

.uk-overlay-primary,
.uk-overlay-primary h5 {
    /*color: var(--dark) !important;*/
    color: var(--dark) !important;
}

.uk-overlay-green,
.uk-overlay-green h5 {
    /*color: var(--dark) !important;*/
    color: var(--dark) !important;
}

.nav-box {
    display: flex;
    flex-direction: column;
    height: 100svh;
    justify-content: space-between;
}
/*@media screen and (max-width:640px) {
    .nav-box {
        display: flex;
        flex-direction: row;
        height: auto;
        justify-content: space-between;
        padding-top: 0;
        padding-bottom: 0;
        position: fixed;
    }
}*/

.uk-navbar-container {
    /*background: rgb(159, 255, 120) !important;*/
    transition: all .5s .5s ease-in;
}

.uk-navbar-container.scrolled {
    background: rgb(159, 255, 120) !important;
    transition: all .5s .5s ease-out;
}

.uk-navbar-nav>li>a {
    color: var(--dark);
    font-weight: 300 !important;
}

.uk-navbar-toggle, .uk-navbar-toggle:hover, .uk-navbar-toggle[aria-expanded=true] {
color: #000 !important;
text-decoration: none;
}

.uk-nav-default {
font-size: 1.875rem;
line-height: 1.5;
text-transform: uppercase;
color: var(--light);
}

.subnavi li a {
    font-size: .75rem !important;
    color: var(--dark) !important;
}

a.nav-item {
    display: block;
    font-size: 2rem;
    transform: translateX(0px);
    transition: all 500ms ease 0s;
}

a.nav-item:hover {
    transform: translateX(10px);
    transition: all 500ms ease 0s;
}

.logo h1 {
    margin-bottom: 0;
}

.logo h1 a {
    display: block;
    text-indent: -9999px;
    width: 76px;
    height: 50px;
    background: url(images/rwa-rund-schwarz.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.uk-offcanvas-bar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.uk-offcanvas-bar li a {
    color: rgb(159, 255, 120) !important;
}

/*.hero-image img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}

.title-container {
    background: var(--light);
    padding: 4rem 2rem 0 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 100%, 100% 100%, 0 100%);
}

.title-container h2 {
    margin-bottom: 0;
    text-transform: uppercase;
}*/

.splash-screen {
    height: 100svh;
}
.hero-headline {
    margin-top: 20vh;
}

.hero-headline h2 {
    /*font-size: 4rem;*/
    font-size: clamp(1.8rem, 1.1613rem + 2.8387vw, 4rem);
}

h2.page-title {
    text-transform: uppercase;
}

/*.title-container {
    margin-top: -6rem;
    padding: 4rem 0 0 0;
    background: var(--light);
    z-index: 1;
    clip-path: polygon(0 0, 100% 90%, 100% 100%, 0 100%);
    display: flex;
    align-items: end;
}

.title-container-inner {
    width: 100%;
    padding-left: 2rem;
    padding-bottom: 2rem;
}*/

.title-container {
    width: 100%;
    background: var(--light);
    /*background: #ffffff;
    background: linear-gradient(0deg, rgba(235,235,235, 1) 0%, rgba(235,235,235, 1) 17%, rgba(235,235,235, 0) 100%);*/
    clip-path: polygon(0 0, 100% 40%, 100% 100%, 0 100%);
}

.title-container h2 {
    margin-bottom: 0;
    text-transform: uppercase;
    padding: 4rem 0 2rem 40px;
    font-size: clamp(1.2rem, 0.9677rem + 1.0323vw, 2rem);
}

.job-container {
    /*width: 100%;*/
    background: var(--light);
    /*background: #ffffff;
    background: linear-gradient(0deg, rgba(235,235,235, 1) 0%, rgba(235,235,235, 1) 17%, rgba(235,235,235, 0) 100%);*/
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
}

.job-container-inner {
    margin-bottom: 0;
    padding: 3rem 2rem 2rem 2rem;
}

.job-container-inner p {
    margin-bottom: 0;
}

@media screen and (max-width:640px) {
    .title-container {
        /*background: rgba(235,235,235,.5);
        background: #ffffff;
        background: linear-gradient(0deg, rgba(235,235,235, 1) 0%, rgba(235,235,235, 1) 17%, rgba(235,235,235, 0) 100%);*/
        clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
    }

    .title-container h2 {
        padding: 4rem 0 2rem 15px;
    }
}
/*
.projekt-item {
    padding-bottom: 1rem;
}
*/
.projekt-titel {
    background: var(--light);
    padding: .5rem 0 0 0;
    position: relative;
}
/*
.projekt-titel:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 20%;
    height: 2px;
    background: var(--dark);
}*/

.projekt-titel h4 {
    margin-bottom: 0;
    margin-top: 1rem;
    text-transform: uppercase;
}

.uk-badge {
    background: var(--dark);
    padding: .5rem;
    border-radius: 5px;
}

footer {
    margin-top: 4rem;
    padding: 8rem 0 4rem 0;
    background: var(--dark);
    clip-path: polygon(0 25%, 100% 0%, 100% 100%, 0 100%);
}

@media screen and (max-width:640px) {
    footer {
        margin-top: 4rem;
        padding: 8rem 0 4rem 0;
        background: var(--dark);
        clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 100%);
    }
}