
:root {
    --main-color: #00005a;
    --white: #fff;
    --black: #000;
    --magenta: #f50082;
    --link-color: #0099ff;
    --light-grey: #e9e9e7;
    --dark-grey: #4c4d4e;
    --base-grey: #8e8e8e;
    --border-grey: #d6d6d6;
    --body-grey: #fff;
}

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: var(--body-grey);
}

section#topcontent > section.innerwrapper.clearfix:before {
    display: none !important;
}

section#topcontent > section.innerwrapper.clearfix {
    width: 100%;
    max-width: 100%;
    padding: 0;
    background-color: var(--body-grey);
    z-index: 1;
}

body.landingpage section#topcontent > section.innerwrapper.clearfix {
    width: 100%;
    max-width: 100%;
    background-color: var(--body-grey);
}

body.landingpage .csc-frame-default p {
    width: 75%;
    margin-top: 10px;
    font-family: 'Arial', sans-serif;
    line-height: 2;
}

body.landingpage .csc-default p {
    width: calc(100% - 40px);
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: justify;
}
#mainContentFilter {
    min-height: 17px;
}
body.landingpage .frame-type-text p {
    margin-top: 10px;
}

#standardcountry-text-box h2 {
    margin: 0 0 8px;
    font-size: 19px;
    text-transform: uppercase;
    padding-top: 23px;
}
.countryPageInner .tau-product-group {
    margin-left: 0;
}
.ce-bodytext ul li , .frame-type-text ul li{
    font-size: 16px;
    line-height: 2;
/*    padding-bottom: 20px;*/
}

div#c820.csc-frame-default {
    margin-bottom: 0;
}

/* FIX FOR KEY BRANDS BOTTOM DIV */

div#c820.csc-default {
    margin-bottom: 0;
}

/* FIX FOR KEY BRANDS BOTTOM DIV */

section#topcontent > section.innerwrapper.clearfix #content {
    float: none;
}

.bsn-container {
    max-width: 1294px;
    width: 100%;
    margin: 0 auto;
}

#mainContent {
    background-color: var(--white);
}

#mainHeader .blueHR {
    display: none;
}

#headerpic {
    height: 50px;
    width: 100%;
    display: flex;
    top: -50px;
    z-index: -1;
}

#breadcrumb, #breadcrumb a {
    color: #ffffff;
    font-size: 15px;
}

#breadcrumb {
    height: 80px;
    width: 100%;
    padding-top: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: rgba(255, 255, 255, 0.3);
}

#headerLeft {
    float: left;
    margin-top: 15px;
    width: 173px;
}

.flex-row {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.justify-content-end {
    justify-content: flex-end;
}

.flex-col {
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.top-content-right-col {
    width: 5%;
    margin-right: 10px;;
}

/* General styling */
/** {*/
/*    box-sizing: border-box;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    font-family: sans-serif;*/
/*}*/
.bsn-nav ul {
    list-style-type: none;
}

.bsn-nav a {
    color: var(--main-color);
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}

.bsn-nav.mega-menu {
    height: 80px;
    display: flex;
    align-items: center;
    background-color: var(--white);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.bsn-nav .brand-img {
    max-width: 300px;
    width: 100%;
}

.bsn-nav .brand-img.mobile {
    display: block;
    padding-left: 5px;
}

.bsn-nav .brand-img.desktop {
    display: none;
}

.bsn-nav img {
    max-width: 60%;
}

.menu {
    background-color: var(--white);
}

.menu li {
    padding: 20px 15px;
    border-bottom: 1px solid transparent;
}

.menu-icon {
    color: white;
    margin-left: 10px;
    font-size: 14px;
}

.menu li.active a {
    color: var(--magenta)
}

.menu li.active .submenu a {
    color: var(--main-color)
}

.menu li.active .submenu a:hover {
    color: var(--magenta)
}

/* Flexbox rules */
.menu {
    display: none;
    align-items: center;
    text-align: center;
    max-width: 1293px;
    width: 50%;
    min-width: 300px;
    height: 100vh;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
    background-color: var(--white);
    /*position: relative;*/
}

.menu li.brand-list {
    padding-left: 0;
    /*padding-right: 4rem;*/
    flex-grow: 1;
}

.menu-item > a {
    line-height: 2;
}

.menu-cross-item {
    display: block;
}

.menu-cross-item img.menu-cross {
    max-width: 25px;
    position: fixed;
    right: 30px;
    top: 66px;
    z-index: 9999;
}

/*submenu*/
.submenu {
    min-width: 100%;
    height: calc(100vh - 185px);
    overflow: scroll;
    position: absolute;
    top: 0;
    left: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: var(--white);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}



.submenu-item {
    padding: 15px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.submenu-item .back-item {
    display: block;
    position: absolute;
    top: 70px;
}

.submenu-item .back-item .back:before {
    content: url('/fileadmin/layout_new/images/new-images/icons/left-arrow-01.svg');
    padding: 5px;
}

.submenu-top {
    display: block;
    justify-content: space-evenly;
    position: relative;
    top: 8rem;
}

.submenu-bottom {
    display: flex;
}
.submenu-bottom-item {
    flex: 1;
}

.menu li.submenu-top-item:first-child {
    padding-top: 0;
}



/* Submenu general styling second level */

.submenu-top li {
    padding: 20px 0;
    line-height: 2;
}

.submenu-top-item {
    max-width: 100%;
}

/*.submenu .submenu-top-item:first-child .submenu-title {*/
/*    font-weight: bold;*/
/*}*/

.submenu .submenu-title {
    font-weight: bold;
}

.submenu .submenu-title:hover {
    text-decoration: none;
}

.menu .submenu-top-item:after {
    content: none;
}



/*third level*/

.menu .submenu-list {
    margin: 25px 0 0;
}

.menu .submenu-list li {
    padding: 10px 0;
    border-bottom: 0;
}

.menu .submenu-list li:hover {
    border-bottom: 0;
}

.menu .submenu-list li:first-child {
    padding-top: 0;
}

.bsn-nav .menu .submenu-list li a {
    font-weight: normal;
}






.menu li:first-child {
    padding-top: 35px;
}

.menu li:after {
    content: url("/fileadmin/layout_new/images/new-images/icons/right-arrow.svg");
    padding: 5px;
}

.menu li.menu-cross-item:after, .menu li.brand-list:after, .menu li.submenu-item:after {
    content: none;
    padding: inherit;
}

.menu li.submenu-item:first-child {
    padding-top: initial;
}


/*topheader*/
.bsn-top .top-menu {
    display: flex;
    padding-left: 5px;
    list-style-type: none;
    /*justify-content: space-between;*/
}

#mainHeader .mobile-icon {
    display: block;
}

.bsn-top .top-menu li {
    padding-right: 5px;
}

.bsn-top .top-menu li a {
    text-decoration: none;
}

.bsn-top .top-menu li a {
    text-decoration: none;
    white-space: nowrap;
    font-size: 9px;
}

.bsn-top .top-menu li a:hover {
    color: var(--magenta);
}

.bsn-top .top-row {
    max-width: 1293px;
    margin: auto;
    min-height: 38px;
    align-items: center;
}

.bsn-top .top-menu a {
    color: var(--white);
}

.bsn-top .dropdown-row {
    justify-content: flex-end;
}

.bsn-top .dropdown-row .dropdown {
    margin-right: 5px;
}

.bsn-top .dropdown-row .dropdown-s {
    margin-right: 20px;
}

.bsn-top #language_menu {
    font-family: "HelveticaNeueMdCn",sans-serif;
    position: relative;
    display: flex;
    list-style-type: none;
}

.bsn-top #language_menu li {
    margin: 9px 5px 0;
    font-size: 11px;
    line-height: 22px;
    color: var(--white);
    position: relative;
}

.bsn-top #language_menu li+li:before {
    content: '|';
    display: block;
    position: absolute;
    left: -6px;
}

.bsn-top #language_menu img {
    height: auto;
    width: auto;
}

.bsn-top #language_menu a {
    font-size: 11px;
    line-height: 22px;
    text-decoration: none;
    white-space: nowrap;
    color: var(--white);
}

.bsn-top #language_menu a:hover {
    color: var(--magenta);
}

@media all and (min-width: 340px) {
    .bsn-top .top-menu li a {
        font-size: 11px;
    }

    .bsn-nav img {
        max-width: 80%;
    }
}

.sb-open-left.nav-close-btn {
    background: url("/fileadmin/layout_new/images/new-images/icons/close-icon.svg") no-repeat scroll transparent;
    background-size: 20px !important;
    background-position: center 13px;
    top: 40px;
    padding: 25px 40px;
    right: 0;
    position: absolute;
}

.sb-open-left {
    background: url("/fileadmin/layout_new/images/new-images/icons/ham-icon.svg") no-repeat scroll transparent;
    background-position: center 21px;
    top: 40px;
    padding: 25px 40px;
    right: 0;
    position: absolute;
}

.landingpage #mainHeader .breadcrumb-wrapper {
    display: none;
}

#mainHeader .breadcrumb-wrapper {
    background-color: var(--white);
    height: 34px;
    border-top: 1px solid var(--border-grey);
}

#mainHeader .new-breadcrumps {
    max-width: 1293px;
    margin: auto;
}

#mainHeader .new-breadcrumps ul {
    list-style-type: none;
    display: flex;
    height: 34px;
    align-items: center;
    padding-left: 5px;
}

#mainHeader .new-breadcrumps ul li {
    padding-right: 10px;
}

#mainHeader .new-breadcrumps ul li a {
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'Arial', sans-serif;
    font-size: 13px;
}

#mainHeader .new-breadcrumps span.breadcrumb-arrow {
    margin-left: 5px;
    width: 10px;
}

#mainHeader .new-breadcrumps>ul>li:last-child span.breadcrumb-arrow {
    display: none;
}

@media all and (min-width: 998px) {
    #mainHeader .new-breadcrumps ul {
        padding-left: 0;
    }

    .menu .submenu-list li {
        padding: 0;
        border-bottom: 0;
    }

    .menu .submenu-list li:hover {
        border-bottom: 0;
        padding: 0;
    }

    .submenu-item .back-item {
        display: none;
    }

    #mainHeader .mobile-icon {
        display: none;
    }

    .bsn-top .top-menu>li {
        padding-right: 20px;
    }

    .bsn-top .top-menu li a {
        font-size: 12px;
    }

    .bsn-top .top-menu>li>ul {
        display: none;
    }

    .bsn-top #language_menu li {
        margin: 8px 10px 0;
        font-size: 12px;
        line-height: 24px;
    }

    .bsn-top #language_menu li+li:before {
        left: -10.5px;
    }

    .bsn-top #language_menu a {
        font-size: 12px;
        line-height: 24px;
    }

    .bsn-nav img {
        max-width: 100%;
    }

    .menu {
        display: inherit;
    }

    .menu li:first-child {
        padding-top: 1rem;
    }

    .menu .submenu-list {
        margin: 10px 0;
    }

    .menu li:hover {
        border-bottom: 1px solid var(--main-color);
        padding-bottom: 21px;
        padding-top: 21px;
    }

    .menu li.brand-list:hover {
        border-bottom: 1px solid transparent;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .menu li.submenu-top-item:hover {
        border-bottom: 0;
        padding-bottom: 0;
        padding-top: 0;
    }

    .menu li.submenu-item:hover {
        border-bottom: 0;
        padding-bottom: 0;
        padding-top: 0;
    }

    .menu li:after {
        content: none;
        padding: 0;
    }

    .menu li {
        padding: 21px 10px;
    }

    .menu-cross-item {
        display: none;
    }

    .bsn-nav .brand-img.mobile {
        display: none;
    }

    .bsn-nav .brand-img.desktop {
        display: block;
    }

    .menu {
        display: flex !important;
        width: 100%;
        max-width: 1293px;
        margin: 10px auto;
        height: 80px;
        overflow: hidden;
        position: static;
        top: 125px;
        display: -webkit-flex;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

    .submenu-top>li {
        padding: 0 15px;
    }

    .menu li.submenu-top-item:first-child {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 0;
        padding-left: 0;
    }

    .submenu {
        width: 100%;
        min-width: initial;
        top: 110px;
        height: auto;
        overflow: hidden;
        left: 0;
        right: 0;
        display: block;
        flex-direction: column;
    }

    .submenu-top {
        display: flex;
        justify-content: flex-start;
        max-width: 1293px;
        width: 100%;
        margin: auto;
        top: inherit;
    }

    .submenu-top-item {
        max-width: 33.333%;
    }
}

@media all and (min-width: 1200px){
    .submenu-top li {
        padding: 1rem 0;
    }

    .menu li {
        padding: 0 20px;
    }

}


@media all and (min-width: 1440px){
    .menu li {
        padding: 0 20px;
    }

    .bsn-nav a {
        font-size: 16px;
    }
}

/* Submenu: Thumbnail list */
.thumb-list .submenu-list > li {
    display: flex;
    align-items: center;
}
.submenu-thumbnail {
    margin-right: 10px;
}

/* Submenu: Description list */
.desc-list .submenu-list > li {
    display: flex;
    flex-direction: column;
}

.submenu-desc {
    margin-top: 10px;
    color: #555;
}

/* Submenu: Icon list */
.submenu-icon {
    width: 32px;
}

/* Submenu bottom */
.submenu-bottom-title {
    padding-left: 10px;
}
.submenu-bottom figcaption {
    margin-top: 5px;
    font-weight: bold;
}
.submenu-bottom a:hover {
    text-decoration: none;
}

/* mega menu hover rule*/
.submenu {
    display: none;
}
/*.menu-item:hover .submenu {*/
/*    display: flex;*/
/*    !*background-color: var(--main-color);*!*/
/*}*/

@media all and (min-width: 720px) {
    .flex-col {
        flex-direction: row;
    }
}

.bsn-top {
    background-color: var(--main-color);
    min-height: 38px;
}

@media all and (max-width: 500px) {
    .top-content-right-col {
        width: 25%;
    }
}

@media all and (max-width: 762px) {
    #headerRight {
        /*padding: 20px 0;*/
        padding: 0;
    }

    #headerRight .flex-col {
        flex-direction: row;
    }

}


#headerRight {
    margin: 0 auto;
    position: relative;
    z-index: 999;
    min-height: 32px;
    height: 100%;
    align-items: center;
    max-width: 1294px;
    max-height: 25px;
}


.top-menu-shadow {
    background: none repeat scroll 0 0 / 75% auto #fff;
    border-radius: 250px / 12px;
    box-shadow: 0 7px 12px rgba(0, 0, 0, 0.6);
    height: 25px;
    left: 10px;
    margin: 0 auto;
    position: relative;
    right: 10px;
    width: 75%;
}

#headerNavigation {
    color: var(--white);
    font-size: 14px;
    height: 100%;
    position: relative;
    z-index: 999;
    font-family: 'Arial', sans-serif;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.blue-divider {
    text-align: center;
}

.dropdown-content {
    position: absolute;
    display: none;
    background-color: var(--white);
    max-width: 285px;
    min-width: 285px;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 999999;
    right: 0;
    top: 35px;
    overflow-y: scroll;
    max-height: 60vh;
}

@media all and (max-width: 400px) {
    .dropdown-content {
        min-width: 250px;
        right: -10px;
        top: 31px;
    }
}

#topcontent .dropdown-content a {
    font-size: 16px;
    margin: 5px 0;
    padding: 15px 35px !important;
}

#topcontent .dropdown-content a:hover {
    background-color: var(--light-grey);
}

#headerNavigation a {
    color: var(--white);
    margin: 0 3px;
    text-decoration: none;
    font-size: 9px;
    white-space: nowrap;
}

@media all and (min-width: 768px) {
    #headerNavigation a {
        font-size: 13px;
        margin: 0 10px;
        white-space: nowrap;
    }
}

#headerNavigation a:hover {
    text-decoration: underline;
    color: var(--magenta);
}


/*#topnavigation {*/
/*    color: #898e94;*/
/*    font-size: 14px;*/
/*    left: 208px;*/
/*    position: relative;*/
/*    width: 1297px;*/
/*    top: 3px;*/
/*    z-index: 100;*/
/*    font-family: 'Open Sans', sans-serif;*/
/*    letter-spacing: 0.2px;*/
/*}*/

#topnavigation div {
    height: 27px;
}

#topnavigation ul {
    list-style-type: none;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}

#topnavigation ul li {
    float: left;
    padding: 50px 15px 5px 15px;
    position: relative;
    color: #484848;
    letter-spacing: -1px;
    font-family: 'Open Sans', sans-serif;
    min-height: 55px;
}

@media all and (min-width: 1025px) {
    #topnavigation > div > ul li:hover:after {
        content: "";
        bottom: 35px;
        position: absolute;
        margin: auto;
        padding: 40%;
        border-bottom: 1px solid var(--main-color);
    }

    #topnavigation > div > ul li.border-none:hover:after {
        border-bottom: 0;
        padding: 0;
        position: relative;
    }

    #topnavigation ul li.border-none {
        min-height: auto;
    }
}


#topnavigation > div > ul > li.tabMenuItem:hover {
    border-bottom: 0;
}


/*#topnavigation > div > ul > li:hover {*/
/*    border-bottom: 1px solid var(--main-color);*/
/*}*/

#topnavigation ul li.active {
    font-weight: normal;
}

#topnavigation ul li.active a {
    color: var(--magenta);
}

.activprev-hover {
    background: none !important;
}

#topnavigation ul li.last {
    background: none;
}

#topnavigation ul ul li.active.last {
    background: none repeat scroll 0 0 transparent;
}

#topnavigation ul li:hover ul {
    display: block;
    margin-top: 1.5rem;
}

#topnavigation ul li:hover ul ul {
    display: none;
}

#topnavigation ul li:hover ul li:hover ul {
    display: block;
}

#topnavigation ul ul {
    background: none repeat-y scroll 0 0 #FFFFFF;
    display: none;
    font-size: 12px;
    font-weight: normal !important;
    left: 0;
    padding: 4px;
    position: absolute;
    top: 85px;
    max-width: 210px;
    border: none;
    /*-webkit-box-shadow: 0px 0px 10px 0px rgba(124, 134, 153, 0.24);*/
    /*-moz-box-shadow: 0px 0px 10px 0px rgba(124, 134, 153, 0.24);*/
    /*box-shadow: 0px 0px 10px 0px rgba(124, 134, 153, 0.24);*/
    /*border-radius: 0px 9px 9px 9px;*/
    /*-webkit-border-radius: 0px 9px 9px 9px;*/
    /*-moz-border-radius: 0px 9px 9px 9px;*/
}

#topnavigation ul ul {
    padding: 8px 0 0 0;
    z-index: -1;
    text-transform: none;
}

#topnavigation ul ul li {
    background-image: none;
    display: block;
    float: none;
    height: 21px;
}

#topnavigation ul ul li {
    height: auto;
    padding-bottom: 7px !important;
    padding-top: 7px !important;
}

#topnavigation ul ul li.last {
    padding-bottom: 15px !important;
}

#topnavigation ul ul li:last-child:hover {
    border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
}

#topnavigation ul ul li:active {
    background: #F8F9FA;
    border: 1px solid #dee0e3;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(124, 134, 153, 0.24);
    -moz-box-shadow: 0px 1px 2px 0px rgba(124, 134, 153, 0.24);
    box-shadow: 0px 1px 2px 0px rgba(124, 134, 153, 0.24);
    background-image: -ms-linear-gradient(top, #FFFFFF 0%, #F8F9FA 95%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(top, #FFFFFF 0%, #F8F9FA 95%, #FFFFFF 100%);
    background-image: -o-linear-gradient(top, #FFFFFF 0%, #F8F9FA 95%, #FFFFFF 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(0.95, #F8F9FA), color-stop(1, #FFFFFF));
    background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #F8F9FA 95%, #FFFFFF 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #F8F9FA 95%, #FFFFFF 100%);
}


#topnavigation ul ul ul li {
    border: none;
}

#topnavigation ul ul ul li:hover {
    background: white;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: none;
}

/*#topnavigation ul ul ul li:last-child:hover {*/
/*    border-radius: 0px 0px 10px 10px;*/
/*    -webkit-border-radius: 0px 0px 10px 10px;*/
/*    padding: 15px;*/
/*}*/

#topnavigation a {
    color: var(--main-color);
    display: block;
    font-size: 15px;
    height: 27px;
    line-height: 2;
    text-decoration: none;
    width: 100%;
    letter-spacing: 0.2px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

@media all and (min-width: 992px) {
    #topnavigation a {
        color: var(--main-color);
        display: block;
        font-size: 16px;
        height: 27px;
        line-height: 2;
        text-decoration: none;
        width: 100%;
        letter-spacing: 0.2px;
        font-weight: bold;
    }
}

#topnavigation a sup {
    font-size: 10px;
}

#topnavigation ul ul a {
    color: var(--main-color);
    font-weight: normal;
    height: auto;
    line-height: 17px;
    min-width: 124px;
    padding-left: 13px;
}

#topnavigation ul ul a:hover {
    color: var(--magenta);
}


#topnavigation ul li.active .thirdlevel li a {
    color: var(--magenta);
    font-weight: normal;
}

#topnavigation ul ul li.active {
    background: none repeat scroll 0 0 transparent;
}

#topnavigation ul ul li.active a {
    color: var(--magenta);
}


#topnavigation ul li.active .thirdlevel li.active a {
    color: #9e9e9e !important;
}

#topnavigation ul li.active li a {
    color: var(--main-color) !important;
    font-family: 'Arial', sans-serif;
}

#topnavigation ul li.active li a:hover {
    color: var(--magenta) !important;
}


#topnavigation ul li.active li.active a {
    font-weight: normal;
    font-family: 'Arial', sans-serif;
}

#topnavigation ul li.active .thirdlevel li a {
    font-family: 'Arial', sans-serif;
    font-weight: normal;
}

#topnavigation ul:hover li.active li:last-child:hover {
    border-radius: 0px 0px 10px 10px;
    -webkit-border-radius: 0px 0px 10px 10px;
}

#topnavigation .thirdlevel {
    left: 209px;
    top: -5px;
    z-index: -1;
}

@media only screen and (min-width: 1024px) {
    #topNavigationDiv div > ul {
        display: flex !important;
        justify-content: flex-end;
    }

    #topnavigation ul li {
        padding: 40px 20px 35px 20px;
    }

    #topnavigation .thirdlevel {
        left: 0;
        top: -5px;
        z-index: 9999;
        position: relative;
        height: 50px;
    }
}

@media only screen and (min-width: 1200px) {
    #topnavigation ul li {
        padding: 45px 20px 30px 20px;
    }
}

/*#countrySite_dropdownmenue{*/
/*    background-color: none !important;*/
/*    border: none !important;*/
/*    color: #949494;*/
/*    height: 18px;*/
/*    right: -10px;*/
/*    margin: 0 0 0 19px;*/
/*    overflow: hidden;*/
/*    position: absolute;*/
/*    padding: 0 0 0 0;*/
/*    top: 3px;*/
/*    -webkit-box-shadow: none;*/
/*    -moz-box-shadow: none;*/
/*    box-shadow: none;*/
/*    width: 160px;*/
/*    z-index: 1200;*/
/*    font-family: 'Arial', sans-serif;*/
/*}*/

#countrySite_dropdownmenue a, #countrySite_dropdownmenue span {
    padding: 1px 0 0 32px !important;
}

#c694 h1 {
    margin-left: 252px;
    color: #8c6845;
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

div#mainpicdesktop {
    background: url("../Images/steve-brown-gr-portrait.png") no-repeat scroll 0 0;
    height: 560px;
    width: 662px;
    display: block;
    top: -510px;
}

#mainpic {
    height: 510px;
    margin: 0;
    position: relative;
    top: -390px;
    z-index: 0;
}

#mainpic #mainpicdesktop {
    display: block !important;
}

#mainpic img {
    display: none;
}

section#footercontent {
    position: relative;
    top: 0px;
    z-index: -1;
    padding: 48px 0 60px;
    margin-top: 92px;
}

section#footercontent b, section#footercontent strong {
    font-weight: normal;
}


#essityFooter ul {
    list-style: none;
    padding-left: 0;
}

#essityFooter {
    background-color: var(--main-color);
    color: white;
    line-height: 1.5;
}

#essityFooter li {
    padding-bottom: 1rem;
    line-height: 1.5 !important;
}

#essityFooter .ft-legal ul li {
    padding-bottom: 1rem;
}

#essityFooter a, #essityFooter p {
    text-decoration: none;
    color: white;
    font-size: 16px;
    padding: 0;
    line-height: 2;
}

#essityFooter a:hover {
    text-decoration: underline;
}

#essityFooter .ft-title,
#essityFooter .ft-main-item>div h1,
#essityFooter .ft-main-item>div>h2.first-header {
    color: white !important;
    font-size: 16px;
    padding-top: 2.625rem;
    padding-bottom: 1.625rem;
    font-weight: bold;
    font-family: 'Arial', sans-serif !important;
    text-transform: none;
    margin-bottom: 7px;
}

/* Sticks footer to bottom */
#essityFooter {
    display: flex;
    flex-direction: column;
}


/* Footer main */
#essityFooter .ft-main {
    padding: 1.25rem 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff38;
}

#essityFooter .ft-main-item {
    padding: 1.25rem 1rem;
    min-width: 12.5rem;
}

/* Footer legal */
#essityFooter .ft-legal {
    padding: 0.9375rem 0.7rem;
    max-width: 1294px;
    margin: auto;
    width: 100%;
}

#essityFooter .ft-legal-list {
    width: 100%;
    display: block;
    flex-wrap: wrap;
    padding-top: 3rem;
}

#essityFooter .ft-legal-list li a {
    font-size: 14px;
}

#essityFooter .ft-legal-list li {
    margin: 0.125rem 0.625rem;
    white-space: nowrap;
}

/* one before the last child */
#essityFooter .ft-legal-list li:nth-last-child(2) {
    flex: 1;
}

@media only screen and (min-width: 48rem /* 768px */
) {
    #essityFooter .ft-legal-list {
        display: flex;
    }

    #essityFooter .ft-legal ul li {
        padding-bottom: 0;
    }

    #essityFooter .ft-main {
        border-bottom: none;
    }

    #essityFooter .ft-legal-list {
        padding-top: 0;
    }
}

@media only screen and (min-width: 56.25rem /* 900px */
) {
    #essityFooter .ft-main {
        flex-wrap: nowrap;
    }
}

@media only screen and (min-width: 77.5rem /* 1240px */
) {
    #essityFooter .ft-main {
        max-width: 1200px;
        width: 100%;
        margin: auto;
    }
    #essityFooter .ft-main-item {
        padding: 1.25rem 0;
    }

    #essityFooter .ft-legal {
        padding: 0.9375rem 0;
    }

    #essityFooter .ft-legal ul li {
        margin-left: 0;
    }
}

@media only screen and (min-width: 90rem /* 1440px */
) {
    #essityFooter .ft-main {
        max-width: 1294px;
        width: 100%;
        margin: auto;
    }
}

#c167 h2 {
    padding: 23px 0 0px 0px;
}
.csc-frame-default, .frame-default {
    margin-bottom: 10px;
    display: inline;
    float: none !important;
}

.csc-default {
    margin-bottom: 10px;
}

#standardcountry-text-box h1 {
    color: var(--main-color);
    /*text-transform: uppercase;*/
    font-family: "Arial", sans-serif;
    font-weight: 300;
    font-size: 2.9em;
}


.breadcrumb {
    position: absolute;
    top: 6.5rem !important;
    left: 0;
    right: 0;
    width: 1294px;
    height: 0;
    margin: 0 auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    color: #fff;
}

#topcontent .breadcrumb {
    top: 6.5rem !important;
    height: 0;
    position: absolute;
    z-index: 99999;
    left: 7px;
}

.breadcrumb ul {
    margin-top: 17px;
    margin-left: 0;
}

.breadcrumb ul li {
    color: var(--main-color);
    display: inline;
    list-style-type: none;
    margin-right: 10px;
}

span.breadcrumb-arrow {
    margin-left: 5px;
}

.breadcrumb ul li a {
    color: var(--main-color);
    text-decoration: none;
    text-transform: capitalize;
    font-family: 'Arial', sans-serif;
    font-size: 13px;
}

.brand:last-child a {
    border-right: 0;
}


/* SITEMAP CSS JULE */

ul.deep0 li a {
    font-size: 18px;
    text-decoration: none;
    color: var(--main-color);
}

ul.list.deep2 {
    text-transform: capitalize;
}

ul.list.deep1 {
    text-transform: capitalize;
}

li.item.deep0.lastWeek {
    text-transform: uppercase;
    list-style: none;
}

li.item.deep0.lastDay {
    text-transform: uppercase;
    list-style: none;
}

ul.list.deep0 {
    text-transform: uppercase;
    list-style: none;
}

li.list.deep0.first.lastMonth {
    list-style: none;
    padding-bottom: 10px;
    padding-left: 10px;
}


li.item.deep1.last2Month {
    border-top: 2px solid #ccc;
    padding: 10px;
}


#content ul.deep1 {
    padding-left: 15px;
    list-style: disc outside none;
    list-style-image: url('../Images/blue-arrow-small.png');
    margin-bottom: 0;
}

ul.list.deep1 li {
    font-size: 35px;
}

ul.list.deep2 li a {
    font-size: 15px;
    text-transform: none !important;
}

ul.list.deep1 li a {
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Arial', sans-serif;
}

li.list.deep2.first.last2Month {
    list-style: none;
}

li.item.deep2.lastMonth {
    list-style: none;
}

li.item.deep2.last2Month {
    list-style: none;
}

li.list.deep2.last.lastMonth {
    list-style: none;
}

li.list.deep2.last.last2Month {
    list-style: none;
}

li.item.deep0.lastMonth {
    list-style: none;
}

li.list.deep0.last.lastMonth {
    list-style: none;
}


/* SEARCH CSS JULE */
.active-content {
    display: block;
}

.none-active-content {
    display: none;
}

#headerRight .top-content-right-col .nav-icon {
    height: 35px;
}

.close-i, .close-lang-selector {
    background-color: white;
}

.nav-icon {
    cursor: pointer;
    min-width: 5px;
    max-width: 20px;
    padding: 8px 5px;
}

@media all and (min-width: 400px) {
    .nav-icon {
        cursor: pointer;
        width: 20px;
    }
}

.searchElement h2 {
    padding-top: 10px;
    text-transform: uppercase;
}

.dropdown-s {
    position: relative;
    display: inline-block;
}

.search-container .search-dropdown .dropdown-content {
    display: block;
}

.search-form {
    margin-bottom: 20px;
}

.search-overlay {
    background-color: white;
    padding: 20px 0 0;
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .4);
}

.search-dropdown .s-dropdown-content {
    width: 100%;
    padding: 12px 16px;
    z-index: 999999;
    left: 0;
    top: 35px;
    right: 0;
    height: 100px;
    background-color: var(--white);
    position: fixed;
}

.landingpage .search-dropdown .s-dropdown-content {
    height: 85px;
}

.search-container {
    background-color: white;
    width: 100%;
    margin: auto;
    height: 60px;
}

.search-container .input-group .form-control, .input-group-addon, .input-group-btn {
    display: table-cell;
}

.search-container .input-group .form-control {
    padding-right: 20px;
}

.search-container .input-group .form-control {
    position: relative;
    z-index: 0;
    padding: 20px 0;
    height: 25px;
    font-size: 16px;
    line-height: 18px;
    border-radius: 0;
    color: #000;
    margin-bottom: 0;
    width: 100%;
    border-bottom: 1px solid var(--main-color);
}

.search-container .input-group .form-control:focus {
    border-bottom: 1px solid var(--magenta);
}

input[type=search] {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-container .form-control, .form-control:focus {
    border: none;
    box-shadow: none;
}

.search-container .form-control {
    width: 100%;
    background-color: #fff;
    background-image: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.search-container .input-group {
    /*display: table;*/
    border-collapse: separate;
}

.search-container .input-group-btn {
    font-size: 0;
    white-space: nowrap;
}

.search-container .input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.search-container .input-group--spacing .input-group-btn:last-child > .btn-group, .input-group--spacing .input-group-btn:last-child > .btn.Button--icon {
    width: auto;
    margin-left: 20px;
    padding: 20px;
}

.search-container .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    padding: 20px 30px;
    height: 35px;
}

.search-form .btn {
    line-height: 15px;
}

.button--primary {
    background-color: #00005a;
    color: #fff !important;
}

.button--primary.active, .button--primary:focus, .button--primary:hover, .button--secondary {
    background-color: #f50082;
    color: #fff;
}

.button--icon {
    font-size: 20px;
}

@media only screen and (min-width: 992px) {

    .search-overlay {
        padding: 40px 0 0;
    }
}

div#c811 h1 {
    text-transform: uppercase;

}

#mainContent #c816 {
    float: none;
}

.searchElement p {
    margin-bottom: 20px;

}

.searchElement a {
    color: var(--main-color) !important;
}

li.item.deep0.lastWeek {
    border-top: 32px solid #ccc;
    padding: 10px;
    width: 300px;
}

li.list.deep0.last.lastMonth {
    border-top: 2px solid #ccc;
    padding: 10px;
    width: 300px;
}

li.item.deep0.lastMonth {
    border-top: 2px solid #ccc;
    padding: 10px;
    width: 300px;
}

/*#standardcountry-text-box > .frame-default h1 {
  font-size: 19px;
  margin: 0 0 8px;
  padding: 23px 0 0px 0px;
  text-transform: uppercase;
}*/
#standardcountry-text-box .frame-type-text {
    min-height: 52px;
    display: block;
}


@media screen and (min-width: 750px) and (max-width: 800px) {
    .landingpage .slide-0 .slider-box .inner-box {
        padding-top: 0px;
        margin-top: -30px;
    }

    #topnavigation {
        left: 32%;
        min-width: 400px;
        top: -10px;
        width: 55%;
    }

    #countrySite_dropdownmenue #langselectIcon {margin: 7px 28px 0 0;}
}

@media screen and (max-device-width: 750px) , screen and (max-width: 750px) {

    body.landingpage div#sb-site section#topcontent section.innerwrapper.clearfix section#mainContent.clearfix {
        padding: 0 20px;
    }

    body.landingpage .csc-frame-default p {
        width: 100%;
    }

    body.landingpage .csc-default p {
        width: 100%;
    }

    .csc-textpic-text img {
        display: none;
    }

    .csc-textpic-text img, .footerVideo img {
        margin-bottom: 10px;
        display: none;
    }

    #content-intro-text div.tx-macinasearchbox-pi1 {
        display: none;
    }

    .indented {
        padding-left: 0;
    }

    #mainfootercontent div.footerVideo .csc-textpic-imagewrap {
        padding: 0;
    }

    .csc-textpic-text {
        width: 100%;
    }

    .footerTeaser .white-button {
        position: relative;
        width: 108px;
        margin-top: 9px;
        top: 0;
        left: 0;
    }

    #mainfootercontent .csc-textpic-text {
        width: 100%;
    }

    .footerContact {
        display: block;
    }

    #mainfootercontent div.footerVideo .csc-textpic-imagewrap .csc-textpic-imagerow .csc-textpic-image {
        margin: 0;
        text-align: left;
        width: 100%;
    }

    #mainfootercontent .footerVideo h1 {
        margin: 0;
    }

    .swiper-slide {
        background-repeat: no-repeat;
        background-position: center !important;
        background-size: cover !important;
    }

    .tau-category-sub-section span.tau-text-upper.product-dropdown-displayed a {
        width: 90% !important;
    }

    .tau-category-sub-section span.tau-text-upper a {
        width: 78% !important;
        display: inline-block;
        line-height: 30px !important;
    }

    .tau-tab-content-list iframe {
        width: 100%;
        height: auto;
    }

    .blueHR {
        padding-top: 10px;
        margin-bottom: 10px;
        border-bottom: 2px solid #fff;
        background: none;
    }

    #mainfooter .blueHR:first-child {
        display: none;
    }

    .tau-category-sub-section span.tau-text-upper i.fa {
        line-height: 31px !important;
        vertical-align: top !important;
    }

    .tau-category-sub-section span.tau-text-upper.current {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .tau-category-sub-section.level-1 span.tau-text-upper.current, .tau-category-sub-section.level-2 span.tau-text-upper.current, .tau-category-sub-section.level-3 span.tau-text-upper.current, .tau-category-sub-section.level-4 span.tau-text-upper.current {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .tau-product-box-header .tau-triangle-to-bot.tau-triangle-distance-category {
        position: absolute !important;
    }

    #productWrapper .csc-textpic-intext-right .csc-textpic-imagewrap {
        margin: 0 !important;
    }

    .tau-text-right {
        width: 87% !important;
        left: 0;
        right: auto !important;
    }

    .tau-product-group .tau-shadow-border .tau-small-btn {
        margin-left: 20px !important;
        width: 100%;
    }

    .tau-product-group .tau-shadow-border select {
        width: 87% !important;
        max-width: none !important;
        margin-bottom: 10px !important;
    }

    #iphoneavi ul {
        float: none;
        width: 192px;
        position: absolute;
        right: 13px;
        top: 0px;
        padding-top: 0 !important;
        height: 78px;
    }

    #iphonenavi ul li {
        margin: 0 !important;
    }

    .sb-open-right {
        display: none;
    }

    .box {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        margin: auto;
        margin-bottom: 30px;
    }

    .slider-box {
        height: 140px;
        width: 400px;
        background: none;
        background-size: 100%;
        position: absolute;
        bottom: 20px;
        left: 9%;
    }

    .slider-box h1 {
        line-height: 30px;
    }

    .swiper-button-prev, .swiper-button-next {
        display: none;
    }

    .slider-box .inner-box p {
        display: none;
    }

    .slider-box .inner-box {
        width: 219px;
        padding: 0;
    }

    .blue-button {
        top: 71px;
        left: 10px;
    }

    .box .blue-button {
        bottom: 10px;
        left: auto;
        position: absolute;
        margin: 0;
        top: auto;
    }

    .csc-textpic-imagewrap .csc-textpic-imagerow IMG {
        width: 50px;
        height: 50px;
    }

    #mainfootercontent div.footerVideo .csc-textpic-imagewrap figcaption {
        font-size: 14px;
        margin: 19px 0 0 27px !important;
        width: 79%;
    }

    .tau-product-group.wide-product-group {
        width: 100% !important;
    }

    div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
        float: none;
    }

    .csc-frame-default h2 {
        margin-top: 0;
    }

    .csc-default h2 {
        margin-top: 0;
    }

    .breadcrumb {
        display: none !important;
    }

    .header-img {
        height: 329px;
        /*background-position: 40% 50px;*/
        /*background-size: 200%;*/
        background-size: cover;
        background-position-x: center !important;
        background-position-y: 8px !important;
    }

    .box .inner-box hr {
        display: none;
    }

    .box .inner-box a {
        display: none;
    }

    .brands-headline {
        display: none;
    }

    .brands-links {
        display: none;
    }

    .white-button.map-button {
        position: relative !important;
        top: auto;
        width: 131px;
        left: auto;
        margin: 10px 20px;
    }

    .white-button.contact-button {
        left: 0;
        top: 0;
        position: relative;
        width: 108px;
    }

    .footer-contact .white-button.contact-button {
        left: 0;
        top: 0;
        position: relative;
        width: 98px;
    }

    /*.swiper-container {*/
    /*    height: 379px !important;*/
    /*}*/

    #c814 {
        width: 100% !important;
    }

    #c815 {
        width: 100% !important;
        margin: 0 !important;
    }


    #c815 {
        width: 100%;
        margin: 0 !important;
    }

    #c816 {
        float: left;
        width: 100% !important;
    }

    #iphoneavi .sb-open-right {
        display: none;
    }

    hr.content-down-arrow {
        display: none;
    }

    #mainContent {
        padding: 0 10px !important;
    }

    figure.csc-textpic-image {
        width: 100%;
    }

    .csc-textpic-imagewrap {
        height: auto;
    }

    #standardcountry-text-box {
        margin-top: 30px;
    }

    .countryPageInner img {
        max-width: 100% !important;
    }

    .countryPageInner p {
        width: 100% !important;
        margin: 0 !important;
        padding: 20px !important;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .csc-frame-default h1, #content #contentinner h1 {
        margin-right: 15px;
        /* text-transform: uppercase; */
        /* color: var(--main-color); */
        font-size: 2.5rem !important;
        font-family: "Arial", sans-serif;
        font-weight: 400;
        width: 100%;
        margin: 0;
        line-height: 30px;
    }

    .countryPageInner .tau-product-group-sub-categories {
        width: auto !important;
    }

    #countryPageLeft .tau-product-group-sub-categories, #countryPageRight .tau-product-group-sub-categories {
        width: 100% !important;
    }

    .tau-category {
        width: 100% !important;
    }

    .tau-search-context {
        display: none;
    }

    #mobilesubnavigation {
        display: none !important;
    }

    #productWrapper {
        padding: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .tau-category-sub-section.level-4.tau-product-box-header {
        width: 100% !important;
    }

    .tau-category-sub-section.level-4.tau-product-box-header .tau-category-wrapper {
        width: 100% !important;
    }

    #content-intro-text {
        width: 100%;
        margin-top: 60px;
        margin-left: 0;
    }

    div.csc-textpic-intext-left .csc-textpic-imagewrap {
        float: none;
    }

    #printView {
        display: none;
    }

    .navheadline {
        top: 297px;
    }


    /* MOBILE NAVIGATION STYLES */
    .navigation-overlay {
        position: fixed;
        top: 115px;
        right: 0;
        width: 80%;
        z-index: 99999;
    }

    .navigation-overlay ul {
        list-style: none;
    }

    .navigation-overlay ul li ul {
        margin-left: 30px;
    }

    .navigation-overlay ul li ul li ul {
        /*  display: block !important;
          margin-left: 60px;*/
    }

    .slidernavi li {
        padding: 20px;
        background: white;
    }

    .slidernavi li:last-child {
        border-bottom: 0;
    }

    .slidernavi ul li:hover {
        background: white;
        cursor: pointer;
    }

    .slidernavi ul li:hover a {
        color: var(--main-color);
    }

    .slidernavi ul li ul li:hover {
        background: #eee;
    }

    .slidernavi ul li a {
        text-decoration: none;
        color: var(--main-color);
        font-size: 16px;
        font-weight: bold;
    }

    .slidernavi ul li.active a {
        font-family: "Arial", sans-serif;
    }

    .slidernavi ul li ul li {
        padding-left: 0;
        /*background: url('../Images/blue-arrow-small-nav.png') no-repeat 8px #fff;*/
    }

    .slidernavi ul li ul {
        margin-top: 14px;
        margin-left: 15px;
    }

    .slidernavi ul li ul li:hover a {
        color: var(--magenta);
        /* background: #fff; */
    }

    .slidernavi ul li ul li a {
        color: var(--main-color) !important;
        margin-left: 20px;
    }

    .slidernavi ul li ul li ul.thirdlevel li {
        width: 100%;
        margin-left: -2px;
    }

    .slidernavi ul li ul li ul.thirdlevel li a {
        margin-left: 41px;
        text-transform: none;
    }

    .slidernavi ul li.subnav-shown {
        padding: 14px 0px 0 14px;
        background-color: white;
        /*background-image: url('../Images/dropdown-arrow2x-white.png');*/
        background-repeat: no-repeat;
        background-size: 18px;
        background-position: 93% 17px;
    }

    .slidernavi ul li.subnav-hidden {
        background-image: url('/fileadmin/layout_new/images/new-images/icons/right-arrow.svg') !important;
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: 92.5% 14px;
    }

    .slidernavi ul li.subnav-shown a {
        color: var(--main-color);
    }

    .slidernavi ul li ul li.subnav-shown {
        padding-left: 0;
        background: #fff;
        background-repeat: no-repeat;
        background-size: 18px, 7px;
        background-position: 93% 17px, 8px 17px;
    }

    .slidernavi ul li ul li.subnav-hidden {
        padding-left: 0;
        background: #fff;
        background-image: url('../Images/dropdown-arrow2x-right.png'), url('../Images/blue-arrow-small-nav.png');
        background-repeat: no-repeat;
        background-size: 12px, 7px;
        background-position: 92.5% 14px, 8px 17px;
    }

    #iphoneavi ul li.sb-open-left .nav-close-btn {
        background: url("../Images/nav-close2x.png") no-repeat scroll #c4d4db;
        background-position: center 13px;
        top: 15px;
        position: relative;
    }

    #iphoneavi ul li.sb-open-right {
        background: url(../Images/iphone_icons.png) no-repeat scroll -11px -79px transparent
    }

    #iphoneavi ul li.countrySite_dropdownmenue.high {
        background: url(../Images/nav-close2x.png) no-repeat scroll #c4d4db;
        background-size: 35px !important;
        background-position: center 13px;
        padding: 0 8px;
        height: 65px;
    }

    #iphoneavi ul li.mobile_search.high {
        background: url(../Images/nav-close2x.png) no-repeat scroll #c4d4db;
        background-size: 35px !important;
        background-position: center 13px;
        padding: 0 8px;
        height: 65px;
    }

    #iphoneavi ul li.sb-open-left.highlight {
        background: url(../Images/iphone_icons.png) no-repeat scroll -68px -22px transparent
    }

    #iphoneavi ul li.sb-open-right.highlight {
        background: url(../Images/iphone_icons.png) no-repeat scroll -7px -22px transparent
    }


    #iphoneavi ul li {
        width: 35px;
    }


    #countrySite_dropdownmenue_mob {
        position: absolute;
        top: 64px !important;
        width: 100%;
        height: 57px;
        left: 0;
        border-radius: 0;
        -webkit-border-radius: 0;
        border: none;
        background: #c4d4db;
        background-image: url('../Images/globe-mobile2x-white.png');
        background-repeat: no-repeat;
        background-size: 35px;
        background-position: 96.5% 11px;
    }

    #countrySite_dropdownmenue_mob select {
        margin-top: 14px;
        width: 80%;
        height: 30px;
        padding-left: 10px;
    }

    div.tx-macinasearchbox-pi1 #search,
    div.tx-macinasearchbox-pi1 #search_mobile {
        position: fixed;
        margin-top: 27px;
        top: 35px;
        left: 5px;
        right: 0;
    }

    .landingpage .slide-0 .slider-box {
        left: 24%;
        top: 42%;
    }

    .landingpage .slide-0 .slider-box h1 {
        font-size: 38px;
        line-height: 43px;
    }

    .landingpage .slide-0 .slider-box .inner-box {
        width: 263px;
        padding-top: 0;
    }

    #content-intro-text {
        margin-top: 20px !important;
    }

    #leftContent {
        display: block !important;
        width: 100% !important;
    }

    .tab01.producttab {
        margin-top: 30px;
    }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) and (orientation: landscape) {

    .landingpage .slide-0 .slider-box {
        left: 34%;
    }

    #iphoneheaderLeft {
        padding: 2px 0 0 0;
    }

    div.tx-macinasearchbox-pi1 {
        left: 0 !important;
        top: -14px !important;
        /*width: 100% !important;*/
    }

    /*div.tx-macinasearchbox-pi1 #search {*/
    /*    margin-top: 0;*/
    /*}*/
    div.tx-macinasearchbox-pi1 #search input[type="image"] {
        top: 20px;
    }

    .slider-box {
        bottom: 40px;
        left: 9%;
    }

    section#topcontent > section.innerwrapper.clearfix::before {
        height: 90px;
        left: 0;
        top: -90px;
        width: 100%;
    }

    #c814, #c815, #c816 {
        width: 48% !important;
    }

    #c815 {
        margin: 0 10px !important;
    }

    section#topcontent > section.innerwrapper.clearfix::after {
        width: 130%;
    }

    section#footercontent {
        padding-top: 50px !important;
    }

    #mainfootercontent > div {
        margin-top: 0 !important;
    }

    #mainfootercontent div.footerVideo .csc-textpic-imagewrap figcaption {
        margin: 18px 0 0 25px !important;
    }

    .blueHR:first-child {
        display: none;
    }

    #countryPageLeft, #countryPageRight {
        width: 49%;
        display: inline-block;
    }

    #mainfootercontent p {
        font-size: 1.1em !important;
    }
}
.contenttable td {
    padding-top: 6px;
    padding-bottom: 24px;
    font-size: 16px;
}
#topcontent > .frame-type-image {
    display: block;
    margin-top: 104px;
}
article.rte-text {
    height: unset;
}

#content #contentinner h1 {
  font-size: 20px !important;
  margin: 0 0 8px;
  padding: 23px 0 0px 0px;
  text-transform: uppercase;
  font-weight: normal !important;
}
#standardcountry-text-box .powermail_form_2 h3 {
    font-size: 30px;
}

.tau-product-group.layout-1 {
    margin: 0;
}
.tau-product-group.layout-1 .tau-shadow-border {
    padding: 40px 20px;
}
.tau-product-group.layout-1 .tau-text-right {
    text-align: left;
}
.tau-product-group.layout-1 .tau-shadow-border .tau-small-btn {
    text-decoration: underline;
    font-weight: normal;
    text-align: left;
    float: unset;
    margin: 20px 0 0 0;

}
.tau-product-group.layout-1 .fa-chevron-right::before {
    content: unset !important;
}
#mainContentFilterTeaser div > h2 {
    padding-top: 23px;
}

.bodyId.layout1 #content #contentinner h1, .bodyId.layout1 #standardcountry-text-box h1 {
    font-size: 2.875rem !important;
  padding: 2rem 0 2rem;
  font-weight: bolder !important;
  background: transparent;
  line-height: 1.5 !important;
  text-transform: none;
}
#mainContentFilterTeaser .frame-space-before-small h1 {
    margin-top: 16px !important;
    font-size: 20px !important;
}

img.left-image {
    float: left;
    padding-right: 15px;
    
}
img.left-image1 {
    float: left;
    padding-right: 15px;
    width: 25% !important;
}
.frame-space-after-large {
    display: block;
    margin-bottom: 4em;
}
img.right-image{
    float: right;
}
img.right-image1 {
    float: right;
   width: 25% !important;
}

.ce-uploads li {
    overflow: unset;
    list-style: disc outside none;
    margin: 0;
}