<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@300;400;600&amp;display=swap');

@font-face {
    font-family: 'Strawford';
    src:url('https://www.urbanxchange.nl/strawford/strawford-bold-webfont.woff2') format('woff2');
    src:url('https://www.urbanxchange.nl/strawford/strawford-bold-webfont.woff') format('woff');
    src:url('https://www.urbanxchange.nl/strawford/strawford-bold-webfont.ttf') format('truetype');
    src:url('https://www.urbanxchange.nl/strawford/strawford-bold-webfont.svg') format('svg');
    src:url('https://www.urbanxchange.nl/strawford/strawford-bold-webfont.eot');
    src:url('https://www.urbanxchange.nl/strawford/strawford-bold-webfont.eot?#iefix') format('embedded-opentype');     
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Strawford'; 
    src:url('https://www.urbanxchange.nl/strawford/strawford-regular-webfont.woff2') format('woff2');
    src:url('https://www.urbanxchange.nl/strawford/strawford-regular-webfont.woff') format('woff');
    src:url('https://www.urbanxchange.nl/strawford/strawford-regular-webfont.ttf') format('truetype');
    src:url('https://www.urbanxchange.nl/strawford/strawford-regular-webfont.svg') format('svg');
    src:url('https://www.urbanxchange.nl/strawford/strawford-regular-webfont.eot');
    src:url('https://www.urbanxchange.nl/strawford/strawford-regular-webfont.eot?#iefix') format('embedded-opentype');    
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*, html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    hyphens: auto;
}

body {
    width: 100%;
    background-color: #f6f6f6;
    hyphens: auto;
}

.bg-blue {
    background: #00A5E5;
    color: #f6f6f6;
}

.bg-offblack {
    background-color: #262626;
    color: #f6f6f6;
}

.bg-yellow {
    background: #DEAC61;
}

.bg-green {
    background: #00731D;
}

.bg-lightblue {
    background: #A9CBD9;
}

h1 {
    font-family: 'Strawford', 'League Spartan', sans-serif;
    font-weight: normal;
    font-size: 38px;
    line-height: 1.3;
}

h2 {    
    font-family: 'Strawford', 'League Spartan', sans-serif;
    font-weight: normal;
    font-size: 33px;
}

h3 {
    font-family: 'Strawford', 'League Spartan', sans-serif;
    font-weight: normal;
    font-size: 28px;
    line-height: 1.25;
}

h4 {
    font-family: 'Strawford', 'League Spartan', sans-serif;
    font-weight: normal;
    font-size: 28px;
    line-height: 1.25;
}

h5 {
    font-family: 'Strawford','League Spartan', sans-serif;
    font-weight: bold;
    font-size: 23px;
    line-height: 1.4;
}

h6 {
    font-family: 'Strawford', 'League Spartan', sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.35;
}

p {
    font-family: 'Strawford', 'League Spartan', sans-serif;
    font-weight: normal;    
    font-size: 17px;
    line-height: 1.6;
    
}

a {
    text-decoration: none;
}

@media (min-width: 768px) {

    body {
        hyphens:none;
    }

    h1 {
        font-size: 56px;
        line-height: 1.15;
    }
    
    h2 {
        font-size: 54px;
        line-height: 1.2;
    }
    
    h3 {
        font-size: 30px;
        line-height: 1.2;
    }
    
    h4 {
        font-size: 40px;
        line-height: 1.25;
    }
    
    h5 {
        font-size: 32px;
        line-height: 1.35;
    }
    
    h6 {
        font-size: 27px;
        line-height: 1.35;
    }
    
    p {  
        font-size: 20px;
        line-height: 1.5;
    }
}

@media (min-width: 1024px) {
    
    h1 {
        font-size: 72px;
        line-height: 1.2;
    }
    
    h2 {
        font-size: 57px;
        line-height: 1.2;
    }
    
    h3 {
        font-size: 38px;
        line-height: 1.2;
    }
    
    h4 {
        font-size: 40px;
        line-height: 1.25;
    }
    
    h5 {
        font-size: 30px;
        line-height: 1.35;
    }
    
    h6 {
        font-size: 27px;
        line-height: 1.35;
    }
    
    p {  
        font-size: 20px;
        line-height: 1.5;
    }
}

@media (max-width: 360px) {

    h1 {
        font-size: 34px;
        line-height: 1.3;
    }

    h2 {
        font-size: 31px;
    }

    h3 {
        font-size: 29px;
        line-height: 1.25;
    }

    h4 {
        font-size: 28px;
        line-height: 1.25;
    }

    h5 {
        font-size: 21px;
        line-height: 1.4;
    }

    h6 {
        font-size: 16px;
        line-height: 1.35;
    }

    p {    
        font-size: 15px;
        line-height: 1.6;
    }

}

footer a {
    color: #f6f6f6;
    border-bottom:2px #f6f6f6 solid;
    padding-bottom: 5px;
}

.hidden-small {
    display: none;
}

section {
    margin: 0;
}

.inner-section {
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 16px;
}

/* menu specifications for all devices */

.header {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 64px;
    background-color: #f6f6f6;
    box-shadow: 0px 5px 20px #D3D3D3;
}

.header-inner,
.sidebar-inner {
    margin: 0;
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    
    width: 100vw;
    padding-top: 16px;
    padding-left: 16px;
}

.logo {
    width: 200px;
    transform: translateY(15%);
}

.menuButton {
    /* background-color: aquamarine; */
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px;
}

.header-inner li:nth-child(2),
.header-inner li:nth-child(3),
.header-inner li:nth-child(4),
.sidebar-inner li:nth-child(5),
.menuButtonDESKT {
    display:none;
}     

.header-inner li,
.sidebar-inner li {
    list-style: none;
}

.header-inner li a,
.sidebar-inner li a {
    color: #f6f6f6;
    cursor: pointer;
    text-decoration: none;
}

.header-inner a:hover,
.sidebar-inner li a:hover {
    border-bottom:2px #f6f6f6 solid;
    padding-bottom: 3px;
}

.sidebar-inner li:nth-child(1) a:hover {
    border-bottom:none;
}

#sidebarMenu {
    position: fixed;
    height: 100vh;
    width: 100vw;
    top:0;
    right: 0;
    margin-top: 0;
    
    padding-left: 16px;
    transform: translateY(-100vh);
    transition: transform 1s ease-in-out;
    background:#262626;
    z-index: 20;
}

input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateY(0);
}

input[type=checkbox] {
    display: none;    
}

/* menu specifications for mobile only */

.hamburgerIcon {
    width: 35px;
    height: 5px;
    background-color: #262626;
    margin: 6px 0;
}

#cross {
    width: 35px;
    height: 35px;
    position: relative;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg); /* IE 9 */
    -webkit-transform:rotate(45deg); /* Safari and Chrome */
 }
 
 #cross:before, #cross:after {
   content: "";
   position: absolute;
   z-index: -1;
   background: #f6f6f6;
 }
 
 #cross:before {
   left: 50%;
   width: 10%;
   margin-left: -1%;
   height: 110%;
 }
 
 #cross:after {
   top: 50%;
   height: 10%;
   margin-top: -1%;
   width: 110%;
 }

.sidebar-inner li:nth-child(1) {
    margin-bottom: 16px;
}

.sidebar-inner li h5 {
    margin-bottom: -2%;
    margin-top: 16px;
}

/* HERO MOBILE */

.hero {
    height: 68vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:flex-start;
    text-align: center;
    padding-top: 40px;
    padding-left:32px;
    padding-right:32px;
}

.bar {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:flex-start;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left:32px;
    padding-right:32px;
    /* margin-top: 64px; */
}

.hero h1,
.hero h2,
.bar h2 {
    width:96%;
    max-width: 1152px;
}

.hero h6,
.bar h6 {
    margin-top: 40px;  
}

h6 a {
    text-decoration: none;
    color: #f6f6f6;
}

h6 a:hover {
    border-bottom:2px #f6f6f6 solid;
    padding-bottom: 5px;
}

.pijl {
    width: 3vw;
    transform: translateY(20%);
    /* background-color: chartreuse; */
}

.pijlTwo {
    width: 24px;
}

.scroll_indicator {
    position: absolute;
    bottom: 10vh;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 2px;
    height: 36px;
    overflow: hidden;
    background-color: #f6f6f6;
    animation-name: line;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    transition: transform 1s ease, opacity 1 ease;
    z-index: 19;
}

.scroll_indicator_offblack {
    position: absolute;
    bottom: 2vh;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 3px;
    height: 40px;
    overflow: hidden;
    background-color: #262626;
    animation-name: line;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease;
    transition: transform 1s ease, opacity 1 ease;
    z-index: 20;
}

@keyframes line {

    0% {
        transform: translateY(-60px);
        opacity: 0;
    }

    25% {
        transform: translateY(0);
        opacity: 1;
    }

    50% {
        transform: translateY(0);
        opacity: 1;
    }

    75% {
        transform: translateY(60px);
        opacity: 0;
    }

    100% {
        transform: translateY(60px);
        opacity: 0;
    }

}

.bodycopy,
.inleiding {
    margin-left: auto;
    margin-right: auto;
    max-width: 768px;
}

.inner-section h5 a,
.inleiding h5 a, 
.bodycopy a {
    border-bottom:2px solid;
    color:#262626;
}

.inner-section h5 a:hover,
.inleiding h5 a:hover,
.bodycopy a:hover {
    color:#00A5E5;
}

.imageInText {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
}

.imageInTextLandscape {
    height: 240px;
    background-size: cover;
    background-position: center;
}

/* GRIDS mobile */

#grid-zero {
    display:grid;
    margin-top: 16px;
    grid-template-rows: 0.85fr 1fr;
    grid-row-gap: 0px;
    grid-template-areas:
    "zeroA"
    "zeroB"
}

#grid-zero .zeroA {
    height: 100%;
    grid-area: zeroA;
}
    
#grid-zero .zeroB {
    height: 100%;
    height: 225px; 
    padding: 16px;
    grid-area:zeroB;
}

.imageGridZero {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: none;
}

#grid-one {
    height: auto;
    display:grid;
    grid-template-rows: 1fr 1fr 1fr;
    grid-gap: 16px;
    grid-template-areas:
    "oneA"
    "oneC"
    "oneD";
}

#grid-one .oneA {
    height: 210px;
    grid-area: oneA;
}

#grid-one .oneB {
    grid-area:oneB;
    display: none;
}

#grid-one .oneC {
    height: 210px;
    grid-area:oneC;
}

#grid-one .oneD {
    height: 210px;
    grid-area:oneD;
}

#grid-two {
    height: auto;
    display:grid;
    grid-gap: 16px;
    grid-template-rows: 1fr 2fr 1fr;
    grid-template-areas:
    "A"
    "C"
    "B"  
}

#grid-two .A {
    height: 210px;
    grid-area: A;
}

#grid-two .B {
    height: 210px;
    grid-area: B;
}

#grid-two .C {
    height: 420px;
    grid-area: C;
}

.image-landscape {
    height: 210px;
    background-size: cover;
    background-repeat: none;
}

.image-portrait {
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: none;
}

.zeroA:hover,
.oneA:hover,
.oneD:hover  {
    filter: brightness(1.10);
    transition: 0.5s;
}

@media (min-width: 768px) {

    *, body, html {
    overflow-x: visible;
    }

    .inner-section {
        max-width: 1024px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .header {
        height: 92px;
    }

    .header-inner,
    .sidebar-inner {
        padding-top: 24px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .menuButton {
        top: 24px;
        right: 24px;
    }

    .logo {
        width: 280px;
    }

    .pijlTwo {
        width: 32px;
    }

    #sidebarMenu {
        height: 60vh;
    }

    .sidebar-inner li:nth-child(1) {
        margin-bottom: 32px;
    }

    /* HERO 768 */

    .hero {
        height: 45vh;
        padding-top: 7rem;
    }

    .hero h1,
    .bar h2 {
        width:95%;
    }

    /* GRIDS 768 */

    #grid-zero {
        height: 260px;
        margin-top: 24px;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 24px;
        grid-template-areas:
        "zeroA zeroB"
    }

    #grid-zero .zeroA {
        height: 260px;
    }
       
    #grid-zero .zeroB {
        height: 260px;
        padding: 0px;
    }

    #grid-one {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-gap: 24px;
        grid-template-areas:
        "oneA oneB"
        "oneC oneD"
    }

    #grid-one .oneB {
        display: block;
    }

    #grid-one .oneA,
    #grid-one .oneB,
    #grid-one .oneC,
    #grid-one .oneD  {
        height: 260px;
    }

    #grid-two {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-gap: 24px;
        grid-template-areas:
        "C A"
        "C B";
    }
    
    #grid-two .A {
        height: 260px;
    }

    #grid-two .B {
        height: 260px;
    }
    
    #grid-two .C {
        height: 544px;
    }

    .image-landscape {
        height: 260px;
    }

    .image-portrait {
        height: 544px;
    }

    .bodycopy {    
        padding-right: 64px;
    }

    .imageInTextLandscape {
        max-width: 600px;
        height: 340px;
    }

}    

  @media (min-width: 1024px) {

    /* menu 1024 */

    .hidden-small {
        display: block;
    }

    .header {
        height: 120px;
    }

    .menuButton {
        display: none;
    }

    .menuButtonDESKT {
        display: block;
        position: fixed;
    }

    .logo {
        transform: translateY(5%);
    }

    .header-inner,
    .sidebar-inner {
        max-width: 1168px;
        padding-top: 32px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .sidebarFlex {
        max-width: 1168px;
        display: flex;
        justify-content: flex-start;
        align-items: start;
        gap: 16px;
    }

    #sidebarMenu {
        height: 45vh;
    }

    .header-inner li:nth-child(1),
    .header-inner li:nth-child(2),
    .header-inner li:nth-child(3),
    .header-inner li:nth-child(4),
    .sidebar-inner li:nth-child(5) {
        display:block;
    } 

    .header-inner li,
    .sidebar-inner li {
        width: 275px;
    }

    .sidebar-inner li:nth-child(12) {
        text-align: right;
    } 

    .header-inner li:nth-child(3),
    .sidebar-inner li:nth-child(3) {
        margin-right: 16px;
    } 

    .sidebar-inner li h5 {
        margin-bottom: 0;
        margin-top: 0;
    }

    .header-inner li:nth-child(1),
    .sidebar-inner li:nth-child(1) {
        width: 500px;
    }

    /* HERO 1024 */
    
    .hero h1,
    .bar h2 {
        width:85%;
    }


    .hero {
        height: 85vh;
        padding-top: 20vh;
    }

    .hero h1 {
        max-width: 1080px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .pijl {
        width: 2vw;
        transform: translateY(25%);
    }

    .scroll_indicator {
        bottom: 2vh;  
    }
    
    .scroll_indicator_offblack {
        bottom: 2vh;
    }

    /* GRIDS 1024 */

    #grid-zero {
        height: 330px;
        margin-top: 32px;
        grid-column-gap: 32px;
    }

    #grid-zero .zeroA {
        height: 330px;
    }

    #grid-zero .zeroB {
        height: 330px;
        padding: 0px;
    }

    #grid-one .oneA,
    #grid-one .oneB,
    #grid-one .oneC,
    #grid-one .oneD  {
        height: 330px;
    }

    #grid-two .A {
        height: 330px;
    }
    
    #grid-two .B {
        height: 330px;
    }
    
    #grid-two .C {
        height: 692px;
    }

    .image-landscape {
        height: 100%;
    }

    .image-portrait {
        height: 692px;
    }

     /* GRIDS 1024 */

    .bodycopy,
    .inleiding {
        font-weight: bold;
        margin-left: auto;
        margin-right: auto;
        max-width: 800px;
    }

    .bodycopy {
        padding-right: 180px; 
    }

    .samenwerkingCopy {
        padding-right: 0;
    }

    .imageInText {
        max-width: 600px;
        height: 800px;
        background-size: cover;
        background-position: center;
    }

    .imageInTextLandscape {
        max-width: 800px;
        height: 530px;
    }

    .inner-section {
        max-width: 1152px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 32px;
        padding-right: 32px;
        margin-top: 56px;
    }

}

@media (max-width: 370px) {

    .scroll_indicator {
        bottom: -1vh;
        width: 1.5px;
        height: 30px;
    } 

    .imageInTextLandscape {
        height: 180px;
    }
    
    #grid-zero .zeroB {
        height: 210px; 
    }

}
</pre></body></html>