#header {
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: 0;
}

a, a:hover, a:active, a:visited {
    color: #6b6b6b;
}

#main {
    background: #ffffff;
    padding-bottom: 20px;
}

@media screen and (min-width: 1025px) {
    body {
        background: #f5f5f5;
    }
}

ul.list-style-arrow {
    padding-left: 10px;
}

ul.list-style-arrow.gray li {
    list-style-type: none;
}
ul.list-style-arrow.gray li:before {
    content: "→  ";
    color: #b6b6b6;
    font-weight: bold;
}


ul.list-style-arrow.orange li {
    list-style-type: none;
}
ul.list-style-arrow.orange li:before {
    content: "→  ";
    color: #f9a700;
    font-weight: bold;
}


/*******************************************
NAVIGATION
*******************************************/
/* Default Navigation (Desktop and Tablet) */

.navbar-rb .navbar-brand {
    height: 120px;
    width: 200px;
    margin-right: 15px;
    margin-left: 10px !important;
    background: url("../img/logo_orange.jpg") no-repeat;

}


.navbar-rb li {
    font-size: 20px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-shadow: none;
    background: #b6b6b6;
}
.navbar                     { margin-top: 20px;  }
.navbar-rb .navbar-nav      { float: none;  }
.navbar-rb a                { color: whitesmoke;  }
.navbar-rb .nav li a:hover  { color: #f9a700; background: #ffe596 }
.navbar-rb .nav li.active   { background: #f9a700; }
.navbar-rb .nav li          { min-width: 160px;  }

/* Burger-Navi-Button (Handy) */
.navbar-rb .navbar-toggle {
    background-color: #b6b6b6;
    border-color: #ddd !important;
    margin-right: 0;
}

.navbar-rb .navbar-toggle .icon-bar {
    background-color: whitesmoke;
}

/* max-width must be 1px lower than the screen-breakpoint,
    otherwise there will be no margin between top-nav-icons in 768px resolution
 */
@media screen and (max-width: 767px) {
    /*
    .navbar-rb {
        border-radius: 4px;
        border: 2px solid gray;
    }*/

    .navbar-rb li {
        margin-right: 0;
    }
}

/*******************************************
END NAVIGATION
*******************************************/



#sidebar {
    background-color: #ffe596;
}

#sidebar h2, #sidebar h1 {
    font-size: 26px;
    color: orange;
}


#content {  }


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

#footer {
    margin-left: -15px;
    padding-top: 15px;
    width: calc(100% + 30px);
    margin-top: 30px;
    margin-bottom: -20px;
    /* Set the fixed height of the footer here */
    height: 50px;
    background-color: #f9a700;
}


h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Walter Turncoat', cursive;*/
}

html, p, ul, ol {
    font-family: 'Montserrat', sans-serif;
}


/* Image-Gallery (portfolio)
-------------------------------------------------- */


 h1 {
    color: #f9a700;
}

.impressum h2 {
    font-size: 14px;
    font-weight: bold;
}
