.Header {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: 60% 30% !important;
    background-size: cover !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
}

.Header::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 0;
}

.Header::after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 20vh;
    background-image: -ms-linear-gradient(bottom, #BEA28C 0% , rgba(0,0,0,0) 100%);
    background-image: -moz-linear-gradient(bottom, #BEA28C 0% , rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(bottom, #BEA28C 0% , rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient(bottom, #BEA28C 0% , rgba(0,0,0,0) 100%);
    background-image: linear-gradient(bottom, #BEA28C 0% , rgba(0,0,0,0) 100%);
}

.Header  * {
    z-index: 1;
}

#Header__title {
    line-height: 1;
    text-align: center;
    animation-name: fade; 
    animation-duration: 1s;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
    font-size: clamp(40px, 5vh, 6vh);
}

#Header__quote {
    margin: 0;
    font-size: 3vh;
    line-height: 1;
    width: 50%;
    text-align: center;
}

#Header__quote__owner {
    width: 50%;
    text-align: right;
    font-size: 20px;
}

#Header__button {
    width: 250px;
    height: 50px;
    border: 0;
    background: #BEA28C;
    color: white;
    border-radius: 10px;
    font-size: 20px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.4);
}


.Over {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 80px;
    box-sizing: border-box;
    background-image: -ms-linear-gradient(bottom, #EBEBEB 0%,  #BEA28C 100%);
    background-image: -moz-linear-gradient(bottom, #EBEBEB 0%,  #BEA28C 100%);
    background-image: -o-linear-gradient(bottom, #EBEBEB 0%,  #BEA28C 100%);
    background-image: -webkit-linear-gradient(bottom, #EBEBEB 0%,  #BEA28C 100%);
    background-image: linear-gradient(bottom, #EBEBEB 0%,  #BEA28C 100%);
}

#Over__title {
    font-size: 30px;
    font-weight: 200;
}

#Over__content {
    display: flex;
}

#Over__content__text {
    font-size: 18px;
}

.Over div {
    margin: 20px 0px;
    display: flex;
    justify-content: center;
}

.Over div * {
    padding: 50px;
    width: 40%;
    object-fit: cover;
    display: flex;
    align-items: center;
}

.Aanbod .Aanbod__Items {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px;
    box-sizing: border-box;
    background-size: cover !important;
    background-position: center !important;
}

.Aanbod .Aanbod__Items::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 0;
}

.Aanbod .Aanbod__Items * {
    z-index: 1;
}

.Aanbod .Aanbod__Items .Aanbod__item {
    box-sizing: border-box;
    border-bottom: 1px solid white;
    overflow: hidden;
    margin: 20px 10px;
    transition: all 500ms ease-in-out;
    cursor: pointer;
    padding: 20px;
    text-decoration: none;
    width: 30%;
    height: auto;
}

.Aanbod .Aanbod__Items .Aanbod__item:hover {
    background-image: -ms-linear-gradient(to right, rgba(235, 235, 235, 0.5) 0%,  rgba(190, 162, 140, 0.5) 100%);
    background-image: -moz-linear-gradient(to right, rgba(235, 235, 235, 0.5) 0%,  rgba(190, 162, 140, 0.5) 100%);
    background-image: -o-linear-gradient(to right, rgba(235, 235, 235, 0.5) 0%,  rgba(190, 162, 140, 0.5) 100%);
    background-image: -webkit-linear-gradient(to right, rgba(235, 235, 235, 0.5) 0%,  rgba(190, 162, 140, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(235, 235, 235, 0.5) 0%,  rgba(190, 162, 140, 0.5) 100%);
}

.Aanbod .Aanbod__Items .Aanbod__item__content:hover > p {
    color: black;
}

.Aanbod .Aanbod__Items .Aanbod__item__content h3 {
    color: #BEA28C;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

.Aanbod .Aanbod__Items .Aanbod__item__content p {
    color: white;
}

.Blogs {
    width: 100%;
    height: 70vh;
    box-sizing: border-box;
    padding: 20px;
    display: grid;
    grid-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    background-image: -ms-linear-gradient(to right, #EBEBEB 0%,  #BEA28C 100%);
    background-image: -moz-linear-gradient(to right, #EBEBEB 0%,  #BEA28C 100%);
    background-image: -o-linear-gradient(to right, #EBEBEB 0%,  #BEA28C 100%);
    background-image: -webkit-linear-gradient(to right, #EBEBEB 0%,  #BEA28C 100%);
    background-image: linear-gradient(to right, #EBEBEB 0%,  #BEA28C 100%);
}

.Blogs > h3 {
    margin-left: 50px;
    font-size: 30px;
    font-weight: 200;
}

.Blogs > h3 > span{
    font-weight: bold;
}

.Blogs .Blogs__item {
    width: 100%;
    height: 90%;
    color: white;
    text-decoration: none;
    background: white;
    padding: 20px;
    box-sizing: border-box;
}

.Blogs .Blogs__item__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-size: cover !important;
    background-position: center !important;
    cursor: pointer;
}

.Blogs .Blogs__item__content > p { 
    background: rgba(0,0,0,0.7);
    height: 40px;
    margin-bottom: 0px;
    width: 100%;
    display: grid;
    align-items: center;
    padding-left: 20px;
    box-sizing: border-box;
}

.Blogs .Blogs__item .Blogs__item__content button {
    width: 100%;
    height: 40px;
    background: #BEA28C;
    color: white;
    border: none;
    font-size: 16px;
    padding: 10px 20px;
    text-decoration: none;
    cursor:pointer;
}

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

.Workshops__item {
    text-decoration: none;
    width: 25vw;
}

.Workshops__item__content {
    cursor: pointer;
    position: relative;
    height: 40vw;
    background-size: cover !important;
    background-position: center !important;
    color: white;
    display: flex;
    padding: 20px;
    box-sizing: border-box;
}

.Workshops__item__content::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 0;
}

.Workshops__item__content * {
    z-index: 1;
}

#Workshops__item__content__datum {
    transform: rotate(90deg);
    transform-origin: right;
    margin-left: auto;
    margin-right: 15px;
    align-self: flex-end;
}

@keyframes fade {
    0% {
        transform: scale(.6);
        opacity: 0;
    }
    40% {
        transform: scale(1.1);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@media only screen 
and (min-device-width : 767px) 
and (max-device-width : 1023px) {
    #Over__content {
        display: flex;
        flex-direction: column;
    }

    #Over__content * {
        width: 80%;
    }
}

@media screen and (max-width: 575.98px) {
    .Header::after {
        height: 40vh;
    }

    #Header__quote {
        width: 70%;
    }

    .Over {
        padding: 0;
    }

    #Over__title {
        margin-top: 40px;
        width: 80%;
        text-align: center;
    }

    #Header__button {
        width: 170px;
        height: 40px;
        font-size: 16px;
    }

    #Over__content {
        flex-direction: column;
    }

    #Over__content img {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    #Over__content__text {
        padding-top: 0px;
        box-sizing: border-box;
        width: 100%;
    }

    .Aanbod {
        padding: 20px;
    }

    .Aanbod .Aanbod__Items .Aanbod__item {
        width: 100%;
    }

    .Blogs {
        height: auto !important;
        grid-gap: 20px !important;
        grid-template-columns: 1fr;
    }

    .Blogs .Blogs__item {
        height: 100%;
    }

    .Blogs .Blogs__item__content {
        height: 300px;
    }

    .Workshops__item {
        width: 100%;
    }
}

