/**************************************************
 * LET OP!
 *
 * Er is een globale css file in
 * template: kinnes
 * bestand:  /css/style.css
 **************************************************/



body {
    background: url('../images/REA achtergrond nieuw.png') no-repeat bottom !important;
    background-size: cover !important;
    height: 100vh ;

}


/*
 * KNOPPEN
 ****************************************************/

.moduletable.kinnes a:link {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

.moduletable.kinnes  a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

.moduletable.kinnes  a:hover {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

.moduletable.kinnes a:active {
   color: white;
   background-color: transparent;
   text-decoration: none;
}


.moduletable.kinnes{
   padding: 20px;
   /*box-shadow: 0 5px 15px rgba(0,0,0,0.3);*/
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.4);
   margin: 20px;
  position: relative;
  height: 16em;
  border-radius: 12px;
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
}
.moduletable.kinnes:hover {
  transform: scale(1.07, 1.07);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  z-index: 2
}

.moduletable.kinnes.werk{
   background: rgb(17, 47, 65);
}
.moduletable.kinnes.studie{
   background: #068587;
}
.moduletable.kinnes .mod-custom {
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
  left: 0;
  right: 0;
}
.menu-link {
  text-align: center;
}
.moduletable.kinnes a,
.menu-button {
  position:absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.moduletable.kinnes img {
  max-height: 30px;
  width: 112px;
  position:absolute;
  right: .8em;
  top: .8em;
}
.menu-button h1 {
  font-size: 1.857rem;
  font-weight: 600;
  font-family: Verdana, Geneva, sans-serif;
  text-transform: uppercase;
  margin: 4em auto;
}
.menu-button {
  text-align: center;
  vertical-align: middle;
}
.menu-button span {
  position: absolute;
  bottom: -1px;
  right: -1px;
  text-align: right;
  padding: .6em 1.3em;
  background: rgba(255,255,255,.3);
  border-top-left-radius: 12px;
  border-bottom-right-radius: 12px;
}


@media (min-width: 768px) {
  /* Lelijke Edge fix */ .container-header { max-height: 148px; }
}
/* gratis ontwikkeladvies */


.moduletable.gratis:hover {
  transform: scale(1.07, 1.07);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.4);
  z-index: 2
}

.moduletable.kinnes.ontwikkeladvies{
   background: #fcbf06;
  
  
}
.moduletable.kinnes.ontwikkeladvies a:visited {
    color: #112f38;
    background-color: transparent;
    text-decoration: none;
}
.moduletable.kinnes.ontwikkeladvies a {
    color: #112f38;
    background-color: transparent;
    text-decoration: none;
}

.moduletable.kinnes.ontwikkeladvies h1 {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: Verdana, Geneva, sans-serif;
    text-transform: uppercase;
    margin: 3em auto;
}