/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.et-header {
    display: flex;
    justify-content: space-between;
}

.et-header .et-counter {
}

.et-header .et-filters {
    display: flex;
}

.et-header .et-filters span {
    display: flex;
    align-items: center;
}

.et-header .et-filters label {
    white-space: nowrap;
    margin: 0 10px;
}

.et-header .et-filters select {
    padding: 0 30px 0 5px;
    width: auto;
    min-width: auto;
    height: 30px;
    background-position: calc(100% - 10px) 12px;
}

.et-filter h2 {
    font-size: 28px;
}
.et-filter h3 {
    font-size: 25px;
}

.et-body {
    display: flex;
}

.et-body .et-left {
    flex: 0 0 300px;
}

.et-body .et-right {
    flex: 1;
}

.et-search-keyword {
    display: flex;
    margin-bottom: 5px;
}

.et-search-keyword input {
    width: calc(100% - 40px);
    padding: 5px 10px;
}

.et-search-keyword button {
    width: 40px;
    border: none;
    background: #009de2;
    color: white;
}

.et-search-title-only {
    width: 20px;
    height: 20px;
}

.et-search-title-only-container {
    display: flex;
    align-items: center;
}
.et-search-title-only-container span {
    margin-left: 5px;
    font-size: 90%;
}

.et-collapsable-header {
    position: relative;
    cursor: pointer;
}

.et-collapsable-header span {
    width: 20px;
    text-align: center;

    position: absolute;
    top: 5px;
    right: 0;
    bottom: 0;
}

.et-collapsable-header span i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;

    width: 20px;
    height: 20px;

    transform-origin: 50% 47%;
    transition: transform 300ms;
}

.et-collapsable-header span i.rotate-270 {
    transform: rotate(90deg);
}
.et-collapsable-header span i.rotate--180 {
    transform: rotate(-180deg);
}

.et-collapsable-body {
    overflow-y: auto !important;
    width: 100% !important;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.et-collapsable-body::-webkit-scrollbar {
    display: none;
}

.et-collapsable-body.hidden {
    height: 0;
}

.et-collapsable-body a {
    display: block;
}

.et-collapsable-body a.hidden {
    display: none;
}

.et-collapsable-body .category,
.et-collapsable-body .more-less {
    font-size: 80%;
}

.et-collapsable-body .category-filtered-by {
    position: relative;
}

.et-collapsable-body .category-filtered-by span {
    position: absolute;
    right: 0;
    width: 20px;
    top: 0;
    bottom: 0;
    text-align: center;

    transform: rotate(45deg);
}

.et-hr {
    width: 100%;
    height: 1px;

    background: black;

    margin-top: 20px;
    margin-bottom: 20px;
}

.et-pagination {
    text-align: center;
    font-size: 120%;
}

.et-pagination span {
    font-size: 100%;
    font-weight: bolder;
    color: black;
}

.et-mobile-menue {
    display: none;

    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;

    z-index: 999992;

    background: #009DE2;
    color: white;

    text-align: center;
}

.et-mobile-menue-button {
    margin-top: 4px;
    font-weight: bold;
    color: white;
}

.vacancy-header-section {
    background-color: #000000;
    background-image: url(https://topaswinterthur.ch/wordpress/wp-content/uploads/2021/01/abschluss.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.vacancy-header-section::before {
    content: "";
    position: absolute;

    top: 0;
    bottom: 0;
    right: 0;
    left: 0;

    background-color: rgba(9,49,66,0.78);
}

.et-vacancy-title-section {
    width: 100%;
    padding: 100px 0;

    display: flex;
    align-items: end;
    justify-content: space-between;

    color: white;
}

.vacancy-info-section {
    flex: 1;
}

.et-vacancy-title-section h1 {
    color: #009de2;
    font-weight: bold;
}

.et-vacancy-title-section ul {
    list-style: none;
    padding-left: 0;
    margin-top: 80px;
}
.et-vacancy-title-section ul li {
    display: inline;
    margin-right: 40px;
}

.et-apply-for-vacancy {
    padding: 25px 30px;
    background: white;
    border: 1px solid #009de2;
    display: inline-block;
    margin-top: 50px;
}

.et-jobad {
    display: flex;
    flex-direction: row-reverse;

    margin-top: 100px;
}

.et-details {
    width: 400px;
    padding-right: 100px;
}

.et-details h2 {
    font-size: 1.8rem;
}

.et-details dt {
    font-weight: 400;
    font-size: 110%;
}
.et-details dd {
    font-weight: 300;
}

.et-description {
    flex: 1;
    flex-basis: 600px;
    max-width: 100%;
}

.et-description h2 {
    font-size: 1.8rem;
    font-family: "Poppins";
}

.et-description h3 {
    font-size: 1.3rem;
    font-family: "Poppins";
    margin-top: 50px !important;
}

.et-description div {
    margin-top: 25px;
}

.et-vacancy-title {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 40px;
}

.et-outro {
    margin-top: 50px;
}

.et-apply-form .form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.et-apply-form .form > div {
    flex: 1;
}

.et-apply-form label {
    padding-bottom: 20px;
    position: relative;
    width: 400px;
    margin-bottom: 0;
}

.et-apply-form label.w-30 {
    width: 100px;
}

.et-apply-form label.w-70 {
    width: 300px;
}

.et-apply-form label.w-50 {
    width: 200px;
}

.et-apply-form .hidden {
    display: none;
}

.et-apply-form input,
.et-apply-form select {
    width: 100%;
    min-width: 100px;
    height: 35px;
    font-size: 20px;
    padding: 0 0 0 10px;
    color: black;
}

.et-apply-form .et-files-input label {
    position: relative;
}

.et-apply-form .et-files-input input {
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    opacity: 0;
    display: none;
}

.et-apply-form .et-files-input .fileinput {
    width: 100%;
    padding: 5px 20px;

    border: 1px solid black;
    border-radius: 5px;
    cursor: pointer;

    position: relative;
}

.et-apply-form .et-files-input .et-error {
    bottom: -22px;
}

.et-apply-form .et-files-input .fileinput:hover {
    transform: scale(1.01);
}

.et-apply-form .et-files-input .fileinput i {
    color: red;
    transform: rotate(45deg);

    position: absolute;
    right: 5px;
    top: 9px;
}

.et-apply-form button {
    fill: var(--e-global-color-text);
    background: white;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    display: inline-block;
    line-height: 1;
    font-size: 20px;
    padding: 12px 24px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.et-apply-form .agb {
    margin-top: 50px;
    width: 100%;
    display: flex;
    align-items: center;
}
.et-apply-form .agb input {
    width: auto;
    min-width: auto;
    width: 20px;
    height: 20px;

    margin-top: 0;
    margin-right: 10px;
}

.et-apply-form .et-input-error {
    border-color: red;
}

.et-apply-form .et-error {
    font-size: 75%;

    position: absolute;
    left: 0;
    bottom: -2px;
    color: red;

    white-space: nowrap;
}

.et-files div {
    position: relative;
}
.et-files div span {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.et-apply-info,
.et-apply-success {
    margin-top: 30px;
    padding: 50px 30px;
    border-radius: 15px;
    font-weight: bold;
}
.et-apply-success {
    background-color: lightgreen;
}
.et-apply-info {
    background-color: lightcoral;
}

.et-jobad-not-exist {
    min-height: 300px;
}

.et-vacancy-list h3 {
    color: #009de2 ;
}
.et-vacancy-list h3:hover {
    text-decoration: underline;
}

.et-vacancy-list .et-vacancy-list-entry {
    padding: 15px 0px;
}
.et-vacancy-list .et-vacancy-list-entry.et-border-bottom {
    border-bottom: 1px solid black;
}

@media screen and (min-width: 960px) {
    .et-left {
        margin-right: 25px;
    }
    .et-right {
        margin-left: 25px;
    }
    .et-mobile-menue {
        display: none !important;
    }
}

@media screen and (max-width: 960px) {
    .et-header {
        display: none;
    }

    .et-mobile-menue {
        display: block;
    }

    .et-body .et-left {
        display: none;

        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;

        z-index: 999990;

        padding: 35px 35px 100px 35px;
        background: white;

        overflow-y: scroll;
    }

    body.fixed-height {
        height: 100vh;
        overflow: hidden;
    }

    .et-body .et-left.visible {
        display: block;
    }

    .et-jobad {
        display: block;
    }

    .et-details {
        margin-top: 100px;
        width: 100%;
        padding-right: 0;
    }
}
