body {
    font-size: 90%;
    line-height: 1.4;
}

.table table {
    max-width: 100% !important;
}

.table th,
.table td {
    width: auto !important;
    padding: 0 5px;
}

ul,
ol {
    margin-left: 1em;
    padding: 0;
}

header {
    height: 135px;
}

header img {
    width: 250px;
    margin: 10px 0 0 0;
}

article {
    margin: 20px 10px 20px 10px;
    padding: 20px 20px 10px 20px;
}

#gpx_content {
    float: none;
}

footer {
    margin: 20px 10px 10px 10px;
    font-size: 1em;
}

nav {
    float: none;
    width: 100%;
    margin: 0;
    font-size: 2.5em;
    line-height: 1.7;
}

.nav-toggle {
    display: block;
    width: 250px;
    height: 65px;
    margin: 100px auto 0 auto;
    background: url(../images/nav-closed.gif) no-repeat center center #ffe700;
    border-radius: 15px;
}

.nav-toggle span {
    position: absolute;
    top: 0;
    left: -9999px;
}

.nav-toggle.active,
.nav-toggle:hover,
.nav-toggle:focus {
    background: url(../images/nav-opened.gif) no-repeat center center #ffe700;
    ;
    outline: none;
    border-bottom: none;
}

.js-nav-active .nav-toggle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.js .nav-collapse {
    display: block;
    position: absolute;
    left: 0;
    max-height: 0;
    clip: rect(0 0 0 0);
    zoom: 1;
}

.nav-collapse.opened {
    max-height: 9999px;
}

.nav-collapse.disable-pointer-events {
    pointer-events: none !important;
}

.nav-toggle {
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.startlogos {
    max-width: 100%;
}

.startlogos img {
    margin: 0 20px 20px 0;
}

.startlogos img::last-child {
    margin-right: 0;
}

@media screen and (max-width:720px) {
    .contactform,
    .contactform label span.title,
    .contactform input[type="text"],
    .contactform textarea {
        width: 98%;
    }
}