
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --perz-yellow: #ffd100;
    --perz-yellow-dark: #b98e01;
    --perz-background-dark: #212529;
    --gold: #ce9103;
}

body {
    overflow-x: hidden;
}

.cardDesign {
    position: relative;
    width: 300px;
    height: 350px;
    background: #fff;
    box-shadow: 0 25px 50px rgba(0,0,0,0.15);
    border-radius: 20px;
}

    .cardDesign i {
        position: absolute;
        width: 280px;
        top: 10px;
        left: -15px;
        height: 50px;
        background: #FCC200;
        border-radius: 30px;
        border-bottom-left-radius: 0px;
    }

        .cardDesign i::before {
            content: '';
            position: absolute;
            width: 15px;
            top: 50px;
            height: 30px;
            background: #c5960a;
            border-top-left-radius: 20px;
            border-bottom-left-radius: 20px;
            z-index: 2;
        }

        .cardDesign i::after {
            content: '';
            position: absolute;
            width: 15px;
            top: 50px;
            height: 15px;
            background: #FCC200;
        }



@media only screen and (max-width: 600px) {

    .title {
        font-size: 1.5rem !important;
    }

    .responsivedekra {
        width: 100px;
    }

    #home-categories .title {
        font-size: 2rem !important;
    }

    .mobilviewbutton {
        white-space: pre-wrap;
        word-wrap: break-word;
        text-align: center;
    }

    .responsivecardimage {
        width: 200px !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .card {
        width: 18rem !important;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .mobilestyleicon {
        display: none !important;
    }

    .responsivesearch {
        margin-bottom: 5px !important;
    }

    .indexh2responsive {
        font-size: 1.5rem !important;
    }

    .jobsapplybutton {
        float: none !important;
    }

    .pagedlist {
        font-size: 0.5rem;
    }

    .section-mobile {
        width: calc(100vw - 60px);
    }

    .container-fluid .btn-group, .btn-group-vertical {
        display: block !important;
    }

    .pagedlist {
        float: none !important;
    }

        .pagedlist li {
            width: 38px !important;
            height: 30px !important;
            margin-right: 2px !important;
        }

        .pagedlist .active {
            padding: 7px !important;
        }

    .h1Mobile {
        word-break: break-word !important;
    }

    .buttonSendMobile {
        position: fixed !important;
        right: 0 !important;
        bottom: -2px !important;
        left: 0 !important;
        z-index: 1030 !important;
    }

    button.mfp-close, button.mfp-arrow {
        color: black !important;
        padding: 7px !important;
        margin-right: 10px !important;
        background: none !important;
        margin-top: 7px !important;
    }
}

.fbox-icon i, .fbox-icon img {
    background-color: #edcb00 !important;
}

.section-mobile {
    width: calc(100vw - 30px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.section {
    background-color: #d7d7d7;
}

.responsivedekra {
    width: 250px;
}

.title {
    font-size: 3rem;
}


.pagedlist ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden; /*background-color: #333;*/
}

.pagedlist li:last-child {
    border-right: none;
}

.pagedlist li a {
    display: block;
    color: Black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

    .pagedlist li a:hover:not(.active) {
        background-color: #dab70a;
    }



.pagedlist {
    float: right;
    margin-bottom: 50px;
    margin-top: 40px;
}

    .pagedlist li {
        float: right;
        /* border-right: 1px solid #bbb; */
        border-radius: 100%;
        width: 42px;
        height: 42px;
        padding: 0 !important;
        margin-right: 6px;
    }

        .pagedlist li a {
            display: block;
            color: #fff;
            text-align: center;
            /* padding: 14px 16px; */
            text-decoration: none;
            /* width: 48px; */
            /* height: 48px; */
            /*padding: 9px !important;*/
            border-radius: 100% !important;
            background-color: #212529;
        }

    .pagedlist .active {
        background-color: #dab70a;
        text-align: center;
        padding: 10px !important;
        color: #fff;
    }


.responsivecardimage {
    width: 60% !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}



.jobsapplybutton {
    float: right;
}

.buttonnextright {
    float: right;
    font-size: 1rem !important;
}

.buttonpreviousleft {
    float: left;
    font-size: 1rem !important;
}
/*
table {
  width: 100%;

}*/



td, th {
    padding: 3px;
    border: 1px solid #ccc;
    text-align: left;
}

    td.action {
        padding: 14px;
    }


@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }

    table {
        word-wrap: break-word !important;
    }

    .table > :not(caption) > * > * {
        padding: 1rem 9.5rem !important;
        padding-right: 9px !important;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        border: 1px solid #ccc;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

        td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
        }


        td:nth-of-type(1):before {
            content: "Name";
        }

        td:nth-of-type(2):before {
            content: "Email";
        }

        td:nth-of-type(3):before {
            content: "Titel";
        }

        td:nth-of-type(4):before {
            content: "Standort";
        }

        td:nth-of-type(5):before {
            content: "Datum der Veröffentlichung";
            white-space: pre-line;
            line-height: 20px;
            word-wrap: break-word;
        }

        td:nth-of-type(6):before {
            content: "Dateien ";
        }
}


.play-btn {
    background: #F60;
    color: #fff;
    font-size: 20px;
    width: 54px;
    height: 54px;
    position: absolute;
    left: 142px;
    /* top: 1px; */
    bottom: 18px;
    /* right: 0px; */
    margin: auto;
    text-align: center;
    border-radius: 50%;
}

    .play-btn i {
        line-height: 100px;
        margin-left: 6px;
        margin-top: -21px;
    }

    .play-btn:before, .play-btn:after {
        content: "";
        position: absolute;
        border: 2px solid #ccc;
        left: -20px;
        right: -20px;
        top: -20px;
        bottom: -20px;
        border-radius: 50%;
        animation: animate 1.5s linear infinite;
        opacity: 0;
    }

    .play-btn:after {
        animation-delay: 0.5s;
    }

@keyframes animate {
    0% {
        transform: scale(.5);
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.5);
    }
}



body {
    font-family: 'Poppins', sans-serif;
}

a {
    color: var(--perz-yellow-dark);
}

.section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: unset;
}

.btn-perz {
    color: #282828;
    background-color: var(--perz-yellow);
    border-color: var(--perz-yellow);
}

    .btn-perz:hover {
        color: #282828;
        background-color: var(--perz-yellow);
        border-color: var(--perz-yellow);
    }

    .btn-perz:focus {
        color: #282828;
        background-color: var(--perz-yellow);
        border-color: var(--perz-yellow);
        box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
    }

    .btn-perz:active, .btn-perz.active, .show > .btn-perz.dropdown-toggle {
        color: #fff;
        background-color: #0a58ca;
        border-color: #0a53be;
    }

        .btn-perz:active:focus, .btn-perz.active:focus, .show > .btn-perz.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
        }

    .btn-perz:disabled, .btn-perz.disabled {
        color: #282828 !important;
        background-color: #ffe983 !important;
        border-color: #e6d172 !important;
    }

.bg-perz {
    background-color: var(--perz-yellow);
}

    .bg-perz, .bg-perz .title {
        color: #282828;
    }



span.dot {
    height: 6px;
    width: 6px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

#logo-container .nav-link {
    text-decoration: dotted !important;
}

#logo-container a {
    color: #282828;
}


#home-search {
    overflow-x: hidden;
    height: 100vh
}

    #home-search h1 {
        font-size: 3rem;
        font-weight: 700;
        letter-spacing: 3px;
    }

@media screen and (max-width: 600px) {
    #home-search h1 {
        font-size: 1.5rem;
        font-weight: 700;
        letter-spacing: 3px;
    }

    #home-page-logo {
        width: 80%;
    }
}

.form-control:focus, .form-control-lg:focus, .form-control-sm:focus {
    color: #212529;
    background-color: #fff;
    border-color: var(--perz-yellow);
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(230, 198, 0, 0.30);
}

.bg-dark h1 {
    color: #e9e9e9
}

.category-box {
    height: 140px;
    background-color: #fff;
    border-radius: 6px;
    text-align: center;
    transition: all 0.15s ease-in-out;
}

    .category-box .follow-line {
        margin-top: 10px;
        transition: all 0.3s ease;
        max-height: 0;
        height: 30px;
        overflow: hidden;
        background-color: #6c757d;
    }

    .category-box:hover .follow-line {
        max-height: 30px;
    }

    .category-box .title {
        font-size: 22px !important;
        letter-spacing: 2px;
    }

    .category-box .row {
        height: 100%;
    }

    .category-box a {
        color: #282828;
        text-decoration: none;
        height: 100%;
        display: block;
        width: 100%;
    }

    .category-box:hover {
        color: var(--perz-yellow-dark) !important;
        text-shadow: #282828 1px 0 1px;
    }

        .category-box:hover .fa:not(.follow-line .fa) {
            color: var(--perz-yellow-dark) !important;
            text-shadow: #282828 1px 0 1px;
        }

.border-perz {
    border-color: var(--perz-yellow) !important;
}

.fa {
    display: inline-block;
    vertical-align: middle;
}



.btn-perz:active, .btn-perz.active, .show > .btn-perz.dropdown-toggle {
    background-color: var(--perz-yellow);
    border-color: var(--perz-yellow);
}


#home-categories .owl-carousel .owl-nav [class*=owl-] {
    margin-top: -36px !important;
}

#home-categories .title {
    font-size: 3rem;
}

#home-application .title {
    font-size: 3rem;
}

.text-perz {
    color: var(--perz-yellow) !important;
}

.text-perz-dark {
    color: var(--perz-yellow-dark) !important;
}

.text-gold {
    color: var(--gold);
}

.fa {
    vertical-align: middle;
}
/*
  .listings-container {
    margin: 22px 0 22px 0;
  }*/

.listing {
    border-radius: 0;
    display: flex;
    padding: 10px;
    border-left: 4px solid #eee;
    transition: 0.3s;
    position: relative;
    /*  overflow: hidden;*/
    border: 1px solid #c5c5c573;
    margin: 0px 0px 22px 0px;
}

    .listing:hover {
        background-color: #fff !important;
        box-shadow: 2px 2px #c1c1c1 !important;
        border: 1px solid #c1c1c1;
    }

    .listing .applied-icon {
        top: -16px;
        right: -16px;
        background-color: #fff;
        border-radius: 50%;
        padding: 8px;
        border: 1px solid #ccc;
    }

.listings-container .listing:first-child {
    border-radius: 4px 4px 0 0;
}

.listings-container .listing:last-child {
    border-radius: 0 0 4px 4px;
}

.listing.featured {
    background-color: #fffcee;
}

    .listing.featured .job-item-title {
        font-weight: 600;
    }

.featured-joboffer-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    margin: 5px;
    color: #fac710;
}

    .featured-joboffer-icon i {
        font-size: x-large;
    }

.listing:hover {
    background-color: #fafafa;
}

.listing-badge {
    background-color: #fac710;
    float: left;
    position: absolute;
    transform: rotate(45deg);
    text-align: center;
    font-size: 14px;
    margin: 0;
    z-index: 999;
    color: #fff;
    font-weight: 500;
    width: 66px;
    height: 66px;
    right: -33px;
    top: -33px;
    line-height: 106px;
}

    .listing-badge i {
        transform: rotate(-45deg);
    }

.listing.full-time {
    border-left: 4px solid #186fc9;
}

.listing.part-time {
    border-left: 4px solid #f1630d;
}

.listing.freelance {
    border-left: 4px solid #53b427;
}

.listing.internship {
}

.listing.temporary {
    border-left: 4px solid #e12335;
}

.listing .listing-logo {
    width: 60px;
    min-width: 40px;
    flex-wrap: wrap;
}

    .listing .listing-logo img {
        border-radius: 3px;
        transform: translate3d(0, 0, 0);
        max-width: 100%;
    }

.listing .listing-title {
    flex-wrap: wrap;
    width: 100%;
    /*  height: 14rem;*/
    padding-left: 7px;
}

@media only screen and (max-width: 600px) {
    .listing .listing-title {
        height: auto !important;
        padding-left: 25px !important;
    }
}

.listing .listing-title h4 {
    /*letter-spacing: 0;
font-size: 17px;
line-height: 27px;
margin-bottom: 5px;
color: #333;*/
    letter-spacing: 1px;
    font-size: 1.2rem;
    line-height: 26px;
    margin-bottom: 5px;
    color: #333;
}

.listing-type {
    border-radius: 3px;
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    color: #888;
    padding: 4px 8px;
    line-height: 18px;
    font-weight: 500;
    position: absolute;
    top: 25px;
    right: 25px;
    white-space: nowrap;
    text-align: center;
    min-width: 76px;
    top: 50%;
    transform: translateY(-50%);
}


.listing-date {
    background-color: #fff;
    border: 1px dotted #b5b5b5;
    color: #888;
    display: inline-block;
    border-radius: 3px;
    font-size: 12px;
    padding: 3px 8px;
    line-height: 18px;
    font-weight: 500;
}

    .listing-date.new {
        border-color: #26ae62;
        background-color: #e9fff3;
        color: #26ae62;
    }

.listing-details {
    flex-wrap: wrap;
}

.listing-icons {
    padding: 0;
    margin: 0;
}

    .listing-icons li {
        display: inline-block;
        margin-right: 13px;
        color: #808080;
        line-height: 29px;
    }

        .listing-icons li:last-child {
            margin-right: 0px;
        }

        .listing-icons li i {
            font-size: 19px;
            position: relative;
            top: 2px;
            margin: 0 4px 0 0;
            vertical-align: unset !important;
        }

.listing .job-item-description {
    color: #888;
}

.button {
    background-color: var(--perz-yellow);
}

::selection {
    background: #b19909;
    color: #FFF;
    text-shadow: none;
}

.line-pulse {
    position: fixed !important;
}

#page-title {
    padding: 2rem 0;
}

.bg-dark a:hover:not(.btn) {
    color: #ffc642;
}

#wrapper {
    background-color: #f3f3f3
}

.chosen-container .chosen-results li.highlighted {
    background: #212121 !important;
    color: #fff !important;
}

.chosen-container-active .chosen-single {
    border: 1px solid var(--perz-yellow);
}

.light-scroll {
    overflow-y: auto !important;
    overflow-x: hidden;
    padding-right: 8px;
}

    .light-scroll::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }

    .light-scroll::-webkit-scrollbar-thumb {
        background: #979797;
    }

    .light-scroll::-webkit-scrollbar-track {
        background: #dbdbdb;
    }

.listing.active {
    border: 1px solid #dddddd;
    background-color: #e5e5e5 !important;
    box-shadow: none !important;
}

/*.listing.active h4 {
    color: #fff !important;
  }*/
.list-job-offer a .fa {
    display: none;
}

.list-job-offer a:hover .fa {
    color: var(--perz-yellow-dark)
}

.list-job-offer a.active {
    border: 2px solid #ffc10791;
}

    .list-job-offer a.active .fa {
        display: block;
        right: -22px !important;
        top: -3px !important;
    }

.list-job-offer {
    transition: all 0.7s ease;
}

    .list-job-offer .fbox-icon .fa {
        transition: all 0.7s ease;
    }

    .list-job-offer:hover {
        box-shadow: #ffc10791 0px 1px 2px 0px, #b19909 0px 1px 3px 1px;
    }

        .list-job-offer:hover .fbox-icon .fa {
            color: var(--perz-yellow-dark) !important;
            text-shadow: #282828 1px 0 1px;
        }


#page-title.browse-jobs h1 {
    font-size: 1.3rem !important;
}

.list-job-offer.active .fbox-icon .fa {
    color: var(--perz-yellow-dark) !important;
    text-shadow: #282828 1px 0 1px;
}

.grid-category-item {
    transition: all 0.7s ease;
}

    .grid-category-item:hover {
        color: var(--perz-yellow-dark);
        text-shadow: #282828 1px 0 2px;
    }

#job-content a {
    text-decoration: underline !important;
}

    #job-content a:hover {
        color: #ce9103 !important;
    }

#job-content p, #job-content ul {
    margin-bottom: 24px !important;
}

#job-content ul {
    list-style-type: disc;
    margin-left: 24px;
}


footer {
    color: #e9e9e9;
}

    footer a {
        color: #e9e9e9;
    }

        footer a:hover {
            color: var(--perz-yellow);
        }

#copyrights {
    color: rgba(255,255,255,0.4);
    background-color: rgba(0,0,0,0.2);
}

.menu-item:not(:first-child) {
    border-top: 1px solid #363636;
}

.validation-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.header-size-sm #header-wrap #logo img {
    height: auto;
}

.form-check-input:checked {
    background-color: #edb200;
    border-color: #d8a200;
}

p.filename {
    margin-bottom: 0;
    margin-top: 8px;
    margin-left: 10px;
    vertical-align: middle;
}

    p.filename.error {
        color: #a8303c
    }


.bg-perz-dark {
    background-color: var(--perz-background-dark) !important;
}

.color-perz-dark {
    color: var(--perz-background-dark);
}

footer ul li a h5 {
    color: #e9e9e9;
    font-weight: 400;
    margin-bottom: 0 !important;
}
