body {
    background-color: var(--zwart);
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    color: var(--wit);
}

a {
    text-underline-offset: 0.2rem;
}

header,
section,
nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 2rem;

}

header {
    background-color: var(--wit);
    color: var(--rood);
    font-size: 1.8rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5;
    /* box-shadow: 0 0.1rem 1rem -0.2rem #00000044; */
    font-weight: var(--bold);
    padding: 0.6rem 0 0;
    gap: 0;
}

body.sponsor header,
body.tickets header {
    padding: 0.6rem 0;
    border-bottom: 2px solid var(--rood);
}

section {
    padding: 2rem 0 4rem;
    min-height: calc(100vh - 7.96rem);
    background: transparent var(--gradient);
    background-attachment: fixed;
}

section.home {
    padding-top: 7.96rem;
    min-height: 100vh;
}

.wrapper {
    width: 69rem;
    /* width: 100vw; */
    padding: 0 2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

header .wrapper {
    align-items: center;
    justify-content: space-between;
}

section .wrapper {
    padding: 0 2.4rem;
}

div.anchor {
    top: -7.96rem;
}

img.logo {
    width: 11.2rem;
}

header .wrapper>div {
    display: flex;
    height: 100%;
}

.bobbs,
.datum {
    max-width: 18rem;
    line-height: 1em;
    text-align: left;
    font-weight: 900;
    text-transform: uppercase;
}

.datum {
    max-width: 19.4rem;
    line-height: 1.2em;
    text-align: right;
}

nav {
    background-color: var(--zwart);
    width: 100%;
    margin-top: 0.6rem;
    color: var(--wit);
    font-size: 0.9rem;
    font-weight: 500;
    background: transparent var(--gradient);
    background-attachment: fixed;
}

nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem 0;
}

nav ul a {
    text-decoration: none;
    padding: 0.2rem 0.4rem;
    background-color: transparent;
    border-radius: 0.2rem;
    transition: background 0.5s;
}

nav ul a:hover,
nav ul a.actief {
    background-color: var(--rood_hover);
}

section.light {
    background: var(--wit);
    color: var(--zwart);
}

.fotos {
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.fotos img {
    box-sizing: border-box;
    padding: 0;
    height: 10rem;
    width: auto;
    object-fit: contain;
}

.tekst {
    width: 66%;
}

h2 {
    margin-bottom: 0.5em;
}

p {
    margin-bottom: 1.4em;
}

.doel_logo {
    width: 25rem;
    max-width: 100%;
}

#video {
    width: 19rem;
    /* height: calc(45rem*(9/16)); */
    aspect-ratio: 16 / 9;
    max-width: 100%;
}

.sponsor section.home {
    padding-top: 1rem;
    padding-bottom: 0;
    gap: 0;
}

.pakketten {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1rem 2rem;
    justify-content: space-between;
    margin-top: 0.4rem;
}

.vriend .pakketten {
    justify-content: center;
}

.pakket {
    background: var(--wit);
    color: var(--zwart);
    border-radius: 0.4rem;
    width: 25%;
}

.vriend .pakket {
    min-width: 300px;
}

.pakketnaam {
    background: var(--rood);
    color: var(--wit);
    text-align: center;
    padding: 0.5rem;
    border-radius: 0.4rem 0.4rem 0 0;
}

.pakket ul {
    font-size: .7rem;
    margin: 1rem 1rem 0.8rem 0.7rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.pakket ul li {
    line-height: 0.9rem;
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: nowrap;
    gap: 0.3rem;
}

.pakket ul li::before {
    content: "\2714";
    display: inline-block;
    margin-left: 0;
    font-size: 1rem;
    /* padding: 0.15rem; */
    height: 1rem;
    border-radius: 3px;
    margin-top: -0.1rem;
    background-color: transparent;
    color: var(--rood);
}

.vriend h2 {
    width: 100%;
    text-align: center;
}

iframe#sponsorform,
iframe#vriendform {
    width: 100%;
    height: 2200px;
}

iframe#vriendform {
    height: 1750px;
}

a.sponsorworden,
a.ticketsnu {
    color: #fff;
    font-size: 1.3rem;
    text-decoration: none;
    background-color: var(--rood);
    padding: 0.5rem 2rem;
    box-shadow: 2px 4px 9px 1px #00000066;
    border-radius: 0.25rem;
    margin-bottom: 2.5rem;
    transition: background 0.5s;
    transition: color 0.5s;
}

a.sponsorworden:hover,
a.ticketsnu:hover {
    background-color: #ff6600;
    color: #000;
}


a.ticketsnu {
    display: inline-block;
}

body.sponsor {
    display: block;
}

.sponsor {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 3rem;
    margin-top: 6rem;
    width: 100%;
    justify-content: space-between;
}

.pc {
    gap: 2rem;
}

.pb {
    gap: 0.8rem 1.4rem;
}

.sponsor.pa,
.vriendenvan {
    gap: 0.4rem 2.6rem;
    max-width: 53rem;
    justify-content: center;
}

.sponsor span {
    font-size: 0.9rem;
    text-align: center;
}

.hoofd img {
    height: 8rem;
    max-width: 100%;
}

.hoofd img.hoogland {
    height: 5.2rem;
}

.hoofd img.piersma {
    height: 7rem;
}

.hoofd img.dcami {
    width: 22rem;
    height: auto;
}

.pc img {
    height: 6rem;
}

.pb img {
    height: 4rem;
}

.txtsponsor {
    display: flex;
    flex-wrap: wrap;
    /* height: 3.2rem; */
    gap: 0.6rem 1.5rem;
    justify-content: center;
    width: 100%;
    align-items: center;
    flex-direction: row;
    margin-top: 0.9rem;
}

.pc .txtsponsor span {
    font-size: 1.2rem;
}

body.tickets h2 {
    width: 100%;
    text-align: center;
}