/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */
:root {
  --main-bg-color:#751717;
}

* {
    font-family: helvetica;
}


h1 { 
    color: inherit;
}

h2 {
    color: inherit;
    font-size: 18px;
}
    

img {
    max-width: 100%;
    height:auto; 
}


/* #######################################################################*/
/* LANGUAGE BUTTON */

/* #######################################################################*/

/* HEADER */
.header {
    margin: auto;
}

@media screen and (min-width: 1200px) {
    .header {
      width: 70%;
    }   
}

@media screen and (min-width: 800px) and (max-width: 1200px){
    .header {
      width: 75%;
    }   
}

@media screen and (min-width: 590px) and (max-width: 800px){
    .header {
      width: 100%;
    }   
}

@media screen and (min-width: 0px) and (max-width: 590px){
    .header {
      width: 100%;
      padding-left: 5px;
      padding-right: 5px;
    }   
}

/* #######################################################################*/
/* Style of the top navigation bar*/
@media screen and (min-width:1200px) {
    ul.nav {
      position:fixed;
      top: 0;
      width: 70%;
      z-index: 1;
      list-style-type: none;
      margin: 0;
      padding: 0;
      background-color: #333;
    }
}

@media screen  and (min-width:800px) and (max-width:1200px){
    ul.nav {
      position:fixed;
      top: 0;
      width: 73%;
      z-index: 1;
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      background-color: #333;
    }
}


@media screen and (max-width: 800px) {
  ul.nav {
      position:fixed;
      top: 0;
      width: 100%;
      z-index: 1;
      list-style-type: none;
      margin: 0;
      padding: 0;
      overflow: hidden;
      background-color: #333;
    }  
}

li.nav {
  float: left;
  display: inline;
}

li.nav a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li.nav translate {
  display: block;
  float: right;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

@media screen and (max-width: 350px){
    li.nav a {
      font-size: 13px;
    }
}

/* Change the link color to #111 (black) on hover */
li.nav a:hover {
  background-color: #111;
}

.active_navigation {
  background-color: inherit;
  color: white;
}

/* #######################################################################*/
/* CONTENT */
@media screen and (min-width: 1200px) {
    .content {
        width: 70%;
        margin-top: 40px;
        margin-left: 15%;
    }
}

/* #######################################################################*/
/* Front Image */
@media screen and (min-width: 1200px) {
    .front_image {
        margin-top: 38px;
        float: left;
        width: 33%;
        padding: 10px;
    }
}

@media screen and (max-width: 1200px) {
    .front_image {
        display: none;
    }
}

/* #######################################################################*/
.wrap {
    width: 70%;
    margin-top: 70px;
    margin-left: 15%;
    overflow: auto;
}


.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
  margin-bottom: 50px;
}

/* Create three equal columns that sits next to each other */
.column {
  -ms-flex: 32%; /* IE10 */
  flex: 32%;
  max-width: 33%;
  padding: 0 4px;
}

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

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .wrap {
      margin-top: 95px;
   }    
    
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
  
  .column img {
    text-align:center;
    width:100%;
    }
}

/* #######################################################################*/
/* Contact information */

/* CONTACT CONTENT */
@media screen and (min-width: 1200px) {
    .contact_content {
        width: 70%;
        margin-top: 40px;
        margin-left: 15%;
        overflow: auto; 
        position: absolute;
        top: 40%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media screen and (min-width: 1200px) {
    .contact_information {
        position: absolute;
        top: 40%;
        left: 20%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 33%;
    }
}

@media screen and (min-width: 800px) and (max-width: 1200px){
    .contact_information {
      width: 75%;
      margin-left: 11.5%;
      padding: 10px;
      text-align: center;
    }   
}

@media screen and (min-width:915px) and (max-width: 1200px) {
    .contact_information {
      margin-top: 45px;
    }
}

@media screen and (min-width:800px) and (max-width: 915px) {
    .contact_information {
      margin-top: 110px;
    }
}

@media screen and (min-width: 0px) and (max-width: 800px){
    .contact_information {
      width: 100%;
      margin-top: 110px;
      padding: 10px;
      text-align: center;

    }   
}


@media screen and (min-width: 1200px) {
    .contact_map {
      float: right;
      width: 60%;
    }   
}

@media screen and (min-width: 800px) and (max-width: 1200px){
    .contact_map {
      width: 75%;
      margin-left: 11.5%;
      padding: 10px;
    }   
}

@media screen and (min-width: 0px) and (max-width: 800px){
    .contact_map {
      width: 95%;
      padding: 10px;
    }   
}
/* #######################################################################*/
.content {
  overflow: auto; 
  position: absolute;
  top: 40%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); 
}
/* Pagina's centreren */
.center {
    overflow: auto; 
    margin-top: 20px;
}

@media screen and (min-width: 1200px) {
    .center {
      float: right;
      width: 60%;
      padding: 10px;
    }   
}

@media screen and (min-width: 800px) and (max-width: 1200px){
    .center {
      width: 75%;
      margin-left: 11.5%;
      padding: 10px;
    }   
}

@media screen and (min-width: 590px) and (max-width: 800px){
    .center {
      width: 100%;
      padding: 10px;
      margin-top: 50px;
    }   
}

@media screen and (min-width: 0px) and (max-width: 590px){
    .center {
      width: 100%;
      margin-top: 80px;
      padding-left: 5px;
      padding-right: 5px;
    }   
}

/* #######################################################################*/

/* SLIDESHOW */

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Caption text */
.text {
  color: var(--main-bg-color);
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: var(--main-bg-color);
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: var(--main-bg-color);
}

/* Fading animation */
.fade_in {
  animation: fadeIn ease 2s;
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
}

@keyframes fadeIn {
  from {opacity: .2}
  to {opacity: 1}
}

@-webkit-keyframes fadeIn {
  from {opacity: .2}
  to {opacity: 1}
}

@-moz-keyframes fadeIn {
  from {opacity: .2}
  to {opacity: 1}
}

@-o-keyframes fadeIn {
  from {opacity: .2}
  to {opacity: 1}
}

.fade_out {
  animation: fadeOut ease 2s;
  -webkit-animation: fadeOut ease 2s;
  -moz-animation: fadeOut ease 2s;
  -o-animation: fadeOut ease 2s;
}

@keyframes fadeOut {
  from {opacity: 1}
  to {opacity: .2}
}

@-webkit-keyframes fadeOut {
  from {opacity: 1}
  to {opacity: .2}
}

@-moz-keyframes fadeOut {
  from {opacity: 1}
  to {opacity: .2}
}

@-o-keyframes fadeOut {
  from {opacity: 1}
  to {opacity: .2}
}


