﻿body {
    .pac-container

{
    background-color: #fff;
    z-index: 2000;
    position: fixed;
    display: inline-block;
}

.panel-primary-overlay-left {
    position: absolute;
    top: 230px;
    left: -360px;
    width: 360px;
    height: 75%;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: transform .5s ease-in-out, opacity .5s ease-in-out, visibility .5s ease-in-out;
    font-size: 12px;
    z-index: 300;
    overflow: auto;
}

    .panel-primary-overlay-left h4 {
        font-size: 14px;
    }

.moveout {
    visibility: visible;
    opacity: 1;
    transform: translateX(100%);
}

img.map,
map area {
    outline: none;
}

.panel-body {
    position: relative;
    overflow: auto;
    word-wrap: break-word;
    clear: both;
}

.wrapper {
    width: 100%;
    display: inline-block;
    position: relative;
}

    .wrapper::after {
        padding-top: 100%;
        display: block;
        content: "";
    }

.main {
    position: absolute;
    inset: 0;
    background-color: deepskyblue;
    background-size: cover; /* fill container */
    background-position: center; /* keep centered */
    background-repeat: no-repeat;
    background-image: url('/images/kaart.webp');
}

.NoDisplay {
    display: none;
    float: left;
}

.btn {
    border-style: solid;
    border-width: 1px;
    border-color: #5e5e5e;
}

.navbar-fixed-top {
    z-index: 10;
}

.superscript {
    font-size: 60%;
    line-height: .8em;
    vertical-align: baseline;
    position: relative;
    top: -.9em;
    color: #d79306;
    margin-left: 3px;
}

a.list-group-item:hover,
a.list-group-item:focus,
.list-group-item:hover,
.list-group-item:focus {
    text-decoration: none;
    background-color: lightgray;
}

.selecteditem {
    text-decoration: none;
    background-color: darkred;
}

.Sterren {
    font-size: xx-small;
    vertical-align: top;
    color: orange;
    margin-left: 2px;
}

img {
    border-width: 0;
}

.campingframe {
    width: 100%;
    height: auto;
    border: 1px solid darkblue;
    margin: 10px 5px 5px 0;
    cursor: pointer;
    padding: 4px;
    background-color: darkblue;
}

.Icon {
    margin-right: 4px;
    margin-bottom: 4px;
}

.DeCamping {
    float: left;
}

.campingnaam {
    float: left;
    padding-right: 5px;
    font-size: medium;
}

.leaflet-popup-content {
    width: 175px;
    font-size: 1.5em !important;
    line-height: 1.2 !important;
    margin: 13px 19px 13px 13px !important;
    min-height: 173px !important;
}

    .leaflet-popup-content img {
        width: 100% !important;
        height: auto;
    }

.marker-cluster-small,
.marker-cluster-small div {
    background-color: rgba(48, 255, 0, .6) !important;
}

.notice {
    display: block;
    padding: 10px;
    margin: 15px 0;
    background: #fff8dc;
    border-left: 4px solid #d79306;
}

@media all and (max-width: 768px) {
    .CF {
        font-size: 18px;
    }

    h2 {
        font-size: 16px;
    }

    h3 {
        font-size: 14px;
    }

    .btn-lg,
    .btn-group-lg > .btn {
        font-size: 12px;
    }

    .promotext,
    .campingnaam,
    .Plaats {
        font-size: small;
    }

    .promotext {
        padding-right: 3px;
        padding-top: 0;
    }

    .Plaats {
        clear: left;
    }
}

@media all and (max-width: 600px) {
    .plusposities {
        display: none;
    }
}

@media all and (max-width: 360px) {
    .CF {
        font-size: 16px;
    }

    h2 {
        font-size: 14px;
    }

    h3 {
        font-size: 12px;
    }

    .col-xs-offset-1 {
        margin-left: 0;
    }

    .navbar-nav {
        margin-top: 0;
    }

    .panel-primary-overlay-left {
        left: -100%;
        width: 100%;
        font-size: 10px;
    }
}
#ContentPlaceHolder1_map_canvas:focus {
    outline: none !important;
}
