<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    overflow-x: hidden;
        height: 100vh;
        min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
    overflow: hidden;
}

#navWrap {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    transition: top 1s;
    z-index: 10;
}

.topnav {
    width: 100%;
    height: 70px;
    background: #000;
    text-align: center;
    font-family: Roboto, sans-serif;
}

.topnav a {
    position: relative;
    font-family: Roboto, sans-serif;
    display: inline-block;
    margin-right: -4px;  /* inline-block gap fix */
    color: #f8d138;
    padding-right: 20px;
    text-decoration: none;
    font-size: 20px;
    transition: font-size 0.5s linear;
    z-index: 10;
    border-radius: 10px;
}

.topnav a:hover {
    color: #fff;
    text-decoration: underline;
}

.topnavUL {
    display: inline-flex;
    list-style: none;
}

.statuut, .Media {
    position: absolute;
    z-index: 15;
    width: auto;
    text-align: left;
    display: none;
    transition: top 1s;
}

.gedrag {
    position: absolute;
    z-index: 16;
    width: auto;
    text-align: left;
    display: none;
    transition: top 1s;
}

.statuutUL, .MediaUL, .gedragUL {
    list-style: none;
    background: #000;
    width: auto;
    padding: 15px;
    margin: 0;
    border: 2px;
    border-color: #f8d138;
    border-radius: 20px;
    border-style: solid;
}

.statuutUL li, .MediaUL li, .gedragUL li {
    padding-top: 5px;
    padding-bottom: 5px;
}

.topnavUL li:hover div {
    display: block;
}

.statuutUL li:hover section {
    display: block;
}

/* --------------------------------- side nav ---------------------------------------------- */

.sideNav {
    position: absolute;
    right: 0;
    top: 0;
    width: 250px;
    height: 600px;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    z-index: 15;
    clip-path: ellipse(50px 10% at 95% 3%);
    transition: clip-path 500ms;
    display: none;
}

.sideNav a {
    font-family: Roboto, sans-serif;
    display: block;
    margin-right: -4px;  /* inline-block gap fix */
    color: #f8d138;
    padding: 10px 10px;
    text-decoration: none;
    font-size: 18px;
    transition: font-size 0.5s linear;
}

.sideNav a:hover {
    font-size: 25px;
    font-weight: bold;
}

.navMenu, .statuutMenu, .mediaMenu {
    display: none;
}

.icon {
    position: relative;
    left: 200px;
    height:50px;
    width: 50px;
}

.iconTerug {
    position: relative;
    left: 200px;
    height:50px;
    width: 50px;
    display: none;
    background: url(../Afbeeldingen/MenuTerug.png);
    background-size: contain;
}

.icon:hover, .iconTerug:hover {
    cursor: pointer;
}

.sideNav.responsive {
    clip-path: ellipse(200px 38% at 85% 16%);
    background: #000;
}

.sideNav.responsive .navMenu {
    display: unset;
}

.sideNav.responsive .icon::before {
    display: none;
}

.sideNav.responsive .icon::after {
    display: unset;
}

.icon::before {
    content: ' ';
    height: 50px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../Afbeeldingen/Menu.png);
    background-size: contain;
}

.icon::after {
    content: ' ';
    height: 50px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../Afbeeldingen/MenuStop.png);
    display: none;
}



/* ----------------------------------------------------------------------------------- */

.clubLogo {
    height: 20vh;
    width: 20vw;
    background: url(../Afbeeldingen/Logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 1vw;
    left: 1vw;
    z-index: 10;
}

/* .start-bg {
    position: relative;
    height: calc(100vh + 67px);
    width: 100vw;
    z-index: -1;
    text-align: center;
    opacity: 0;
} */

.Intro {
    width: 250px;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 50px; left: -45%; bottom: 0; right: 0;
    font-stretch: expanded;
    z-index: 10;
}

.club {
    color: #f8d138;
    font-weight: bold;
    font-size: 25px;
    -webkit-animation: clubIntro 4s 1;
    -moz-animation:    clubIntro 4s 1;
    -o-animation:      clubIntro 4s 1;
    animation:         clubIntro 4s 1;
}

.stretch {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
    -webkit-animation: clubIntro 4s 1;
    -moz-animation:    clubIntro 4s 1;
    -o-animation:      clubIntro 4s 1;
    animation:         clubIntro 4s 1;
}

.hr1 {
    border: 0;
    color: #f8d138;
    border-top:2px solid #f8d138;
    height: 2px;
    margin-right: 0;
    width:100%;
}

.hr2 {
    border: none;
    color: #f8d138;
    border-top:2px solid #f8d138;
    height: 2px;
    margin-left: 0;
    width:100%;
}

#Lijn1{
    -webkit-animation: growR 4s 1;
    -moz-animation:    growR 4s 1;
    -o-animation:      growR 4s 1;
    animation:         growR 4s 1;  
  }
  #Lijn2{
    -webkit-animation: growR 4s 1;
    -moz-animation:    growR 4s 1;
    -o-animation:      growR 4s 1;
    animation:         growR 4s 1; 
  }

/* -------------------------------- media stuff ------------------------------------- */

@media screen and (max-width: 950px) {
    .topnav a {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
        width: 60px;
    }
    .Intro {
        transform: scale(85%);
        text-align: center;
        top: 5px; left: 0; bottom: 0; right: 0;
        z-index: 10;
    }
}

@media screen and (max-width: 950px) {
    .sideNav {
        display: block;
        }
}

/* ------------------------------------ Keyframes ------------------------------------------- */

@-webkit-keyframes growR {
    0%   { width: 0%; }
    100%{ width:100%; z-index: 0;}
  }
  @-moz-keyframes growR {
    0%   { width: 0%; }
    100%{ width:100%; z-index: 0;}
  }

  @-webkit-keyframes clubIntro {
    from {opacity: 0; }
    to {opacity: 1; z-index: 0;}
  }
  @-moz-keyframes clubIntro {
    from {opacity: 0; }
    to {opacity: 1; z-index: 0;}
  }

  /* --------------------------------- Waves ----------------------------------------------------- */


  .wave {
    position: absolute;
    top: 69px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.wave svg {
    position: relative;
    display: block;
    width: calc(163% + 1.3px);
    height: 150px;
}

.wave .shape-fill {
    fill: #000;
}

.wave2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.wave2 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 50px;
}

.wave2 .shape-fill {
  fill: #590b6c;
}</pre></body></html>