.foo {

    color: #f6f6f6;
    color: #003367; // -> 003367
    color: #0063B1; // -> 0063B1
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Roboto'), local('Roboto-Regular'),
    url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-500 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/roboto-v20-latin-500.eot'); /* IE9 Compat Modes */
    src: local('Roboto Medium'), local('Roboto-Medium'),
    url('../fonts/roboto-v20-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v20-latin-500.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v20-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v20-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

/* roboto-700 - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
    src: local('Roboto Bold'), local('Roboto-Bold'),
    url('../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}

body {
    background: #cbd8e0;
    font-family: Roboto, sans-serif;
    min-height: 100vh;
}

.page {
    background: #fff;
    margin: 0 -15px;
}

.grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content);
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-areas: "logo" "menu" "teaser" "content" "kontakt" "footer" "sidebar"
}

.logo {
    background: #ffff;//  #003367;
    grid-area: logo;
    padding: 45px;
    text-align: center;
    z-index: 1;
}

.logo > img {
    max-width: 250px;
    width: 100%;
}

.menu {
    background: #0063B1;
    display: flex;
    grid-area: menu;
    justify-content: flex-end;
    z-index: 1;
}

.navbar {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.navbar-dark .navbar-toggler {
    border: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.navbar-inner {
    background: rgba(255, 255, 255, .125);
    margin: .5rem 0 -.5rem;
}

.nav > li {
    display: block;
    padding: 5px;
    text-align: center;
    width: 100%;
}

.nav > li > a {
    color: #fff;
    font-size: large;
    font-weight: bold;
    padding: 15px;
    text-transform: uppercase;
}

.nav > li.active > a {
    text-decoration: underline;
}

.kontakt {
    background: #0063B1;
    grid-area: kontakt;
    padding: 45px;
    z-index: 1;
}

.kontakt > p {
    color: #fff;
}

.kontakt a {
    color: #fff;
    font-weight: bold;
}

.teaser {
    background: url('../img/home-header.jpg') 50% 50%;
    background-size: cover;
    grid-area: teaser;
    min-height: 25vh;
}

.teaser-home {
    background: url('../img/home-header.jpg') 50% 50%;
}

.teaser-lieferanten {
    background: url('../img/lieferanten-header.jpg') 50% 50%;
}

.teaser-sortiment {
    background: url('../img/sortiment-header.jpg') 50% 50%;
}

.teaser-impressum {
    background: url('../img/impressum-header.jpg') 50% 50%;
}

.teaser-datenschutz {
    background: url('../img/datenschutz-header.jpg') 50% 50%;
}


.sidebar {
    display: none;
    grid-area: sidebar;
}

.sidebar-top {
    background: url('../img/sidebar-top-bg.jpg') 50%;
    background-size: cover;
    border-bottom: 5px solid #fff;
    border-top: 5px solid #fff;
}

.sidebar-bottom {
    background: url('../img/sidebar-bottom-bg.jpg') 50%;
    background-size: cover;
    border-bottom: 5px solid #fff;
}

.content {
    grid-area: content;
    padding: 45px;
}

.content h1 {
    color: #0063B1;
    font-size: 3rem;
    line-height: 1em;
    margin-bottom: .5em;
}

.content h1 > small {
    color: #00223B;
    font-size: 1rem;
}

.content h2 {
    color: #003367;
    font-size: 1.5rem;
}

.content h1 > .text-uppercase {
    font-weight: bold;
}

.content-full {
    grid-area: content;
    padding: 45px;
}

.footer {
    background: #00162d;
    color: #fff;
    padding: 30px;
    grid-area: footer;
    text-align: center;
}

.footer-col-left {
    align-items: center;
    display: flex;
}

.footer-col-left--p {
    color: #9aa0a7;
    font-size: smaller;
    line-height: 2em;
    margin-bottom: 0;
}

.footer-col-left--a {
    color: #fff;
}

.footer-col-left--a:hover {
    color: #9aa0a7;
}

.footer-col-right {
    text-align: center;
}

.footer-col-right--img {
    opacity: .3;
    width: 150px;
}

/* Homepage */
.home-more-link {
    color: #003367;
    display: block;
    margin: 15px 0;
}

/* Lieferanten */
.lieferanten-col {
    margin-bottom: 30px;
}

.lieferanten-col--img {
    width: 100%
}

.lieferanten-col--name {
    color: #003367;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0;
    text-transform: uppercase;
}

.lieferanten-col--link {
    color: #0063B1;
    display: block;
    padding: 5px 0;
}

.lieferanten-col--link:hover  {
    color: #003367;
    text-decoration: none;
}

/* Sortiment */
.sidebar-sortiment {
    display: block !important;
}

.sortiment-img {
    border-top: 5px solid #fff;
    width: 100%;
}

.sortiment-h2 {
    margin-bottom: 15px;
}

