html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}

input,
select,
textarea {
    color: #000;
}

input::-webkit-input-placeholder {
    color: #000 !important;
}

input:-moz-placeholder {
    color: #000 !important;
}

input::-moz-placeholder {
    color: #000 !important;
}

input:-ms-input-placeholder {
    color: #000 !important;
}

input[type=submit] {
    border: 0 none;
}

a,
a:visited {
    text-decoration: none;
}

#mapCanvas {
    height: 100%;
    width: 100%;
    z-index: 1;
}

#dirSource,
#dirDestination,
#searchTextField {
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    width: 85%;
    color: #000;
    height: 19px;
    padding: 6px;
    text-overflow: ellipsis;
    z-index: 1000 !important;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 0px solid;
}

#searchTextField {
    margin-top: 15px;
}

#sogeboks {
    top: 10px;
    left: 10px;
    text-align: center;
    position: absolute;
    width: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 100;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    border: 1px solid #5299D3;
    background: url(http://landkort.dk/img/baggrund1.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#knap1 {
    padding-left: 30px;
    padding-right: 30px;
    padding: 2px;
    margin: 0 auto;
    margin-top: 10px;
    width: 90px;
    color: #fff;
    background: #98c345;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    background: -moz-linear-gradient(top, #98c345 0%, #72a611 100%);
    background: -webkit-linear-gradient(top, #98c345 0%, #72a611 100%);
    background: linear-gradient(to bottom, #98c345 0%, #72a611 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#98c345', endColorstr='#72a611', GradientType=0);
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

#knap1:hover {
    background: #c2e563;
    background: -moz-linear-gradient(top, #c2e563 0%, #8fc711 100%);
    background: -webkit-linear-gradient(top, #c2e563 0%, #8fc711 100%);
    background: linear-gradient(to bottom, #c2e563 0%, #8fc711 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#c2e563', endColorstr='#8fc711', GradientType=0);
    cursor: pointer;
}

#knap2 {
    float: left;
    margin-right: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding: 2px;
    margin-top: 10px;
    width: 90px;
    color: #fff;
    background: #98c345;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    background: #47c0c6;
    background: -moz-linear-gradient(top, #47c0c6 0%, #1194a3 100%);
    background: -webkit-linear-gradient(top, #47c0c6 0%, #1194a3 100%);
    background: linear-gradient(to bottom, #47c0c6 0%, #1194a3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#47c0c6', endColorstr='#1194a3', GradientType=0);
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

#knap2:hover {
    background: #4fd2dd;
    background: -moz-linear-gradient(top, #4fd2dd 0%, #13a0af 100%);
    background: -webkit-linear-gradient(top, #4fd2dd 0%, #13a0af 100%);
    background: linear-gradient(to bottom, #4fd2dd 0%, #13a0af 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#4fd2dd', endColorstr='#13a0af', GradientType=0);
    cursor: pointer;
}

#knap3 {
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    padding: 2px;
    margin: 0 auto;
    margin-top: 10px;
    width: 90px;
    color: #fff;
    background: #98c345;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    background: #f74646;
    background: -moz-linear-gradient(top, #f74646 0%, #e81718 100%);
    background: -webkit-linear-gradient(top, #f74646 0%, #e81718 100%);
    background: linear-gradient(to bottom, #f74646 0%, #e81718 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f74646', endColorstr='#e81718', GradientType=0);
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

#knap3:hover {
    background: #fc4f49;
    background: -moz-linear-gradient(top, #fc4f49 0%, #cc321e 100%);
    background: -webkit-linear-gradient(top, #fc4f49 0%, #cc321e 100%);
    background: linear-gradient(to bottom, #fc4f49 0%, #cc321e 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fc4f49', endColorstr='#cc321e', GradientType=0);
    cursor: pointer;
}
#knap4 {
    margin: 0 auto;
    margin-top: 10px;
    width: 90px;
    color: #fff;
    background: #98c345;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    background: #ffaf4b;
background: -moz-linear-gradient(top, #ffaf4b 0%, #ff920a 100%);
background: -webkit-linear-gradient(top, #ffaf4b 0%,#ff920a 100%);
background: linear-gradient(to bottom, #ffaf4b 0%,#ff920a 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 );
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

#knap4:hover {
    background: #f4cf49;
background: -moz-linear-gradient(top, #f4cf49 0%, #f7d309 100%);
background: -webkit-linear-gradient(top, #f4cf49 0%,#f7d309 100%);
background: linear-gradient(to bottom, #f4cf49 0%,#f7d309 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4cf49', endColorstr='#f7d309',GradientType=0 );
    cursor: pointer;
}
#knapholder {
    width: 302px;
    margin: 0 auto;
}

#directionSteps {
    overflow-y: scroll;
    max-height: 50%;
}

#paneReset {
    font-size: 10px;
}

.adp,
.adp table {
    overflow-x: hidden;
    max-height: 400px;
    background-color: #fff;
}

@media (max-width: 680px) {
    #knapholder {
        width: 208px;
    }
    #knap3 {
        clear: both;
        float: none;
    }
    #knap2 {
        margin-bottom: 15px;
    }
    #sogeboks {
        width: 70%;
    }
    #directionSteps {
        max-height: 220px;
    }
    .adp,
    .adp table {
        overflow-x: hidden;
        max-height: 200px;
        background-color: #fff;
    }
    #banner1 {
        width:200px !important;
    }
}
#linkst {
        text-decoration: none;
        color:#192b8a;
        font-style: italic;
        font-size: 12px;
    }

#visoggem {
    top: 10px;
    left: 15px;
    color: green;
    text-align: center;
    position: absolute;
    z-index: 10000000;
    font-size: 20px;
    }
        #banner1 {
        width:300px;
    }
.landlink {
    color:red;
        font-size: 22px;
    font-weight: bold;
}