a[href^="http://maps.google.com/maps"] {
    display: none !important;
}

a[href^="https://maps.google.com/maps"] {
    display: none !important;
}

.tx-mm-location {
    position: relative;
}

/* .tx-mm-location:after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 100px solid red;
    LEFT: 0;
    border-left: 940px solid transparent;
    top: -100px;
} */
#map {
    height: 1100px;
    min-height: 100vh;

}

.info-box {
    pointer-events: all;
    padding: 15px;
    /* max-height: 700px; */
    max-height: 854px;
}

.info-box-item {
    width: 380px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 2px 15px 1px rgba(0, 0, 0, 0.4);
    border-radius: 15px;
}

@media(max-width: 767px) {
    .info-box-item {
        border-radius: 0;
    }
}

.info-box-wrap .company {
    font-family: 'Uni Neue', sans-serif;
    font-size: 15px;
}

.info-box-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1110px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    position: absolute;
    max-width: 100%;
}

.info-box h2 {
    font-size: 35px;
    line-height: normal;
    display: inline-block;
    width: 100%;
}

.info-box .display-toggle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: solid 1px #4dafdf;
    float: right;
    cursor: pointer;
    position: relative;
}

.info-box .display-toggle:before {
    content: "";
    background: url(../img/Group135.svg) no-repeat center;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 5px;
    left: 5px;
}

.info-box-wrap.active .info-box .display-toggle:before {
    background: url(../img/Group133.svg) no-repeat center;
}

.info-box .info-text {
    color: #a4a9ac;
    font-size: 14px;
    font-family: 'Uni Neue', sans-serif;
}
.info-box .info-text .count {
    display: inline-block;
    margin-right: 5px;
}
.search-place {
    position: relative;
    margin-bottom: 40px;
}

.search-place input[type="text"] {
    background: #f3f3f3;
    height: 45px;
    border-radius: 50px;
    border: 0;
    width: 100%;
    padding: 0 50px 0 30px;
    margin-bottom: 0;
    color: #a4a9ac;
}

.search-place input[type="text"]::placeholder {
    font-size: 14px;
    font-family: 'Uni Neue', sans-serif;
    color: #a4a9ac;
}

.search-place input[type="text"]::-moz-placeholder {
    font-size: 14px;
    font-family: 'Uni Neue', sans-serif;
    color: #a4a9ac;
}

.search-place button[type="submit"] {
    position: absolute;
    width: 45px;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 50%;
    border: 0;
}

.search-place .cur-location {
    background: url(../img/location.svg) no-repeat center;
    width: 20px;
    height: 45px;
    position: absolute;
    left: 7px;
    cursor: pointer;
}

.result-box {
    cursor: pointer;
    background-color: #798183;
    border-radius: 15px;
    padding: 20px;
    margin-top: 15px;
    color: #fff;
    position: relative;
}

.result-box.active {
    background-color: #4dafdf;
}

.result-box h6 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 20px;
}

.result-box p {
    font-size: 14px;
    margin-bottom: 0;
}

.result-box address {
    margin: 20px 0 0;
}

.result-box .icon {
    position: absolute;
    right: 25px;
    top: 20px;
}

.result-box .links {
    margin: 20px 0 0;
}

.result-box span.distance {
    font-size: 14px;
}

.result-box .links a {
    color: #fff;
    word-break: break-word;
    font-size: 14px;
}

.result-box .links a:hover:after {
    content: none;
}

.result-box .links .route,
.result-box .links .website {
    position: relative;
    display: block;
    padding: 0 0 0 25px;
}

.result-box .links .route:before {
    content: "";
    top: 2px;
    position: absolute;
    width: 20px;
    height: 20px;
    left: -4px;
    display: inline-block;
    background: url(../Icons/icon-Medium_Anfahrtsplaene-01.svg) no-repeat right;
}

.result-box .links .website > a:before {
    content: "";
    top: 2px;
    position: absolute;
    width: 20px;
    height: 20px;
    left: -4px;
    display: inline-block;
    background: url(../Icons/JumpIcon-white.svg) no-repeat right;
}

.gm-bundled-control {
    height: 100%;
    display: flex;
    align-items: center;
    bottom: 0 !important;
}

.gm-bundled-control .gmnoprint {
    left: auto !important;
    right: 70px;
    top: auto !important;

}

.gm-bundled-control .gmnoprint>div {
    box-shadow: 0px 0px 10px #00000029 !important;
    border-radius: 20px !important;
    width: 46px !important;
    height: 92px !important;
}

.gm-bundled-control .gmnoprint>div button.gm-control-active {
    margin: 0 !important;
    width: 46px !important;
    height: 46px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.gm-bundled-control .gmnoprint>div button.gm-control-active img {
    opacity: 0;
}

.gm-bundled-control .gmnoprint>div button.gm-control-active:first-child:before {
    content: "";
    background: url(../img/Group135.svg) no-repeat center;
    width: 26px;
    height: 26px;
}

.gm-bundled-control .gmnoprint>div button.gm-control-active:last-child:before {
    content: "";
    background: url(../img/Group133.svg) no-repeat center;
    width: 20px;
    height: 10px;
}

.gm-bundled-control .gmnoprint>div button.gm-control-active:first-child~div {
    display: none;
}

.gm-control-active.gm-fullscreen-control,
.gm-svpc {
    display: none;
}

/* patient */
.patient-layout .info-box .display-toggle {
    border: solid 1px #274B93;
}

.patient-layout .result-box.active {
    background-color: #274B93;
}

.patient-layout .info-box .display-toggle:before {
    background: url(../img/Group135-darkblue.svg) no-repeat center;
}

.patient-layout .info-box-wrap.active .info-box .display-toggle:before {
    background: url(../img/Group133-darkblue.svg) no-repeat center;
}

.patient-layout .gm-bundled-control .gmnoprint>div button.gm-control-active:first-child:before {
    background: url(../img/Group135-darkblue.svg) no-repeat
}

.patient-layout .gm-bundled-control .gmnoprint>div button.gm-control-active:last-child:before {
    background: url(../img/Group133-darkblue.svg) no-repeat
}

.result-box-wrap {
    max-height: 400px;
    overflow-y: scroll;
    position: relative;
}

.result-box-wrap::-webkit-scrollbar {
    height: 6px;
  }
  

  .result-box-wrap::-webkit-scrollbar-track {
    background: #DBDBDB;
    border-radius: 20px;
  }
 
  .result-box-wrap::-webkit-scrollbar-thumb {
    
    border-radius: 20px;

  }
 .patient-layout .result-box-wrap::-webkit-scrollbar-thumb {
    background: #274B93;
  }
  .doctor-layout .result-box-wrap::-webkit-scrollbar-thumb {
    background: #4dafdf;
  }
 
.info-text,
.result-box-wrap {
    display: none;
}
.result-box .links a:empty {
    display: none;
}

/* doctor */
.doctor-layout .search-place button[type="submit"] {
    background-color: #4dafdf;
}

/* doctor */
.patient-layout .search-place button[type="submit"]{
    background: #274B93;
}
.doctor-layout .search-place button[type="submit"]{
background: #4dafdf;
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
    .info-box-wrap {
        left: 0;
    }

    .gm-bundled-control .gmnoprint {
        right: 0;
    }

    .info-box-item {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 767px) {
    #map {
        height: 397px;
        min-height: auto;
    }
    .tx-mm-location {
        padding-top: 600px;
    }
    .info-box{
        padding: 0;
    }
    .info-box .display-toggle{
        display: none;
    }
    .info-box h2 {
        text-align: center;
    }
    .search-place input[type="text"] {
        background: #fff;
        padding: 0 50px 0 35px;
    }
  
    .info-box-wrap {
        left: 0;
        top:  50px;
        transform: none;
        padding: 0 30px;
    }

    .info-box-item {
        width: 100%;
        margin-left: 0;
        box-shadow: none;
        background: transparent;
    }

    .gm-bundled-control {
        right: 0 !important;
    }

    .gm-bundled-control .gmnoprint {
        left: auto !important;
        right: 0;
    }
    .info-text, .result-box-wrap {
        display: flex;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .result-box {
        margin-bottom: 26px;
        min-width: 292px;
        margin-right: 30px;
    }
    .info-box h2 {
        text-align: center;
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 35px;
    }
    .search-place .cur-location{
        left: 12px;
    }
    .search-place {
        margin-bottom: 45px;
    }
   
}