* {
    box-sizing: border-box;
}

html {
    font-family: verdana, arial, sans-serif;
}

#crop img {
    display: block;
    max-width:100%;
    max-height:640px;
    width: auto;
    height: auto;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}

/* For mobile phones: */
[class*="col-"] {
    float: left;
    padding: 0;
    width: 100%;
    /*border: 1px dotted grey;*/
}

/*Small screens*/
@media only screen and (max-width: 768px) {
    div.wit-vlak {
        display: none;
    }

    .menu li {
        font-size: 2.5vw;
    }

    body {
        font-size: medium;
    }
}

/*Large screens*/
@media only screen and (min-width: 769px) {
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}

    .menu li {
        font-size: large;
    }
    body {
        font-size: medium;
    }
}

.header {
    overflow: hidden;
}

.header img {
    min-width: 576px;
    max-width: 100%;
    height: auto;
}

body {
    background-image: url("../graphics/achtergrond.gif");
    background-repeat: repeat-y;
    background-position-x: center;
    background-color: #e4e4e4;
    background-size: 1110px 100%;
    text-align: center;
    margin: 0;
}

.site-outer-container {
    max-width: 1104px;
    margin-left: auto;
    margin-right: auto;
}

.site-inner-container {
    max-width: 1034px;
    /*background-image: url("../graphics/achtergrond.jpg");*/
    background-color: #e7e4c4;
    background-repeat: repeat-y;
    background-position-x: center;
    background-size: 1110px 572px;
    margin-left: auto;
    margin-right: auto;
}

.blue-panel {
    background-color: #86c3d0;
    /*border-radius: 25px;*/
    /*width: 96%;*/
    text-align: center;
    /*padding: 0 20px;*/
    /*margin: 1% 2% 5%;*/
    /*box-shadow: 3px 3px #6bafbe;*/
    line-height: 1.5rem;
    position: relative;
    bottom: 6px;
}

.content-panel {
    background-color: #efefef;
    margin: 0 2% 5%;
    padding: 2%;
}

.menu ul {
    list-style-type: none;
    margin: 0 0 0 5%;
    padding: 0;
    overflow: hidden;
    background-color: #86c3d0;
}

.menu li {
    margin-right: 1%;
    padding: 1.5% 4%;
    background-color: #86c3d0;
    color: #ffffff;
    float: left;
}

.menu li:hover {
    background-color: #6bafbe;
    text-shadow: 0 0 5px #ffffff;
}

.menu li.selected {
    background-color: #6bafbe;
}

.menu a {
    color: #040559;
    text-decoration: none;
    height: 45px;
    margin: 0 0;
}

.footer {
    background: #e7e4c4 url('../graphics/streep_onder.gif') top repeat-x;
    height: 60px;
    font-size: xx-small;
    vertical-align: top;
    padding: 9px 0 0 0;
    position: relative;
    bottom: 6px;
}

h1 {
    font-size: larger;
    color: #999999;
}

.wit-vlak {
    padding: 20px 20px 20px 15px;
    margin: 10%;
    font-size: larger;
    font-weight: bold;
    text-align: center;
    background-color: white;
    /*border-radius: 25px;*/
    box-shadow: 5px 5px 5px grey;
    /*cursor: pointer;*/
}

.upload-area {
    color: #5484b2;
    min-height: 20em;
    padding: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    font-size: 2.5vh;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    background-color: lightgray;
    border-radius: 25px;
    border-style: dashed;
    border-color: #5484b2;
    box-shadow: 5px 5px 5px grey;
    cursor: pointer;
}

.button {
    font-size: 18px;
    height: 45px;
}

.button a {
    background-color: #86c3d0;
    color: #040559;
    text-decoration: none;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-size: 1.2rem;
    transition: background-color 0.3s;
}

.button a:hover {
    background-color: #6bafbe;
}

.horizontal_dotted_line {
    border-bottom: 1px dotted #888888;
    width: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 30px;
}

.create-zone-module {
    padding: 17px 30px 0 30px;
    margin-bottom: 10px;
    text-align: left;
    vertical-align: top;
}

.create-zone-module2 {
    padding: 17px 30px 0 30px;
    margin-bottom: 10px;
    text-align: left;
    vertical-align: top;
}

.create-zone-module:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.responsive-image {
    max-width: 500px;
    width: 100%;
    height: auto;
}

.responsive-preview-image {
    width: 100%;
    height: auto;
    image-rendering: pixelated;
}

.responsive-preview-image-set-size {
    max-width: 100%;
    max-height: 100%;
    image-rendering: pixelated;
}

.responsive-logo-image {
    width: auto;
    height: 6vh;
}

.uploadArea {
    width: 100%;
    height: auto;
    border-width: medium;
    border-color: #5484b2;
}

/* Zooi van oude div */

.create-zone-module h1 {
    font-size: larger;
    color: #5484b2;
    margin: 0 0 .3em 0;
}

.create-zone-module2 h1 {
    font-size: larger;
    color: #5484b2;
    margin: 0 0 .3em 0;
}

.create-zone-module li {
    color: #ee0000;
    font-weight: bold;
    margin: 0 0 .3em 0;
    list-style-type: decimal;
}

.create-zone-module p {
    margin: 0 0 .7em 0;
}

.create-zone-module textarea {
    width: 200px;
    height: 200px;
    margin-top: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 10pt;
}

.create-zone-module-bottom {
    height: 6px;
    margin: 10px -30px 0 -30px;
    padding: 0;
    position: relative;
    bottom: 10px;
}

.slider {
    width: 100%; /* Width of the outside container */
}

.small-font {
    font-size: small;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

fieldset {
    margin-bottom: 10px;
}

.bg-yellow {
    background-color: #ffeebb;
    border: 1px solid black;
    padding: 5px;
    margin-bottom: 10px;
}

.bordered {
    border: 1px solid black;
}

.overview-table {
    border-collapse: separate;
    border-spacing: 1px;
    width: 100%;
    margin: 0 auto;
    background-color: #86c3d0;
}

.overlay-container {
    position: relative;
    text-align: center;
}

.overlay-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.center-table {
    margin-left: auto;
    margin-right: auto;
}

.breadcrumb {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 5px;
    margin: 0 2%;
    background-color: #efefef;
    border-bottom: 1px dotted darkgrey;
}
.breadcrumb li {
    margin: 0 0.2em;
    color: #5484b2;
}
.breadcrumb li.active {
    font-size: larger;
    color: black;
    text-shadow: 1px 1px 0 #e4e4e4;
}
.breadcrumb li+li:before {
    content: ">";
    margin: 0 0.2em;
}
.breadcrumb a {
    text-decoration: none;
    color: #040559;
}
.breadcrumb a:hover {
    text-decoration: underline;
}