/* #region NORMALIZE CSS v8.0.1 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    display: inline;
    zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

body {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

p,
pre {
    margin: 1em 0;
}

code,
kbd,
pre,
samp {
    _font-family: 'courier new', monospace;
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
    white-space: pre;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style-image: none;
    list-style: none;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

form {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    margin-left: -7px;
    padding: 0;
    white-space: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    overflow: visible;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    height: 13px;
    padding: 0;
    width: 13px;
}

input[type="search"] {
    -moz-box-sizing: content-box;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}



/* #endregion */

/* #region GUINEVERE STYLING DEFAULTS v0.8 */


/* This section is used to set sensible defaults for GPI projects. Versioned. */


/* #region links */

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a,
nav a {
    text-decoration: none;
    /* Remove underline from links in headers and menus */
}


/* #endregion */


/* #region menus */

nav ul {
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
}

nav.mainMenu ul li {
    font-size: 0.8rem;
    font-weight: 600;
}

@media screen and (max-width: 1366px) and (min-width: 1000px) {
    nav.mainMenu ul li {
        font-size: 1.1vw;
    }
}

@media screen and (max-width: 1000px) and (min-width: 700px) {
    nav.mainMenu ul li {
        font-size: 0.8rem;
    }
}


@media screen and (max-width: 700px) {
    nav.mainMenu {
        display: none;
    }
}


/* #endregion */


/* #region text */

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

p.intro {
    font-size: 1rem;
    font-weight: bold;
}


/* #endregion */

/* #region Responsive video */


span.responsiveVideo {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    width: 100%;
    overflow: hidden;
    display: block;
}

span.responsiveVideo iframe,
span.responsiveVideo object,
span.responsiveVideo embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* #endregion */


/* #endregion */

/* #region GUINEVERE LAYOUT DEFAULTS v0.8 */


/* #region page structure */

div#wrapper {
    margin: 0 auto;
    max-width: 1920px;
    padding: 0;
    width: 100%;
}

div#wrapper>header,
main,
div#wrapper>footer {
    box-sizing: border-box;
    margin: auto auto;
    max-width: 1500px;
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100%;
    /* Limits the default main sectioning elements to 1500 pixels and centers them */
}

div#wrapper>header {
    max-width: 1920px;
    margin: auto auto;
}


div#wrapper aside#spotlight {
    margin: auto auto;
    max-width: 1920px;
    width: 100%;
}


/* #endregion */


/* #region header  */

body.home div#wrapper>header>div.sizeConstrictor {
    display: grid;
    grid-template-columns: 2fr 3fr;
    grid-template: 'logo mainMenu''logo tools';
    /* Divides main header into logo, menu and tools sections */
}

div#wrapper>header h1 {
    grid-area: logo;
}


/* #region main menu */

div#wrapper>header nav.mainMenu {
    grid-area: mainMenu;
}

div#wrapper>header nav#tools {
    grid-area: tools;
}


/* #endregion */


/* #endregion */


/* #endregion */

/* #region GPI LAYOUT */

div#wrapper {
    margin: 0 auto;
    max-width: 1920px;
    padding: 0;
    width: 100%;
}

div#wrapper>header,
main,
div#wrapper>footer {
    box-sizing: border-box;
    margin: auto auto;
    max-width: 1500px;
    padding-left: 4vw;
    padding-right: 4vw;
    width: 100%;
}

div#wrapper>header {
    max-width: 1920px;
    margin-bottom: 5vw;
}

div#wrapper>footer>small {
    text-align: center;
    display: block;
}

div#wrapper>footer>small>p {
    font-size: 0.7rem;
}

div.sizeConstrictor {
    max-width: 1500px;
    margin: auto auto;
}

main>div.sizeConstrictor {
    display: grid;
    grid-template-areas:
        'urgent'
        'permanent'
        'indestad'
        'newsfeed'
        'socials';
    gap: 8vw;
}

main article#urgent {
    grid-area: urgent;
}

main section#permanent {
    grid-area: permanent;
}

main section#newsFeed {
    grid-area: newsfeed;
}

main section#permanent nav.socials {}

main section#inDeStad {
    grid-area: indestad;
}

@media screen and (min-width: 700px) {
    body.home main>div.sizeConstrictor {
        grid-template-areas:
            'urgent permanent'
            'newsfeed permanent'
            'indestad indestad';
        gap: 4vw 8vw;
        grid-template-columns: 2fr 1fr;
    }

    main section#permanent {
        display: flex;
        flex-direction: column;
    }

    main section#permanent nav.socials {
        margin-top: auto;
    }

    body.inner main div.articleContent {
        display: flex;
        gap: 3vw;
    }

    body.inner main div.articleContent div.articleBody {
        flex-basis: 66%;
    }

    body.inner main div.articleContent figure {
        flex-basis: 33%;
    }

}



/* #region golden ratio gallery */

figure.goldenRatioGallery {
    display: grid;
    grid-template-columns: 61.5fr 13.9fr 22.5fr;
    grid-template-rows: 22.5vw 14.09vw;
    gap: 1vw;
    margin-top: 6vw;
}

figure.goldenRatioGallery img:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1 / span 2;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

figure.goldenRatioGallery img:nth-of-type(2) {
    grid-column: 2 / span 2;
    grid-row: 1;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

figure.goldenRatioGallery img:nth-of-type(3) {
    grid-column: 2;
    grid-row: 2;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

figure.goldenRatioGallery img:nth-of-type(4) {
    grid-column: 3;
    grid-row: 2;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1500px) {
    figure.goldenRatioGallery {
        grid-template-rows: 338px 233px;
        gap: 10px;
    }

    figure.goldenRatioGallery img:nth-of-type(1) {
        height: 581px;
    }

    figure.goldenRatioGallery img:nth-of-type(2) {
        height: 338px;
    }

    figure.goldenRatioGallery img:nth-of-type(3),
    figure.goldenRatioGallery img:nth-of-type(4) {
        height: 233px;
    }
}


/* #endregion */

/* #endregion */

/* #region GPI STYLING DEFAULTS */


/* #region Define generic custom properties */

:root {
    --color-semantic-error: rgb(245, 0, 0);
    --color-semantic-info: rgb(15, 124, 226);
    --color-semantic-success: rgb(13, 25, 196);
    --color-semantic-warning: rgb(226, 170, 15);
    --font-family-accent: 'Alegreya', serif;
    --font-family-default: 'Alegreya', serif;
    --font-family-fancy-heading: 'Merriweather', serif;
    --font-family-heading: 'Merriweather', serif;
    --font-family-quote: 'Courier New', Courier, monospace;
    /* define the GPI colors as custom properties */
    --color-primary-1: #243047;
    --color-primary-2: #DA121A;
    --color-neutral-1: #444;
    --color-neutral-2: #EFF3F8;
    --color-neutral-3: #AAA;
    --color-neutral-4: #FDF7F6;
    /*--color-primary-2-transparent: #4E6548CC;
    --color-primary-3: #BFA9C3;
    --color-primary-4: #85510D;
    --color-accent-1: #709282;
    --color-accent-2: #FF9800;
    --color-neutral-1: #101010;
    --color-neutral-2: #707070;
    --color-neutral-2-transparent: #707070CC;
    --color-neutral-3: #FFF;
    --color-neutral-3-transparent: #FFFFFFCC;
    --color-neutral-4: #F5F5F5; */
    /* define the GPI font families as custom properties */
}


nav.articleLinks ul {
    display: block;
    padding-left: 0;
}

nav.articleLinks ul li {
    margin-bottom: 3px;
    display: flex;
    gap: 2vw;
}

nav.articleLinks ul li time {
    width: 120px;
    min-width: max-content;
    color: var(--color-neutral-3);
    flex-shrink: 0;
}

nav.articleLinks ul li a {
    text-decoration: underline;
}


/* #endregion */


/* #region Define fonts */


/* #region main font */

html {
    font-size: 16px;
}

body {
    color: var(--color-neutral-1);
    font-family: var(--font-family-default);
    /* set the default font */
}

@media screen and (max-width: 1000px) {
    html {
        font-size: 15px;
    }
}

@media screen and (max-width: 800px) {
    html {
        font-size: 13px;
    }
}


/* #endregion */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-primary-1);
    font-family: var(--font-family-heading);
    -webkit-column-break-after: avoid;
}

a {
    color: var(--color-accent-1);
}

a:hover {
    color: var(--color-accent-2);
}

a:active {
    color: var(--color-accent-3);
}

a:visited {
    color: var(--color-neutral-1);
}

p.warning {
    color: var(--color-semantic-warning);
}

p.info {
    color: var(--color-semantic-info);
}

p.error {
    color: var(--color-semantic-error);
}

p.success {
    color: var(--color-semantic-success);
}


/* #endregion */

p,
li {
    color: var(--font-color-accent1);
    font-size: 1rem;
    line-height: 1.8rem;
}


/* #endregion */

/* #region GPI STYLING */

/* #region styling tools */

/* #endregion */


/* #region text classes */

body.inner p.intro {
    font-size: 1.2rem;
}

a.toOverview {
    width: 40%;
    min-width: max-content;
    max-width: 120px;
    display: inline-block;
    padding: 0.5vw 1vw;
    background-color: rosybrown;
    text-align: center;
    border-radius: 1vw;
    background: rgb(118, 31, 13);
    background: linear-gradient(0deg, rgba(118, 31, 13, 1) 0%, rgba(207, 61, 31, 1) 78%, rgba(242, 71, 36, 1) 100%);
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 0.9rem;
    margin: 2vw 0.3vw;
}

section#feed a.toOverview {
    background: rgb(7, 10, 14);
    background: linear-gradient(0deg, rgba(7, 10, 14, 1) 0%, rgba(87, 116, 172, 1) 78%, rgba(87, 116, 172, 1) 100%);
    margin: 5vw auto;
    display: block;
}

h3 {
    margin: 2.3rem 0 0.8rem 0;
    line-height: 1.8rem;
}


@media screen and (max-width: 700px) {
    a.toOverview {
        display: block;
        margin: 30px auto 80px auto;
    }

    a.toOverview+a.toOverview {
        margin-top: -60px;
    }
}

}



/* #endregion */

/* #endregion */

/* #region HEADER */


div#wrapper>header {
    margin-bottom: 40px;
}

body.home div#wrapper>header {
    background-image: url('/images/layout/reinier-van-dantzig-voor-de-stopera.jpg');
    background-size: cover;
    background-position-y: top;
    background-position-x: center;
    min-height: 500px;
    height: 60vh;
    display: inline-block;
}


body.home div#wrapper>header>div.sizeConstrictor {
    margin-top: 4vw;
}

body.inner div#wrapper>header>div.sizeConstrictor {
    margin-top: 3vw;
    margin-bottom: 5vw;
    min-height: 100px;
}


div#wrapper>header h1 img {
    width: 80%;
    margin: 1.5vw auto auto auto;
    display: block;
    opacity: 80%;
}

body.home div#wrapper>header img#d66logo {
    position: absolute;
    left: 20%;
    width: 9vw;
}

body.inner div#wrapper>header {
    background-image: url(/images/layout/amsterdam-background1.jpg);
    background-size: cover;
    display: inline-block;
}

body.inner div#wrapper>header article h1 {
    margin-bottom: 3vw;
}

body.inner div#wrapper>header article p.intro {
    display: none;
}


@media screen and (min-width: 600px) {

    div#wrapper>header {
        margin-bottom: 5vw;
    }

    body.home div#wrapper>header {
        min-height: 40vw;
        background-position-y: center;
        height: unset;
    }

    body.home div#wrapper>header h1 img {
        width: 28vw;
        min-width: 200px;
        max-width: 450px;
        display: inline;
        margin: auto auto;

    }

    body.home div#wrapper>header img#d66logo {
        position: unset;
        width: 6vw;
        margin-left: auto;
        margin-right: 0;
    }

    body.inner div#wrapper>header article p.intro {
        display: block;
    }

    body.inner main article p.intro {
        display: none;
    }
}


/* #region INNER HEADER */

span.longHeaderBackground {
    background-color: yellowgreen;
    border: 1px solid dotted;
    display: block;
    height: max-content;
}


body.inner div#wrapper>header article {
    max-width: 1500px;
    margin: auto auto;
    padding-top: 4vw;
    padding-bottom: 4vw;
    color: white;
}

body.inner div#wrapper>header article h1 {
    color: white;
}

body.inner div#wrapper>header h1 img {
    width: 28vw;
    min-width: 200px;
    max-width: 450px;
    display: inline;
    margin: auto auto;
    float: right;
}

body.inner div#wrapper>header img#d66logo {
    position: absolute;
    width: 3vw;
    right: 26vw;
    z-index: 10;

}

@media screen and (min-width: 1500px) {

    body.inner div#wrapper>header article {
        padding: 4vw;
        box-sizing: border-box;
    }
}

/* #endregion */

/* #endregion */

/* #region FOOTER */

footer>img {
    position: absolute;
    right: 0;
    margin: -3vw 8vw 0 0;
    width: 20vw;
    min-width: 200px;
}

footer {
    background-image: url('/images/layout/footer-background.jpg');
    background-size: cover;
    background-position: center;
    padding: 0;
    margin-top: 150px;
}

footer div.sizeConstrictor {
    width: 100%;
    display: flex;
    align-items: stretch;
    flex-grow: 1;
}

footer div.sizeConstrictor address,
footer div.sizeConstrictor nav {
    background: linear-gradient(68deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.35) 22%, rgba(0, 0, 0, 0) 100%);
    width: 33.3%;
    padding: 4vw 2vw 5vw 2vw;
    box-sizing: border-box;
    font-style: normal;
}

footer div.sizeConstrictor,
footer div.sizeConstrictor a,
footer div.sizeConstrictor h1 {
    color: white;
}

footer div.sizeConstrictor h1 {
    padding-top: 1vw;
    font-size: 1.2rem;
}

footer div.sizeConstrictor a {
    text-decoration: underline;
}

footer nav ul {
    display: block;
    padding-left: 0;
}

small {
    text-align: center;
    margin: 2vw auto;
    display: block;
    padding: 10px 10px 0 10px;
}

@media screen and (max-width: 1000px) {

    footer div.sizeConstrictor address,
    footer div.sizeConstrictor nav {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 700px) {
    footer div.sizeConstrictor {
        flex-direction: column;
    }

    footer div.sizeConstrictor address,
    footer div.sizeConstrictor nav {
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.35) 22%, rgba(0, 0, 0, 0) 100%);
        width: 100%;
        padding-left: 10vw;
    }

    footer>img {
        margin-top: -30px;
    }

}


/* #endregion */

/* #region URGENT MESSAGE */

article#urgent h1 {
    color: var(--color-primary-2);
}

article#urgent a.readMore {
    color: var(--color-primary-2);
    margin-top: 10px;
    font-weight: bold;
    display: block;
}

article#urgent h1 {
    color: var(--color-primary-2);
}


@media screen and (min-width: 450px) {
    article#urgent {
        border-left: 1vw solid var(--color-primary-2);
        padding-left: 2vw;
    }

}

@media screen and (min-width: 800px) {
    article#urgent {
        border-left: 6px solid var(--color-primary-2);
        padding-left: 12px;
    }
}

/* #endregion */

/* #region FEED */

section#feed article {
    margin-bottom: 12vw;
    border: 1px solid var(--color-neutral-2);
    padding: 2vw;
    -webkit-box-shadow: 5px 5px 15px -5px rgba(100, 100, 100, 0.38);
    box-shadow: 5px 5px 15px -5px rgba(100, 100, 100, 0.38);
    font-size: 0.9rem;
}

section#feed article h1 {
    font-size: 1.1rem;
    margin: 5px 0 1vw 0;
}

section#feed article time {
    margin: 1.5vw 0 0.8vw 0;
    display: block;
    color: var(--color-neutral-1);
}

section#feed article p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin: 1.2vw 0;
    color: var(--color-primary-1);
}

section#feed article a.readMore {
    color: var(--color-primary-2);
    margin-bottom: 1vw;
    display: block;
}

article.hasPhoto {
    display: flex;
    flex-direction: column-reverse;
    gap: 3vw;
    justify-content: space-between;
}

article.hasPhoto picture img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
}

@media screen and (min-width: 400px) {
    section#feed article {
        margin-bottom: 8vw;
    }

    article.hasPhoto {
        flex-direction: row;
    }

    article.hasPhoto picture img {
        height: 100%;
        max-height: unset;
        width: 35vw;
    }
}

@media screen and (min-width: 700px) {
    section#feed article {
        margin-bottom: 6vw;
    }

    article.hasPhoto picture img {
        width: 20vw;
        height: 30vw;
    }


}

@media screen and (min-width: 1000px) {

    section#feed article {
        margin-bottom: 3vw;
    }

    body.home article.hasPhoto picture img {
        width: 15vw;
    }

    article.hasPhoto picture img {
        width: 100%;
        height: 30vw;
    }

    body.inner section#feed {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    body.inner section#feed article {
        width: 43%;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }


}

@media screen and (max-width: 1000px) {
    body.inner section#feed article.hasPhoto>div {
        width: 60%;
    }

    body.inner section#feed article.hasPhoto>picture {
        width: 40%;
    }

    body.inner div.overview section#feed article.hasPhoto>div {
        width: 100%;
    }

    body.inner div.overview section#feed article.hasPhoto>picture {
        width: 100%;
    }


    body.inner section#feed article.hasPhoto>picture img {
        width: 100%;
    }
}

/* #endregion */

/* #region PERMANENT */

section#permanent article {
    margin-bottom: 3vw;
}

section#permanent article img {
    width: 100%;
    height: 15vw;
    min-height: 180px;
    object-fit: cover;
}

section#permanent article div {
    padding: 1vw;
    box-sizing: border-box;
}

section#permanent article div h1 {
    font-size: 1.3rem;
}

section#permanent article div p {
    margin: 1.2vw 0;
    color: var(--color-primary-1);
}


@media screen and (max-width: 450px) {
    section#permanent article img {
        width: 100vw;
        position: absolute;
        left: 0;
    }

    section#permanent article div {
        padding-top: 200px;
    }

    section#permanent article div+div {
        padding-top: unset;
    }
}


@media screen and (min-width: 450px) {
    section#permanent article {
        background-color: var(--color-neutral-2);
        border: 1px solid var(--color-neutral-2);
        margin-bottom: 3vw;
        -webkit-box-shadow: 5px 5px 15px -5px rgba(100, 100, 100, 0.38);
        box-shadow: 5px 5px 15px -5px rgba(100, 100, 100, 0.38);
    }
}

@media screen and (min-width: 600px) {
    section#permanent article div p {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
}


/* #endregion */

/* #region IN DE STAD */

section#inDeStad {
    background-image: url('/images/layout/amsterdam-plattegrond.jpg');
    background-size: contain;
    background-position-y: top;
    background-position-x: center;
    border-top: 1px dotted var(--color-neutral-3);
    margin: 10vw 0;
}

section#inDeStad>img {
    width: 25vw;
    min-width: 220px;
    margin: auto auto;
    display: block;
    margin-bottom: 6vw;
    margin-top: -3vw;
}

section#inDeStad>div {
    display: flex;
    align-items: flex-start;
}

section#inDeStadGallery {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
}

body.inner section#inDeStadGallery {
    width: 100%;
    justify-content: space-between;
}

section#inDeStadGallery article {
    width: 40%;
    border: 1px solid var(--color-neutral-3);
    padding: 2vw;
    box-sizing: border-box;
    background-color: #FFFFFF88;
}


section#inDeStadGallery article img {
    width: 100%;
    height: 85%;
    object-fit: cover;
}

section#inDeStadGallery article p {
    font-size: 0.8rem;
    line-height: 1rem;
    color: var(--color-primary-1);
    padding: 0 0.3vw;
}


section#events {
    background-color: var(--color-neutral-4);
    border: 1px solid var(--color-neutral-2);
    padding: 2vw;
    -webkit-box-shadow: 5px 5px 15px -5px rgba(100, 100, 100, 0.38);
    box-shadow: 5px 5px 15px -5px rgba(100, 100, 100, 0.38);
    font-size: 0.9rem;
    width: 30%;
}

section#events article {
    margin-bottom: 14px;
}

section#events article p,
section#events article a {
    font-size: 0.8rem;
    line-height: 1.3rem;
}

section#events article h1 {
    font-size: 1rem;
    margin: 2px 0 4px 0;
}

section#events>h1 {
    font-size: 1.4rem;
    margin-bottom: 3vw;
}

section#events time {
    display: inline-block;
    margin: 0.2vw 0 3px 0;
    font-style: italic;
}

section#events a.readMore {
    color: var(--color-primary-2);
}

section#events>h1::after {
    background-image: url(/images/layout/arrow-down.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    content: "";
}


@media screen and (min-width: 1000px) {
    body.inner section#inDeStadGallery article {
        width: 22%;
    }

    body.inner div.overview section#inDeStadGallery article {
        width: 31%;
        max-height: 27vw;
    }

}




@media screen and (max-width: 700px) {
    section#inDeStad>div {
        flex-direction: column;
        align-items: center;
    }

    section#inDeStadGallery {
        width: 100%;
        justify-content: center;
    }

    section#inDeStadGallery article picture img {
        height: 35vw;
    }

    body.inner section#inDeStadGallery article picture img {
        height: max-content;
    }

    section#inDeStadGallery article {
        width: 47%;
        max-width: unset;/
    }

    section#events {
        margin-top: 10vw;
        width: 93%;
        padding: 10px;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 500px) {
    section#inDeStad>img {
        margin-top: -20px;
    }

    section#inDeStadGallery {
        flex-direction: column;
        align-items: center;
    }

    section#inDeStadGallery article {
        width: 100%;
        max-width: unset;
    }

    section#inDeStadGallery article picture img {
        max-height: 350px;
        height: 50vw;
    }

    body.inner section#inDeStadGallery article picture img {
        max-height: unset;
        height: unset;
    }
}

@media screen and (max-width: 1000px) and (min-width: 700px) {
    body.inner div.overview section#inDeStadGallery article {
        width: 48%;
    }
}

/* #endregion */

/* #region INNER ARTICLE */

body.inner main div.articleContent figure img {
    width: 100%;
}


/* #endregion */

/* #region SOCIALS */
nav.socials ul {
    display: flex;
    width: max-content;
    margin: auto auto;
    padding: 5vw 0;
}

nav.socials ul li a img {
    width: 5vw;
    max-width: 70px;
    min-width: 30px;
}

/* #endregion */

/* #region */


/* #endregion */

/* #region DEVTOOLS */

/*

div#wrapper {
    border: 1px dotted green;
}

header article {
    border: 1px dotted pink;
}

div#wrapper>header,
div#wrapper>footer {
    border: 1px solid pink;
}

div#wrapper>footer>small {
    border: 1px solid brown;
}

div#wrapper>header nav {
    border: 1px solid orange;
}

div.sizeConstrictor {
    border: 1px solid blue;
}

main>div.sizeConstrictor>* {
    border: 1px solid pink;
    min-height: 500px;
}
*/

/* #endregion */