@media only screen and (min-width: 765px) {
    nav {
        width: 107px;
    }
    .logoimage {
        width: 100%
    }
}
@media only screen and (max-width: 764px) {
    nav {
        width: 100%;
    }
    .logoimage {
        width: 100%
    }
}
@media screen and (min-width: 992px) {
    nav {
        width: 100%;
    }
}
.body {
    border: 1px solid white;
    border-radius: 10px;
    background-color: white;
    padding: 40px;
    margin-bottom: 3%;
    font-family: "interface",sans-serif;
    font-style: normal;
    font-weight: 400;
    opacity: .9;
}
.body_rounded {
    border-radius: 10px;
    background-color: white;
    padding: 10px;    
    opacity: .9;
    
}
.body a {
    text-decoration: underline;
}
.body_rounded img {
    border-radius: 10px;
}

.footer {
    color: white;
    margin-top: 12px;
    font-size: 13px;
}
.bodypart6 {
    border: 1px solid white;
    border-radius: 10px;
    background-color: white;
    margin: auto;
    width: 50%;

}
.nav ul {
    border: 1px solid white;
    border-radius: 10px;
    background-color: white;
    list-style-type: none;
    padding-left: 8px;
    padding-right: 8px;
    position: unset;
    font-family: "interface",sans-serif;
    font-style: normal;
/*    font-weight: 700;*/
    text-transform: uppercase;
}
.nav ul:hover {
    color: darkgreen;
}
nav.list-sidebar {
    opacity: .9;
    
}
.tele {
    margin-top: 3%;
    margin-bottom: 3%;

}
.telefoonnummer {
    border: 1px solid white;
    border-radius: 10px;
    background-color: white;
}
.foto {
    margin-bottom: 50px;
    height: 300px;
}

#bodyimage {
    width: 100%;
    border: 1px solid white;
    border-radius: 10px;
}
body {
    background: linear-gradient(rgba(0, 45, 0, 0.45), rgba(0, 45, 0, 0.45)), url("/img/_DSC0009_LQ_NonSignedAdobeRGB.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

h3 {
    color: darkseagreen;
    text-transform: uppercase;

}

div.col.calendar {
    background-color: darkseagreen;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 12px;
    padding-bottom: 5px;
    padding-top: 5px;

}
a {
     color: #37442a;
}
a:hover {
    color: #10210a;
}
h4 {
    text-transform: uppercase;
/*    font-weight: bold;*/
    margin-bottom: 15px;
    font-size: 2.5rem;
    color: #37442a;
}
.row {
    margin-top: 12px;
}
.calendar .row {
    margin-bottom: 12px;
}
.body ul {
    margin: 5px;
    margin-top: 10px;
}
nav ul li {
    line-height:1;
}
nav ul li {
    margin-bottom: 10px;
    margin-top: 10px;
}
nav .btn-group {
    display: block;
}
h5 {
/*    font-weight: bold;*/
    float: left;
}
p {
    margin-bottom: 0px;
    line-height: 21px;
}
.groen {
    color: green;
}
#map {
    height: 400px;
    width: 100%;
}

.SpecialDate {
    font-weight: bold;
    text-decoration: underline;
}

