﻿.aveo-stellenview__body {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 16px;
    margin: 0 auto;
}

.container-left ul {
    padding-left: 20px;
}

.container-left li {
    margin-bottom: 3px;
}

.container-left h1,
.container-left h2,
.container-left h3,
.container-left h4,
.container-left h5 {
    color: var(--primary-color);
}

.aveo-stellenview__body h1, h2, h3, h4 {
    margin-top: 4px;
    font-weight: 600;
}

.aveo-stellenview__flex-container h2 {
    margin-bottom: -0.5rem;
}

.aveo-stellenview__bg-image-blurred {
    filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20px);
    -webkit-filter: blur(20px);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
}

.aveo-stellenview__bg-image-blurred--abgelaufen {
    filter: blur(20px) grayscale(1);
    -moz-filter: blur(20px) grayscale(1);
    -o-filter: blur(20px) grayscale(1);
    -ms-filter: blur(20px) grayscale(1);
    -webkit-filter: blur(20px) grayscale(1);
}

header {
    position: relative;
}

.header-image {
    position: relative;
    display: inline-block;
    width:100%
}

.header-image:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40%;
    width: 100%;
    height: 60%;
    display: inline-block;
        /*    background: -moz-linear-gradient(top, rgba(0,47,75,0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220, 66, 37, 0.5)), color-stop(100%,rgba(0,47,75,0.5)));
    background: -webkit-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 );*/

    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0.8) 100%);
/*        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 0.5) 100%);*/
}

.header-image img {
    display: block;
}

.header-text {
    position: relative;
    font-size: 2.3rem
}

.header-text-pre-title {
    font-size: 1.5rem;
    color: lightgray;
}

.header-benefits__ul {
    padding: 4px;
    max-width: 85%;
    margin: 0 auto;
    line-height: 1.2;
    margin-top: 1rem;
}

.header-benefits__li {
    font-size: 1.2rem;
    list-style: none;
    display: inline-block;
    text-align: left;
    margin: 0 15px;
}

.header-benefits__icon {
    float: left;
    margin-right: 10px;
    font-size: 38px;
}

.header-benefits__heading {
    font-size: 13px;
    display: block;
    font-weight: normal;
}

.header-benefits__bezeichnung {
    float: left;
    margin-top: 1px;
}

.aveo-stellenview__main-container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 0;
    position: relative;
    box-shadow: 5px 20px 13px 3px rgba(0, 0, 0, 0.2);
}

.aveo-stellenview__main-container--abgelaufen {
    filter: grayscale(1);
}

.aveo-stellenview__abgelaufen-meldung {
    background-color: #ffb733a1;
    border-left: 3px orange solid;
    padding: 15px 10px 15px 10px;
    color: #343434;
    margin-bottom: 1rem;
    position: sticky;
    top: 2rem;
    z-index: 100;
    width: 100%;
    max-width: 1200px;
    margin: auto;
    text-align: center;
    font-size: 1.1rem;
    font-weight: bold;
    box-sizing: border-box;
    margin-top: -5rem;
}

.aveo-stellenview__abgelaufen-link {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

.aveo-stellenview__abgelaufen-link:hover {
    color: #0056b3;
    text-decoration: underline;
}


.aveo-stellenview__headline {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    color: #fff;
    padding: 15px;
}

.aveo-stellenview__bewerben-btn {    
    background-color: var(--primary-color);
    border-radius: 5px;
    font-weight: bold;
    color: #fff;
    padding: 20px 0px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}

.aveo-stellenview__bewerben-btn--footer {
    padding: 20px 40px;
    width: auto;
    margin: 0;
    margin-top: 1rem;
}

.aveo-stellenview__bewerben-btn:hover, .aveo-stellenview__bewerben-btn:active {
    background-color: var(--primary-color);
    filter: grayscale(0.4);
}

.aveo-stellenview__footer {
    padding: 20px 40px;
    position: relative;
    background-color: var(--primary-color-transparent-50);
}

footer {
    position: relative;
    z-index: -1;
}

.bewerben-btn-center {
    text-align: center;
}

.aveo-stellenview__flex-container {
    display: flex;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px;
    padding-top:20px;
    padding-bottom:20px;
    line-height: 1.5;
}

.aveo-stellenview__layout-content:not(:last-child) {
    margin-bottom: 2rem;
}

.container-left {
    flex: 50%;
    background-color: rgba(255, 255, 255, 0.69);
    padding: 30px;
    color: #525252;
    padding-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.container-right {
    margin-left: 20px;
    flex: 25%;
    margin-left: 10px;
    margin-right: 10px;
    word-break: break-word;
}

.container-right__background {
    opacity: 0.6;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--primary-color);
}

.container-right__content {
    padding: 1.5rem;
    background-color: #E8E8E8;
}

.container-right__benefits {
    background-color: var(--primary-color-transparent-25);
    margin-top: 1.2rem;
    padding: 1.5rem;
    color: black;
}

.container-right__benefits-heading {
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0 !important;
}

.container-right-benefits__ul {
    padding: 0px;
    text-align: center;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.container-right-benefits__li {
    list-style: none;
    padding: 6px;
    display: flex;
    flex-direction: column-reverse;
}

.container-right-benefits__li:last-child{
    margin-bottom: 0;
}

.container-right-benefits__icon {
    display: block;
    margin: 0 auto;
    /*background-color: #00000080;*/
    padding: 0.3rem;
    border-radius: 4px;
    height: 2.5rem;
    filter: brightness(20%);
    /*filter: invert(100%);*/
}

.container-right-benefits__heading {
    font-size: 14px;
    display: block;
    font-weight: normal;
}

.container-right-benefits__bezeichnung {
    margin-top: 0.3rem;
    font-size: 0.9rem;
}

.container-right__video {
    position: relative;
    padding-bottom: 56.25%;
    margin-top: 1rem;
}

.aveo-stellenview__layout-content--vorteile {
    padding-top: 20px;
}

/* Sollte in den Stellendetails ein DIV statt einem P sein, dann ein Margin einführen */
.aveo-stellenview__layout-content--vorteile > h2 + .aveo-stellenview__layout-content > div {
    margin-top: 1rem;
}

/*Sollte ein BR innerhalb eines P-Elements sein, dann dieses entfernen, da es sehr wahrscheinlich unabsichtlich reingekommen ist */
.aveo-stellenview__layout-content > p > br:last-child {
    display:none;
}


.aveo-stellenview__bottom-links a {
    text-decoration: none;
    color: #000;
    padding: 20px;
}

.aveo-stellenview__bottom-links a:hover {
    text-decoration: underline;
}

.aveo-stellenview__bottom-links {
    padding: 20px;
    text-align: center;
}

.aveo-stellenview__bottom-link:hover{
    cursor: pointer;
}

.aveo-stellenview__contact a {
    color: #000;
}

.aveo-stellenview__contact a:hover {
    color: #515151;
}

#aveo-stellenview__branchen-logo {
    max-height: 100px;
    max-width: 100%;
}

.aveo-stellenview__contact-img {
    float: left;
    padding-right: 15px;
    margin-top: 5px;
}

.aveo-stellenview__contact {
    margin-top: 10px;
    display:flex;
}

.aveo-stellenview__contact-details {
}

.aveo-stellenview__contact-detail{

}
.aveo-stellenview__contact-detail--firma {
    font-weight:650;
}

.aveo-stellenview__contact-detail--name {
    margin-bottom: 3px;
}

.aveo-stellenview__contact-detail--strasse {
}

.aveo-stellenview__contact-detail--ort {
    margin-bottom: 3px;
}

.aveo-stellenview__contact-detail--telefon {
}

.aveo-stellenview__contact-detail--mobil {
}

.aveo-stellenview__contact-detail--email {
}

.aveo-stellenview__contact-detail--homepage {
}


.aveo-stellenview__schluss-satz{

}
.aveo-stellenview__schluss-satz--1 {
    margin-top: 2rem;
}
.aveo-stellenview__schluss-satz--2{

}

.aveo-stellenview__headline-mobile {
    display: none;
}

.aveo-stellenview__bewerben-btn-mobile {
    display: none;
}

.aveo-stellenview__social-media {
    float: right;
    vertical-align: baseline;
    display: flex;
    justify-content: right;
    align-items: end;
    gap: 2px;
}

.aveo-stellenview__social-media-icons {
    padding: 10px;
    font-size: 22px !important;
    width: 25px;
    text-align: center;
    text-decoration: none;
    margin-left: 2px;
    border-radius: 4px;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.aveo-stellenview__social-media-icons:hover {
    opacity: 0.9;
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}

.x-twitter {
    fill: white !important;
    background-color: black;
    display: inline-block;
    height: 22px;
}

.fa-facebook-f,
.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-xing {
    background: #006567;
    color: white;
}

.fa-linkedin-in,
.fa-linkedin{
    background: #007bb5;
    color: white;
}

.fa-envelope {
    background: gray;
    color: white;
}

.fa-print {
    background: black;
    color: white;
}


@media only screen and (max-width:950px) {

    .aveo-stellenview__body {
        margin: auto;
    }

    .aveo-stellenview__headline {
        position: unset;
        padding: 5px 20px;
        font-size: 75%;
        background-color: #3c82bd;
    }

    .aveo-stellenview__main-container {
        width: unset;
    }

    .aveo-stellenview__bg-image-blurred {
        background-image: unset;
        width: unset;
    }

    .aveo-stellenview__flex-container {
        padding: 0;
        flex-direction: column-reverse;
    }

    .container-left {
        flex:none;
        padding: 0 20px;
        background-color: #fff;
        margin: 8px 0;
    }

    .container-right {
        z-index: -1;
        margin:0;
        flex: unset;
        padding: 0 20px;
    }

    .aveo-stellenview__footer {
        padding: 20px;
        padding-bottom: 5px;
        text-align: center
    }

    .aveo-stellenview__contact{
        text-align: left;
    }

    .aveo-stellenview__bewerben-btn {
        display: none;
    }

    .aveo-stellenview__bewerben-btn-mobile {
        position: -webkit-sticky;
        position: sticky;
        top: 10px;
        padding: 15px 0px;
        display: block;
        width: 80%;
        margin: 15px auto;
    }

    .aveo-stellenview__bewerben-btn--footer {
        display: none;
    }

    .aveo-stellenview__headline-mobile {
        display: block;
        position: relative;
        text-align: center;
        margin: auto;
        color: black;
        padding: 5px;
    }

    .aveo-stellenview__headline {
        display: none;
    }

    .header-text{
        font-size: 130%;
        font-weight:600;
    }

    .header-text-pre-title{
        font-size:90%;
        color: gray;
    }

    .aveo-stellenview__social-media {
        margin-bottom: 1rem;
        float: none;
    }

    #aveo-stellenview__branchen-logo {
        margin-bottom: 1rem;
    }

    .aveo-stellenview__abgelaufen-meldung {
        padding: 1rem 0;
    }
}

@media print{
    .aveo-stellenview__bg-image-blurred{
        background-image: none !important;
    }

    .aveo-stellenview__main-container{
        box-shadow:none;
    }

    .noprint{
        display:none;
    }
}
