html {
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 945px) {
    html {
        -webkit-text-size-adjust: none;
    }
}



body {
    background-color: #ffffff;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color: #14234b;
    overflow-y: scroll;
}

h1,
h2,
h3,
h4,
li,
ol,
ul,
p {
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 18px;
    font-weight: bold;
    color: #14234b;
    line-height: 20px;
    margin: 10px 0 10px 0;
}



ul, ol {
    margin: 0 0 18px 25px;
    list-style-image: url(../../img/haken.png);
}


ul.disc {
    list-style-image: none;
    list-style-type: disc;
}

li {
    line-height: 18px;
    color: #14234b;
}


p {
    color: #14234b;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 9px;
}


.content li {
    margin: 0 0 5px 0;
}




.clear {
    clear: both;
}


#tx-gmap-wrapper {
    position: relative;
    top: 0;
    left: 0;

}

#tx-gmap {
    position: relative;
    top: 0;
    left: 0;

    height: 350px;
    max-width: 530px;
    z-index: 5;
    background-color: transparent;

}

#tx-gmap_overlay {

}

#tx-gmap-text {
    position: absolute;
    top: 0;
    left: 0;

    padding: 4.5% 0 4.5% 8%;

    height: 400px;
    width: 100%;
    color: #ffffff;
    background: transparent;
    z-index: 7;

}

#tx-gmap-text a {
    color: #ffffff;
}

