@font-face {
font-family: 'Avant Garde BT';
font-style: normal;
font-weight: 400;
src: local('Avant Garde BT'), url('font/AVGARDN_2.TTF') format('truetype');
}


@font-face {
font-family: 'Avant Garde BT';
font-style: normal;
font-weight: 700;
src: local('Avant Garde BT'), url('font/AVGARDD_2.TTF') format('truetype');
}


@font-face {
font-family: 'Avant Garde BT';
font-style: italic;
font-weight: 700;
src: local('Avant Garde BT'), url('font/AVGARDDO_2.TTF') format('truetype');
}
*{
    font-family: 'Avant Garde BT', 'Arial';
    color: rgb(203,236,125);
}
html, body{
    background-color: rgb(63,62,71);
}
.logo{
    color: #fff;
    text-decoration: none;
}
.logo span{
    font-size: 2em;
    margin: 0;
    text-transform: uppercase;
}
nav{
    background-color: rgb(63,62,71);
    padding: 50px 0 0px 0;
}
nav .container{
    padding-bottom: 0;
}
nav .container_inner{
    min-height: 100px;
}
.nav{
    align-self: flex-end;
}
.nav ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.nav ul ul{
    background-color: #000;
}
.nav li a {
    display: block;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 1.1em;
}
.nav li.rex-current a{
    color: #fff;
}
.nav_button{
    height: 40px;
    width: 40px;
    margin: 0 0 14px 16px;
}

aside{
    background-color: #2c2c2c;
}
.aside ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.aside ul ul{
    background-color: #2c2c2c;
    padding-left: 10px;
}
.aside li a {
    display: block;
    color: #fff;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 1em;
}
.aside li a:hover {
    background-color: #fff;
    color: #2c2c2c;
}
.aside li.aside_current a{
    background-color: #fff;
    color: #2c2c2c;
}
.aside_button{
    height: 40px;
    width: 40px;
    margin: 14px 16px;
}
.menu_line{
    width: 40px;
    height: 5px;
    background-color: rgb(203,236,125);
    display: block;
    margin-bottom: 8px;
    transition: 0.3s;
}
.menu_line:nth-last-child(3){
    margin-top: 6px;
    transform-origin: top left;
}
.menu_line:nth-last-child(1){
    margin-bottom: 0;
    transform-origin: bottom left;
}
.active .menu_line:nth-last-child(3){
    transform: rotate(45deg);
    transition: 0.3s;
    margin-left: 7px;
}
.active .menu_line:nth-last-child(2){
    opacity: 0;
    transition: 0.1s;
}
.active .menu_line:nth-last-child(1){
    transform: rotate(-45deg);
    transition: 0.3s;
    margin-left: 7px;
}
@media only screen and (max-width: 600px) {
    .nav ul li a{
        padding-left: 5px;
    }
    .nav{
        padding-bottom: 30px;
    }
    .nav .nav_button{
        align-self: flex-start;
    }
    .aside ul ul{
        padding-left: 20px;
    }
    .slick-btn{
        display: none !important;
    }
}

header{
    height: 400px;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 20px;
    margin-bottom: 40px;
}
header.map{
    padding: 0;
    height: 400px !important;
}
header img{
    height: 400px;
    margin: 0 5px;
}
header img:last-of-type{
    padding: 0 25px 0 0;
}
.search{
    background-color: #3e3e3e;
    padding: 10px;
    height: 100%;
    margin: 15px;
    width: 100%;
}
.search form{
    padding: 0;
    margin: 0;
}
.search form input{
    border: none;
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
    font-size: 1em;
    color: #fff;
    width: 100%;
}
.search form input:focus{
    outline: none;
}
.container{
    padding: 30px 20px;
}
footer a{
    text-decoration: none;
}
footer .sonstiges{
    margin-top: 40px;
}
footer .sonstiges a{
    padding-right: 30px;
}
.grid_overview div{
    height: 340px;
    padding: 10px 10px 50px 10px;
}
.grid_overview div p{
    padding-top: 10px;
}
.grid_overview div a{
    height: 100%;
    width: 100%;
    display: block;
    background-size: cover;
    background-position: center center;
    filter: grayscale(1);
    transition: 0.3s;
}
.grid_overview div a:hover{
    filter: grayscale(0);
    transition: 0.3s;
}
h1.small, h1{
    font-size: 1em;
    text-transform: uppercase;
    margin-bottom: 20px;
}
main img{
    width: 100%;
}
main .projekt_logo img{
    max-width: 100px !important;
    display: block;
    box-sizing: border-box;
}
main p{
    margin: 0;
    line-height: 1.3;
}
main p a{
    text-decoration: underline;
}
.slick-btn{
    position: absolute;
    left: 20px;
    z-index: 20;
    font-size: 4em;
    border: none;
    background-color: rgba(0, 0, 0, 0);
    width: 200px;
    height: 100%;
    transition: 0.2s ease;
    border-radius: 0;
    outline: none;
    cursor: pointer;
}
.slick-btn:hover{
    background-color: rgba(63,62,71, 0.5);
    transition: 0.2s ease;
}
.slick-btn.slick-next{
    left: calc(100% - 220px);
    top: 0;
}
.no_content{
    height: 0;
}
.padding-right{
    padding-right: 20px;
    padding-bottom: 20px;
}
