.contact_me_mr_roboto {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

fieldset .remark {
    position: relative;
    color: #666666 !important;
    font-size: 12px;
    margin: 10px 0 15px !important;
}

.mapSideBar {
    height: 325px;
    width: 100%;
    z-index: 0;
    position: relative;
}

.mapMainArea {
    height: 400px;
    width: 100%;
    z-index: 0;
    position: relative;
}

.leaflet-control-attribution {
    color: grey;
}

.leaflet-control-attribution svg {
    display: none !important;
}

.leaflet-container a {
    color: grey;
}

/* error styles for form validation */
.error-id {
    color: red;
}

input.error,
textarea.error {
    border: 2px solid red;
}




.select2 {
    width: 100%;
}

.select2-container .select2-search--inline .select2-search__field {
    /*color: #f00 !important;*/
    margin: 5px !important;
}

/* multi select chosen items */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-bottom: 3px;
    background-color: var(--primary-color);
    vertical-align: middle;
    border: 0 !important;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    /*display: none;*/
    height: auto;
    margin: 0;
    padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 20px;
}

.select2-container--default .select2-selection--single {
    padding: 8px;
    border: 1px solid var(--primary-color);
}

.select2-container .select2-selection--single {
    height: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    cursor: text;
    padding-top: 5px;
    padding-left: 5px;
    border: 1px solid var(--primary-color);
}

/* focus on an text input or select2 box makes its border blurred */
span.select2-selection--single[aria-expanded=true],
span.select2-selection--multiple[aria-expanded=true],
input[type="text"]:focus,
select:focus,
textarea:focus:not(.select2-search__field) {
    border: 1px solid var(--primary-color) !important;
    -moz-box-shadow: 0 0 3px 1px rgba(21, 173, 165, 1);
    -webkit-box-shadow: 0 0 3px 1px rgba(21, 173, 165, 1);
    box-shadow: 0 0 3px 1px rgba(21, 173, 165, 1);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background: #000;
    top: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #f00 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: pointer;
    padding: 5px 5px 5px 2px;
}

/* make selected options overflow horizontally */
.select2-selection {
    overflow-y: auto;
    white-space: nowrap;
}

ul.select2-selection__rendered {
    white-space: nowrap;
}


li.select2-results__option span:nth-child(3) {
    float: right;
    margin-left: 15px;
}

.optiontype-hafen {
    color: #E82F17;
    background-color: #ED58451c;
    padding: 2px 8px 3px 4px;
    border-radius: 20px;
    font-size: 12px;
}

.optiontype-region {
    color: #2A1DE2;
    background-color: #554AE81c;
    padding: 2px 8px 3px 4px;
    border-radius: 20px;
    font-size: 12px;
}

.optiontype-land {
    color: #C7A838;
    background-color: #D2BA601c;
    padding: 2px 8px 3px 4px;
    border-radius: 20px;
    font-size: 12px;
}

span.select2-selection.select2-selection--multiple:after {
    content: "";
    background-image: url(/images/search.png);
    background-size: 20px;
    background-repeat: no-repeat;
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    top: 10px;
    left: 10px;
}

ul#select2-smart_search-container {
    margin-left: 30px !important;
}

span.select2-selection.select2-selection--multiple.select2-selection--clearable:after {
    display: none;
}

span.select2-selection.select2-selection--multiple.select2-selection--clearable ul#select2-smart_search-container {
    margin-left: 0 !important;
}


@media (min-width: 1351px) {

    .banner-list {
        max-width: 830px;
    }

    input#date {
        width: 29% !important;
    }


    .banner-list .select2.select2-container[data-select2-id="1197"] {
        width: 29% !important;
        max-width: 29% !important;
    }
}

@media (min-width: 1351px) {

    .banner-list {
        max-width: 830px;
    }

    input#date {
        width: 29% !important;
    }


    .banner-list .select2.select2-container[data-select2-id="1197"] {
        width: 29% !important;
        max-width: 29% !important;
    }
}

@media (min-width: 1025px) and (max-width: 1350px) {

    .banner-list {
        max-width: 80vw;
    }

    input#date {
        width: 29% !important;
    }

    .select2.select2-container {
        width: 38% !Important;
    }

    .banner-list .select2.select2-container[data-select2-id="1197"] {
        width: 29% !important;
        max-width: 29% !important;
    }
}


@media (min-width: 768px) and (max-width: 1024px) {

    .banner-list {
        max-width: 100%;
    }
}


@media (max-width: 767px) {

    .banner-list {
        max-width: 100% !important;
    }

    .select2.select2-container {
        max-width: 100% !important;
    }
}