.prinz-job-offer-teaser {
    margin-bottom: 1rem;
    display: flex;
    flex-flow: row;
}
.prinz-job-offer-teaser > div:not(.prinz-hover-overlay) {
    display: none;
}
@media (min-width: 48em) {
    .prinz-job-offer-teaser > div:not(.prinz-hover-overlay) {
        display: inherit;
        width: 33%;
    }
}
.prinz-job-offer-teaser-image-large {
    height: 20rem;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
@media (min-width: 48em) {
    .prinz-job-offer-teaser-image-small-container {
        width: 33%;
        display: flex!important;
        flex-flow: column;
    }
}
.prinz-job-offer-teaser-image-small {
    height: 10rem;
    background-size: cover;
}
@media (min-width: 48em) {
    .prinz-job-offer-teaser-image-small {
        display: block;
        width:100%;
    }
}
.prinz-job-offer-teaser-button {
    background-color: #d2222a;
    background: rgb(209,58,63);
    background-image: -moz-linear-gradient(top, rgba(209,58,63,1) 49%, rgba(210,34,42,1) 51%);
    background-image: -webkit-linear-gradient(top, rgba(209,58,63,1) 49%,rgba(210,34,42,1) 51%);
    background-image: linear-gradient(to bottom, rgba(209,58,63,1) 49%,rgba(210,34,42,1) 51%);
    background-size: 200% auto;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d13a3f', endColorstr='#d2222a',GradientType=0 );
    color: #fff;
    padding: 0.5rem;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 6px;
    position: relative;
    display: block;
    z-index: 10;
    transition: .33s;
    opacity: .9;
    width: 80%;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
}
.prinz-job-offer-teaser-button:hover { 
    border-color: #fff;
    color: #fff;
    text-shadow: 1px 1px 10px rgba(255, 255, 255, .33);
}
.prinz-job-offer-teaser .prinz-hover-overlay {
    width: 100%;
}
@media (min-width: 48em) {
    .prinz-job-offer-teaser .prinz-hover-overlay {
        width: 50%;
    }
}
.prinz-job-offer-teaser .prinz-hover-overlay:hover .prinz-job-offer-teaser-button {
    opacity: 1;
}
.prinz-job-offer-teaser .prinz-hover-overlay:after {
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    top: 0; 
    right: 0; 
    bottom: 0; 
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    content: '';
    transition: .33s;
    opacity: 0;
}
.prinz-job-offer-teaser .prinz-hover-overlay:hover:after {
    opacity: 1;
}
.prinz-job-offer-table {
    display: flex;
    flex-flow: row;
    align-items: stretch;
    background: #E9E9E9;
    border: 1px solid #A4AAAD;
    margin-top: 1rem;
}
.prinz-job-offer-table-col {
    list-style-type: none;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: calc(100% / 3)
}
.prinz-job-offer-table-col li {
    padding: 0.5rem;
    text-align: center;
}
.prinz-job-offer-table li:nth-of-type(odd) {
    background-color: #fff;
}
.prinz-job-offer-table li:nth-of-type(even) {
    background-color: #E9E9E9;
}
.prinz-job-offer-table-header {
    font-weight: bold;
    text-transform: uppercase;
    color: #d2222a;
}
.prinz-job-offer-table .fas {
    color: #a4aaad;
}
.prinz-job-offer-table-border-right{
    border-right: 1px solid #A4AAAD;
}
.prinz-job-offer-table-border-left{
    border-left: 1px solid #A4AAAD;
}
.prinz-job-offers-features {
    padding: 1.2rem 1rem;
    font-size: 1.2rem;
    margin-bottom: 5.3rem;
}
.prinz-job-offers-feature {
    text-align: center;
    font-weight: bold;
    background-color: #111;
    padding: 2rem 1rem;
    border: 1px solid #E9E9E9;
    border-radius: 5px;
    color: #fff;
    text-shadow: none;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#111111+50,222222+50 */
background: rgb(17,17,17); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(17,17,17,1) 50%, rgba(34,34,34,1) 50%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(17,17,17,1) 50%,rgba(34,34,34,1) 50%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(17,17,17,1) 50%,rgba(34,34,34,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#111111', endColorstr='#222222',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.prinz-job-offers-feature .fas {
    color: #d2222a;
    font-size: 2rem;
}
.prinz-job-offer-fixed-c2a {
    position: sticky;
    background-color: #d2222a;
    color: #fff;
    padding: 1rem 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    z-index: 10;
    font-weight: bold;
    text-transform: uppercase;
    bottom: 0;
    top: 93.1vh;
}
.prinz-job-offer-fixed-c2a .prinz-section-heading-btn { 
    background-color: #111;
}