.section-1 {
    background-size: cover;
    background-image: url("https://www.jwkollegen.de/assets/img/background.jpg");
    background-position: center;
    width: 100%;
    position: relative;
}

.section-1:before {
    content: '';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.section-2-container {
    height: 430px;
    padding-top: 45px;
}

.content-1 {
    padding-top: 375px;
    padding-bottom: 375px;
    text-align: center;
    position: relative;
    color: white;
}

.border-right {
    border-right: black solid 1px;
}

.nav {
    position: relative;
}

h2 {
    padding-bottom: 25px;
}

.section-2-icons {
    font-size: 50px;
    padding-bottom: 25px;
}

.section-2-img {
    background-size: cover;
    background-image: url("https://www.jwkollegen.de/assets/img/team.jpg");
    background-position: center;
    max-width: 100%;
    position: relative;
    min-height: 600px;
}

.navbar-brand {
    display: none;
    color: white;
}

.navbar-toggler {
    color: white;
    border-color: white;
    border-radius: 0;
}

.navbar-toggler:active {
    color: white;
    border: 1px solid white;
    border-radius: 0;
    box-shadow: none;
}

.navbar-toggler:focus {
    color: white;
    border: 1px solid white;
    border-radius: 0;
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url(
    "data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

@media only screen and (max-width: 768px) {
    .section-2-img {
        background: none !important;
    }

    .section-2-text {
        padding-top: 15px !important;
    }

    .section-4 {
        background: none !important;
        min-height: auto !important;
    }

    .section-5 {
        padding-top: 15px !important;
    }

    .nav-link.active {
        color: white !important;
        border: none !important;
    }
}

.section-2-text {
    position: relative;
    padding-top: 125px;
}

.section-3 {
    padding-top: 50px;
    min-height: 600px;
    background-color: rgba(152, 152, 152, 0.37);
}

.projects-logo {
    max-height: 300px;
    width: auto;
}

.section-4 {
    background-size: cover;
    background-image: url("https://www.jwkollegen.de/assets/img/jobs.jpg");
    background-position: center;
    position: relative;
    min-height: 600px;
}

.section-5 {
    padding-top: 125px;
    min-height: 600px;
}

.btn-primary {
    background-color: transparent;
    border: 1px black solid;
    color: black;
    border-radius: 0;
}

.btn-big {
    width: 100%;
}

.btn-primary:hover {
    background-color: grey;
    border: 1px black solid;
    color: white;
    border-radius: 0;
}

.btn-primary:active {
    background-color: grey;
    border: 1px black solid;
    color: white;
    border-radius: 0;
}

a {
    color: black;
}

a:after, a:current {
    color: black;
}

.nav-link {
    color: white;
    font-size: 18px;
}

.nav-link.active {
    color: white !important;
    font-size: 18px;
    border: 1px solid white;
    background-color: transparent !important;
}

.nav-link:hover {
    color: white;
    font-size: 18px;
    text-decoration: underline;
}

.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 100;
}


#cookie-bar.fixed.bottom {
    bottom: 15px;
    top: auto;
}

#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 15px;
    right: auto;
    width: calc(100% - 30px);
    padding: 20px;
    border-radius: 8px;
}

#cookie-bar {
    z-index: 99999999999999;
}

#cookie-bar {
    background: rgba(42, 49, 62, 0.9);
    height: auto;
    line-height: 24px;
    color: #efefef;
    text-align: left;
    padding: 3px 0;
    font-size: 12px;
    z-index: 1050;
}

#cookie-bar a.cb-enable:hover, #cookie-bar a.cb-enable:focus, #cookie-bar a.cb-enable:active {
    color: #fff;
    background-color: #314934;
}

#cookie-bar a.cb-button:hover, #cookie-bar a.cb-button:focus, #cookie-bar a.cb-button:active {
    color: #fff;
    border-color: #314934;
    text-decoration: none;
}

#cookie-bar a.cb-enable {
    margin-top: 10px;
    color: #fff;
    background-color: #314934;
    border-color: #314934;
}

#cookie-bar a.cb-button {
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-top: 10px;
    background-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-radius: 10px;
    color: #fff;
    border-color: #fff;
    text-align: center;
}

.form-group {
    margin-bottom: 1rem;
}

.form-control {
    text-shadow: none !important;
    border-radius: 0;
    box-shadow: none !important;
}

input:active, input:focus {
    box-shadow: none !important;
    border-color: #000000 !important;
}

select:active, select:focus {
    box-shadow: none !important;
    border-color: #000000 !important;
}

textarea {
    height: 200px;
    overflow-y: scroll;
    resize: none !important;
}

textarea:active, textarea:focus {
    box-shadow: none !important;
    border-color: #000000 !important;
}

.btn-outline-dark {
    border-radius: 0;
}

.btn-outline-dark:hover {
    background-color: grey;
    border: 1px black solid;
    color: white;
    border-radius: 0;
}