/* latin */
@font-face {
    font-family: 'Calibri';
    font-style: italic;
    font-weight: 400;
    src: url(../fonts/Calibri-italic-400.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: 'Calibri';
    font-style: italic;
    font-weight: 700;
    src: url(../fonts/Calibri-italic-700.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: 'Calibri';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Calibri.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin */
@font-face {
    font-family: 'Calibri';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Calibri-700.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
*,body {font-family:Calibri;font-size:16px;padding:0px;margin:0px; color:#4B4B4D;}

a {text-decoration:none;color:#4B4B4D;}
#pageWrapper {width:100%;margin:0 auto;padding-top:20px;}

/*Filter Header */
#careercenter-form {margin-top:40px;}
#firstTabFilter {border-bottom:2px solid #D8002D;}
#firstTabFilter a:hover {color:#D8002D;}
#firstTabFilter a.active:hover {color:white;}
.filtertab {
    margin-top:-2px;
    padding:8px 30px;
    border:2px solid #D8002D;
    display: inline-block;
    margin-left:20px;
    border-radius: 15px 15px 0px 0px;
    border-bottom:0;
}
.filtertab.active {background-color:#D8002D; color:white;}
.submit-button {
    height: 10px;
    text-align:right;
}
/** Hide Inputfields for Tabfilter **/
#careercenter-form .hidden {display:none;}

/**
 * Search Form
 */
.filter, #search {
    box-sizing: border-box;
    padding: 0px 10px;
}
#search {
    padding:0px 20px 0px 0px;
}
input[type=text] {
    border-bottom: solid 2px #CCCED0;
    border-top: solid 2px #CCCED0;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    padding:9px 10px;
    width:100%;
    color: #444;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
}
#search svg {display:none;}
#filter-2 {
    padding:0px 0px 0px 20px;
}

.multicolumn {
    display:table;
    width:100%;
    table-layout: fixed;
}
.multicolumn > * {
    display:table-cell;
    vertical-align: top;
    width:100%;
}
.width-33 {
    width: 33%;
}
.width-50 {
    width: 50%;
}

/**
* Multiselect
 */
.ui-multiselect {
    position: relative;
    text-align: left;
    padding: 5px;
    cursor: pointer;
    font-style: normal;
    font-weight: 700;
    overflow: hidden;
    border-top: solid 2px #CCCED0;
    border-bottom: solid 2px #CCCED0;
    border-left: none;
    border-right: none;
    background-size: 30px 10px;
    background-color: white;
    margin-bottom: 20px;
}
.ui-multiselect-menu {
    display: none;
    position: absolute;
    z-index: 10000;
    text-align: left;
    background: #fff;
    border-top: 0;
    max-width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
}

.ui-multiselect span {
    font-size: 18px;
    line-height: 28px;
    width: 90%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #444;
    text-align:center;
}
.ui-multiselect-checkboxes li {
    clear: both;
    padding: 7px 0 4px 11px;
    border-bottom: 1px solid #b9bdc0;
    margin-bottom: 0px;
    transition: all 0.2s ease;
}
.ui-multiselect-checkboxes {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    height: inherit !important;
    max-height: 400px !important;
}
.ui-multiselect-checkboxes label {
    cursor: pointer;
    display: block;
    border: 1px solid transparent;
    padding: 6px 1px;
    font-family: 'Open Sans', sans-serif;
}
.ui-multiselect-checkboxes li:hover {
    background: #f8f9f8;
}
.ui-corner-all input[type='checkbox']:not(:checked), .ui-corner-all input[type='checkbox']:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
.ui-multiselect-checkboxes label input {
    display: none;
}
.ui-corner-all input[type='checkbox'] + span {
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    color: #333;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ui-corner-all input[type='checkbox'] + span::before, .ui-corner-all input[type='checkbox'] + span::after {
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 0;
    content: '';
}
.ui-corner-all input[type='checkbox'] + span::before {
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #ED2939;
    width: 20px;
    height: 20px;
}
.ui-corner-all input[type='checkbox'] + span::after {
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 22px;
    color: #ED2939;
    font-size: 18px;
    content: "-";
    background: #ED2939;
}
.ui-state-hover input[type='checkbox'] + span::after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    color: #ED2939;
}

.ui-corner-all input[type='checkbox']:hover + span::before {
    border: 1px solid #ED2939;
}
.ui-corner-all input[type='checkbox']:checked + span::before {
    border: 2px solid #ED2939;
}

.ui-corner-all input[type='checkbox']:checked + span::after {
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #ED2939;
}
.ui-multiselect span.ui-icon {
    transition: all 0.2s ease-out;
    width: 25px;
    height: 25px;
    position: absolute;
    padding: 0;
    left:0px;
}
.ui-icon.ui-icon-triangle-1-s {
    content: url(../images/chevron-right.svg);

}
.ui-state-active .ui-icon.ui-icon-triangle-1-s {
    transform:rotate(90deg);
}

/**
* Pagination
 */
div#pagination {display:flex;float:right;}
#pagination a {
    background-color: #D8002D;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 24px;
    text-align: center;
    padding-top:2px;
    color:white;
    margin-right:5px;
}

#pagination a svg {color:white;fill:white;}
.pagArrow {
    height: 30px;
    width: 30px;
    position: absolute;
    margin-left: -2px;
    margin-top: 4px;
}
.pagArrow.PAdoubleRight {
    margin-left:1px;
}
.pagArrow.PARightSide {
    margin-left:0px;
}
.pagArrow:before {
    content: "";
    width: 1px;
    height: 11px;
    background-color: white;
    margin-left: inherit;
    transform: rotate(45deg);
    position: absolute;
    box-sizing: border-box;
}
.pagArrow:after {
    content: "";
    width: 1px;
    height: 11px;
    background-color: white;
    margin-left: inherit;
    transform: rotate(135deg);
    position: absolute;
    box-sizing: border-box;
    top:8px;
}
.pagArrow.PARightSide:before {
    transform: rotate(-45deg);

}
.pagArrow.PARightSide:after {
    transform: rotate(-135deg);

}
.pagArrow.PARightSide {
    margin-left: -1px;
}
.pagArrow.PASingle {
    margin-left:-1px;
}
.pagArrow.PASingle.PARightSide {
    margin-left: 1px;
}
.pagArrow.PAdoubleRight.PARightSide {
    margin-left: 2px;
}
a#button-page.active {
    background-color: white;
    color: #4B4B4D;
    border: 1px solid #CCCED0;
}
/**
* Job list
**/
#jobsWrapper {display:flex; justify-content: space-between; flex-flow:row wrap;margin-top:20px;}
.job {
    max-width:32%;
    min-width:32%;
    border:1px solid #ccc;
    margin-bottom:20px;
    box-sizing: border-box;
    padding:30px;
    hyphens:auto;
}
div#jobsWrapper:after {
    content: "";
    max-width:32%;
    min-width:32%;
}
h3 {color:#D8002D;font-size:18px;line-height:24px;margin-bottom:15px;font-weight:normal;}
.job .workPlace {font-weight:700;margin-bottom:12px;font-size:16px;transition:transform ease-in-out .2s;line-height: 16px;transform-origin:0% 50%;}


/**
* Footer
 */
footer {
    margin-top:40px;
}

div#footerWrapper {
    width: 100%;
    margin: 0 auto;
    padding: 25px 20px 40px 30px ;
}
/**
* Jobabo at footer
 */
#footerAboInput label {
    font-size:16px;
    line-height:18px;
    margin-bottom:5px;
    display:block;
}
#footerAboInput input {
    border:1px solid #CCCED0;
    height:30px;
    width:200px;
    display:block;
    margin-bottom:10px;
    padding-left:5px;
}
.buttonCablex {
    border:none;
    background-color:#D8002D;
    font-size:20px;
    width:160px;
    height: 30px;
    color:white;
    border-radius:10px;
    padding-right:30px;
    position: relative;
    cursor: pointer;
}
#footerAboInput button .pagArrow, .jobabo-subscribe-button .pagArrow {
    height: 26px;
    width: 30px;
    position: absolute;
    top: -6px;
    right: 10px;
    transform: rotate(180deg);
}
#errorJobMail {color:#D8002D; margin-bottom:5px;}
/**
 * Modal
 */
/**
 * Modul Jobabo
 */
.ui.dimmer {
    background-color:rgba(0,0,0,.45)
}
.modal {
    background: #ffffff;
}
.modal.bottom-sheet {
    max-height: 75%;
}
.modal .modal-content {
    width: 100%;
    max-width: 930px;
    margin:0 auto;
    padding:0px;
    position:relative
}
.modal iframe {
    width:100%;
    display:block;
    min-height: 605px;
    overflow: hidden;
}
.modal #wrapper {
    padding:0px;
}
.modal-close {
    transition: color .1s ease;
    -o-box-shadow: 0 0 10px rgba(0,0,0,.5);
    -ms-box-shadow: 0 0 10px rgba(0,0,0,.5);
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    background: #F6F6F5 none;
    text-align: center;
    text-decoration: none;
    color: #5B5552;
    border-radius: 50%;
    border: 2px solid #fff;
    top: -10px!important;
    right: -20px!important;
    cursor: pointer;
    z-index: 8040;
    position: absolute;
    width: 36px;
    height: 36px;
}
.modal-close:hover {
    color:#5B5552;
}
.modal-close:before {
    font-weight: lighter;
    font-size: 28px;
    line-height: 32px;
    content: "\00d7"!important;
}

@media screen and (max-width: 670px) {
    .modal.bottom-sheet {
        max-height: 100%;
        z-index: 2;
    }
    .modal .modal-content, .modal iframe {
        height:1000px;
    }
}

/**
 * Responsive
 */
@media screen and (max-width:1024px) {
    #pageWrapper {width:100%;padding:20px;}
    body {width:100%;}
    div#footerWrapper {width:100%;}

}
@media screen and (max-width:768px) {
    .job {max-width:48%;min-width:47%;}
    #firstTabFilter {display: flex;justify-content: space-around;}
    .filtertab {
        margin-left:0;
        padding:8px 10px;
    }
    div#jobsWrapper:after {
        content: "";
        max-width:48%;
        min-width:48%;
    }
}
@media screen and (max-width:540px) {
    .job {max-width:100%;min-width:100%;}
    div#jobsWrapper:after {
        display:none;
    }
}