/* ---------------
 * DATEPICKER CSS
 * copyright Bueroparallel
 * Volkach Website
 * ---------------
 */
.datepicker,
.datepicker:focus
{
    cursor: pointer;
}

.ui-datepicker
{
    background: white;
    padding: 0;
    z-index: 10 !important;
    width: 345px;
    border: 1px solid #ccc;
}

@media (max-width: 1199px)
{
    .ui-datepicker
    {
        width: 278px;
    }
}

@media (max-width: 991px)
{
    .ui-datepicker
    {
        width: 325px;
    }
}

@media (max-width: 767px)
{
    .ui-datepicker
    {
        width: 250px;
    }
}

/*--- DATEPICKER HEADER ---*/
.ui-datepicker .ui-datepicker-header
{
    padding: 10px;
    background: #E8E9EA;
    color: white;
    margin-bottom: 10px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next
{
    top: 50%;
    margin-top: -10px;
    height: auto;
    width: auto;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev
{
    left: 25px;
}

.ui-datepicker .ui-datepicker-next
{
    right: 25px;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before
{
    display: table-cell;
    top: -2px;
    position: absolute;
    right: -9px;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 16px;
    color: #333;
}

.ui-datepicker .ui-datepicker-prev:before
{
    content: url(/typo3conf/ext/skz_website/Resources/Public/Icons/Content/arrowRightBlack.svg);
    transform: rotate(180deg);
    position: absolute;
    top: -6px;
}

.ui-datepicker .ui-datepicker-next:before
{
    content: url("/typo3conf/ext/skz_website/Resources/Public/Icons/Content/arrowRightBlack.svg");
}

.ui-datepicker .ui-datepicker-prev.ui-state-disabled:before,
.ui-datepicker .ui-datepicker-next.ui-state-disabled:before
{
    /*content: '';*/
}

/*--- DATEPICKER CALENDAR ---*/
.ui-datepicker table
{
    margin-bottom: 15px;
}

.ui-datepicker th
{
    color: #9B9B9B;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 5px;
}

.ui-datepicker td
{
    padding: 5px;
    font-size: 14px;
}

.ui-datepicker td span,
.ui-datepicker td a
{
    text-align: center;
}

.ui-state-disabled,
.ui-datepicker-other-month a
{
    color: #ddd;
}

.ui-datepicker-other-month:not(.vw---event--day):hover a
{
    color: #007FBA;
}

.vw---event--day a
{
    color: white;
    background: #007FBA;
}

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


.sw---AreaSearch__Detail {
    background-color: #45A0B3;
    position: relative;
    width: 457px;
}

.sw---AreaSearch__Detail:before {
    content: '';
    position: absolute;
    width: 457px;
    height: 17px;
    left: 0;
    top: 14px;

    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(41, 41, 41, 0.158103) 0.01%, rgba(196, 196, 196, 0) 100%);
    mix-blend-mode: multiply;
}


.sw---AreaSearch__Detail h3 {
    line-height: 26px;
}

.sw---AreaExam {
    padding: 45px 40px;
}

.sw---AreaEducation {
    padding: 40px 40px;
}

.sw---AreaResearch {
    padding: 60px 40px;
}

.sw---AreaExam__text--big {
    font-size: 1.33rem;
    margin-bottom: 10px;
    margin-top: 35px;
}

.sw---AreaExam__text--phone {
    font-size: 1.33rem;
    position: relative;
    padding-left: 20px;
}

.sw---AreaExam__text--phone:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: url(/typo3conf/ext/skz_website/Resources/Public/Icons/Footer/Telefon.svg);
}

/* ALL FILTERS */
.sw---Header__nav--sub-Container--areaSearch button {
    width: 100%;
    margin-top: 5px !important;
}

.sw---AreaSearch__search--form--input--wrapper--half {
    display: inline-block;
    width: calc(50% - 7px);
    vertical-align: top;
}

.sw---AreaSearch__search--form--input--wrapper--half:nth-child(even) {
    margin-right: 5px;
}

.sw---AreaSearch__search--form--input--wrapper--half:nth-child(odd) {
    margin-left: 5px;
}

.sw---AreaSearch__search--form--input {
    height: 40px;

    font-size: 16px;
    /* font-weight: lighter; */
    padding-left: 10px;
    padding-right: 50px;
    border: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    width: 100%;
}

.sw---SearchResultsResearch__Stage__search--form--input--subarea--hidden {
    opacity: 0.4;
    pointer-events: none;
}

input.sw---AreaSearch__search--form--input {
    margin-bottom: 15px;
}

.sw---AreaSearch__search--form--input--date {
    margin-bottom: 5px !important;
}

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

.sw---AreaResearch .sw---AreaSearch__search--form--input--wrapper {
    background-color: #fff;
}

select.sw---AreaSearch__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;
    width: 100%;
    background-color: #fff;
}

/* RADIO BUTTONS */

/* STAGE SEARCH RADIO BUTTONS */


.sw---SearchResults__Stage__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;
}

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

/* Create a custom radio button */
.sw---SearchResults__Stage__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---SearchResults__Stage__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---SearchResults__Stage__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---SearchResults__Stage__search--form--radio--container input:checked ~ .sw---SearchResults__Stage__search--form--radio--checkmark:after {
    display: block;
}

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

select.sw---AreaSearch__search--form--input, input.datepicker.sw---AreaSearch__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;
    width: 100%;
    background-color: #fff;
}

.sw---AreaSearch__search--form--input.datepicker::placeholder {
    color: #000;
    opacity: 1; /* Firefox */
}

select.sw---SearchResults__Stage__search--form--input::-ms-expand, input.datepicker.sw---SearchResults__Stage__search--form--input::-ms-expand {
    display: none;
}

@media(max-width: 1399px) {
    .sw---AreaSearch__Detail, .sw---AreaSearch__Detail:before  {
        width: 384px;
    }

    .sw---AreaExam {
        padding: 33px 40px;
    }
}


@media(max-width: 1199px) {
    .sw---AreaSearch__Detail, .sw---AreaSearch__Detail:before  {
        width: 314px;
    }
}

@media(max-width: 991px) {
    .sw---AreaExam {
        padding: 45px 40px;
    }
}

@media(max-width: 767px) {
    .sw---AreaSearch__search--form--input--wrapper--half {
        width: 100%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

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

.sw---StageArea .sw---NavigationsModule__text {
    display: none;
}

.sw---ContentArea .sw---NavigationsModule__image {
    background-image: none !important;
}

.sw---ContentArea .sw---NavigationsModule__text {
    margin-top: 20px;
    margin-bottom: 30px;
}

.sw---StageArea .sw---NavigationsModule.sw---Section {
    padding: 0;
}

.sw---StageArea .sw---NavigationsModule__image {
    height: 520px;
    background-size: cover;
    background-position: center;
}

.sw---StageArea .sw---NavigationsModule__headlines {
    color: #fff;
}

.sw---NavigationsModule__item--headline {
    position: relative;
}

.sw---NavigationsModule__item--headline > img, .sw---NavigationsModule__item--sub--headline img {
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: auto;
}

.sw---NavigationsModule__text--item--wrapper {
    position: relative;
}

.sw---NavigationsModule__item {
    display: inline-block;
    width: calc(50% - 10px);
    padding: 25px 50px;
    padding-left: 75px;
    background-color: #007FBA;
    font-size: 1.33rem;
    color: #fff;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.sw---NavigationsModule__item.opened {
    z-index: 0;
}

.sw---NavigationsModule__item--even {
    margin-left: 10px;
    margin-bottom: 20px;
}

.sw---NavigationsModule__item--odd {
    margin-right: 10px;
}

.sw---NavigationsModule__item--sub {
    opacity: 0;
    position: absolute;
    width: 100%;
    min-height: 100%;
    background-color: #007FBA;
    top: 0;
    z-index: 0;
    padding: 40px 70px;
}

.sw---NavigationsModule__item--link {
    text-decoration: none;
    position: relative;
    padding-left: 20px;
    color: #fff !important;
    width: 50%;
    margin-bottom: 5px;
    vertical-align: top;
}

.sw---NavigationsModule__item--link:hover {
    color: #fff;
}

.sw---NavigationsModule__item--sub--headline, .sw---NavigationsModule__item--sub--text {
    color: #fff;
}

.sw---NavigationsModule__item--sub--headline {
    margin-bottom: 10px;
    position: relative;
}

.sw---NavigationsModule__item--sub--inner {
    position: relative;
}

.sw---NavigationsModule__item--sub--close--wrapper {
    position: absolute;
    right: -50px;
    top: -20px;
}

.sw---NavigationsModule__item--sub--close {
    position: relative;
    width: 30px;
    height: 27px;
    left: 0;
    z-index: 0;
    display: block;
    vertical-align: top;
    cursor: pointer;
}

.sw---NavigationsModule__item--sub--close:before, .sw---NavigationsModule__item--sub--close:after {
    position: absolute;
    left: 14px;
    content: ' ';
    height: 27px;
    width: 1px;
    background-color: #fff;
    z-index: 10;
}

.sw---NavigationsModule__item--sub--close:before {
    transform: rotate(45deg);
}

.sw---NavigationsModule__item--sub--close:after {
    transform: rotate(-45deg);
}

.sw---NavigationsModule__item--sub--text {
    margin-bottom: 15px;
}

.sw---NavigationsModule__item--link:before {
    content: url(/typo3conf/ext/skz_website/Resources/Public/Icons/Content/arrowRightWhite.svg);
    position: absolute;
    left: 0;
    top: 2px;
}

.sw---NavigationsModule__item:after {
    content: url(/typo3conf/ext/skz_website/Resources/Public/Icons/Content/PlusWhite.svg);
    position: absolute;
    right: 35px;
    top: 50%;
    transform: translateY(-50%);
}

.sw---NavigationsModule__item--hasSubPages.opened:after {
    content: url(/typo3conf/ext/skz_website/Resources/Public/Icons/Content/MinusWhite.svg);
}

.sw---NavigationsModule__item--container, .sw---NavigationsModule__item--container > .sw---Container {
    height: 100%;
}

.sw---NavigationsModule__item--container > .sw---Container {
    position: relative;
}

.sw---StageArea .sw---NavigationsModule__image > img {
    position: absolute;
}

.sw---NavigationsModule__item--sub.opened {
    opacity: 1;
    z-index: 2;
    transition: opacity 1s;
}

.sw---ContentArea .sw---NavigationsModule__item--link {
    width: 33.33%;
}

.sw---NavigationsModule__item--link--rootpage {
    display: block;
    margin-top: 15px;
    font-weight: 500;
}

.sw---NavigationsModule .sw---Link:after {
    content: none !important;
}

@media(min-width: 992px) {
    .sw---StageArea .sw---NavigationsModule__item--container--position {
        position: absolute;
        width: 50%;
        left: calc(50% - 35px);
        top: 50%;
        transform: translateY(-50%);
    }

    .sw---NavigationsModule__text--item--wrapper--mobile, .sw---NavigationsModule__image--headlines--mobile {
        display: none;
    }

    .sw---StageArea .sw---NavigationsModule__item,
    .sw---StageArea .sw---NavigationsModule__item--sub {
        box-shadow: 5px 7px 5px rgba(0,0,0, 0.2);
    }

    .sw---ContentArea .sw---NavigationsModule__headlines {
        width: 40%;
    }

    .sw---ContentArea .sw---NavigationsModule__text {
        width: 70%;
    }
}

@media(max-width: 1399px) {
    .sw---StageArea .sw---NavigationsModule__item--container--position {
        width: 60%;
        left: calc(40% - 35px);
    }
}

@media(max-width: 1199px) {
    .sw---StageArea .sw---NavigationsModule__item--container--position {
        width: 75%;
        left: calc(25% - 35px);
    }
}

@media(max-width: 991px) {

    .sw---StageArea .sw---NavigationsModule__image {
        height: 250px;
        position: relative;
    }

    .sw---NavigationsModule__item--sub.opened {
        opacity: inherit;
        display:block;
    }

    .sw---StageArea .sw---NavigationsModule__item--container > .sw---Container {
        width: 100%;
        padding: 0;
    }

    .sw---NavigationsModule__item:nth-child(2) {
        border-top: 1px solid #fff;
    }

    .sw---NavigationsModule__item {
        margin: 0;
        width: 100%;
        border-bottom: 1px solid #fff;
        padding: 10px 0;
        font-size: 1rem;
    }

    .sw---StageArea .sw---NavigationsModule__item {
        float: left;
    }

    .sw---StageArea .sw---NavigationsModule__headlines {
        width: 40%;
        position: absolute;
        top: -100px;
        right: 40px;
        display: none;
    }

    .sw---ContentArea .sw---NavigationsModule__text--item--wrapper--mobile {
        display: none;
    }

    .sw---ContentArea .sw---NavigationsModule__text--item--wrapper {
        display: block;
    }

    .sw---ContentArea .sw---NavigationsModule__item--headline {
        padding-left: 30px;
    }

    .sw---NavigationsModule__text--item--wrapper, .sw---NavigationsModule__item--sub--close--wrapper, .sw---NavigationsModule__item--sub--headline {
        display: none;
    }

    .sw---NavigationsModule__item--sub {
        position: inherit;
        padding: 0;
        padding-top: 25px;
        display: none;
    }

    .sw---ContentArea .sw---NavigationsModule__item--sub {
        padding: 10px 30px;
        border-bottom: 1px solid #fff;
    }

    .sw---NavigationsModule__item--sub--text {
        margin-bottom: 25px;
    }

    .sw---NavigationsModule__item:after {
        top: 27.5px;
    }

    .sw---NavigationsModule__item--headline {
        padding-left: 45px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .sw---NavigationsModule__item--headline > img {
        left: 0;
    }

    .sw---NavigationsModule__item--link {
        width: 100% !important;
    }

    .sw---NavigationsModule__item--link:last-child {
        margin-top: 35px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .sw---NavigationsModule__image--headlines--mobile {
        position: absolute;
        right: 25px;
        bottom: -16px;
        width: 60%;
    }

    .sw---NavigationsModule__image--headlines--mobile h2 {
        font-size: 1rem;
    }

    .sw---NavigationsModule__item.opened {
        border-bottom: none;
        margin-bottom: -1px;
    }
}

@media(max-width: 767px) {
    .sw---StageArea .sw---NavigationsModule__image {
        height: 200px;
    }

    .sw---StageArea .sw---NavigationsModule__image {
        background-position: left;
    }

}

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

.sw---Breadcrumb__site-info {
    margin-right: 10px;
}

.sw---Breadcrumb ul {
    display: inline-block;
    list-style: none;
    padding-left: 0;
}
/*
.sw---Breadcrumb ul li:first-child {
    margin-left: 0;
}
*/
.sw---Breadcrumb ul li {
    display: inline-block;
    margin-left: 0;
    margin-bottom: 5px;
}

/*.sw---Breadcrumb ul li a.current {*/
    /*color: #007FBA;*/
/*}*/

.sw---Breadcrumb ul li a {
    font-size: 1em;
    padding: 5px 30px 5px 8px;
    position: relative;
    text-decoration: none;
}

.sw---Breadcrumb ul li:not(:last-child) a.sub:not(.current) {
    background: url(/typo3conf/ext/skz_website/Resources/Public/Icons/Content/arrowRightBlack.svg) no-repeat right center;
}

.sw---Breadcrumb__container > ul > li:last-child a {
    color: #007FBA;
    display: block;
}

