main > section.hero {
    min-height: 110vh !important;
    width: 100% !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative !important;
}

main > section.hero > .call-to-action {
    position: absolute;
    right: 0;
    top: 40vh;
}

main > section.hero > .call-to-action > .headlines {
    padding: 5rem;
    background-color: white;
    clip-path: polygon(14% 26%, 100% 26%, 100% 50%, 100% 74%, 14% 74%, 0% 50%);
}

main > section.hero > .call-to-action > a {
    margin-left: 6rem;
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    font-style: italic;
    padding: 1rem 5rem;
    background-color: #2B00FF;
    clip-path: polygon(0 0, 74% 0, 100% 100%, 26% 100%);
    text-transform: uppercase;
}

main > section.hero .headlines h1 {
    color: #2B00FF;
    text-transform: uppercase;
    font-style: italic;
}

/* Doelstelling */

main section#doelstelling > div.container {
    max-width: 1200px;
    margin: 3rem auto;
    padding: 1rem;
    padding-top: 6rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

main section#doelstelling > div.container > img {
    max-width: 500px;
    height: auto;   
}

main section#doelstelling > div.container > span > h2 {
    text-transform: uppercase;
    font-style: italic;
    font-size: 50px;
}

main section#doelstelling > div.container > span > p {
    max-width: 700px;
    font-weight: 300;
    font-size: 1.2rem;
}

/* numbers */

main section#numbers {
    background-color: #2B00FF;
    color: white;
}

main section#numbers > div.container {
    max-width: 1200px;
    margin: 5rem auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 5rem;
}

main section#numbers > h2 {
    text-transform: uppercase;
    font-style: italic;
    font-size: 50px;
    text-align: center;
    color: #3BF0FD;
    padding-top: 3rem;
}

main section#numbers > div.container > .number {
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

main section#numbers > div.container > .number > h2 {
    font-size: 100px;
    font-weight: 600;
    color: white;
}

main section#numbers > div.container > .number > p {
    font-size: 1.2rem;
    font-weight: 300;
    text-transform: uppercase;
}

/* Kalender */

main section#kalender > div.container {
    max-width: 1200px;
    margin: 5rem auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

main section#kalender > div.container > h2 {
    text-transform: uppercase;
    font-style: italic;
    font-size: 50px;
    width: 100%;
    text-align: center;
    padding-top: 3rem;
}

main section#kalender > div.container > .cal-items {
    margin-top: 3rem;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}

main section#kalender > div.container > .cal-items > .cal-card {
    background-color: #2B00FF;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
    color: white;
    padding: 1rem 3rem;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

main section#kalender > div.container > .cal-items > .cal-card h4 {
    align-self: flex-start;
    margin-left: 4rem;
    font-size: 35px;
    font-style: italic;
    font-weight: 900;
}

main section#kalender > div.container > .cal-items > .cal-card > img {
    width: 250px;
    height: 250px;
    object-fit: contain;
}

main section#kalender > div.container > .cal-items > .cal-card > span {
    display: flex;
    justify-content: space-between;
    align-self: flex-start;
    align-items: end;
    width: 80%;
}

main section#kalender > div.container > .cal-items > .cal-card > span > p {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    align-self: flex-start;
    margin: 0;
}

main section#kalender > div.container > .cal-items > .cal-card > span > a {
    background-color: white;
    height: fit-content;
    padding: 0.4rem 1rem;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

main section#kalender > div.container > a {
    width: calc(100% - 7rem);
    display: flex;
    justify-content: flex-end;
    color: #2B00FF;
    font-size: 30px;
    text-decoration: none;
    column-gap: 1rem;
    font-style: italic;
    font-weight: 900;
}

/* Nieuws */

main section#nieuws > div.container {
    max-width: 1200px;
    margin: 5rem auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

main section#nieuws > div.container > h2 {
    text-transform: uppercase;
    font-style: italic;
    font-size: 50px;
    width: 100%;
    text-align: center;
    padding-top: 3rem;
}

main section#nieuws > div.container > .news-items {
    margin-top: 3rem;
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 2rem;
}

main section#nieuws > div.container > .news-items > .news-item {
    display: flex;
    width: 100%;
    column-gap: 2rem;
}

main section#nieuws > div.container > .news-items > .news-item > .news-image > a > img {
    width: 300px;
    height: 200px;
    object-fit: cover;
}

main section#nieuws > div.container > .news-items > .news-item > .news-content > h3 > a {
    color: black;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 600;
    font-style: italic;
}

/* Sponsoren */

main section#sponsoren {
    background-color: #F3F3F3;
    color: black;
}

main section#sponsoren > div.container {
    max-width: 1200px;
    margin: 5rem auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 5rem;
}

main section#sponsoren > div.container > h2 {
    text-transform: uppercase;
    font-style: italic;
    font-size: 50px;
    width: 100%;
    text-align: center;
    padding: 4rem 0;
}

main section#sponsoren > div.container > .sponsoren {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 150px;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

main section#sponsoren > div.container > .sponsoren > a > img {
    width: 250px;
    height: 200px;
    object-fit: contain;
    transition: transform 0.3s;
}

main section#sponsoren > div.container > .sponsoren > a > img:hover {
    transform: scale(1.1);
}

main section#sponsoren > div.container .banner {
    margin-top: 1rem;
    background-color: #D8D0FF;
    color: #2B00FF;
    padding: 2rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}

main section#sponsoren > div.container .banner > h2 {
    text-transform: uppercase;
    font-style: italic;
    font-size: 35px;
    width: 100%;
    text-align: center;
}

main section#sponsoren > div.container .banner > .offers {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
    justify-content: space-between;
}

main section#sponsoren > div.container .banner > .offers > .offer {
    display: flex;
    column-gap: 1rem;
    align-items: center;
}

main section#sponsoren > div.container .banner > .offers > .offer > img {
    width: 70px;
    height: 70px;
}

main section#sponsoren > div.container .banner > .offers > .offer > p {
    font-size: 1rem;
    font-weight: 600;
    max-width: 150px;
}

main section#sponsoren > div.container .banner > .offers > .offer:last-child > p {
    max-width: 260px;
}

main section#sponsoren > div.container .banner > p {
    text-align: center;
    font-weight: 600;
    width: 100%;
}

/* Club van 50+ */

main section#club-van-50 > div.container {
    max-width: 1200px;
    margin: 5rem auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}

main section#club-van-50 > div.container > .intro > .text > h2 {
    text-transform: uppercase;
    font-style: italic;
    font-size: 50px;
    width: 100%;
    padding-top: 3rem;
}

main section#club-van-50 > div.container > .intro {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: top;
    flex-wrap: wrap;
}

main section#club-van-50 > div.container > .intro > img {
    max-width: 400px;
    width: 100%;
    height: auto;
}

main section#club-van-50 > div.container > .intro > .text > p {
    max-width: 700px;
    font-size: 1.2rem;
    font-weight: 300;
}

main section#club-van-50 > div.container > .intro > .text > a {
    background-color: #2B00FF;
    color: white;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 600;
    font-style: italic;
    padding: 1rem 5rem;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

main section#club-van-50 > div.container > h2 {
    text-transform: uppercase;
    font-style: italic;
    font-size: 35px;
    width: 100%;
    text-align: center;
    padding-top: 3rem;
    margin-bottom: 4rem;
}

main section#club-van-50 > div.container > .members {
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 2rem;
    row-gap: 1rem;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin-bottom: 4rem;
}

main section#club-van-50 > div.container > .members > .member {
    background-color: #2B00FF;
    color: white;
    font-size: 2rem;
    font-weight: 600;
    font-style: italic;
    padding: 1rem 5rem;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
}

main.page > div.container {
    max-width: 1200px;
    margin: 2rem auto;
	min-height: calc(100vh - 250px);
}


main.page > div.title {
    background: linear-gradient(104deg, rgba(0, 29, 173, 0.68) 15.42%, rgba(0, 12, 71, 0.68) 84.65%);
    height: 250px;
    width: 100%;
    padding: 2rem 0;
}

main.page > div.title > h1 {
    bottom: 1rem;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    height: 100%;
    align-items: end;
    color: white;
    font-size: 2.5rem;
    text-align: center;
    width: 100%;
    justify-content: center;
}

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

    h2 {
        font-size: 2rem !important;
    }

    /* Hero */

    main > section.hero {
        height: 90vh !important;
        min-height: unset !important;
        object-fit: cover;
        max-width: 100%;
        background-position-x: -50vw !important;
    }

    main > section.hero > .call-to-action {
        width: 100%;
        bottom: -10vh;
        top: unset;
        margin-bottom: 10vh;
        background-color: white;
    }

    main > section.hero > .call-to-action > .headlines {
        clip-path: none;
        padding: 1rem;
        background-color: transparent;
    }

    main > section.hero > .call-to-action > .headlines > h1 {
        color: black;
    }

    main > section.hero > .call-to-action > .headlines > h3 {
        font-weight: 300;
        color: black;
    }

    main > section.hero > .call-to-action > a {
        clip-path: polygon(7% 0, 82% 0, 75% 100%, 0% 100%);
        width: 100%;
        padding: 0.5rem 4rem;
        padding-right: 8rem;
        margin-left: 1rem;
    }

    /* Doelstelling */
    main section#doelstelling > div.container {
        flex-direction: column;
        padding: 1rem;
    }

    main section#doelstelling > div.container > img {
        width: 100%;
        max-width: 400px;
    }

    /* Numbers */

    main section#numbers > div.container {
        padding: 1rem;
        flex-direction: column;
        row-gap: 2rem;
        align-items: center;
        margin-top: 1rem;
    }

    main section#numbers > div.container > .number > h2 {
        font-size: 4rem !important;
    }

    /* Kalender */

    main section#kalender > div.container {
        padding: 1rem;
    }

    main section#kalender > div.container > a > p {
        font-size: 1.2rem;
    }

    main section#kalender > div.container > a > img {
        width: 1.5rem;
    }

    main section#kalender > div.container > .cal-items {
        justify-content: center;
        gap: 2rem;
    }

    main section#kalender > div.container > .cal-items > .cal-card {
        width: 100%;
        max-width: 250px;
        clip-path: none;
    }

    main section#kalender > div.container > .cal-items > .cal-card > h4 {
        margin-left: 0;
        font-size: 1.5rem;
    }

    main section#kalender > div.container > .cal-items > .cal-card > span {
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    main section#kalender > div.container > .cal-items > .cal-card > span > a {
        clip-path: none;
        padding: 0.5rem;
    }

    /* Nieuws */

    main section#nieuws > div.container {
        padding: 1rem;
    }

    main section#nieuws > div.container > .news-items {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    main section#nieuws > div.container > .news-items > .news-item > .news-image > a > img {
        width: 100%;
        height: 200px;
        max-width: 400px;
    }

    main section#nieuws > div.container > .news-items > .news-item {
        max-width: 400px;
    }

    main section#nieuws > div.container > .news-items > .news-item {
        flex-direction: column;
    }

    /* Sponsoren */

    main section#sponsoren > div.container {
        padding: 1rem;
        margin: 1rem 0;
    }

    main section#sponsoren > div.container > .sponsoren {
        row-gap: 1rem;
        column-gap: 1rem;
    }

    main section#sponsoren > div.container > .sponsoren > a > img {
        width: 100%;
        max-width: 250px;
        height: 200px;
    }

    /* Club van 50+ */

    main section#club-van-50 > div.container {
        margin-top: 2rem;
        padding: 1rem;
    }

    main section#club-van-50 > div.container > .intro {
        flex-direction: column;
        row-gap: 4rem;
    }

    main section#club-van-50 > div.container > .intro > .text > a {
        padding: 0.5rem 5rem;
        padding-left: 2rem;
        clip-path: polygon(7% 0, 82% 0, 75% 100%, 0% 100%);
    }

    main section#club-van-50 > div.container > .members {
        flex-direction: column;
        row-gap: 1rem;
    }

    main section#club-van-50 > div.container > .members > .member {
        clip-path: none;
        width: 100%;
        padding: 0.5rem 0;
        max-width: 350px;
    }

    main section#club-van-50 > div.container > .members > .member > h4 {
        font-size: 1.5rem;
        text-align: center;
    }

    main.page > div.container {
        margin: 1rem;
    }

    main.page > div.title {
        height: 150px;
    }

    main.page > div.title > h1 {
        font-size: 2rem;
    }
}