.hero {
    position: relative;
    max-height: 400px;
    margin-bottom: 80px
}

@media only screen and (min-width: 48em) {
    .hero {
        margin-bottom:100px
    }
}

.hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    height: 2px;
    width: 100px;
    background: #fec32f;
    z-index: 1
}

.hero .img-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 400px
}

.hero .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hero .img-wrapper img {
    max-height: 400px
}

.hero .img-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right,rgba(0,0,0,.7),rgba(0,0,0,.1));
    z-index: 1
}

.hero .hero-content {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1
}

@media only screen and (min-width: 67.5em) {
    .hero .hero-content {
        left:10%;
        max-width: 40vw
    }
}

.hero .btn-back {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1
}

@media only screen and (min-width: 48em) {
    .hero .btn-back {
        display:none
    }
}

.hero .breadcrumb-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.paragraph-quote {
    text-align: center
}

@media only screen and (min-width: 67.5em) {
    .paragraph-quote {
        max-width:75ch;
        margin: 80px auto!important
    }
}

.centered-content {
    display: grid
}

@media only screen and (min-width: 67.5em) {
    .centered-content {
        justify-content:center;
        grid-template-columns: repeat(2,minmax(38vw,500px));
        align-items: center
    }
}

@media only screen and (min-width: 67.5em) {
    .centered-content .left-content {
        height:38vw;
        align-items: center
    }
}

.centered-content .left-content .img-wrapper,.centered-content .left-content img {
    width: 100%;
    max-height: 500px
}

@media only screen and (min-width: 48em) {
    .centered-content .left-content .img-wrapper,.centered-content .left-content img {
        height:100%;
        object-fit: cover
    }
}

@media only screen and (min-width: 67.5em) {
    .centered-content .left-content .img-wrapper,.centered-content .left-content img {
        max-height:unset
    }
}

@media only screen and (min-width: 67.5em) {
    .centered-content .right-content {
        padding-left:20px
    }
}

@media only screen and (min-width: 67.5em) {
    .first-people h2 {
        text-align:center
    }
}

@media only screen and (min-width: 67.5em) {
    .first-people .grid-content {
        display:grid;
        grid-gap: 20px;
        grid-template-columns: repeat(3,1fr)
    }
}

@media only screen and (min-width: 48em) {
    .page-cards .card-list {
        display:grid;
        grid-gap: 20px;
        grid-template-columns: repeat(3,1fr)
    }
}

.page-cards .card-list .card {
    display: block;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    max-height: 250px
}

@media only screen and (min-width: 48em) {
    .page-cards .card-list .card {
        height:300px;
        max-height: 300px
    }
}

.page-cards .card-list .card::after {
    content: "";
    position: absolute;
    bottom: 20px;
    right: 10px;
    height: 40px;
    width: 40px;
    border: 1px solid #fec32f;
    border-radius: 50%;
    display: block;
    background-image: url("../../iwov-resources/images/icons/arrow_deg_yellow.svg");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 1;
    transition: all .1s linear;
    transition-property: background-color,border-color
}

.page-cards .card-list .card:focus::after,.page-cards .card-list .card:hover::after {
    background-color: #fec32f;
    background-image: url("../../iwov-resources/images/icons/arrow_deg_black.svg")
}

.page-cards .card-list .card .img-wrapper {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative
}

.page-cards .card-list .card .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.page-cards .card-list .card .img-wrapper::after {
    content: "";
    background-color: rgba(0,0,0,.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.page-cards .card-list .card .content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 20px
}

.page-cards .card-list .card .content *+* {
    margin-top: 10px
}

@media only screen and (min-width: 48em) {
    .page-cards .card-list .card .content {
        margin:20px
    }
}

.back-navigation .breadcrumb-container .breadcrumb-list .breadcrumb-item a,.back-navigation .breadcrumb-container .breadcrumb-list .breadcrumb-item p {
    width: max-content
}

.btn-link.blue {
    display: none
}
