/*-------------------------------------

CUSTOM STYLESHEET

Creator:        ESE Media GmbH
Client:         Futuro Workshops
Domain:         futuroworkshops.ch
Collaborators:  Severin Gamper

Version:        0.1
Last Change     08.09.2019

-------------------------------------/*


NAVIGATION

1.    Global Styling
2.    Pages


-------------------------------------*/

/*-----------------------------------*/
/* 1. Global Styling                 */
/*-----------------------------------*/

body {
    -webkit-hyphenate-limit-chars: 6 5 5; /* not yet supported */
    -webkit-hyphenate-limit-before: 5;
    -webkit-hyphenate-limit-after: 5;
    -webkit-hyphenate-limit-lines: 2;

    -moz-hyphenate-limit-chars: 6 5 5; /* not yet supported */

    -ms-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-chars: 6 5 5;

    hyphenate-limit-chars: 6 5 5;
    hyphenate-limit-lines: 2;
}

.home__einrichtungen__wrapper {
    -webkit-overflow-scrolling: touch;
}

.objectfitimg {
    object-fit: cover;
}
.home__bewertungen__arrow:focus,
.klslider__arrow:focus {
    outline: 0;
}
.morelink {
    color: #263238;
}
.morelink:hover {
    color: #263238;
    text-decoration: underline;
}
.transparent-nav .navbar {
    background-color: transparent;
}

/*-----------------------------------*/
/* 2.1 Home Page                     */
/*-----------------------------------*/

.gm-style .gm-style-iw-c {
    box-shadow: 0 20px 39px 0 rgba(0, 0, 0, 0.1);
    padding: 0 !important;
    outline: none;
}
.gm-style .gm-style-iw-d {
    overflow: visible !important;
    max-height: none !important;
}
button[aria-label="SchlieÃŸen"] {
    display: none !important;
}
.locmap__container::-webkit-scrollbar {
    display: none;
}
.locmap__container {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#map *[role="button"][tabindex="-1"] {
    /*box-shadow: 0 3px 28px 0 rgba(0, 0, 0, 0.16);
    border-radius: 50%;*/
}
.schulen__list__item.locmap-active .schulen__list-link {
    background-color: #f5f5f5;
}

#isSliderWrapper {
    -webkit-animation: slider infinite;
    -moz-animation: slider infinite;
    animation: slider infinite;
    /*-moz-animation-duration: 80s;
    animation-duration: 80s;*/
    animation-timing-function: linear;
    -webkit-transform-style: preserve-3d;
}
@media (max-width: 991px) {
    #isSliderWrapper {
        -webkit-animation-play-state: paused;
        -moz-animation-play-state: paused;
        animation-play-state: paused;
    }
}
.isSliderWrapperPause {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    animation-play-state: paused;
}

@-webkit-keyframes slider {
    0% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        transform: translateX(0%);
    }
    99.9999999% {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    100% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@-moz-keyframes slider {
    0% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        transform: translateX(0%);
    }
    99.9999999% {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    100% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes slider {
    0% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        transform: translateX(0%);
    }
    99.9999999% {
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    100% {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        transform: translateX(0%);
    }
}

/*@media (min-width: 992px) {
    .home__bewertungen__item {
        width: calc(25vw - 15px);
    }
}*/
@media (min-width: 1500px) {
    .home__einrichtungen__copy {
        font-size: 18px;
        margin-top: 25px;
    }
    .home__einrichtungen__icon {
        height: 70px;
        width: 85px;
    }
    .home__bewertungen__copy {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 1160px) {
    .home__hero__institutionen {
        display: none;
    }
}
@media (max-width: 991px) {
    .home__hero__institutionen {
        display: flex;
    }
}
@media (max-width: 767px) {
    .home__hero__institutionen p::after {
        content: "  Â·";
    }
    .home__hero__institutionen p:last-child::after {
        content: "";
    }
}
@media (min-width: 1280px) {
    .home__einrichtungen__dummy {
        width: 16.666%;
    }
}
@media (max-width: 356px) {
    .home__einrichtungen__item,
    .home__einrichtungen__dummy {
        width: 100%;
    }
    .home__einrichtungen__icon {
        width: 70px;
        height: 60px;
    }
    .home__einrichtungen__copy {
        margin: 20px 0;
        font-size: 14px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 335px) {
    .projektwochen__button-text__span {
        display: none;
    }
}

/*-----------------------------------*/
/* 2.2 Kontakt                       */
/*-----------------------------------*/

input[type="radio"]:checked + label {
    border: 3px solid #f50057;
}
@media (max-width: 479px) {
    .radio-button-label {
        width: calc(100% + 2px);
    }
}
/*.w-nav-overlay {
z-index: 9500;
}*/

/*-----------------------------------*/
/* 2.3 Workshop Anfragen             */
/*-----------------------------------*/

select {
    -webkit-appearance: button;
    -moz-appearance: button;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 2px;
    -moz-padding-start: 2px;
    background-color: #f07575; /* fallback color if gradients are not supported */
    background-image: url(../images/select-arrow.png), -webkit-linear-gradient(top, #e5e5e5, #f4f4f4); /* For Chrome and Safari */
    background-image: url(../images/select-arrow.png), -moz-linear-gradient(top, #e5e5e5, #f4f4f4); /* For old Fx (3.6 to 15) */
    background-image: url(../images/select-arrow.png), -ms-linear-gradient(top, #e5e5e5, #f4f4f4); /* For pre-releases of IE 10*/
    background-image: url(../images/select-arrow.png), -o-linear-gradient(top, #e5e5e5, #f4f4f4); /* For old Opera (11.1 to 12.0) */
    background-image: url(../images/select-arrow.png), linear-gradient(to bottom, #e5e5e5, #f4f4f4); /* Standard syntax; must be last */
    background-position: center right;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 1px solid #aaa;
    border-radius: 2px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    color: #555;
    font-size: inherit;
    margin: 0;
    overflow: hidden;
    padding-top: 2px;
    padding-bottom: 2px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.w-select {
    background-image: none;
    height: auto;
    padding: 0;
    border: 0;
    box-shadow: 0 0;
    width: auto;
    background-color: transparent;
}
.workshops-select {
    pointer-events: none;
}

/*-----------------------------------*/
/* 2.4 Workshop Bewerten             */
/*-----------------------------------*/

.workshopRating {
    border: 2px solid transparent;
    height: 40px;
    border-radius: 4px;
    position: relative;
    top: -41px;
    left: -3px;
    background-color: transparent;
    pointer-events: none;
    color: transparent;
    width: 170px;
}
.bewertungsbild__container {
    position: relative;
}
.bewertungsbild__container input.w-file-upload-input {
    width: 100% !important;
    height: 100% !important;
    border: 1px solid #dbdbdb;
    border-radius: 8px;
    z-index: 100;
    cursor: pointer;
}
.bewertungsbild__container input.w-file-upload-input:hover {
    background-color: #f5f5f5;
    color: #263238;
}
.bewertungsbild__container input.w-file-upload-input * {
    opacity: 0;
}

/*-----------------------------------*/
/* 2.5 CMS Workshops                 */
/*-----------------------------------*/

.workshop__img,
.workshoplist__img,
.workshops__thumbnail,
.kursleitendelist__img,
.bewertungen__img,
.impressionen__bild-container {
    object-fit: cover;
}

.w-lightbox-backdrop {
    z-index: 10010;
}

.impressionen__bild-container {
    width: 100%;
    height: 100%;
}

.sidebar-information-mobile {
    max-height: calc(100vh - 80px);
}

.workshop__aufbau__rich-text p::before {
    content: "ï€Œ";
    font-family: "Fa solid 900", sans-serif;
    color: #f50057;
    position: absolute;
    left: -30px;
}

@media (max-width: 750px) {
    .impressionen-bilder {
        width: calc(50% - 10px);
    }
}

/*-----------------------------------*/
/* Blog                              */
/*-----------------------------------*/

.blog__fresh__link-block:hover .blog-fresh__img-container {
    opacity: 0.5;
}
.blog__more__wrapper .blog__more__item:first-child {
    display: none;
}

/*-----------------------------------*/
/* Projektwochen                     */
/*-----------------------------------*/

@media screen and (min-width: 991px) {
    .pw-packages__dd-toggle:hover .pw-packages__heading {
        color: #f50057;
    }
}

.home__bewertungen__slider-wrapper:hover .home__bewertungen__arrow {
    opacity: 1;
    pointer-events: auto;
}
.home__bewertungen__slider-wrapper .home__bewertungen__arrow {
    opacity: 0;
    pointer-events: none;
}
@media screen and (max-width: 479px) {
    .pw-packages__item .float-left.w-hidden-tiny {
        display: block !important;
    }
}

/*-----------------------------------*/
/* Projektwoche Anfragen             */
/*-----------------------------------*/

.w-checkbox.checked .pw-workshops__form-button,
.af-pw__filter__link.checked {
    background-color: #f50057;
    border: 1px solid #f50057;
    color: white;
}
.w-checkbox.checked .pw-workshops__form-button .on {
    display: inline-block;
}
.w-checkbox.checked .pw-workshops__form-button .tick {
    display: inline-block;
}
.w-checkbox.checked .pw-workshops__form-button .off {
    display: none;
}

/*-----------------------------------*/
/* Ãœber uns                          */
/*-----------------------------------*/

.about__img {
    object-fit: cover;
}
.w-dropdown-toggle {
    white-space: normal;
}
.uu-videos__heading__nav-button {
    outline: none !important;
}
.uu-videos__info {
    pointer-events: none;
}
.uu-videos__nav *,
.uu-videos__person__link {
    pointer-events: auto;
}
.uu-videos__person__link:hover .uu-videos__person__icon {
    opacity: 1;
}
.uu-videos__video:hover .uu-videos__play {
    opacity: 1;
}

@media (max-width: 991px) {
    .uu-videos__play {
        opacity: 1;
    }
}

.swiper-button-disabled {
    opacity: 0.3;
    pointer-events: none;
}
.uu-hero__heading {
    -webkit-hyphenate-limit-chars: 20 10 10; /* not yet supported */
    -webkit-hyphenate-limit-before: 10;
    -webkit-hyphenate-limit-after: 10;
    -webkit-hyphenate-limit-lines: 2;

    -moz-hyphenate-limit-chars: 20 10 10; /* not yet supported */

    -ms-hyphenate-limit-lines: 2;
    -ms-hyphenate-limit-chars: 20 10 10;

    hyphenate-limit-chars: 20 10 10;
    hyphenate-limit-lines: 2;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.uu-videos__nav-link:hover .uu-videos__ui-hover {
    width: 26px;
    height: 26px;
    opacity: 1;
}
.uu-videos__block .hidden {
    display: none;
}
.uu-videos__person__link-overlay {
    pointer-events: auto;
}
