/*
Media Queries
- 500px = 31.25em
- 700px = 43.75em 
- 860px = 53.75em
- 1138px = 71.125em
*/

.continent-name {
    margin-top: 18px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.25;
}

.slider-teaser .teaser-wrap--2col .teaser-item, .teaser-item, .content-col, .product-detail__product-images, .product-detail__product-details, .article-actions, .form-col, .form-col--wide, .footer-nav__col {
    width: 100%;
}

.page-tools {
    width: 20%;
}

.page-nav-and-tools .page-nav {
    width: 80%;
}

.teaser-wrap, .content-2col, .content-3col, .content-4col, .product-detail .form-row, .footer-nav__wrap {
    margin-left: -30px;
}

    .teaser-wrap:before, .content-2col:before, .content-3col:before, .content-4col:before, .product-detail:before, .worldwide-wrap:before, .form-row:before, .footer-nav__wrap:before, .teaser-wrap:after, .content-2col:after, .content-3col:after, .product-detail:after, .worldwide-wrap:after, .form-row:after, .footer-nav__wrap:after {
        content: "";
        display: table;
    }

    .teaser-wrap:after, .content-2col:after, .content-3col:after, .content-4col:after, .product-detail:after, .worldwide-wrap:after, .form-row:after, .footer-nav__wrap:after {
        clear: both;
    }

    .teaser-item, .content-col, .product-detail__product-images, .product-detail__product-details, .form-col, .form-col--wide, .footer-nav__col, .content-4col .content-3col {
        box-sizing: border-box;
        padding-left: 30px;
        float: left;
    }

    .content-4col > .content-3col {
        width: 100%;
    }


.half-width {
    width: 50%;
}

@media only screen and (min-width: 31.25em) {
    .footer-nav__col {
        width: 50%;
    }

    .level-two {
        margin-left: -30px;
    }

        .level-two:before, .level-two:after {
            content: "";
            display: table;
        }

        .level-two:after {
            clear: both;
        }

    .content-4col > .content-3col > .content-col {
        width: 33.33333%;
    }
}

@media only screen and (min-width: 43.75em) {
    .start-slider-teaser > .teaser-item, .start-slider-teaser > .teaser-item + .teaser-item, .teaser-wrap--4col .teaser-item, .teaser-wrap--2col .teaser-item {
        width: 50%;
    }

    .teaser-wrap--5col .teaser-item, .teaser-wrap--3col .teaser-item, .footer-nav__col {
        width: 33.33333%;
    }
}

@media only screen and (min-width: 53.75em) {
    .slider-teaser .teaser-wrap--2col .teaser-item, .content-2col .content-col, .product-detail__product-images, .product-detail__product-details, .article-actions, .form-col {
        width: 50%;
    }

    .start-slider-teaser > .teaser-item + .teaser-item, .magazine-teaser > .teaser-item, .content-3col .content-col, .form-row--3col .form-col {
        width: 33.33333%;
    }

        .start-slider-teaser > .teaser-item, .magazine-teaser > .teaser-item + .teaser-item, .content-narrow, .search-result {
            width: 66.66667%;
        }

    .teaser-wrap--4col .teaser-item, .content-4col > .content-col {
        width: 25%;
    }

    .content-4col .content-3col {
        width: 75%;
    }

    .teaser-wrap--5col .teaser-item, .footer-nav__col {
        width: 20%;
    }

        .footer-nav__col:nth-of-type(6) {
            width: 40%;
        }
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.65;
    color: #333F48;
    background: white;
    height: 100%;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

a {
    text-decoration: underline;
    color: #333F48;
}

    a:focus {
        outline: 0;
    }

    a:hover, a:focus {
        text-decoration: underline;
        color: #333F48;
    }

.container-row {
    margin-left: -10px;
    margin-right: -10px;
}

img {
    border: 0;
    height: auto;
    max-width: 100%;
    display: block;
}

iframe {
    max-width: 100%;
    display: block;
}

h1, .alpha {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2;
}

h2, .beta {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.22223;
}

h3, .gamma {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
}

h1 {
    margin: 0;
    margin-top: 40px;
}

h2, h4, h5, h6, p, ul, ol, table {
    margin: 0;
    margin-top: 18px;
    margin-top: 1.125rem;
}


h1, h2, h3, h4, h5, h6 {
    clear: both;
    word-wrap: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

ul, ol {
    padding-left: 18px;
    padding-left: 1.125rem;
}

nav ul, nav ol {
    list-style: none;
    margin-top: 0;
    padding-left: 0;
}

table {
    border-collapse: collapse;
    width: 100%;
}

td {
    border-right: 1px solid #d9e1e6;
    border-right: 0.0625rem solid #d9e1e6;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
}

    td:first-child {
        font-weight: bold;
    }

th {
    text-align: left;
    background-color: #f8f9fa;
    border-right: 1px solid #d9e1e6;
    border-right: 0.0625rem solid #d9e1e6;
    padding: 20px;
    padding: 1.25rem;
}

abbr {
    border: 0;
}

label {
    display: block;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
}

[type="text"],
[type="email"],
[type="password"],
[type="submit"],
textera,
select {
    margin: 0;
    border: 0;
    line-height: normal;
    font-size: 13px;
    font-size: 0.8125rem;
}

[type="text"],
[type="email"],
[type="password"],
textarea,
select {
    width: 100%;
    border: 1px solid #d9e1e6;
    border: 0.0625rem solid #d9e1e6;
    padding: 9px 14px;
    padding: 0.5625rem 0.875rem;
}

[type="submit"] {
    padding: 0;
    cursor: pointer;
    background-color: transparent;
}

::-webkit-input-placeholder {
    color: #333F48;
}

:-moz-placeholder {
    color: #333F48;
}

::-moz-placeholder {
    color: #333F48;
}

:-ms-input-placeholder {
    color: #333F48;
}

@media only screen and (min-width: 53.75em) {
    .article-item {
        display: block;
        overflow: hidden;
    }
}

@media only screen and (min-width: 53.75em) {
    .article-item__image {
        float: left;
    }
}

@media only screen and (min-width: 53.75em) {
    .article-item__body {
        overflow: hidden;
    }
}

.teaser-group, .teaser-item--devide, .teaser-group--decorative, .content-divide, .matching-articles, .technical-details, .faq-box + .faq-box, .teaser-shadow-divide {
    position: relative;
    overflow: hidden;
}

    .teaser-group:before, .teaser-item--devide:before, .teaser-group--decorative:before, .content-divide:before .matching-articles:before, .technical-details:before, .faq-box + .faq-box:before, .teaser-shadow-divide:before {
        content: "";
        width: 100%;
        display: block;
        position: absolute;
        background-image: radial-gradient(ellipse farthest-side, #ddd 0%, white 100%);
        height: 10px;
        height: 0.625rem;
        top: -5px;
        top: -0.3125rem;
    }


.content-divide-line {
    position: relative;
    overflow: hidden;
    height: 0.625rem;
    margin-top: 60px;
    margin-top: 3.75rem;
    padding-top: 60px;
    padding-top: 3.75rem;
}

.content-divide-line:before {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    background-image: radial-gradient(ellipse farthest-side, #ddd 0%, white 100%);
    height: 10px;
    height: 0.625rem;
    top: -5px;
    top: -0.3125rem;
}

@media only screen and (min-width: 53.75em) {
    .flexbox .teaser-flex {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

        .flexbox .teaser-flex .teaser-item {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .flexbox .teaser-flex .teaser-item__body {
            margin-bottom: 18px;
            margin-bottom: 1.125rem;
        }

        .flexbox .teaser-flex .anc-more,
        .flexbox .teaser-flex .teaser-item__info {
            margin-top: auto;
        }
}

.top {
    margin-top: 0px !important;
}

.centered {
    text-align: center;
}

.page-width {
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
}

@media only screen and (min-width: 53.75em) {
    .page-width {
        padding: 0;
        max-width: 1440px;
        padding: 0 30px;
    }
}

[role=main] {
    overflow: hidden;
    /*padding-top: 30px;
  padding-top: 1.875rem;*/
}

@media only screen and (min-width: 53.75em) {
    [role=main] {
        padding-top: 0;
    }
}

.anc-more a, .link-list a, .mobile-meta a, .anc-mobile-nav, .level-one > li > a, .page-nav a, .page-tools a, .general-overview .teaser-item h1 a, .layer-nav-and-close a, .footer-meta a, .footer-nav__items a, .footer-nav__col > ul a {
    text-decoration: none;
    color: #1d6193;
}
.worldwide__col a {
    text-decoration: none;
}
    /*
.page-nav a {
  text-decoration: none;
  color: #5A5F64;
}
*/
    .anc-more a:hover, .link-list a:hover, .mobile-meta a:hover, .anc-mobile-nav:hover, .level-one > li > a:hover, .page-nav a:hover, .page-tools a:hover, .general-overview .teaser-item h1 a:hover, .worldwide__col a:hover, .layer-nav-and-close a:hover, .footer-meta a:hover, .footer-nav__items a:hover, .footer-nav__col > ul a:hover, .anc-more a:focus, .link-list a:focus, .mobile-meta a:focus, .anc-mobile-nav:focus, .level-one > li > a:focus, .page-nav a:focus, .page-tools a:focus, .general-overview .teaser-item h1 a:focus, .worldwide__col a:focus, .layer-nav-and-close a:focus, .footer-meta a:focus, .footer-nav__items a:focus, .footer-nav__col > ul a:focus {
        text-decoration: underline;
    }

.page-nav--breadcrumb li:last-child a, .teaser-item h1 a, .teaser-item span.beta a {
    text-decoration: none;
    color: #333F48;
}

span.beta {
    font-weight: bold;
    display: block;
}

.page-nav--breadcrumb li:last-child a:hover, .teaser-item h1 a:hover, .page-nav--breadcrumb li:last-child a:focus, .teaser-item h1 a:focus {
    text-decoration: underline;
}

.anc-icon--search, .anc-icon--language, .anc-social, .scroll-to-top {
    display: inline-block;
    text-indent: -999em;
}

.anc-icon--search {
    background: url("img/search_blau.svg");
    height: 24px;
    height: 1.5rem;
    width: 24px;
    width: 1.5rem;
    background-repeat: no-repeat;
}

.no-svg .anc-icon--search {
    background-image: url("img/icons--arrows.png");
}

.anc-icon--language {
    background-image: url("img/icons--flags.svg");
    height: 30px;
    height: 1.875rem;
    width: 30px;
    width: 1.875rem;
    background-repeat: no-repeat;
}

.no-svg .anc-icon--language {
    background-image: url("img/icons--flags.png");
    background-repeat: no-repeat;
}
.anc-icon--menu{
    margin-top:2.5px;
}

.anc-lang--en {
    background-position: center;
    background-image: url("img/icon-int.png");
}

.anc-lang--be {
    background-position: center;
    background-image: url("img/flag-be.svg");
}

.anc-lang--ro {
    background-position: center;
    background-image: url("img/flag-ro.svg");
}

.anc-lang--cz {
    background-position: center -96px;
}

.anc-lang--fr {
    background-position: center -196px;
}

.anc-lang--de {
    background-position: center -296px;
}

.anc-lang--it {
    background-position: center -396px;
}

.anc-lang--nl {
    background-position: center -496px;
}

.anc-lang--pl {
    background-position: center -596px;
}

.anc-lang--ru {
    background-position: center -696px;
}

.anc-lang--es {
    background-position: center -796px;
}

.anc-lang--se {
    background-position: center -896px;
}

.anc-lang--gb {
    background-position: center -996px;
}

.anc-lang--hu {
    background-position: center -1096px;
}

.anc-lang--jm {
    background-position: center -1196px;
}

.anc-social {
    background-color: #1d6193;
    background-image: url("img/icons--social-media.svg");
    background-repeat: no-repeat;
    border-radius: 50%;
    height: 30px;
    height: 1.875rem;
    width: 30px;
    width: 1.875rem;
}

.no-svg .anc-social {
    background-image: url("img/icons--social-media.png");
}

.anc-social + .anc-social {
    margin-left: 10px;
    margin-left: 0.625rem;
}

.anc-social--facebook {
    background-position: center 7px;
}

.anc-social--twitter {
    background-position: center -93px;
}

.anc-social--google {
    background-position: center -193px;
}

.anc-social--youtube {
    background-position: center -293px;
}

.anc-social--pinterest {
    background-position: center -393px;
}

.anc-social--vkontakte {
    background-image: url("img/icons--social-media--vkontakte_alt.png");
    -ms-background-size: contain;
    background-size: contain;
}

.anc-button {
    cursor: pointer;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.65;
    color: white;
    margin: 0 20px 0 0;
    margin: 0 1.25rem 0 0;
    color: white;
    padding: 6px 25px;
    text-decoration: none;
    background-color: #333F48;
    transition: background-color 0.2s ease;
}

    .anc-button:hover {
        color: white;
        text-decoration: none;
        background-color: #123655;
    }

    .anc-button:last-of-type {
        margin-right: 0;
    }

.anc-more {
    margin-top: 18px;
    margin-top: 1.125rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.111;
}

.anc-block {
    display: block;
}

.anc-show-more {
    margin: 0 auto;
    padding-top: 85%;
    max-width: 85%;
    display: block;
    background-color: #e8ecf0;
    background-image: url("img/icons--plus.svg");
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
}

@media only screen and (min-width: 53.75em) {
    .anc-show-more {
        margin: 0;
    }
}

.no-svg .anc-show-more {
    background-image: url("img/icons--plus.png");
}

@media only screen and (min-width: 31.25em) {
    .anc-show-more {
        padding-top: 60%;
        max-width: 60%;
    }
}

@media only screen and (min-width: 43.75em) {
    .anc-show-more {
        padding-top: 80%;
        max-width: 80%;
    }
}

@media only screen and (min-width: 53.75em) {
    .anc-show-more {
        padding-top: 100%;
        max-width: 100%;
    }
}

.full-width {
    width: 100vw;
    margin-left: calc((100% - 100vw)/2);
}

@media only screen and (min-width: 53.75em) {
    .full-width.normal-width-large {
        width: 100%;
        margin-left: 0;
    }

    .mobile-only {
        display: none !important;
    }

    .force-desktop {
        display: block !important;
    }
}

@media only screen and (max-width: 53.749em) {
    .desktop-only {
        display: none !important;
    }
}

.link-list {
    list-style: none;
    padding-left: 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.111;
}

    .link-list li + li {
        /*margin-top: 10px;*/
        /*margin-top: 0.625rem;*/
    }

@media only screen and (min-width: 53.75em) {
    .link-list li + li {
        margin-top: 10px;
        margin-top: 0.625rem;
    }
}

.stage .main-nav .page-tools a, .technical-details a, .faq-box > .anc-more a, .layer-navigate__previous, .layer-navigate__next, .layer-nav__close a, .footer-nav__items a {
    position: relative;
    padding-right: 30px;
    padding-right: 1.875rem;
}

    .page-tools a:before, .technical-details a:before, .faq-box > .anc-more a:before, .layer-navigate__previous:before, .layer-navigate__next:before, .layer-nav__close a:before, .footer-nav__items a:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background-image: url("img/icons--arrows.svg");
        background-position: center -794px;
        height: 20px;
        height: 1.25rem;
        width: 25px;
        width: 1.5625rem;
    }

.no-svg .page-tools a:before, .page-tools .no-svg a:before, .no-svg .technical-details a:before, .technical-details .no-svg a:before, .no-svg .faq-box > .anc-more a:before, .faq-box > .anc-more .no-svg a:before, .no-svg .layer-navigate__previous:before, .no-svg .layer-navigate__next:before, .no-svg .layer-nav__close a:before, .layer-nav__close .no-svg a:before, .no-svg .footer-nav__items a:before, .footer-nav__items .no-svg a:before {
    background-image: url("img/icons--arrows.png");
}

.page-tools a.is-active, .technical-details a.is-active, .faq-box > .anc-more a.is-active, .is-active.layer-navigate__previous, .is-active.layer-navigate__next, .layer-nav__close a.is-active, .footer-nav__items a.is-active {
    color: #123655;
}

    .page-tools a.is-active:before, .technical-details a.is-active:before, .faq-box > .anc-more a.is-active:before, .is-active.layer-navigate__previous:before, .is-active.layer-navigate__next:before, .layer-nav__close a.is-active:before, .footer-nav__items a.is-active:before {
        background-position: center 6px;
    }

.scroll-to-top {
    position: fixed;
    z-index: 100;
    display: none;
    background-color: white;
    background-image: url("img/icons--arrows.svg");
    background-position: center 17px;
    border-radius: 50%;
    -webkit-animation: slide-up 1.5s ease-out;
    animation: slide-up 1.5s ease-out;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    border: 2px solid #1d6193;
    border: 0.125rem solid #1d6193;
    height: 44px;
    height: 2.75rem;
    width: 44px;
    width: 2.75rem;
    right: 40px;
    right: 2.5rem;
    bottom: 40px;
    bottom: 2.5rem;
}

.no-svg .scroll-to-top {
    background-image: url("img/icons--arrows.png");
}

.page-nav-and-tools .scroll-to-top {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.page-nav-and-tools.sticky .scroll-to-top {
    display: block;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

@-webkit-keyframes slide-up {
    0% {
        bottom: -40px;
        bottom: -2.5rem;
    }

    100% {
        bottom: 40px;
        bottom: 2.5rem;
    }
}

@keyframes slide-up {
    0% {
        bottom: -40px;
        bottom: -2.5rem;
    }

    100% {
        bottom: 40px;
        bottom: 2.5rem;
    }
}

.anc-product {
    display: none;
    position: absolute;
    background-image: url("img/icons--arrows.svg");
    height: 70px;
    height: 4.375rem;
    width: 60px;
    width: 3.75rem;
    top: 120px;
    top: 7.5rem;
}

@media only screen and (min-width: 71.125em) {
    .anc-product {
        display: block;
    }
}

.anc-product--previous {
    background-position: center -386px;
    left: -60px;
    left: -3.75rem;
}

.anc-product--next {
    background-position: center -286px;
    right: -90px;
    right: -5.625rem;
}

/* OPT: set to 31.25em for desktop view*/
@media only screen and (min-width: 53.75em) {
    .header {
        height: auto;
    }
}

.meta-and-search {
    padding: 11px 0 10px;
    padding: 0.6875rem 0 0.625rem;
}

    .meta-and-search ul {
        list-style: none;
        padding-left: 0;
        margin-top: 0;
        overflow: hidden;
    }

.meta {
    display: none;
    padding: 5px 0;
    padding: 0.3125rem 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.111;
}

@media only screen and (min-width: 53.75em) {
    .meta {
        display: block;
        float: left;
    }
}

.meta li {
    float: left;
}

    .meta li + li {
        margin-left: 30px;
        margin-left: 1.875rem;
    }

.meta a {
    text-decoration: none;
    color: #1d6193;
}

    .meta a:hover, .meta a:focus {
        text-decoration: underline;
    }

    .meta a.active {
    }

.mobile-meta {
}

@media only screen and (min-width: 53.75em) {
    .mobile-meta {
        display: none;
        border-top: 1px solid #e6e6e6;
        border-top: 0.0625rem solid #e6e6e6;
        margin-top: 10px;
        margin-top: 0.625rem;
        padding: 10px 0 20px;
        padding: 0.625rem 0 1.25rem;
    }
}

.mobile-meta ul {
    margin-top: 0;
    overflow: hidden;
}

@media only screen and (min-width: 53.75em) {
    .mobile-meta ul {
        margin-left: 0;
    }
}

.mobile-meta li {
    border-bottom: 1px solid #e6e6e6;
    border-bottom: 0.0625rem solid #e6e6e6;
    background-color: #F5F5F5;
}

@media only screen and (min-width: 53.75em) {
    .mobile-meta li {
        float: left;
    }

        .mobile-meta li + li {
            margin-left: 40px;
            margin-left: 2.5rem;
        }
}

.mobile-meta a {
    display: block;
    padding: 12px 5%;
    font-size: 18px;
    line-height: 1.34;
    color: #5A5F64;
}

    .mobile-meta a:hover {
        text-decoration: none;
    }

/* OPT: set to 31.25em for desktop view*/
@media only screen and (min-width: 53.75em) {
    .mobile-meta .show-on-mobile {
        display: none;
    }
}

.language-switch-and-search {
    display: none;
    position: relative;
    z-index: 22;
    float: right;
}

/* OPT: set to 31.25em for desktop view*/
@media only screen and (min-width: 53.75em) {
    .language-switch-and-search {
        display: block;
    }
}

.language-switch-and-search li {
    float: left;
}

    .language-switch-and-search li + li {
        margin-left: 25px;
        margin-left: 1.5625rem;
    }

.logo {
    left: 50%;
    /* background-image: url("img/tetra-logo.png"); */
    background-image: url("img/tetra_logo_new.png");
    background-size: 168px 76px;
    margin-left: -82px;
    margin-left: -5.125rem;
    height: 76px;
    height: 4.75rem;
    width: 186px;
    width: 10.5rem;
    display: block;
    position: absolute;
    z-index: 21;
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .logo {
        background-image: url("img/tetra_logo_new@2x.png");
    }
}

.anc-mobile-nav {
    display: block;
    position: absolute;
    top: 0;
    z-index: 21;
    left: 5%;
    padding: 15px 0px;
    font-size: 18px;
}

@media only screen and (min-width: 1200px) {
    .anc-mobile-nav {
        display: none;
    }
}

.anc-mobile-nav:hover {
    text-decoration: none;
}

.main-nav {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 20;
    background-color: white;
    font-size: 0; /* display-inline spacing prevention */
    border-top: 1px solid #e6e6e6;
    border-top: 0.0625rem solid #e6e6e6;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0.3125rem 0.625rem 0 rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 1200px) {
    .main-nav {
        position: relative;
        display: block;
        border-top: 0;
        text-align: center;
        box-shadow: none;
        background-color: transparent;
    }
}

/*@media only screen and (min-width: 71.125em) {
    .main-nav {
        width: auto;
        /*left: -15px;
    left: -0.9375rem;
    right: -15px;
    right: -0.9375rem;*/
    }
}*/

.main-nav ul {
    list-style: none;
    padding-left: 0;
}

.stage-sub .main-nav {
}

@media only screen and (min-width: 1200px) {
    .stage-sub .main-nav {
        border-top: 0.0625rem solid #ddd;
        border-bottom: 0.0625rem solid #ddd;
    }
}


/* MAIN NAV */
@media only screen and (min-width: 1200px) {
    .stage .main-nav {
        border-top: 0.0625rem solid #ddd;
        
    }
}

@media only screen and (max-width: 1200px) {
    div.stage-sub{
        position: initial;
    }

    .stage .main-nav, .stage-sub .main-nav {
        width:100vw;
        height:100vh;
        background-color: #fff;
    }
    
    .flyout-pad{
        box-shadow: none !important;
    }

    .mobile-meta{
        display:none;
    }
    .link-list > li + li{
        margin-top:0px;
    }
}

.level-one {
    margin-top: 0;
    position: relative;
    padding-left:0;
}

@media only screen and (min-width: 1200px) {
    .level-one {
        text-align: center;
    }
}

.level-one > li {
    background-color: rgb(232, 236, 249);
    border-bottom: 1px solid #e6e6e6;
    border-bottom: 0.0625rem solid #e6e6e6;
}

@media only screen and (min-width: 1200px) {
    .level-one > li {
        display: inline-block;
        background-color: transparent;
        background-image: none;
        border-bottom: none;
    }
}

.level-one > li:hover > a {
    position: relative;
    z-index: 30;
    color: #1d6193;
}

@media only screen and (min-width: 1200px) {
    .level-one > li:hover > a {
        background-color: #ffec00;
    }
}

.level-one > li:hover > a:before {
    content: "";
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    margin-left: -0.625rem;
    border: 10px solid #ffec00;
    border: 0.625rem solid #ffec00;
    border-color: transparent;
    border-top-color: #ffec00;
}

@media only screen and (min-width: 1200px) {
    .level-one > li:hover > a:before {
        display: block;
    }
}

.level-one > li > a {
    display: block;
    text-decoration: none;
    padding: 13px 5%;
    font-size: 15pt;
    background-image: url("img/menu_arrow_blue_right.svg");
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 15px 30px;
}

    .level-one > li > a.leveloneopen {
        background-image: url("img/menu_arrow_blue_left.svg");
        background-size: 15px 30px;
        background-position: 5% center;
        text-align: center;
    }

@media only screen and (min-width: 43.75em) {
}

@media only screen and (min-width: 1200px) {
    .level-one > li > a {
        padding: 17px 35px;
        margin: 0px;
        background: none;
    }
}

/*@media only screen and (min-width: 71.125em) {
    .level-one > li > a {
        padding: 17px 45px;
    }
}*/

.level-one > li > a:hover {
    text-decoration: none;
}

.level-one > li > a.active {
    color: #123655;
}

.stage .level-one > li:hover > a {
    color: #1d6193;
}

@media only screen and (min-width: 1200px) {
    .stage .level-one > li:hover > a {
        text-shadow: none;
    }
}

@media only screen and (min-width: 1200px) {
    .stage .level-one > li > a, .stage-sub .level-one > li > a {
        z-index: 20;
    }
}

.level-two {
    margin-top: 0;
    margin-left: 0px;
    padding-left:0px;
}

@media only screen and (min-width: 1200px) {
    .level-two {
        margin-left: -25px;
    }
}

.level-two li.selected {
    background-color: rgb(232, 236, 249);
}

.level-two > li {
    border-bottom: 1px solid rgb(232, 236, 249);
    background-color: #fff;
    text-align: left;
}

    .level-two > li:last-child {
        border-bottom: none;
    }

@media only screen and (min-width: 1200px) {
    .level-two > li {
        margin-top: 0;
        padding: 0 10px;
        float: left;
        border: 0;
        background-color: transparent;
    }
}

.level-two > li > span > br {
    display: none;
}

@media only screen and (min-width: 1200px) {
    .level-two > li > span > br {
        display: block;
    }
}

.level-two > li:first-child {
    margin-top: 0;
}

.level-two > li:nth-of-type(5n+6) {
    clear: left;
    margin-top: 25px;
    margin-top: 1.5625rem;
}

@media only screen and (max-width: 1200px) {
    .level-two > li:nth-of-type(5n+6) {
        margin-top: 0px;
    }
}

.level-two > li > span {
    display: block;
    font-size: 12pt;
    padding: 12px 5%;
    background-image: url("img/menu_arrow_blue_right.svg");
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 15px 30px;
}

.level-two > li > span.leveltwoopen {
    background-image: url("img/menu_arrow_blue_left.svg");
    background-size: 15px 30px;
    background-position: 5% center;
    text-align: center;
    color: #1d6193;
    font-size: 15pt;
    padding: 13px 5%;
}

@media only screen and (max-width: 1200px) {
    .level-three > li > span {
        display: block;
        color: #123655;
        font-size: 12pt;
        background-image: url("img/menu_arrow_blue_right.svg");
        background-position: 95% center;
        background-repeat: no-repeat;
        background-size: 15px 30px;
        line-height: 1.65;
        padding: 12px 5%;
    }

    .level-three .link-list > li > a{
        line-height: 1.65;
        padding: 12px 5%;
    }

    .level-three > li > ul.link-list > li > span {
        display: block;
        text-align: center;
        position: relative;
        overflow: hidden;
        margin-top: 15px;
        text-decoration: underline;
    }
}

.level-three > li > span.levelthreeopen {
    background-image: url("img/menu_arrow_blue_left.svg");
    background-size: 15px 30px;
    background-position: 5% center;
    text-align: center;
    color: #1d6193;
    font-size: 15pt;
    padding: 13px 5%;
    line-height: 1.65;
}

.level-three li.selected {
    background-color: rgb(232, 236, 249);
}

@media only screen and (min-width: 1200px) {
    .level-two > li > span {
        color: #1d6193;
        font-size: 15pt;
        padding: 0;
        background: none;
    }
}

@media only screen and (max-width: 1200px) {
    .link-list > li {
        padding: 0;
        background-color: white;
        border-bottom: 0.0625rem solid #e6e6e6;
    }

    .link-list > li:last-child {
        border-bottom: none;
    }

    .link-list > li > a {
        display: block;
        width: 100%;
        color: #123655;
        font-size: 12pt;
        text-decoration: none;
        padding: 14px 5%;
    }

    .link-list > li > a:hover {
        text-decoration: none;
    }
}

.level-two > li img {
    display: none;
    margin-top: 15px;
    margin-top: 0.9375rem;
}

@media only screen and (min-width: 1200px) {
    .level-two > li img {
        display: block;
    }
}

@media only screen and (min-width: 1200px) {
    .level-two > li img {
        display: block;
    }
}

.level-two ul {
    margin-top: 0;
}

@media only screen and (min-width: 1200px) {
    .level-two ul {
        margin-top: 18px;
        margin-top: 1.125rem;
    }
}

.flyout {
    display: none;
}

@media only screen and (min-width: 1200px) {
    .flyout {
        position: absolute;
        top: 100%;
        z-index: 19;
        width: 100%; /* IE needs this */
        max-width: 100%;
        margin: 0 auto;
        right: 0px;
        left: 0px;
    }

    .flyout-hover {
        display: block !important;
    }
}

@media only screen and (min-width: 1200px) {
    .flyout-pad {
        padding: 30px 25px 40px;
        padding: 1.875rem 1.5625rem 2.5rem;
        background-color: white;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.5);
    }
}

@media only screen and (min-width: 1200px) {
    .landing-pad {
        margin-top: 90px;
    }
}

.links-list {
    list-style: none;
    padding-left: 0;
    font-size: 15pt;
    line-height: 1.111;
}

.links-list li + li {
    margin-top: 2px;
}

.links-list > li > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px 10px;
    background-color: rgb(232, 236, 249);
    text-decoration: none;
    color: #1d6193;
    transition: background-color 0.2s ease;
}

.links-list > li > a:hover {
    background-color: #123655;
    color: #1d6193;
}








/** SubMenu */
.page-subemenu {
    display: none;
}

@media only screen and (min-width: 53.75em) {
    .page-subemenu {
        display: block;
        background-color: rgb(232, 236, 249);
        /*
    Shadow Submenu
    background-image: url("img/menu_shadow.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    */
    }

    /*
  .page-subemenu:before {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    background-image: radial-gradient(ellipse farthest-side, #ddd 0%, white 100%);
    height: 10px;
    height: 0.625rem;
    top: -5px;
    top: -0.3125rem;
  }
  */

    .page-subemenu-nav {
        text-align: center;
    }

    .page-subemenu > ul {
        margin: 0;
        list-style: none;
        padding-left: 0;
        font-size: 17px;
        font-size: 1.125rem;
        line-height: 1.111;
    }

    .page-subemenu-nav > li {
        display: inline-block;
        position: relative;
    }

        .page-subemenu-nav > li > a {
            display: block;
            text-decoration: none;
            font-size: 18px;
            color: #5A5F64;
            padding: 12px 20px 12px 17px;
            margin: 0px;
            background: none;
            border-bottom: 3px solid rgb(232, 236, 249);
            cursor: pointer;
        }

            .page-subemenu-nav > li > a:hover {
                border-bottom: 3px solid rgba(29, 97, 147, 0.75);
            }

    .page-subemenu-nav .active {
        border-bottom: 3px solid rgba(29, 97, 147, 1);
    }

    /* NEW */
    .page-subemenu-nav .subcategoryButton {
        display: inline-block;
    }

    .page-subemenu-nav > .subcategoryButton > input {
        text-decoration: none;
        font-size: 18px;
        color: #5A5F64;
        padding: 12px 20px 12px 17px;
        margin: 0px;
        line-height: 1.111;
        border-bottom: 3px solid rgb(232, 236, 249);
    }

        .page-subemenu-nav > .subcategoryButton > input:hover {
            border-bottom: 3px solid rgba(29, 97, 147, 0.75);
        }

    .page-subemenu-nav .subcategoryButtonSelected {
        display: inline-block;
    }

    .page-subemenu-nav > .subcategoryButtonSelected > input {
        text-decoration: none;
        color: #5A5F64;
        padding: 12px 20px 12px 17px;
        margin: 0px;
        font-size: 18px;
        line-height: 1.111;
        border-bottom: 3px solid rgba(29, 97, 147, 1);
    }

    .subcategory-dropdown-arrow {
        transform: rotate(90deg);
        display: inline-block;
        margin-left: 5px;
    }

    .page-submenu-nav-dropdown {
        position: absolute;
        background-color: white;
        list-style: none;
        text-align: left;
        top: 28px;
        display: none;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        padding: 12px 16px;
        z-index: 1;
    }

        .page-submenu-nav-dropdown > li {
            padding: 5px;
        }

            .page-submenu-nav-dropdown > li > a {
                text-decoration: none;
            }

                .page-submenu-nav-dropdown > li > a:hover {
                    text-decoration: underline;
                }

    .page-subemenu-nav > li:hover .page-submenu-nav-dropdown {
        display: block;
    }
}

.page-nav-and-tools {
    display: none;
}

@media only screen and (min-width: 53.75em) {
    .page-nav-and-tools {
        display: block;
    }
}

.page-nav-and-tools .page-nav {
    float: left;
}

.page-nav-and-tools.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 2000;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.5);
}

.page-nav {
    list-style: none;
    margin-top: 0;
    padding-left: 0;
    display: none;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.111;
}

@media only screen and (min-width: 53.75em) {
    .page-nav {
        display: block;
    }
}

.page-nav li {
    display: inline-block;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

    .page-nav li:after {
        content: " |";
        color: #1d6193;
    }

    .page-nav li:last-child:after {
        content: "";
    }

.page-nav a.active {
    color: #123655;
}

.page-nav--breadcrumb {
    text-align: center;
    margin-bottom: 60px;
    margin-bottom: 3.75rem;
}

.page-tools {
    float: right;
    text-align: right;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.111;
}

.stage, .stage-sub {
    margin: 0 auto;
    position: relative;
    background-color: white;
}

.stage {
    /*max-width: 1138px;
  max-width: 71.125rem;*/
}

@media only screen and (min-width: 53.75em) {
    .stage-sub {
        /*height: 94px;
    height: 5.875rem;*/
        /*max-width: 860px;
    max-width: 53.75rem;*/
    }
}

@media only screen and (min-width: 71.125em) {
    .stage-sub {
        /*max-width: 860px;
    max-width: 53.75rem;*/
    }
}

.rsOverflow {
    position: relative;
    overflow: hidden;
}

.rsContainer {
    position: relative;
}

.rsImg {
    margin: 0 !important;
    height: auto !important;
    width: auto !important;
}

.rsSlide {
    width: 100%;
    position: absolute;
}

.rsNav {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rsArrow {
    position: absolute;
    top: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rsArrowRight {
    right: 0;
    fill:red;
}

.rsArrowLeft {
    left: 0;
    fill:blue;
}

.rsBullets {
}

.rsAutoHeight {
    height: auto;
}

.slider-stage {
    position: relative;
}

    .slider-stage .rsContent {
        width: 100%;
        /*max-height: 700px;*/
    }

        .slider-stage .rsContent > a {
        }

            .slider-stage .rsContent > a > img {
                width: 100% !important;
                vertical-align: middle;
            }

        .slider-stage .rsContent .tetraSlideImage {
            display: none;
        }
/* Desktop (1200px <) */
@media only screen and (min-width: 75.01em) {
    .slider-stage .rsContent .tetraSlideImage {
        display: block;
    }
}

.slider-stage .rsContent .tetraSlideImageTablet {
    display: none;
}
/* Tablet ( 641 - 1200px) */
@media only screen and (min-width: 40.01em) and (max-width: 75em) {
    .slider-stage .rsContent .tetraSlideImageTablet {
        display: block;
    }
}

.slider-stage .rsContent .tetraSlideImageMobile {
    display: none;
}
/* Mobile ( < 641) */
@media only screen and (max-width: 40em) {
    .slider-stage .rsContent .tetraSlideImageMobile {
        display: block;
    }
}

.slider-stage .rsArrow {
    top: 50%;
    background-image: url("img/icons--arrows.svg");
    height: 72px;
    width: 52px;
    margin-top: -36px;
}

.slider-stage .rsArrowTetra {
    background-image: url("img/icons--arrows-tetrablue.svg");
}

.no-svg .slider-stage .rsArrow {
    background-image: url("img/icons--arrows.png");
}

.slider-stage .rsArrowLeft {
    background-position: center -485px;
    left: 44px;
    left: 2.75rem;
}

.slider-stage .rsArrowRight {
    background-position: center -585px;
    right: 44px;
    right: 2.75rem;
}

.slider-stage .rsGCaption {
    padding: 0 5%;
}

@media only screen and (min-width: 53.75em) {
    .slider-stage .rsGCaption {
        margin: 0 auto;
        padding: 0;
        max-width: none;
        position: absolute;
        top: 25%;
        left: 0px;
        right: 0px;
        margin: 0 auto;
        width: 400px;
        width: 25rem;
        text-align: center;
    }

        .slider-stage .rsGCaption .anc-more {
            display: inline-block;
            border: 1px solid white;
            background-color: rgba(255, 255, 255, 0.25);
        }
}

@media only screen and (min-width: 53.75em) {
    .slider-stage .rsGCaption a {
        display: block;
        width: 100%;
        height: 100%;
        color: white;
        padding: 10px 25px;
    }

        .slider-stage .rsGCaption a:hover {
            text-decoration: none;
            color: white;
        }
}

@media only screen and (max-width: 53.6875em) {
    .slider-stage .rsCaption {
        margin-left: 0 !important;
        display: block !important;
        opacity: 1 !important;
    }
}

.slider-stage .rsBullets {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
}

/*@media only screen and (min-width: 53.75em) {
    .slider-stage .rsBullets {
        position: inherit;
        bottom: 30px;
    }
}*/

.slider-stage .rsBullet {
    display: inline-block;
    background-color: #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 1px 4px;
}

.slider-stage .rsBulletTetra {
    background-color: #123655;
}

.slider-stage .rsNavSelected {
    height: 10px;
    width: 10px;
    margin: 0px 3px;
}

.slider-teaser {
    position: relative;
    overflow: hidden;
    margin-top: 19px;
    border-top: 1px solid #ddd;
}

    .slider-teaser .rsContent {
        padding: 10px 0px;
    }

/* STARTPAGE */

.startpage-width {
    margin: 0 auto;
    padding: 0 5%;
    position: relative;
}

@media only screen and (min-width: 53.75em) {
    .startpage-width {
        padding: 0;
        max-width: 1000px;
    }
}

.startpage-anc-more {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    margin-top: 15px;
}

    .startpage-anc-more > a {
        /*display: block;*/
        width: 100%;
        height: 100%;
        color: white;
        padding: 6px 25px;
        text-decoration: none;
        background-color: #333F48;
        transition: background-color 0.2s ease;
    }

        .startpage-anc-more > a:hover {
            color: white;
            text-decoration: none;
            background-color: #123655;
        }

input {
    outline: none;
    border-radius: 0;
}

.panelShowMore {
    display: block;
    width: 100%;
    margin-top: 50px;
}

.panelHideMore {
    display: none;
}

.panelShowMore > input {
    display: block;
    width: 100%;
    color: #333F48;
    padding: 10px 25px;
    background-color: rgb(232, 236, 249);
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .panelShowMore > input:hover {
        color: white;
        background-color: #333F48;
    }

    .panelShowMore > input:focus {
        outline: none;
    }

.startpage-beta {
    font-size: 1.125rem;
    line-height: 1.22223;
    margin: 0 0 10px 0;
    /* height: 45px; */
}

span.startpage-beta {
    clear: both;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-weight: bold;
    display: block;
}

.teaser-startpage-body {
    margin-top: 10px;
}

.startpage-image {
    width: 100%;
    height: auto;
    /*margin: 0 auto;*/
}

.slider-teaser .teaser-wrap--2col .teaser-item + .teaser-item {
    margin-top: 18px;
    margin-top: 1.125rem;
}

@media only screen and (min-width: 53.75em) {
    .slider-teaser .teaser-wrap--2col .teaser-item + .teaser-item {
        margin-top: 0;
    }
}

.slider-teaser .rsBullets {
    padding-top: 15px;
    /*margin-top: 20px;*/
    border-top: 1px solid #ddd;
    text-align: center;
}

.slider-teaser .rsBullet {
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 4px;
    background-color: #C6C6C6;
    height: 10px;
    width: 10px;
}

.slider-teaser .rsNavSelected {
    background-color: #123655;
}

.caption-text {
    color: #123655;
    margin-top: 20px;
    margin-top: 1.25rem;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2;
    text-align: left;
}

@media only screen and (min-width: 53.75em) {
    .caption-text {
        margin-top: 0;
        color: white;
        width: 100%;
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 1.1115;
        text-align: center;
    }
}

.slider-article {
    clear: both;
    padding: 0 16.66667%;
    position: relative;
    margin: 30px 0;
    margin: 1.875rem 0;
}

@media only screen and (min-width: 53.75em) {
    .slider-article {
        margin: 60px 0;
        margin: 3.75rem 0;
    }
}

.slider-article .rsGCaption {
    color: darkgrey;
    margin-top: 20px;
    margin-top: 1.25rem;
}

.slider-article .rsArrow {
    top: 50%;
    background-image: url("img/icons--arrows.svg");
    margin-top: -30px;
    margin-top: -1.875rem;
    height: 70px;
    height: 4.375rem;
    width: 60px;
    width: 3.75rem;
}

.slider-article .rsArrowLeft {
    background-position: center -386px;
}

.slider-article .rsArrowRight {
    background-position: center -286px;
}

.teaser-group {
    margin-top: 30px;
    margin-top: 1.875rem;
    padding-top: 30px;
    padding-top: 1.875rem;
}

@media only screen and (min-width: 53.75em) {
    .teaser-group {
        margin-top: 60px;
        margin-top: 3.75rem;
        padding-top: 60px;
        padding-top: 3.75rem;
    }
}

.teaser-group:first-child {
    padding-top: 0;
}

    .teaser-group:first-child:before {
        display: none;
    }

.teaser-group h2 {
    margin-top: 0;
}

.teaser-group__subline {
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-width: 43.75em) {
    .teaser-group__subline {
        max-width: 80%;
    }
}

@media only screen and (min-width: 53.75em) {
    .teaser-group__subline {
        max-width: 50%;
    }
}

.teaser-wrap--5col .teaser-item {
    margin-top: 0;
}

@media only screen and (min-width: 43.75em) {
    .teaser-wrap--5col .teaser-item:nth-of-type(n+4) {
        margin-top: 30px;
        margin-top: 1.875rem;
    }
}

@media only screen and (min-width: 53.75em) {
    .teaser-wrap--5col .teaser-item:nth-of-type(n+4) {
        margin-top: 0;
    }

    .teaser-wrap--5col .teaser-item:nth-of-type(n+6) {
        margin-top: 30px;
        margin-top: 1.875rem;
    }
}

@media only screen and (min-width: 43.75em) {
    .teaser-wrap--5col .teaser-item:nth-of-type(3n+4) {
        clear: left;
    }
}

@media only screen and (min-width: 53.75em) {
    .teaser-wrap--5col .teaser-item:nth-of-type(3n+4) {
        clear: none;
    }
}

@media only screen and (min-width: 53.75em) {
    .teaser-wrap--5col .teaser-item:nth-of-type(5n+6) {
        clear: left;
    }
}

@media only screen and (min-width: 43.75em) {
    .teaser-wrap--4col .teaser-item:nth-of-type(2n+3) {
        clear: left;
    }
}

@media only screen and (min-width: 53.75em) {
    .teaser-wrap--4col .teaser-item:nth-of-type(2n+3), .content-4col:nth-of-type(2n+3) {
        clear: none;
    }
}

@media only screen and (min-width: 53.75em) {
    .teaser-wrap--4col .teaser-item:nth-of-type(4n+5), .content-4col:nth-of-type(4n+5) {
        clear: left;
    }
}

@media only screen and (min-width: 43.75em) {
    .teaser-wrap--3col .teaser-item:nth-of-type(3n+4), .content-4col:nth-of-type(3n+4) {
        clear: left;
    }
}

@media only screen and (min-width: 43.75em) {
    .teaser-wrap--2col .teaser-item:nth-of-type(2n+3) {
        clear: left;
    }
}

.teaser-item {
    text-align: center;
    margin-top: 30px;
    margin-top: 1.875rem;
}

@media only screen and (min-width: 53.75em) {
    .teaser-item {
        margin-top: 60px;
        margin-top: 3.75rem;
    }

    .startpageslider {
        padding-left: 15px;
    }
}

.service-item {
    /*background-color: rgb(232, 236, 249);*/
}

    .service-item > a > img {
        display: inherit;
        padding: 20px 0px;
    }

    .service-item .startpage-beta {
        margin-top: 0;
        padding: 0px 15px;
    }

    .service-item .teaser-startpage-body {
        padding: 0px 15px;
    }

    .service-item .startpage-anc-more {
        /*display: block;*/
    }

.teaser-item :first-child {
    margin-top: 0;
}

.teaser-item .anc-block img:hover {
    background-color: #e8ecf0;
    border-radius: 50%;
}

.teaser-item .anc-block--nobg img:hover {
    background-color: none;
    border-radius: 0;
}

.teaser-item .teaser-item {
    margin-top: 0;
}

.teaser-item--alternate {
    text-align: left;
}

.teaser-item--devide {
    margin-top: 30px;
    margin-top: 1.875rem;
    padding-top: 30px;
    padding-top: 1.875rem;
}

    .teaser-item--devide:first-child {
        padding-top: 0;
    }

        .teaser-item--devide:first-child:before {
            display: none;
        }

@media only screen and (min-width: 43.75em) {
    .teaser-item--devide {
        padding-top: 0;
    }

        .teaser-item--devide:before {
            display: none;
        }

        .teaser-item--devide:after {
            display: none;
        }
}

@media only screen and (min-width: 53.75em) {
    .teaser-item--devide {
        margin-top: 60px;
        margin-top: 3.75rem;
    }
}

.teaser-item__image,
.teaser-item__body {
    margin-top: 18px;
    margin-top: 1.125rem;
}

.teaser-item__info {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    margin-top: 18px;
    margin-top: 1.125rem;
}

.teaser-item__image {
    margin-left: auto;
    margin-right: auto;
    max-width: 85%;
}

@media only screen and (min-width: 31.25em) {
    .teaser-item__image {
        max-width: 60%;
        margin-top: -60%;
    }
}

@media only screen and (min-width: 43.75em) {
    .teaser-item__image {
        max-width: 80%;
        margin-top: -80%;
    }
}

@media only screen and (min-width: 53.75em) {
    .teaser-item__image {
        max-width: 100%;
        margin-top: -100%;
    }

    a:hover .teaser-item__image + .teaser-item__image {
        display: block;
    }

    a:hover .teaser-item__image:first-child:not(:only-child) {
        visibility: hidden;
    }
}

@media only screen and (min-width: 71.125em) {
    a:hover .teaser-item__image + .teaser-item__image {
        display: block;
    }
}

a.anc-block:hover .teaser-item__image {
    background-color: #e8ecf0;
    border-radius: 50%;
}

a .teaser-item__image + .teaser-item__image {
    display: none;
    border-radius: 50%;
}

.teaser-item a:first-child img.teaser-item__image {
    padding: 12%;
}

.content-teaser {
    position: relative;
    margin-top: 30px;
    margin-top: 1.875rem;
}

.content-teaser-mp {
    position: relative;
}

.content-teaser__image-wrap {
    position: relative;
    width: 100%;
    max-height: 700px;
    overflow: hidden;
}

    .content-teaser__image-wrap > img {
        width: 100%;
    }

.content-teaser__caption {
    color: #123655;
    margin-top: 20px;
    margin-top: 1.25rem;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2;
}

@media only screen and (min-width: 53.75em) {
    .content-teaser__caption {
        position: absolute;
        color: white;
        width: 250px;
        width: 15.625rem;
        top: 100px;
        top: 6.25rem;
        left: 40px;
        left: 2.5rem;
    }
}

@media only screen and (min-width: 53.75em) {
    .content-teaser__head {
        position: absolute;
        top: 20%;
        left: 50%;
        z-index: 3;
        text-align: center;
        margin-left: -200px;
        margin-left: -12.5rem;
        padding: 20px;
        padding: 1.25rem;
        width: 400px;
        width: 25rem;
    }
}

@media only screen and (min-width: 53.75em) {
    .content-teaser--alternate {
        height: 400px;
        height: 25rem;
    }
}

.content-teaser--alternate h2 {
    margin-top: 0;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2;
}

.floating-element {
    display: none;
}

@media only screen and (min-width: 53.75em) {
    .floating-element {
        display: block;
        position: absolute;
    }
}

.teaser-group--decorative {
    height: 10px;
    height: 0.625rem;
    margin-top: 30px;
    margin-top: 1.875rem;
}

@media only screen and (min-width: 53.75em) {
    .teaser-group--decorative {
        margin-top: 60px;
        margin-top: 3.75rem;
    }
}

.teaser-group--decorative:last-of-type {
    margin-top: 0;
    padding-top: 0;
    height: 0;
}

    .teaser-group--decorative:last-of-type:before {
        display: none;
    }

.teaser-item--flag .anc-block {
    position: relative;
}

    .teaser-item--flag .anc-block:hover:before {
        display: none;
    }

    .teaser-item--flag .anc-block:before {
        display: block;
        content: "";
        position: absolute;
        width: 76px;
        width: 4.75rem;
        height: 76px;
        height: 4.75rem;
        bottom: 10px;
        bottom: 0.625rem;
        right: 10px;
        right: 0.625rem;
    }

[lang=de] .teaser-item--flag .anc-block:before {
    background: url(img/neu.png) no-repeat;
}

[lang=en] .teaser-item--flag .anc-block:before, [lang=en-GB] .teaser-item--flag .anc-block:before {
    background: url(img/new.png) no-repeat;
}

[lang=ru] .teaser-item--flag .anc-block:before {
    background: url(img/new_ru.png) no-repeat;
}

[lang=cz] .teaser-item--flag .anc-block:before {
    background: url(img/new_cz.png) no-repeat;
}

[lang=es] .teaser-item--flag .anc-block:before {
    background: url(img/new_es.png) no-repeat;
}

[lang=fr] .teaser-item--flag .anc-block:before {
    background: url(img/new_fr.png) no-repeat;
}

[lang=hu] .teaser-item--flag .anc-block:before {
    background: url(img/new_hu.png) no-repeat;
}

[lang=it] .teaser-item--flag .anc-block:before {
    background: url(img/new_it.png) no-repeat;
}

[lang=nl] .teaser-item--flag .anc-block:before {
    background: url(img/new_nl.png) no-repeat;
}

[lang=pl] .teaser-item--flag .anc-block:before {
    background: url(img/new_pl.png) no-repeat;
}

[lang=se] .teaser-item--flag .anc-block:before {
    background: url(img/new_se.png) no-repeat;
}

.content-divide {
    clear: both;
    margin-top: 30px;
    margin-top: 1.875rem;
    padding-top: 30px;
    padding-top: 1.875rem;
}

@media only screen and (min-width: 53.75em) {
    .content-divide {
        margin-top: 60px;
        margin-top: 3.75rem;
        padding-top: 60px;
        padding-top: 3.75rem;
    }
}

.content-divide:first-child {
    margin-top: 0;
    padding-top: 0;
}



    .content-divide:first-child:before {
        display: none;
    }

.content-divide > :first-child {
    margin-top: 0;
}

.content-narrow > :first-child {
    margin-top: 0;
}

.hero > div {
    margin-top: 18px;
    margin-top: 1.125rem;
}

.hero__head {
    font-size: 72px;
    font-size: 4.5rem;
    line-height: 1.11112;
}

.hero__subhead {
    font-weight: bold;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
}

.hero__highlight {
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

.bare-list,
.bare-list-wrap ul,
.bare-list-wrap ol {
    padding-left: 0;
    list-style: none;
}

.product-heading {
    margin-top: 25px;
    margin-top: 1.5625rem;
}

.magazine-heading {
    margin-top: 50px;
    margin-top: 3.125rem;
}

.img-wrapper .img-caption {
    margin-top: 15px;
    margin-top: 0.9375rem;
    color: darkgrey;
}

.scroll-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
}

@media only screen and (min-width: 43.75em) {
    .scroll-wrapper {
        overflow: auto;
    }
}

.scroll-wrapper > iframe {
    max-width: 100%;
    display: block;
    overflow: hidden;
}

.product-detail {
    position: relative;
    margin-top: 30px;
    margin-top: 1.875rem;
}

@media only screen and (min-width: 53.75em) {
    .product-detail {
        margin-top: 20px;
        margin-top: 1.25rem;
    }
}

@media only screen and (max-width: 53.75em) {

    .mobile-side-margin {
        margin: 0 16px;
    }
}

.product-images {
    position: relative;
    cursor: pointer;
}

    .product-images > img {
        margin: 0 auto;
        padding: 0 12% 0 12%;
    }

@media only screen and (min-width: 53.75em) {
    .product-detail__product-details h2 {
        margin-top: 0;
    }
}

.product-detail__product-details > ul {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
}

.product-detail__product-details > .anc-more {
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
}

.product-detail--additional-info {
    margin: 18px 0;
    margin: 1.125rem 0;
}

.product-thumbnails {
    margin-left: -10px;
    margin-left: -0.625rem;
}

    .product-thumbnails span {
        width: 25%;
        float: left;
        cursor: pointer;
        padding-left: 10px;
        padding-left: 0.625rem;
    }

    .product-thumbnails img {
        border: 1px solid #d9e1e6;
        border: 0.0625rem solid #d9e1e6;
    }

.product-images__zoom {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    background-color: white;
    border-radius: 50%;
    border: 2px solid #1d6193;
    border: 0.125rem solid #1d6193;
    margin-top: -22px;
    margin-top: -1.375rem;
    margin-left: -22px;
    margin-left: -1.375rem;
    height: 44px;
    height: 2.75rem;
    width: 44px;
    width: 2.75rem;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.58334;
}

.product-images:hover .product-images__zoom {
    display: block;
}

.product-section {
    margin-top: 10px;
    margin-top: 0.625rem;
}

.island {
    margin-top: 20px;
    margin-top: 1.25rem;
    padding: 20px;
    padding: 1.25rem;
}

.island--forum {
    background-color: #f8f9fa;
}

    .island--forum > h2 {
        margin-top: 0;
    }

    .island--forum .faq-box > .anc-more a {
        display: inline-block;
    }

    .island--forum .faq-box + .faq-box {
        margin-top: 0;
    }

    .island--forum .faq-box:before {
        display: none;
    }

.island--product {
    background-color: #f8f9fa;
}

.intro {
    font-weight: bold;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
}

.article__image {
    margin-top: 30px;
    margin-top: 1.875rem;
}

@media only screen and (min-width: 53.75em) {
    .article__image {
        float: left;
        margin: 18px 30px 40px 0;
        margin: 1.125rem 1.875rem 2.5rem 0;
    }
}

.article__image--alternate {
    margin-top: 30px;
    margin-top: 1.875rem;
}

@media only screen and (min-width: 53.75em) {
    .article__image--alternate {
        float: right;
        margin: 18px 0 40px 30px;
        margin: 1.125rem 0 2.5rem 1.875rem;
    }
}

@media only screen and (max-width: 53.6875em) {
    .video-item {
        position: relative;
        padding-top: 56.25%;
    }
}

@media only screen and (max-width: 53.6875em) {
    .video-item iframe {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }
}

.article-actions {
    clear: both;
}

.matching-articles {
    margin-top: 30px;
    margin-top: 1.875rem;
    padding-top: 30px;
    padding-top: 1.875rem;
}

@media only screen and (min-width: 53.75em) {
    .matching-articles {
        margin-top: 60px;
        margin-top: 3.75rem;
        padding-top: 60px;
        padding-top: 3.75rem;
    }
}

.matching-articles h2 {
    margin-top: 0;
}

.article-item {
    margin-top: 30px;
    margin-top: 1.875rem;
}

@media only screen and (min-width: 53.75em) {
    .article-item {
        margin-top: 60px;
        margin-top: 3.75rem;
    }
}

.article-item h2 {
    margin-bottom: 18px;
    margin-bottom: 1.125rem;
}

@media only screen and (min-width: 53.75em) {
    .article-item__image {
        margin-right: 30px;
        margin-right: 1.875rem;
    }
}

@media only screen and (min-width: 53.75em) {
    .article-item__body h3 {
        margin-top: 0;
    }
}

.general-overview {
    display: none;
    border-bottom: 1px solid #ddd;
    border-bottom: 0.0625rem solid #ddd;
    padding: 30px 0;
    padding: 1.875rem 0;
    background-color: white;
}

    .general-overview .teaser-item h1 {
        font-weight: normal;
    }

.sticky .general-overview {
    border-bottom: 0;
}

.no-js .general-overview {
    display: block !important;
}

.technical-details {
    margin-top: 30px;
    margin-top: 1.875rem;
    padding-top: 30px;
    padding-top: 1.875rem;
}

    .technical-details > .anc-more {
        margin-top: 0;
    }

.distributor-wrap {
    margin: 30px 0;
    margin: 1.875rem 0;
}

@media only screen and (min-width: 53.75em) {
    .distributor-wrap {
        margin: 60px 0;
        margin: 3.75rem 0;
    }
}

.faq-box + .faq-box {
    margin-top: 18px;
    margin-top: 1.125rem;
}

.faq-box > .anc-more a.is-active {
    color: #333F48;
}

.press-section {
    margin-top: 10px;
    margin-top: 0.625rem;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

.press-item ul {
    margin-top: 10px;
    margin-top: 0.625rem;
}

.press-thumbnails {
    margin-left: -10px;
    margin-left: -0.625rem;
}

    .press-thumbnails span {
        width: 20%;
        float: left;
        cursor: pointer;
        padding-left: 10px;
        padding-left: 0.625rem;
    }

    .press-thumbnails img {
        border: 1px solid #d9e1e6;
        border: 0.0625rem solid #d9e1e6;
    }

.form-row--submit {
    display: block;
    overflow: hidden;
    position: relative;
}

.form-row__text {
    overflow: hidden;
}

    .form-row__text input {
        font-size: 18px;
        font-size: 1.125rem;
    }

.form-row__submit {
    position: absolute;
    right: 0px;
    background-color: #1d6193;
}

    .form-row__submit button {
        width: 42px;
        height: 42px;
        color: white;
        border: 1px solid #d9e1e6;
        border: 0.0625rem solid #d9e1e6;
        border-left: none;
        background-image: url("img/arrow_newsletter.png");
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

.form-row__error {
    position: fixed;
    left: 0;
    right: 0;
}

.search-box {
    margin-top: 30px;
    margin-top: 1.875rem;
}

@media only screen and (min-width: 53.75em) {
    .search-box {
        margin-top: 60px;
        margin-top: 3.75rem;
    }
}

.search-row--submit {
    display: block;
    overflow: hidden;
}

.search-row__text {
    overflow: hidden;
}

    .search-row__text input {
        border: 0;
        padding-left: 0;
        padding-right: 0;
        outline: 0;
        font-family: 'ITCFranklinGothicW02-Bk_812933', 'ITCFranklinGothicW10-Bk_862348', sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
    }

@media only screen and (min-width: 53.75em) {
    .search-row__text input {
        font-size: 72px;
        font-size: 4.5rem;
    }
}

.search-row__submit {
    float: right;
    margin-left: 20px;
    margin-left: 1.25rem;
}

    .search-row__submit .anc-button {
        display: inline-block;
    }

@media only screen and (min-width: 53.75em) {
    .search-row__submit .anc-button {
        margin-top: 30px;
        margin-top: 1.875rem;
    }
}

.search-result {
    padding-left: 0;
    list-style-type: none;
}

.form-col {
    margin-top: 18px;
    margin-top: 1.125rem;
}

.form-col--wide {
    margin-top: 18px;
    margin-top: 1.125rem;
}

.form-col--checkbox label {
    display: inline;
}

.select-wrap {
    height: 35px;
    height: 2.1875rem;
}

    .select-wrap select {
        height: 100%;
    }

.the-wave {
    display: none;
    height: 20%;
    width: 100%;
    position: absolute;
    bottom: 0;
    pointer-events: none;
    background: url("img/Tetra_Stage_Welle.png") no-repeat center bottom;
}

@media only screen and (max-width: 31.25em) {
    .the-wave {
        background-size: 100% 75%;
    }
}

@media only screen and (min-width: 31.25em) {
    .the-wave {
        background-size: 100% 80%;
    }
}

@media only screen and (min-width: 43.75em) {
    .the-wave {
        background-size: 100% 85%;
    }
}

@media only screen and (min-width: 53.75em) {
    .the-wave {
        background-size: 100% 90%;
    }
}

@media only screen and (min-width: 71.125em) {
    .the-wave {
        background-size: 100% 95%;
    }
}

.layer {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
    overflow-y: auto;
    background-color: white;
}

.layer {
    padding: 80px 0;
    padding: 5rem 0;
}

.layer-wrap {
    position: relative;
    padding: 0 5%;
    padding-top: 30px;
    padding-top: 1.875rem;
}

    .layer-wrap .product-thumbnails {
        margin-top: 30px;
        margin-top: 1.875rem;
    }

@media only screen and (min-width: 43.75em) {
    .layer-wrap .product-thumbnails {
        position: absolute;
        top: 0;
        margin-top: 0;
        width: 10%;
    }
}

@media only screen and (min-width: 43.75em) {
    .layer-wrap .product-thumbnails span {
        display: block;
        padding-left: 0;
        width: 100%;
        float: none;
        margin-top: 10px;
        margin-top: 0.625rem;
    }
}

.layer--image-zoom {
    padding-top: 0;
}

    .layer--image-zoom .product-images {
        cursor: default;
    }

.layer-is-active {
    overflow: visible !important;
}

    .layer-is-active body {
        overflow: hidden !important;
    }

.layer-nav-and-close {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10;
    background-color: white;
    padding: 20px 0;
    padding: 1.25rem 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.111;
    font-family: 'ITCFranklinGothicW02-Bk_812933', 'ITCFranklinGothicW10-Bk_862348', sans-serif;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.5);
}

.layer--image-zoom .layer-nav-and-close {
    position: static;
    padding: 90px 0 0;
    padding: 5.625rem 0 0;
    background-image: url("img/tetra_logo_new.png");
    background-size: 168px 76px;
    background-position: center top;
    box-shadow: none;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 43.75em) {
    .layer--image-zoom .layer-nav-and-close {
        padding: 30px 0;
        padding: 1.875rem 0;
    }
}

.layer--worldwide .layer-nav-and-close {
    box-shadow: none;
    background-image: url("img/tetra-logo.png");
    background-repeat: no-repeat;
    background-position: center top;
    padding: 30px 0;
    padding: 1.875rem 0;
}

.layer-nav__navigate {
    float: left;
}

    .layer-nav__navigate a {
        float: left;
    }

        .layer-nav__navigate a + a {
            margin-left: 20px;
            margin-left: 1.25rem;
        }

    .layer-nav__navigate span {
        display: none;
    }

@media only screen and (min-width: 43.75em) {
    .layer-nav__navigate span {
        display: inline;
    }
}

.layer-navigate__previous {
    padding-right: 0;
    padding-left: 30px;
    padding-left: 1.875rem;
}

    .layer-navigate__previous:before {
        right: auto;
        left: 0;
        background-position: center -195px !important;
    }

.layer-navigate__next:before {
    background-position: center -95px !important;
}

.layer-nav__close {
    text-align: center;
}

@media only screen and (min-width: 43.75em) {
    .layer-nav__close {
        float: right;
        text-align: left;
    }
}

.layer-nav__close a:before {
    background-position: center -695px;
}

.paging {
    overflow: hidden;
    margin-top: 40px;
    margin-top: 2.5rem;
}

.paging__prev {
    float: left;
}

.paging__next {
    float: right;
}

.paging__singles {
    display: none;
    padding: 8px 0;
    padding: 0.5rem 0;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.111;
    font-family: 'ITCFranklinGothicW02-Bk_812933', 'ITCFranklinGothicW10-Bk_862348', sans-serif;
    text-align: center;
}

@media only screen and (min-width: 43.75em) {
    .paging__singles {
        display: block;
    }
}

.paging__singles a {
    display: inline-block;
    margin-right: 20px;
    margin-right: 1.25rem;
    text-decoration: none;
}

    .paging__singles a:last-child {
        margin-right: 0;
    }

.paging .active {
    font-family: 'ITCFranklinGothicW02-Md 812975', 'ITCFranklinGothicW10-Md_862390', sans-serif;
    text-decoration: none;
}

.teaser-shadow-divide {
    margin-top: 30px;
    margin-top: 1.875rem;
}

@media only screen and (min-width: 53.75em) {
    .teaser-shadow-divide {
        margin-top: 60px;
        margin-top: 3.75rem;
    }
}


/*.footer {
  background-image: url("img/tetra-logo--footer.png");
  background-image: url("img/tetra_logo_new.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 115px 53px;
  background-color: #e8ecf0;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding: 0px 0 40px;
  padding: 4.375rem 0 2.5rem;
}
@media 
(-webkit-min-device-pixel-ratio: 2), 
(min-resolution: 192dpi) { 
  .footer {
      background-image: url("img/tetra_logo_new@2x.png");
  }
}
@media only screen and (min-width: 53.75em) {
  .footer {
    margin-top: 60px;
    margin-top: 3.75rem;
  }
}

.footer-claim {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.11112;
  font-family: 'ITCFranklinGothicW02-Bk_812933', 'ITCFranklinGothicW10-Bk_862348', sans-serif;
}

.footer-share {
  overflow: hidden;
  margin-top: 35px;
  margin-top: 2.1875rem;
}

.footer-share__newsletter {
  margin-bottom: 18px;
  margin-bottom: 1.125rem;
}
@media only screen and (min-width: 53.75em) {
  .footer-share__newsletter {
    margin-bottom: 0;
    width: 40%;
    float: left;
  }
}

.footer-share__social {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.27778;
  font-family: 'ITCFranklinGothicW02-Bk_812933', 'ITCFranklinGothicW10-Bk_862348', sans-serif;
}
@media only screen and (min-width: 31.25em) {
  .footer-share__social {
    text-align: left;
  }
}
@media only screen and (min-width: 53.75em) {
  .footer-share__social {
    width: 40%;
    float: right;
    text-align: right;
  }
}
.footer-share__social > span {
  display: block;
  margin-right: 10px;
  margin-right: 0.625rem;
}
@media only screen and (min-width: 31.25em) {
  .footer-share__social > span {
    display: inline;
  }
}
.footer-share__social a {
  background-image: url("img/icons--social-media.svg");
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-right: 0.625rem;
  height: 41px;
  height: 2.5625rem;
  width: 41px;
  width: 2.5625rem;
}
.footer-share__social a:last-of-type {
  margin-right: 0;
}
.no-svg .footer-share__social a {
  background-image: url("img/icons--social-media.png");
}
.footer-share__social .footer__social--facebook {
  background-position: center -493px;
}
.footer-share__social .footer__social--twitter {
  background-position: center -593px;
}
.footer-share__social .footer__social--google {
  background-position: center -693px;
}
.footer-share__social .footer__social--youtube {
  background-position: center -793px;
}
.footer-share__social .footer__social--pinterest {
  background-position: center -893px;
}
.footer-share__social .footer__social--vkontakte {
    background-image: url("img/icons--social-media--vkontakte.png");
    -ms-background-size: contain;
    background-size: contain;
    margin-left: 10px;
    margin-left: 0.625rem;
}

.footer-meta {
  margin-top: 40px;
  margin-top: 2.5rem;
  padding: 25px 0;
  padding: 1.5625rem 0;
  border-top: 1px solid #ddd;
  border-top: 0.0625rem solid #ddd;
}
@media only screen and (min-width: 43.75em) {
  .footer-meta {
    background-image: url("img/Tetra_Fisch.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-right: 90px;
    padding-right: 5.625rem;
  }
}
.footer-meta a {
  display: inline-block;
  margin-right: 10px;
  margin-right: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  font-family: 'ITCFranklinGothicW02-Bk_812933', 'ITCFranklinGothicW10-Bk_862348', sans-serif;
}
.footer-meta a:last-of-type {
  margin-right: 0;
}

.copyright {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.footer-nav {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.footer-nav__items {
  padding-left: 0;
  list-style-type: none;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.111;
  font-family: 'ITCFranklinGothicW02-Bk_812933', 'ITCFranklinGothicW10-Bk_862348', sans-serif;
}
.footer-nav__items li {
  display: inline-block;
  margin: 0 10px 10px 0;
  margin: 0 0.625rem 0.625rem 0;
}

.footer-nav__wrap {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.footer-nav__col {
  margin-top: 25px;
  margin-top: 1.5625rem;
  font-family: 'ITCFranklinGothicW02-Bk_812933', 'ITCFranklinGothicW10-Bk_862348', sans-serif;
}
@media only screen and (min-width: 31.25em) {
  .footer-nav__col {
    margin-top: 0;
  }
}
.footer-nav__col:first-child {
  margin-top: 0;
}
.footer-nav__col:nth-of-type(n+3) {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media only screen and (min-width: 43.75em) {
  .footer-nav__col:nth-of-type(n+3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 43.75em) {
  .footer-nav__col:nth-of-type(n+4) {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
}
@media only screen and (min-width: 53.75em) {
  .footer-nav__col:nth-of-type(n+4) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 53.75em) {
  .footer-nav__col:nth-of-type(5n+6) {
    margin-top: 25px;
    margin-top: 1.5625rem;
  }
}
@media only screen and (min-width: 31.25em) {
  .footer-nav__col:nth-of-type(2n+3) {
    clear: left;
  }
}
@media only screen and (min-width: 43.75em) {
  .footer-nav__col:nth-of-type(2n+3) {
    clear: none;
  }
}
@media only screen and (min-width: 43.75em) {
  .footer-nav__col:nth-of-type(3n+4) {
    clear: left;
  }
}
@media only screen and (min-width: 53.75em) {
  .footer-nav__col:nth-of-type(3n+4) {
    clear: none;
  }
}
@media only screen and (min-width: 53.75em) {
  .footer-nav__col:nth-of-type(5n+6) {
    clear: left;
  }
}
.footer-nav__col > span {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.11112;
}
.footer-nav__col > ul {
  padding-left: 0;
  list-style-type: none;
}
.footer-nav__col > ul li {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
.footer-nav__col > ul a {
  font-size: 16px;
  font-size: 1rem;
}

.footer-nav__app {
  display: inline-block;
  margin-right: 20px;
  margin-right: 1.25rem;
}
.footer-nav__app:last-of-type {
  margin-right: 0;
}
.footer-nav__app a {
  display: block;
  text-indent: -999em;
  height: 48px;
  height: 3rem;
  width: 142px;
  width: 8.875rem;
}

.nav-app--ios {
  background-image: url("img/appstore.png");
}

.nav-app--play {
  background-image: url("img/googleplay.png");
}

.footer-to-bottom {
  height: 100%;
}
.footer-to-bottom body {
  height: 100%;
}
.footer-to-bottom #mainform {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.footer-to-bottom #mainform > * {
  width: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.footer-to-bottom div[role=main] {
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}*/

.startpage-width:before, .page-width:before, .meta-and-search:before, .level-one:before, .level-two > li:before, .page-nav-and-tools:before, .product-thumbnails:before, .press-thumbnails:before, .layer-wrap:before, .layer-nav:before, .layer-nav__navigate:before, .footer-nav__items:before, .page-width:after, .meta-and-search:after, .level-one:after, .level-two > li:after, .page-nav-and-tools:after, .product-thumbnails:after, .press-thumbnails:after, .layer-wrap:after, .layer-nav:after, .layer-nav__navigate:after, .footer-nav__items:after {
    content: "";
    display: table;
}

.startpage-width:after, .page-width:after, .meta-and-search:after, .level-one:after, .level-two > li:after, .page-nav-and-tools:after, .product-thumbnails:after, .press-thumbnails:after, .layer-wrap:after, .layer-nav:after, .layer-nav__navigate:after, .footer-nav__items:after {
    clear: both;
}

/* MAGAZINE HEADLINE ITEM */

.magazine-headline-item {
    display: block;
    width: 100%;
    max-height: 700px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

@media only screen and (min-width: 53.75em) {
}

.magazine-headline-item .sizingImage {
    display: inherit;
    width: 100%;
    visibility: hidden;
}

.magazine-headline-item .verticalImage {
    display: inherit;
    width: 100%;
    visibility: visible;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.magazine-headline-item > img {
    display: inherit;
    width: 100%;
}

.magazine-headline-item .content {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);
    text-align: center;
}

.magazine-headline-item .sub-content {
    color: white;
    /*background-color: black;*/
    width: initial;
    display: inline-block;
    max-width: 60%;
}

@media only screen and (max-width: 43.75em) {
    .magazine-headline-item .sub-content {
        max-width: 75%;
    }
}

.magazine-headline-item .item-title {
    display: block;
    font-size: 34px;
    padding: 0px 8px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}

@media only screen and (max-width: 43.75em) {
    .magazine-headline-item .item-title {
        font-size: 25px;
    }
}

.magazine-headline-item .item-line {
    display: block;
    border-top: 1px solid white;
    margin: 8px 0px;
}

.magazine-headline-item .item-description {
    display: block;
    font-size: 20px;
    padding: 0px 8px;
    font-style: italic;
}

@media only screen and (max-width: 43.75em) {
    .magazine-headline-item .item-description {
        font-size: 14px;
    }
}

.magazine-headline-item .item-anc-more {
    margin-top: 15px;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
}

@media only screen and (max-width: 43.75em) {
    .magazine-headline-item .item-anc-more {
    }
}

.magazine-headline-item .item-anc-more > a {
    display: block;
    width: 100%;
    height: 100%;
    color: white;
    border-radius: 25px;
    font-size: 15px;
    padding: 6px 80px;
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.5);
    transition: background-color 0.2s ease;
}

    .magazine-headline-item .item-anc-more > a:hover {
        /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);*/
        color: white;
        text-decoration: none;
        background-color: #123655;
    }

@media only screen and (max-width: 43.75em) {
    .magazine-headline-item .item-anc-more > a {
        font-size: 13px;
        padding: 5px 20px;
    }
}

.magazine-headline-item .item-anc-more > a:hover {
}

.magazine-layout-subcategory {
    margin-top: 50px;
    font-size: 25px;
    font-weight: bold;
    display: block;
}

/* MAGAZINE ITEM */

.magazine-item {
    border: 0.0625rem solid #d9e1e6;
}

    .magazine-item > a {
        display: block;
        text-decoration: none;
        position: relative;
    }

        .magazine-item > a > img {
            display: inherit;
            width: 100%;
        }

    .magazine-item .startpage-beta {
        margin-top: 15px;
        padding: 0px 15px;
        height: initial;
    }

    .magazine-item .startpage-anc-more {
        margin-bottom: 15px;
    }

    .magazine-item .teaser-startpage-body {
        padding: 0px 15px;
    }

    .magazine-item .startpage-anc-more {
        /*display: block;*/
    }

    .magazine-item .category {
        /*position: absolute;
  top: 0px;
  left: 0px;*/
        font-size: 11px;
        font-weight: normal;
        padding: 10px 25px;
        color: #333F48;
        background-color: rgb(232, 236, 249);
        text-transform: uppercase;
    }

/* MAGAZINE ARTICLE LAYOUTS */

.tetraMagazineLayoutList {
    color: #333F48;
}

/* ARTICLE LAYOUT */
.tetra-magazine-articleLayout {
    display: inline-block;
    width: 100%;
}

    .tetra-magazine-articleLayout .teaser-wrap {
    }

    .tetra-magazine-articleLayout .teaser-item {
        margin-top: 0px;
    }

        .tetra-magazine-articleLayout .teaser-item > img {
            width: 100%;
        }

    .tetra-magazine-articleLayout .noField {
        display: none;
    }


    .tetra-magazine-articleLayout .title {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .tetra-magazine-articleLayout .description {
        /*font-size: 13px;*/
        margin-bottom: 15px;
    }

        .tetra-magazine-articleLayout .description ul {
            margin-top: 0px;
        }

        .tetra-magazine-articleLayout .description p:first-child {
            margin-top: 0;
        }

    .tetra-magazine-articleLayout .startpage-anc-more {
        margin-top: 0px;
        width: initial;
    }

@media only screen and (max-width: 31.25em) {
    .tetra-magazine-articleLayout .startpage-anc-more {
        width: 100%;
    }
}

/* ARTICLE LINK LIST */
.tetra-magazine-articleLayout .linkslist {
    width: 33.3%;
}

.tetra-magazine-articleLayout .links-list {
    width: 100%;
    margin-top: 0px;
    display: inline-block;
}

.tetra-magazine-articleLayout .video-item {
    margin-bottom: 15px;
    position: relative;
    padding-top: 56.25%;
}

    .tetra-magazine-articleLayout .video-item iframe {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

.magazine-newsletter {
    width: 100%;
    background-color: rgb(232, 236, 249);
    text-align: center;
    margin-top: 60px;
    margin-top: 3.75rem;
    padding: 25px 15px;
}

@media only screen and (max-width: 53.6875em) {
    .magazine-newsletter {
        margin-top: 30px;
        margin-top: 1.875rem;
    }
}

.magazine-newsletter .title {
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.22223;
    margin: 0 0 10px 0;
}

.magazine-newsletter .description {
    display: block;
}

.magazine-newsletter .formbox {
    display: inline-block;
    width: 400px;
    margin: 10px 0px;
}

@media only screen and (max-width: 43.75em) {
    .magazine-newsletter .formbox {
        width: 100%;
    }
}

.magazineHeaderWrap {
    position: relative;
}

    .magazineHeaderWrap .page-width {
        position: static;
    }

    .magazineHeaderWrap .breadcrumbs {
        color: white;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
    }

    .magazineHeaderWrap .teaserImageDesktop {
        display: none;
    }
/* Desktop (860px <) */
@media only screen and (min-width: 53.76em) {
    .magazineHeaderWrap .teaserImageDesktop {
        display: block;
    }
}

.magazineHeaderWrap .teaserImageTablet {
    display: none;
}
/* Tablet ( 500 - 860px) */
@media only screen and (min-width: 31.26em) and (max-width: 53.75em) {
    .magazineHeaderWrap .teaserImageTablet {
        display: block;
    }
}

.magazineHeaderWrap .teaserImagePhone {
    display: none;
}
/* Mobile ( < 500px) */
@media only screen and (max-width: 31.25em) {
    .magazineHeaderWrap .teaserImagePhone {
        display: block;
    }
}

.breadcrumbs {
    font-size: 12px;
    position: absolute;
    top: 20px;
    color: #123655;
}

@media only screen and (max-width: 53.6875em) {
    .breadcrumbs {
        display: none;
    }
}

.breadcrumbs > a {
    color: #1d6193;
    font-size: 12px;
    text-decoration: none;
    ;
}

    .breadcrumbs > a:hover {
        text-decoration: underline;
    }

.form-content {
    margin-bottom: 5px;
}

.dealersearch-validation-error-message {
    color: red;
}

.product-detail-anc {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    margin-bottom: 10px;
    margin-bottom: 0.625rem;
}

.slider-item-display-none {
    display: none !important;
}

.anc-icon--dealer-search img {
    height: 24px;
    width: auto;
    margin-top: 2.5px;
}

.masonry {
    margin-left: 0;
    margin-top: 60px;
    margin-top: 3.75rem;
}

.masonry-item {
    margin-bottom: 30px;
    width: calc(33.333% - (15px * 2 / 3));
    vertical-align: top;
    display: inline-block;
}

.gutter-item {
    width: 15px;
}

@media only screen and (max-width: 53.749em) {
    .masonry-item {
        max-width: calc(50% - (15px / 2));
        width: auto;
    }
}

@media only screen and (max-width: 31.25em) {
    .masonry {
        margin-top: 30px;
        margin-top: 1.875rem;
    }

    .masonry-item {
        max-width: none;
    }
}

img.inline-image {
    display: inline;
}

.section {
    margin-top: 0;
    clear: both;
    word-wrap: break-word;
    overflow-wrap: break-word;
    font-size: 1rem;
    line-height: 1.25;
    display: block;
    font-weight: bold;
}

.flex {
    display: flex;
}

.hor-center {
    justify-content: center;
}

quarter-width {
    width: 25%;
}
.nowrap {
    flex-wrap: nowrap;
}

.wrap {
    flex-wrap: wrap;
}

.posabs {
    position: absolute;
}

.space-between {
    justify-content: space-between;
 }
 
.posabs {
    position: absolute;
}

.posrel {
    position: relative;
}

.ver-center {
    align-items: center;
}

.text-center {
    text-align: center;
}

.yokozuna {
    font-weight: bold;
}
.bermuda-triangle {
    display: none;
}
.fullWidth {
    width: 100%;
}

.text-left-align {
    text-align: left;
}