/* BASIC STYLES */

* {
    font-family: 'Arimo', sans-serif;
    line-height: 1.2;
    color: #525c5e;
}

body {
    background: #fff!important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.no-gutter {
    padding-left:0!important;
    padding-right:0!important;
}

.trenner {
    border: 0;
    height: 2px;
    background: #4fb8d6;
    margin: 75px 0 50px 0;
}

.trenner-zwei {
    border: 0;
    height: 2px;
    background: #4fb8d6;
    margin: 50px 0 75px 0;
}

.trenner-light {
    border: 0;
    height: 2px;
    background: #4fb8d6;
    margin: 50px 0;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

/* MOBILE STYLES */

@media only screen and (max-width : 768px) {
    p, li, a {
        font-size: 12px;
    }
}

/* TYPOGAPHIE */

b {
    font-weight: 700;
    color: #fff;
}

@media only screen and (min-width : 768px) {

    p, li, a {
        font-weight: 400;
        font-size: 15px;
        line-height: 1.5;
    }

    h1, h2, h3 {
        font-weight: 700;
    }

    h1 {
        color: #005282;
        font-size: 36px;
        margin: 50px 0 5px 0;
    }

    h2 {
        color: #4fb8d6;
        font-size: 22px;
        margin: 5px 0 25px 0;
    }

    h3 {
        color: #005282;
        font-size: 24px;
        margin: 0px 0 25px 0;
    }

    h4 {
        color: #005282;
        font-size: 18px;
        margin: 25px 0 5px 0;
    }
}

@media only screen and (max-width : 768px) {

    p, li, a {
        font-weight: 400;
        font-size: 12px;
        line-height: 1.5;
    }

    b.smaller {
        font-size: 11px;
    }

    h1, h2, h3 {
        font-weight: 700;
    }

    h1 {
        color: #005282;
        font-size: 30px;
        margin: 50px 0 5px 0;
    }

    h2 {
        color: #4fb8d6;
        font-size: 18px;
        margin: 5px 0 25px 0;
    }

    h3 {
        color: #005282;
        font-size: 20px;
        margin: 0px 0 25px 0;
    }
    h4 {
        color: #005282;
        font-size: 16px;
        margin: 25px 0 5px 0;
    }
}

@media only screen and (max-width : 480px) {

    h1 {
        color: #005282;
        font-size: 24px;
        margin: 50px 0 5px 0;
    }

    h2 {
        color: #4fb8d6;
        font-size: 16px;
        margin: 5px 0 25px 0;
    }

    h3 {
        color: #005282;
        font-size: 16px;
        margin: 0px 0 25px 0;
    }

    #map {
        margin-top: 25px;
    }
}

p.strong {
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}

/* HEADER */

#banner img {
    width: 100%;
}

#logo {
    position: absolute;
    top: 10px;
    left: 25px;
    z-index: 999;
}

#blue-top {
    height: 15px;
    background-color: #4fb8d6;
}

.mobile-logo {
    padding: 15px;
}

/* CONTENT */

#teaser {
    padding: 15px 0;
}

#blue-box, #blue-box-mobile, #blue-box-phone {
    background-color: #005282;
    color: white;
    border-radius: 10px;
}

#blue-box-phone {
    padding: 25px;
}

#blue-box li, #blue-box h3, #blue-box-mobile li, #blue-box-mobile h3, #blue-box-phone li, #blue-box-phone h3 {
    color: white!important;
}

#blue-box h3 {
    margin: 30px 0 20px 0!important;
}

#blue-box-mobile h3 {
    margin: 20px 0 20px 0!important;
    font-size: 18px!important;
}

#blue-box img, #blue-box-mobile img {
    border-radius: 0 10px 10px 0;
}

#team-row img {
    border-radius: 10px;
    margin-top: 15px;
}

#signet {
    margin: 35px 0;
}

/* FOOTER */

footer {
    background-color: #005282;
    padding: 50px 0 25px 0;
    margin-top: 50px;
    border-bottom: 25px solid #4fb8d6;
}

footer p {
    color: #fff;
}

footer p.lightblue, footer a.lightblue {
    color: #4fb8d6;
}

.left-span {
    margin-left: 35px;
}