ol li ul li { list-style-type: disc !important; }


.content_image {
    box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
    overflow: hidden;
}

.content_image img {
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.content_image:hover img {
    transform: scale(1.05);
}

.content_image_f_right {
    float: right;
    width: 50vw;
    max-width: 450px;
    margin-left: 40px;
    margin-bottom: 40px;
}


.content_image_f_left {
    float: left;
    width: 50vw;
    max-width: 450px;
    margin-right: 40px;
    margin-bottom: 40px;
}

.content_image_f_right,
.content_image_f_left,
.post-formats-wrapper {
    box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
    overflow: hidden;
}



.content_image_f_right img,
.content_image_f_left img {
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.content_image_f_right:hover img {
    transform: scale(1.1) rotateZ(-2deg);
}

.content_image_f_left:hover img {
    transform: scale(1.1) rotateZ(2deg);
}

.read_all {
    text-align: center;
    display: block;
}

.do_read_all {
    clear: both;
    padding-top: 0px;
    opacity: 0;
    transform: translateY(-200px) scaleY(0);
    height: 0;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.do_read_all.visible {
    height: auto !important;
    transform: translateY(0) scaleY(1) !important;
    opacity: 1 !important;
    padding-top: 30px !important;
}


hr.content {
    background-color: #eee;margin: 30px calc(10vw) 40px calc(10vw);
}

.beaver-button-lg {
    display: block;
}

.beaver-button a,
.beaver-button-lg a {
    transition: all 0.3s;
}

.beaver-button-lg a {
    display: block;
    text-align: center !important;
    width: calc(75vw);
    max-width: 300px;
    margin: 0 auto;
}

.beaver-button-lg a:hover {
    width: 100%;
    max-width: 100%;
}



@media (max-width: 576px) {
    .content_image_f_right,
    .content_image_f_left {
        float: none;
        width: 100%;
        max-width: none;
        margin: 0 0 20px 0;
        padding: 0;
    }

    .do_read_all {
        transform: translateY(calc(-50vh)) scaleY(0);
    }

    hr.content {
        display: none; margin: 0px calc(10vw);
    }
}





.tl-bg {
    height: 360px;
    background-position: 50% 50%;
    background-image: url(/tpl/azn/images/timeline/images/s_bg_02.png);
    border: 1px solid rgba(255, 255, 255, 0);
    transition: 0.1s ease-in-out;
    border-radius: 0px;
}


.tl-bg:hover {
    background-color: rgba(0, 136, 173, 0.02);
    border: 1px solid rgba(0, 136, 173, 0.16);
    box-shadow: 0px 0px 15px rgba(0, 136, 173 0.1) inset;
    transition-duration: 0.4s;
}

.tl-bg-start {
    background-image: url(/tpl/azn/images/timeline/images/s_bg_01.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.tl-bg-ende {
    background-image: url(/tpl/azn/images/timeline/images/s_bg_03.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.tl-bg-start:hover {
    background-image: url(/tpl/azn/images/timeline/images/s_bg_hover_01.png);
}

.tl-bg-mid:hover {
    background-image: url(/tpl/azn/images/timeline/images/s_bg_hover_02.png);
}

.tl-bg-ende:hover {
    background-image: url(/tpl/azn/images/timeline/images/s_bg_hover_03.png);
}


.tl-bg h4 {
    font-size: 150%;
}

.tl-bg h5 {
    font-size: 120%;
}

.tl-lower h4,
.tl-lower h5,
.tl-upper h4,
.tl-upper h5 {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
}

.tl-lower h4 span,
.tl-upper h4 span {
    position: relative;
    width: 35px;
    height: 35px;
    margin: 0 0 -10px 5px;
    display: inline-block !important;
    background-position: 50% 50%;
    background-size: 90%;
    background-repeat: no-repeat;

    transition: background-size 0.2s ease-in-out;

}


.tl-lower:hover h4 span,
.tl-upper:hover h4 span {
    background-size: 110%;
}


.tl-upper p,
.tl-lower p {
    color: #555;
    position: absolute;
    left: 5%;
    width: 90%;
    font-size: 1em;
    text-align: center;
    line-height: 160%;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}


@media only screen and (max-width: 800px) {
    .tl-upper p,
    .tl-lower p {
        opacity: 0.9;
    }
}

.tl-bg:hover p {
    opacity: 1;
}


.tl-lower h4 {
    top: calc(50% + 15px);
}

.tl-lower h5 {
    top: calc(50% + 50px);
}

.tl-lower p {
    top: calc(50% + 100px);
}

.tl-lower p.nohead {
    top: calc(50% + 50px);
    /*opacity: 1 !important;*/
}

.tl-upper h4 {
    top: calc(50% - 45px);
}

.tl-upper h5 {
    top: calc(50% - 65px)
}

.tl-upper p {
    top: calc(50% - 160px);
}


.timeline .owl-nav button span {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 400%;
}




.job-offer {
    border: 1px solid #ddd;
    border-radius: 0px;
    transition: all 0.5s;
    margin-top: 20px;
    padding: 20px 20px;
}

.job-offer:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 136, 173, 0.5);
    box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
}

.job-offer .b-button {
    background-color: rgb(0, 136, 173);
    border: 1px solid rgb(0, 136, 173);
    color: white;
    padding: 8px 16px;
    margin-top: 5px;
    transition: all 0.3s;
    text-align: center;
    display: block;
}

.job-offer .b-button:hover {
    transform: scale(1.075);
    color: rgb(0, 136, 173);
    background-color: white;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
}



.job-offer-info ul li {
    list-style-type: disc;
}


.job-offer-info img {
    border-radius: 0px;
}

.job-offer-info p,
.job-offer-info li {
    font-size: 110%;
}

.job-offer-detail {
    position: relative;
    font-size: 110%;
}

.jod-border {
    border-radius: 0px;
    border: 1px solid rgba(0, 136, 173, 0.5);
    box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
    padding: 15px;
}

.job-offer-detail strong {
    color: #555;
    font-weight: 900;
}

.jo-icon {
    font-size: 150%;
    margin-top: 7px;
}

.print_headline {
    display: none;
}


.job-offer-detail .b-button {
    background-color: rgb(0, 136, 173);
    border: 1px solid rgb(0, 136, 173);
    color: white;
    padding: 8px 16px;
    margin-top: 5px;
    transition: all 0.3s;
    position: relative;
    display: block;
    text-align: center;
}

.job-offer-detail .b-button:hover {
    transform: scale(1.075);
    color: rgb(0, 136, 173);
    background-color: white;
    box-shadow: 0px 3px 8px rgba(0,0,0,0.1);
}

@media print {

    @page {
        margin: 0 1cm;
    }

    .print_headline {
        display: block !important;
        margin-top: 0;
    }

    .print_headline h1 {
        margin-top: 0;
    }

    .job-offer-info {
        max-width: 69%;
    }

    .job-offer-detail {
        max-width: 29%;
    }

    .jod-border {
        margin-top: 3cm;
        border: 0;
        border-left: 3px solid #555;
        border-radius: 0;
        padding-left: 0.5cm;
    }

    .cta,
    .breadcrumb-section,
    .job-offer-info img,
    .container-menu,
    .wrapper-footer,
    .modal-popup,
    .footer__arrow-top,
    #klaro,
    #cm-config {
        display: none;
    }
}


.yt_consent {
    background: url(/media/img/partner/youtube_mygolfblog.webp) 50% 50% no-repeat ;
    background-size: cover;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;

    display: flex;
    justify-content: center;
    align-items: center;
}

.yt_consent_eldg {
    background: url(/media/img/partner/youtube_eldg.webp) 50% 50% no-repeat !important;
}

.yt_consent div {
    padding-top: 25%;
    height: 200px;
    text-align: center;
    color: white;
    opacity: 0;
}

.youtubevideo {
    background-color: rgba(0,0,0,0.1);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}