/* - IMPORT - */

@import url('jquery.select2.min.css');

* {
    margin: 0;
    padding: 0;
}
html, body {
    height:auto;
}
/*Content*/

body {
    line-height: 16px;
    margin: 0 auto;
    max-width: 1000px;
    padding: 0;
    color: #000;
    font-family: "Typ1451Regular", sans-serif !important;
    font-size: 15px;
    font-style: normal;
    width: 1px; /* Hack */
    min-width: 100%; /* Hack */
}

h1, h2, h3, h4, h5 {
    font-family: "DTL Documenta WT Bold", serif;
}

a {
    cursor: pointer;
}

h2,
#jobabo_title,
#oh-search-confirmation h2 {
    font-size: 20px;
    margin-top: 18px;
}
h4 {
    color: #000;
    font-size: 18px;
    font-family: "DTL Documenta WT Bold", serif;
    line-height: 20px;
    padding: 40px 20px 20px;
}
#jobabo_title {
    margin-bottom: 18px;
}

#oh-search-confirmation h2,
#jobabo-unsubscribe h2 {
    margin-bottom: 12px;
}

/* Grid */

.group {
    zoom: 1;
    display: inline-block;
    width: 100%;
}

#filter {
    margin: 3px -10px 0;
    width: calc(100% + 20px);
}

.link-reset, #link-start {
   width: 100%;
    text-align: right;
    margin-bottom: 20px;
    padding-right: 10px;
}

.span_1_of_2,
.span_2_of_2 {
    box-sizing: border-box;
    float: left;
    padding: 0 10px;
    width: calc(100%/2);
}

.span_1_of_3,
.span_2_of_3,
.span_3_of_3,
.span_2_3{

    box-sizing: border-box;
    position: relative;
    float: left;
    padding: 0 10px;
    margin: 9px;
    background-color: #eee;
    width: calc(100%/3 - 20px);
    min-height: 250px;
    text-align: center;
}
.span_3_of_3.bigsvg  {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}
.span_3_of_3.bigsvg h2 {
    width:100%;
}
.span_3_of_3.bigsvg svg{
    width: 120px;
    height: 100px;
}
.span_3_of_3.bigsvg svg{
    width: 120px;
    height: 100px;
}
.span_3_of_3.extra {
    background-color:transparent;
    text-align: left;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.span_3_of_3.extra h2 {
    height: 40px;
    font-size: 32px;
}
.span_3_of_3.extra:hover {
    box-shadow: none;
}
.jobAboLink {
    padding-left:10px;
    margin-bottom: 60px;
}

.span_1_of_3:hover,
.span_2_of_3:hover,
.span_3_of_3:hover{
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.2);
}
#gridfilter {
    margin-top: 60px;
    margin-bottom: 20px;
}

#gridfilter img{
    position: absolute;
    bottom: 40px;
    left: 37%;
}
#gridfilter span{
    position: absolute;
    bottom: 5%;
    right: 5%;
    padding: 8px 12px;
    border: 1px solid #fff583;;
    background-color: #fff583;;
    border-radius: 50px;
    font-family: "Typ1451Bold", sans-serif;
}
.sub #gridfilter span {
    display: block;
}
input.select2-search__field {
    width: 250px !important;
}

a, a:link, a:active, a:visited {
    text-decoration: underline;
    color: #000;
    cursor: pointer;
    font-size: 16px;
}

a:hover {
    color: #000;
    text-decoration: none;
}

/* Suchmaske u. Resultat */
input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border-radius: 0;
}

/* iphone fix */
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

input:not([type="radio"]):not([type="checkbox"]) {
    -webkit-appearance: none;
    border-radius: 0;
}

.ui-multiselect-optgroup.sub-position.input-1140493.ui-multiselect-columns input[type="checkbox"],
.ui-multiselect-optgroup.sub-position.input-1140500.ui-multiselect-columns input[type="checkbox"],
.ui-multiselect-optgroup.sub-position.input-1140508.ui-multiselect-columns input[type="checkbox"],
.ui-multiselect-optgroup.sub-position.input-1140513.ui-multiselect-columns input[type="checkbox"],
.ui-multiselect-optgroup.sub-position.input-1140528.ui-multiselect-columns input[type="checkbox"],
.ui-multiselect-optgroup.sub-position.input-1140532.ui-multiselect-columns input[type="checkbox"],
.ui-multiselect-optgroup.sub-position.input-1140534.ui-multiselect-columns input[type="checkbox"],
.ui-multiselect-optgroup.sub-position.input-1140536.ui-multiselect-columns input[type="checkbox"],
.ui-multiselect-optgroup.sub-position.input-1140541.ui-multiselect-columns input[type="checkbox"],
.ui-multiselect-optgroup.sub-position.input-1140543.ui-multiselect-columns input[type="checkbox"]{
    display: inline-block !important;
    margin-top: 2px !important;
}
.select2-selection__choice + .select2-search--inline {
    display:none;
}
/* Chrome fix */
:focus {
    outline: none;
}

#wrapper {
    width: 940px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    overflow: hidden;
    padding: 10px;
}

#wrapper-jobabo {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

form {
    position: relative;
}

/* Hide - show subpage elements */

.filter-form, #jobs, #link-start, .link-reset{
    display:none;
}
.sub .filter-form, .sub #jobs, .sub #link-start, .sub .link-reset {
    display:block;
}

.sub #gridfilter{
    margin-top: -40px;
    z-index: -1;
    position: relative;
}
.sub #gridfilter a {
    display:none;
}

/* Search Button */
.button {
    font-family: "Typ1451Regular", sans-serif;
    border-radius: 0 !important;
    position: absolute;
    top: -10px;
    right: 15px;
}
.sub .button {
    float: right;
    font-family: "Typ1451Regular", sans-serif;
    border-radius: 0 !important;
    position:relative;
}

#abo .button {
    float: right;
}

button {
    width: 100% !important;
}

.search_button,
.jobabo-subscribe-button,
.jobabo-close-button,
#abo .oh-form-save-submit, .oh-form-save-submit2 {
    text-decoration: none;
    padding: 8px 20px !important;
    margin-top: 10px;
    border-radius: 6px !important;
    color: inherit;
    overflow: hidden;
    background: #fff583;
    background-image: linear-gradient(to bottom, #fff583, #ffe602) !important;
    box-shadow: none;
    text-shadow: none;
    border: solid #e8d500 1px !important;
    font-family: "Typ1451Bold", sans-serif;
    font-size: 16px !important;
    line-height: 20px !important;
    height: 40px !important;
    text-transform: uppercase;
}

.search_button {
    padding: 9px 8px 10px 8px;
    width: auto;
}

.search_button:hover {
    opacity: 0.8;
}

#abo .search_button {
    padding: 10px 10px 9px;
}

.jobabo-subscribe-button,
.jobabo-close-button {
    width: auto !important;
    float: right;
    margin-right: 0;
}

#jobabo-einleitung {
    line-height: 1.4em;
}

#jobabo-einleitung h2 {
    margin-top: 0;
    margin-bottom: 18px;
}

#jobabo-link {
    display: block;
    margin-top: 26px;
}

/* Style - Itemlist/Trefferliste */

#itemlist {
    width: 100%;
}

#infoline{
    margin: 0 0 10px;
    color: #9b9a9e;
    font-size: 12px
}

#infoline span {
    border-right: 1px solid #9b9a9e;
    padding: 0 15px 0;
}

#infoline span:first-of-type {
    padding-left:0;
}
#infoline span:last-of-type {
    border-right: none;

}

.itemlist_content {
    box-sizing: border-box;
    font-weight: 500;
    padding: 20px 0;
    width: 100%;
    display: inline-block;
    color: #58585a;
    line-height: 1.3em;
    border-top: 1px solid;
}

.itemlist_content > a,
.itemlist_content > a:visited {
    text-decoration: none;
    color: #000;
}

.itemlist_content > a:hover {
    text-decoration: none;
    color: #666;
}

.itemlist-berufsgruppe,
.itemlist-bereich {
    font-style: italic;
    margin-bottom: 2px;
    color: #000;
}

.itemlist-berufsgruppe > a,
.itemlist-bereich > a,
.itemlist-berufsgruppe > a:visited,
.itemlist-bereich > a:visited,
.itemlist-berufsgruppe > a:hover,
.itemlist-bereich > a:hover {
    color: #000;
    text-decoration: none;
}

.itemlist-text {
    line-height: 1.4em;
}

.itemlist-text:hover {
    color: #666;
    cursor: pointer;
}

.ellip {
    display: block;
    height: 100%;
}

.ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 50%;
}

.ellip,
.ellip-line {
    position: relative;
    overflow: hidden;
}

.itemlist-link {
    display: inline-block;
    float: right;
    margin-top: -27px;
    position: absolute;
    right: 0;
    width: auto;
}

.itemlist_jobtitle a{
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-family: "Typ1451Bold", sans-serif;
    hyphens: auto;
    line-height: 20px;
    margin-bottom: 4px;
    text-decoration: none;
}

.itemlist_jobtitle a:hover {
    color: #666;
    cursor: pointer;
}

/* no results */
.platform-zeroitems {
    width: 100%;
    padding-top: 16px;
}

#no-results {
    padding: 0;
    font-size: 15px;
    line-height: 1.6;
    width: 100%;
    text-align: left;
}

/* JobAbo */
header {
    margin-bottom: 10px;
}

#link_row {
    float: left;
    width: 100%;
    margin: 20px 0;
}

#link_row a {
    font-size: 20px;
    line-height: 1.0em;
    font-family: "Typ1451Regular", sans-serif;
    font-weight: normal;
}

#jobabo_content {
    padding: 0 20px;
    box-sizing: border-box;
}

#jobabo_content .oh-outer-dialog-frame,
.oh-outer-dialog-frame {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

#jobabo_search {
    padding-bottom: 10px;
}

.search-field {
    position: absolute;
    width: 50%;
    top: 0;
}
.sub .search-field {
    position: relative;
    width: 100%;
}

body.jobabo .search-field {
    width: 100%;
}

input.searchfield {
    border: 1px solid #000;
    border-radius: 0;
    box-sizing: border-box;
    height: 34px;
    padding: 0 5px;
    width: 100%;
    margin: 0 0 15px 0;
    display: inline-block;
    position: relative;
    float: left;
    cursor: text
}

#jobabo_content input.searchfield {
    margin-bottom: 15px;
}

#jobabo_search-box .search-field {
    margin-top: 10px;
}

#jobabo_text {
    box-sizing: border-box;
    color: #000;
    font-size: 15px;
    font-style: normal;
    line-height: 1.6;
}

#jobabo-confirmation > div {
    padding: 0 15px;
    box-sizing: border-box;
}

#maincontentcontainer.step-3 {
    margin: 0 15px;
    width: calc(100% - 30px);
}

#abo #oh-form-save-button {
    text-align: left;
    border-radius: 0 !important;
}

#step-2,
#oh-save table {
    width: 100%;
}

#oh-save .oh-save-caption {
    font-size: 20px;
    float: left;
    color: #504646;
    width: 100%;
    margin-bottom: 10px;
}

#oh-save .oh-save-control {
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}

#oh-save .oh-save-control input {
    border: 1px solid #000;
    border-radius: 0;
    box-sizing: border-box;
    color: #000;
    height: 34px;
    padding: 0 10px;
    text-align: left;
    width: 100%;
    font-family: "Typ1451Regular", sans-serif;
}

#oh-save .oh-save-button {
    text-align: left;
    padding-top: 10px;
    border-radius: 0 !important;
}

#oh-search-confirmation {
    font-size: 16px;
    line-height: 1.45em;
    font-family: "Typ1451Regular", sans-serif;
    font-style: normal;
    color: #000;
}

#oh-search-confirmation p {
    font-size: 15px;
    line-height: 1.4;
}

#oh-search-confirmation a {
    color: #666;
}

#oh-search-confirmation a:hover {
    color: #666;
    text-decoration: underline;
}

#box_jobabo {
    width: 100%;
    text-align: left;
}

#box_jobabo .title {
    color: #1e5a9a;
    font-size: 30px;
    font-weight: normal;
    line-height: 34px;
    margin: 20px 0 26px 20px;
}

.jobabo-title {
    color: #504646;
}

.jobabo-info {
    color: #504646;
    font-style: normal;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.6;
}

.jobabo-info a:hover {
    color: #666;
}

#box_jobabo .text {
    margin: 0 0 0 20px;
}

#jobabo-confirmation > div {
    color: #000;
    margin-top: 20px;
}

/* Paging */
#paging {
    border-top: 1px solid #000;
    box-sizing: border-box;
    clear: right;
    float: right;
    margin: 10px 0;
    padding: 11px 0;
    text-align: right;
    width: 100%;
}

#paging.top {
    margin-bottom: 35px;
}

#paging.bottom {
    margin-top: 25px;
}

a#btn-back-start .displayClick,
a#btn-back .displayClick {
    display: none !important;
}

#paging a,
#paging a:hover {
    text-decoration: none;
}

a#btn-back-start,
a#btn-back-start:hover {
    background: url("../images/arrow-back-start.png") no-repeat scroll center 4px / 13px 8px;
    width: 13px;
    height: 15px;
    box-sizing: border-box;
    display: inline-block;
    margin-right: 7px;
    float: left;
}

a#btn-back-start:hover {
    background: url("../images/arrow-back-start-hover.png") no-repeat scroll center 4px / 13px 8px;
}

a#btn-back,
a#btn-back:hover {
    background: url("../images/arrow-back.png") no-repeat scroll left 4px / 8px 8px;
    box-sizing: border-box;
    display: inline-block;
    float: left;
    height: 15px;
    margin-right: 7px;
    padding-left: 18px;
    text-align: left;
    width: 140px;
    color: #000;
}

a#btn-back:hover {
    background: url("../images/arrow-back-hover.png") no-repeat scroll left 4px / 8px 8px;
    color: #666;
    text-decoration: underline;
}

.paging-left,
.paging-center,
.paging-right {
    margin: 0 auto;
    width: 31%;
    float: left;
    display: inline-block;
}

.paging-center {
    width: 38%;
}

.paging-center {
    text-align: center;
}

a.page {
    color: #000;
    font-size: 16px;
    display: inline-block;
    padding: 0 6px;
}

a.page.active,
a.page:hover {
    color: #000;
    font-weight: bold;
    text-decoration: underline !important;
}

a#btn-forward,
a#btn-forward:hover {
    background: url("../images/arrow-forward.png") no-repeat scroll right 4px / 8px 8px;
    width: 140px;
    height: 15px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 7px;
    text-align: right;
    padding-right: 15px;
    color: #000;
}

a#btn-forward:hover {
    background: url("../images/arrow-forward-hover.png") no-repeat scroll right 4px / 8px 8px;
    color: #666;
    text-decoration: underline;
}

a#btn-forward-end,
a#btn-forward-end:hover {
    background: url("../images/arrow-forward-end.png") no-repeat scroll center 4px / 13px 8px;
    width: 13px;
    height: 15px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 7px;
}

a#btn-forward-end:hover {
    background: url("../images/arrow-forward-end-hover.png") no-repeat scroll center 4px / 13px 8px;
}

/* Jobcount */
#counter {
  clear: both;
    margin-bottom: 20px;
}

a#btn-back.disableClick,
a#btn-back-start.disableClick,
a#btn-forward.disableClick,
a#btn-forward-end.disableClick {
    display: none !important;
}


/* Button */
.ui.button {
    border-radius: 0;
    color: #000;
    font-family: "Typ1451Regular", sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-top: 0;
    position: absolute;
    right: 0;
    text-align: left;
    top: -11px;
    width: auto !important;
    background: none !important;
    padding: 0.785714em 0 !important;
}

/* Multiselect Header */
.ui-multiselect-header {
    margin-bottom: 55px;
    display: block;
    position: relative
}

.ui-multiselect-header ul {
    list-style: none
}

.ui-multiselect-header ul li {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.ui-multiselect-header a {
    text-decoration: none;
}

span.ui-icon.ui-icon-closethick,
span.ui-icon.ui-icon-check {
    background: url(../images/icon-aufheben.png) no-repeat left top 3px / 13px 10px;
    width: 22px;
    height: 14px;
    display: inline-block;
    float: left;
}

span.ui-icon.ui-icon-check {
    background: url(../images/icon-auswaehlen.png) no-repeat left top 2px / 13px 10px;
}

/* Alle aufheben Header Icon */
.ui-multiselect-none {
    position: relative;
}

/* Header Text */
.ui-multiselect-none > span,
.ui-multiselect-all > span {
    color: #000;
}

ul.ui-helper-reset {
    margin-left: 0;
    margin-top: 11px;
}

.ui-multiselect-header li.ui-multiselect-close {
    float: right;
    text-align: right;
    padding-right: 0
}

.ui-multiselect-menu {
    display: none;
    background-color: #fff;
    border: 1px solid #b1b2b4;
    padding: 0 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.ui-multiselect-menu ul {
    list-style: none;
    width: 100%;
}

.ui-multiselect-checkboxes li {
    display: inline-block;
    width: 100%;
}

.ui-multiselect-checkboxes.ui-helper-reset {
    height: auto !important;
}

.ui-multiselect-checkboxes {
    width: 100%;
    overflow: hidden !important;
}

.ui-multiselect-checkboxes label {
    cursor: default;
    display: block;
    padding: 0;
    font-weight: normal;
    font-family: "Typ1451Regular", sans-serif;
    font-size: 16px;
    position: relative;
}

/* Multiselect dropdown menus */
.ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all {
    height: 280px !important;
    overflow: auto !important;
}

body.jobabo .ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all {
    height: 204px !important;
}

body.jobabo [data-target = category2].ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all,
body.jobabo [data-target = category3].ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all,
body.jobabo [data-target = category4].ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all,
[data-target = category2].ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all,
[data-target = category3].ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all,
[data-target = category4].ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all {
    width: 357px !important;
    height: 110px !important;
}

/*[data-target = category2] ul.ui-multiselect-checkboxes.ui-helper-reset li:first-child,
[data-target = category3] ul.ui-multiselect-checkboxes.ui-helper-reset li:first-child,
[data-target = category4] ul.ui-multiselect-checkboxes.ui-helper-reset li:first-child {
    display: none;
}*/

/* Multiselect button */
button.ui-multiselect {
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    width: 100%;
    height: 34px;
    text-align: left;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    background: transparent;
}

button.ui-multiselect:after {
    background: url(../images/icon-dropdown.png) no-repeat right center / 9px 5px;
    content: "";
    display: inline-block;
    height: 5px;
    position: absolute;
    right: 15px;
    top: 14px;
    width: 9px;
}

#jobabo_search .ui-multiselect.ui-widget.ui-state-default.ui-corner-all {
    margin-bottom: 15px;
}

/* Titel checkbox Text */
.ui-multiselect-optgroup > a {
    display: inline-block;
    font-size: 15px;
    padding: 12px 0 8px 0;
    cursor: pointer;
    font-family: "Typ1451Regular", sans-serif;
    font-weight: bold;
    text-decoration: none;
    color: #000;
    width: 100%;
}

/* Subfilter position */
.sub-position li {
    padding-left: 1px;
    width: 100%;
    box-sizing: border-box;
}

.ui-corner-all label span {
    padding-left: 8px;
}

.ui-multiselect-all, .ui-multiselect-none,
.ui-multiselect-all:hover, .ui-multiselect-none:hover {
    color: #333;
    font-size: 15px
}

.ui-icon.ui-icon-triangle-1-s {
    display: none !important;
}

/* Smooth loading */
.smooth-loading {
    display: none;
    transition-property: opacity;
    -webkit-transition: opacity 250ms ease-in;
    -moz-transition: opacity 250ms ease-in;
    -ms-transition: opacity 250ms ease-in;
    -o-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
}

label, input {
    display: inline-block;
    float: left;
    font-size: 16px;
    padding-bottom: 6px;
}

label {
    width: 100%;
    display: block;
    cursor: pointer !important;
}

/* Placeholder */
::placeholder{
    color: #999;
    font-family: "Typ1451Regular", sans-serif;
}
input::placeholder{
    color: #999;
    font-family: "Typ1451Regular", sans-serif;
}
/* webkit based browsers (safari/chrome) */
::-webkit-input-placeholder {
    color: #999;
    font-family: "Typ1451Regular", sans-serif;
}

/* Firefox 18 and below
   Deprecated: https://developer.mozilla.org/en-US/docs/Web/CSS/:-moz-placeholder
*/
:-moz-placeholder {
    color: #999;
    font-family: "Typ1451Regular", sans-serif;
}

/* Firefox 19+ */
::-moz-placeholder {
    color: #999;
    font-family: "Typ1451Regular", sans-serif;
}

/* Firefox 19+ */
:-ms-input-placeholder {
    color: #999;
    font-family: "Typ1451Regular", sans-serif;
}

/* IE10+ */
:-ms-input-placeholder {
    color: #999;
    font-family: "Typ1451Regular", sans-serif;
}

#jobabo_search-box {
    width: 100%;
    display: inline-block;
}

/*Initiativbewerbung */
#initiativbewerbungLinks, .specialShow #gridfilter a, .specialShow .search-field, .specialShow .search_button  {
    display: none;
}
.specialShow #gridfilter #initiativbewerbung, .specialShow #initiativbewerbungLinks, .specialShow #link-start {
    display: block;
}
.specialShow #gridfilter {
    margin-top:0px;
}
#initiativbewerbungLinks a {
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    font-family: "Typ1451Bold", sans-serif;
    hyphens: auto;
    line-height: 20px;
    margin-bottom: 14px;
    text-decoration: none;
    float:left;
    clear: both;
}
#initiativbewerbungLinks a:hover {
    color:#666;
}
#initiativbewerbungLinks h2 {
    margin-bottom:30px;
    font-size: 30px;
    width: 100%;
    float: left;
    clear: both;
}
#initiativbewerbungLinks h3 {
    margin-bottom:30px;
    font-size: 20px;
    width: 100%;
    float: left;
    clear: both;
}

/* Media Queries*/
@media screen and (max-width: 760px) {
.span_1_of_3, .span_2_of_3, .span_3_of_3{
        width: calc(100%/2 - 20px);
    }
    .search-field{
        width: 70%
    }
    .span_2_3 {
        width: calc(100% - 20px);
    }

}

@media screen and (max-width: 640px) {
    .portal-search-title input {
        width: 100%;
    }

    #filter {
        margin-bottom: 0;
    }

    .ellip-line {
        max-width: 70%;
    }
}

@media screen and (max-width: 540px) {
    .span_1_of_2,
    .span_2_of_2 {
        width: 100%;
    }
    h4 {
        padding: 20px;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
    }
    #gridfilter img{
        bottom: 60px;
    }
    .portal-search-title input{
        width: calc(100% - 20px);
    }
    .sub .portal-search-title input{
        width: 100%;
    }

    .span_1_of_2 button.ui-multiselect {
        margin-bottom: 15px;
    }

    .search-field {
        margin-bottom: 11px;
        width: 100%;
    }
    #gridfilter {
        margin-top: 100px;
    }
    .button {
        top: 40px;
    }
    .sub .button {
        top: 0;
    }
    input.searchfield {
        margin-bottom: 18px;
    }

    .ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all,
    .ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all[data-target="category2"],
    .ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all[data-target="category3"],
    .ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all[data-target="category4"] {
        width: 100% !important;
    }

    body.jobabo .ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all,
    body.jobabo .ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all[data-target="category2"],
    body.jobabo .ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all[data-target="category3"],
    body.jobabo .ui-multiselect-menu.ui-widget.ui-widget-content.ui-corner-all[data-target="category4"] {
        width: calc(100% - 40px) !important;
    }

    .paging-text {
        display: none;
    }

    a#btn-back, a#btn-back:hover,
    a#btn-forward, a#btn-forward:hover {
        width: 8px;
    }

    a#btn-forward-end, a#btn-forward-end:hover {
        background-position: center 2px;
    }
}
@media screen and (max-width: 430px) {
    .span_1_of_3, .span_2_of_3, .span_3_of_3{
        width: calc(100% - 20px);
    }
    .sub #gridfilter {
        margin-top: -10px;
    }
}
.select2-container {
    margin: 0 0 17px 0;
}