/*
 __            __  __                        __  __                        __
|  |          |  ||  |                      |  ||  |                      |  |
 |  |        |  |  |  |        ____        |  |  |  |        ____        |  |
  |  |      |  |    |  |      |    |      |  |    |  |      |    |      |  |
   |  |    |  |      |  |    |  ||  |    |  |      |  |    |  ||  |    |  |
    |  |  |  |        |  |  |  |  |  |  |  |        |  |  |  |  |  |  |  |
     |  ||  |          |  ||  |    |  ||  |          |  ||  |    |  ||  |
      |____|            |____|      |____|            |____|      |____|
	  
Copyright (C) 2015 Vanprijs Wim Websites https://vanparijswimwebsites.com
*/
/***BASIC ELEMENTS**/
html{
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 100%;
  background-color: #FFF;
  background-repeat: no-repeat;
  background-image: url(../../files/vorken.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  font-family: 'Lato', sans-serif !important;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body{
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p , .likeparagraph{
	margin-top: 0;
	padding-right: 1em;
	padding-left: 1em;
}

h1{
  text-align: center;
}

h2, h3{
  font-family: 'Corben', Georgia, Times, serif;
  font-weight: normal;
  line-height: 80%;
  color: #6498FA;
}

a{
  color: #000;
	text-decoration: underline;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

a img{
	border: none;
}

img{ /*Responsive images*/
  max-width: 100%;
  height: auto;
}


/***MAXWIDTH***/
.maxWidth{
  max-width: 70em;
  margin: 1em auto;
}




/***HEADER STYLES***/

#mobileHeader{
  display: none;
}

header{
  margin-top: 0 !important;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 1em;
  z-index: 100;
}

header #searchSpacer{
  text-align: right;
}

header #searchWrapper{
  margin: 0 1em;
  display: inline-block;
}

header #inputWrapper{
  padding: 0 0.5em;
  margin: 1em 0.5em;
  display: inline-block;
  position: relative;
}

header #inputWrapper:before{
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FFF;
}

header #inputWrapper:after{
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #E0FFEF;
  background-color: #F00;
  background-color: #FF9797;
  background-color: #FF6F6F;
  -webkit-transition: all linear 0.25s;
  -moz-transition: all linear 0.25s;
  -o-transition: all linear 0.25s;
  transition: all linear 0.25s;
}

header #searchWrapper:hover #inputWrapper:after{
  width: 100%;
  -webkit-transition: all linear 0.40s;
  -moz-transition: all linear 0.40s;
  -o-transition: all linear 0.40s;
  transition: all linear 0.40s;
}

header #inputWrapper input{
  border: none;
  background-color: transparent;
  color: #FFF;
  width: 9.5em;
}

header #inputWrapper input:focus{
  outline: 0;
}

header #searchWrapper #search{
  max-width: 1.5em;
  height: auto;
  margin-top: 1em;
  cursor: pointer;
}



/***NAV STYLES***/

nav{
  text-align: left;
}

nav span.item{
  margin: 0 0.65em;
}

nav a{
  display: inline-block;
  padding: 1em 0.65em;
  text-decoration: none;
  text-align: center;
  color: #FFF;
  
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

nav a:hover{
  background-color: #FF9797;
}




/***SITETITLE***/
#siteTitle{
  font-family: 'Corben', Georgia, Times, serif;
  text-align: center;
  font-size: 3em;
  font-weight: bold;
  color: #00ccff;
  color: #000;
  width: 100%;
  position: absolute;
  left: 0;
  top: 4.16666em; /*1em here is 3em on the rest of the website!*/
}

#subTitle{
  font-family: 'Corben', Georgia, Times, serif;
  text-align: center;
  font-size: 2em;
  color: #000;
  width: 100%;
  position: absolute;
  left: 0;
  top: 8em;
}



/***PAGECONTENT STYLES***/

#contentWrapper{
  margin-top: 21em;
  margin-bottom: 5em;
  padding-top: 1em;
  padding-bottom: 1em;
  
  background: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45);
  z-index: 2;
}

section{
  text-align: justify;
  min-height: 20em;
}



/***FOOTER STYLES***/

footer{
  padding: 1em;
  margin-bottom: 0 !important;
  background-color: rgba(0, 0, 0, 0.7);
  color: #FFF;
}

footer a{
  color: #FFF;
}

footer #cookies{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  color: #FFF;
  text-align: center;
  padding: 1em;
}

footer #cookies h3{
  color: #FFF;
  text-align: center;
  line-height: 100%;
}



/***MEDIA QUERIES (MOBILE LAYOUT)***/

@media screen and (max-width: 64em)  { /*64em is normally (zoom 100%) 1024px. Below = tablet (and mobiles)*/
  
}

@media screen and (max-width: 48em){ /*48em is normally (zoom 100%) 768px. Below 768px = mobile*/
  
}




/***OTHER MEDIA QUERIES***/
@media screen and (max-width: 1024px){
  header #searchSpacer{
    text-align: center;
  }
  
  header #inputWrapper input{
    width: 12.5em;
  }
  
  #contentWrapper{
    margin-top: 15em;
  }
  
  nav a{
    padding: 1em;
  }
}




@media screen and (min-width: 1280px){
  nav span.item{
    margin: 0 1.5em;
  }
  
  header #inputWrapper input{
    width: 12.5em;
  }
  
  nav a{
    padding: 1em 0.85em;
  }
}



@media screen and (max-width: 72em)  {
  
  .maxWidth{
    margin: 1em;
  }
  
}




/*SORTABLE CSS*/

body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ol.sortable li.placeholder {
  position: relative;
  /** More li styles **/
}
ol.sortable li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}
