@charset "UTF-8";

html,
body {
 margin:0;
 padding:0;
 height:100%;
 min-height: 100%;
 overflow-y:hidden;   
}
body {
  background-image: url(/images/overlay_intro.png);
  background-color: rgba(0,0,0,0.6);
  font-family: 'Open Sans', sans-serif;
}

.thelink {
  position: absolute;
  top: 0;
  right:0;
  left: 0;
  bottom: 0;  
  z-index: 2;
}

main {
  background-image: url(/images/splash.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; 
  height: 100%;
  width: 100%;
  position: absolute;
  left:0;
  right:0;
  top:0;
  transition: background 0.2s ease-out;
}
.overlay {
  background-image: url(/images/overlay_intro.png);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#logo {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 50%;
  margin-top:-200px;
  width: auto;
  position: absolute;
  background-color: transparent;
  padding: 0px;
}
#logo span
{
  color:#fff;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 700;
}
#logo img {
  display: block;
  margin: 0 auto;
  max-width: 200px;
  width: 200px;
}

#slogan {
  font-size: 2em;
  position: absolute;
  /*
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  */
  color: #000;
  left: 50px;
  bottom:250px;
  line-height: 175%;
  background-color:rgba(244,244,244,0.7);
  padding: 30px;
  color: #000;
}
#slogan strong {
  font-size: 150%;
  text-transform: uppercase;
}

#slogan h2, #info h2
{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  line-height: 48px;
}

#slogan p
{
  font-size: 18px;
  line-height: 24px;
}

#info
{
  position: absolute;
  color: #fff;
  left: 50px;
  bottom: 50px;
  text-align: left;
}

#info > div
{
  background-color:rgba(191,143,0,1);
  padding: 30px;
}

#info ul li
{
  font-weight: 400 !important;
  line-height: 1.5em !important;
  text-shadow: none;
  padding-left:30px;
  position: relative;
}

#info ul li i
{
  position: absolute;
  left:0;
  top:0;
  line-height: 1.5em;
}

#welkom {
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(/images/binnenkort.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 408px;
  height: 144px;
  max-width: 100%;
}

#slidernav
{
  position: absolute;
  background-color:rgba(204,204,204,0.7);
  right: 550px;
  bottom: 4%;
}

#slidernav span
{
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none; 
  -khtml-user-select: none; 
  -moz-user-select: none; 
  -ms-user-select: none; 
  user-select: none; 
  font-weight: 700;
  text-transform: uppercase;
  padding: 25px 40px;
  color:#fff;
  width: 170px;
  display: inline-block;
  text-align: center;
}

#slidernav span:first-child
{
  border-right: 1px solid #fff;
}

#slidernav span:hover
{
  background-color:rgba(209,168,25,1);
}

#slidernav img
{
  display: none;
}

#mobieleslider
{
  display: none;
}

.userinfo
{
  background-color:rgba(209,168,25,1);
  color: #fff !important;
  text-align: center;
  display: block;
  font-weight: 400 !important;
  font-size: 1em;
  line-height: 2em;
  margin-top:0.5em;
  text-shadow: none;
  padding: 10px;
}

a
{
  font-weight: 400 !important;
  color: #fff !important;
  text-shadow: none;
}


#facebook
{
  position: absolute;
  right:10px;
  bottom: 154px;
  opacity: 0.8;
}

#facebook:hover
{
  opacity: 1;
}

#facebook img
{
  max-width: 200px;
}

#info ul li:last-child
{
  display: none;
}

@media screen and (max-width: 1150px) {
  #slogan p,#info ul li
  {
    font-size: 14px;
  }
}

@media screen and (max-width: 800px) {



  #logo
  {
    top:50px;
    margin-top:0;
  }

  #slogan
  {
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top:300px;
    bottom: auto;
    text-align: center;
  }

  #info
  {
    width: 100%;
    bottom:0;
    left:0;
  }

  #welkom
  {
    bottom: 20px;
  }

}

@media screen and (max-width: 600px) {

  #mobieleslider
  {
    display: block;
    margin-top:2em;
  }

  #mobieleslider > img
  {
    width: 100%;
  }

  .overlay, #welkom
  {
    display: none;
  }

  main
  {
    background-image: none !important;
  }

  #logo,#slogan,#info,#welkom
  {
    position: relative;
    text-align: center;
    top: auto;
    bottom: auto;
    margin-top: 2em;
  }

  #slogan, #info
  {
    margin-top:0;
  }

  #info ul li:last-child
{
  display: block;
}

}

@media screen and (max-width: 450px) {

}

