/* Füge hier Dein eigenes CSS ein */
/* Logo Mitte alleine */ 
/*
.navbar-header.responsive-logo {
    text-align: center;
    width: 100%;
}
*/
/* Logo grösser */

a.navbar-brand {
    height: 80px;
    width: auto;
}

/* big title kleiner */

h1.intro-text {
    font-size: 235%;
}

/* Hintergrundfarbe navigation */
/*
div#main-nav.navbar {
    background: #cbc6c5;
}
*/
