body {
    background-color: #fff !important;
    color: #272627;
    margin: 0px;
    padding: 0px;
    padding-top: 20px;
    padding-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
}



a {
    color: #0000ff;
    text-decoration: underline;
}

    a:hover {
        color: #000;
        text-decoration: none;
    }

h1, h2, h3 {
    color: #008AA4;
    font-family: 'Open Sans', sans-serif;
    font-size: 140%;
    font-weight: 600;
    margin-top: 0px;
}

h2 {
    margin-top: 27px;
}

.contact-mail {
    color: #008AA4 !important;
}

    .contact-mail:hover {
        color: #000 !important;
    }

.header-row {
    margin-bottom: 3px;
}

.listing-default {
    color: #272627;
    font-family: 'Open Sans', sans-serif;
}

    .listing-default li {
        color: #272627;
        margin-bottom: 5px;
    }

.remark-italic {
    font-style: italic;
    background-color: #f7f7f7;
    padding: 5px;
    display: inline-block;

    padding-left: 15px;
    padding-right: 15px;
}

.remark-optimized {
    font-style: italic;
    font-weight: bold;
}

#pagewrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 990px;
}

#header-image-upper-button {
    position: absolute;
    top: 0px;
    z-index: 120;
    padding: 0px;
}

#header-image-nav {
    position: absolute;
    width: 100%;
    z-index: 100;
    vertical-align: middle;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
}

.no-margin {
    margin-left: 0px;
    padding-left: 0px;
}

.nav-link {
    cursor: pointer !important;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    color: #008AA4;
    font-weight: bold;
    display: inline-block;
    padding-left: 6px;
    padding-right: 6px;
    text-align: center;
    min-width: 110px;
    margin-right: 7px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    background-color: #efefef;
    opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
}

.nav-selected {
    text-decoration: none;
    color: #fff;
    background-color: #008AA4;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.nav-link:hover {
    text-decoration: none;
    color: #fff;
    background-color: #008AA4;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

.nav-link-welcome {
    display: block;
}

#content-spacer {
    height: 30px;
}

.address address {
    text-align: center;
    float: right;
}

.header-visual {
    display: none;
}

.address {
    padding-top: 23px;
}

    .address span {
        display: block;
        font-weight: normal;
        line-height: 23px;
        color: #008AA4;
    }

#logo-main {
    float: left;
}

.img-subject {
    margin: 0px;
    padding: 0px;
    display: block;
    max-width: 320px;
    width: 100%;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
}

.no-margin-right {
    margin-right: 0px;
    padding-right: 10px;
}

.footer-spacer-column {
    border-style: solid;
    border-width: 0px;
    border-top-width: 2px;
    border-color: #008AA4;
}

.trust-info-panel {
    border-style: solid;
    border-width: 0px;
    border-color: #008AA4;
    border-top-width: 2px;
    padding-top: 30px;
    display: block;
    margin-top: 30px;
}

    .trust-info-panel h3 {
        font-size: 80%;
        font-weight: bold;
        margin-top: 0px;
        padding-bottom: 15px;
        padding-top: 0px;
        text-align: center;
        color: #000;
    }

.trust-info-image {
    display: block;
    margin: 15px;
    margin-left: auto;
    margin-right: auto;
}

.main-content p {
    line-height: 25px;
    color: #272627;
    font-family: 'Open Sans', sans-serif;
}

#select-page {
    display: none;
    width: 100%;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    margin-bottom: 20px;
}

#gotoTop {
    text-align: center;
    color: #666;
    padding: 7px;
    padding-top: 33px;
    display: block;
    font-size: 80%;
}

.btn-primary {
    background-color: #008AA4;
    color: #fff;
    float: right;
    border-radius: 0px;
    border-width: 0px;
}

label.error {
    color: #ff0000 !important;
    font-weight: normal !important;
}

@media (min-width: 769px) {

    #header-image-upper-button {
        margin-left:818px;
    }

    .error {
        color: #ff0000 !important;
        font-weight: normal !important;
    }

    .container {
        width: 100% !important;
    }

    .control-label {
        text-align: left !important;
        font-weight: normal !important;
    }

    .form-control {
        border-radius: 0px !important;
        border-color: #000 !important;
    }
}


/* Landscape phone to portrait tablet */
@media (max-width: 990px) {

   #header-image-upper-button
    {
        position:inherit !important;
        visibility:hidden;
        display:none;
        margin-left:0px !important;
    }

    #logo-main {
        float: none;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .address address {
        float: none;
    }

    #header-image-nav {
        display: none;
    }

    #select-page {
        display: block;
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
        font-size: 120%;
        background-color: #f7f7f7;
        color: #000;
        border-width: 0px;
    }

    .logo-link {
        display: block;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}



/* Landscape phones and down */
@media (max-width: 480px) {

    #header-image-upper-button
    {
        position:inherit !important;
        visibility:hidden;
        display:none;
        margin-left:0px !important;
    }

    .address address {
        float: none;
    }

    
    #header-image-nav {
        display: none;
    }

    #select-page {
        display: block;
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
        font-size: 120%;
    }

    #logo-main {
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .logo-link {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
