@import url("stylesheet.css");

html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, fieldset, input, hr {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6, pre, code, address, caption, cite, code, th {
    font-size: 1em;
    font-weight: normal;
    font-style: normal;
}

fieldset, img, hr {
    border: none;
}

caption, th {
    text-align: left;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
    vertical-align: top;
}

.cleardiv {
    clear: both;
}

html, body {
    height: 100%;
    width: 100%;
}

* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #000;
}

    a:hover {
    }

h1 {
    font-size: 40px;
    margin-bottom: 15px;
}

h2 {
    font-family: "BengasiBoldRegular";
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 6px;
}

.wrapper {
    width: 100%;
    min-width: 320px;
    margin-bottom: -183px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.header {
    width: 100%;
}

#nav {
    /*position:absolute;
    z-index:20;
    top:0px;
    left:0px;*/
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    background: url(../pictures/transp.png);
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    width: 780px;
    position: relative;
}


    .menu, #nav ul li {
        cursor: pointer;
        margin-left: 5px;
        margin-right: 4px;
    }



.menuleft ul > li > ul {
    display: none;
    left: 100%;
    position: absolute;
    top: 0;
}

.menuleft li {
    display: block;
    float: left;
}

#nav ul li ul li {
    width: 120px;
    height: 35px;
    line-height: 35px;
    display: block;
    background: url(../pictures/transp.png);
}

    #nav ul li ul li a {
        padding-left: 7px;
    }

        #nav ul li ul li a:hover {
            font-weight: bold;
        }

#current {
    font-weight: bold;
}

.push {
    height: 187px;
    width: 100%;
}

.footerwrapper {
    width: 100%;
    height: 183px;
}

.footerleft a {
    color: #fff;
}

.infofooter, .infofooterwrapper {
    width: 100%;
    height: 145px;
    /*position:absolute;
    z-index:20;
    left:0px;
    bottom:38px;*/
    float: left;
    color: #fff;
}

.infofooter {
    background: url(../pictures/transpdark.png);
}

    .infofooter a {
        color: #fff;
    }

.bloemendamman {
    margin-top: 2px;
    margin-bottom: 2px;
    border-right: 1px solid #959595;
    width: 395px;
    height: 141px;
    background: url(../pictures/logo.png) 30px 40px no-repeat;
    float: left;
}

.brugge, .knokke {
    margin-top: 2px;
    margin-bottom: 2px;
    height: 117px;
    float: left;
    padding-left: 30px;
    padding-top: 15px;
    padding-right: 30px;
    border-right: 1px solid #959595;
}

.footer {
    width: 100%;
    height: 38px;
    line-height: 38px;
    /*position:absolute;
    bottom:0px;
    left:0px;*/
    background: #1B1B1B;
    color: #fff;
    float: left;
}

    .footer span {
        padding-right: 10px;
    }

.footerleft {
    float: left;
    padding-left: 25px;
}

.addthiswrapper {
    float: right;
    padding-right: 25px;
    width: 185px;
}

.deeldezesite {
    float: left;
    font-size: 15px;
}

#slideshownav {
    /*position:absolute;
    z-index:20;
    top:0px;
    right:0px;*/
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
}

.next, .prev {
    float: left;
    margin-right: 15px;
    line-height: 35px;
    padding-left: 13px;
    padding-right: 13px;
    height: 35px;
    background: url(../pictures/transp.png);
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
}

.fullscreen, .fullscreenback {
    float: left;
    line-height: 35px;
    height: 35px;
    background: url(../pictures/transp.png);
    display: inline-block;
    padding-left: 13px;
    padding-right: 13px;
    cursor: pointer;
}

#fullscreenback {
    display: none;
}

.itemwrapper {
    /*position:absolute;
    z-index:20;
    left:0px;
    top:55px;*/
    float: left;
    margin-left: 10px;
    margin-top: 10px;
    padding: 30px 35px 30px 35px;
    background: url(../pictures/transp.png);
    width: 710px;
}

    .itemwrapper p {
        line-height: 25px;
    }

#map_canvas {
    width: 100%;
    height: 400px;
    margin-top: 10px;
}

.bloemendamman img {
    display: none;
}

.footer-webshop {
    display: none;
}

    .footer-webshop.open {
        display: block;
        display: inline-block;
    }

    .footer-webshop a {
        margin-left: 10px;
    }

@media screen and (max-width: 990px) {
    .bloemendamman img {
        display: inline-block;
        width: 100%;
        max-width: 340px;
    }

    .bloemendamman {
        text-align: center;
        background: none !important;
        width: 34% !important;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
        padding-top: 5%;
    }

    .infofooter h2 {
        font-size: 25px !important;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
    }

    .brugge, .knokke {
        width: 33% !important;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
    }

    .header {
        float: none !important;
        margin: 0 auto !important;
        width: 88% !important;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
        -webkit-text-size-adjust: none;
        margin-bottom: 1em !important;
    }

    .itemwrapper {
        margin-left: initial !important;
        margin-top: initial !important;
        padding: 5% !important;
        float: none !important;
        margin: 0 auto !important;
        width: 88% !important;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box; /* Firefox, other Gecko */
        box-sizing: border-box; /* Opera/IE 8+ */
        -webkit-text-size-adjust: none;
    }

    #nav {
        width: 45px !important;
        margin-left: 0px !important;
    }

    .mobilemenubutton {
        display: block;
        height: 27px;
        margin: 0 5px;
        width: 34px;
    }

        .mobilemenubutton span {
            background: #1b1b1b none repeat scroll 0 0;
            display: block;
            height: 5px;
            margin: 5px 0;
        }

    .menuleft {
        background: #fff !important;
        left: 0 !important;
        position: absolute !important;
        top: 133% !important;
        width: 220px !important;
        display: none;
        padding-bottom: 20%;
    }


    #slideshownav {
        margin-right: 0px !important;
    }


    .next, .prev {
        margin-right: 1em !important;
    }



    #nav ul li {
        background: rgba(0, 0, 0, 0) !important;
        cursor: pointer !important;
        font-size: 13px !important;
        line-height: 18px !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
        padding: 5% 0 0 !important;
        text-transform: uppercase !important;
        width: 100% !important;
    }


        #nav ul li ul li {
            display: block;
            height: initial !important;
            line-height: 18px !important;
            width: 100% !important;
            font-size: 13px !important;
            text-transform: initial !important;
        }


    .menuleft ul > li > ul {
        left: initial !important;
        margin-left: 5% !important;
        position: relative !important;
        top: initial !important;
        display: block !important;
    }
}

@media screen and (max-width: 750px) {

    .wrapper {
        min-height: initial !important;
    }

    .footer {
        display: none;
    }

    .footerwrapper {
        height: 183px;
        width: 100%;
    }

    .infofooter {
        height: 403px !important;
    }

    .bloemendamman {
        width: 100% !important;
        background: none !important;
    }

    .brugge, .knokke {
        text-align: center;
        width: 100% !important;
        border-right: none !important;
    }
}


.cookiebannerpopup {
  position: fixed;
  bottom: -100%;
  left: 0;
  z-index: 16543250;
  transition: all ease 0.5s;
  width: 100%;
  padding: 2% 8%;
  background: black;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.cookiebannerpopup.open {
  bottom: 0px;
}
.cookiebannerpopup a, .cookiebannerpopup a:link, .cookiebannerpopup a:visited {
  color: #fff;
  text-decoration: underline;
}
.cookiebannerpopup a:hover {
  color: white;
}
.cookiebannerpopup a.close, .cookiebannerpopup a.close:link, .cookiebannerpopup a.close:visited {
  display: block;
  position: absolute;
  right: 2%;
  top: calc(50% - 14.5px);
  font-weight: 700;
  font-size: 0px;
  line-height: 25px;
  color: #fff;
  text-decoration: none;
  width: 20px;
  height: 20px;
}
.cookiebannerpopup a.close:after, .cookiebannerpopup a.close:link:after, .cookiebannerpopup a.close:visited:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  background-size: cover;
  display: block;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAAAkklEQVRIie3WvQ2AIBhFUeMmOoZ2UrP/ELjDtaGgMITvj4pXksAhBF7YtpWVlZXoAOf0tYADKMDjgCagSCbcwAtkA5rrGpd0ohpXoxbcjGpwN1SCu6MjeBjaw8PRP3wa2uCplsxQ0ewzNhWW9ng9Gk6MNmOxeO8iheEjt9cdlzwZN1zzTs24pRzUuEcjifGIr88HJs+EyX5Vbc8AAAAASUVORK5CYII=");
}
.cookiebannerpopup a.close:hover {
  color: blue;
}

.gdpr-form-text, .upload-info, .post-message {
  margin-bottom: 20px;
}

.post-message ul {
  margin-left: 20px;
}

.upload-info {
  font-size: 10px;
}

.gdpr-form {
  padding-bottom: 40px;
}
.gdpr-form .row {
  margin-bottom: 10px;
}
.gdpr-form .row legend {
  margin-bottom: 15px;
  display: block;
}
.gdpr-form .row label, .gdpr-form .row input[type=text], .gdpr-form .row input[type=email], .gdpr-form .row textarea {
  display: block;
  width: 100%;
}
.gdpr-form .row input[type=text], .gdpr-form .row input[type=email], .gdpr-form .row textarea {
  padding: 10px;
  border: 1px solid #ccc;
}
.gdpr-form .row textarea {
  height: 100px;
  border: 1px solid #ccc;
}
    .gdpr-form input[type=submit] {
        background: black;
color: white;
border: none;
padding: 15px;
text-transform: uppercase;
letter-spacing: 2px;
transition:all ease 0.3s;
cursor:pointer;
    }
        .gdpr-form input[type=submit]:hover, .gdpr-form input[type=submit]:active {
                background:white;
                color:black;
        }

.gdpr-form .row label {
  margin-bottom: 20px;
  padding-top: 0px !important;
}
.gdpr-form fieldset .row {
  position: relative;
  padding-left: 30px;
}
.gdpr-form fieldset .row input {
  position: absolute;
  left: 0;
  top: 5px;
}