/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

#oda-um-container *,
#oda-um-container *:after,
#oda-um-container *:before,
#oda-um-map-container *,
#oda-um-map-container *:after,
#oda-um-map-container *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#oda-um-container,
#oda-um-map-container {
    font-family: 'Noto Sans', sans-serif;
}


#oda-um-map-container:before,
#oda-um-map-container:after {
    content: " ";
    display: table;
}

#oda-um-map-container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.oda-cta {
    color: rgb(255, 255, 255);
    background-color: rgb(86, 175, 49);
    font-weight: 700;
    padding: 15px;
    font-size: 21px;
    line-height: 1.25;
    text-transform: uppercase;
    display: block;
}

.oda-gray {
    background-color: rgb(230, 230, 230);
    display: table;
    width: 100%;
}

#oda-um-map-container .oda-gray {
    width: auto;
}
.oda-content {
    font-size: 16px;
    line-height: 1.313em;
    color: rgb(0, 0, 0);
    padding: 15px;
}

.oda-content_map {
    padding-top: 0;
    padding-bottom: 0;
}

#oda-um-container input[type=text],
#oda-um-map-container input[type=text] {
    border: 1px dotted rgb(0, 0, 0);
    background-color: rgb(255, 255, 255);
    padding: 0 0 0 5px;
}
#oda-um-container .easy-autocomplete input,
#oda-um-map-container .easy-autocomplete input {
    border-color: inherit;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    padding: 0 0 0 5px;
    margin-bottom: 3px;
    font-size: 16px;
}

.oda-order {
    display: block;
    margin-bottom: 2px;
    padding-left: 2px;
}

#oda-um-container input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.oda-btn {
    border: 1px dotted black;
    display: inline-block;
    padding: 5px 30px;
    color: rgb(0, 0, 0);
    font-size: 16px;
}

.oda-btn.oda-green {
    color: rgb(255, 255, 255);
    background-color: rgb(86, 175, 49);
    border: 1px solid rgb(86, 175, 49);
}

.oda-tbl {
    display: table;
    height: 100%;
    width: 100%;
}
.oda-tblCell {
    display: table-cell;
    vertical-align: middle;
}

/*.oda-tblCell img {*/
/*    display: block;*/
/*    margin-left: auto;*/
/*    margin-right: auto;*/
/*}*/

img {
    border: 0;
    vertical-align: middle;
}
.oda-img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.oda-titleBG {
    /*background-image: url(/images/h1.png);*/
    /*background-position: center center;*/
    /*background-repeat: repeat-x;*/
    /*width: 100%;*/
    min-height: 32px;
    text-align: center;
    margin: 15px 0 0;
    position: relative;
}
.oda-titleBG:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -1px;
    height: 1px;
    width: 100%;
    background-color: #56AF31;

}
.oda-map__head {
    position: relative;
    color: rgb(86, 175, 49);
    font-size: 25px;
    font-weight: 700;
    margin: 0 0 6px;
    line-height: 1.2;
    text-transform: uppercase;
    display: table;
    margin-left: auto;
    margin-right: auto;
    background-color: rgb(230, 230, 230);
    padding-left: 20px;
    padding-right: 20px;
    z-index: 100;
}

.oda-map {
    position: relative;
    width: 80%;
    float: right;
}

.oda-map svg path.st0 {
    fill: rgb(180, 180, 180);
    stroke-width: 0.2;
}

.oda-marker {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.mark {
    position: absolute;
    display: inline-block;
}

.mark img {
    width: 50px;
    height: 60px;
    max-width: none;
    margin: -60px auto auto -25px;
}

.mapSwitzerland {
    position: relative;
    clear: both;
}

.mapSwitzerland .mark {
    position: inherit;
    box-shadow: none;
    text-decoration: none;
}

.mapSwitzerland .mark:hover {
    text-decoration: none;
}

.mapSwitzerland .mark img {
    margin: 0;
    display: inline-block;
    float: left;
    margin-right: 10px;
}

small {
    font-size: 0.8em;
}
.oda-pin {
    background-color: rgb(255, 255, 255);
    display: block;
    margin: 0 0 0 -50%;
    width: 200px;
    text-align: center;
}
.mapSwitzerland a small {
    display: inline-block;
    margin: 15px 0 0;
    font-size: 12px;
}
svg:not(:root) {
    overflow: hidden;
}

.oda-result-btn {
    border: 1px dotted black;
    border-top-style: dotted;
    border-right-style: dotted;
    border-bottom-style: dotted;
    border-left-style: dotted;
    display: inline-block;
    padding: 5px 30px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    box-shadow: none!important;
}

.oda-result-btn:hover {
    border-style: solid;
    color: #23527c;
    text-decoration: none;
}

.oda-result-btn:focus {
    color: #23527c;
    text-decoration: none;
}

.resultSearch {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    margin-top: 50px;
    position: absolute;
    z-index: 10;
}
.titleSearch {
    background-color: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    font-weight: 700;
    padding: 1px 5px;
    display: inline-block;
    margin-bottom: 20px;
}

.resultSearch h2 {
    color: rgb(86, 175, 49);
    font-size: 25px;
    line-height: 1.2;
    font-weight: 400;
    margin: 20px 0 5px;
    text-transform: uppercase;
    margin-bottom: 10px !important;
}

/*.easy-autocomplete {*/
/*    width: 100%!important;*/
/*}*/

.easy-autocomplete ul {
    padding-left: 0!important;
    padding-bottom: 0!important;
}

.oda-row {
    margin-left: -15px;
    margin-right: -15px;
}
.oda-row:before, .oda-row:after {
    content: " ";
    display: table;
}
.row:after {
    clear: both;
}
.oda-col-xs-12,
.oda-col-md-8,
.oda-col-md-6,
.oda-col-md-4,
.oda-col-sm-6 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.oda-col-xs-12 {
    width: 100%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-6 {
        width: 50%;
        float: left;
    }
}


@media (min-width: 992px) {
    .oda-col-md-8 {
        width: 66.66666667%;
        float: left;
    }

    .oda-col-md-6 {
        width: 50%;
        float: left;
    }
    .oda-col-md-4 {
        width: 33.33333333%;
        float: left;
    }

    .oda-col-md-offset-0 {
        margin-left: 0%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .oda-hidden-sm {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .oda-hidden-xs {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .resultSearch {
        margin-top: 15px;
        position: inherit;
        margin-bottom: 20px;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .mark img {
        width: 25px;
        height: 30px;
        margin: -30px auto auto -13px;
    }
}

