body {
    font-size: 0.9em;
}

.content {
    background-color: #eeeeee;
    padding: 2.5%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 30px;
}

.sidebar {
    background-color: #eeeeee;
    padding: 8%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.content div.thumbnail {
    text-align: center;
    white-space: nowrap;
}

.fewosterne {
    border: 0px;
    padding-top: 2px;
    float: right;
}

.nav > li > a > span, .brand > span {
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}

/* set the background-color to red */
.navbar-inner {
    background-color: #3e4a4f;
    /* remove the gradient */
    background-image: none;
    /* set font color to white */
    color: white;
    filter: none;
}

/* menu items */

/* set the background of the menu items to pink and default color to white */

.navbar .nav > li > a {
    background-color: #3e4a4f;
    color: #fff;
}

/* set hover and focus to lightblue */
.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
    background-color: #64902a;
    color: #fff;
}

/* set active item to darkgreen */
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    background-color: #596a71;
    color: #fff;
}

/* set font color and background of the project name (brand) */

.navbar .brand {
    background-color: #3e4a4f;
    color: #fff;
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1024px) {
    p {
        font-size: 1em;
    }
    h1 {
        font-size: 1.2em;
    }

    .hero-unit h1 {
        font-size: 1.2em;
    }

    .hero-unit p {
        font-size: 0.8em;
    }

    .hero-unit {
        padding: 6%;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    p {
        font-size: 1em;
    }
    h1 {
        font-size: 1em;
    }

    .hero-unit h1 {
        font-size: 1em;
    }

    .hero-unit p {
        font-size: 0.8em;
    }

    .hero-unit {
        padding: 6%;
    }
}

/* Landscape phones and down */
@media (max-width: 480px) {
    p {
        font-size: 1em;
    }
    h1 {
        font-size: 1em;
    }

    .content, .sidebar {
        padding: 6%;
    }

    .hero-unit h1 {
        font-size: 1em;
    }

    .hero-unit p {
        font-size: 0.8em;
    }

    .hero-unit {
        padding: 6%;
    }

    .fewosterne {
        border: 0;
        padding-top: 2px;
        float: left;
        margin-bottom: 1em;
    }
}

.responsiveContainer {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
}

.responsiveContainer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

ul.itemlist > li {
    margin-bottom: 15px;
}