/* Webdesign by Vincent Diks, all rights reserved ©2018. */ 

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,700'); 

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover; 
}

:root {
    --thema-groen: #92c10f; 
    --thema-oranje: #ef6c00;
    --button-color: #fff;
    --button-background-color: #ef6c00; 
}


body, html{
    padding: 0;
    margin: 0;
    background: #fff;
    font-family: 'Lato', sans-serif; 
}

.row{
    padding: 0;
    margin: 0; 
}

h5{
    color: rgba(0,0,0,.87);
    font-weight: 400; 
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.nopad{
    padding: 0; 
}

.fader{
    opacity: 0;
}

.verwen{
        z-index: 9999;
}

.verwen h1{
    color: var(--thema-oranje);
    font-family: serif;
    font-weight: 700;
    text-align: right;
    font-size: 4REM;
    margin-right: -200px; 
    margin-top: 65px; 
}

.verwen h5{
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-align: right;
    color: #fff;
    margin-top: 25px;
    margin-left: 25px; 
}

.verwen p{
        font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-align: right;
    color: rgba(255,255,255,.87); 
}

.groenig{
    background: var(--thema-groen);
height: 240px;
padding: 40px; 
}


.lijst{
    color: rgba(0,0,0,.87); 
    font-family: lato, sans-serif;
    font-weight: 300; 
    font-size: medium;
    list-style-type: none;
    border: none; 
}

.actives{
  background: var(--thema-oranje);
  color: #fff; 
}

.list-group-item{
    border: none;
    list-style-type: circle;
    display: list-item; 
}

.ad{
    margin-top: 20px; 
}

.conpag{
    margin-top: 30px; 
}

.contact_left{
    background: #F5F5F5;
    padding: 50px;
    height: 600px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    text-align: center;
    margin-bottom: 15px; 
}
 
.contact_left i{
    font-size: 30px;
    color: var(--thema-groen);
} 
 
.contact_right{
    padding: 0;
    height: 405px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); 
}

.little{
    background: var(--thema-groen);
    height: 180px;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    border-radius: 0px 0px 0px 15px;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    display: inline-block; 
}

.little i{
    font-size: 20px;

}

#titlecontact{
    color: rgba(0,0,0,.87);
    font-family: lato, sans-serif;
    font-weight: 700; 
}



small{
    font-weight: 300 !important; 
}

h2       { 
  text-align:center; 

}
h2 small { 
  font-weight:normal; 
  color:#888; 
  display:block; 
}
.footer     { text-align:center; }
.footer a  { color:var(--thema-groen); }

/* form starting stylings ------------------------------- */
.group            { 
  position:relative; 
  margin-bottom:45px; 
}
input               {
  font-size:18px;
  padding:10px 10px 10px 5px;
  display:block;
  width: 100%;
  border:none;
  border-bottom:1px solid #757575;
}
input:focus         { outline:none; }

label                {
  color:#999; 
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label        {
  top:-20px;
  font-size:14px;
  color: var(--thema-groen);
}



/* BOTTOM BARS ================================= */
.bar    { position:relative; display:block; width:100%; }
.bar:before, .bar:after     {
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#b5d368; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from { background:#b5d368; }
  to    { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:#b5d368; }
  to    { width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:#b5d368; }
  to    { width:0; background:transparent; }
}


.btn-primary{
    border:2px solid  var(--thema-oranje); 
    background: #fff;
    color: var(--thema-oranje); 
    border-radius: 0px;
    margin-bottom: 0px !important;

}

.btn-primary:hover {
    background: var(--thema-oranje);
    color: #fff;
    border:2px solid  var(--thema-oranje);  
}

.btn-primary:active {
    margin-top: 4px; 
    background: var(--thema-oranje) !important;
    color: #fff !important;
    border:2px solid  var(--thema-oranje) !important; 
}

.btn-primary:focus {
    margin-top: 4px; 
    background: var(--thema-oranje) !important;
    color: #fff !important;
    border:2px solid  var(--thema-oranje) !important; 
    outline: 0; 
}

textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	width: 100%;
}

#maillink{
  color: #fff !important; 
}

#maillink:hover{
  color: #fff !important; 
}

.flexa {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {

    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

.faciliteiten{
  margin-top: 40px;
  margin-bottom: 40px; 
}

.paddings{
    padding: 50px;
    padding-bottom: 10px;
    padding-top: 10px; 
}

.kaart{  
    border-radius: 5px;
    font-family: lato, sans-serif;
    text-align: center;
    font-weight: 400;
    color: rgba(0,0,0,.87);
}

.kafa{
    margin-left: 20px;
    margin-top: 20px;
    font-family: lato, sans-serif;

    color: rgba(0,0,0,.87); 
}

.afb img{
  margin-bottom: 10px; 
}

.image{
  cursor: nesw-resize;
}

.gallery {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
padding-bottom: 50px; 
-webkit-column-width: 33%;
-moz-column-width: 33%;
column-width: 33%; }
.gallery .pics {
-webkit-transition: all 350ms ease;
transition: all 350ms ease; }
.gallery .animation {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1); }

@media (max-width: 450px) {
.gallery {
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
-webkit-column-width: 100%;
-moz-column-width: 100%;
column-width: 100%;
}
}

.filter{
  transition: all ease .2s; 
}

.filter:hover {
  background: var(--thema-oranje);
  color: #fff; 
}

/*@media (max-width: 400px) {
.btn.filter {
padding-left: 1.1rem;
padding-right: 1.1rem;
}
}*/

.snippieMobile{
  display: none;
  text-align: center;
  background: var(--thema-oranje);
  color: #fff;
  cursor: pointer;
  padding-top: 25px;
  padding-bottom: 25px; 
}

.snippie{
  cursor: pointer;
  z-index: 9999 !important; 
  background: var(--thema-oranje);
  color: #fff;
  padding: 25px 50px 25px 50px ;
  position: fixed;
  border-radius: 200px;
  right: 20px;
  bottom: 20px; 
}

.snippie:hover{
  bottom: 22px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}