.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    z-index: 10
}

#cookieConsent p{
    margin: 20px;
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
}

.modal-overlay p {
    margin-bottom: 10px;
}

.modal-overlay span {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    font-size: 40px;
    display: block;
    line-height: 18px;
}

.modal {
    display: none;
    position: relative;
    width: 450px;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.modal-buttons {
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
}

.modal-content {
    margin-bottom: 10px;
}

.cookie-consent .btn, .modal .btn {
    display: inline-block;
    margin: 8px;
}

.two-cols h3 {
    font-size: 1.5em;
}
.two-cols ul {
    list-style: disc;
	padding-left: 20px;
}
.two-cols .flex-50 {
	flex: 1 1 50%;
}

#team-members {
    max-width: 640px;
}

.hp-field {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    overflow: hidden !important;
}

#slider-team-members .swiper-slide{
    width: 60%;
}

.projects {
    display: none;
}

footer img{
    max-height: 150px;
}
