/* 
    Created on : 1- april-2023, 9:00
    Author     : Dennis-V-code
*/

body {
    font-family: "Verdana", sans-serif;
}
.background-landscape {
    background-image: url('img/background_1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right bottom;
    background-size: cover;
}
#maincontent {
    margin: 0px;
    padding: 0px;
    width: 99%;
    position: relative;
}
.menublokhome {
    margin-top: 50px;
    margin-left: 10%;
    width: 220px;
}

.menuItem {
    width: 180px;
    height: 100px;
    line-height: 100px;
    border-radius: 15px;
    border: 1px solid green;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    opacity: 0.8;
    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);
}
#menuIcon {
    float: left;
    z-index: 2;
    width: 40px;
    position: fixed;
}
.menuLink {
    text-decoration: none;
    color: #000;
}
.menuLink:hover {
    opacity: 1;
    background-color: green;
}
.content {
    background-image: url('img/content.png');
    position: relative;
    border-radius: 15px;
    padding: 80px;
    padding-top:50px;
    width: 65%;
    max-width: 700px;
    margin: 4% 4%;
}
.content P {
    font-weight: bold;
    line-height: 20px;
}
a,
a:visited,
a:link,
a:hover,
a:active {
    color: green;
    text-decoration: none;
}
.imgbanner {
    margin-left: 0px;
    width: 80%;
    padding: 10px;
}
.imgbanner img {
    margin: 10px;
}
.menu {
    width: 200px;
    position: absolute;
    position: fixed;
    left: -200px;
    top: 50px;
    z-index: 3;
    display: none;
}
.menu a {
    background-color: #eee;
    color: black;
    display: block;
    padding: 12px;
    text-decoration: none;
    border: 1px solid green;
}
.menu a:hover {
    background-color: #ccc;
}
.menu a.active {
    background-color: #04AA6D;
    color: white;
}
.title {
    font-weight: bold;
    display: block;
    margin-top: 30px;
}
.remark {
    color: #430b0b;
}
input[type=button] {
    width: 180px;
    height: 50px;
    border-radius: 15px;
    border: 1px solid green;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    opacity: 1;
    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);
    float: right;
}

.imgWie {
    width: 270px;
}
.imgJiska {
    margin-right:20px;
    margin-top:20px;
}
.imgAnouk{
    margin-top:25px;
    margin-left: 25px;
}
.jiskafoto {
    float: left;
}
.anoukfoto {
    float: right;
}
input:focus,textarea:focus {
    outline: none !important;
    border:1px solid green;
    box-shadow: 0 0 4px #02572a;
}
textarea {
    margin-top:10px;
    margin-bottom:10px;
}
.bottomimg{
    display:block;
    border-radius: 15px;
}
.bottomQuote {
    display:block;
    font-weight: bold;
    color:#fff;
}
iframe {
    height: 250px;
    width:40%;
    border-radius: 15px;
    margin-top: 50px;
    border-style: none;
}
.refpic {
    width:100px;
    height:100px;
    border:1px solid black;
}
.quote {
    color:#fff;
    font-size: 1.4em;
    text-align: center;
    margin-top: 120px;
}
.quotebottom {
    margin-top: 50px;
    color:#fff;
    font-size: 1.4em;
    text-align: center;
}
.leftMenu {
float:left;

width: 20%;
}
.centerContent{
float:left;
width:50%;
min-width:500px;
}
.listMaster,.listMasternonBold {
    list-style: none;
    text-indent:-1em;
  }
.listMaster li {
    font-weight: bold;
    margin-bottom: 12px;
    list-style: none;
}
.listMasternonBold li{
    margin-bottom: 12px;
    list-style: none;
}
.listMaster li::before,.listMasternonBold li::before {
    content: "\25A0";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: green; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    font-size: larger;
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: 0em; /* Also needed for space (tweak if needed) */
  }
.listMaster li span{
    font-weight: normal; 
}
.iconContent {
    width:70px;float:right;margin-top:-50px; margin-right:-50px;
}
.schrijfjein {
    margin-right: 100px;
    float:right;font-weight: bold;
}
@media screen and (max-width: 800px) {
    .schrijfjein {
        margin-right: 0px;
        float:right;font-weight: bold;
    }
    .content {
        padding:60px;
        margin:auto;
    }
}
@media screen and (max-width: 700px) {
    .schrijfjein {
        margin-right: 0px;
        float:right;font-weight: bold;
    }
    .menublokhome,
    .leftMenu {
        display: none;
    }
    iframe {
        height: 200px;
        
    }
    .content {
        padding:40px;
        margin:auto;
    }
}
@media screen and (max-width: 600px) {
    .schrijfjein {
        margin-right: 0px;
        float:right;font-weight: bold;
    }
    .listMaster li::before {
      
        font-size: smaller;
    }  
    .iconContent {
        width:65px;float:right;margin-top:0px; margin-right:0px;
    }
    .centerContent{
        width:100%;
        min-width:fit-content;
        }
        .content {
            padding:10px; 
            width:96%; 
            margin:auto;
        }
    .refpic {
        width:50px;
        height:50px;
        border:1px;
    }
    iframe {
        height: 200px;
        width:70%;
    }
    .bottomimg{
        display:block;
        border-radius: 15px;
    }

    .jiskafoto {
        width:100%;
        margin:auto;
    }
    .anoukfoto {
        width:100%;
        margin:auto;
    }
    .imgWie {
        width: 270px;
    }
    .imgJiska {
        margin-left:30px;
        margin-top:20px;
    }
    .imgAnouk{
        margin-left:40px;
    }
    textarea {
        width: 24em;
        clear:both;
    }
    
    #menuIcon {
        width: 30px;
    }
    .menu {
        width: 200px;
        position: absolute;
        position: fixed;
        left: -200px;
        top: 50px;
        z-index: 1;
        display: none;
    }
    .imgbanner {
        margin-left: 0px;
        width: 90%;
        padding: 5px;
    }
}
@media screen and (max-width: 500px) {

    .centerContent {
        position: relative;
        height:100vh;
        text-align: center;
        float:none;
    }
    .quote{
        margin-top: -20px;
        position:relative;
        font-weight:bold;
    }
    .quotebottom {
       width:100%;
       bottom: 80px;
       position: absolute;
       text-align: center;
       font-weight:bold;
       
    }
    iframe {
        position:relative;
        height: 180px;
        width:70%;
        margin-top: 150px;
    }
    .background-landscape {
        background-image: url('img/background_1.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: bottom right;
        background-size: none;
        background-color: #c3c2c7;
    }
}