<style class="cp-pen-styles">/* VARIABLES */
/* BASE */
html,
body {
    font-family: Muli, Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.4;
    height: 100%;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

.container {
width:100%;
    overflow: hidden;
    *zoom: 1;
    margin: 0 auto;
}

.site-content {
	width:100%;
    margin: 0 auto;
    padding-top: 0;
}

#logo {
    position: relative;
    display: block;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    height: 104px;
    float:left;
    background-image: url(/images/layout/logo_korona_lichtplanung_2021.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 48% auto;
}

/* HEADER */

#head_wrapper {
    width: 100%;
    margin: 0 auto;
    background-color:#fff;
}

.header {
    width: 96%;
    height:104px;
    margin: 0 auto;
    padding: 0 0 0 4%;
    left: 0;
    right: 0;
    color: #fff;
    background-image: url(/images/layout/bg_navi.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-color: #fff;
    display: grid;
    grid-template-columns: 20% 80%;
    grid-gap: 0vw;
    border-bottom: 3px solid #f7cb45;
}

a.header__icon {
    display:none !important;
}

#logo {
    width: 100%;
    background-size: 64% auto;
    display: grid;
}

#logo img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto auto auto !important;
    padding: 0px !important;
    width: 100%;
}

/* NAVIGATION */

.menu {
    width: 100%;
    display: grid;
}

.menu li {
    list-style-type: none;
    list-style-image: none;
    float:left;
    margin: 0 0 0 0;
    padding: 0 1px 0 0;
    background-color: #fff;
    height: 104px;
    display: grid;
    align-items:end;
    text-align: left;
}

.menu li:first-child {
    display:none;
}

.menu li:nth-child(2) {
    padding: 0 1px 0 1px;
}

.menu li a {
    font-family: Muli, Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 18px;
    white-space: nowrap;
    padding: 0 16px 6px 4px;
    color:#000;
    text-decoration:none;
    border-bottom: 5px solid #999;
    background-color: #fff;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.menu li a .subtitle {
    font-size: 14px;
}

.menu li a .desktop {
    line-height: 1px;
}

.menu li.active a, .menu li a:hover {
    color: #fcae00;
    border-bottom: 5px solid #feca00;
}

/* Laptop L ----------- */

@media only screen and (max-width: 1440px) {

#logo {
    background-size: 76% auto;
}

}

/* Laptop ----------- */

@media screen and (max-width: 1024px) {

.header {
    height: auto;
    grid-template-rows: 90px 44px;
}

#logo {
    grid-column-start: 2;
    grid-column-end: 3;
    background-size: auto 70%;
    background-position: 4px center;
}

#logo img {    
	height: 104px;
}
    
.menu {
    margin: 0 0 0 0;
    grid-column-start: 2;
    grid-column-end: 3;
    align-items:end;
}

.menu li {
    height: 27px;
}

.menu li a {
    font-size: 20px;
    padding: 0 16px 4px 4px;
}

.gallery #caption {
    width: 77%;
    padding: 6px 2% 12px 32px;
    font-size: 16px;
    line-height: 18px;
    background-position: 1% 4px;
}

}

/* Tablet ----------- */

@media only screen and (max-width: 768px) {
    .site-pusher,
    .site-container {
    height: 100%;
}

.site-container {
    overflow: auto;
    overflow-x: hidden;
}

.site-pusher {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

.site-content {
    right: 0;
    left: 0;
    bottom: 0;
    padding-top: 0;
}

/* HEADER */

a.header__icon {
    display:block !important;
}

.header {
    height:100px;
    margin: 0 auto;
    left: 0;
    right: 0;
    color: #fff;
    background-color: #fff;
}

.header__logo {
    font-weight: 700;
    padding: 0 25px;
    float: left;
}

#head_wrapper {
    width: 100%;
    height:120px;
    margin: 0 auto;
    background-color:#fff;
}

.header {
    position: static;
    background-image: none;
}

.header__icon {
    position: relative;
    display: block;
    float: left;
    width: 80px;
    height: 80px;
    cursor: pointer;
    margin: 16px 0 0 0;
}
    
.header__icon:after {
    content: '';
    position: absolute;
    display: block;
    width: 2.4rem;
    line-height: 3.4rem;
    height: 0.2rem;
    top: 16px;
    left: 15px;
    box-shadow: 0 12px 0 1px #222, 0 23px 0 1px #222, 0 34px 0 1px #222;
    }

/* HEADER */

#head {
    width: 92%;
}

#logo {
    margin: 0 0 0 0;
    width: 100%;
    background-size: 50% auto;
    grid-column-start: 2;
    grid-column-end: 3;
}

#logo img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width:100%;
}

.menu {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10vh 0 0 0;
    bottom: 0; */
    display: inline !important;

    /*    overflow-y: scroll;
        -webkit-overflow-scrolling: touch;*/
    width: 250px;
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
    height: 100vh;
    align-items:start;
    background-color: #474747;
}
    
.menu li {
    float: none;
    text-align:right;
    list-style-type: none;
    height: auto;
    padding: 0 0 0 0;
}
    
.menu li:first-child {
    padding: 0 0 0 0;
}
    
.menu li a {
    display: block;
    height: 40px;
    color: #fff;
    text-align: right;
    padding: 0 4% 0 0;
    line-height: 40px;
    border-bottom: 1px solid #fff;
    border-right: 0px;
    background-color: #474747;
}

.menu li a .subtitle {
    font-size: 20px;
}

.menu li a .desktop {
    display:none;
}

.menu li:first-child {
    display:grid;
}

.menu li:nth-child(2) {
    padding: 0 0 0 0;
}

.menu li.active a, .menu li a:hover {
    color: #feca00;
    border-bottom: 1px solid #fff;
}

.menu li:last-child a {
    border-bottom: 0px;
}

    .with--sidebar .site-pusher {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
}

    .with--sidebar .site-cache {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 1);
}

}


/* Mobil ----------- */

@media only screen and (max-width: 425px) {

#logo {
    width: 100%;
    background-size: 60% auto;
}

}


/* Mobil ----------- */

@media only screen and (max-width: 425px) {

.header__icon:after {
    content: '';
    position: absolute;
    display: block;
    width: 2rem;
    line-height: 2.4rem;
    height: 0.16rem;
    top: 16px;
    left: 12px;
    box-shadow: 0 10px 0 1px #222, 0 20px 0 1px #222, 0 30px 0 1px #222;
}

#logo {
    height: 116px;
    background-size: 70% auto;
}

}

</style>