.subpage-kks form#site-search-layer {
    display: none;
}

.subpage-kron form#site-search-layer {
    height: 31px;
    background: #ffffff;
    border-radius: 3px;
    padding-right: 52px;
    border: 1px solid #ddd;
    position: relative;
    margin-right: 20px;
    bottom: -5px;
}
.subpage-kron .searchfield__icon {
    height: 41px;
    width: 24px;
}

.subpage-kron input#search-input {
    height: 30px;
    border:none;
}

.subpage-kron a.searchfield__submit {
    border: 0;
    height: auto;
    padding: 0;
    padding-right: 10px;
}
.subpage-kron a.searchfield__submit--big {
    right: 50px;
}

.nav-main li.menu__item:nth-child(2) .menu-event-col.col-lg-4 img {
    display: none;
}

.navbar-light {
    background: #fff;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    padding: 15px 15px;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-right: 0rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    width: 160px;
    z-index: 2;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
a.navbar-brand img {
    max-width: 100% !important;
}

ul.nav-main {
    display: block;
    font-family: 'daxmedium';
    text-align: right;
}

ul.nav-main li.menu__item:first-child {
    display: none;
}

.nav-main-wrapper.container {
    display: flex;
    align-items: center;
}

.navbar-main {
    height: 40vh;
    margin-bottom: 15vh;
}

.navbar-top {
    display: block;
    margin-bottom: 10px;
    font-family: 'daxmedium';
    margin-top: 5vh;
    font-size: 14px;
    text-transform: uppercase;
}

/** hide navbar for first release version */
.navbar-lang {
    display: none !important;
}


.navbar-top a {
    color: rgb(10,60,119);
    padding: 10px 10px;
}

.navbar-main a {
    color: rgb(30,30,30);
    padding: 15px;
    font-size: 22px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
/*
li.menu__item ul.menu__level--third {
    height: 50px;
    
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

li.menu__item ul.menu__level--third:hover > ul.menu__level--third{
    height: 220px;
    color: gold !important;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}*/

.navbar-collapse {
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0px 0!important;
    margin-top: 38px !important;
}

.navbar-toggler{
    transform: rotate(0deg);
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;   
}

.navbar-toggler[aria-expanded="true"] > .navbar-toggler-icon{
    transform: rotate(180deg);
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;   
}
.navbar-toggler[aria-expanded="false"] > .navbar-toggler-icon{
    transform: rotate(0deg);
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;

}

.show-layer::after {
    content: '';
    position: absolute;
    background: rgba(25,78,150,0.7);
    height: 0%;
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.show.show-layer::after {
    content: '';
    position: absolute;
    background: rgba(25,78,150,0.7);
    height: 100%;
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}



ul.navbar-small {
    display: block;
    align-items: center;
    text-align: right;
    display: none !important;
}

span.navbar-buttons {
    display: none;
}

ul.navbar-lang {
    border-left: solid 1px rgb(178,178,178);
    /* border-right: solid 1px rgb(178,178,178); */
    align-items: center;
    display: none;
}


ul.menu__level.menu__level--second {
    overflow: hidden;
    visibility: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    font-size: 14px !important;
    opacity: 0;
    width: 100%;
    padding: 0px;
    left: 0;
    right: 0;
    height: 0px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

li.menu__item:hover > .menu__level--second {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    background: #fff;
    height: auto;
    opacity: 1;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    visibility:visible;
}


ul.menu__level--third{
    /*    height: 200px;*/
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.menu__level--second li a {
    padding: 15px 0;
}

ul.nav-main li{
    padding: 5px 0;
}    


li.menu__item:nth-of-type(1) a.menu__link--active {
    color: rgb(25,78,150) !important; /*blau*/
}

li.menu__item:nth-of-type(2) a.menu__link--active {
    color: rgb(25,78,150) !important; /*blau*/
}

li.menu__item:nth-of-type(3) a.menu__link--active {
    color: rgb(223,179,52) !important; /*gelb*/
}

li.menu__item:nth-of-type(4) a.menu__link--active {
    color: rgb(30,168,39) !important; /*grün*/
}

.menu__level--second .menu__link {
    font-size: 2em!important;
    line-height: 1em;
    letter-spacing: 0;
}

a.menu__link:hover {
    color: rgb(223,179,52);
}

li.menu__item:nth-of-type(1) a:hover {
    color: rgb(25,78,150) !important;
}

li.menu__item:nth-of-type(2) a:hover {
    /*    color: rgb(223,179,52) !important;*/
    color: rgb(25,78,150) !important; /*blau*/
}

li.menu__item:nth-of-type(3) a:hover {
    /*        color: rgb(30,168,39) !important;*/
    color: rgb(223,179,52) !important; /*gelb*/
}
li.menu__item:nth-of-type(4) a:hover {
    color: rgb(30,168,39) !important; /*grün*/
}


.menu-event-col{
    display: none;
}

.menu-event-col a {
    padding: 10px 0 !important;
    font-size: 22px !important;
}


img.round-profile-image {
    width: 27px;
    height: 27px;
}

a.nav-item-second.side-head {
    font-size: 18px;
    font-family: daxmedium;
    line-height: 22px;
    padding: 4px 0;
}

button.nav-item-secondcollapsed {
    color: rgb(25,78,150);
}
button.nav-item-secondcollapsed:hover {
    color: rgb(30,30,30);
}
a.nav-item-second.active.side-head {
    color: rgb(30,30,30);
}

/*
 *************************
        2. SHRINK STYLES
 *************************
*/

.shrink {
    padding: 8px 15px !important;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}


.shrink-brand {
    width: 120px !important;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

ul.nav-main li:nth-child(4) .menu-event-wrapper {
    justify-content: space-between;
}


@media screen and (min-width: 768px) {
    .navbar-light {
        background: #fff;
        padding: 15px 0;
    }


    /* Navigation */
    .navbar-main {
        height: auto;
    }

    .navbar-main a {
        color: rgb(30,30,30);
        padding: 3px 11px;
        font-size: 1.69em;
        cursor: pointer;
        letter-spacing: 0.6px;
    }




    .navbar-brand {
        display: inline-block;
        padding-top: 0rem;
        padding-bottom: 0rem;
        margin-right: 0rem;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
        width: 235px;
    }


    .shrink-brand {
        width:160px !important;
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
    }

}

@media screen and (max-width: 992px) {
    .nav-main-wrapper .navbar-collapse {
        width: 100%;
    }

    li.menu__item:hover > .menu__level--second {
        overflow-y: auto;
        overflow-x: hidden;
    }

    ul.menu__level--third {
        height: 200px;
    }
}

@media screen and (min-width: 992px) {
    ul.nav-main li:nth-child(2) .menu-level-third-container {
        padding-right: 420px;
    }
    ul.nav-main li:nth-child(3) .menu-level-third-container {
        padding-right: 178px;
    }

    .shrink {
        padding: 8px 0px !important;
        transition: all 0.6s ease;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
    }

    .navbar-collapse {
        justify-content: flex-end;
        flex-wrap: wrap;
        padding: 0;
    }

    ul.nav-main {
        display: flex;
        font-family: 'daxmedium';
    }

    .navbar-main {
        height: auto;
        margin-bottom: auto;
        margin-left: 40px;
    }

    .navbar-top {
        display: flex;
        margin-bottom: 3px;
        margin-top: 5px;
        position: absolute;
        top: 24px;
    } 

    li.menu__item:last-child a {
        padding-right: 0px;
    }

    ul.navbar-small {
        display: flex;
        align-items: center;
    }

    span.navbar-buttons {
        display: flex;
        align-items: center;
    }

    ul.navbar-lang {
        border-left: solid 1px rgb(178,178,178);
        /*border-right: solid 1px rgb(178,178,178);*/
        align-items: center;
        display: flex;
        flex-direction: inherit;
    }
    .nav-main li.menu__item:nth-child(2) .menu-event-col.col-lg-4 img {
        display: none;
    }
    .formular-link {
        display: none;
    }
    .nav-main li.menu__item:nth-child(2) .menu-event-col.col-lg-4 .formular-link {
        display: block; 
    }

    .menu-event-col{
        display: block;
        text-align: left;
    }
    .menu-event-col h2.headline {
        text-transform: uppercase;
        color: rgb(30,30,30);
        font-size: 15px;
        margin-bottom: 14px;
        letter-spacing: 1.8px;
        font-family: 'daxmedium';
    }
    .menu-event-col h4.headline {
        font-size: 16px;
        font-family: 'daxmedium';
        font-weight: 600;
        /*        letter-spacing: 0px;*/
        color: rgb(25,78,150);
        line-height: 15px;
        margin-bottom: 5px;
    }


    .menu-event-col .event-tags,
    .menu-event-col .event-date {
        font-size: 15px;
        letter-spacing: 0;
        color: rgb(30,30,30);
        font-family: 'daxmedium';
    }
    .menu-event-col .event-description {
        /*    width: 50%;*/
        margin-bottom: 20px;
    }

    .shrink ul.menu__level.menu__level--second{
        margin-top: 0;
    }
    ul.menu__level.menu__level--second.container-fluid .container {
        /*    margin-top: -75px;*/
        height: 100%;
    }

    ul.menu__level.menu__level--second {
        overflow: visible;
        visibility: hidden;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        font-size: 14px !important;
        opacity: 0;
        width: 100%;
        height: 40vh;
        min-height: 330px;
        padding: 0px;
        margin-top: 34px;
        left: 0;
        right: 0;
        transition: all 0s ease;
        -webkit-transition: all 0s ease;
        -moz-transition: all 0s ease;
        -o-transition: all 0s ease;
        border-top: 1px solid #ccc;
        padding-top: 0px;
        transition-delay: .5s;
    }

    li.menu__item:hover > .menu__level--second {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        background: #fff;
        min-height: 330px;
        /*    min-height: 33vw;
            opacity: 1;*/
        transition: all 0s ease;
        -webkit-transition: all 0s ease;
        -moz-transition: all 0s ease;
        -o-transition: all 0s ease;
        visibility: visible;
        transition-delay: .5s;
        padding: 40px 0;
    }

    ul.menu__level.menu__level--second::after {
        content: '';
        position: absolute;
        background: rgba(25,78,150,0.7);
        height: 300%;
        width: 100%;
        top: 100%;
        left: 0;
        right: 0;
        bottom: 0;
    }

    li.menu__item:nth-of-type(2) ul.menu__level.menu__level--second::after {
        content: '';
        position: absolute;
        background: rgb(25,78,150,0.7);
        height: 300%;
        width: 100%;
        top: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
    }

    li.menu__item:nth-of-type(4) ul.menu__level.menu__level--second::after {
        content: '';
        position: absolute;
        background: rgba(2,133,5,0.7);
        height: 300%;
        width: 100%;
        top: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
    }
    li.menu__item:nth-of-type(3) ul.menu__level.menu__level--second::after {
        content: '';
        position: absolute;
        background: rgb(223,179,52, 0.7);
        height: 300%;
        width: 100%;
        top: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
    }

}


@media screen and (min-width: 1400px) {
    .navbar-brand {
        display: inline-block;
        padding-top: 0rem;
        padding-bottom: 0rem;
        margin-left: -4px !important;
        font-size: 1.25rem;
        line-height: inherit;
        white-space: nowrap;
        width: 236px;
        margin-top: -9px;
    }

    .navbar-top {
        display: flex;
        margin-bottom: 3px;
        margin-top: 5px;
    }


    .navbar-light {
        background: #fff;
        padding: 15px 0;
    }


}