﻿.linkmap {
    background-color: #eee;

    font-size: 14px;
    white-space: nowrap;
    font-weight: 700;
    padding: 0;
    margin: 0;
    border: none;
    display: flex;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    justify-content: space-between;
}

.mbx-current-location {
    background-color: rgb(11, 94, 154);
    color: white;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 100%, 0 100%);
    margin-right: -20px;
    position: relative;
    z-index: 1;
    height: 60px;
}

.mbx-home a {
    background-color: #ccc;
    color: rgb(73, 71, 71);
    padding: 0 25px;
    display: inline-flex;
    align-items: center;
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 100%, 15px 100%);
    margin-right: -20px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    height: 60px;
}

.mbx-product a {

    color: rgb(73, 71, 71);
    padding: 0 25px 0 30px;
    display: inline-flex;
    align-items: center;
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 100%, 15px 100%);
    position: relative;
    z-index: 1;
    cursor: pointer;
    height: 60px;
}

.mbx-product-1 a {
    background-color: #e6e6e6;
}

.mbx-product-1 a:hover {
    color: #0b5e9a;
}

.mbx-product.last a {
    background-color: initial;
}

.mbx-home a:hover {
    color: #0b5e9a;
}

.mbx-nav-links {
    display: inline-flex;
    align-items: center;
    font-weight: normal;
    font-size: 14px;
    margin-left: auto;
    position: relative;
    z-index: 2;

}

.lv1_ul {
    display: flex;
}

.mbx-nav-links a {
    color: rgb(73, 71, 71);
    text-decoration: none;
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 1;
    line-height: 60px;
}

.mbx-nav-links a::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 10px;
    background-color: #494747;
    right: 0;
}

.lv1_ul .lv1_li:last-of-type a::after {
    display: none;
}

.mbx-nav-links a::before {
    content: '';
    position: absolute;
    left: 1px;
    right: 1px;
    top: 0;
    bottom: 1px;
    background-color: rgb(11, 94, 154);
    opacity: 0;
    transition: opacity 0.2s;
    z-index: -1;
}

.mbx-nav-links a:hover {
    color: #fff;
}

.mbx-nav-links a:hover::before {
    opacity: 1;
}

.side_menu_inside {
    height: 100%;
}
@media only screen and (max-width:768px) {
  .bredamap {
    width: 100%;
    overflow: hidden;
}
  .mbx-nav-links {
    display: none;

}
  .mbx-product-1 a{
    background-color: rgb(11, 94, 154);
  }
  .mbx-current-location{
     background-color: rgb(11, 94, 154);
    color: white;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 100%, 0 100%);
    margin-right: -20px;
    position: relative;
    z-index: 1;
    height: 60px;
  }
  .mbx-home a{
     background-color: rgb(11, 94, 154);
    color: white;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 100%, 15px 100%);
    margin-right: -20px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    height: 60px;
  }
  .mbx-product.last a {
    background-color: rgb(11, 94, 154);
}
.linkmap{
    background-color: rgb(11, 94, 154);

}
  .mbx-product a{
        color: white;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 100%, 15px 100%);
    position: relative;
    z-index: 1;
    cursor: pointer;
    height: 60px;
  }
}