html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    text-decoration: none;
}
body, html {
    height: 100%;
    min-height: 100%;
    font-family: "Lato", sans-serif;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-size: 100%;
    line-height: 18px;
    color: #777;
}

* { box-sizing: border-box; 
    outline:none !important;
}
a, p {
    text-decoration:none !important;
}

body {
  font-family: sans-serif;
}

/* ---- input ---- */

input[type="text"] {
  font-size: 20px;
    padding:10px;
        border-radius:5px;
}

/* ---- button ---- */

.button {
    color: #000;
    background-color: #ffffff;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    font-family: "Roboto", Arial, serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
    border:none;
    width:100%;
    text-align: left;
}
.button:last-child {
    padding-bottom:10px;
} 
.button:hover {
  background-color: #90acbd;
}

.button:active,
.button.is-checked {
  background-color: #79a002;
}

.button.is-checked {
    background-color: #79a002;
}

.button:active {
  
}

/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}



/* ---- grid ---- */

.grid {
    width:100%;
    max-width:1200px;
    margin:0px auto;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

.element-item {
    position:relative;
    float: left;
    width: 22.45%;
    min-height:400px;
    margin: 15px;
    padding: 0;
    background-color: #ffffff;
    color: #262524;
    box-shadow: rgba(0, 0, 0, 0.4) 0 4px 8px 0;
    transition: box-shadow 500ms;
    /*transition: box-shadow 500ms cubic-bezier(0.22, 0.84, 0.57, 1.5);*/
    font-family: Georgia,serif;
    font-size: 14px;
    line-height: 21px;  
    text-decoration:none;
}
.element-item * {
    text-decoration: none;
}

.element-item:hover {
	box-shadow: rgba(0, 0, 0, 0.4) 0 8px 16px 0;
	
}
@media screen and (max-width: 1180px) {
    .element-item {
        width: 31%;
        margin:10px;
    }
}
@media screen and (max-width: 900px) {
    .element-item {
        width: 47%;
        margin:10px;
    }
}
@media screen and (max-width: 685px) {
    .element-item {
        width: 95%;
        margin:10px;
    }
}
.element-item > * {
  margin: 0;
  padding: 0;
}


#tafel {
    display: block;
    position: relative;
    overflow: hidden;
    font-family: "Roboto", Arial, serif;
    visibility: visible;
    opacity: 1;
}
#tafellaken {
	width: 100%;
    max-width: 1220px;
    margin: 0px auto;
    position: relative;
}

@media screen and (min-width: 600px) {
.zoeken-houder {
    position:relative;
    width:100%;
    padding:50px;
}
.houder-quicksearch {
    position:absolute;
    left: 10%; 
    bottom:10px;
}
.filter-houder {
    position:absolute;
    right:10%;
    bottom:26px;
    cursor: pointer;
}
}
@media screen and (max-width: 600px) {
.zoeken-houder {
    position:relative;
    width:100%;
    padding:50px 10px;
}
.houder-quicksearch {
    display:block;
    width:280px;
    margin:0px auto;
}
.filter-houder {
    display:block;
    width:134px;
    margin:0px auto;
    cursor: pointer;
    margin-top: 40px;
}
}
/*zoekmenu artikelen */
.afbeelding{
    width:100%;
    min-height:100px;
    background-size: cover;
    background-repeat:no-repeat;
    background-position:center;
    
}
#artikelgegevens {
    width:100%;
    height:30px;
    border-bottom:1px solid #333;
    margin-top:5px;
}

#artikel_nummer {
    font-size: 30px;
    color:#333;
    font-family: 'Open sans', sans-serif;
    float:left;
    width:70px;
    line-height:25px;
}
#titel {
    display: block;
    width: 100%;
    margin: 5px 0px;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 21px;
    line-height: 22px;
    color: #333;
}
#datum {
    float: left;
    font-size: 10px;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Open sans', sans-serif;
}
#beschrijving {
    color: #333;
    font-family: Georgia,serif;
    font-weight: 300;
    font-size: 14px;
    line-height: 21px;
}
#onderwerp {
    color: #00aeef;
    color:#ffffff;
    padding:0px 10px;
    border-radius:5px;
    background-color: #e9931a;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'Open sans', sans-serif;
    position:absolute;
    left:10px;
    bottom:10px;
}
.icoon {
float:right;
margin-left:5px;
}
.icoon-studie {
color: #FB8C00;     
}
.material-icons {
font-size: 30px !important;
color: #1c7b8e;
}
/* Rules for sizing the icon. Material Icons*/
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-30 { font-size: 30px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

.icoon-beschrijving {
float:right;
color:#333;
font-size: 10px;
text-transform:uppercase;
letter-spacing: 2px;
font-family: 'Open sans', sans-serif;
}

/*Einde zoekmenu artikelen*/

/*START css voor FLIP*/
.klm-01b2 {
	height:400px;
}
.image-houder {
	position:relative;
	width:100%;
	overflow: hidden;
	background-size:cover;
	background-repeat: no-repeat;
	background-position:center;
}
.image-houder img{
	width:100%;
	position:relative;
}
.tekst-14 {
	font-size: 3em;
	-webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform:rotate(90deg);
    transform: rotate(90deg);
	font-family: 'a_okayregular';
    position: absolute;
    color: #ffffff;
    text-align: right;
    white-space: nowrap;
    width: 20px;
    height: 20px;
}
.tekst-11 {
	font-family: 'Shadows Into Light', cursive;
	font-weight:400;
	font-size: 1.7em;
	line-height: 26px;
	color:#333;
	text-decoration: none;
	margin: 20px 0px 0px 0px;
	display:inline-block;
	padding-bottom: 10px;
}
#tekst-08 {
    font-family: 'Open Sans',sans-serif;
    margin: 0px;
    display: block;
    color: #999;
    font-size: 12px;
    font-weight: 400;
}
.cover-tekst-01 {
    position: absolute;
    bottom: 24px;
    left: 30px;
    max-width: 55%;
    color: #ffffff;
}
.cover-tekst-04b {
	position:absolute;
	bottom: 0px;
	left:0px;
	right:0px;
	height:155px;
	color:#ffffff;
	padding:5px 10px;
	background-size:33px;
	background-position:95%;
	background-repeat:no-repeat;
}
.cirkel {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background-color: #d06503;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 70px;
    position: relative;
    float: left;
    text-align: center;
    margin: 20px;
}
.cirkel-130 {
    height: 130px;
    width: 130px;
    margin: 0px;
}
.flip3Dclick {
    width: 100%;
	height:400px;
    margin: 0px 0px 0px 0px;
	float: right;
    background-color: #282E34;
}
.flip3Dclick > .front{
    position: absolute;
    transform:perspective(600px) rotateY(0deg);
    -webkit-transform:perspective(600px) rotateY(0deg);
    width: 100%;
	height:400px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: 0.5s linear 0s;
    -webkit-transition: 0.5s linear 0s;
}
.flip3Dclick > .back{
    position: absolute;
    transform:perspective(600px) rotateY(180deg);
    -webkit-transform:perspective(600px) rotateY(180deg);
	background-color: #ffffff;
    width: 100%;
	height:400px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: 0.5s linear 0s;
    -webkit-transition: 0.5s linear 0s;
	/*-moz-background-size: auto 100%;
	-moz-box-shadow: box-shadow: 2px 2px 5px rgba(0,0,0,.7);
	-webkit-box-shadow: box-shadow: 2px 2px 5px rgba(0,0,0,.7);
	box-shadow: 2px 2px 5px rgba(0,0,0,.7);*/
}
/* VOORKANT */
.voorkant {
	padding: 0px 5px;
}
/* ACHTERKANT */
.achterkant {
	padding: 10px 10px;
}
#icoon_rondje {
	white-space: normal;
	letter-spacing: 0px;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 14px; 
	font-weight: 100;
	font-style: normal;
	line-height: 1.1em;
	min-height: 1.1em;
	max-height: 2.2em;
	padding: 20px;
	background-color: #00aeef;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
	text-decoration:none;
	border-radius: 90px;
	text-align:center;
	position:absolute;
	cursor:pointer;
}
/*EINDE css voor FLIP*/

/* dropdownmenu voor filter*/
.dropdown {
    position: relative;
    width: 240px;
    margin: 0px auto;
    margin-bottom:30px;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0px;
    top: 50px;
    background-color: #ffffff;
    border:3px solid #79a002;
    min-width: 160px;
    overflow: auto;
    border-radius:10px;
    z-index: 1;
    outline: none;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.show {display: block;}
/* einde dropdownmenu voor filter*/

/**
 * Button van bootstrap
 */
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}

/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/**
 * Einde Button van bootstrap
 */
