html, body, form, main {
    height: 100%;
}

body {
    font-family: "Arial", sans-serif;
    color: black;
    margin: 0px;
    background-image:  url('img/achtergrond2b.jpg');
    background-repeat: no-repeat;
    font-size: 18px;
}

@media only screen and (min-width: 1200px) {
    #inhoud {
        position: relative;
        width: 100%;
        height: 1087px;;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
        top: 0px;
        visibility: visible;
        width: 1200px;
        color: black;
        background-color: white;
        font-family: "Raleway", sans-serif;
    }

    .menu-item {
        margin-right: 10px;
        margin-left: 10px;
        color: black;
        font-weight: bold;
    }
}

@media only screen and (device-width: 768px) {
    #inhoud {
        position: relative;
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
        top: 0px;
        visibility: visible;
        color: black;
        background-color: white;
        font-family: "Raleway", sans-serif;
        padding-left: 10px;
        padding-right:10px;
    }

    .menu-item {
        margin-right: 10px;
        margin-left: 10px;
        color: black;
        font-weight: bold;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1080px) and (orientation:portrait) {
    #inhoud {
        position: relative;
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
        top: 0px;
        visibility: visible;
        color: black;
        background-color: white;
        font-family: "Raleway", sans-serif;
        padding-left: 10px;
        padding-right:10px;
    }

    .menu-item {
        margin-right: 10px;
        margin-left: 10px;
        color: black;
        font-weight: bold;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 10px) and (orientation:landscape) {
    #inhoud {
        position: relative;
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
        top: 0px;
        visibility: visible;
        color: black;
        background-color: white;
        font-family: "Raleway", sans-serif;
        padding-left: 5px;
        padding-right: 5px;
    }

    .menu-item {
        margin-right: 10px;
        margin-left: 10px;
        color: black;
        font-weight: bold;
    }
}

@media only screen and (max-device-width: 480px) {
    #inhoud {
        position: relative;
        width: 100%;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0px;
        top: 0px;
        visibility: visible;
        color: black;
        background-color: white;
        font-family: "Raleway", sans-serif;
        padding-left: 5px;
        padding-right: 5px;
    }

    .menu-item {
        margin-right: 5px;
        margin-left: 5px;
        color: black;
        font-weight: bold;
        font-size: 12px;
    }
}

.koplijn {
    border: 2px solid;
    color: #ffa652;
}

.sublijn {
    border: 1px solid;
    color: powderblue;
}

#titel {
    font-size: 48px;
    text-align: center;
    font-weight: bold;
}

.subtitel {
    text-align: center;
}

.mainpic {
    width: 25%;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 15px;
    float: left;
}

.mainpicright {
    width: 35%;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 15px;
    float: right;
}

.pic100 {
    width: 100%;
    margin-top: 3px;
    margin-bottom: 3px;
    float: left;
}

.pic50 {
    width: 50%;
    margin-top: 3px;
    margin-bottom: 3px;
    float: left;
}

.pic30 {
    width: 30%;
    margin-top: 3px;
    margin-bottom: 3px;
    float: left;
}

.pic20 {
    width: 20%;
    margin-top: 3px;
    margin-bottom: 3px;
    float: left;
}

.pic30nf {
    width: 30%;
    margin-top: 3px;
    margin-bottom: 3px;
}

.pic20nf {
    width: 20%;
    margin-top: 3px;
    margin-bottom: 3px;
}

#menu {
    text-align: center;
    background-color: powderblue;
    height: 40px;
}

#navigatie {
    padding-top: 10px;
    margin-bottom: 0px;
    height: 20px;
}

.tekst {
    font-size: 18px;
    width: 45%;
    float: left;
}

.tekst100 {
    font-size: 18px;
    width: 100%;
    float: left;
}

.header1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.gallerypic {
}

.gallerysinglepic {
    width: 100%;
}

#gallery {
    float: left;
}

li {
    margin-top: 10px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
    float: left; 
    width: 50%;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.highlight {
    color: red;
    text-decoration: underline;
    -webkit-text-decoration-color: red;
}

.nowrap {
    white-space: nowrap;
}

footer {
    position: absolute;
    width: 100%;
    bottom: -118px;
    left: 0;
    background-color: #787878;
    z-index: 2;
    color: white;
}

.titlePagina {
    width: 100%; 
    text-align: center; 
    padding-top: 5px; 
    color: #ffa652; 
    font-weight: bold; 
    font-size: 40px;
}

.textPagina {
    padding: 10px;
    font-size: 25px;
    font-weight: 400;
}

/* Style the navigation menu */
.topnav {
  overflow: hidden;
  background-color: #333;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: black;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  background-color: #ffa652;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: #ffa652;;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #ffa652;
  color: black;
  height: 45px;
  font-size: 20px;
}

.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

.text {
    float: left; 
    display: inline-block; 
    width: 370px; 
    word-wrap: break-word; 
    white-space: normal;
    margin-bottom: 10px;
} 

.text3 {
    float: left; 
    display: inline-block; 
    width: 370px; 
    word-wrap: break-word; 
    white-space: normal;
    margin-left: 20px;
    margin-bottom: 10px;
} 

.text2 {
    float: left; 
    display: inline-block; 
    width: 370px; 
    word-wrap: break-word; 
    white-space: normal;
    margin-left: 20px;
    margin-bottom: 10px;
} 



