body .wpjb-list-search .wpjb-button {
    padding: 17px 10px !important;
}
.branchen-section{
    background-color: #ecf4fc;
}

.branchen-section-title {
    margin: 0;
}

.branchen-section-des {
    margin: 0;
    max-width: 828px;
}

.branchen-section-head {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.branchen-section {
    padding: 36px 0;
}

.branchen-section > .row {
    padding: 0 36px;
}
.branchen-item-body {padding: 20px 24px;display: flex;align-items: center;}

.branchen-section-head {
    margin-bottom: 44px;
}

.branchen-section-body {
    display: grid;
    grid-template-columns: 300px 1fr;
    align-items: flex-start;
    gap: 44px;
}

.branchen-section-filter {
    background: #fff;
    display: block;
    width: 100%;
    border-radius: 8px;
    padding: 16px;
}

.branchen-list-main {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
    min-width: 1px;
}
.branchen-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 1;
    min-width: 1px;
}

.branchen-item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.branchen-item-footer {
    background: #fbfbfb;
    display: grid;
    align-items: center;
    row-gap: 8px;
    column-gap: 16px;
    padding: 16px 24px;
    flex-wrap: wrap;
    grid-template-columns: 1fr;
}

.branchen-item-icon {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 6px;
    max-width: 100%;
    min-width: 1px;
}

.branchen-item-icon-box {
    display: flex;
    color: #9E9E9E;
}

.branchen-item-icon-text {
    color: #010027;
    font-size: 14px;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
}

.branchen-item-body-left {
    flex: 1;
    display: flex;
    align-items: center;
    min-width: 1px;
    gap: 12px;
}

.branchen-item-info {
    flex: 1;
    min-width: 1px;
    display: flex;
    align-items: center;
    gap: 24px;
}
.branchen-item-info-left{
    display: flex;
    flex-direction: column;
    gap: 0px;
    flex: 1;
    min-width: 1px;
}


.branchen-item-thumb {
    width: 70px;
}

.branchen-item-thumb-ratio {
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 100%;
    border-radius: 8px;
}

.branchen-item-thumb-ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.branchen-item-title {
    margin: 0;
    font-size: 16px !important;
    font-weight: bold;
    line-height: 1.25;
}

.branchen-item-des {
    margin: 0;
    font-size: 14px;
    color: #010027;
}

.branchen-item-title a {
    color: #010027;
}

.branchen-item-label {
    color: #fff;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 9999px;
}

.branchen-item-label-premium {
    background: #F37312;
}
.branchen-item-thumb-empty {
    background: #fbfbfb;
}





.wpc-filters-main-wrap li.wpc-term-item input[type=checkbox],
.wpc-filters-main-wrap li.wpc-term-item input[type=radio] {
    border-color: #d8d8d8;
}

.wpc-filters-main-wrap li.wpc-term-item a {
    color: #010027;
}

.wpc-filters-main-wrap li.wpc-term-item label {
    font-size: 14px;
}
.wpc-edit-filter-set {
    display: none;
}

.wpc-filter-layout-submit-button {
    margin-bottom: 0;
}
.wpc-filter-title {
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 14px;
}

.wpc-filters-ul-list {
    margin: 0;
}

.wpc-filters-section {
    margin-bottom: 16px;
}



.wpc-filter-remote_work_possible > .wpc-filters-ul-list > li {
    margin: 0 !important;
}

.wpc-filter-is_active_on_job_search  > .wpc-filters-ul-list > li:not(:first-child),
.wpc-filter-offer_job_trainnings > .wpc-filters-ul-list > li:not(:first-child),
.wpc-filter-is_premium > .wpc-filters-ul-list > li:not(:first-child),
.wpc-filter-remote_work_possible > .wpc-filters-ul-list > li:not(:first-child) {
    display: none;
}


.wpc-filter-content select {
    margin: 0;
    border-color: #d8d8d8;
    font-size: 14px;
}
@media(min-width: 992px){
    .page-template-page-branchen .box-wrapper {
        overflow: auto;
    }
    .branchen-section-filter{
        position: sticky;
        top: 24px;
    }
    .admin-bar .branchen-section-filter{
        top: calc(32px + 24px);
    }
}

@media(max-width: 1200px){
    .branchen-section-body {
        grid-template-columns: 250px 1fr;
        gap: 32px;
    }
}
@media(max-width: 991px){
    .branchen-section-body {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .branchen-item-footer {
        grid-template-columns: 1fr;
    }    
}
@media(max-width: 575px){
    .branchen-item-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    .branchen-item .branchen-item-label {
        font-size: 13px;
        padding: 6px 12px;
    }
    .branchen-item-footer {
        grid-template-columns: 1fr;
    }  
}


.branchen-list-pagination .pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 4px;
}

.branchen-list-pagination .pagination .page-numbers {
    padding: 3px 9px;
    font-weight: bold;
    text-decoration: none;
    background: #fcfcfc;
    color: #010027;
}

.branchen-list-pagination .pagination .page-numbers.current {
    color: #37cc82;
}

/* text-editor-content-detail */

.text-editor-content-detail blockquote,
.text-editor-content-detail dl,
.text-editor-content-detail figure,
.text-editor-content-detail form,
.text-editor-content-detail ol,
.text-editor-content-detail p,
.text-editor-content-detail pre,
.text-editor-content-detail ul {
    margin-bottom: 20px;
}

.text-editor-content-detail ol li,
.text-editor-content-detail ul li {
    margin-bottom: 0.6em;
}

.text-editor-content-detail ol li,
.text-editor-content-detail ul li {
    margin-left: 1.3em;
}

.text-editor-content-detail h1,
.text-editor-content-detail h2,
.text-editor-content-detail h3,
.text-editor-content-detail h4,
.text-editor-content-detail h5,
.text-editor-content-detail h6 {
    margin-bottom: 0.5em;
}

.text-editor-content-detail p {
    word-break: break-word;
}

.text-editor-content-detail img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}

.text-editor-content-detail iframe[src*="youtube.com"] {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    border-radius: 6px;
    overflow: hidden;
}

.text-editor-content-detail iframe {
    width: 100% !important;
}
article {
    max-width: 100%;
    overflow: hidden;
    min-width: 1px;
    display: block;
    position: relative;
}


blockquote {
    border-left: 4px solid #991B1E;
    padding-left: 27px;
    position: relative;
}

/* portfolio-section */
.portfolio-section{
    background-color: #ecf4fc;
}
.portfolio-section > .row {
    padding: 0 36px;
}
.owl-portfolio-slider-item-thumb {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.owl-portfolio-slider-item-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    transition: all .25s;
    position: absolute;
}

.owl-portfolio-slider-item-thumb:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.35);
    z-index: 2;
    transition: all .25s;
    opacity: 0;
}

.owl-portfolio-slider-item-thumb:hover:after {
    opacity: 1;
}

.owl-portfolio-slider-item-thumb:hover img {
    transform: scale(1.05);
}
.owl-portfolio-grid{
    display: grid;
    grid-template-columns: 1fr;
    gap: 36px;
    align-items: flex-start;
    width: 100%;
}
@media(min-width: 992px){
    .owl-portfolio-grid{
        grid-template-columns: calc(66.5% - 18px) calc(33.5% - 18px);
    }
}

.owl-portfolio-head-inner{
    align-items: center;
}
.owl-portfolio-head {
    padding: 16px 0;
    background: #fff;
    border-bottom: 1px solid #e3ecf4;
    position: relative;
    z-index: 2;
}

.owl-portfolio-head > .row,
.owl-portfolio-body > .row {
    padding: 0 36px;
}
@media (min-width: 960px){
   .owl-portfolio-head > .row,
    .owl-portfolio-body > .row {
       max-width: 1332px;
    } 
}

.owl-company-head {
    display: grid;
    align-items: center;
    gap: 18px;
    flex: 1;
    min-width: 1px;
    grid-template-columns: 195px 1fr;
    position: relative;
}

.owl-btn {
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: all .25s !important;
    font-weight: 600 !important;
    font-family: Inter !important;
    padding: 14px 23px !important;
    font-size: 14px;
    border-radius: 9px;
    gap: 8px;
}
.owl-btn-block{
    width: 100%;
}
.owl-btn-blue {
    background: #007fa3;
    color: #fff;
}

.owl-btn-blue:hover,
.owl-btn-blue:focus {
    background: #007296;
}

.owl-btn-gray {
    background: #777777;
    color: #fff;
}

.owl-btn-gray:hover,
.owl-btn-gray:focus {
    background: #6a6a6a;
}
.owl-btn-black {
    background: #010027;
    color: #fff;
}

.owl-btn-black:hover,
.owl-btn-black:focus {
    background: #000000;
}

.owl-company-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1;
    min-width: 1px;
    grid-column: 2;
}

.owl-company-info > * {
    margin: 0 !important;
}

.owl-heading {
    font-weight: 600;
    font-family: Inter;
    font-size: 29px !important;
    color: #010027;
}

.owl-box .owl-heading {
   margin-top: 0;
}

.owl-heading-sm {
    font-size: 20px !important;
}

.owl-company-cat,
.owl-company-local {
    color: #777777;
    font-size: 13px;
}

.owl-company-head-thumb {
    width: 195px;
    display: flex;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
    padding: 12px;
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
}
@media (min-width: 576px){
	.owl-portfolio-gallery ~ .owl-portfolio-head .owl-company-head-thumb {
		top: -36px;
		position: absolute;
	}
}
.owl-company-head-logo {
    width: 100%;
    height: 0;
    padding-bottom: 48%;
    position: relative;
    background: #fff;
}

.owl-company-head-logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.owl-portfolio-body {
    padding: 36px 0 144px 0;
}

.owl-portfolio-left {
    display: flex;
    flex-direction: column;
    gap: 72px;
}

.owl-box {
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    padding: 36px;
}



.text-editor-content-detail p {
    font-size: 13px;
}


.owl-line {
    display: block;
    width: 100%;
    padding: 10px 0;
    position: relative;
}

.owl-line-lg {
    padding: 20px 0;
}

.owl-line:after {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    border-bottom: 1px solid #eaeaea;
}

.owl-detail-fact {
    padding-top: 20px;
}

.owl-detail-fact a {
    color: #010027;
}

.owl-company-title.owl-heading {
    font-size: 24px !important;
}


.owl-box-head ~ .owl-box-body {
    padding-top: 20px;
}

.owl-youtube-iframe {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    border-radius: 4px;
    overflow: hidden;
}

.owl-youtube-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.owl-checklist {
    margin: 0;
}

.owl-checklist li {
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.owl-checklist li + li {
    margin-top: 5px;
}

.owl-checklist li i {
    margin: -2px 0 0 0;
}

.owl-checklist li span {
    flex: 1;
}

.owl-contact-box {
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 13px;
}

.owl-contact-thumb {
    width: 100%;
    max-width: 200px;
    margin: 0 auto 12px auto;
}

.owl-contact-ratio {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 9999px;
}

.owl-contact-ratio img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.owl-contact-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.owl-contact-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.owl-contact-name {
    font-weight: 600;
}

.owl-contact-info a {
    color: #010027;
}

@media(min-width: 992px){
    .owl-portfolio-right{
        position: sticky;
        top: 36px;
    }
    .admin-bar .owl-portfolio-right{
        top: calc(32px + 36px);
    }    
    .single-portfolio .box-wrapper {
        overflow: auto;
    }
}
@media(max-width: 1400px){
    .owl-contact-thumb {
        max-width: 150px;
    }
}

@media(max-width: 991px){
    .owl-portfolio-right{
        order: -1;
    }
    .owl-portfolio-left{
        gap: 36px;
    }
    .owl-portfolio-head > .row,
    .owl-portfolio-body > .row {
        padding: 0 20px;
    }
    .owl-box {
        padding: 28px;
    }    
    .owl-heading {
        font-size: 24px !important;
    }
    .owl-heading-sm {
        font-size: 18px !important;
    }

}
@media(max-width: 575px){
    .owl-company-head-thumb{
        position: relative;
        top: 0;
        width: 100%;
    }

    .owl-company-head-logo {
        height: auto;
        padding: 0;
    }

    .owl-company-head-logo img {
        position: relative;
        width: 171px;
        height: 82px;
        display: block;
        margin: 0 auto;
    }

    .owl-company-head {
        grid-template-columns: 1fr;
    }

    .owl-company-info {
        grid-column: 1;
    }    
}
.owl-company-cat span + span:before {
    content: ",";
    padding-right: 4px;
}

.wpjb-row-meta-owl_unternehmen {
    display: none;
}
.owl-detail-jobs {
    padding-bottom: 32px;
}


.owl-detail-jobs .wpjb-grid > .wpjb-grid-row {
    padding: 12px !important;
    margin: 0 !important;
    border: 1px solid #eaeaea;
}


.owl-detail-jobs .wpjb-grid > .wpjb-grid-row:not(:last-child) {
    margin-bottom: 12px !important;
}

.owl-detail-jobs .wpjb-title {
    color: #010027;
}

.owl-box-head ~ .owl-box-body.has-jobs {
    padding-top: 0;
}


/* SEARCH */

.header-search-desktop {
    width: 100%;
    min-width: 1px;
    flex: 1;
}

.header-search-desktop-form {
    width: 100%;
}

.header-search-desktop,
.header-search-desktop-form {
    position: relative;
}

.header-search-desktop-input {
    width: 100%;
    padding: 18px 56px 18px 24px;
    font-size: 18px;
    outline: none !important;
    border: 0 !important;
    border-radius: 8px;
    overflow: hidden;
    margin: 0 0 30px 0 !important;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header-search-desktop-btn {
    position: absolute;
    right: 24px;
    top: 4px;
    bottom: 4px;
    padding: 0 0px !important;
    border: 0;
    background: #fff;
    z-index: 2;
    transition: all 0.25s !important;
    border-radius: 6px !important;

}
.header-search-desktop-btn:hover .svg-normal * {
    stroke: #6442ff;
}
.header-search-desktop-btn svg * {
    transition: all 0.25s;
}

.header-search-desktop-btn svg {
    width: 24px;
    height: 24px;
}


.svg-normal {
    display: flex;
}

.svg-loader {
    display: flex;
    position: relative;
    align-content: space-around;
    justify-content: center;
}

.loader-svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    fill: none;
    stroke-width: 5px;
    stroke-linecap: round;
    stroke: #010027;
}

.loader-svg.bg {
    stroke-width: 8px;
    stroke: rgb(207, 205, 245);
}

.animate {
    stroke-dasharray: 242.6;
    -webkit-animation: fill-animation 0.5s cubic-bezier(1, 1, 1, 1) 0s infinite;
    animation: fill-animation 0.5s cubic-bezier(1, 1, 1, 1) 0s infinite;
}

@-webkit-keyframes fill-animation {
    0% {
        stroke-dasharray: 40 242.6;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 141.3;
        stroke-dashoffset: 141.3;
    }

    100% {
        stroke-dasharray: 40 242.6;
        stroke-dashoffset: 282.6;
    }
}

@keyframes fill-animation {
    0% {
        stroke-dasharray: 40 242.6;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 141.3;
        stroke-dashoffset: 141.3;
    }

    100% {
        stroke-dasharray: 40 242.6;
        stroke-dashoffset: 282.6;
    }
}

.header-search-desktop-btn .svg-loader {
    display: none;
}

.header-search-desktop-btn .svg-normal {
    display: flex;
}

.header-search-desktop-form.is-loading .header-search-desktop-btn .svg-loader {
    display: flex;
}

.header-search-desktop-form.is-loading .header-search-desktop-btn .svg-normal {
    display: none;
}

.header-search-overlay {
    position: absolute;
    top: 100%;
    padding-top: 2px;
    z-index: 2;
    width: 100%;
    left: 0;
    transition: all 0.25s;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.header-search-overlay.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.header-search-result {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    gap: 16px;
    border-radius: 6px;
    padding: 16px 8px;
    display: flex;
    flex-direction: column;
}
.header-search-result-text{
	margin: 0;
	padding: 0 8px;
}
.header-search-result-inner {
    max-height: calc(75vh - 250px);
    overflow: auto;
	display: flex;
    flex-direction: column;
	gap: 0;
}


.custom-scrollbar::-webkit-scrollbar { -webkit-appearance: none; } 

.custom-scrollbar::-webkit-scrollbar:vertical { width: 5px; } 

.custom-scrollbar::-webkit-scrollbar:horizontal { height: 5px; } 

.custom-scrollbar::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.1); border-radius: 10px; border: 0px solid #ffffff; } 

.custom-scrollbar::-webkit-scrollbar-track { border-radius: 10px; background-color: #eee; } 


.header-search-result .branchen-item {
    overflow: visible;
    border-radius: 0;
}

.header-search-result .branchen-item .branchen-item-body {
    padding: 12px 8px 12px 8px;
}

.header-search-result .branchen-item .branchen-item-thumb {
    width: 44px;
}

.header-search-result .branchen-item .branchen-item-body-left {
    gap: 16px;
}

.header-search-result .branchen-item  .branchen-item-des {
    font-size: 13px;
}

.header-search-result .branchen-item .branchen-item-title {
    font-size: 15px !important;
    font-weight: 600;
}

.header-search-result .branchen-item .branchen-item-info-left {
    gap: 2px;
}

.header-search-result .branchen-item .branchen-item-label {
    font-size: 13px;
    padding: 6px 12px;
}

.header-search-result .branchen-item .branchen-item-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header-search-result .branchen-item:not(:last-child) {
    border-bottom: 1px solid #eee;
}
.branchen-section-search {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.branchen-section-search .header-search-desktop-outer {
    width: 100%;
}
.branchen-section-search-head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.branchen-section-search-item {
    padding: 6px 12px;
    background: #fff;
    border-radius: 9999px;
    cursor: pointer;
    transition: all .25s;
}

.branchen-section-search-item:hover {
    color: #c00;
}
.header-search-desktop-btn[disabled] {
    pointer-events: none;
}
@media(max-width: 767px){
    .header-search-desktop-input{
        font-size: 16px;
        padding-left: 16px;
        padding-right: 48px;
    }
    .header-search-desktop-btn {
        right: 16px;
    }
}