<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=Ubuntu:wght@500&amp;display=swap');

/* Verbergen van carousel slideshow bullets -- verwijder de onderstaande drie regels
als er weer meer dan één foto in de slideshow komt te staan */
.carousel-indicators {
  display: none;
}

/** Lustrum button styling **/
.lustrum-btn {
    margin-top: -40px;
}

.lustrum-btn a {
    position: relative;
    text-decoration: none;
    border: 5px solid;
    background: #141631;
    padding: 8px 20px;
    font-family: 'Ubuntu';
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #94820a;
    text-align: center;
    display: inline-block;
    font-size: 22px;
    font-weight: 1000;
    left: 50%;
    transform: translate(-50%);
}

@media (max-width: 430px) {
    .lustrum-btn {
        margin-top: -20px;
    }
    
    #carousel-homepage.carousel .carousel-caption h2 {
        word-break: break-all;
    }
}


/*** Start Homepage margin fix ***/
@media screen and (min-width: 900px)  {
  .carousel-caption{
      padding-left: 100px !important;
      padding-right: 100px !important;
  }

  #content &gt; .container{
      padding-left: 100px !important;
      padding-right: 100px !important;
  }
      
  footer &gt; .container{
    padding-left: 100px !important;
    padding-right: 100px !important;
  }
}
/*** End Homepage margin fix ***/


/*** Start Homepage slideshow modifications ***/
#carousel-homepage.carousel .carousel-caption {
    left: 50%;
    padding: 0;
    bottom: 50% !important;
    transform: translate(-50%, 50%);
    width: 100%;
    letter-spacing: 1px;
    text-align: center;
}

#carousel-homepage.carousel .carousel-caption h2 {
    font-weight: 400 !important;
}

#carousel-homepage .carousel-caption h2 i, #carousel-homepage .carousel-caption p i {
    color: white;
    padding: 5px 15px;
    font-family: 'Ubuntu';
    background-image: none;
    text-shadow: 2px 2px 2px #000;
}
/*** End Homepage slideshow modifications ***/

/*** Start containers homepage ***/
.module-events &gt; #content &gt; .container &gt; .row &gt;  .paragraphs &gt; div &gt; div &gt; .heading-image &gt; .img-responsive {
  height: auto !important;
}

.module-news &gt; #content &gt; .container &gt; .row &gt;  .paragraphs &gt; div &gt; div &gt; .heading-image &gt; .img-responsive {
  height: auto !important;
  position: initial;
}

.module-news &gt; #content &gt; .container &gt; .row &gt;  .paragraphs &gt; div &gt; div &gt; .heading-image {
  padding-bottom: 0px !important;
}

/** Set news to 3/8, programma/uitslagen/interne competitie to 3/8 as Events and Poll are 25% **/
/* Both are set to 3/8 as a uneven ratio will enlarge the photos of the news section, becoming vague at the mobile site.**/

/*
.paragraph-news.col-md-4, .paragraph-html.col-md-4 {
    min-width: 37.5%;
}
*/

/* Experiment 
section#content &gt; .container &gt; .row {
    margin-top: -40px;
    margin-bottom: -10px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.paragraph-news, .paragraph-events, .paragraph-html {
    border: 1px solid black;
    border-radius: 20px;
    background-color: white;
    max-width:44%;
    margin:1%;
    padding:1%
}
*/

/*** End containers homepage ***/


/*** Start of Custom CSS for the Footer ***/

dl.headlines-footer dt.date a{
  background-color: #3E4753;
}

/*** End of Custom CSS for the Footer ***/



/*** Start of Custom CSS for the CommissieWijzer ***/
#container {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    position: relative;
    border-radius: 8px;
    background-color: #0088CC;
    height: 500px;
}

#container-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: 90%;
}
/*** End of Custom CSS for the CommissieWijzer ***/



/*** Start of Cusom CSS Tabellen Vijfje Champions League ***/
/** Tabel uitslagen/resultaten overzicht **/
table.Viffatabel {
  border: 1px solid #1C6EA4;
  text-align: left;
  border-collapse: collapse;
  background: url("https://drs.vijfje.nl/_media/1961804/837fae42623e4297aaa6b8906e072ea6/view") no-repeat center bottom;
  background-size: auto 75%;
    min-width: 300px;
}

table.Viffatabel td, table.Viffatabel th {
  border: 1px solid #000000;
  padding: 3px 2px;
}

table.Viffatabel tbody {
  /*
  background: url("https://drs.vijfje.nl/_media/784744/862cc3a00f194d6e8a2318a50db75275/view") no-repeat center;
  background-size: 62% 100%;
  */
  font-size: 13px;
  color: #000000;
}

table.Viffatabel thead {
  background: #51B5E0;
  background: -moz-linear-gradient(top, #7cc7e8 0%, #62bce3 66%, #51B5E0 100%);
  background: -webkit-linear-gradient(top, #7cc7e8 0%, #62bce3 66%, #51B5E0 100%);
  background: linear-gradient(to bottom, #7cc7e8 0%, #62bce3 66%, #51B5E0 100%);
  border-bottom: 2px solid #444444;
}

table.Viffatabel thead th {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  border-left: 1px solid #000000;
}

table.Viffatabel thead th:first-child {
  border-left: none;
}

table.Viffatabel tfoot td {
  font-size: 14px;
}

table.Viffatabel tfoot .links {
  text-align: right;
}

table.Viffatabel tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

/** Tabel wedstrijdschema **/
table.Viffaschema {
  border: 1px solid #1C6EA4;
  text-align: left;
  border-collapse: collapse;
}

table.Viffaschema td, table.Viffaschema th {
  border: 1px solid #000000;
  padding: 3px 2px;
}

table.Viffaschema tbody td {
  font-size: 13px;
  color: #000000;
}

table.Viffaschema thead {
  background: #51B5E0;
  background: -moz-linear-gradient(top, #7cc7e8 0%, #62bce3 66%, #51B5E0 100%);
  background: -webkit-linear-gradient(top, #7cc7e8 0%, #62bce3 66%, #51B5E0 100%);
  background: linear-gradient(to bottom, #7cc7e8 0%, #62bce3 66%, #51B5E0 100%);
  border-bottom: 2px solid #444444;
}

table.Viffaschema thead th {
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  border-left: 1px solid #000000;
}

table.Viffaschema thead th:first-child {
  border-left: none;
}

table.Viffaschema tfoot td {
  font-size: 14px;
}

table.Viffaschema tfoot .links {
  text-align: right;
}

table.Viffaschema tfoot .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}

.sorteerPijl:after{
  content: " \25B2";
}

.sorteerPijl.desc:after{
    content: " \25BC";
}

/*** End of Cusom CSS Tabellen Vijfje Champions League ***/


/*** ?????????? ***/

/* Meer ruimte boven Headers (H3 elementen) */
section#content h3 {
  margin-top: 16px;
}

/* Extra 'volledig' button styling */
.volledig-btn {
    border: 2px #404040 solid;
    background: #404040;
    color: white;
    padding: 5px 7px;
    text-align: center;
    border-radius: 2px;
    margin-top: 10px;
    display: inline-block;   
}

a.volledig-btn:hover {
  color: white;
}

/* Lid worden button op Homepage */
.flex {
  min-height: 50vh;
  display: inline;
  margin: 0px;
  padding: 0px
  align-items: center;
  justify-content: center;
}

a.bttn {
  color: #0094DE;
  text-decoration: none;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s ease all;
}
a.bttn:hover {
  color: #FFF;
}
a.bttn:focus {
  color: #FFF;
}

/* lid worden button verborgen */
.flex {
    display: none;
}


/* CSS specifiek voor de button (&lt;a&gt; link) */
.bttn {
  /* EVENTUEEL; animatie leftRight
  animation: moveUpDown 2s ease-in-out;
  animation-iteration-count: infinite;
  */
  font-size: 45px;
  display: inline-block;
  text-align: center;
  width: 100%;
  font-weight: bold;
  padding: 14px 14px;
  border: 3px solid #0094DE;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  font-family: 'Oswald', Verdana;
  line-height: 45px;
}

/* Wit worden achtergrond */
.bttn:before {
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  position: absolute;
  top: 0;
  right: 99%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: #0094DE;
  z-index: -2;
}

/* Blauw worden achtergrond */
.bttn:hover:before {
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  left: 0;
  right: 0;
  opacity: 1;
}

/* Wit worden text */
.bttn:focus:before {
  transition: 0.4s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

/* Grootte subtext */
span.viffa {
  font-size: 35px;
}

@media (max-width: 414px) {
    .bttn {
      line-height: 20px;
        font-size: 25px;
    }
    span.viffa {
        top: 5px;
        position: relative;
        font-size: 20px;
    }
}

/* Groter en omhoog verplaatsen wanneer je hovert */
.bttn:hover {
  transform: translate(0px, -10px);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.26);
}

/* EVENTUEEL; Animatie voor het bewegen van de button 
@keyframes moveUpDown {
  -50% {
    transform: translate(0px,-5px);
    opacity: 0;
  }
  50% {
    transform: translate(0px,5px);
  }
}
*/

/* Custom fonts voor gehele website */
#menu {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 500;
}

/* Poll styling */
.OPP-main-div {
    text-align: left;
}

/** Lustrum Team vh jaar tussenstand tabel **/

table.lustrum-tabel {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    border: 2px solid #c5a075;
    text-align: left;
    border-collapse: collapse;
    background-color: #141631;
    border-radius: 2px;
}

table.lustrum-tabel td, table.lustrum-tabel th {
    border: 3px solid #c5a075;
    padding: 3px 10px;
}

table.lustrum-tabel tbody td {
    font-size: 18px;
    color: #eae7d5;
}

table.lustrum-tabel thead {
    background-color: #c5a075;
    border-bottom: 3px solid #c5a075;
}

table.lustrum-tabel thead th {
    font-size: 20px;
    font-weight: bold;
    color: #eae7d5;
    border-left: 2px solid #c5a075;
}

/* poging to rondmaken hoekjes
table.lustrum-tabel th:first-of-type {border-top-left-radius: 10px;}
table.lustrum-tabel th:last-of-type {border-top-right-radius: 10px;}
table.lustrum-tabel tr:last-of-type td:first-of-type {border-bottom-left-radius: 10px;}
table.lustrum-tabel tr:last-of-type td:last-of-type {border-bottom-right-radius: 10px;}
*/

/* Footer in huisstijl, toegevoegd door Folmer van Congressus */

:root {
  --secondary: #d8e2ec;
  --main: #6babdf;
}

footer{
    background-color: var(--main);
    color: #fff;
}
footer .headline {
    border-bottom: 1px solid rgba(255,255,255,.1);
}
footer .headline h2, footer .headline h3, footer .headline h4, footer .headline h5, footer .headline h6 {
    border-bottom: 2px solid var(--secondary);
}
.social-icons li a {
	background-color: rgba(255,255,255,.2);
  background-color:var(--secondary);
  color:var(--main);
  border-radius: 5px;
}
dl.headlines.headlines-footer dd .text-muted {
	color: rgba(255,255,255,.5);
}
footer a,
dl.headlines.headlines-footer dd a {
	color: #ddd;
    color: #ffffff;
}
footer a:focus,
footer a:hover,
dl.headlines.headlines-footer dd a:focus,
dl.headlines.headlines-footer dd a:hover {
	color: #fff;
}

/* header {
  background-color:var(--main);
}

header .sf-menu a {
  color:white;
}
header .sf-menu ul li a {
  color:black;
}

header .container .header-nav-top .login p a {
    color: var(--secondary);
}
header .container .header-nav-top .login p {
    color: var(--secondary);
} */


.sf-menu.sf-arrows .sf-with-ul:after {
    border-top-color: var(--main);
}


section#content .content-header {
    background-color: var(--main);
}
section#content .content-header h2 {
  color:white;
}
section#content .content-header .breadcrumb&gt;.active {
    color: white;
}
section#content .content-header .breadcrumb&gt;.active {
    color: white;
}
section#content .content-header .breadcrumb a {
    color: var(--secondary);
}













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