* {
    font-family: "Source Sans Pro", sans-serif;
}

header {
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    background-color: white;
}

main {
    padding-top: 92px;
}

.hero-title {
    font-family: 'Source Sans Pro', sans-serif;
}

.border-bottom {
    border-bottom: 1px solid gainsboro;
}

.title-sm {
    color: #077FC3;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 900;
    letter-spacing: 1px;
}

.title-lg {
    color: #077FC3;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 900;
    font-size: 45px;
}

.btn-white {
    padding: 10px 25px;
    background-color: white;
    color: var(--clr-green, #1AA8A8);
    font-size: 18px;
    border-radius: 25px;
    transition: .2s ease;
}

.btn-white:hover {
    background-color: var(--clr-green, #1AA8A8);
    text-decoration: none;
    color: #e2e2e2;
}

.btn-green {
    padding: 10px 25px;
    background-color: var(--clr-green, #1AA8A8);
    color: white;
    font-size: 18px;
    border-radius: 25px;
    transition: .2s ease;
}

.btn-green:hover {
    background-color: #077FC3;
    text-decoration: none;
    color: white;
}

.btn-blue {
    padding: 10px 25px;
    background-color: #077FC3;
    color: white;
    font-size: 18px;
    border-radius: 25px;
    transition: .2s ease;
}

.btn-blue:hover {
    background-color: var(--clr-green, #1AA8A8);
    text-decoration: none;
    color: white;
}

.bg-blue {
    background-color: #077FC3;
}

.bg-blue.alt {

}

.bg-lightblue {
    background-color: rgba(7, 127, 195, 0.15);
}

.color-blue {
    color: #077FC3;
}

.phone {
    color: #077FC3;
    font-size: 19px;
}

.phone a {
    text-decoration: none;
}

.phone a:hover {
    color: #077FC3;
}

.socials-header i {
    color: #077FC3;
}

.line-blue {
    background-color: #0269a3;
}

p {
    color: #212529;
}

.color-black {
    color: black;
}

.nieuwsbrief input {
    border: 2px solid #077FC3;
}

.nieuwsbrief input[type="submit"] {
    background-color: #077FC3;
    border: none;
    color: white;
    padding: 8px 10px;
    width: 135px;
}

.nieuwsbrief input[type="submit"]:hover {
    background-color: #0069a4;
    text-decoration: none;
    color: white;
}

.zoekbalk {
    position: relative;
}

.zoekbalk input {
    /*padding-left: 55px;*/
    border: 2px solid var(--clr-green, #1AA8A8);
}

.zoekbalk span {
    position: absolute;
    top: 0;
    line-height: 48px;
    color: white;
    background-color: var(--clr-green, #1AA8A8);
    padding: 0 15px;
    border-top-left-radius: 27px;
    border-bottom-left-radius: 27px;
}

.logo-container {
    z-index: 99;
}

.logo-container::after {
    content: '';
    position: absolute;
    height: 90px;
    width: 140%;
    max-width: 600px;
    left: -20px;
    top: 14px;
    border-radius: 50%;
    z-index: -9;
    background-color: white;
    transform: rotate(-5deg);
    display: block;
}

@media screen and (max-width: 768px) {
    .logo-container::after {
        display: none;
    }
}

.logo-container img {
    z-index: 99;
    position: absolute;
    bottom: -22px;
    left: 0px;
    max-width: 250px;
}

nav {
    position: relative;
    z-index: 99;
}

nav.fixed {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 9999;
}

nav .burger-icon {
    background-color: #000;
    cursor: pointer;
    text-align: center;
    color: white;
    font-size: 20px;
    border-radius: 50%;
    width: 46px;
    height: 46px;
}

nav .burger-icon .fas {
    color: white;
    font-size: 30px;
    width: 30px;
}

.burger-icon span {
    display: none;
}

@media screen and (min-width: 768px) {
    .burger-icon span {
        display: block;
    }
}

nav ul {
    display: none;
    width: 215px;
    right: 0;
    z-index: 9;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 95%, 0% 100%);
    overflow: hidden;
}

nav ul hr {
    border-color: white;
}

nav ul a {
    color: white;
    text-decoration: none;
    font-size: 19px;
    transition: .15s ease;
}

nav ul a:hover {
    background-color: #0971AC;
    color: white;
    text-decoration: none;
}

.social-shares i {
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #077FC3;
    color: white;
    border-radius: 50%;
    transition: .2s ease;
}

.social-shares i:hover {
    background-color: #0269a3;
}

#banner {
    height: 350px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#banner .title {
    position: absolute;
    top: calc(50% - 50px);
    color: white;
    background-color: #0269a3;
    padding: 6px 25px;
}

#banner .title h1 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 44px;
    font-weight: 900;
    margin: 0;
}

.owl-carousel-full {
    position: relative;
    height: 500px;
    width: 100%;
}

.owl-carousel-full .owl-item {
    height: 500px;
    width: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.owl-carousel-full .owl-item .owl-content {
    position: absolute;
    top: 150px;
}

.owl-carousel-full .owl-item .owl-content h1 {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 70px;
    font-weight: 900;
    letter-spacing: 1px;
    line-height: 60px;
    color: #077FC3;
}

.owl-carousel-full .owl-item .owl-content p {
    font-size: 35px;
    line-height: 45px;
    color: white;
}

.owl-carousel-full .owl-nav {
    display: none;
}

.owl-carousel-full .owl-dots {
    position: absolute;
    bottom: 10px;
    /*width: 75px;*/
    left: calc(50% - 37.5px);
}

#intro h2 {
    color: var(--clr-green, #1AA8A8);
}

.stappenplan {
    position: relative;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.stappenplan.alt {
    overflow: visible;
}

.stappenplan .stap-container:first-child::after {
    content: '';
    position: absolute;
    z-index: -9;
    height: 10px;
    width: 50%;
    top: 45px;
    right: 0;
    background-color: #077FC3;
}

.stappenplan .stap-container:nth-child(2)::after,
.stappenplan .stap-container:nth-child(3)::after,
.stappenplan .stap-container:nth-child(4)::after {
    content: '';
    position: absolute;
    z-index: -9;
    height: 10px;
    width: 150%;
    top: 45px;
    left: 0;
    background-color: #077FC3;
}

.stappenplan .stap-container:last-child::after {
    content: '';
    position: absolute;
    z-index: -9;
    height: 10px;
    width: 50%;
    top: 45px;
    left: 0;
    background-color: #077FC3;
}

.stappenplan .stap-container.alt::after {
    height: 0px;
}

.stappenplan .stap-container.alt {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    transition: .4s ease;
    padding: 20px;
    background-color: #fff;
}

.stappenplan .stap-container.alt:hover {
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
}

.stappenplan .stap-container .stap {
    height: 100px;
    width: 100px;
    padding: 30px 20px;
    border-radius: 50px;
    background-color: #077FC3;
    margin-left: calc(50% - 50px);
}

.stappenplan .stap-container .stap.alt {
    position: relative;
    bottom: 50px;
}

.stappenplan .stap-container .stap i {
    color: white;
}

.stappenplan .stap-container span {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 900;
    line-height: 14px;
    font-size: 18px;
}

.nav-boxed {
    height: 100%;
}

.nav-boxed .row {
    bottom: 0px;
}

.nav-boxed .row a {
    text-decoration: none;
}

.nav-boxed .row a .boxed-item:hover .icon-container img {
    transform: scale(1.15);
}

.nav-boxed .row a .boxed-item:hover .img-container::after {
    width: 0;
    height: 0;
}

.nav-boxed .row a .boxed-item .img-container {
    position: relative;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.nav-boxed .row a .boxed-item .img-container::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(26, 168, 168, 0.6);
    transition: .3s ease;
}

.nav-boxed .row a .boxed-item .img-container.img-finance {
    background-image: url(/files/stock2.jpg);
}

.nav-boxed .row a .boxed-item .img-container.img-verdienmodel {
    background-image: url(/files/stock3.jpg);
}

.nav-boxed .row a .boxed-item .img-container.img-projecten {
    background-image: url(/files/stock4.jpg);
}

.nav-boxed .row a .boxed-item .img-container.img-werken {
    background-image: url(/files/stock1.jpg);
}

.nav-boxed .row a .boxed-item .img-container .icon-container {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 99;
}

.nav-boxed .row a .boxed-item .img-container .icon-container img {
    position: absolute;
    height: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .2s ease;
    z-index: 9;
}

.nav-boxed .row a .boxed-item .nav-title {
    color: white;
    font-size: 23px;
}

#boxed-art {
    position: relative;
    padding: 80px 0;
}

#boxed-art .img-container {
    height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#boxed-art .position-absolute {
    height: 350px;
    z-index: -9;
}

#boxed-art .position-absolute:first-child {
    left: 0;
    top: 0;
}

#boxed-art .position-absolute:last-child {
    right: 0;
    bottom: 0;
}

.CTA-lg {
    background-color: #4d9ecc;
}

.CTA-lg img {
    width: 125px;
}

.CTA-lg h2 {
    font-size: 40px;
    font-weight: 900;
    line-height: 50px;
    color: white;
}

.CTA-sm i {
    color: var(--clr-green, #1AA8A8);
}

.CTA-sm h3 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 900;
    line-height: 50px;
    font-size: 40px;
}

#logo-slider .owl-dots {
    margin-top: 30px;
}

#projecten .carousel-text {
    background-color: white;
    padding: 20px 20px 20px 20px;
}

:is(#projecten, .owl-events) .owl-prev, :is(#projecten, .owl-events)  .owl-next {
    position: absolute;
    top: calc(50% - 20px);
    width: 50px;
    height: 50px;
    background-color: white;
    transition: .2s ease;
    outline: none;
}

:is(#projecten, .owl-events)  .owl-prev span, :is(#projecten, .owl-events)  .owl-next span {
    position: absolute;
    line-height: 40px;
    font-size: 50px;
    top: 0;
    transition: .2s ease;
}

:is(#projecten, .owl-events)  .owl-prev:hover, :is(#projecten, .owl-events)  .owl-next:hover {
    background-color: #f2f2f2;
}

:is(#projecten, .owl-events)  .owl-prev:hover span, :is(#projecten, .owl-events)  .owl-next:hover span {
    color: black;
}

:is(#projecten, .owl-events) .owl-prev {
    left: -70px;
}

:is(#projecten, .owl-events) .owl-prev span {
    left: 18px;
}

:is(#projecten, .owl-events) .owl-next {
    right: -70px;
}

:is(#projecten, .owl-events) .owl-next span {
    right: 17px;
}

:is(#projecten, .owl-events) .owl-dots {
    margin-top: 20px;
}

#projecten a {
    position: relative;
}

#art-teaser .img-container {
    height: 300px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.flip-card {
    position: relative;
    background-color: transparent;
    width: 100%;
    -webkit-perspective: 1000px;
    -ms-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
    border-radius: 50%;
}

.flip-card::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.flip-card:hover .card-inner {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-card .card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
    transition: .8s ease;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-card .card-inner .card-front, .flip-card .card-inner .card-back, .flip-card .card-inner .card-job {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 50%;
    overflow: hidden;
}

.flip-card .card-inner .card-front img, .flip-card .card-inner .card-back img, .flip-card .card-inner .card-job img {
    width: 100%;
    height: 100%;
}

.flip-card .card-inner .card-back, .flip-card .card-inner .card-job {
    background-color: #077FC3;
    padding: 70px 30px;
}

.flip-card .card-inner .card-back h3, .flip-card .card-inner .card-job h3 {
    font-size: 20px;
    font-weight: 700;
    color: white;
}

.flip-card .card-inner .card-back p, .flip-card .card-inner .card-job p {
    color: white;
    font-size: 16px;
}

.flip-card .card-inner .card-back a, .flip-card .card-inner .card-job a {
    color: white;
    text-decoration: underline;
}

.flip-card .card-inner .card-back a:hover, .flip-card .card-inner .card-job a:hover {
    text-decoration: none;
}

.flip-card .card-inner .card-back {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

form label {
    color: white;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 19px;
}

form input,
form select,
form textarea {
    border-radius: 25px;
    padding: 10px 20px;
    background-color: transparent;
    outline: none;
}

form textarea {
    min-height: 100px;
}

form input[type="submit"] {
    padding: 8px 20px;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 18px;
    width: 150px;
    transition: .2s ease;
}

#contact input,
#contact select,
#contact textarea {
    border: 2px solid #c1c1c1;
    padding: 10px 20px;
}

#contact input[type="submit"] {
    background-color: #077FC3;
    border: none;
    color: white;
}

#contact input[type="submit"]:hover {
    background-color: #0069a4;
    text-decoration: none;
    color: white;
}

#maps iframe {
    width: 100%;
}

#contact-footer {
    padding: 0;
}

#contact-footer p {
    color: white;
    font-size: 18px;
}

#contact-footer a {
    color: white;
    text-decoration: underline;
}

#contact-footer h2 {
    color: white;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 900;
    font-size: 35px;
}

#contact-footer form input, #contact-footer form textarea {
    border: 2px solid white;
    padding: 10px 20px;
    color: white;
}

#contact-footer form input[type="submit"] {
    background-color: white;
    border: none;
    color: var(--clr-green, #1AA8A8);
    transition: .2s ease;
}

#contact-footer form input[type="submit"]:hover {
    background-color: var(--clr-green, #1AA8A8);
    color: white;
}

.socials i {
    transition: .2s ease;
}

.socials i:hover {
    transform: scale(1.1);
}

.socials i.fa-facebook-square {
    color: #3b5998;
}

.socials i.fa-twitter-square {
    color: #1da1f2;
}

.socials i.fa-instagram {
    color: #fcaf45;
}

.socials i.fa-linkedin {
    color: #0077b5;
}

footer {
    background-color: black;
}

@media only screen and (min-width: 576px) {
    .logo-container img {
        left: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .logo-container img {
        bottom: -15px;
    }
}

@media only screen and (min-width: 768px) {
    #boxed-art .img-container {
        height: calc(100% + 20px);
    }

    #art-teaser .img-container {
        height: calc(100% + 20px);
    }

    .stappenplan {
        margin: 0;
    }

    /*.stappenplan::after {*/
    /*    content: '';*/
    /*    position: absolute;*/
    /*    z-index: -9;*/
    /*    height: 10px;*/
    /*    width: 75%;*/
    /*    top: 45px;*/
    /*    left: 12.5%;*/
    /*    background-color: #077FC3;*/
    /*}*/

    .stappenplan.alt::after {
        height: 0px;
    }

    .stappenplan .stap-container::after {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    .flip-card:not(.recommendations) {
        width: 45%;
    }

    .flip-card .card-inner .card-back, .flip-card .card-inner .card-job {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 992px) {
    .nav-boxed .container {
        position: relative;
    }

    .nav-boxed .container .row {
        margin-top: -80px;
        width: 100%;
    }

    .flip-card:not(.recommendations) {
        width: 40%;
    }

    .flip-card .card-inner .card-back, .flip-card .card-inner .card-job {
        padding-top: 90px;
    }
}

@media only screen and (min-width: 1200px) {
    .flip-card:not(.recommendations) {
        width: 30%;
    }

    .flip-card .card-inner .card-back, .flip-card .card-inner .card-job {
        padding-top: 65px;
    }
}

@media only screen and (min-width: 1500px) {
    .flip-card:not(.recommendations) {
        width: 30%;
    }

    .flip-card:not(.recommendations) .card-inner .card-back, .flip-card .card-inner .card-job {
        padding-top: 100px;
    }
}

.tool-container {
    background-color: #f2f2f2;
    border-radius: 15px;
}

.tool-container h2 {
    position: relative;
}

.tool-container h2::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 4px;
    left: 0;
    bottom: -15px;
    background-color: #077FC3;
}

.tool-container .vraag {
    display: none;
}

.tool-container .vraag.active {
    display: block;
}

.tool-container p.title-sm {
    font-size: 25px;
}

.tool-container label {
    color: black;
}

.tool-container button {
    border: none;
    outline: none;
}

.tool-container .error {
    display: none;
    color: red;
}


.partners .partner {
    height: 150px;
    width: auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin: 15px;
}

.text-blue {
    color: #077FC3;
}

a.text-blue:hover {
    color: #077FC3;
}

.pointer {
    cursor: pointer;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #077FC3;
}

.owl-theme .owl-dots .owl-dot span {
    background: #0069a4;
}

/*# sourceMappingURL=style.css.map */

.owl-stage {
    display: flex;
}

.owl-carousel .owl-stage {
    display: flex;
    padding-bottom: 60px;
}

.owl-carousel .owl-item {
    background-color: #FFF;
}

.owl-carousel .owl-item > div {

}

.owl-carousel .owl-item .inner {

    display: flex;
    flex-direction: column;
    align-content: space-between;
    height: 100%;
    justify-content: space-between;
}

.owl-carousel .owl-item .button {
    margin-bottom: -22px;
}

.owl-carousel .owl-item .button a {
    display: inline-block;
}

.phone > i {
    color: var(--clr-green, #1AA8A8);
}

.title-lg i {
    color: var(--clr-green, #1AA8A8);
}

.input-half {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-round {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.owl-carousel-logo .owl-stage {
    padding-bottom: 0;
}

.bg-green {
    background-color: var(--clr-green, #1AA8A8);
}

form.zoekbalk button, form.nieuwsbrief button {
    color: white !important;
}

.text-green {
    color: var(--clr-green, #1AA8A8);
}

.instagram {
    max-height: 44px;
    margin-top: -28px;
}

span.arrow {
    float: right;
}

.socials a img {
    transition: .2s ease;
}

.socials a img:hover {
    transform: scale(1.1);
}

.hamburger {
    margin-right: 10px;
    width: 30px;
    transition: all ease 250ms;
}

.hamburger:before,
.hamburger span,
.hamburger:after {
    border-radius: 2px;
    background-color: #fff;
    content: '';
    display: block;
    height: 3px;
    transition: all ease 150ms;
}

@media screen and (max-width: 768px) {
    .hamburger {
        margin-right: 0px;
    }
}

.hamburger:before {
    margin-bottom: 6px;
}

.hamburger:after {
    margin-top: 6px;
}

/**:not(.active):hover > .hamburger:before {
    transform: translateY(-4px);
}

*:not(.active):hover > .hamburger:after {
    transform: translateY(4px);
}*/

*.active > .hamburger {
    transform: rotate(180deg);
}

*.active > .hamburger:before {
    transform: translateY(9px) rotate(45deg);
}

*.active > .hamburger span {
    opacity: 0;
}

*.active > .hamburger:after {
    transform: translateY(-9px) rotate(-45deg);
}

.description {
    font-weight: 400;
    line-height: 1.5;
    font-size: 1rem;
}

.blueline {
    content: "";
    display: block;
    width: 100%;
    position: relative;
    top: -20px;
    max-width: 60px;
    height: 4px;
    border-radius: 0;
    background: #077FC3;
    margin-top: 50px;
}

#contact-footer .scrollbutton {
    text-align: center;
    color: #077FC3;
    font-size: 33px;
    background-color: #fff;
    border-radius: 50px;
    padding: 0px 15px 0px 15px;
    float: right;
    margin-top: -25px;
    margin-right: 10%;
}

#contact-footer .scrollbutton span {
    color: var(--clr-green, #1AA8A8);
    transition: transform .3s ease-out;
    display: inline-block;
}

#contact-footer .scrollbutton:hover span {
    text-decoration: none;
    transform: translate(0, -10px);
}

#details input, #details textarea {
    border: 2px solid #c1c1c1;
    padding: 10px 20px;
    border-radius: 25px;
}

#details input:focus, #details textarea:focus {
    box-shadow: none;
}

#details input {
    height: 48px;
}

#instagram img:hover {
    opacity: .3;
}

@media screen and (max-width: 415px) {

    .colorbuttons .btn-blue {
        position: relative;
        bottom: 30px;
    }
}

@media screen and (max-width: 490px) {

    .colorbuttons-2 .btn-blue {
        position: relative;
        bottom: 30px;
    }
}

@media screen and (max-width: 479px) {

    .desktop {
        display: none !important;
    }

    .owl-carousel-full .owl-item .owl-content {
        position: absolute;
        top: 20px;
    }

    .hero-slides div {
        text-align: left !important;
        width: 60% !important;
    }

    .hero-slides .btn-white {
        top: 390px;
        position: absolute;
    }

    .owl-carousel-full .owl-item .owl-content p {
        font-size: 32px;
    }
}

@media screen and (max-width: 428px) {

    .hero-slides div {
        text-align: left !important;
        width: 60% !important;
        bottom: 10px;
        position: relative;
    }

    .owl-carousel-full .owl-item .owl-content p {
        font-size: 28px;
    }
}

@media screen and (max-width: 320px) {

    .hero-slides div {
        text-align: left !important;
        width: 60% !important;
        bottom: 20px;
        position: relative;
    }

    .owl-carousel-full .owl-item .owl-content {
        position: absolute;
        top: 20px;
    }
}

@media screen and (min-width: 480px) {

    .mobile {
        display: none !important;
    }
}

@media screen and (max-width: 360px) {

    .owl-carousel-full .owl-item .owl-content p {
        font-size: 24px;
    }
}

video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 15;
    object-fit: cover;
}

.media-overlay {
    background-color: rgba(0, 0, 0, 0.1);
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 100;
}

.media {
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    overflow: hidden;
    width: 100%;
    height: 600px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
}

.headertext {
    z-index: 101;
}

a.label {
    transition: .3s;
    display: inline-block;
    padding: 20px 24px 10px 24px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
    position: fixed;
    z-index: 10;
    top: 50%;
}

a.label.right {
    right: -128px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    transform: rotate(90deg) translateY(50%);
    background-color: var(--clr-green, #1AA8A8);
}

a.label.left {
    left: -95px;
    border-bottom-left-radius: 35px;
    border-bottom-right-radius: 35px;
    transform: rotate(-90deg) translateY(50%);
    background-color: #0269a3;
}

a.label.right:hover {
    right: -118px;
    background-color: #077FC3;
}

a.label.left:hover {
    left: -85px;
    background-color: var(--clr-green, #1AA8A8);
}

section#team a {
    text-decoration: none;
}

section#team a:hover {
    text-decoration: underline;
}

#contact-footer ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

#contact-footer :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

#contact-footer ::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}

.flip-card.recommendations p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#bericht blockquote {
    color: #077FC3;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    font-style: italic;
}

.nav-tabs .nav-item.active {
    background-color: var(--clr-green, #1AA8A8);
    border-color: var(--clr-green, #1AA8A8);
}

.nav-tabs .nav-item:not(.active) {
    border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-item.active h4 {
    color: white;
}

section#departments > .row {
    margin: -150px auto 80px auto;
}

section#departments .department {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    transition: .4s ease;
    padding: 20px 20px 0 20px;
    background-color: #fff;
}

@media(max-width: 1199px) {
    section#departments .department {
        margin-bottom: 50%;
    }
}

section#departments img {
    margin-bottom: -50%;
}

section#departments .department:hover {
    transform: scale(1.1);
}

section#departments h4 {
    font-size: 24px;
    min-height: 60px;
}

#coworkers .coworker {
    background-color: #F2F2F2;
    border-radius: 15px;
    margin-bottom: 50%;
    /*position: absolute;*/
}

#coworkers .coworker img {
    transition: .4s ease;
}

#coworkers .coworker img:hover {
    transform: scale(1.1);
}

.img-container {
    position: relative;
}

.img-container .image {
    display: block;
    width: 100%;
    height: auto;
}

.img-container .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 140, 186, 0.8);
}

.img-container:hover .overlay {
    opacity: 1;
}

.img-container .text {
    color: white;
    width: 80%;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.no-underline:hover {
    text-decoration: none;
}

.grow {
    transition: .3s;
}

.grow:hover {
    transform: scale(1.05);
}

.quotes .owl-stage {
    padding-bottom: 0;
}

.quotes .owl-dots {
    margin-top: 10px !important;
}

.grecaptcha-badge {
    display: none !important;
}

.popup-video {
    position: initial !important;
    width: 100%;
    max-width: 550px;
    height: 100%;
    max-height: 340px;
}

.intro__image {

    & img {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {

    .intro__image {
        margin-top: 30px;
    }
}
