/* Header*/

span.menu-item-title {
    font-weight: 500;
    font-size: large;
}


.navbar-brand.logo-control img.logo-img {
    display: none;
}

.sb-horizontal.ja-mg-sidebar .filter-options .filter-field {
    margin: 0 0 20px;
    float: left;
    width: 49%;
}

.t4-col.footnav-6.col-sm.col-md-6 {
    padding-left: 7%;
}

h1.ja-masthead-title {
    display: none;
}

#t4-header {
      background-color: #fff;
}

/* ENDE HEADER*/

/*-------------------------------------------------------------------------------------------------------------------------------*/


/* Benefits Startseite*/
.uk-grid-match > * > :not([class*="uk-width"]), .uk-grid-item-match > :not([class*="uk-width"]) {
    box-sizing: border-box;
    width: 100%;
    flex: auto;
    border: 1px solid;
    border-color: #dbdbdb;
}



.uk-card img {
    transform: scale(1);
    transform-origin: -50% -5% 0px;
    transition: all 0.3s ease 0s;
    width: 40%;
    padding-top: 15px;
}

ul.uk-slider-nav.uk-dotnav {
    margin-top: 15px;
}
/* ENDE BENEFITS SLIDER*/

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* Filtermodul Startseite*/


/*
#t4-hero .ja-mg-sidebar {
    background: #dbdbdb;
}
*/

.chosen-container.chosen-container-single.chosen-container-single-nosearch {
    background-color: #fff;
    border-radius: 8px;
}

.chosen-container.chosen-container-single.chosen-container-active.chosen-with-drop {
    background-color: white;
    border-radius: 8px;
}

.sb-horizontal.ja-mg-sidebar .filter-options .filter-field .filter-options-content {
    background-color: rgb(255 255 255);
    min-height: 150px;
    height: auto;
    margin: 0 10px;
    padding: 30px 20px 20px;
    border-radius: 8px;
}

.chosen-search {
    display: none;
}

#t4-hero .chosen-container .chosen-drop, #t4-hero .chosen-container .chzn-drop, #t4-hero .chzn-container .chosen-drop, #t4-hero .chzn-container .chzn-drop {
    
    border-radius: 1rem;
    padding: 10px;
    font-size: 1rem;
}

#t4-hero .ja-mg-sidebar #jamegafilter-search-btn {
    background: #464646;
    color: #fff;
    padding-left: 3.428rem;
    padding-right: 3.428rem;
   /* position: absolute; */
    right: 1.714rem;
    top: 1.714rem;
    height: 58px;
    text-transform: none;
    font-weight: 600;
    letter-spacing: 0;
    border-radius: 8px;
}

#t4-hero .ja-mg-sidebar #jamegafilter-search-btn:hover {
  background: red; /* Farbe, wenn die Maus über dem Link ist */
}

.chosen-container-single .chosen-single {
    color: #444;
    white-space: nowrap;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(.2, #fff), color-stop(.5, #f6f6f6), color-stop(.52, #eee), to(#f4f4f4));
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%) padding-box padding-box;
    border: 0ch solid #ff1000;
    border-radius: 5px;
    height: 25px;
    padding: 0 0 0 8px;
    line-height: 24px;
    text-decoration: none;
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: inset 0 0 3px #fff, 0 1px 1px #0000001a;
    box-shadow: inset 0 0 3px #fff, 0 1px 1px #0000001a;
}

@media (min-width: 576px) {
    #t4-hero input.input-text, #t4-hero .chzn-container-single .chzn-single, #t4-hero .chzn-container-multi .chzn-choices .search-field input, #t4-hero .chzn-container-single .chzn-search input, #t4-hero .chosen-container-single .chosen-single, #t4-hero .chosen-container-multi .chosen-choices .search-field input, #t4-hero .chosen-container-single .chosen-search input {
        padding: 1.1rem 1.4rem;
        min-height: calc(1.74em + 1.7rem + 1px);
    }
}

a#jamegafilter-search-btn {
    border: 0px solid #E5E7EB;
}


.btn-lg, .btn-group-lg > .btn, .blog-list .item-readmore .btn-group-lg > a, .acym_module_form .btn-group-lg > input.btn, #acym_wrapper .acym__front__archive #acym__front__archive__search .btn-group-lg > button, #t4-hero .ja-mg-sidebar #jamegafilter-search-btn {
    --t4-btn-padding-y: 1.093rem !important;
}

i.fa-solid.fa-location-dot {
    padding-bottom: 4px;
}



/* ENDE SUCHMODUL STARTSEITE*/

/*-------------------------------------------------------------------------------------------------------------------------------*/


/* Footer*/
.t4-footnav .container, .t4-footnav .t4-masthead .t4-masthead-detail, .t4-masthead .t4-footnav .t4-masthead-detail {
    padding-top: 0.715rem;
    padding-bottom: 0.715rem;
}

div#t4-footnav {
    background-color: #dbdbdb;
}

.t4-col.footnav-6.col-sm {
    padding-right: 30px;
    padding-left: 30px;
    border-right: 1px solid;
    border-color: #374151;
}

.t4-col.footnav-5.col-sm {
    padding-right: 30px;
    padding-left: 30px;
    border-right: 1px solid;
    border-color: #374151;
    }
    

.t4-col.footnav-4.col-sm {
    padding-left: 30px;
}

.t4-col.footnav-6.col-12.col-sm-6.col-md-4 {
    padding-right: 30px;
    padding-left: 30px;
    border-right: 1px solid;
    border-color: #374151;
}

.t4-col.footnav-5.col-12.col-sm-6.col-lg-4 {
    padding-right: 30px;
    padding-left: 30px;
    border-right: 1px solid;
    border-color: #374151;
}
.t4-col.footnav-4.col-12.col-sm-6.col-md-4 {
    padding-left: 30px;
}

@media only screen and (min-width: 1200px) {
    #t4-footnav {
        padding: 20px 20px 20px 20px;
    }

/* ENDE FOOTER STARTSEITE*/

/*-------------------------------------------------------------------------------------------------------------------------------*/


/* Stellenzeigen Übersicht*/
a.product-item-link {
    font-size: 22px;
}

.ja-megafilter-wrap .ja-products-wrapper.list .list .product-item .product-item-info {
    box-shadow: 0 0 0 1px #E5E7EB;
    padding-bottom: 1.714rem;
    padding-left: 10px;
    min-height: 198px;
}

.item-field.ct7.location ::before {
    color: #e03e2d;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0.2713333333rem;
    font-size: 19px;
}

.item-field.ct7.location {
    font-size: medium;
}

.item-field.fulltext {
    font-size: medium;
}
a.product-item-link {
    font-size: 26px;
}


.item-field.ct15 ::before {
    color: #464646;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0.2713333333rem;
    font-size: 14px;
}

.item-field.ct15 {
    font-size: 14px;
    font-weight: 600;
    color: #464646;
}

.view-listing-detail-3 .listing-gallery.view-slide .owl-carousel .owl-stage-outer img {
    border-radius: 0;
    height: 100%;
}

a.btn.btn-light.d-block {
    font-weight: 500;
    letter-spacing: -1px;
    color: #6c757d;
}

.view-listing-detail .listing-gallery.view-slide {
    margin-bottom: 1.142rem;
    position: relative;
    overflow: hidden;
}


.amenities1 ul li:before {
    color: #c82d24;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0.5713333333rem;
}

.amenities1 ul {
    padding: 0;
    list-style: none;
}

img.anzeigebild {
    width: 7%;
    margin-right: 5px;
}

img.anzeigebild1 {
    width: 100%;
    padding-top: 17px;
}

.listing-sidebar .contact-actions {
    border-top: 1px solid #959595;
    padding: 1.714rem;
    padding-top: 15px;
}


.amenities2 ul {
    padding: 0;
    list-style: none;
}

.amenities2 ul li:before {
    color: #c82d24;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0.5713333333rem;
}


.kasten {
    background-color: #dbdbdb;
    padding: 5px 20px;
}

.item-field.ct15 {
    background-color: #dbdbdb;
    padding: 5px;
}

.item-field.ct16 {
    font-size: 16px;
}

.listing-sidebar .contact-detail .info-social a {
    background: #545454;
        border-radius: 0rem;
    border: 0;
    color: #fff;
    display: inline-block;
    height: 1.714rem;
    line-height: 1.714rem;
    margin-right: 0.4285rem;
    text-align: center;
    width: 1.714rem;
}

.listing-sidebar .contact-detail .info-social a.instagram-link {
    background: #545454;
}

.listing-sidebar .contact-detail .info-social a.facebook-link {
    background: #545454;
}

.share-social {
    display: none;
}

}
.js-filter.mod_uk_grid.uk-grid.uk-child-width-1-1.uk-child-width-1-1\@s.uk-child-width-1-1\@m.uk-child-width-1-1\@l.uk-child-width-1-1\@xl.uk-grid-match.uk-grid-stack {
    margin-top: -75px;
}

.uk-position-relative.uk-visible-toggle.uk-dark.uk-slideshow {
    margin-top: -85px;
}


@media only screen and (max-width: 600px) {
.acm-hero.style-1.align-center {
     width: 100%;
    padding: 40px;
}

.sb-horizontal.ja-mg-sidebar.sidebar-main {
    display: grid;
}

.ja-megafilter-wrap .ja-products-wrapper.list .list .product-item .product-item-info {
    box-shadow: 0 0 0 1px #E5E7EB;
    padding-bottom: 1.714rem;
    padding: 10px;
    min-height: 198px;
}

.item-field.ct7.location {
    font-weight: bold;
}

.item-field.ct7.location ::before {
    color: #e03e2d;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0.2713333333rem;
    font-size: 19px;
}
#t4-hero .ja-mg-sidebar .sidebar-content .ja-filter-wrapper .filter-content #narrow-by-list .filter-field {
    border: 0;
    /* width: fit-content; */
    padding: 0;
    margin: 0;
    width: -webkit-fill-available;
}

.uk-position-relative.uk-visible-toggle.uk-dark.uk-slideshow {
    margin-top: 0px;
}
.share-social {
    display: none;
}


.item-field.ct15 ::before {
    color: #464646;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0.2713333333rem;
    font-size: 14px;
}

.item-field.ct15 {
    font-size: 14px;
    font-weight: 600;
    color: #464646;
}

.item-field.ct15 {
    background-color: #dbdbdb;
}

div#t4-section-2 {
    margin-top: 10px;
}

.view-listing-detail-3 .listing-gallery.view-slide .owl-carousel .owl-stage-outer img {
        border-radius: 0;
        height: 150px;
    }

img.anzeigebild {
    width: 30px;
}


.t4-offcanvas-toggle:hover {
    cursor: pointer;
    color: #e03e2d;
}


.t4-offcanvas-toggle {
    background: #ffffff;
    border-radius: 0rem;
    border: 0;
    color: #2c297f;
    display: block;
    line-height: calc(1.714em + 1.62rem + 1px);
    margin-left: 0.4285rem;
    height: calc(1.714em + 1.62rem + 1px);
    width: calc(1.714em + 1.62rem + 1px);
    padding: 0;
    transition: all 0.35s ease-in-out;
}

.t4-offcanvas .t4-off-canvas-header .logo-img {
    max-height: 50px;
}


.t4-offcanvas .t4-off-canvas-header {
    background-color: #ffffff;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1.7145rem;
    border-bottom: solid 
}

div#t4-section-6 {
    display: none;
}
#t4-hero .ja-mg-sidebar {
    background: #dadada !important;
}
}



@media only screen and (max-width: 1550px) {
.acm-hero.style-1 {
    border-radius: 0rem;
    padding: 15.426rem 0;
    background-size: 110% 100%;
}}

@media only screen and (min-width: 1350px) and (max-width: 1550px){
.acm-hero.style-1.align-center {
    height: 650px;
}
.sb-horizontal.ja-mg-sidebar.sidebar-main {
    margin-top: -120px;
}
}

@media only screen and (min-width: 1551px) {

.sb-horizontal.ja-mg-sidebar.sidebar-main {
    margin-top: -180px;
}
div#t4-section-1 {
    margin-top: 50px;
    margin-bottom: -75px;
}
}




#t4-hero .ja-mg-sidebar {
    background: #ff100000;
    border-radius: 0rem;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    padding: 1.714rem;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/

/* ALLGEMEINE ANWEISUNGEN STARTSEITE*/

div#t4-section-3
 {    
    padding-bottom: 50px;
    background-image: url("/images/STOEBICH/parallax.jpg");
     background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
    }


div#t4-section-4 {
    margin-top: 40px;
}

div#t4-section-5 {
    background-color: #464646;
}

div#t4-section-6 {
    margin-top: 60px;
}

.text-center {
    background-color: white;
}

.px-3 {
    padding-right: 1.143rem !important;
    padding-left: 1.143rem !important;
    padding-bottom: 0px;
}


.text-center {
    background-color: #dadada;
    color: #666;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .0);
}

div#t4-section-2 {
    background-color: #f3f6f4;
}

div#Mod172 {
    background-color: #dadada;
}

/*ENDE ALLGEMEINE ANWEISUNGEN STARTSEITE*/

/*-------------------------------------------------------------------------------------------------------------------------------*/

/* STELLENANZEIGE - UNTERSEITE*/

/* Kasten Firmeninfos in Stellenanzeige*/
.listing-sidebar {

    position: sticky;
    top: 7rem;
    background-color: #dbdbdb;
}



.view-listing-detail .listing-info-detail-wrap .listing-detail {
    border-top: 1px solid #dbdbdb;
    padding-top: 0%;
}

.toolbar-sorter.sorter {
    display: none;
}

img {
    width: 100%;
    height: auto;
}

.t4-section-inner.container {
    margin-bottom: 10px;
}


.header-wrap .navbar {
    padding: 0;
    margin-right: 30px;
}


.section-listing-info {
    border-top: 0ch solid #dbdbdb; 
     margin-top: 0rem; 
     padding-top: 0rem;
}


li1 {
    background-color:#dbdbdb;
    background-clip: content-box;}


h3.block-subtitle.filter-subtitle {
    display: none;
}

span.content {
    padding-left: 10px;
}

.view-listing-detail .listing-info-detail-wrap {
    margin-top: 2.428rem;
}

.t4-main-body {
    padding-top: 2rem;
    padding-bottom: 2rem;
}


.amenities ul li:before {
    color: #e03e2d;
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 0.5713333333rem;
}


/* ENDE KASTEN STELLENANZEIGE*/

/*-------------------------------------------------------------------------------------------------------------------------------*/

.btn.btn-primary {
    background-color: #2ba71a;
    border-color: #2ba71a;
}