
/* ==============================================
 * Globals
 * ============================================== */


/* Jura - latin */
@font-face {
  font-family: 'Jura';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),          
       url('../fonts/jura-regular.ttf') format('truetype'), /* Safari, Android, iOS */      
}

/* Poppins - latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local(''),          
       url('../fonts/poppins-regular.ttf') format('truetype'), /* Safari, Android, iOS */      
}

/* Links */
a,
a:focus,
a:hover {
  color: #e3b603;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #673e16;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #e3b606;
  border: .05rem
 solid #e3b603;
}


/* ==============================================
 * Basis
 * ============================================== */

html,
body {
    height: 100%;
}

body {
    padding-top: 4rem;
    color: #3c3c3b;
    background: transparent;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 700px;
}

@media (max-width: 524px) {  
body {
  margin-bottom: 1200px;
  }

}

#page-content {
  flex: 1 0 auto;
}

#sticky-footer {
  flex-shrink: none;
}
/* ==============================================
 * Header
 * ============================================== */

.masthead {
  position: relative;
  margin-top: 0rem;
  margin-bottom: 5rem;
/*  min-height: 200px;*/
  background-color: transparent;
  z-index : 0;
}
.masthead-text {
    position: absolute;
    font-size: 160%;
    top: 20%;
    left: 10%;
     z-index : 1;
}
.masthead-text-w {
    position: absolute;
    font-size: 160%;
    top: 30%;
    left: 15%;
    z-index : 2;
}

     
    
@media (max-width: 992px) { 
    .masthead-text {
    font-size: 140%;
    top: 20%;
    left: 10%;
     z-index : 1;
}
    .masthead-text-w {
    font-size: 130%;
        top: 30%;
        left: 15%;
    }
}
@media (max-width: 767px) { 
    .masthead-text {
    font-size: 120%;
    top: 20%;
    }
    .masthead-text-w {
    font-size: 115%;
           top: 25%;
    }
}
@media (max-width: 576px) { 
    .masthead-text {
        font-size: 110%;
        top: 15%;
    }
    .masthead-text-w {
        font-size: 100%;
        top: 20%;
        left: 5%;
    }
}
/* ==============================================
 * Footer kleur
 * ============================================== */
    

footer {
	min-height: 500px;
 	margin-top: 1rem;
	padding-top: 2rem;
	color: #fff;
	font-size: 16px;
	background: linear-gradient(-20deg, #94a071, #683c11, #532e18 );
    
        background: -webkit-linear-gradient(to right, #000, #085212 60%);
        background:    -moz-linear-gradient(to right, #000, #085212 60%);
        background:      -o-linear-gradient(to right, #000, #085212 60%);
        background:         linear-gradient(to right, #000, #085212 60%);
 	/*   background-image: url(/assets/kvl/images/patroonachter.jpg);  /* The image used */ 
	/*   background-size: cover;
 	/*   background-position: center;
 	/*   background-repeat: no-repeat;*/
}

footer p {
    color: #fff;
}
footer p a {
    color: #e3b603;
}
footer p a:hover {
    color: #7da11e;
}


/* ==============================================
 * Lettertype koppen
 * ============================================== */
h1,
.h1 {    
     color: #085212;
     font-family: 'Jura', sans-serif;
     font-weight: 600;
     font-size: 300%;
}
h2,
.h2 {    
     color: #7da11e;
     font-family: 'Jura', sans-serif;
     font-weight: 500;
     font-size: 250%;
}
h3,
.h3 {    
     color:#e3b603;
     font-family: 'Poppins', sans-serif;
     font-weight: 400;
     font-size: 150%;
}
h4,
.h4 {    
     color:#673e16;
     font-family: 'Poppins', sans-serif;
     font-weight: 400;
     font-size: 150%;
}

h5,
h6,
.h5,
.h6 {

  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 130%;
  line-height: 1.1;
  color: #dccca5;
}

@media (max-width: 767px) { 
 
h1,
.h1 {
     font-size: 250%;
     line-height: 1.3;
    
  }
h2,
.h2 {
     font-size: 200%;
     line-height: 1.3;
    
  }
h3,
.h3 {  
  font-size: 140%;
  line-height: 1.3; 
  }

}

@media (max-width: 576px) { 
h1,
.h1 {
     font-size: 200%;
     line-height: 1.4;
  }
h2,
.h2 {
     font-size: 160%;
     line-height: 1.3;
    
  }
h3,
.h3 {  
  font-size: 120%;
  line-height: 1.3; 
  }
}

p {
    font-family: 'Poppins', sans-serif;
}


/*==============================================
  Horizontale lijn kleur
================================================ */
hr 
{   
    background-color: #085212;
    border: 0;
    border-top: 2px solid #085212;
    color: #085212;
    height: 1px;
    width: 30%;
    margin: auto; 
    padding: 0; 
}
/*==============================================
  Button kleur
================================================ */
.btn-primary {   
    background-color: #e3b603;
    border: 0;
    color: #fff;
    
}
.btn-primary:hover {
    color: #fff;
    background-color: #7da11e;
    border-color: #7da11e;
}

.inhoud  {
   margin-top: 100px;
}

/*==============================================
  Navigatie menu
================================================ */
nav {
    background-color: rgba(148, 160, 113, 0.95);
    min-height: 100px;
    margin-bottom: 0rem;
}
nav li a{
    color: #e3b603;
}
nav li a:hover{
    color: #7da11e;
    font-weight: 500;
}
nav-link a{
    color: #e3b603;
}
nav-link a:hover{
    color: #7da11e;
    font-weight: 500;
}
nav a{
    color: #7da11e;
    font-weight: 500;
}
nav a:hover{
    color: #e3b603;
    font-weight: 500;
}

/


/*==============================================
  Boven pagina
================================================ */
.sectie-boven {
  margin-bottom: 20px;
  padding: 0 0 0 0;
  background-color: #fff;
  position: relative;
  background-size: cover;
  overflow: hidden;
}


/*==============================================
  Tabjes kleuren 
================================================ */

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #967735;
  background-color: #fff;
  border-color: #642025 #642025 #fff;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #642025;
}

.nav-tabs a,
.nav-link a {
  color: #e30613;
}


/*==============================================
  nieuws
================================================ */
.card {
  overflow: hidden;
  position: relative;
}
.card-img-top .card-title{
 overflow: hidden;   
}

.card img {
  transition: transform .5s;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -o-transition: transform .5s;
  opacity: 1;
}
.card:hover img {
  transform: scale(1.1, 1.1);
    -webkit-transform:  scale(1.1, 1.1); /* Safari & Chrome */
    -moz-transform:  scale(1.1, 1.1); /* Firefox */
    -ms-transform:  scale(1.1, 1.1); /* Internet Explorer */
    -o-transform:  scale(1.1, 1.1); /* Opera */
    transition:  all 0.3s ease 0s;
    -webkit-transition: transform 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
  opacity: 0.95;
}
.card-title:hover {
  transform: scale(1.05, 1.05);
    -webkit-transform:  scale(1.05, 1.05); /* Safari & Chrome */
    -moz-transform:  scale(1.05, 1.05); /* Firefox */
    -ms-transform:  scale(1.05, 1.05); /* Internet Explorer */
    -o-transform:  scale(1.05, 1.05); /* Opera */
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
   margin-left: 3rem;
  opacity: 1;
}
a .card-title {
   text-decoration:none;
}

/* ==============================================
 * contact form
 * ============================================== */

.form-control:focus {
  border-color: #085212;
  color: #e3b603;
  outline: 0;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);       
}
.form-control::-moz-placeholder {
  color: #e3b603;
}
.form-control:-ms-input-placeholder {
  color: #e3b603;
}
.form-control::-webkit-input-placeholder {
  color: #e3b603;
}

.form-control {
  padding: 1rem;
  color: #e3b603;
  background-color: #fffff;
  border: 2px solid #e3b603;
  border-radius: 5px;
   -moz-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
   -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
   box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);

}
.controleemail {
    border:0 ;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}


/* ==============================================
 *  parallax layout
 * ============================================== */
.parallax {
    background-image: url(/assets/kvl/images/kvlcirkeluitgoud.svg); opacity: 0.9 ; /* The image used */
    height: 100%;  /* Full height */   
    background-attachment: fixed;/* Create the parallax scrolling effect */    
    background-position: center;
    background-repeat: no-repeat;
}
/*.parallax h1,h2,h3 {
  color: #fff;
 }*/

/*
  Keramiek
================================================ */
.keramiek {
  position: relative;
  margin-top: -2%;
  z-index: 10;
  padding: 1rem;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border: 0px solid #009FE3;
}
.keramiekkvak {
  position: relative;
  z-index: 11;
  padding: 1.5rem;
}
.keramiekvakover {
    position: absolute;
    z-index: 12;
    text-align: center;
    color: #fff;
    background-color: #009FE3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
}
.keramiekvak:hover .keramiekvakover {
  opacity: 0.9;
}
.tekst {
  color: white;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

@media (max-width: 992px) {
 .keramiekvak {
  padding: 1rem;
  }
}
@media (max-width: 768px) {
 .keramiekvak {
  padding: 0rem;
  }
}

@media (max-width: 576px) {
 .keramiekvak {
  padding: .5rem;
  }
}


