/*
	99Lime.com HTML KickStart by Joshua Gatcke
	style.css

*/
/*
font-family: 'Metamorphous', cursive;
font-family: 'Syncopate', sans-serif;
*/

/*---------------------------------
	IMPORTS
-----------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans');

/*---------------------------------
	OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
font-family: 'Josefin Sans', sans-serif;
font-weight:normal;
margin-bottom: 0;
}

thead th,
tbody th{
font-family: "Arimo", arial, verdana, sans-serif;
}

button,
a.btn,
input[type="submit"],
input[type="reset"],
input[type="button"]{
font-family: "Arimo", arial, verdana, sans-serif;
}
hr {
margin: 23px 0;
}
/*---------------------------------
	MENU
-----------------------------------*/
.menu{
font-family: 'Josefin Sans', sans-serif;
background: #000;
border: 0;
}
.menu li a {
display:inline-block;
color: #fff;
padding: 13px 20px 8px 20px;
text-decoration:none;
text-transform: uppercase;
line-height:100%;
font-size: 1.0em;
text-shadow: none;
}
.menu li a:hover {
background-color: #f80e0e;
}
.menu li.current a, .menu li.current a:hover {
background-color: rgb(180, 100, 80);
background-image: none;
}
.menu li.has-menu span.arrow {
border-color: #000 transparent transparent transparent;
}
.menu li a:hover, .menu li.hover>a {
	background: #FF00DC;
}
.menu ul li a:hover, .menu ul li.hover>a {
	background: #f80e0e;
}
.menu ul {
	background: #000;
	border: none;
}
.menudiv {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  margin: 0 0 -20px 0;
  width: 100%;
  padding: 17px 60px 20px 60px;
  background: url(img/layout/begin.png) left top no-repeat, url(img/layout/einde.png) right top no-repeat, url(img/layout/ertussen.png) top no-repeat;
  background-size: auto 72px, auto 72px, auto 72px;
  border-top: 4px solid #FFFDDB;
  z-index: 2;
}

/*---------------------------------
	LAYOUT
-----------------------------------*/
body{
margin:0;
padding:0 0 0 0;
color:#000;
background:#000;
background-image: linear-gradient(to bottom, #00FF90, #00FF23);
background-repeat: no-repeat;
font:normal 1.1em/150% 'Arimo', arial, verdana, sans-serif;
text-shadow: 0 0 1px transparent; /* google font pixelation fix */
}
blockquote{
font-family: "Arimo", arial, verdana, sans-serif;
padding-top: 10px;
}
li {
	padding: 0;
}
.leeg { display:none;}

#wrap{
width:100%;
background:#fff;
margin:30px auto 30px auto;
padding:0 2%;
border:1px solid #ccc;
}

#footer{
padding:20px 20px 0 20px;
margin:0;
border-right: 7px solid #000;
color:#ccc;
position: relative;
top:0;
left:0;
background: black;
font-size: 0.8em;
}

	#link-top{
	display:none;
	}

/* NAV BAR*/
.navbar{
position:fixed;
top:0;
left:0;
margin: 0;
padding: 0 1em;
width: 100%;
background:#000;
color:#fff;
z-index:1000;
}
	.navbar ul{
	display:inline-block;
	margin:0;
	padding:0;
	}
		.navbar li{
		margin:0;
		padding:0;
		list-style-type:0;
		display:inline-block;
		}
		.navbar li a{
		display:inline-block;
		color:#efefef;
		padding:0 1.3em;
		text-decoration:none;
		line-height:100%;
		font-size: 1em;
		}
		.navbar li:hover{
		background: #695;
		}

.callout{
background:#4598ef;/*#86dc00;*/
padding:3em 0;
color:#fff;
box-shadow:inset 0 0 10px rgba(0,0,0,0.2);
text-align: center;
text-shadow:0px 1px 3px rgba(0,0,0,0.2);
display:block;
}
	.callout + div.grid{margin-top:50px;}
	 a.callout{cursor:pointer;}
	 .callout i.icon-4x{font-size:6em;}
	 .callout h4{margin-bottom:30px;}
	 .callout-top{margin:50px 0 0 0;}
	 .callout p{margin-bottom:0;}
	 .callout .button{margin-top:10px;}
	 .callout.green{background:#19ad0b;/*#86dc00;*/}

#mc_embed_signup{
padding:30px 0;
}

#ui-preview{
border:5px solid #ddd;
margin:30px 0;
display:block;
}

/* Patricks edits */
.grid.flex {
padding: 0.1em 1em;
}
.editbar {
width: 100%;
background-color: black;
color: white;
padding: 0 10px;
}
img.logo {
margin-top: 0px;
}
/*img.logoklein {
max-height: 300px;
margin-bottom: -10px;
animation-name: logo;
animation-duration: 1s;
animation-fill-mode: forwards;
}
@keyframes logo {
	0% {max-height: 300px; margin-top: 0px;}
    100% {max-height: 100px; margin-top: -5px;}
}
.logoweg {
animation-name: logoweg;
animation-duration: 1s;
animation-fill-mode: forwards;
}
@keyframes logoweg {
	0% {max-height: 150px;}
    100% {max-height: 0; opacity: 0;}
}*/
h4 {
margin-bottom: 0;
}
body.kaart {
	background-image: none;
}
form [class*="col_"] {
	margin-top: 0;
	margin-bottom: 0;
}
fieldset {
	margin: 10px 0;
}
.aanmelden, .aanmelden legend {
	background-color: rgba(255, 253, 250, 0.5);
}
.aanmelden legend {
	font-size: 1.2em;
}
a {
	color: #FF00DC;
}
a:hover {
	color: gold;
}
.loginknop {
	padding: 5px 10px;
	margin-right: 10px;
	border:1px solid rgba(80, 80, 80, 0.45);
	border-top: none;
	background-color: rgba(255, 253, 250, 0.70);
	text-decoration: none;
}
#footer td, .contactgegevens td {
	border: 0;
	padding: 0px 1px;
	text-align: left;
	vertical-align: top;
}
.content {
	background: #FFFDDB;
	padding: 3px 5%;
}
.content1 {
float: left;
width: 100%;
padding: 0 5% 10px 5%;
}
.content2 {
float: left;
width: 100%;
padding: 0 5% 10px 5%;
}
.agendabalk {
	width: 100%;
	float: left;
	margin-top: 3px;
	border-right: 4px solid #000;
	border-bottom: 2px solid #000;
	background-image: linear-gradient(to bottom, #FF00DC, #FF982E);
}
.agendaitem1 {
	font-size: 1.2em;
	padding: 5px;
	float: left;
}
.agendaitem2 {
	padding: 5px 10px;
	font-size: 1.2em;
	float: left;
	font-weight: bold;
}
.agendaitem3 {
	padding-right: 5px;
	text-align: right;
	font-size: 1.2em;
	float: left;
}
.agendabalk:hover {
	color: gold;
	cursor: pointer;
}
.agendaitem4 {
	color: #fff;
	margin-left: 20px;
	margin-bottom: 10px;
	padding: 2px 20px;
	float: left;
	width: 90%;
	background: black;
}
.agendaitem5 {
	padding: 5px 5px;
	font-size: 1.2em;
	float: left;
	width: 20%;
}
.plaat1{
	background: url(img/fotos/solo.jpg) no-repeat center top; 
	padding-top: 200px;
	background-size: cover;
	height: 400px;
	overflow: hidden;
	-webkit-transition: background-size 1s; /* Safari */
  	transition: background-size 1s;
}
.plaat2 {
	background: url(img/fotos/swerts.jpg) no-repeat center; 
	padding-top: 200px;
	background-size: cover;
	height: 400px;
	overflow: hidden;
	-webkit-transition: background-size 1s; /* Safari */
  	transition: background-size 1s;
}
.plaat3 {
	background: url(img/fotos/androneda.jpg) no-repeat center; 
	padding-top: 200px;
	background-size: cover;
	height: 400px;
	overflow: hidden;
	-webkit-transition: background-size 1s; /* Safari */
  	transition: background-size 1s;
}
.plaat1:hover {
	background-size: 105%;
}
.plaat2:hover, .plaat3:hover {
	background-size: auto 105%;
}
.knop {
	background: #FF00DC;
	font-size: 1.4em;
	color: black;
	padding: 10px 5px 5px 5px;
	border-right: 4px solid #000;
	border-bottom: 2px solid #000;
	border-radius: 3px;
	background-image: linear-gradient(to bottom, #FF00DC, #FF982E);
	text-align: center;
	font-family: 'Josefin Sans', sans-serif;
	font-weight:normal;
}
.knop:hover {
	background: #000;
	color: white;
}
a.none {
	text-decoration: none;
}
.knopje {
	float: right;
	color: black;
	font-size: 1.2em;
	margin: 5px 5px 5px 5px;
	border-right: 4px solid #000;
	border-bottom: 2px solid #000;
	border-radius: 3px;
	background-image: linear-gradient(to bottom, #FF00DC, #FF982E);
	text-align: center;
	width: 30px;
}
.knopje:hover {
	background: #000;
	color: white;
}
img.ovjfologo {
	height: 140px; 
	padding: 5px; 
	border-radius: 5px;
}
.logotext {
	color: #FF00DC;
}
.poster {
	transform: rotate(3deg);
	float: right;
	border-right: 4px solid #000;
	border-bottom: 2px solid #000;
	margin: 45px 5px 5px 5px;
	z-index: 1;
	max-height: 70vh;
}
.big {
	font-size: 1.2em;
}
.bigger	{
	font-size: 1.4em;
	font-family: 'Josefin Sans', sans-serif;
	font-weight:normal;
}
p {
	margin-top: 16px;
}
.november {
	margin-top: 25px;
	margin-bottom: -10px;
}
.logos {
	float: right;
	height: 90px;
	max-height: 90px;
}
@media all and (max-width: 768px) {
	.logos {
		float: left;
	}
}