
.clear {
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
}

/*********************************

Content 

*********************************/

@media (min-width: 992px) {
    .o-itemslider {
        margin-bottom: 0px;
    }
}

.o-cobject--textmedia .o-cobject__imgcol.col-12 .video-inner {
    padding-bottom: 56%;
    position: relative;
    width: 100%;
}

.o-cobject--textmedia .o-cobject__imgcol.col-12 .video-inner iframe,
.o-cobject--textmedia .o-cobject__imgcol.col-12 .video-inner video {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/*********************************

Location popup 

*********************************/

.o-geolocation-dialog .o-geolocation-dialog__fields {
    display: block;
    margin-bottom: 30px;
}

.o-geolocation-dialog #location_dropdown {
    width: 360px;
}

.select2-container .select2-selection--single {
    height: 60px;
}

@media (max-width: 992px) {
    .select2-container.select2-container--steiner {
        width: 50%;
        min-width: 200px;
        max-width: 260px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-right: 3px;
        padding-left: 3px;
    }
}

.o-geolocation-dialog__fields__button {
    height: 60px;
    position: relative;
    top: 7px;
    left: -7px;
}

@media (min-width: 992px) {
    .select2-container.select2-container--steiner {
        width: 260px;
    }

    .o-geolocation-dialog__fields__button {
        top: 4px;
    }
}

.select2-results__option.select2-results__message {
    display: none;
}

.select2-container--steiner .select2-selection--single {
    background-color: #fff;
    border: 1px solid #005087;
    border-radius: 4px;
}

.select2-container--steiner .select2-selection--single .select2-selection__rendered {
    color: #005087;
    line-height: 60px;
}

.select2-container--steiner .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
}

.select2-container--steiner .select2-selection--single .select2-selection__placeholder {
    color: black;
}

.select2-container--steiner .select2-selection--single .select2-selection__arrow {
    display: none;
    height: 0px;
    position: absolute;
    top: 50%;
    right: 1px;
    width: 0px;
}

.select2-container--steiner .select2-selection--single .select2-selection__arrow b {
    border-color: #005087 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-container--steiner[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--steiner[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto;
}

.select2-container--steiner.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default;
}

.select2-container--steiner.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none;
}

.select2-container--steiner.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px;
}

.select2-container--steiner .select2-selection--multiple {
    background-color: white;
    border: 1px solid #005087;
    border-radius: 4px;
    cursor: text;
}

.select2-container--steiner .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.select2-container--steiner .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--steiner .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px;
}

.select2-container--steiner .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
}

.select2-container--steiner .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px;
}

.select2-container--steiner .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333;
}

.select2-container--steiner[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--steiner[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right;
}

.select2-container--steiner[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto;
}

.select2-container--steiner[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto;
}

.select2-container--steiner.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
}

.select2-container--steiner.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default;
}

.select2-container--steiner.select2-container--disabled .select2-selection__choice__remove {
    display: none;
}

.select2-container--steiner.select2-container--open.select2-container--above .select2-selection--single, .select2-container--steiner.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--steiner.select2-container--open.select2-container--below .select2-selection--single, .select2-container--steiner.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.select2-container--steiner .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
}

.select2-container--steiner .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield;
}

.select2-container--steiner .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto;
}

.select2-container--steiner .select2-results__option[role=group] {
    padding: 0;
}

.select2-container--steiner .select2-results__option[aria-disabled=true] {
    color: #999;
}

.select2-container--steiner .select2-results__option[aria-selected=true] {
    background-color: #ddd;
}

.select2-container--steiner .select2-results__option .select2-results__option {
    padding-left: 1em;
}

.select2-container--steiner .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0;
}

.select2-container--steiner .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em;
}

.select2-container--steiner .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em;
}

.select2-container--steiner .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em;
}

.select2-container--steiner .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em;
}

.select2-container--steiner .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em;
}

.select2-container--steiner .select2-results__option--highlighted[aria-selected] {
    background-color: #005087;
    color: white;
}

.select2-container--steiner .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px;
}

/*********************************

Projects 

*********************************/

@media (min-width: 992px) {
    .o-slider__slide__project {
        width: 30%;
    }
}

/* filter: textlink to close filter tab */
.filter_tab_close_textlink {
    float: right;
    font-weight: normal;
    font-family: "ReplicaLight", sans-serif;
    color: #0091D7;
    cursor: pointer;
    display: none;
}

/* project locator */

.location-target-link img {
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.projectLocator .location-target-link img {
    position: absolute;
    right: 15px;
    bottom: 125px;
}

@media (max-width: 992px) {
    .projectLocator .location-target-link img {
        bottom: 100px;
    }
}

@media (max-width: 992px) {
    .o-projectslist__filter__map {
        width: 100%;
        height: 400px;
    }

    .o-projectslist__filter--open {
        height: auto !important;
    }
}

/* only for project detail view: for more than 10 images: reduce distance between bullets to allow 20 elements to appear */
#page_477 .o-slider__pagination__bullet:first-child:nth-last-child(n+11),
#page_477 .o-slider__pagination__bullet:first-child:nth-last-child(n+11) ~ *,
#page_477 .o-slider__pagination__bullet:first-child:nth-last-child(n+12),
#page_477 .o-slider__pagination__bullet:first-child:nth-last-child(n+12) ~ *,
#page_477 .o-slider__pagination__bullet:first-child:nth-last-child(n+13),
#page_477 .o-slider__pagination__bullet:first-child:nth-last-child(n+13) ~ *,
#page_477 .o-slider__pagination__bullet:first-child:nth-last-child(n+14),
#page_477 .o-slider__pagination__bullet:first-child:nth-last-child(n+14) ~ *,
#page_477 .o-slider__pagination__bullet:first-child:nth-last-child(n+15),
#page_477 .o-slider__pagination__bullet:first-child:nth-last-child(n+15) ~ *,
#page_477 .o-slider__pagination__bullet:first-child:nth-last-child(n+16),
#page_477 .o-slider__pagination__bullet:first-child:nth-last-child(n+16) ~ *,
#page_477 .o-slider__pagination__bullet:first-child:nth-last-child(n+17),
#page_477 .o-slider__pagination__bullet:first-child:nth-last-child(n+17) ~ *,
#page_477 .o-slider__pagination__bullet:first-child:nth-last-child(n+18),
#page_477 .o-slider__pagination__bullet:first-child:nth-last-child(n+18) ~ *,
#page_477 .o-slider__pagination__bullet:first-child:nth-last-child(n+19),
#page_477 .o-slider__pagination__bullet:first-child:nth-last-child(n+19) ~ *,
#page_477 .o-slider__pagination__bullet:first-child:nth-last-child(n+20),
#page_477 .o-slider__pagination__bullet:first-child:nth-last-child(n+20) ~ *,
#page_477 .o-slider__pagination__bullet:first-child:nth-last-child(n+21),
#page_477 .o-slider__pagination__bullet:first-child:nth-last-child(n+21) ~ *,
#page_477 .o-slider__pagination__bullet:first-child:nth-last-child(n+22),
#page_477 .o-slider__pagination__bullet:first-child:nth-last-child(n+22) ~ *,
#page_477 .o-slider__pagination__bullet:first-child:nth-last-child(n+23),
#page_477 .o-slider__pagination__bullet:first-child:nth-last-child(n+23) ~ *,
#page_477 .o-slider__pagination__bullet:first-child:nth-last-child(n+24),
#page_477 .o-slider__pagination__bullet:first-child:nth-last-child(n+24) ~ * {
    line-height: 1.95em;
    margin: 0;
}

/*********************************

Startpage slider 

*********************************/

/* display only first 6 slides - solved via PHP/JS */
/*#page_1 .o-slider__wrapper.swiper-wrapper .o-slider__slide.swiper-slide:nth-child(n+7),
#page_1 .o-slider__pagination.swiper-pagination-clickable.swiper-pagination-bullets .o-slider__pagination__bullet:nth-child(n+7) {
    display: none;   
}*/
/*.startpage_slider_slides {
    display: none;
}*/

/*********************************

Header slider 

*********************************/

/* Hide lightbox icon in header slider, but not for news and projects detail pages */

.o-slider .o-slider__slide__lightbox__link {
    display: none;
}

#page_445 .o-slider .o-slider__slide__lightbox__link,
#page_477 .o-slider .o-slider__slide__lightbox__link {
    display: flex;
}

/*********************************

Content Element Tile

*********************************/

.ce_tile {
    margin-top: 50px;
}

.ce_tile,
.ce_tile a {
    width: 330px;
    background: #f0f0f0;
}

.ce_tile .o-teasercard__image img {
    width: 330px;
    height: 200px;
}

.ce_tile .o-teasercard {
    display: block;
}

.ce_tile .o-teasercard__content__subheading {
    font-size: 2.2rem;
}

.ce_tile .o-teasercard__content__text {
    font-size: 1.5rem;
    line-height: 2.7rem;
    display: block;
}

/*********************************

Social Media Menu in Footer Navigation

*********************************/

.social-media-nav {
    margin-left: -4px;
    margin-top: 84px;
}

.social-media-nav li {
    float: left;
    margin-right: 5px;
}

.social-media-nav li img {
    width: 48px;
    height: 48px;
}

@media (max-width: 992px) {
    .social-media-nav {
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline-block;
    }

    .social-media-nav li img {
        width: 40px;
        height: 40px;
    }
}

/*********************************

Project Highlights

*********************************/

.c-page--highlight {
    background: #333d3f;
}

.c-pagehead {
    background: white;
}

.c-page--highlight .c-page__breadcrumb__list {
    visibility: hidden;
}

.c-page--highlight .c-page__content {
    /*padding-bottom: 30px;*/
}

.c-page--highlight .o-content-container {
    margin-bottom: -30px;
}

.c-page--highlight .ctElement {
    margin-bottom: 30px;
}

.c-page--highlight .ctElement h1 {
    color: #0091D7;
    margin-top: 0;
}

.c-page--highlight .ctElement h2 {
    color: #0091D7;
    font-family: "ReplicaLight", sans-serif;
}

.c-page--highlight .ctElement h2:before,
.c-page--highlight .ctElement .leadtext:before {
    content: "«";
}

.c-page--highlight .ctElement h2:after,
.c-page--highlight .ctElement .leadtext:after {
    content: "»";
}

.c-page--highlight .ctElement .bodytext {
    color: white;
    font-size: 3.5rem;
    line-height: 5rem;
    margin-bottom: 0;
}

.c-page--highlight .ctElement .align-center {
    text-align: center;
}

.c-page--highlight .container-centered-fixedwidth {
    /*    margin-right: 240px;
        margin-left: 240px;*/
    max-width: 960px;
}

.c-page--highlight .ctElement a {
    background: #005087;
    color: #fff;
    font-family: "Replica", sans-serif;
    text-transform: uppercase;
    border: none;
    border-radius: 2px;
    display: inline-block;
    vertical-align: middle;
    padding: 1rem 4rem;
    font-size: 2rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    transition: all .2s ease-in-out;
}

.c-page--highlight a.anchorlink {
    display: none;
}

@media (min-width: 992px) {
    .c-page--highlight .c-page__content {
        padding-top: 55px;
        padding-bottom: 5rem;
    }

    .c-page--highlight .o-content-container {
        margin-bottom: -10rem;
    }

    .c-page--highlight .ctElement {
        margin-bottom: 10rem;
    }

    .c-page--highlight .o-content-container .col-lg-6 {
        padding: 0 55px;
        /*display: flex;*/
        align-self: center;
    }

    .c-page--highlight .o-content-container .col-lg-6:first-child {
        padding-left: 15px;
    }

    .c-page--highlight .o-content-container .col-lg-6:last-child {
        padding-right: 15px;
    }

    .c-page--highlight .o-content-container .col-lg-6 .ctElement {
        /*align-self: center;*/
    }

    .c-page--highlight .ctElement .leadtext {
        color: white;
        font-size: 7.5rem;
        line-height: 8.5rem;
        margin-bottom: 0;
    }
}

@media (max-width: 992px) {
    .c-page--highlight .o-cobject__imgcol.col-12 {
        padding-left: 0;
        padding-right: 0;
    }

    .c-page--highlight .ctElement h1,
    .c-page--highlight .ctElement h2,
    .c-page--highlight .ctElement .leadtext {
        font-size: 3rem;
        line-height: 3.3rem;
        margin-bottom: 15px;
    }

    .c-page--highlight .ctElement .leadtext {
        text-align: left;
        text-transform: uppercase;
    }

    .c-page--highlight .ctElement .bodytext {
        font-size: 2.4rem;
        line-height: 3.1rem;
    }
}

/*********************************

Mobile fixes 

*********************************/

@media (max-width: 992px) {
    /* steiner-color-bar at top is to be displayed in mobile, too */
    .c-pagehead:after {
        content: '';
        background: url(../images/steiner-head-colorstripe.png) no-repeat;
        background-size: cover;
        width: 100%;
        height: 9px;
        bottom: 0;
        position: absolute;
        left: 0;
    }

    /* move filter button up between logo and content */
    .o-projectslist__filter {
        top: 65px;
    }
}

/*********************************

IE 11 fixes 

*********************************/

/* logo position */
@media (min-width: 992px) {
    .c-pagehead__logo {
        top: 31px;
    }
}

/* mobile search icon/menu burger */
@media (max-width: 992px) {
    .c-pagehead__buttons {
        position: absolute;
        right: 15px;
        top: 30px;
    }
}

/* startpage slider text position */
.o-slider__slide__overlay {
    top: 0;
}

/* link button, startpage slider project detail button */
/*input.o-btn, button.o-btn, a.o-btn, .o-btn > a {
    border-radius: 0;
}*/

/* object-fit cover: startpage slider, project overview */
.o-slider .o-slider__slide__img,
.o-projectslist__listing__project__tile__img,
.o-simple-teaser__image__img,
.o-section-link__image__img {
    font-family: 'object-fit: cover;';
}

/* teaser text */
.o-simple-teaser__heading,
.o-simple-teaser__text {
    width: 100%;
}

/* mobile project list */
@media (max-width: 992px) {
    .o-projectslist__filter {
        height: 122px;
    }
}

/*********************************

Mobile breakpoint fixes: Feature #58528

*********************************/
.ce_tile, .ce_tile a {
    width: auto;
}

@media (min-width: 992px) {
    .c-pagehead__metapanel__nav__list {
        display: none;
    }

    .c-pagefooter__top {
        padding-bottom: 60px;
    }

    .c-pagefooter__top__pagetop {
        bottom: -40px;
        right: 50%;
        transform: translateX(50%);
    }

    .o-projectslist__filter__container {
        padding: 50px 30px;
    }

    .o-teasercard__content {
        height: 320px;
    }

    .o-equal-height .col-lg-3,
    .o-equal-height .col-lg-3 > .ctElement,
    .o-equal-height .col-lg-3 > .ctElement > .o-cobject,
    .o-equal-height .col-lg-3 > .ctElement > .o-cobject > .o-simple-teaser,
    .o-equal-height .col-lg-3 > .ctElement > .o-cobject > .o-simple-teaser > .o-simple-teaser__content {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        min-height: 1px;
    }

    .o-itemslider__slide {
        width: 25%;
    }

    a.o-simple-teaser__button {
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .o-slider__slide__lightbox__link {
        right: 80px;
    }

    .o-projectslist__filter__map {
        width: calc(100% + 110px) !important;
    }
}

@media (min-width: 1200px) {
    .o-projectslist__filter__container {
        padding: 50px 80px;
    }

    .c-pagefooter__top__pagetop {
        bottom: -50px;
    }

    .o-projectslist__filter__map {
        width: calc(100% + 160px) !important;
    }
}

@media (min-width: 1300px) {
    .c-pagehead__metapanel__nav__list {
        display: flex;
    }
}

@media (min-width: 1500px) {
    .o-slider__slide__lightbox__link {
        right: 20px;
    }
}

/*********************************

Lazy Loading: Feature #59393

*********************************/
.o-image--lazy {
    opacity: 0;
}

.o-image--lazy:not(.initial) {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.o-image--lazy.error, .o-image--lazy.initial, .o-image--lazy.loaded {
    opacity: 1;
}

/*

    Blog

*/
.c-blog {
    position: relative;
}

.c-blog__header {
  padding-top: 20px;
}

.c-blog--detail {
  padding-top: 20px;
}

.c-blog__content {
  z-index: unset;
}

.c-blog, .c-blog h1, .c-blog h2, .c-blog h3, .c-blog h4, .c-blog h5, .c-blog h6 {
    font-family: "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.c-blog h1 {
    position: relative;
    font-weight: 700;
    z-index: 20;
    color: #DD017C;
    text-transform: none;
    font-size: 30px;
    line-height: 0.9;
    margin: 0;
}

.c-blog h2 {
    font-weight: 700;
    color: black;
    text-transform: none;
    padding-top: 20px;
}

.c-blog__image, .c-blog__image img, .c-blog .o-cobject__img {
    width: 100%;
    height: auto;
}

.c-blog__image--top {
    margin-bottom: 20px;
}

.c-blog--detail .o-content-container {
  margin-top: 0;
  padding-top: 0;
}

.c-blog__footer-border {
  border-bottom: 18px solid rgba(0, 0, 0, 0.2);
}

.c-blog__backlink {
  text-align: center;
  margin-bottom: 30px;
}

@media (min-width: 992px) {

    .c-blog h1 {
        font-size: 100px;
        padding-bottom: 0;
    }

    .c-blog h1:after {
        display: block;
        content: " ";
        width: 150px;
        height: 20px;
        background-color: black;
        margin-top: 15px;
    }

    .c-blog h2 {
        font-size: 38px;
        line-height: 42px;
        padding-top: 60px;
        padding-bottom: 10px;
    }
    .c-blog h2 + div .bodytext {
        padding-right: 100px;
    }

    .c-blog h3 {
        font-family: "ReplicaBold", sans-serif;
        font-size: 60px;
        line-height: 67px;
    }

    .c-blog__header-image {
        margin-top: -90px;
    }

    .c-blog--list .o-blognumber__wrapper {
      bottom: 90px;
    }

    .c-blog__author-header {
      position: absolute;
      bottom: 10px;
      left: 180px;
    }

    .c-blog__image--top {
        margin-bottom: 35px;
    }
}

.c-blog .o-content-container.o-content-container--fullwidth.o-content-container--lightgray {
    background-color: transparent;
}

/*

    List

*/

.o-list__item {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid black;
}

.o-list__content {
  display: flex;
  flex-direction: column;
}

.o-list__item-info {
  order: 1;
  padding-top: 20px;
  margin-bottom: 0;
}

.o-list__item-title {
  text-transform: uppercase;
  order: 2;
}

.o-list__item-text {
  font-family: "ReplicaBold", sans-serif;
  order: 3;
}

.o-list__image img {
    width: 100%;
    height: auto;
}

.o-list__item-date {
    font-weight: 700;
}

.o-list__item-autor {
    font-weight: 400;
}

.o-list__item:nth-child(odd) .o-list__item-text  {
    color: #962887;
}

.o-list__item:nth-child(odd) .o-list__item-title  {
    color: #DC007D;
}

.o-list__item:nth-child(even) .o-list__item-title  {
    color: #0091D7;
}

.o-list__item:last-of-type {
    border-bottom-width: 18px;
}

@media (min-width: 992px) {
    .o-list__item {
        padding-bottom: 80px;
        padding-top: 80px;
    }

    .o-list__item:first-of-type {
        padding-top: 0;
    }

    .o-list__item-inner > a {
        display: flex;
        margin-right: -15px;
        margin-left: -15px;
        color: inherit;
    }

    .o-list__item-inner > a > * {
        padding-left: 15px;
        padding-right: 15px;
    }

    .o-list__image {
        width: 50%;
    }

    .o-list__content {
        width: 50%;
        justify-content: flex-end;
        z-index: 30;
    }

    .o-list__item-title {
        order: 2;
    }
    .o-list__item-text {
        order: 3;
    }

    .o-list__item-info {
        order: 1;
        padding-top: 0;
        margin-bottom: 30px;
    }


    .o-list__item:nth-child(odd) .o-list__item-title  {
        transform: translateX(-50%);
        width: 150%;
        padding-bottom: 20px;
        order: 4;
    }

    .o-list__item:nth-child(even) .o-list__item-title  {
        transform: translateX(55%);
    }

    .o-list__item:nth-child(even) .o-list__item-text  {
        text-align: right;
    }

    .o-list__item:nth-child(even) .o-list__item-info  {
        transform: translateX(55%);
    }

    .o-list__item:nth-child(even) .o-list__content  {
        justify-content: center;
    }

    .o-list__item:nth-child(even) .o-list__item-inner > a  {
        flex-direction: row-reverse;
    }
}

/*

    Blognumber

 */

.o-blognumber__wrapper {
    display: inline-block;
    position: absolute;
    bottom: 5px;
    left: 0;
    transform: translateX(-100%);
    z-index: 100;
}

.o-blognumber {
    display: none;
    width: 220px;
    height: 300px;
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
}

.o-blognumber--0 {
    background-image: url("/typo3conf/ext/steiner_template/Resources/Public/Icons/0.png");
}

.o-blognumber--1 {
    background-image: url("/typo3conf/ext/steiner_template/Resources/Public/Icons/1.png");
    width: 125px;
}

.o-blognumber--2 {
    background-image: url("/typo3conf/ext/steiner_template/Resources/Public/Icons/2.png");
}

.o-blognumber--3 {
    background-image: url("/typo3conf/ext/steiner_template/Resources/Public/Icons/3.png");
}

.o-blognumber--4 {
    background-image: url("/typo3conf/ext/steiner_template/Resources/Public/Icons/4.png");
}

.o-blognumber--5 {
    background-image: url("/typo3conf/ext/steiner_template/Resources/Public/Icons/5.png");
}

.o-blognumber--6 {
    background-image: url("/typo3conf/ext/steiner_template/Resources/Public/Icons/6.png");
}

.o-blognumber--7 {
    background-image: url("/typo3conf/ext/steiner_template/Resources/Public/Icons/7.png");
}

.o-blognumber--8 {
    background-image: url("/typo3conf/ext/steiner_template/Resources/Public/Icons/8.png");
}

.o-blognumber--9 {
    background-image: url("/typo3conf/ext/steiner_template/Resources/Public/Icons/9.png");
}

@media (min-width: 992px) {
  .o-blognumber {
    display: inline-block;
  }
}

/*

    Header

 */
.o-header--small {
    text-decoration: underline;
    font-weight: 400;
}

.o-header--blog {
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .o-header--blog {
    margin-top: 80px;
  }
}

/*

    Paragraph

 */

.c-blog .o-paragraph--small {
    font-size: 14px;
}

.c-blog .o-paragraph--bold {
  font-weight: 700;
}

.c-blog .o-paragraph--pink {
  font-family: "ReplicaBold", sans-serif;
  color: #DC007D;
}

.c-blog .leadtext {
  font-family: "ReplicaBold", sans-serif;
  color: #962887;
}

/*

  Image

 */

.o-cobject__imgcol {
  padding: 0;
}

/*

  Bluebox

*/

.o-cobject--bluebox {
  background-color: rgba(0, 145, 215, 0.5);
  padding: 6px 20px 35px;
}

.o-cobject--bluebox .bodytext {
  padding: 0 !important;
}

.o-cobject--bluebox h5 {
  color: white;
}

/*

  Comments

 */

.tx-pwcomment-pi1 + .anchorlink + .ctElement > .o-newsbyyear > div > .o-accordion > .o-accordion__item {
  border: none;
}

.tx-pwcomment-pi1 + .anchorlink + .ctElement > .o-newsbyyear > div > .o-accordion > .o-accordion__item > .o-accordion__item__head {
  display: none;
}

.c-comments input[type="text"], .c-comments textarea {
  width: 100%;
  background-color: white;
  border: none;
  padding: 5px 10px;
  resize: none;
}

.c-comments input[type="submit"] {
  padding: 0.5rem 6rem;
  margin-top: 0;
  margin-bottom: 20px;
}

.c-comments__checkbox {
  padding-top: 5px;
}

.c-comments__new-header {
  padding-bottom: 10px;
}

.c-comments__list {
  list-style: none;
  padding: 0;
}

.c-comments__border {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 40px;
}

.hide_initally {
  display: none;
}

.c-comments__inner {
  padding: 0 5px;
}

 .c-comments__footer-border {
    border-bottom: 18px solid black; 
    margin-top: 70px;
 }

/*

  Comment

*/

.c-comment {
  padding-bottom: 40px;
}

.o-comment__head {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.o-comment__actions {
    padding-top: 10px;
}

.o-comment__reply {
    display: inline-flex;
    align-items: center;
    color: black;
}

.o-comment__reply:hover {
    color: black;
}

.o-comment__reply img {
    margin-right: 10px;
}

@media (min-width: 350px) {
    .o-comment__head {
        flex-direction: row;
        align-items: center;
    }

    .o-comment__actions {
        padding-top: 0;
        border-left: 1px solid rgba(0, 0, 0, 0.2);
        padding-left: 30px;
        margin-left: 20px;
    }
}

/*

  Sqare

*/
@media (min-width: 992px) {
  .o-square {
    position: relative;
  }

  .o-square:after {
    display: block;
    position: absolute;
    top: 2600px;
    left: 150px;
    content: " ";
    width: 106px;
    height: 106px;
    border: 18px solid #DC007D;
    transform: rotate(45deg);
    z-index: 10;
  }
}

/*

  Shared Blog and Comments

 */

.c-comments h5, .c-blog h5 {
  font-family: "ReplicaBold", sans-serif;
  font-size: 18px;
  line-height: 21px;
  text-transform: none;
  margin-bottom: 20px;
}

.c-blog p, .c-comments p {
  position: relative;
  font-size: 18px;
  line-height: 20px;
  z-index: 20;
}

.o-content-container--no-margin-top {
  margin-top: 0;
}

@media (min-width: 992px) {

  .c-page__content--blog .container {
    max-width: 1210px;
  }

  .c-page__content--blog-detail .o-newsbyyear {
    padding: 0 15px;
  }

  .c-body--blog-square-left > .c-page > .c-page__content:after,
  .c-body--blog-square-right > .c-page > .c-page__content:after,
  .c-body--blog-square-left > .c-page > .c-blog:after,
  .c-body--blog-square-right > .c-page > .c-blog:after {
    display: block;
    position: absolute;
    top: 1600px;
    left: -20px;
    content: " ";
    width: calc(50% + 30px);
    padding-top: 756px;
    border: 18px solid #DC007D;
  }

  .c-body--blog-square-right > .c-page > .c-page__content:after,
  .c-body--blog-square-right > .c-page > .c-blog:after {
    left: auto;
    right: -20px;
  }

  .c-body--blog-square-left > .c-page > .c-blog.c-blog--list:after,
  .c-body--blog-square-right > .c-page > .c-blog.c-blog--list:after {
    top: 1100px;
    width: calc(50% - 400px);
  }
}

.o-accordion__item__head--no-after:after {
    display: none;
}

/*

  Button

 */
.o-btn--outline {
  border: 1px solid black;
  padding: 15px 30px;
}

.o-btn--back {
  padding: 15px 30px 15px 15px;
}
.o-btn--back > i {
  margin-left: 15px;
  transition: margin 0.3s ease-in-out;
}
.o-btn--back:hover > i {
  margin-left: 0;
  margin-right: 15px;
}

/*

  Cookie Consent

*/

.c-cookie-consent {
  position: fixed;
  z-index: 500;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  transform: translate(0, 100%);
  transition: transform 300ms ease;
}

.c-cookie-consent::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/steiner-head-colorstripe.png);
}

.c-cookie-consent--active {
  transform: translate(0, 0);
}

.c-cookie-consent__inner {
  margin-top: 9px;
  padding-top: 20px;
}

.c-cookie-consent__text {
  font-size: 2rem;
  line-height: 2.8rem;
  margin: 0;
}

.c-cookie-consent__link {
  display: inline-flex;
}

.c-cookie-consent__button {
  width: 100%;
}

@media (min-width: 576px) {

  .c-cookie-consent__buttons {
    flex-shrink: 0;
  }

  .c-cookie-consent__button {
    width: auto;
  }
}


@media (min-width: 992px) {

  .c-cookie-consent::before {
    height: 18px;
  }

  .c-cookie-consent__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
    padding: 0;
  }

  .c-cookie-consent__text {
    margin-right: 20px;
  }
}
