.hero {
position: relative;
height: 80vh;
min-height: 600px;
overflow: hidden;
}
.hero__swiper {
width: 100%;
height: 100%;
}
.hero__slide {
display: flex;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
}
.hero__image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 1;
}
.hero__overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 2;
}
.hero__content {
position: relative;
z-index: 3;
color: white;
text-align: center;
padding: 0 20px;
width: 100%;
height: 100%;
}
.hero__heading {
font-size: 3.5rem;
margin-bottom: 1rem;
color: #fff;
font-weight: 400;
font-size: 7rem;
line-height: 9rem;
}
h1#hero-heading,
.hero__heading {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
width: fit-content;
max-width: var(--container-width);
height: fit-content;
} .hero__navigation {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 10;
display: flex;
justify-content: space-between;
align-items: center;
width: 90vw;
margin: auto;
pointer-events: none;
}
.hero__pagination {
display: flex;
justify-content: center;
margin: 0 20px;
}
.swiper-pagination-bullet {
width: 12px;
height: 12px;
margin: 0 8px;
background: rgba(255, 255, 255, 0.7);
opacity: 1;
border-radius: 50%;
cursor: pointer;
transition: all 0.3s ease;
}
.swiper-pagination-bullet-active {
background: #fff;
transform: scale(1.3);
}
.hero__button-prev,
.hero__button-next {
background: rgba(255, 255, 255, 0.2);
width: 50px;
height: 50px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 20px;
cursor: pointer;
transition: all 0.3s ease;
border: none;
pointer-events: all;
}
.hero__button-prev:hover,
.hero__button-next:hover {
background: rgba(255, 255, 255, 0.4);
}
.swiper-pagination {
bottom: 4rem !important;
}
span.swiper-pagination-bullet {
background: #fff;
width: 1.5rem;
height: 1.5rem;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
transform: scale(1);
}
.hero__overlay,
.hero__content {
pointer-events: none;
} @media (max-width: 768px) {
.hero__heading {
font-size: 2.5rem;
}
.hero__text {
font-size: 1.2rem;
}
.hero__navigation {
bottom: 20px;
}
.hero__button-prev,
.hero__button-next {
width: 40px;
height: 40px;
}
.hero__navigation {
z-index: -1;
}
}
@media (max-width: 480px) {
.hero__heading {
font-size: 2rem;
}
}.diensten {
background-color: var(--color-gray);
padding: 8rem 0;
}
.diensten__heading {
text-align: center;
font-weight: 400;
font-size: 7rem;
line-height: 9rem;
margin-bottom: 6rem;
color: var(--color-heading);
}
.diensten__grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
gap: 2rem;
}
.diensten__item {
text-align: center;
}
.diensten__img {
width: 100%;
height: auto;
display: block;
margin-bottom: 1.5rem;
}
.diensten__title {
font-size: 2.2rem;
font-weight: 600;
margin-bottom: 1rem;
color: var(--color-heading);
}
.diensten__text {
font-size: 2rem;
line-height: 1.6;
color: var(--color-dark);
}
.diensten__btn-wrapper {
text-align: center;
margin-top: 3rem;
}
@media (max-width: 768px) {
.diensten__heading {
font-size: 4rem;
}
}.giants {
background-color: var(--color-gray);
padding: 8rem 0;
}
.giants__container {
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
gap: 4rem;
}
.giants__content {
display: flex;
flex-direction: column;
gap: 2rem;
}
.giants__heading {
font-size: 4rem;
line-height: 1.2;
font-weight: 400;
color: var(--color-heading);
}
.giants__text {
font-size: 2rem;
line-height: 1.6;
color: var(--color-dark);
}
.giants__image img {
width: 100%;
height: auto;
display: block;
border-radius: .5rem;
} @media (max-width: 768px) {
.giants__container {
grid-template-columns: 1fr;
text-align: center;
}
.giants__content {
align-items: center;
}
.giants__image {
order: -1; }
}.faq {
padding: 8rem 0;
background: #f8f8f8;
}
.faq__heading {
text-align: center;
font-weight: 400;
font-size: 7rem;
line-height: 9rem;
margin-bottom: 6rem;
color: var(--color-heading);
}
.faq__accordion {
max-width: 800px;
margin: 0 auto;
}
.faq__item {
border-bottom: 1px solid #ddd;
}
.faq__question {
font-family: "Dosis", sans-serif;
width: 100%;
background: #004466;
color: #fff;
text-align: left;
padding: 1.5rem 2rem;
font-size: 2.6rem;
border: none;
cursor: pointer;
transition: background 0.3s;
display: flex;
justify-content: space-between;
align-items: center;
gap: 1rem;
}
.faq__question:hover {
background: #006080;
}
.faq__answer {
max-height: 0;
overflow: hidden;
transition: max-height 0.5s ease, padding 0.3s ease;
background: #fff;
padding: 0 2rem;
border-left: 1px solid #67676727;
border-right: 1px solid #67676727;
}
.faq__icon {
transition: transform 0.3s ease;
font-size: 1.6rem;
display: inline-block;
width: 2.4rem;
}
.faq__item.active .faq__icon {
transform: rotate(180deg);
}
.faq__answer p {
font-size: 2rem;
color: var(--color-dark);
margin: 1.5rem 0;
}
.faq__item.active .faq__answer {
max-height: 500px; padding: 1.5rem 2rem;
}
@media (max-width: 768px) {
h2.faq__heading {
font-size: 4rem;
}
.faq__accordion {
max-width: 90vw;
margin: auto;
}
}.contact {
background-color: var(--color-gray);
padding: 8rem 0;
}
.contact__grid {
display: grid;
grid-template-columns: 1fr 1.5fr;
gap: 8rem;
align-items: start;
}
.contact__heading {
font-size: 3rem;
margin-bottom: 1rem;
color: var(--color-heading);
font-weight: normal;
}
.contact__text {
font-size: 1.8rem;
margin-bottom: 2rem;
color: var(--color-dark);
}
.form__group {
margin-bottom: 1.5rem;
}
.form__group label {
display: block;
font-size: 1.6rem;
margin-bottom: 0.5rem;
color: var(--color-heading);
}
.form__group input,
.form__group textarea {
width: 100%;
padding: 1rem;
font-size: 1.6rem;
border: 1px solid #ccc;
border-radius: 0.5rem;
}
.btn {
background: #004466;
color: #fff;
font-size: 1.8rem;
padding: 1rem 2rem;
border: none;
border-radius: 0.5rem;
cursor: pointer;
transition: background 0.3s;
}
.btn:hover {
background: #006080;
}
.contact__map-wrapper {
display: flex;
flex-direction: column;
gap: 2rem;
}
.contact__map {
width: 100%;
height: 350px;
min-height: 300px;
}
.contact__location p {
font-size: 2rem;
font-weight: normal;
color: var(--color-dark);
line-height: 1.5;
}
.contact__location-heading {
font-size: 3rem;
font-weight: 400;
margin-bottom: 0.5rem;
color: var(--color-heading);
}
.modal {
position: fixed;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
background: rgba(0,0,0,0.6);
z-index: 9999;
}
.modal__content {
background: #fff;
padding: 30px;
border-radius: 10px;
text-align: center;
max-width: 400px;
}
p#modal-message {
font-size: 20px;
margin-bottom: 40px;
}
@media (max-width: 768px) {
.contact__grid {
grid-template-columns: 1fr;
}
.contact__map {
height: 300px;
}
}