.anfahrt_container {
    height: auto;
    overflow: hidden;
}

.anfahrt_container .right {
    width: 280px;
    float: right;
    background-color: #e8ecef;
}

.anfahrt_container .left {
    float: none; /* not needed, just for clarification */
    background: #e8f6fe;
    /* the next props are meant to keep this block independent from the other floated one */
    width: auto;
    overflow: hidden;
}

#findusmap, .anfahrt_container .right{
    height:400px;
    box-sizing:border-box;
    padding:20px 15px;
}

.anfahrt_container .yourlocation{
    margin-top: 80px;
}

.anfahrt_container .yourlocation .input{
    margin-top: 5px;
    border-radius: 10px;
    border:1px solid #fff;
    display: block;
    overflow: hidden;
    padding:5px;
}

.anfahrt_container .yourlocation .input.active{
    border:1px solid red;
}

.anfahrt_container .yourlocation .title{
    margin-left: 5px;
}

.anfahrt_container .yourlocation .input input{
    border:0;
    background-color: transparent;
    font-family: 'Dinpro';
    font-size: 14px;
    text-transform: uppercase;
    width:200px;
}

.anfahrt_container .yourlocation .input input:focus{
    -webkit-appearance: none;
    outline-style:none;
    box-shadow:none;
    border-color:transparent;
}

.anfahrt_container .yourlocation .input .icon-search{
    color:#5a5a5a;
}

.anfahrt_container .yourlocation .input .icon-search:hover{
    cursor:pointer;
}