/*--
Theme Name: De Lotsj Aelse 1.0
Author: Loene Bocken
Version: 1
Revision: 9 (1.9)
Author URL: http://ictbyloene.nl
--*/

@font-face {
    font-family: LazySpring;
    src: url(../fonts/lazyspring.ttf);
}
h1, h2, h3,h4, h5, h6 {
  margin: 0;
}
ul, ol {
  margin: 0;
}
p {
  margin: 0;
}
html, body {
  font-family: 'LazySpring';
  font-size: 100%;
  background: white; 
}
a {
  color: #EB00AC;
}
a:hover {
  color: #5E84EE;
  text-decoration: none;
}
span.menu{
  display:none;
}
.span-bold-pink {
	font-family: LazySpring;
	font-weight: bold;
	font-size: 25px;
	color: #EB00AC;
}
.span-bold-blue {
	font-family: LazySpring;
	font-weight: bold;
	font-size: 25px;
	color: #5E84EE;
}
.logo {
  float: left;
  width: 40%;
}
.top-nav {
  float: right;
  width: 60%;
  text-align: right;
}
.top-nav-right {
  float: right;
  width: 15%;
  padding-top: 0.3em;
}
.logo h1 {
  font-size: 3em;
  margin: 0em;
  font-family: 'LazySpring';
}
.logo h1 a{
  color:#EB00AC;	
  display: block;
}
.logo h1 a span {
  color:#5E84EE;
}
.logo h1 a:hover{
  text-decoration:none;
}
span.menu {
  display: none;
}
.header {
  background: #fff;
  box-shadow: 0px 1px 14px #EB00AC;
}
.header-main {
  padding: 1em 0em 1em 0em;
}
.top-nav ul {
  list-style: none;
  padding: 0.9em 0em 0em 0em;
}
.top-nav ul li {
  display: inline-block;
}
.top-nav ul li a {
	color: #F4C2C2;
	text-decoration: none;
	font-size: 1.05em;
	padding:0em 1em;
	position:relative;
	z-index: 999;
}
noscript {
  text-align: center;
  font-family: Arial;
  font-size: 15px;
}
.noscript-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.img-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.message {
  height:50px;
  width=50px;
}
.contact a {
  color:#EB00AC;
  font-size:24px;
}
.welcome-home {
  font-size: 35px;
  color: black;
  text-align: center;
}
.p-center {
  font-family: Verdana;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.textcolorblue {
	color: #5E84EE;
}
.textcolorpink {
	color: #EB00AC;
}
.social img {
  height: 38px;
  width: 38px;
}
.img-over-ons {
  max-width: 90%;
  max-height: 90%;
}
.middle {
  text-align: center;
  text-overflow: ellipsis;
  margin-left: 0;
  margin-right: 0;
}
.navigation {
  display: block;
  margin: 35px 0;
  background: ;
  border-radius: 3px;
  text-align: center;
}
.navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}
.navigation li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  font-size: 17px;
}
.navigation li a {
  padding: 10px 15px;
  font-size: 17px;
  color: white;
  display: inline-block;
  outline: 0;
  font-weight: 500;
}
.navigation li:hover ul.dropdown { display: block; }
.navigation li ul.dropdown {
  position: absolute;
  display: none;
  width: 200px;
  background: white;
  padding-top: 0;
  float:middle;
  color:white;
}
.navigation li ul.dropdown li {
  display: block;
  list-style-type: none;
}
.navigation li ul.dropdown li a {
  padding: 20px;
  background: #EB00AC;
  float:middle;
  font-size: 15px;
  color: white;
  display: block;
  font-weight: 400;
}
.navigation li ul.dropdown li a:hover {
  background-color:#5E84EE;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #EB00AC;
  position: relative;
  top: 15px;
  right: -5px;
}
.arrow-down-blue {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #5E84EE;
  position: relative;
  top: 15px;
  right: -5px;
}
.bridge {
  margin: 20px;
}
.hrefmail {
  color:#EB00AC;
  font-size:24px;
}
.footer {
  line-height: 200%;
  text-align:center;
}
.footer p {
  color: black;
}
.footer a {
  color: gray;
  text-decoration: none;
}
.footer a:hover {
  color: black;
}

::selection {
    background-color: #EB00AC;
    color: #fff;
}
::-moz-selection {
    background-color: #EB00AC;
    color: #fff;
}
::-o-selection {
    background-color: #EB00AC;
    color: #fff;
}

::-ms-selection {
    background-color: #EB00AC;
    color: #fff;
}
::-webkit-selection {
    background-color: #EB00AC;
    color: #fff;
}

/*-- RESPONSIVE LAYOUT (WAARSCHUWING: NIET ZOMAAR WIJZIGEN!!) --*/
@media(max-width:768px){
span.menu{
		display: block;
		text-align: right;
		padding: 5px 0px 0px 0px;
		cursor: pointer;
		color: pink;
		font-size: 16px;
		font-weight: 700;
		position:relative;
}
.top-nav ul.res{
	 display:none;
	 padding:0px;
}
.top-nav ul.res {
		padding: 0;
		margin:0.9em 0em 0em 0em;
		z-index: 9999;
		position: absolute;
		width: 100%;
		left:0;
}
.top-nav ul.res li{
		display: block;
		text-align: center;
		background: pink;
		margin: 0;
	        width: 100%;
		padding: 0em;
}
.top-nav ul.res li a {
  font-size: 15px;
  padding: 0.6em 0;
  color: #fff;
  display: block;
  border: none;
  text-align: center;
  margin: 0em;
}
ul.res li,ul.res li {
	color:#000;
}
button {
  margin:5px;
}
@media(max-width:480px){
.banner-bottom h3 {
  font-size: 1.85em;
}
.logo h1 {
  font-size: 2.2em;
}
@media(max-width:320px){
.logo {
  width: 60%;
}
.logo h1 {
  font-size: 1.7em;
}
.top-nav {
  width: 40%;
}
.header-main {
  padding: 0.6em 0em 0.6em 0em;
}
/*-- MOBIELE NAVIGATIE --*/
.navigation {
  display: block;
  margin: 35px 0;
  background: ;
  border-radius: 3px;
  float:middle;
  text-align: center;
}
.navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
}
.navigation li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  position: relative;
  font-size: 13px;
}
.navigation li a {
  padding: 10px 15px;
  color: white;
  display: inline-block;
  outline: 0;
  font-weight: 200;
  left:-60px;
}
.navigation li:hover ul.dropdown { display: block; }
.navigation li ul.dropdown {
  position: absolute;
  display: none;
  width: 115px;
  background: white;
  padding-top: 0;
  float:middle;
  color:white;
}
.navigation li ul.dropdown li {
  display: block;
  list-style-type: none;
}
.navigation li ul.dropdown li a {
  padding: 20px;
  background: #EB00AC;
  float:middle;
  font-size: 15px;
  color: white;
  display: block;
  font-weight: 400;
}
.navigation li ul.dropdown li a:hover {
  background-color:#5E84EE;
}
/*-- //MOBIELE NAVIGATIE --*/
@media only screen and (max-width:767px) {
.arrow-down {
  position: absolute;
  top: 20px;
  right: 10px;
}
.opacity {
  background: rgba(0,0,0,0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}