:root{--white: #FCFCFC;--black: #2F2F2F;--grey: #555555;--blue-bright: #009BFA;--purple: #903550;--footer-height: 8rem;--triangle-half-height: 2rem;--triangle-full-height: 4rem;--newsletter-padding: 3rem;--content-width: 90vw;--header-height: 2.5rem;--header-logo-margin: 0rem;--header-font-size: 1.1rem;--header-font-margin: .4rem;--concert-image-width: 80%;--row-to-col: column}html{font-size:95%}@media only screen and (min-width:768px){:root{--content-width: 80vw;--header-height: 3.2rem;--header-logo-margin: 1.5rem;--header-font-size: 1.4rem;--header-font-margin: 1.2rem;--concert-image-width: 12rem;--row-to-col: row}html{font-size:100%}}@media only screen and (min-width:961px){:root{--content-width: 75vw;--header-height: 4.1rem;--header-logo-margin: 3rem;--header-font-size: 1.6rem;--header-font-margin: 1.4rem;--concert-image-width: 14rem}html{font-size:105%}}@media only screen and (min-width:1281px){:root{--content-width: 70vw;--header-logo-margin: 4rem}html{font-size:110%}}@media only screen and (min-width:1601px){:root{--content-width: 62.5vw;--header-logo-margin: 6rem}html{font-size:112.5%}}@media only screen and (min-width:2000px){:root{--content-width: 50vw;--header-logo-margin: 8rem}html{font-size:115%}}@font-face{font-family:Open Sans;src:url(./OpenSans-Light.woff2) format("woff2"),url(./OpenSans-Light.woff) format("woff");font-weight:300;font-style:normal}@font-face{font-family:Open Sans;src:url(./OpenSans-Regular.woff2) format("woff2"),url(./OpenSans-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Open Sans;src:url(./OpenSans-Bold.woff2) format("woff2"),url(./OpenSans-Bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Seravek;src:url(./Seravek-ExtraLight.woff) format("woff"),url(./Seravek-ExtraLight.woff2) format("woff2");font-weight:200;font-style:normal}@font-face{font-family:Seravek;src:url(./Seravek.woff) format("woff"),url(./Seravek.woff2) format("woff2");font-weight:400;font-style:normal}@font-face{font-family:Seravek;src:url(./Seravek-Bold.woff) format("woff"),url(./Seravek-Bold.woff2) format("woff2");font-weight:700;font-style:normal}*{margin:0;padding:0}html{scroll-behavior:smooth}p,a,h1,h2,h3,span,input,button,ul{font-family:Open-Sans,sans-serif;font-weight:400;font-style:normal;font-size:1.1rem;color:var(--black)}h1,h2,h3{font-family:Seravek,sans-serif;font-weight:400}h1{font-size:2rem}h2{font-size:1.8rem}html{width:100%}.flex-row{display:flex;flex-direction:row}.flex-col{display:flex;flex-direction:column}.flex-rev-row{display:flex;flex-direction:row-reverse}.flex-row-to-col{display:flex;flex-direction:var(--row-to-col)}.flex-justify{justify-content:space-between}.flex-center{align-items:center}.flex-grow{flex:1 1 0px}.bg-white{background-color:var(--white)}.bg-purple{background-color:var(--purple)!important}.text-white{color:var(--white)}.text-blue{color:var(--blue-bright)}.text-sm{font-size:.9rem}.text-center{text-align:center}.icon{width:100%;height:100%}.icon-md{display:inline-block;width:1.5rem;height:1.5rem}.py-block{padding-top:4rem;padding-bottom:4rem}.pt-block{padding-top:4rem}.my-section{margin-top:3rem;margin-bottom:3rem}.my-content{margin-top:2rem;margin-bottom:2rem}.my-paragraph{margin-top:1rem;margin-bottom:1rem}.w-100{width:100%}.mx-md{margin-left:1.2rem;margin-right:1.2rem}.my-sm{margin-top:.6rem;margin-bottom:.6rem}.mx-auto{margin-left:auto;margin-right:auto}.gap-sm{gap:.5rem}.gap-md{gap:1rem}.gap-lg{gap:2rem}.tri-upper{width:0;height:0;border-style:solid;border-top-width:var(--triangle-half-height);border-left-width:50vw;border-bottom-width:var(--triangle-half-height);border-right-width:50vw;border-top-color:var(--white);border-right-color:var(--white);border-bottom-color:var(--purple);border-left-color:var(--purple)}.tri-lower{width:0;height:0;border-style:solid;border-top-width:var(--triangle-half-height);border-left-width:50vw;border-bottom-width:var(--triangle-half-height);border-right-width:50vw;border-top-color:var(--purple);border-right-color:var(--purple);border-bottom-color:var(--white);border-left-color:var(--white)}.tri-combine{width:100%;height:var(--triangle-full-height);background-color:var(--white)}.tri-overlay{width:var(--content-width);height:var(--triangle-full-height);margin:0 auto;position:relative;bottom:var(--triangle-full-height);background-color:var(--white)}.container-block{box-sizing:border-box;width:100%}.container{width:var(--content-width);margin:0 auto;overflow:auto;box-sizing:border-box}.link-button{background-color:var(--purple);color:var(--white);padding:.5rem 1rem;text-decoration:none}.icon-disabled{color:var(--grey)}header{display:flex;flex-direction:row;align-items:center;width:100%;height:var(--header-height)}.header-logo-container{width:calc(var(--header-height) * 2.2);margin-left:var(--header-logo-margin);height:100%}.header-logo{display:block;position:relative;margin:0 auto;width:calc(var(--header-height) * 1.6);bottom:calc(var(--header-height) * -.1);z-index:1}header nav ul{list-style-type:none;display:flex;flex-direction:row}header nav li a{font-family:Noto Sans,sans-serif;font-size:var(--header-font-size);font-weight:300;color:var(--blue-bright);margin:0 var(--header-font-margin);text-decoration:none}header nav li a:hover{text-decoration:underline solid var(--blue-bright) 1px}.hero-image-container{background-color:var(--white)}.hero-image{width:100%;height:auto;object-fit:cover;max-height:60vh;clip-path:polygon(0% 0%,0% 100%,100% 91%,100% 0%)}.tri-hero{width:0;height:0;border-style:solid;border-top-width:var(--triangle-half-height);border-left-width:50vw;border-bottom-width:var(--triangle-half-height);border-right-width:50vw;border-top-color:var(--black);border-left-color:var(--black);border-bottom-color:var(--white);border-right-color:var(--white)}.concert-grid{display:grid;grid-template-columns:auto;grid-template-rows:auto auto auto auto;grid-gap:.5rem;grid-template-areas:"image" "details" "title" "description"}@media only screen and (min-width:768px){.concert-grid{grid-template-columns:max-content auto;grid-template-rows:max-content max-content minmax(0,1fr);grid-gap:1rem;grid-template-areas:"image details" "image title" "image description"}}.concert-details{grid-area:details}.concert-title{grid-area:title}.concert-description{grid-area:description}.concert-description p{margin-bottom:1rem}.concert-description ul{margin-left:1rem;margin-bottom:1rem}.concert-image{width:var(--concert-image-width);height:auto;object-fit:contain;grid-area:image;margin:0 auto}.stichting-image{display:block;width:85%;max-height:65vh;height:auto;margin:auto;object-fit:contain}.newsletter-container{padding:var(--newsletter-padding) var(--newsletter-padding) 0 var(--newsletter-padding)}form{box-sizing:border-box;padding:0 1rem}input{padding:.5rem;box-sizing:border-box}button{background-color:var(--purple);color:var(--white);padding:.5rem 1rem;border:none}footer{padding-top:.5rem;display:flex;flex-direction:row;min-height:var(--footer-height);background-color:var(--white);align-items:center}.footer-logo-container{margin-left:3rem;width:12rem;height:8rem}
