.search-element-wrapper {
    background: #D7C37A;
    padding: 40px 0 80px;
    position: relative;
    -webkit-box-shadow: 0px 0px 50px 1px rgba(50,50,50,0.5);
    -moz-box-shadow: 0px 0px 50px 1px rgba(50,50,50,0.5);
    box-shadow: 0px 0px 50px 1px rgba(50,50,50,0.5);
}

.quicksearch-sword {
    width: 100%;
    outline: 0;
    border: none;
    border-bottom: 2px solid #14120B;
    padding: 20px 0 20px 50px;
    background: transparent url('../img/search_icon.svg') 0 no-repeat;
    background-size: 35px 35px;
    font-size: 28px;
    border-radius: 0;
    position: relative;
    z-index: 1;
}

.quicksearch-form {
    position: relative;
}
.placeholder-element {
    position: absolute;
    top: 20px;
    left: 50px;
    font-size: 28px;
    z-index: 0;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
}

.tx-indexedsearch-res.panel {
    border-radius: 0;
    border-top: 1px solid;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

p.tx-indexedsearch-description {
    margin: 0 0 50px;
    font-size: 80%;
}

.search-result-toggle {
    width: 40px;
    height: 27px;
    display: block;
    background:url('/fileadmin/templates/oqema/img/arrow_down.svg') 100% 100% no-repeat;
}

.search-result-toggle[aria-expanded="true"] {
    transform: rotate(180deg);
    background-position: 0 0;
}

.search-result-description-container {
    border-top: 1px solid;
    padding-top: 20px;
    margin-top: 20px;
}

.search-results-pages {
    margin: 50px 0;
}

.search-expander-toggle {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.search-result-title {
    position: relative;
    margin-bottom: 18px;
    font-size: 100%;
}

.tx-indexedsearch-title {
    width: calc(100% - 50px);
    display: block;
}

.search-results-products {
    margin-top: 50px;
    margin-bottom: 80px;
}

div.tx-indexedsearch-description {
    font-size: 80%;
    margin: 0 0 50px;
}

.products-no-results {
    display: none;
}

#loading-modal {
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
}

#loading-modal .modal-content {
    border-radius: 0;
    background: rgba(255,255,255,.8);
}

#loading-modal .modal-text {
    font-size: 18px;
}

#loading-modal .progress-bar {
    background-color: rgba(6, 87, 111,1);
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=90);
    background: #fff;
}

.product-search-container {
    display: none;
}

.tx-indexedsearch-res .contact-container {
    background: #ccc;
    padding: 20px;
    margin-top: 30px;
}

.tx-indexedsearch-res .contact-container h2 {
    margin-top: 0;
    font-size: 200%;
}

.tx-indexedsearch-res .contact-info {
    margin-top: 30px;
}

.tx-indexedsearch-res .email {
    text-transform: uppercase;
}

.tx-indexedsearch-res .product-info-label {
    width: 150px;
    display: inline-block;
}

.product-info-container img {
    height: 15px;
    margin-right: 20px;
}

.auto-complete-container {
    position: absolute;
    width: 100%;
    background: rgba(255,255,255,.85);
    border: 1px solid;
    border-top: 0;
    z-index: 10;
    display: none;
}

.header-searchform .auto-complete-container {
    margin-top: 2px;
}

.auto-complete-item {
    cursor: pointer;
    padding: 5px 20px;
    font-size: 85%
}

.auto-complete-item.hover {
    background: #eee;
}

.auto-complete-container .auto-complete-item:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.ons-number {
    font-family: "Brown-Pro-Regular", Arial;
    float: right;
    margin-right: 20px;
}

.ons-number .small {
    color: initial;
    font-weight: bold;
    margin-right: 10px;
    font-family: Brown-Pro-Bold, Arial;
}

.search-results-products .tx-indexedsearch-title a {
    width: calc(100% - 250px);
    display: inline-block;
}

.product-variants-container {
    margin-top: 20px;
    font-size: 15px;
}

.more-link-container {
    margin: 20px 0 10px;
}

.more-link-container a {
    display: inline-block;
    padding: 6px 20px;
    border: 1px solid;
    text-transform: uppercase;
}

.product-data-wrapper { margin-bottom: 50px; }
.product-data-wrapper h1 { border-bottom: 1px solid; padding-bottom: 10px;}
.product-data-container { font-size: 18px; }
.margin-bottom-small { margin-bottom: 20px; }
.product-data-wrapper h2 { font-size: 22px; border-bottom: 1px solid; padding-bottom: 10px; }
.product-data-group { margin-bottom: 30px; }
.button-shop-now {
    font-size: 22px;
    text-align: center;
    padding: 20px;
    background: #E9EDEE;
    display: block;
}
.button-shop-now img {
    display: inline-block;
    max-width: 30px;
    width: 100%;
    margin-right: 10px;
}
.button-shop-now-container {
    margin: 20px 0;
}
.product-data-container .download {
    text-decoration: underline;
}
.product-data-group .panel-heading a {
    font-family: inherit;
    padding: 10px 60px 10px 0;
    border-top: 0;
}

.product-data-group .panel-heading a:focus {
    text-decoration: none;
}

.product-data-group .panel-collapse {
    padding: 10px 0px;
}

.product-data-group .pack-volume {
    text-transform: lowercase;
}

.link-product-form {
    display: block;
    background: #ccc;
    padding: 20px;
    font-weight: bold;
    font-size: 150%;
}

#c117138 h1 {
    line-height: 1.42857143;
}

@media (max-width: 767px) {
    .product-data-container {
        font-size: 14px;
    }
}
/****************************************
 key figures slider
 **************************************/
.key-figures-slide {
    position: relative;
    background: #d7c47b;
}

/*.key-figures-slide  .item {*/
    /*padding-top: 2%;*/
/*}*/

.key-figure-number {
    font-size: 1500%;
    position: relative;
    display: inline-block;
    padding: 0 0 20px;
}

.key-figure-description {
    position: absolute;
    left: -10%;
    bottom: 10%;
    border-top: 2px solid;
    font-size: 18px;
    padding-right: 10%;
    padding-top: 3%;
    text-transform: uppercase;
}

.carousel-control {
    width: 5%;
}

.carousel-control.left, .carousel-control.right {
    background: none;
}

.slider-title {
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 90%;
}

.slider-prev, .slider-next {
    background: url('../img/slider_right_black.svg') 0 0 no-repeat;
    position: absolute;
    width: 29px;
    height: 100px;
    background-size: contain;
    top: calc(50%);
    left: 30px;
    transform: rotate(180deg) translateY(50%);
}

.negate .slider-prev, .negate .slider-next {
    background: url('../img/slider_right_white.svg') 0 0 no-repeat;
}

.slider-next {
    transform: rotate(0deg) translateY(-50%);
    right: 30px;
    left: initial;
}

.key-figure-main-number {
    display: inline-block;
    position: relative;
    padding-bottom: 7%;
    margin-bottom: 30px;
}

.key-figure-main-number > span {
    font-size: 1400%;
    display: inline-block;
    line-height: 100%;
    margin-bottom: 30px;
}

.multiple-key-figures-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
}

.key-figure-mini {
    display: inline-block;
}

.key-figure-mini-label {
    border-bottom: 2px solid;
    padding-right: 30px;
    padding-bottom: 10px;
    font-size: 85%;
    text-transform: uppercase;
}

.key-figure-mini-value {
    font-size: 280%;
}

/****************************************
 statement slider
**************************************/
.statement-wrapper {
    display: flex;
}

.statement-container {
    width: 50%;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.statement h2 {
    margin-top: 0;
    margin-bottom: 80px;
}

@media (min-width: 1200px) {
    .statement {
        margin: 0 15%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .statement {
        margin: 0 20%;
    }
}

@media (max-width: 991px) {
    .statement {
        max-width: 60%;
    }
}
    
/****************************************
 news slider
 **************************************/
.news-slide {
    background: #E5E5E5;
}

.news-slide .item {
    padding: 2% 0;
}

.news-slide .item .row {
    display: flex;
}

.news-item {
    padding: 0 5% 60px;
    position: relative;
}

.news-item h2 a {
    font-size: inherit;
}

.news-item .arrow-beside {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.news-item .news-img-wrap {
    margin-bottom: 30px;
}

.item .news-item:nth-of-type(1) {
    border-right: 2px solid;
}

.news-item .more {
    text-transform: uppercase;
}

/**************************************
 news box
**************************************/
.news-box-container {
    margin: 50px 0;
}

.news-box {
    padding: 10px 30px;
    margin-bottom: 50px;
}

.news-box p {
    margin: 0 0 10px;
}

.news-box h2 a {
    font-size: inherit;
}

.news-box h2, .news-box .teaser-text h3 {
    margin-bottom: 35px;
}

.news-box .more {
    text-transform: uppercase;
}

.news-box .arrow-beside {
    margin: 15px 0;
}

.news-box.invert, .news-box.invert a {
    color: #fff;
}

.news-box .no-bg-image:after {
    width: 66%;
    content: '';
    display: block;
    border-bottom: 2px solid;
    margin-top: 20px;
}

.news-box h2.no-bg-image {
    margin-bottom: 15px;
}

.invert .arrow-beside a::after {
    content: url(/fileadmin/templates/oqema/img/more_arrow-white.svg);
}

.no-news-found {
    margin-bottom: 5%;
}

.news-backlink-wrap a{
    text-transform: uppercase;
}

/**************************************
 news single
**************************************/
.news-single .teaser-text {
    font-size: inherit;
    color: inherit;
    margin: 0 !important;
}

.news-single .teaser-text p:last-child {
    margin-bottom: 0;
}

.news-single .article h3{
    text-align: center;
}

.news-single .news-list-date {
    display: block;
    margin-top: 20px;
    text-align: center;
    font-size: 85%;
    margin-bottom: 40px;
}

.news-single .ce-image .image-embed-item {
/*    max-width: 100%; */
    height: auto;
    display: block;
    /*width: 100%;*/
    margin: 0 auto;
    max-width: 100%;
}

.news-backlink-wrap {
    margin-top: 30px;
}

.news-related ul li span {
    text-indent: 0;
}

/**************************************
 commitment circle
**************************************/
.cls-3:hover{
    fill:#005D73;
}

.cls-3{
    cursor: pointer;
    transition: fill .7s ease;
}

.commitment-circle-title {
    font-size: 90%;
}

.commitment-circle-element-left .commitment-circle-title {
    text-transform: uppercase;
}

.commitment-circle-element {
    background: #d7c47b;
    padding: 3% 0;
}

.commitment-circle-wrapper {
    width: 100%;
    max-width: 75%;
}

.commitment-circle-container {
    position: relative;
}

.label-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-transform: uppercase;
    z-index: 1;
}

.commitment-circle-info-wrapper {
    margin-top: 10%;
}

.commitment-circle-info-title {
    margin-bottom: 4%;
}

.commitment-circle-info-content {
    display: none;
}

.commitment-circle-element canvas {
    display: block;
    width: 100%;
    visibility: hidden;
}

.commitment-circle-element svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/**************************************
 code of conduct
**************************************/
.code-of-conduct-header {
    text-transform: uppercase;
    font-size: 90%;
}

.circles-wrapper {
    display: table;
    width: 100%;
    padding: 5% 0 ;
}

.circle-container {
    padding-top: 25%;
    position: relative;
    width: 25%;
    float: left;
}

.coc-spacing {
    display: inline-block;
    float: left;
    width: 12.5%;
    padding-bottom: 25%;
}

.outer-circle {
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;

    -webkit-transition: transform 1500ms ease-out;
    -moz-transition: transform 1500ms ease-out;
    -o-transition: transform 1500ms ease-out;
    transition: transform 1500ms ease-out;
}

.coc-circle {
    position: absolute;
    top: 11%;
    bottom: 11%;
    left: 11%;
    right: 11%;
    border-radius: 50%;
    border: 6px solid;
    display: flex;
    justify-content: center;
    align-items: center;
}

.coc-text {
    width: 80%;
    font-size: 90%;
    text-align: center;
    text-transform: uppercase;
    hyphens: none;
    -webkit-hyphens: none;
    -ms-hyphens: none;
}

.circle-center {
    z-index: 1;
}

/**************************************
 vision and mission module
**************************************/
.vision-and-mission-body, .vision-mission-tab, .vision-and-mission-wrapper  {
    display: table;
    width: 100%;
}

.vision-and-mission-wrapper {
    margin: 30px 0 6%;
}

.vision-and-mission-navigation {
    float: left;
    width: 20%;
}

.vision-and-mission-content-wrapper {
    width: 80%;
    float: left;
}

.vision-and-mission-image {
    float: left;
    width: 50%;
}

.vision-and-mission-image img {
    max-width: 90%;
    width: 100%;
}

.vision-and-mission-content {
    float: left;
    width: 50%;
}

.vision-and-mission-title {
    font-size: 90%;
    text-transform: uppercase;
}

.vision-and-mission-navigation ul {
    padding: 0;
    margin: 0;
}

.vision-and-mission-navigation ul li:before {
    content: '';
    padding: 0;
}

.vision-and-mission-navigation a {
    text-decoration: none;
    display: inline-block;
    border-bottom: 1px solid transparent;
    margin-bottom: 5px;
    font-size: 90%;
    padding: 0 1px;
}

.vision-and-mission-navigation li.active a,
.vision-and-mission-navigation a:hover, .vision-and-mission-navigation a:focus, .vision-and-mission-navigation a:active {
    border-bottom: 1px solid;
}

.vision-and-mission-content-wrapper .vision-mission-tab {
    display: none;
}

.vision-and-mission-content-wrapper .vision-mission-tab:nth-of-type(1)  {
    display: block;
}

.vision-and-mission-content, .vision-and-mission-navigation {
    margin-top: 5%;
}

/**************************************
 business block module
**************************************/
.business-block-wrapper {
    padding: 3% 0;
}

.business-block-header {
    font-size: 90%;
    text-transform: uppercase;
}

.business-block-section {
    width: 20%;
    float: left;
    position: relative;
    padding: 0 10px;
}

.business-block-body {
    display: flex;
    padding: 3% 0;
}

.business-block-section-header {
    position: absolute;
    left: 14%;
    top: 3%;
    font-size: 90%;
    text-transform: uppercase;
}

.business-block-body .business-block-section:first-child .business-block-section-header,
.business-block-body .business-block-section:last-child .business-block-section-header {
    left: 0;
}

.business-block-section img.icon-symbol {
    max-width: 50%;
}

.business-block-section-body {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding-top: 7%;
}

.business-block-section-body p {
    margin: 0 0 15px;
    font-size: 80%;
    text-transform: uppercase;
    hyphens: none;
    -ms-hyphens: none;
    -webkit-hyphens: none;
}

.business-block-section .business-arrow {
    width: 100%;
}

.business-block-body .business-block-section:nth-of-type(1) .business-block-section-body,
.business-block-body .business-block-section:nth-of-type(5) .business-block-section-body {
    width: 100%;
}

.business-block-body .business-block-section:nth-of-type(2) .business-block-section-body,
.business-block-body .business-block-section:nth-of-type(3) .business-block-section-body,
.business-block-body .business-block-section:nth-of-type(4) .business-block-section-body {
    left: 16%;
    max-width: 75%;
}

.business-block-body .business-block-section:nth-of-type(2),
.business-block-body .business-block-section:nth-of-type(3),
.business-block-body .business-block-section:nth-of-type(4) {
    left: -40px;
}

.business-block-body .business-block-section:not(:first-child) {
    display: block;
    opacity: 0;
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .business-block-section-body {
        padding-top: 22%;
    }

    .business-block-body .business-block-section:nth-of-type(2) .business-block-section-body,
    .business-block-body .business-block-section:nth-of-type(3) .business-block-section-body,
    .business-block-body .business-block-section:nth-of-type(4) .business-block-section-body {
        max-width: 80%;
    }

    .business-block-body .business-block-section:nth-of-type(2),
    .business-block-body .business-block-section:nth-of-type(3),
    .business-block-body .business-block-section:nth-of-type(4) {
        left: -20px;
    }
}


@media (min-width: 768px) and (max-width: 1199px) {
    .business-block-body .business-block-section:nth-of-type(2),
    .business-block-body .business-block-section:nth-of-type(3),
    .business-block-body .business-block-section:nth-of-type(4) {
        left: -10px;
    }

    .business-block-body .business-block-section:nth-of-type(2) .business-block-section-body,
    .business-block-body .business-block-section:nth-of-type(3) .business-block-section-body,
    .business-block-body .business-block-section:nth-of-type(4) .business-block-section-body {
        max-width: 100%;
    }

    .business-block-section-body {
        padding-top: 23%;
    }

    .business-block-section-body p {
        margin: 0 0 8px;
    }
}

@media (max-width: 767px) {

    .business-block-body {
        display: block;
    }

    .business-block-section {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .business-block-section-header, .business-block-section-body {
        position: static;
        transform: translateY(0);
        max-width: 100%;
    }
    
    .business-arrow {
        display: none;
    }

    .business-block-body .business-block-section:nth-of-type(2),
    .business-block-body .business-block-section:nth-of-type(3),
    .business-block-body .business-block-section:nth-of-type(4) {
        left: 0;
    }

    .business-block-section .icon-symbol {
        margin: 0 auto;
    }

    .business-block-body .business-block-section:nth-of-type(2) .business-block-section-body,
    .business-block-body .business-block-section:nth-of-type(3) .business-block-section-body,
    .business-block-body .business-block-section:nth-of-type(4) .business-block-section-body {
        max-width: 100%;
    }

    .business-block-section:not(:last-child):after {
        content: '';
        display: block;
        width: 100%;
        height: 50px;
        background: url(../img/business_arrow_white_down.svg) 50% no-repeat;
        margin-bottom: 20px;
    }

    .business-block-section-header {
        font-weight: bold;
        font-size: 120%;
    }

    .business-block-section-body p {
        font-size: 100%;
    }
}

/**************************************
 panels - collapse - expander
**************************************/
.panel.padding-left-right .panel-heading a,
.panel-default.padding-left-right > .panel-heading + .panel-collapse > .panel-body{
    padding-left: 15px;
    padding-right: 15px;
}

.panel-heading.custom-color {
    margin-bottom: 15px;
}

.panel-heading.custom-color a:after {
    margin-right: 0;
}

.panel-default > .panel-heading {
    position: relative;
}

.panel-heading .download-file {
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
    width: initial;
    display: inline-block;
    text-transform: uppercase;
    font-size: 75%;
    z-index: 1;
    border: none;
    padding: 0;
    height: auto;
}

.panel-heading a.download-file:after {
    display: none;
}

/**************************************
 CAS Table
**************************************/
.ce-table-cas-table {
    width: 100%;
    margin-bottom: 15px;
}
.ce-table-cas-table thead th {
    padding-bottom: 10px;
}

.ce-table-cas-table tr td:last-child, .ce-table-cas-table tr th:last-child {
    text-align: right;
}

/**************************************
 transfer to customization.css
**************************************/
p.no-margin, .panel-default > .panel-heading + .panel-collapse > .panel-body p.no-margin {
    margin: 0 0 10px;
}

#content .frame-type-text .text-center .arrow-down {
    display: inline-block;
}

#content .frame ul li {
    padding-left: 1em;
    text-indent: -1em;
}

#content .frame ul li:before, ol li:before {
    content: "-";
    padding-right: 0.5em;
}

#content .frame ul.submenu li:before, ol li:before {
    content: "";
    padding-right: 0;
}

.navbar .globe {
    height: 100%;
}

.negate a {
    color: #fff;
}

#primary-nav > div:first-child {
    padding: 0;
}

p.citation {
    margin-bottom: 0 !important;
}

p.citation+p {
    margin-top: 0 !important;
}

/*.six-point-header {
    margin: 5vh 0 5vh;
}

.six-point-plan.start ul {
    top: 13vw;
}

.six-point-plan ul {
    margin: 0;
    width: 20%;
}

.six-point-plan ul li:before {
    content: "";
    padding-right: inital;
    display: none;
}

@media (min-width: 1200px) {
    .six-point-plan {
        height: 28vw;
        max-height: 485px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .six-point-link {
        font-size: 92%;
    }

    .six-point-plan {
        height: 35vw;
        max-height: 350px;
    }

    .six-point-plan.start ul {
        top: 13vw;
    }
}

@media (min-width:768px) and (max-width: 991px) {
    .six-point-plan-texts {
        width: 70%;
    }

    .six-point-plan {
        height: 29vh;
    }
}

@media (max-width: 767px) {
    .six-point-plan {
        height: 29vh;
    }

    .six-point-plan-texts {
        width: 70%;
    }

    .six-point-plan ul {
        width: 25%;
    }
}*/


@media (max-width: 991px) {
    ul.submenu {
        margin-left: 0;
        margin-bottom: 50px;
    }
}

@media (max-width: 768px) {
    .industry-nav-element a {
        font-size: 90%;
    }

    .langmenu {
        top: 62px;
    }

    .container.countryselection {
        padding-left: 4%;
        padding-right: 4%;
    }
}

@media (max-width: 767px) {
    .container.countryselection {
        padding-left: 4%;
        padding-right: 4%;
        padding-top: 45px;
    }

    #primary-nav ul.primary-nav-left {
        height: auto;
    }

    #secondary-menu {
        padding: 0;
    }
}

/**************************************
 IE 11 Fix for SVG map
**************************************/
object[type="image/svg+xml"] {
    width: 100%;
}

@media (min-width: 768px) {
    .circle-left.slide-out, .circle-right.slide-out {
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
    }
}


@media (min-width: 1200px) {
    .statement header h2 {
        position: absolute;
        top: 15%;
    }

    .circle-left {
        -webkit-transform: translateX(150%);
        -moz-transform: translateX(150%);
        -ms-transform: translateX(150%);
        -o-transform: translateX(150%);
        transform: translateX(150%);
    }

    .circle-right {
        -webkit-transform: translateX(-150%);
        -moz-transform: translateX(-150%);
        -ms-transform: translateX(-150%);
        -o-transform: translateX(-150%);
        transform: translateX(-150%);
    }
}

@media (max-width: 1199px) {
    .news-item {
        padding: 0 8% 60px;
    }

    .key-figure-main-number {
        padding-bottom: 9%;
    }

    .commitment-circle-wrapper {
        /*max-width: 80%;*/
        max-width: 90%;
    }

    /*.circles-wrapper {*/
        /*grid-template-columns: 30% auto 30% auto 30%;*/
    /*}*/

    .circle-container {
        padding-top: 30%;
        width: 30%;
    }

    .coc-spacing {
        width: 5%;
    }

    .coc-circle {
        border: 5px solid;
    }

    .circle-left {
        -webkit-transform: translateX(115%);
        -moz-transform: translateX(115%);
        -ms-transform: translateX(115%);
        -o-transform: translateX(115%);
        transform: translateX(115%);
    }

    .circle-right {
        -webkit-transform: translateX(-115%);
        -moz-transform: translateX(-115%);
        -ms-transform: translateX(-115%);
        -o-transform: translateX(-115%);
        transform: translateX(-115%);
    }

    .search-result-title {
        margin-bottom: 18px;
        margin-top: 18px;
    }
}

@media (max-width: 991px) {
    .key-figure-main-number {
        padding-bottom: 11%;
    }

    .statement h2 {
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {

    .slider-prev {
        left: 15px;
    }

    .slider-next {
        right: 15px;
    }
}

@media (max-width: 767px) {
    .news-slide .item .row {
        display: block;
    }

    .item .news-item:nth-of-type(1) {
        border-right: 0;
    }

    .item .news-item:nth-of-type(2) {
        padding-top: 10px;
    }

    .item .news-item {
        padding-bottom: 80px;
    }

    .news-item .arrow-beside {
        bottom: 20px;
    }

    .item .news-item:nth-of-type(1):after{
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        height: 1px;
        background: #aaa;
        left: 8%;
        right: 8%;
    }

    .item .news-item.last-news-item:nth-of-type(1):after {
        display: none;
    }

    .slider-prev, .slider-next {
        height: 50px;
        width: 15px;
        top: calc(50%);
    }

    .slider-prev {
        left: 5px;
    }

    .slider-next {
        right: 5px;
    }

    .key-figure-main-number {
        padding: 0;
        margin: 0;
    }

    .multiple-key-figures-container {
        position: static;
        text-align: center;
        margin-bottom: 30px;
    }

    .key-figure-mini {
        text-align: left;
    }

    .key-figure-main-number > span {
        font-size: 900%;
        padding: 20% 0 20px;
        margin: 0;
    }

    .placeholder-element {
        font-size: 20px;
        top: 20px;
        left: 30px;
    }

    .quicksearch-sword {
        font-size: 20px;
        padding: 20px 0 20px 30px;
        -webkit-background-size: 23px;
        background-size: 23px;
    }

    .search-element-wrapper .container {
        padding: 0;
    }

    .statement-wrapper {
        flex-direction: column;
    }

    .statement-container {
        width: 100%;
    }

    .statement-container.image-included {
        order: -1;
    }

    .statement {
        max-width: 100%;
        padding: 10%;
    }

    .key-figure-mini-label, .slider-title {
        font-size: 120%;
    }

    .key-figure-description {
        left: 0px;
    }

    .commitment-circle-wrapper {
        max-width:tx-indexedsearch-form 100%;
    }

    .commitment-circle-element-right {
        padding-top: 50px;
    }

    .circle-container {
        width: 100%;
        padding-top: 100%;
        margin-bottom: 20px;
    }

    .circles-wrapper .circle-container:first-child, .circles-wrapper .circle-container:last-child {
        display: none;
    }

    .circles-wrapper .left-circle-replacement:after, .circles-wrapper .right-circle-replacement:before  {
        content: url(/fileadmin/templates/oqema/img/arrow_down.svg);
        max-width: 40px;
        width: 100%;
        display: block;
        text-align: center;
        margin: 20px auto;
    }

    .circles-wrapper .left-circle-replacement:after {
        transform: rotate(180deg);
    }

    .coc-spacing {
        display: none;
    }

    .circle-left, .circle-right {
        transform: translateX(0);
    }

    .vision-and-mission-navigation, .vision-and-mission-content-wrapper, .vision-and-mission-image, .vision-and-mission-content {
        width: 100%;
    }

    .panel-heading .download-file {
        right: 60px;
    }

    .key-figure-number {
        font-size: 900%;
        padding: 20px 0 40px;
    }

    .key-figure-description {
        font-size: 15px;
    }

    p.tx-indexedsearch-description {
        font-size: 110%;
    }

    .search-element-wrapper {
        -webkit-box-shadow: 0px 0px 20px 2px rgba(125,125,125,0.5);
        -moz-box-shadow: 0px 0px 20px 2px rgba(125,125,125,0.5);
        box-shadow: 0px 0px 20px 2px rgba(125,125,125,0.5);
    }

    .auto-complete-item {
        font-size: 100%;
    }

    .tx-indexedsearch-res .product-info-label {
        width: 120px;
    }

    .search-results-products .tx-indexedsearch-title a {
        width: calc(100% - 120px);
    }
}

/**************************************
maps slides sonderlösungen...
**************************************/
.map-slide[rel~="FR"] .contenttable,
.map-slide[rel~="UK"] .contenttable,
.map-slide[rel~="DE"] .contenttable,
.map-slide[rel~="NL"] .contenttable,
.map-slide[rel~="CH"] .contenttable  {
    height: auto;
}

/**************************************
ce-gallery
**************************************/
.ce-image.ce-center {
    text-align: center;
}

.ce-image.ce-right {
    text-align: right;
}

.ce-gallery[data-ce-columns="2"] .ce-column img, .ce-gallery[data-ce-columns="3"] .ce-column img,
.ce-gallery[data-ce-columns="4"] .ce-column img, .ce-gallery[data-ce-columns="5"] .ce-column img,
.ce-gallery[data-ce-columns="6"] .ce-column img, .ce-gallery[data-ce-columns="7"] .ce-column img,
.ce-gallery[data-ce-columns="8"] .ce-column img {
    max-width: 100%;
    height: auto;
}

.ce-gallery[data-ce-columns="2"] .ce-column, .ce-gallery[data-ce-columns="3"] .ce-column,
.ce-gallery[data-ce-columns="4"] .ce-column, .ce-gallery[data-ce-columns="5"] .ce-column,
.ce-gallery[data-ce-columns="6"] .ce-column, .ce-gallery[data-ce-columns="7"] .ce-column,
.ce-gallery[data-ce-columns="8"] .ce-column {
    padding: 0 10px;
    display: inline-block;
}

.ce-gallery[data-ce-columns="2"] .ce-column {
    width: 50%;
}
.ce-gallery[data-ce-columns="3"] .ce-column {
    width: 33.3333%;
}
.ce-gallery[data-ce-columns="4"] .ce-column {
    width: 25%;
}
.ce-gallery[data-ce-columns="5"] .ce-column {
    width: 20%;
}
.ce-gallery[data-ce-columns="6"] .ce-column {
    width: 16.6666%;
}
.ce-gallery[data-ce-columns="7"] .ce-column {
    width: 14,2857%;
}
.ce-gallery[data-ce-columns="8"] .ce-column {
    width: 12.5%;
}

@media (min-width:768px) and (max-width: 991px)
{
    .ce-gallery[data-ce-columns="2"] .ce-column {
        width: 50%;
    }
    .ce-gallery[data-ce-columns="3"] .ce-column {
        width: 33.3333%;
    }
    .ce-gallery[data-ce-columns="4"] .ce-column {
        width: 50%;
    }
    .ce-gallery[data-ce-columns="5"] .ce-column {
        width: 25%;
    }
    .ce-gallery[data-ce-columns="6"] .ce-column {
        width: 33.3333%;
    }
    .ce-gallery[data-ce-columns="7"] .ce-column {
        width: 33.3333%;
    }
    .ce-gallery[data-ce-columns="8"] .ce-column {
        width: 25%;
    }
}

@media (max-width: 767px) {
    .ce-gallery[data-ce-columns="2"] .ce-column, .ce-gallery[data-ce-columns="3"] .ce-column,
    .ce-gallery[data-ce-columns="4"] .ce-column, .ce-gallery[data-ce-columns="5"] .ce-column,
    .ce-gallery[data-ce-columns="6"] .ce-column, .ce-gallery[data-ce-columns="7"] .ce-column,
    .ce-gallery[data-ce-columns="8"] .ce-column {
        width: 100%;
    }
}

/**************************************
mobile UX
**************************************/

.d-none {
    display: none;
}

@media (max-width:767px) {

    .d-none-xs {
        display: none !important;
    }

    .d-block-xs {
        display: block !important;
    }

    .p-relative {
        position: relative;
    }

    .responsive-container-box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%,-50%,0);
        text-align: center;
    }

    .responsive-container-box .arrow-beside-left {
        margin-left: 45px;
    }

    .responsive-container-box h2 {
        margin: 0;
        font-size: 300%;
    }

    .overlay-white-left {
        position: absolute;
        top: 0;
        right: 50%;
        left: 0;
        bottom: 0;
        background: rgba(255,255,255,.5);
    }
}

@media (min-width: 601px) {
    .industry-nav-links-container {
        display: inline !important;
    }
}

@media (max-width: 600px) {
    .industry-nav-head {
        width: 100%;
        height: 100%;
        /*padding: 20px 10px;*/
        border: 1px solid;
        margin: 0 0 -1px;  
    }

    .industry-nav-head:before {
        content: url('/fileadmin/templates/oqema/img/oqema_pfeil.svg');
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        transition: transform 250ms linear;
        width: 22px;
    }

    .industry-nav-head.active:before {
        transform: translateY(-50%) rotate(90deg);
    }

    .industry-nav-head a {
        padding: 20px 10px;
        display: block;
        position: relative;
        z-index: 1;
    }

    .industry-nav-links-container {
        display: none;
    }

    .industry-nav-links-container .industry-nav-element a {
        padding-left: 30px;
    }

    .industry-contact-box {
        display: none;
    }

    .mobile-contact-box {
        border-bottom: 1px solid #000;
        border-left: 1px solid #000;
        border-right: 1px solid  #000;
        margin-bottom: -1px !important;
    }
}

@media (max-width: 420px) {
    .responsive-container-box h2 {
        margin: 0;
        font-size: 200%;
    }
}

/**************************************
Responsive Videos
**************************************/
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container-wrapper {
    max-width: 1000px;
    width: 100%;
    left: 0;
    right:0;
    margin:auto;
    }

/**************************************
CZ Styles
**************************************/
.cz-website a {
    text-decoration: underline;
}

.cz-website .navbar .text-right a:last-child:before {
    content: 'MENU';
    margin-left: 20px;
    padding-right: 5px;
}

.cz-website .navbar .text-right a:last-child img {
    display: none;
}

.cz-website .first-level a,
.cz-website .second-level a,
.cz-website .more-link-container a,
.cz-website .search-result-title a,
.cz-website .news-box .header a,
.cz-website nav.navbar a,
.cz-website .countryselection a,
.cz-website .langmenu a {
    text-decoration: none;
}

.cz-website .search-results-products .tx-indexedsearch-title a {
    width: calc(100% - 310px);
}

@media (max-width: 767px) {
    .cz-website .navbar .text-right a:last-child:before {
        margin-left: 5px;
    }

    .cz-website .search-results-products .tx-indexedsearch-title a {
        width: 100%;
        display: block;
    }

    .cz-website .tx-indexedsearch-title .ons-number {
        display: block;
        float: none;
        margin-top: 4px;
    }

    .cz-website .search-expander-toggle {
        top: 30%;
    }
}

/* COVID-19 Information */
.frame-layout-4 {
    font-size: 14px;
    margin: 10px -10px 0;
    padding: 15px 15px 10px;
    background: rgba(230, 231, 233, 0.80);
    display: none;
    position: relative;
}

.frame-layout-4 a {
    text-decoration: underline;
}

.negate .frame-layout-4,
.negate .frame-layout-4 a {
    color: #111;
}

.frame-layout-4 .btn-dismiss{
    content: '';
    width: 15px;
    height: 15px;
    position: absolute;
    right: 15px;
    top: 48%;
    transform: translateY(-50%);
    cursor: pointer;
    background: url('../img/x_button.svg');
    background-size: contain;
}

@media (max-width: 767px) {
    .frame-layout-4 {
        padding-right: 50px;
    }

    .frame-layout-4 .btn-dismiss{
        top: 15px;
        transform: translateY(0);
    }
}

/* COVID-19 Product page */
.ce-table-covid-table {
    font-size: 15px;
}

.ce-table-covid-table th {
    vertical-align: bottom;
    padding: 10px;
    border-bottom: 3px solid;
}

.ce-table-covid-table tbody td {
    vertical-align: top;
    padding: 10px;
}

.ce-table-covid-table tbody tr {
    border-bottom: 1px solid;
}

.ce-table-covid-table tbody tr > td:nth-of-type(1) {
    font-weight: bold;
    background: #eee;
}

@media (max-width: 767px) {
    #c107604 {
        overflow-x: scroll;
    }

    .ce-table-covid-table {
        min-width: 750px;
    }
}

/* employee slider start */

.employee-slider-item img {
    width: 100%;
    height: auto;
}

.employee-slider-item {
    position: relative;
}

.employee-text {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(255,255,255,.5);
    padding: 5px 15px;
}

.employee-slider {
    max-width: 600px;
    margin: 0 auto 30px;
}

/*.first-slide-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding: 30px 100px;
}

.first-slide-text p {
    margin: 0;
    font-size: 40px;
} 

.first-slide-text h2 {
    font-size: 65px;
    margin: 40px 0 80px;
}*/

.employee-text p {
    font-size: 20px;
    margin: 0;
}

/*@media (min-width: 1500px) {
    .first-slide-text h2 {
        font-size: 50px;
        margin: 40px 0 70px;
    }

    .first-slide-text p {
        margin: 0;
        font-size: 30px;
    } 
}*/

/*@media (max-width: 1499px) {
    .first-slide-text h2 {
        font-size: 40px;
        margin: 35px 0 60px;
    }

    .first-slide-text p {
        margin: 0;
        font-size: 25px;
    } 
}*/

/*@media (max-width: 767px) {
    .first-slide-text h2 {
        font-size: 16px;
        margin: 5px 0 15px;
    }

    .first-slide-text p {
        margin: 0;
        font-size: 14px;
    } 

    .first-slide-text {
        padding: 30px 50px;
    }
}*/

@media screen and (max-width: 767px) {
    .employee-text {
        top: 15px;
        left: 15px;
        padding: 5px;
    }

    .employee-text p {
        font-size: 13px;
    }
}

/* employee slider end */

.link-cookie-settings {
    cursor: pointer;
}

/**************************************
IT Styles
**************************************/
.it-website .industry-nav-element.first a {
    border-left: 2px solid #000;
}

.it-website #primary-nav-industry-menu ul li.industry-nav-element:last-child a,
.it-website .industry-nav-links-container .industry-nav-element:last-child a {
    border-left: 10px solid #000;
} 

.it-website .d-flex {
    display: flex;
}

.it-website .overflow-hidden {
    overflow: hidden;
}

.it-website .navbar .logo {
    max-width: 193px;
    display: inline-block;
}

.it-website .navbar .logo-2 {
    display: inline-block;
    height: 30px;
    margin-left: 20px;
    width: auto;        
    vertical-align: bottom;
}

.it-website .oqema-industry-navigation-container .industry-nav .industry-nav-head {
    display: none;
}

@media (min-width: 992px) {
    .it-website .navbar .logo {
        height: auto;
    }
}

@media (max-width: 991px) {
    .it-website .navbar .logo-2 {
        height: 20px;
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .it-website .btn-menu-toggle {
        display: inline-block;
        width: 25px;
        height: 25px;
    }

    .it-website .oqema-industry-navigation-container .industry-nav .industry-nav-head {
        display: block;
    }
}

@media (max-width: 420px) {
    .it-website .navbar .logo {
        height: 15px;
    }
    .it-website .navbar .logo-2 {
        height: 12px;
        margin-left: 10px;
    }
}



/**************************************
FR Styles
**************************************/
.frame-layout-5 {
    display: block;
    width: 100%;
    overflow-x: auto;
}

.frame-layout-5 .contenttable {
    width: 100%;
    margin-bottom: 30px;
    font-size: 22px;
}

.frame-layout-5 .contenttable tbody tr td:nth-of-type(1){
    white-space: nowrap;
}

.frame-layout-5 .contenttable tbody tr td {
    padding: 5px;
    border: 1px solid #111;
}

@media (max-width: 1280px) {
    .frame-layout-5 .contenttable {
        font-size: inherit;
    }
}

.frame-layout-5 .ce-table-cas-table tbody tr td:nth-of-type(2) {
    white-space: nowrap;
}


/**************************************
Product list 
**************************************/
.product-list-wrapper {
    margin-bottom: 30px;
}

.product-list-wrapper hr {
    margin-top: 0;
}

.product-list-element p {
    margin: 0 0 10px;
    color: #666;
    font-size: 22px;
}

.product-list-element .link-product p {
    color: #000;
    display: inline-block;
}

.product-list-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.product-list-element {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
}

@media (max-width: 1450px) {
    .product-list-element {
        -ms-flex: 0 0 50%;
        flex: 0 0 500%;
        max-width: 50%;
    }
}

@media (max-width: 767px) {
    .product-list-element {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .product-list-element p {
        font-size: 14px;
    }
}

/**************************************
Felogin
**************************************/
.tx-felogin-pi1 label {
    font-weight: normal;
}

.tx-felogin-pi1 fieldset {
    margin: 20px 0;
}

.tx-felogin-pi1 fieldset input[type="submit"] {
    background: #fff;
    border: 1px solid #000;
    margin-top: 20px;
    outline: 0;
}

.tx-felogin-pi1 fieldset input[type="submit"]:hover {
    background: #eee;
}

.tx-felogin-pi1 input[name="user"],
.tx-felogin-pi1 input[name="pass"] {
    font-size: 24px;
    padding: 5px 10px;
    margin-bottom: 10px;
}

.tx-felogin-pi1 input[name="pass"] {
    margin-bottom: 0;
} 

.form-logout {
    text-align: right;
}

@media (max-width: 1199px) {
    .tx-felogin-pi1 input[name="user"],
    .tx-felogin-pi1 input[name="pass"] {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .tx-felogin-pi1 input[name="user"],
    .tx-felogin-pi1 input[name="pass"] {
        font-size: 14px;
    }
}

/**************************************
DE styles
**************************************/
#page_68  .news-single-img-container .mediaelement-image .img-responsive,
#page_170  .news-single-img-container .mediaelement-image .img-responsive {
    margin: 0 auto;
}

/**************************************
DK styles
**************************************/
.dk-website .d-flex, 
.se-website .d-flex{
    display: flex;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
    .dk-website footer.footer,
    .se-website footer.footer {
        font-size: 19px;
    }
}


/**************************************
ES styles
**************************************/

body.es-website>div>div.container-fluid>div>div.row>div>div.oqema-industry-navigation-container>ul.industry-nav>div.industry-nav-links-container>li.industry-nav-element{
    width: 180px;
    height: 150px;
}



body.es-website div#primary-nav-industry-menu li.industry-nav-element {
    width: 180px;
    height: 150px;   
}

@media screen and (max-width : 600px){
    body.es-website>div>div.container-fluid>div>div.row>div>div.oqema-industry-navigation-container>ul.industry-nav>div.industry-nav-links-container>li.industry-nav-element{
            width: 100%;
            height: auto;
    }
}


@media screen and (min-width: 1280px) {
    body.es-website #primary-nav ul.primary-nav-left {
        height: auto;
    }
}

#page_2502  .news-single-img-container .mediaelement-image .img-responsive,
#page_2483  .news-single-img-container .mediaelement-image .img-responsive {
    margin: 0 auto;
}

#page_2502 .news-single .image-embed-item,
#page_2483 .news-single .image-embed-item {
    max-width: 100%;
    height: auto;
}

@media screen and (max-width: 1399px) and (min-width: 1281px) {
    .es-website[data-locale="es_ES"] #primary-nav > div:nth-of-type(1) {
        width: 20%;
    }
}

@media screen and (max-width: 1118px) and (min-width: 992px) {
    .es-website[data-locale="es_ES"] #primary-nav > div:nth-of-type(1) {
        width: 20%;
    }
}

.es-website h2.primary-title {
    font-size: 22px;
}


/* @media screen and (max-width : 1646px){
    body.es-website>header>div.container>div.row>div>div#c113461>p>span.arrow-beside>span>a{
            margin-left: 0px;
    }
} */

/* juli.O Subpage */
.d-flex-row {
    display: flex;
}

.left-50, .right-50 {
    flex: 0 0 auto;
    width: 50%;
}

.right-50 {
    padding: 30px;
}

.more.route-planner {
    border: 1px solid #000;
    padding: 10px;
}

.more.route-planner:hover,
.more.route-planner:active,
.more.route-planner:focus {
    text-decoration: none;
    background: #aaa;
}

#page_2578 .imagerow {
    display: flex;
    margin: 0 0 10px;
}

#page_2578 .imagerow > div {
    padding: 0 30px;
}

#page_2578 .imagerow > div h2 {
    font-size: 120%;
}

#page_2578 .imagerow > div h3 {
    font-size: 80%;
    margin-top: 15px;
    margin-bottom: 100px;
    text-transform: uppercase;
}

#page_2578 .imagerow > div p {
    font-size: 80%;
    margin-bottom: 10px;
}

#collapsible-115342 {
    margin-bottom: 100px;
}

.julio-anchor {
    position: relative;
    top: -20px;
}

#c115333 p {
    font-size: 90%;
}

@media screen and (max-width: 767px) {
    .left-50, .right-50 {
        width: 100%;
    }

    .julio-icon {
        max-width: 150px;
    }

    .d-flex-row {
        display: flex;
        flex-direction: column;
    }

    #page_2578 .imagerow > div:nth-of-type(2) {
        display: none;
    }

    #page_2578 .imagerow {
        flex-direction: column;
    }

    #page_2578 .imagerow > div h3 {
        margin-bottom: 50px;
    }
}
/* juli.O Subpage */

/* Lightbox */
.lightbox-bg-cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  display: none;
  opacity: 0;
  transition: opacity 400ms linear; }
  .lightbox-bg-cover.in {
    opacity: 1; }
  .lightbox-bg-cover .product-lightbox-wrapper {
    position: absolute;
    left: 25%;
    background: #fff;
    z-index: 110;
    width: 50%;
    padding: 15px; }
    @media (max-width: 1199px) {
      .lightbox-bg-cover .product-lightbox-wrapper {
        width: 75%;
        left: 12.5%; } }
    @media (max-width: 767px) {
      .lightbox-bg-cover .product-lightbox-wrapper {
        width: calc(100% - 20px);
        left: 10px;
        padding: 5px; } }
    .lightbox-bg-cover .product-lightbox-wrapper .product-lightbox-container {
      position: relative; }
      .lightbox-bg-cover .product-lightbox-wrapper .product-lightbox-container .btn-close-lightbox {
        background: #ccc;
        width: 20px;
        height: 20px;
        border: 0;
        outline: 0;
        position: absolute;
        top: 15px;
        right: 15px;
        background: url("../img/icons/icon_close.svg");
        background-repeat: no-repeat;
        background-position: center;
        overflow: hidden; }
      .lightbox-bg-cover .product-lightbox-wrapper .product-lightbox-container .product-lightbox-content {
        padding: 15px; }
        .lightbox-bg-cover .product-lightbox-wrapper .product-lightbox-container .product-lightbox-content .product-info {
          font-size: 18px;
          line-height: 1.8; }
        .lightbox-bg-cover .product-lightbox-wrapper .product-lightbox-container .product-lightbox-content .product-name {
          font-weight: bold;
          margin: 0 0 15px;
          font-size: 26px; }
        .lightbox-bg-cover .product-lightbox-wrapper .product-lightbox-container .product-lightbox-content .product-description {
          margin: 20px 0; }
          .lightbox-bg-cover .product-lightbox-wrapper .product-lightbox-container .product-lightbox-content .product-description ul {
            padding: 0 0 0 20px; }
        .lightbox-bg-cover .product-lightbox-wrapper .product-lightbox-container .product-lightbox-content .product-contact {
          text-align: center;
          max-width: 230px;
          margin: 40px auto 10px; }
          @media (max-width: 767px) {
            .lightbox-bg-cover .product-lightbox-wrapper .product-lightbox-container .product-lightbox-content .product-contact {
              font-size: 13px; } }
          .lightbox-bg-cover .product-lightbox-wrapper .product-lightbox-container .product-lightbox-content .product-contact .icon-mail {
            max-width: 80px;
            margin-bottom: 20px; }
        .lightbox-bg-cover .product-lightbox-wrapper .product-lightbox-container .product-lightbox-content .btn-more-information-container {
          display: none; }
/* Lightbox */

#page_68 #c440 img, #page_170 #c4882 img {
    width: auto;
    max-width: 800px;
}


@media screen and (max-width: 767px) {
	#page_68 #c440 img, #page_170 #c4882 img{
		width:100% !important;
	}
	
}

/* Watertreament Product Groups */
.watertreatment-product-groups {
    column-count: 2;
    column-gap: 20px;
    margin-top: 2.2em;
}

#c5005 p {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    #c107567 > div:nth-of-type(2) {
        display: none;
    }
}

/*#c123111, #c123112 {
    display: none;
}*/
/* Watertreament Product Groups */

.o9-3 {
    padding: 2% 4% 1%;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 991px) {
    .dk-website .imagerow.d-flex,
    .se-website .imagerow.d-flex {
        margin-right: 0;
        margin-left: 0;
    }
}