body {
    font-family: 'Roboto', sans-serif;
    background-color: #ededed;  
    color: #333;  
}

header {
    background-image: url("../img/header.png");     
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; 
    height: 300px;
    width: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}
nav {
    width: 100%;
    margin-top: 24px;
	height: 64px;
	margin-bottom: 32px;
	background: #dc0000;
    background: -moz-linear-gradient(left, #dc0000 25%, #840000 100%);
    background: -webkit-linear-gradient(left, #dc0000 25%,#840000 100%);
    background: linear-gradient(to right, #dc0000 25%,#840000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dc0000', endColorstr='#840000',GradientType=1 );
    position: absolute;
    top: 0;
}

/*-- MAIN MENU --*/
.menu-wrap {
    width: 100%;
    position: relative;
}
.menu {
    float: right;
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    height: 100%;
}
.menu-item {
    display: inline-block;
    margin-left: 2rem;
}
.menu-link {
    height: 64px;
    display: block;
    padding-top: 30px;
    padding-bottom: 6px;
    font-size: 1.2rem;
    color: white;
    font-weight: 300;
    transition: all 0.3s ease-in-out;
    position: relative;
}
.menu-link:hover {
    color: white;
}
.menu-link::after {
    content: '';
    min-height: 0px;
    display: block;
    background: white;
    margin-top: 2px;
    transition: all 0.3s ease-in-out;
}
.menu-link:hover::after {
    min-height: 2px;
}
.button.dropbtn {
    float: right;
    margin-top: 12px;
    background: none;
    border: 1px solid white;
    color: white;
    display: none;
    margin-bottom: 0;
}
.button.dropbtn:hover {
    color: #333;
    background: white;
}
.button.dropbtn:hover::after {
    border-color: #555 transparent transparent;
}
@media screen and (max-width: 640px) {
    nav {
        margin-top: 0;
    }
}
@media screen and (max-width: 768px) {
    .menu {
        display: none;
        position: absolute;
        right: 0;
        height: auto;
        background: white;
        box-shadow: 0 0 5px 0 rgba(0,0,0,0.3)
    }
    .menu.active {
        display: block;
    }
    .menu-item {
        display: block;
        margin-left: 0;
    }
    .menu-link {
        height: auto;
        color: #333;
        padding: 1rem;
    }
    .menu-link::after {
        display: none;
    }
    .menu-link:hover {
        color: #333;
        background: #e5e5e5;
    }
    .button.dropbtn {
        display: block;
    }
}
/*-- LAYOUT --*/
nav .grid-container,
footer .grid-container {
    width: 80%;
}
footer {
    background: #222;
    height: 40px;
    text-align: center;
    margin-top: 40px;
}
.footer-content {
    margin: 10px auto;
    color: #ededed;
    font-size: 0.8rem;
}
.footer-content a {
    color: #ededed;
}
.footer-content a:hover {
    color: #dc0000;   
}
.grid-container.main {
    width: 80%;
    margin-top: 124px;
    z-index: 1;
    height: calc(100vh - 124px - 60px - 20px);
}
.title-wrap {
    height: 60px;
    background: rgba(0,0,0,0.3);
}
.content-wrap {
    background-color: white;
    height: calc(100% - 60px);
    overflow-y: auto;
}
.content {
    padding-bottom: 2rem;
}
@media screen and (max-width: 640px) {
    .grid-container.main {
        width: 100%;
        margin-top: 88px;
        height: auto;
        min-height: calc(100vh - 124px - 60px + 16px);
    }
    .content-wrap {
        height: auto;
        min-height: calc(100% - 60px);
    }
}

/*--VEIT THEME--*/
.liner.small {
    height: 2px;
    border-width: 2px;
    margin: 0 auto 1.2rem;
}
.button {
    background-color: #e5e5e5;
    color: #333;
    text-align: left;
}
.button:hover {
    background-color: #cacaca;
    color: #333;
}
.button:focus,
.button:active {
    background-color: #333;
    color: white;
}
.button .icon {
    font-size: 1.4rem;
    position: relative;
    line-height: 1.4rem;
    margin-right: 10px;
    margin-bottom: 4px;
    float: left;
    height: 1rem;
    display: block;
    margin-top: -5px;
}
.callout {
    border: 0;
    color: #333;
}
/*--TYPO--*/
h1, .h1 {
    font-size: 2.4rem;
    color: white;
    line-height: 4rem;
    letter-spacing: -2px;
}
h2, .h2 {
    font-size: 1.8rem;
    color: #555;
    margin-bottom: 0;
    line-height: 2rem;
    margin-top: 1rem;
    letter-spacing: -1px;
    font-weight: 600;
    background-image: url("../img/h2.png");     
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 2.2rem;
}
h3, .h3 {
    font-size: 1.6rem;
    color: #333;
}
/*--Container shadow--*/
.bg_shadow_wrap {
    position: absolute;
    left: 0;
    width: 100%;
    height: 450px;
    top: 104px;
    overflow: hidden;
    z-index: -1;
}
.bg_shadow_container {
    float: none;
    margin: 0 auto;
    height: 100%;
    width: 80%;
    position: relative;
}
@media screen and (max-width: 640px) {
    .bg_shadow_wrap {
        top: 68px;
    }
    .bg_shadow_container {
        width: 100%;
    }
}
.bg_shadow_container div:after {
    box-shadow: 0 0 15px rgba(0,0,0,0.45);
}
.bg_shadow {
    position: absolute;
    float: left;
    overflow: hidden;
    margin: 0 auto;
}
.bg_shadow:after {
    content: " ";
    position: absolute;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
.bg_shadow._top {
    height: 90px;
    left: -20px;
    top: 0;
    overflow: hidden;
    margin: 0 auto;
    width: calc(100% + 40px);
}
.bg_shadow._top:after {
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    height: 100%;
}
.bg_shadow._left {
    width: 40px;
    height: 450px;
    left: -20px;
    top: 90px;
    overflow: hidden;
}
.bg_shadow._left:after {
    width: 20px;
    height: 100%;
    left: 26px;
    top: 0;
    transform: skew(1.5deg);
}
.bg_shadow._right {
    width: 40px;
    height: 450px;
    right: -20px;
    top: 90px;
}
.bg_shadow._right:after {
    width: 20px;
    height: 100%;
    left: -6px;
    top: 0;
    transform: skew(-1.5deg);
}