/* ---------------
 * HEADER CSS
 * copyright Bueroparallel
 * SKZ Website
 * ---------------
 */

.sw---Header {
    position: fixed;
    background-color: #fff;
    width: 100%;
    /*max-width: 1800px;*/
    top: 0;
    z-index: 10;
    transition: top 1s, box-shadow 800ms;
}

.sw---Header.sw---Header__headerFixed--border {
    box-shadow: 2px 2px 5px rgba(0,0,0, 0.2);
}

.sw---Header.sw---Header__headerFixed {
    top: -152px;
}

.sw---Header.sw---Header__headerFixed--justMeta {
    top: -48px;
}

.sw---Header.sw---Header__headerFixed .sw---Header__nav--sub-Container:after {
    height: 25px;
    /*transition: height 0.5s;*/
}


.sw---Header.sw---Header__headerFixed .sw---Header__nav--subOne {
    top: 74px;
    height: calc(100vh - 77px);
}

.sw---Header > .sw---Container {
    padding-top: 25px;
}

.sw---Header__item {
    text-align: right;
}

.sw---Header__search {
    margin-right: 20px;
}

.sw---Header__search.sw---Header__icons--item form {
    position: absolute;
    right: -2px;
    top: -1px;
}

.sw---Header__search.sw---Header__icons--item form:not(.sw---header__showForm) {
    display: none;
}

.sw---nav .active.current {
    color: #007FBA !important;
}

.sw---Header__logo.sw---Header__item {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    padding-top: 32px;
    transition: padding-top 800ms;
}

.sw---Header__mobileLanguageSwitch {
    display: none;
}

.sw---Header__logo.sw---Header__item a {
    display: block;
    font-size: 0;
}

.sw---Header.sw---Header__headerFixed--justMeta .sw---Header__logo.sw---Header__item {
    padding-top: 18px;
}

.sw---Header__Nav .sw---nav.sw---Header__item {
    display: inline-block;
    text-align: right;
    float: right;
    vertical-align: middle;
    padding-top: 40px;
    padding-bottom: 40px;
    transition: padding 1s;
}

.sw---Header__headerFixed--justMeta .sw---Header__Nav .sw---nav.sw---Header__item {
    padding-top: 25px;
    padding-bottom: 25px;
}

.sw---Header__logo.sw---Header__item img {
    width: 60px;
    height: auto;
    transition: width 0.5s;
}

.sw---Header__nav--sub-Container > a {
    /*font-weight: 300;*/
    text-transform: uppercase;
    cursor: pointer;
}

.sw---Header__nav--sub-Container > a.active {
    font-weight: 500;
}

.sw---Header__icons--item {
    display: inline-block;
    vertical-align: top;
}

.sw---Header__MetaNavigation--right > ul > li > .sw---Header__icons--item,
.sw---Header__mobileLanguageSwitch > .sw---Header__icons--item {
    margin-right: 20px;
}

.sw---Header__nav--sub-Container, .sw---Header__nav--sub-Container--areaSearch {
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
}

.sw---Header__nav--sub-Container--areaSearch {
    margin-left: 40px;
}

.sw---Header__Quicksearch {
    position: relative;
    margin-top: -2px;
}

.sw---Header__eventSearch {
    position: absolute;
    background-image: url(/typo3conf/ext/skz_website/Resources/Public/Icons/Header/Header_Lupe.svg);
    background-repeat: no-repeat;
    height: 20px;
    width: 22px;
    top: 6px;
    right: 4px;
    border: none;
    background-color: #E8E9EA;
    cursor: pointer;
}

.sw---Header__searchbar--button {
    display: none;
    position: relative;
    /*width: 32px !important;*/
    /*left: 94%;*/
    top: -44px;
    z-index: 1;
    height: 30px;
    border: none;
    background: #007FBA;
    padding-right: 30px;
    padding-left: 15px;
    color: #fff;
    cursor: pointer;
}



.sw---Header__nav--sub-Container:after {
    content: '';
    height: 25px;
    display: block;
    cursor: pointer;
}

.sw---Header__nav--sub--areaSearch {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    margin-top: -10px;
    position: relative;
    cursor: pointer;
}

.sw---Header__item--mobile .sw---Header__nav--sub--areaSearch {
    margin-top: 0;
}

.sw---Header__nav--sub--areaSearch--trigger {
    position:relative;
    padding: 10px 20px;
    padding-right: 40px;
}

.sw---Header__nav--sub--areaSearch--trigger:before {
    content: url(/typo3conf/ext/skz_website/Resources/Public/Icons/Content/arrowRightWhite.svg);
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    visibility: visible;
}

.sw---Header__nav--sub--areaSearch.active .sw---Header__nav--sub--areaSearch--trigger:before {
    transform: translateY(-50%) rotate(-90deg);
    right: 10px;
}

.sw---Header__nav--sub--areaSearch--content {
    position: absolute;
    display: none;
    right: 0;
    text-align: left;
    top: 44px;
}

.sw---Header__nav--sub--areaSearch.active .sw---Header__nav--sub--areaSearch--content {
    display: block;
}

.sw---Header__search, .sw---Header__search--trigger {
    position: relative;
    z-index: 0;
}

.sw---Header__search--trigger:after {
    position: absolute;
    content: url(/typo3conf/ext/skz_website/Resources/Public/Icons/Header/Lupe_grau.svg);
    cursor: pointer;
    right: 0;
    top: -9px;
    margin-right: 5px;
    margin-left: 5px;
    z-index: 4;
}

.hiddenAfter:after {
    display: none;
}

.sw---Header__Contact {
    content: url(/typo3conf/ext/skz_website/Resources/Public/Icons/Header/Header_Telefon.svg);
}

.sw---Header__nav--mobile {
    content: url(/typo3conf/ext/skz_website/Resources/Public/Icons/Header/Burgermenu.svg);
}

.sw---Header__icons {
    margin-left: 30px;
}

.sw---Header__link {
}

.sw---Header__icons--item > select::-ms-expand {
    display: none;
}

.sw---Header__icons--item > select {
    border: none;
    font-size: 1em;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
}

.sw---Header__detailedEventSearch {
    position: relative;
}

.sw---Header__detailedEventSearch--button {
    background-color: #007FBA;
    color: #fff;
    padding: 6px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 30px;
    cursor: pointer;
    position: relative;
    margin-top: -6px;
}

.sw---HeaderStage__search:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 16px solid #007FBA;
    position: absolute;
    transform: rotate(90deg) translateX(-50%);
    bottom: -40px;
    top: -15px;
    right: 10%;
}

.sw---Header__detailedEventSearch--button:after {
    content: url(/typo3conf/ext/skz_website/Resources/Public/Icons/Content/arrowRightWhite.svg);
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

.sw---Header__detailedEventSearch--button.sw---Header__detailedEventSearch--active:after {
    transform: translateY(-50%) rotate(-90deg);
    right: 5px;
}

.sw---Header.sw---Header__headerFixed .sw---HeaderStage__search {
    top: 70px;
}

.sw---Header__icons--item > form > input {
    background-color: #E8E9EA;
    border: none;
    font-size: 14px;
    box-sizing: border-box;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    margin-top: -7px;
    width: 278px;
}

.sw---Header__search input {
    display: none;
    position: absolute;
    width: 550px;
    height: 30px;
    text-align: left;
    padding-left: 50px;
    background-color: #fff !important;
    top: -14px !important;
    border: none;
}

.sw---Header__search input:focus {
    outline: none;
}

.sw---header--form--close--wrapper {
    position: absolute;
    left: -1px;
    top: -15px;
    z-index: 1;
    width: 30px;
    height: 31px;
    display: none;
    cursor: pointer;
    background-color: #F2F2F2;
}

.sw---header--form--close {
    position: relative;
    left: 0;
    z-index: 0;
    vertical-align: top;
}

.sw---header--form--close:after, .sw---header--form--close:before {
    position: absolute;
    left: -20px;
    content: ' ';
    height: 18px;
    width: 1px;
    background-color: #6E7071;
    z-index: 10;
    top: 6px;
}

.sw---header--form--close:before {
    transform: rotate(45deg);
}

.sw---header--form--close:after {
    transform: rotate(-45deg);
}

.sw---Header__nav--mobile {
    display: none;
}

.sw---BodyOverflowHidden {
    overflow: hidden !important;
}

.sw---Header__MobileNavigation--Container {
    display: none;
    overflow-y: scroll;
    height: calc(100vh - 61px);
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1px;
}

.sw---Header__MobileNavigation--Container.active {
    display: block;
}







/* Search */

.sw---HeaderStage__search {
    display: none;
    position: absolute;
    width: 450px;
    background-color: #007FBA;
    padding: 35px;
    padding-bottom: 40px;
    right: 0;
    top: 75px;
    font-size: 0;
    z-index: 11;
    box-shadow: 0 0 5px rgba(0,0,0, 0.2);
}

.sw---HeaderStage__search .ui-datepicker {
    z-index: 10 !important;
}

.sw---HeaderStage__search--headline {
    font-size: 22px;
    /*font-weight: lighter;*/
    color: #fff;
    margin-bottom: 15px;
}

.sw---HeaderStage__search--form--inputFull {
    width: 100%;
}

.sw---HeaderStage__search--form--input--wrapper .sw---HeaderStage__search--form--inputFull {
    width: 105%;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-color: #fff;
}

.sw---HeaderStage__search--form--input--wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.sw---HeaderStage__search--form--input {
    height: 40px;
    margin-bottom: 15px;
    font-size: 16px;
    /*font-weight: lighter;*/
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

.sw---HeaderStage__search--form--input--wrapper.sw---HeaderStage__search--form--inputTime {
    margin-bottom: 15px;
}

.sw---HeaderStage__search--form--input--wrapper.sw---HeaderStage__search--form--inputTime > .sw---HeaderStage__search--form--input {
    margin-bottom: 0;
    width: 110%;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

/*.sw---HeaderStage__search--form--input--wrapper:after {*/
/*content: url(/typo3conf/ext/skz_website/Resources/Public/Icons/Content/arrowRightBlack.svg);*/
/*position: absolute;*/
/*right: 15px;*/
/*top: 10px;*/
/*transform: rotate(90deg);*/
/*}*/

.sw---HeaderStage__search--form--inputTime {
    display: inline-block;
    width: calc(50% - 10px);
    margin-left: 20px;
}

.sw---HeaderStage__search--form--radio {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.sw---HeaderStage__search--form--radio:first-child {
    margin-right: 12px;
}

.sw---HeaderStage__search--form--radio:nth-child(2) {
    width: calc(50% - 12px);
}

.sw---HeaderStage__search--form .sw---Button.sw---Button__Blue {
    width: 100%;
}

.sw---HeaderStage__search--form--inputTime ::placeholder {
    color: #000;
    opacity: 1; /* Firefox */
}

.sw---HeaderStage__search--form--inputTime :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

.sw---HeaderStage__search--form--inputTime ::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}

/* RADIO BUTTONS */


.sw---HeaderStage__search--form--radio--container {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
}

/* Hide the browser's default radio button */
.sw---HeaderStage__search--form--radio--container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.sw---HeaderStage__search--form--radio--checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 19px;
    width: 19px;
    background-color: #fff;
}

/* On mouse-over, add a grey background color */
.sw---HeaderStage__search--form--radio--container:hover input ~ .sw---Stage__search--form--radio--checkmark {
    background-color: #E8E9EA;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.sw---HeaderStage__search--form--radio--checkmark:after {
    content: url("/typo3conf/ext/skz_website/Resources/Public/Icons/Content/Haken.svg");
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.sw---HeaderStage__search--form--radio--container input:checked ~ .sw---HeaderStage__search--form--radio--checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.sw---HeaderStage__search--form--radio--container .sw---HeaderStage__search--form--radio--checkmark:after {
    top: 0;
    /*left: 3px;*/
    width: 10px;
    height: 10px;
    /*background: #007FBA;*/
    padding-left: 2px;
}

.sw---Header__item--mobile--areaSearch {
    float: right;
}

select.sw---HeaderStage__search--form--input, input.datepicker.sw---HeaderStage__search--form--input {
    background-image: url(/typo3conf/ext/skz_website/Resources/Public/Icons/Content/arrowDownForm.svg);
    background-position: right 30px center;
    background-repeat: no-repeat;
}

@media(min-width: 768px) {
    .sw---Header__searchbar--button {
        padding-right: 15px;
    }
}

/* Mobile */

@media(max-width: 1199px) {
    .sw---Header__nav--sub-Container {
        margin-left: 15px;
    }

    .sw---Header__Quicksearch {
        display: none;
    }

    .sw---Header__search input {
        width: 375px;
    }
}

@media(max-width: 991px) {
    .header__item--hidden {
        display: none !important;
    }

    .sw---Header__search--trigger:before {
        content:"";
        padding: 20px;
        position: absolute;
        left: -30px;
        top: -20px;
    }

    /*.sw---Header__item--mobile--areaSearch {*/
    /*    display: none;*/
    /*}*/

    .sw---Header__mobileLanguageSwitch {
        display: inline-block;
        float: right;
        margin-top: 8px;
        z-index: 4;
    }

    .sw---Header__Language {
        font-size: 16px;
    }

    .sw---Header__Language--headActive {
        color: #000;
        font-weight: 500;
        cursor: default;
    }
    .sw---Header__Language--Separator{
        cursor: default;
    }

    .sw---Header__Language--headActive a{
        color: #007FBA;
        cursor: default;
    }

    .sw---Header__Language--headInactive {
        cursor: pointer;
    }

    .sw---Header__search {
        vertical-align: middle;
    }

    .sw---nav.sw---Header__item {
        display: none;
    }

    .sw---Header.sw---Header__headerFixed--justMeta {
        top: 0;
    }

    .sw---Header__search input {
        width: 700px;
        top: -23px !important;
    }

    .sw---Header__search.sw---Header__icons--item form {
        top: 8px;
        right: -100px;
    }

    .sw---Header__search:after {
        top: -2px;
    }

    .sw---Header__nav--mobile {
        display: inline-block;
        cursor: pointer;
        vertical-align: middle;
        margin-left: 0;
        float: right;
        margin-top: 10px;
    }

    .sw---Header.sw---Header__headerFixed {
        top: 0 !important;
    }

    .sw---Header > .sw---Container {
        padding-bottom: 15px;
        padding-top: 27px;
    }

    .sw---Header__detailedEventSearch {
        margin-top: 2px;
    }

    .sw---Header__search input {
        background-color: #E8E9EA !important;
    }

    .sw---AreaSearch__Detail {
        width: 100vw !important;
        position:fixed !important;
        right: 0;
        top: 74px;
    }

    .sw---AreaSearch__Detail:before {
        content: none !important;
    }

    .sw---Header__logo.sw---Header__item {
        padding-top: 0;
    }

    .sw---header--form--close--wrapper {
        top: -23px !important;
    }

    .sw---Header__searchbar--button {
        top: -53px;
    }

    .sw---Header__search {
        margin-right: 20px;
    }

}

@media(max-width: 767px) {

    .sw---Header__searchbar--button:after {
        position: absolute;
        content: url(/typo3conf/ext/skz_website/Resources/Public/Icons/Header/Lupe_weiß.svg);
        cursor: pointer;
        right: 7px;
        top: 6px;
    }

    .sw---Header__search input {
        width: 320px;
        height: 40px;
    }

    .sw---Header__search.sw---Header__icons--item form {
        top: -1px;
        width: 89vw;
        z-index: -1;
    }

    .sw---Header__searchbar--button span {
        display: none;
    }

    .sw---Header__searchbar--button:after {
        right: 15px;
    }

    .sw---header__showForm {
        z-index: 0 !important;
    }

    .sw---header--form--close--wrapper {
        width: 40px;
        height: 43px;
    }

    .sw---header--form--close:after, .sw---header--form--close:before {
        top: 10px;
    }

    .sw---Header__searchbar--button {
        top: -63px;
        height: 40px;
    }

    .sw---Header__searchbar--button:after {
        top: 12px;
    }

    .sw---Header__logo.sw---Header__item > img {
        width: 50px;
    }

    .sw---Header__Contact {
        width: 15px;
    }

    .sw---Header > .sw---Container {
        padding-top: 25px;
    }

    .sw---Header__detailedEventSearch {
        margin-top: 0;
    }

    /*.sw---Header__icons--item > input {*/
    /*width: 85px;*/
    /*}*/

    /*.sw---Header__icons--item {*/
    /*margin-left: 10px;*/
    /*}*/

    span.twitter-typeahead {
        z-index: 1;
    }

    .sw---header--form--close--wrapper {
        left: 65%;
    }

    .sw---HeaderStage__search {
        width: 100vw;
        right: -50%;
        top: 63px;
    }

    .sw---HeaderStage__search:before {
        right: 20%;
    }

    .sw---HeaderStage__search--form--input--wrapper .sw---HeaderStage__search--form--inputFull {
        width: 102%;
    }

    .sw---HeaderStage__search--form--input--wrapper.sw---HeaderStage__search--form--inputTime > .sw---HeaderStage__search--form--input {
        width: 104%;
    }

    select.sw---HeaderStage__search--form--input, input.datepicker.sw---HeaderStage__search--form--input {
        background-position: right 15px center;
    }

    .sw---Header.sw---Header__headerFixed .sw---HeaderStage__search {
        top: 63px;
    }

    .sw---Header__item span.twitter-typeahead {
        left: inherit;
    }

    .sw---header--form--close--wrapper {
        left: inherit;
    }

    .sw---Header__search input:first-child {
        width: 0;
        padding: 0;
    }

    .sw---Header__search input:nth-child(2) {
        width: 100%;
    }

    .sw---Header__search.sw---Header__icons--item form {
        right: -41px;
    }

    .sw---Header__search.sw---Header__icons--item form {
        z-index: 3 !important;
        right: -80px;
    }
}

@media(max-width: 510px) {

    .sw---Header__search input {
        width: 315px;
    }

}

@media(max-width: 450px) {
    .sw---Header__nav--sub--areaSearch--trigger {
        padding-left: 0;
        padding-right: 35px;
        color: #000;
    }

    .sw---Header__nav--sub--areaSearch {
        background-color: #fff !important;
    }

    .sw---Header__nav--sub--areaSearch--trigger:before {
        content: url(/typo3conf/ext/skz_website/Resources/Public/Icons/Content/arrowRightBlack.svg) !important;
    }

    .sw---Header__nav--sub-Container--areaSearch {
        margin-left: 0;
    }

    .sw---Header__item--mobile--indexedSearch {
        margin-left: 35px;
    }
}

@media(max-width: 380px) {
    .sw---Header__item--mobile--indexedSearch {
        margin-left: 20px;
    }
}

