.highlighted {
    background-color: #f2f2f2;
}

.header-breadcrumb.highlighted {
    padding: 0.8rem 0 3.2rem;
}

.header-breadcrumb.highlighted .breadcrumb {
    margin: 0;
    background-color: transparent;
}

#openGlobal {
    cursor: pointer;
}


/* CONTAINERS */

.margin-full {
    padding-top: 100px;
    padding-bottom: 100px;
}

.margin-half {
    padding-top: 50px;
    padding-bottom: 50px;
}

.no-margin {
    padding: 0 15px;
}

.background-image,
.background-image h1,
.background-image h2,
.background-image h3,
.background-image h4 {
    color: #fff;
}

.btn.btn-icon-l i {
    top: 1.3rem;
}


/* CONTENT */


/* Überschreibung notwendig aufgrund neuer Größen im Shop */

.canvas-container h1,
.canvas-container .h1,
.canvas-container .h1-style,
.canvas-container h2,
.canvas-container .h2,
.canvas-container .h2-style {
    font-size: 3.6rem;
}

.canvas-container h3,
.canvas-container .h3,
.canvas-container .h3-style {
    font-size: 3rem;
}

.canvas-container h4,
.canvas-container .h4,
.canvas-container .h4-style {
    font-size: 1.6rem
}

.footer h3,
.footer .h3,
.footer .h3-style {
    font-size: 2.2rem;
}


.headline {
    text-align: center;
}

table.full {
    width: 100%;
}

.canvas-container ul,
.canvas-container ol {
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

.canvas-container ul li {
    position: relative;
    padding-left: 25px;
}

.canvas-container ul li .fa {
    color: #8CB63C;
    position: absolute;
    left: 0;
    top: 6px;
    font-weight: 400;
    font-size: 14px;
}

.col2 {
    column-count: 2;
    column-width: auto;
    column-gap: 30px;
}


/* forms */

.email-post-field {
    display: none;
}

.canvas-container .btn {
    max-width: 320px;
    display: block;
}

.canvas-container .btn.btnRight {
    float: right;
}

.canvas-container .btn.btnLeft {
    float: left;
}

.canvas-container .btn.btnCenter {
    margin: 0 auto;
}

.canvas-container .btn_function,
.canvas-container .btn-primary {
    background-color: #222c3a;
    transition: background-color 0.5s ease;
    color: #fff;
}

.canvas-container .btn_function:hover,
.canvas-container .btn-primary:hover {
    background-color: #8CB63C;
}


.canvas-container .imageCta.dom,
.canvas-container .btnContainer {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}


/* SLIDER */

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-arrow {
    cursor: pointer !important;
}

.homeslider .slick-dots li button:before {
    color: #fff !important;
    opacity: 0.6 !important;
}

.homeslider .slick-dots li.slick-active button:before {
    color: #fff !important;
    opacity: 1 !important;
}


/* content slider */

.content-slider .swiper-pagination-button .fa {
    font-size: 72px;
    line-height: 72px;
    color: #7f7f7f;
    transition: color 0.5s ease;
    cursor: pointer;
}


/* TEASER */

.teaser .row {
    display: flex;
    flex-wrap: wrap;
}

.teaser .row [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.teaser .row [class*='col-'] .teaser {
    background-color: #f2f2f2;
    height: 100%;
    display: block;
}

.teaser .row [class*='col-'] .teaser.overlay {
    background-color: transparent;
}

.highlighted .teaser .row [class*='col-'] .teaser,
.background-image .teaser .row [class*='col-'] .teaser {
    background-color: #fff;
}

.background-image .teaser .row [class*='col-'] .teaser h3 {
    color: #222c3a;
}

.teaser .teaser-text-container {
    padding: 15px 15px;
}

.teaser.overlay .teaser-text-container {
    position: absolute;
    text-align: center;
    top: 23%;
    left: 0;
    width: 100%;
}

.teaser.overlay .teaser-text-container .h2-style {
    font-size: 7.2rem;
    margin-bottom: 1.8rem;
    line-height: 8.6rem;
    font-weight: 400;
}

.teaser .teaser-text-container .teaser-text-inner {
    color: #5a5a5a;
}

.teaser.overlay .teaser-text-container .teaser-text-inner {
    color: #222C3A;
    font-size: 24px;
    font-weight: 600;
}

.teaser .teaser-img-container,
.teaser .teaser-img-inner-container {
    overflow: hidden;
}

.teaser .teaser-img-container img {
    transition: all 0.4s ease
}

.teaser .teaser-img-container:hover img {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}

.teaser.overlay .teaser-img-container:hover img {
    transform: none;
    -webkit-transform: none;
}

.teaser .h2-style {
    font-size: 1.9rem;
    line-height: 2.2rem;
    margin-bottom: 0;
    font-weight: 500;
    margin-bottom: 20px;
}

.teaser a {
    color: #222c3a;
    display: block;
    height: 100%;
}

.teaser a:hover {
    text-decoration: none;
}

.teaser a .teaser-img-container.gallery {
    display: block;
    height: 100%;
}

.teaser.big h3 {
    font-size: 3rem;
    line-height: 1.2em;
    font-weight: normal;
    margin-bottom: 30px;
}

.teaser.big .teaser-text-inner {
    padding: 0 50px;
}

.teaser.big .teaser-text-inner p {
    margin-bottom: 5rem;
}

.teaser.big.timeline .swiper-slide {
    background-color: #f2f2f2;
}

.teaser.big.timeline .swiper-slide .row .col-sm-4 {
    color: #222c3a;
    font-size: 1rem;
}

.teaser .btn {
    padding-bottom: 1.4rem;
    float: left;
}

.teaser .btn:hover {
    background-color: #aed06f;
}

.timeline .gallery-thumbs {
    height: 80px;
}

.timeline .gallery-thumbs .swiper-slide {
    background-color: #f2f2f2;
    color: #222c3a;
}

.timeline .gallery-thumbs .swiper-slide .thumb {
    font-size: 22px;
    font-weight: 400;
    top: 20px;
    position: relative;
}

.timeline .teaser-img-container img {
    transition: none;
}

.timeline .teaser-img-container:hover img {
    -webkit-transform: none;
    transform: none;
}


/* DB-TEASER */

.dbteaser {
    position: relative;
}

.dbteaser h3 {
    font-size: 20px;
}

.dbteaser img {
    max-width: 165px;
    max-height: auto;
}

.dbteaser .date {
    font-size: 1.5rem;
}

.dbteaser i {
    margin-right: 10px;
}

.dbteaser .link {
    font-size: 1.5rem;
    line-height: 1.8em;
    display: block;
    float: left;
    min-width: 40%;
}

.dbteaser .link.news {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 20px;
}

.dbteaser.news .dataTables_length,
.dbteaser.news .dataTables_filter {
    display: none;
}

.pagination .paginate_button {
    display: inline-block;
    width: 42px;
    height: 34px;
    border: 1px solid #222c3a;
    padding-top: 3px;
    text-align: center;
    background-color: #fff;
    color: #222c3a;
    margin-left: 5px;
}

.pagination .paginate_button.active {
    background-color: #222c3a;
    color: #fff;
}


/* VIDEO-PLAYER */


/* YOUTUBE */

.video_columns {
    float: left;
    width: 48.333333%;
    margin-right: 3.333333%;
}

.video_columns.last {
    margin-right: 0;
}

.video-container {
    position: relative;
}

.youtube-embed {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 20px;
    width: 100%;
}

.youtube-embed.ratio4x3 {
    padding-bottom: 75%;
}

.youtube-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.video-startimage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.video-startimage .playbutton {
    max-width: 50px;
    max-height: auto;
}


/* Addresses */

a.hidden_link {
    color: #5a5a5a !important;
}

a.hidden_link:hover {
    cursor: default !important;
    color: #5a5a5a !important;
}

span.contacticon {
    display: inline-block;
    width: 30px;
}

span.contacticon.small {
    width: 20px;
    font-size: 100%;
}

table.dataTable tr th,
table.dataTable tr td {
    padding: 20px;
    vertical-align: top;
}

table.dataTable tr .invisible {
    display: none;
}

table.dataTable tr.group td {
    color: #fff;
    background-color: #222c3a;
}

table.dataTable tr th i {
    margin-left: 10px;
}

table.dataTable tr th.sorting_asc i.fa-sort:before {
    content: "\f0de";
}

table.dataTable tr th.sorting_desc i.fa-sort:before {
    content: "\f0dd";
}


/* Downloadcenter */

.downloads .dataTable tr td img {
    max-width: 80px;
}


/* DataTable */

.dataTables_filter,
.dataTables_length {
    width: 33%;
}

.dataTables_length {
    text-align: right;
}

.dataTables_length label,
.dataTables_filter label {
    width: 100%;
    display: block;
    float: left;
}

.dataTables_length label {
    float: left;
    display: block;
    width: 100%;
}

.dataTables_filter input {
    border: 1px solid rgba(0, 0, 0, .15);
    margin-top: 5px;
}

.dataTables_length select {
    display: block;
    width: 40%;
    border: 1px solid rgba(0, 0, 0, .15);
    margin: 5px 0 0 60%;
}

.dataTables_length select {
    float: right;
}

#col3 .dataTables_paginate.paging_simple_numbers .paginate_button {
    display: inline-block;
    width: 42px;
    height: 34px;
    border: 1px solid #222c3a;
    line-height: 31px;
    text-align: center;
    background-color: #fff;
    color: #222c3a;
    margin-left: 5px;
}

#col3 .dataTables_paginate.paging_simple_numbers .paginate_button.current {
    background-color: #222c3a;
    color: #fff;
}

#col3 .dataTables_paginate.paging_simple_numbers .paginate_button.disabled,
#col3 .dataTables_paginate.paging_simple_numbers .paginate_button.previous,
#col3 .dataTables_paginate.paging_simple_numbers .paginate_button.next {
    display: none;
}

.filters .label {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.filters .form_values_row {
    width: 50%;
    display: inline-block;
}

.filters .form_values_row input {
    margin-right: 5px;
}

.filters select {
    width: 68%;
    border: 1px solid rgba(0, 0, 0, .15);
}


/* tables */

.table thead {
    background-color: inherit;
}

/* PLANTS */

.plant .row.keyfacts,
.plant .row.contact {
    margin-top: 40px;
}

.plant .row.contact .fa {
    font-size: 20px;
    color: #222c3a;
}

.plant .row.contact a {
    color: #8cb63c;
}

.plant .row.keyfacts {
    font-size: 2.2rem;
    line-height: 3.1rem;
    font-weight: 300;
}

.plant .row.keyfacts .h4-style {
    font-size: 2.2rem;
    line-height: 22px;
}

.plant .row.keyfacts .col p {
    padding: 0 20px;
}


/* COMPARE */


/* timeline */

/* Storytelling */
.outer-container.stories {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
  }

   .outer-container.stories h3.card-title {
    font-size: 1.17em !important;
    font-weight: bold !important;
  }
  
   .outer-container.stories .card:hover .card-img-custom {
    transform: scale(1.03);
  }
 
   
   .outer-container.stories .card-img-overlay {
    top: unset !important;
    background-color: rgba(0, 0, 0, .5);
    padding: 1em !important;
  }
  
   .outer-container.stories .card {
    border: 1px solid white !important;
    overflow: hidden;
  }
  
   .outer-container.stories .card-img-custom {
    background-size: cover;
    background-position: center;
    transition-duration: 1s;
  }
   .outer-container.stories .big-img-resp {
     height: calc(28vw + 2px);
     max-height: 537.6px;
  }
   .outer-container.stories .img-resp {
     height: 14vw;
     max-height: 268.8px;
  }
  
 
  
    /* datepicker / timepicker */

    .ui-datepicker {
        background-color: #fff;
        margin-top: 2px;
        margin-left: 10px;
    }

    span.icon-date-picker.icon-interface-calendar {
        top: 42px;
        z-index: 100;
    }

    .columnar span.icon-date-picker.icon-interface-calendar {
        top: 14px;
        z-index: 100;
    }

    .ui-timepicker-div .ui-slider {
       background-color:  #ececec;
    }

    .ui_tpicker_hour,
    .ui_tpicker_minute {
        padding-top: 7px;
    }


@media all and (max-width: 992px) {
    .teaser.big .teaser-text-inner {
        padding: 0 20px;
    }
    .teaser.timeline .teaser-text-container,
    .teaser.timeline .teaser-img-container {
        padding-left: 0;
        padding-right: 0;
    }
    .teaser.timeline .teaser-text-container p {
        padding: 0 20px;
    }
    .spacer {
        min-height: 20px;
    }
    .dataTables_filter,
    .dataTables_length {
        width: 50%;
    }
    .dataTables_length select {
        width: 60%;
    }
    .col2 {
        column-count: 1;
        column-width: auto;
        column-gap: 0px;
    }
    #globalModal .modal-dialog {
        min-width: auto;
    }
    #globalModal h4 {
        margin-bottom: 10px
    }

    .outer-container.stories .img-resp {
        height: 28vw !important;
      }
       .outer-container.stories .big-img-resp {
        height: 28vw !important;
      }

}

@media all and (max-width: 768px) {
    .container,
    .container.margin-half {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .container.addresses,
    .container.downloads {
        padding-bottom: 50px;
    }
    h1,
    h2 {
        font-size: 28px;
    }
    h3 {
        font-size: 18px;
        margin-bottom: 15px;
        line-height: 1.4;
    }
    .col-md-12.col2 {
        column-count: 1;
        column-width: auto;
        column-gap: 0px;
    }
}

@media all and (max-width: 1200px) {
    .submenu-box.withoutImage {
        width: 100%;
        left: 0;
    }
    .submenu-box.withoutImage ul {
        width: 33%;
        padding-left: 20px;
    }
    .submenu-box.withoutImage .navbox-label {
        width: 33%;
        padding-left: 20px;
        font-size: 18px;
        padding-right: 20%;
    }
    .dropdown-submenu>.dropdown-menu .navbox-label {
        paddint-top: 43px;
    }
    .dropdown-submenu.active>.dropdown-menu,
    .withoutImage .dropdown-submenu>.dropdown-menu {
        width: 66%;
        left: 33%;
    }
    .dropdown-submenu>.dropdown-menu ul,
    .dropdown-submenu>.dropdown-menu .navbox-label {
        width: 100%;
    }
}

@media all and (max-width: 768px) {
    #headerLogo img {
        max-width: 75px;
    }
    .footer-nav h3 {
        font-size: 24px;
    }
}

@media all and (max-width: 576px) {
    .footer-legal-info a {
        display: block;
    }
    .dataTables_filter,
    .dataTables_length {
        width: 100%;
    }
    .dataTables_length label {
        text-align: left;
    }
    .dataTables_length select {
        width: 100%;
    }
    .filters select {
        width: 100%;
    }
    .filters .form_values_row {
        width: 100%;
    }
    .teaser.overlay .teaser-text-container h3 {
        font-size: 46px;
        line-height: 54px;
    }
    .teaser.overlay .teaser-text-container .teaser-text-inner {
        font-size: 18px;
    }
    .dbteaser img {
        max-width: 100%;
        max-height: auto;
    }
}