/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
	
	--color-main: 17, 208, 14;
	--color-accent: 228, 5, 33;
	--color-bg: 255, 255, 255;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #fff;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #fff;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    font-family: franklin-gothic-urw, ratio, sans-serif;
    font-size: 1em;
    line-height: 1.3;
    font-weight: 400;
    background-color: #FFF;
	background-color: rgb(var(--color-bg));

	/* OLD
    animation: backgroundcolorchange 120s infinite, colorchange 120s infinite;
    -webkit-animation: backgroundcolorchange 120s infinite, colorchange 120s infinite;
	*/
	/* NEW */
	xanimation: colorchange 120s infinite;
    
	
}

h1, h2 {
	animation: colorchange 60s infinite;
    -webkit-animation: colorchange 60s infinite;
}


@keyframes backgroundcolorchange
    {
0%   {background: #f69e61;}
20% {background: #E8A348;}
40%  {background: #E3AFC4;}
60%  {background: #C4A229;}
80% {background: #B4D8BA;}
100%  {background: #E7FF2D;}   
    }

@keyframes colorchange
    {
      0%   {color: #b2b2b2;}
      20% {color: #3fb498;}
      40%  {color: #fbbc43;}
      60% {color: #ee7330;}
      80%  {color: #5eacd4;}
      100%  {color: #59358c;}
    }

@-webkit-keyframes backgroundcolorchange
    {
0%   {background: #f69e61;}
20% {background: #E8A348;}
40%  {background: #E3AFC4;}
60%  {background: #C4A229;}
80% {background: #B4D8BA;}
100%  {background: #E7FF2D;}   
    }

@-webkit-keyframes colorchange
    {
       0%   {color: #b2b2b2;}
      20% {color: #3fb498;}
      40%  {color: #fbbc43;}
      60% {color: #ee7330;}
      80%  {color: #5eacd4;}
      100%  {color: #59358c;}
    }


#container {
    max-width: 67em;
    margin: 0 auto;
}

.masthead {
    margin: 0 3%;
    padding: 1em 0;
}
.masthead figure {
	margin: 1em 1.2em 1em -.5em;
}
.logo-main {
		width: 20%;
        float: left;
        max-width: 7em;
    }
.masthead h1 {
    font-size: 2.66em;
    line-height: 1;
    margin: .66em 0 0;
    text-transform: uppercase;
	line-height: .9;
}
.masthead p.baseline {
    font-size: 2em;
    margin: -0.33em 0 .33em;
    animation: colorchange 60s infinite;
    -webkit-animation: colorchange 60s infinite;
}
.broodtekst {
    clear: both;
	max-width: 36em;
    font-size: 1.2em;
    margin-bottom: 0em;
}


.slider {
    padding: 0%;
	margin-top: 1em;
}

.flexslider ul.slides {	/* crop slideshow */
	height: 0;
	padding-bottom: 46%; /* = 16/9 */
	overflow: hidden;
	border: 1px solid #E5E5E5;
}


.site-content {
	padding: 0 3%;
}


article {
	max-width: 48em;
}


.campus {
    padding: 3%;
    margin: 0 0 2em 0;
    border-radius: 3px;
	background-color: rgba(var(--color-accent),.05);
}
article.campus:hover {
    background-color: rgba(var(--color-accent),.1);
    }
.campus h1 {
    font-family: "maple-web", sans-serif;
    font-weight: normal;
    line-height: 1.1;
    font-weight: 700;
    margin: 0;
    }
    .campus-header span { display: none;}
.campus-location {
    font-family: "maple-web", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em;
    xbackground-color: #fff;
	background-color: rgb(var(--color-accent));
	color:  #fff;
    display: inline-block;
    padding: .2em .25em 0;
    margin: 0 0 .5em 0;
    transform: rotate(-1.5deg);
    }
    .campus-location a:link, .campus-location a:visited  {
			color:  #fff;
	}
.campus-baseline {
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    clear: both;
    color: #fff;
    animation: colorchange 120s infinite;
    -webkit-animation: colorchange 120s infinite;

}
    .campus-baseline  span {
        border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    }
.campus-logo {
    display: block;
    margin: 1.5em 1em .33em 0;
}

img {
	max-width: 100%;
}

address {
    margin: 1.1em 0 1em 0;
    font-style: normal;
}

.campus-address {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.campus-address li {
}
.campus-address a {
	word-break: break-all;
	}
.campus-info {
    margin-top: 1em;
    font-style: italic;
    font-weight: 300;
    padding: 0.5em;
    border: 1px dashed #fff;
    transform: rotate(0.5deg);
}
    .campus-info strong {
    font-weight: 600;

    }

.campus-info h2 {
	padding: 0;
	margin: .33em 0 .1em 0;
	font-size: 1em;
	}

    .campus-logo {
        width: 29%;
        clear: left;
        float: left;
        max-width: 7em;
    }
    address {
        width: 66%;
        float: left;
    }
    .campus-info {
        clear: both;
    }
.info {
	 margin-bottom: 4em;
}
    .info:hover {
        background-color: rgba(255,255,255,.5);
    }
    .info h1 {
		margin: 0;
		}
    .info .content {
        margin-top: 1em;
        }
    .info .content p {
        margin-bottom: 1em;
    }



footer[role="content-info"] {
    clear: both;
    padding: 3%;
    margin: 2em 0 2em 0;
    font-size: 80%;
}



h1 {
    font-family: "maple-web", sans-serif;
    margin: 1em 0 0 0;
}
p {
    margin: 0;
}

.dboclogo {
    fill: #fff;
	fill: rgb(var(--color-accent));
	
}
.dbzlogo {
    fill: #E06E1E;
	}
a {
    text-decoration: none;
    font-weight: 500;
}
a:link, a:visited {
    color: #222;
}
a:hover {
	color: rgb(var(--color-accent));
}

.url {
    background-color: rgba(255,255,255,.5);
    padding: 0 .2em;
}



/* colors

geelgroen   #E7FF2D
bruin       #E8A348
magenta     #FF0058
blauwpaars  #4835E8
cyaan       #0DFFEF

*/



/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 40em) {
    /* Style adjustments for viewports that meet the condition */

    body {
        
    }
	.masthead figure {
	margin: 1em 0em 1em -1em;
		}
    .masthead h1 { margin-top: .33em; font-size: 4em; line-height: 1;	}
    .masthead p.baseline { margin-bottom: 1em; }
    .broodtekst {
        margin-bottom: 1em;
    }
    .slider {
        
    }
	
	.items {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
    .campus {
		box-sizing: border-box;
        padding: 2%;
		margin: 0 0 2% 0;
		width: 49%;
    }

    .campus-logo {
        width: 35%;
        max-width: 7em;
        clear: left;
        float: left;
    }
    address {
        width: 65%;
        float: left;
    }
    .campus-info {
        clear: both;
    }
	.flexslider {
		border: 3px solid rgba(255,255,255,.5);
	}

}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
