.onepage-section a {
    white-space: break-spaces !important;
}

.onepage-section {
    background-position: 50%;
    background-size: cover;
    padding-bottom: 4rem;
    padding-top: 4rem;
    justify-content: center;
}

.content {
    margin-left: auto;
    margin-right: auto;
    max-width: 90rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;

}

.content .row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.headlines {
    width: 100%;
    margin-bottom: 2.5rem;
}

.welcome-subtitle {
    padding-right: 0;
}

.text-section {
    text-align: left;
    padding: 0.5rem;
    position: relative;
}

.headlines__divider {
    display: block;
    height: .25rem;
    width: 3rem;
    background-color: #303030;
    margin: 1.5rem auto;
}

.card {
    background-color: white;
    border-radius: 1rem;
    padding: .75rem;
    display: block;
    text-align: center;
}

.logo-list {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
}

.logo {
    padding: 0 1.5px;
    float: left;
    width: 170px;
    height: 170px;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.logo-image {
    height: 75% !important;
    object-fit: cover;
    transform: scale(1);
    transition: all .3s;
}

.logo-image:hover {
    transform: scale(1.1);
    transition: all .3s;
}

.vimeo-player {
    width: 100%;
}

.department-info {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
    justify-content: center;
    margin-top: 2rem;
}

a {
    /*white-space: nowrap;*/
}

.photo-section {
    width: 50%;
    text-align: center;
    display: inline-block;
}

.contact-person-name {
    font-weight: bold;
    line-height: 1;
    margin-bottom: .5rem;
}
.contact-person-photo {
    border-radius: 9999px;
    display: block;
    vertical-align: middle;
    width: 150px;
    height: auto;
    object-fit: cover;
    margin-top: 2rem;
    margin-bottom: 1rem;
    transform: scale(1);
    transition: all .3s;
}

.contact-person-photo:hover {
    transform: scale(1.1);
    transition: all .3s;
}

.links-section {
    width: 100%;
    margin-top: 2rem;
}

.links-section .contact-link {
    margin-bottom: .5rem;
    margin-top: .5rem;
    display: inline-block !important;
}

.contact-link {
    margin: 0 .5rem 1rem;
    display: inline-block;
    white-space: pre-wrap; /* CSS3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.contact-link > a {
    text-decoration: underline;
}

.whereby-section {
    margin-top: 2rem;
    width: 100%;
    border: 2px solid black;
    min-height: 500px;
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.whereby-info {
    height: 90%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 2rem;
}

.whereby-section iframe {
    width: 100%;
    height: 100%;
}

.onepage-link {
    text-decoration: none;
    color: white;
    background-color: #05712c;
    padding: .8rem 3rem .8rem 3rem;
    box-shadow: 5px 5px #a4c300;
    margin-top: 5rem;
}

.onepage-link:hover {
    color: #a4c300;
}

.welcome-headlines {
    margin: auto;
    width: 100%;
}

.enter-button {
    margin-top: 0;
}

.enter-button:hover {
    background-color: #05712c;
    color: white;
}

@media (min-width: 640px) {
    .content {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .text-section {
        padding: 1rem;
    }
}

.photo-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (min-width: 768px) {
    .section-department:nth-child(even) .content .row {
        flex-flow: row-reverse;
    }

    .content {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .text-section {
        padding: 1.5rem;
    }

    .vimeo-player {
        width: 33.33333%;
    }

    .welcome-headlines {
        width: 66.666667%;
    }

    .department-info {
        width: 50%;
        margin-top: 0;
    }

    .whereby-section {
        margin-top: 0;
        width: 50%;
    }

    .welcome-subtitle {
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .content {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .text-section {
        padding: 2rem;
    }
}
