/* body{
  font: 14px sans-serif;

} */

* {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}

body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #000;
}



.wrapper{
    width: 650px;
    margin: 0 auto;
}

.wrapper1{
  width: 350px;
  padding: 20px;
}

.page-header h2{
    margin-top: 0;
}
table tr td:last-child a{
    margin-right: 15px;
}
anker{
width: 15PX;
background-color: red;
}

/* Menu */
.topnav {
    overflow: hidden;
    background-color: rgb(255, 255, 255);
  }
  
.topnav a {
    float: left;
    color: #5F9EA0;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 13px;
  }
  
.topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
.topnav a.active {
    background-color: #5F9EA0;
    color: white;
  }

  .topnav a.block {
    background-color: rgb(255, 255, 255);
    color: rgb(245, 6, 6);
  }
  .title{
    margin-top: 25px;
    text-align: center;
  }
  .lijst{

    height: 45px;
  }

  .usermenu a{

    width: 200px;
    margin-top: 5px;
  }

  .border{
    margin: 15px;
    padding: 5px;
    border: solid rgb(190, 181, 189) 1px;
    border-radius: 15px;
  }

  .bgimg-1 {
    background-image: url("http://nas.jrstudios.nl/geocaching78/background/active.jpg");
    height: 93%;
  }

  .tm-titel {
    height: 100%;
    margin: 0;
    font: 400 85px/1.8 "Lucida Handwriting", sans-serif;
    color: #fff;
  }
  
  .tm-titel2 {
    height: 100%;
    margin: 0;
    font: 400 55px/1.8 "Lucida Handwriting", sans-serif;
    color: #fff;
  }

  * {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
  }
  
  body, html {
    height: 100%;
    margin: 0;
    font: 400 15px/1.8 "Lato", sans-serif;
    color: #000;
  }
  
  .subtitel{
    height: 100%;
    margin: 0;
    font: 400 45px/1.8 "Lucida Handwriting", sans-serif;
    color: #000;
  }
  
  
  
  .tm-titel {
    height: 100%;
    margin: 0;
    font: 400 85px/1.8 "Lucida Handwriting", sans-serif;
    color: #fff;
  }
  
  .tm-titel2 {
    height: 100%;
    margin: 0;
    font: 400 55px/1.8 "Lucida Handwriting", sans-serif;
    color: #fff;
  }
  
  .tm-container{
    max-width: 1200px;
    margin:0 auto;
  }
  
  .tm-header{
    background: #fff;
  
  }
  
  .tm-header:after{
    content:" ";
    clear: both;
    display: block;
    visibility: none;
  
  }
  
  .tm-logo{
    float: left;
  }
  
  
  .tm-socialmedia{
    display: block;
    float: right;
    margin-right: 1%;
  }
  
  .tm-center {
    display: block;
    margin-left: 0%;
    margin-right: 25%;
    width: 100%;
  }
  
  .tm-menu{
    float: right;
  }
  
  .tm-menu ul li{
    display: inline-block;
  }
  
  .tm-menu ul li a{
    padding: 10px 20px;
    text-decoration: none;
    color: #303030;
    line-height: 60px;
  }
  
   .tm-menu ul li a:hover{
    color: #3e99ff;
   }
  
   .tm-footer{
     background: #fff;
     text-align: center;
     padding: 20px;
  
     height: 100%;
     margin: 0;
     font: 400 20px/1.8 "Lucida Handwriting", sans-serif;
     color: #000;
  
  
   }
  
   .tm-hyperlinks ul li{
     display: inline-block;
   }
  
   .tm-hyperlinks ul li a{
     padding: 10px 20px;
     text-decoration: none;
     color: #303030;
     line-height: 60px;
   }
  
   .tm-hyperlinks ul li a:hover{
   color: #3e99ff;
   }
  
   .tm-form {
       display:block;
       margin-top:20px;
       letter-spacing:2px;
   }
  
   .bgimg-1, .bgimg-2, .bgimg-3 {
     position: relative;
     opacity: 0.90;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
  
   }
   .bgimg-1 {
     background-image: url("http://nas.jrstudios.nl/geocaching/background/active.jpg");
     height: 93%;
   }
  
   .caption {
     position: absolute;
     left: 0;
     top: 50%;
     width: 100%;
     text-align: center;
     color: #fff;
   }
  
   .caption span.border {
  
     color: #fff;
     padding: 18px;
     font-size: 50px;
     letter-spacing: 10px;
  
   }
  
   h3 {
     letter-spacing: 5px;
     text-transform: uppercase;
     font: 20px "Lato", sans-serif;
     color: #111;
   }
  
   .caption span.link {
     background-color: #111;
     color: #fff;
     padding: 18px;
     font-size: 50px;
     letter-spacing: 10px;
  
   }
  .gallery{
      margin: 10px 50px;
  
  }
  
  .gallery img{
    width: 230px;
    padding: 5px;
    filter: grayscale(100%);
    transition: ls;
  }
  
  .gallery img:hover{
  filter: grayscale(0);
  transform:scale(1.1);
  
  }
  
  .gallery1 img{
    width: 250px;
    padding: 5px;
    filter: grayscale(100%);
    transition: ls;
  }
  
  .gallery1 img:hover{
  filter: grayscale(0);
  transform:scale(1.1);
  
  }
  .list a{
    padding: 10px 10px;
    text-decoration: none;
    color: #303030;
    line-height: 20px;
  }
  
  .list a:hover{
    color: #3e99ff;
  }
  