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

.section-header {
    min-height: 40vh;
    margin-top: 60px;
}

.logo-list,
.info-list {
    margin-top: 6em;
}

.info-list .flexbox {
    align-items: flex-start;
    padding: 25px 0;
}

.bildmarke-deco-wrap {
    position: absolute;
    left: auto;
    top: 0;
    right: 0;
    bottom: auto;
    z-index: -1;
    overflow: hidden;
    width: 25vw;
}

.bildmarke-deco {
    z-index: -1;
    width: 40vw;
    max-width: none;
    opacity: .15;
}

.produkt-gallery {
    display: -ms-grid;
    display: grid;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    grid-auto-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    border-top: 1px solid #ddecea;
    margin-bottom: 4em;
}

.product-card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 22.22vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-left: 1px solid #ddecea;
    border-bottom: 1px solid #ddecea;
    background-color: #fff;
    -webkit-transition: background-color .6s;
    transition: background-color .6s;
    cursor: pointer;
}

.slider-card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color .6s;
    transition: background-color .6s;
    font-family: 'Roboto Condensed', sans-serif;
    color: #0b3738;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.slide-thumb-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 75%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.produkt-thumb {
    width: 10vw;
    height: 10vw;
    border: 1px solid #ddecea;
    border-radius: 50%;
}

.slide-text-wrap {
    height: 25%;
}

.qualit-t-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 10vw;
    height: 10vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #ddecea;
    border-radius: 50%;
    background-color: #fff;
    font-size: 1.6vw;
    line-height: 1em;
    text-transform: uppercase;
}

.slider-card:hover {
    background-color: #ddecea;
}

#map-world-large {
    height: 400px;
    width: 100%;
    margin-top: 6em;
    padding-bottom: 2em;
    margin-bottom: 4em;
}

.jvectormap-zoomout {
    top: 50px !important;
}

.subtitle {
    padding-left: 20px;
    padding-right: 20px;
}

#email-form .flexbox,
form.powermail_form .flexbox {
    align-items: initial;
}

.eigene-formulierung-page .info-list {
    margin-top: 2em;
}

.private-label .info-list {
    margin-top: 2em;
    margin-bottom: 35px;
}

.product-gallery-container {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 83.33%;
    margin-right: auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.sticky-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 71px;
    z-index: 1;
    min-width: 16.56vw;
    padding: 30px;
    border-top: 1px solid #ddecea;
    border-bottom: 1px solid #ddecea;
}

.jump-mark {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5em;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ddecea;
    -webkit-transition: color .6s;
    transition: color .6s;
    color: rgba(11, 56, 56, .7);
    font-size: .875rem;
    line-height: 1.4em;
    font-weight: 400;
    text-decoration: none;
}

.jump-mark.w--current {
    color: #128271;
    font-weight: 600;
}

.jumpmark-title {
    padding-right: 5px;
}

.jump-mark .icon {
    display: inline-block;
    border-right: 1px solid rgba(11, 56, 56, .5);
    border-bottom: 1px solid rgba(11, 56, 56, .5);
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
}

.jump-mark.w--current .icon {
    border-right: 2px solid #128271;
    border-bottom: 2px solid #128271;
}

.produkt-gallery-stage {
    width: 100%;
}

.private-label .produkt-gallery {
    border-top: 0;
    margin-bottom: 0;
}

.filter-stage {
    padding-top: 1rem;
    padding-right: 1rem;
    padding-left: 1rem;
    border: 1px solid #ddecea;
    background-color: #fff;
}

.filter-button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
    margin-bottom: 1rem;
    padding: 10px 22px;
    border-radius: 17px;
    -webkit-transition: -webkit-transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    font-size: .75rem;
    line-height: 1em;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
}

.filter-button:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.filter-color {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .15;
    -webkit-transition: opacity .6s;
    transition: opacity .6s;
}

.filter-text {
    position: relative;
    -webkit-transition: color .4s;
    transition: color .4s;
    color: rgb(11, 55, 56);
}

.filter-button.highlight .filter-color {
    opacity: 1;
}

.filter-button.highlight .filter-text {
    color: #fff;
}

.c-vegan {
    background-color: #0E8A00;
}

.c-halal {
    background-color: #000;
}

.c-zuckerfrei {
    background-color: #db1f89;
}

.c-stabilitat {
    background-color: #5d99ff;
}

.c-marken {
    background-color: #128271;
}

.c-hitze {
    background-color: #C25700;
}

.c-indi {
    background-color: #a853c7;
}
.c-default {
    background-color: #128271;
}

.back-cover {
    padding: 3rem 1rem 1rem;
    border-left: 1px solid #ddecea;
    background-color: #fff;
}

.back-cover h3 {
    margin: 0;
}

.private-label .product-card:hover {
    background-color: #ddecea;
}

.product-thumb-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2vw;
    padding-bottom: 2vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.produkt-thumb {
    width: 10vw;
    height: 10vw;
    border: 1px solid #ddecea;
    border-radius: 50%;
}

.product-info-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-info {
    padding: 1rem;
    font-size: .875rem;
    line-height: 1.2em;
    text-align: center;
}

.tag-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.tag-wrap.margin-bottom1 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tag {
    margin-right: 5px;
    margin-bottom: 0.5rem;
    padding: 5px 8px;
    border-radius: 2px;
    font-family: Rubik, sans-serif;
    color: #fff;
    font-size: 10px;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.c-stabilitat {
    background-color: #5d99ff;
}

.product-name {
    min-height: 3.6rem;
    margin-bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1.4em;
}

.product-thumb-list,
div.product-gallery-container div.product-card ul {
    min-height: 90px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid #ddecea;
    border-bottom: 1px solid #ddecea;
    text-align: left;
    -webkit-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1rem;
    column-gap: 1rem;
    -webkit-column-rule-style: none;
    column-rule-style: none;
    padding-left: 1rem;
    margin: 0;
}

.product-thumb-list li,
div.product-gallery-container div.product-card ul li {
    margin-bottom: 6px;
    line-height: 1.4em;
}

.box50 {
    width: 50%;
}

.popup-btn {
    padding: 1rem;
    -webkit-transition: color .6s;
    transition: color .6s;
    font-size: .875rem;
    line-height: 1.2em;
    font-weight: 600;
    text-transform: uppercase;
    word-break: break-word;
}

.popup-btn:hover {
    color: #1aa7a9;
}

.jumpmark-header {
    display: none;
    padding: 0.5rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .875rem;
    font-weight: 600;
}

.container-check {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border: 2px solid #dde1ec;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container-check .checkmark:after {
    left: 5px;
    top: 1px;
    width: 3px;
    height: 8px;
    border: solid #0b3738;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.container-check input:checked ~ .checkmark:after {
    display: block;
}

.tabelle-overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    display: none;
    padding: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .75);
}

.tabelle {
    position: relative;
    padding: 3rem 6rem;
    background-color: #fff;
}

.tabelle-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.tabelle-zell {
    padding: 5px 10px;
    border-bottom: 1px solid #dde1ec;
    font-size: .875rem;
}

.close-table {
    position: absolute;
    left: auto;
    top: 10px;
    right: 10px;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 42px;
    height: 42px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .3s;
    transition: color .3s;
    color: rgba(11, 56, 56, .5);
    font-weight: 400;
    cursor: pointer;
}

.close-table.plus {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: linear-gradient(rgba(11, 56, 56, .5) 0 0), linear-gradient(rgba(11, 56, 56, .5) 0 0);
    background-position: center;
    background-size: 100% 2px, 2px 100%;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    -ms-transition: -ms-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
    .info-list h3,
    .info-list h2,
    .info-list .left,
    .info-list .right {
        width: 50%;
        padding: 0 20px;
    }

    .info-list .right a.cta {
        margin-top: 2em;
        width: auto;
        margin-left: -20px;
        margin-right: -20px;
    }

    .logo-list h2 {
        padding-left: 20px;
        max-width: 45%;
    }

    .product-card:nth-child(3n+3),
    .product-card:last-child {
        border-right: 1px solid #ddecea;
    }

    .subtitle {
        max-width: 50%;
    }
    .frame-type-amapharmsite_fullwidthtwocolumn .subtitle {
        max-width: initial;
    }
}

@media screen and (max-width: 991px) {
    .section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .produkt-gallery {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .product-card {
        min-height: 50vw;
    }

    .qualit-t-text {
        width: 120px;
        height: 120px;
        font-size: 1.6rem;
    }

    .product-card:nth-child(even) {
        border-right: 1px solid #ddecea;
    }

    .bildmarke-deco-wrap {
        display: none;
    }

    .jumpmark-stage {
        display: none;
        overflow: hidden;
        padding: 0;
    }

    .produkt-gallery-stage {
        width: 100%;
    }

    .product-gallery-container {
        display: block;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }

    .sticky-nav {
        top: 56px;
        overflow: hidden;
        width: 100vw;
        margin-right: -15px;
        margin-left: -15px;
        padding: 0;
        border-style: none solid;
        border-right-width: 1px;
        border-right-color: #ddecea;
        border-left-width: 1px;
        border-left-color: #ddecea;
        background-color: #fff;
        box-shadow: 0 10px 10px -5px rgb(0 0 0 / 40%);
    }

    .jumpmark-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding-right: 30px;
        padding-left: 30px;
        background-color: #1aa7a9;
        color: #fff;
    }

    .jumpmark-header .plus {
        display: inline-block;
        width: 23px;
        height: 23px;
        background: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
        background-position: center;
        background-size: 100% 2px, 2px 100%;
        background-repeat: no-repeat;
        -webkit-transition: -webkit-transform .4s ease-in-out;
        -ms-transition: -ms-transform .4s ease-in-out;
        transition: transform .4s ease-in-out;
    }

    .jumpmark-header .plus.open {
        transform: rotate(45deg);
    }

    .jump-mark {
        margin-bottom: 0;
        padding-right: 30px;
        padding-left: 30px;
    }

    .tabelle-overlay {
        padding: 30px;
    }

    .tabelle {
        padding: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .box50 {
        width: 100%;
    }

    .cta-small {
        width: initial;
    }

    .produkt-gallery {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .produkt-thumb {
        width: 25vw;
        height: 25vw;
    }

    .product-card {
        border-right: 1px solid #ddecea;
    }

    .info-list .flexbox {
        padding: 5px 20px;
    }

    .export-page .info-list .flexbox {
        padding: 5px 0;
    }

    .export-page .info-list .flexbox h3,
    .export-page .info-list p.right,
    .export-page .info-list .right p {
        padding: 0 20px;
    }

    .eigene-formulierung-page .info-list .flexbox {
        padding: 5px 0;
    }

    .eigene-formulierung-page .flex-item h2 {
        padding: 0 20px;
        margin: 20px 0;
        padding-bottom: 20px;
    }

    .eigene-formulierung-page .flex-item .right {
        padding: 0 20px;
    }

    #email-form h4,
    form.powermail_form h4 {
        padding: 40px 20px 20px;
    }

    #email-form .flex-item .right,
    form.powermail_form .flex-item .right {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .private-label .info-list .flexbox {
        padding: 0;
    }

    .private-label .flex-item h2,
    .private-label .flex-item .right {
        padding: 0 20px;
    }
}

@media screen and (max-width: 479px) {
    .produkt-thumb {
        width: 120px;
        height: 120px;
    }

    #map-world-large {
        height: 300px;
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .logo-list,
    .info-list {
        margin-top: 2em;
    }

    .logo-list h2 {
        padding-left: 20px;
    }
}

.index .main {
    padding-top: 0;
}

.index .header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hero-image-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 70vh;
    padding-right: 1rem;
    padding-left: 1rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #fff;
    border-right: 1px solid #ddecea;
    border-left: 1px solid #ddecea;
}

.hero-text-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.hero-text-wrap h1 {
    font-size: 5vw;
    margin: 0;
}

.index h2 {
    margin: 0;
}

.global-seal {
    position: relative;
    width: 10vw;
    box-shadow: 0 10px 25px -10px rgb(0 0 0 / 30%);
}

.vert-divider {
    width: 1px;
    background-color: #ddecea;
}

@media screen and (min-width: 800px) {
    .vert-divider {
        height: 100%;
    }
}

.index .large-image-wrap.left img {
    -webkit-transform: translate(-15%, 0);
    -ms-transform: translate(-15%, 0);
    transform: translate(-15%, 0);
    width: 100%;
    max-width: none;
}

.index .large-image-wrap.right img {
    -webkit-transform: translate(15%, 0);
    -ms-transform: translate(15%, 0);
    transform: translate(15%, 0);
    width: 100%;
    max-width: none;
}

.flex-center {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
}

.flex-center div.full {
    width: 100%;
}

.carousel {
    left: 0;
    width: 83.33vw !important;
    height: 22.22vw;
    border-left: 1px solid #ddecea;
    text-align: left;
    margin-bottom: 0 !important;
}

.carousel .slick-dots {
    width: 40%;
    bottom: -6em;
}

.carousel .slick-dots li button:before {
    font-size: 12px;
}

.produkt-slide {
    width: 22.22vw;
    height: 100%;
    border-right: 1px solid #ddecea;
    border-bottom: 1px solid #ddecea;
    background-color: #fff;
}

.w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
}

.slider-card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: background-color .6s;
    transition: background-color .6s;
    font-family: 'Roboto Condensed', sans-serif;
    color: #0b3738;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}

.slider-cta-wrap {
    padding-left: 50%;
}

.slider-left,
.slider-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    background-color: #dde1ec;
    color: #0b3738;
    font-size: 1.6rem;
    border: 0;
    cursor: pointer;
}

.slider-left {
    position: absolute;
    right: 100px;
    top: -85px;
}

.slider-right {
    position: absolute;
    right: 20px;
    top: -85px;
}

@media screen and (max-width: 991px) {
    .global-seal {
        width: 20%;
        margin-right: 0;
    }

    .large-image-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0.5rem;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .index .large-image-wrap.left img,
    .index .large-image-wrap.right img {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }

    .produkt-slide {
        width: 33.33vw;
    }
}

@media screen and (max-width: 479px) {
    .hero-image-wrap {
        height: auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .hero-text-wrap h1 {
        font-size: 3.2rem;
    }

    .hero-text-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .global-seal {
        width: 33.33%;
    }

    .vert-divider {
        display: none;
    }

    .produkt-slide {
        width: 66.66vw;
        min-height: 250px !important;
    }

    .carousel {
        width: 100vw !important;
        min-height: 250px;
        margin-right: -15px;
        margin-left: -15px;
    }

    .slider-cta-wrap {
        padding-right: 0;
        padding-left: 0;
    }
}

@media screen and (max-width: 479px) {
    .padding-top-mobile {
        padding-top: 40px;
    }

    .padding-bottom-mobile {
        padding-bottom: 120px;
    }
}

.hero-bear1 {
    position: absolute;
    left: 20%;
    top: auto;
    right: auto;
    bottom: 10%;
    width: 7.5vw;
    z-index: 1;
}

.hero-bear2 {
    position: absolute;
    z-index: 1;
    right: -2%;
    bottom: 30%;
    width: 6vw
}

.hero-bear3 {
    position: absolute;
    right: 20%;
    bottom: 20%;
    width: 5vw
}

.hero-bear4 {
    position: absolute;
    left: 8%;
    top: 25%;
    width: 6vw
}

.hero-bear5 {
    position: absolute;
    top: 32%;
    right: 30%;
    width: 3.5vw
}

.hero-bear6 {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4.5vw
}

.hero-bear7 {
    position: absolute;
    left: 35%;
    bottom: 25%;
    width: 4.5vw
}

.hero-bear8 {
    position: absolute;
    left: -1%;
    bottom: 20%;
    width: 6vw
}

.hero-bear9 {
    position: absolute;
    top: 40%;
    right: 15%;
    width: 6vw
}

.hero-bear10 {
    position: absolute;
    left: 40%;
    top: 39%;
    width: 6vw
}

@media screen and (max-width: 991px) {
    .hero-bear1 {
        bottom: 3%;
        width: 12vw
    }

    .hero-bear2 {
        width: 10vw
    }

    .hero-bear3 {
        right: 21%;
        bottom: 24%;
        width: 10vw
    }

    .hero-bear4 {
        left: 19%;
        top: 23%;
        width: 10vw
    }

    .hero-bear5 {
        top: 11%;
        width: 9vw
    }

    .hero-bear6 {
        left: 51%;
        top: 42%;
        width: 10vw
    }

    .hero-bear7 {
        left: 40%;
        bottom: 16%;
        width: 10vw
    }

    .hero-bear8 {
        left: 2%;
        bottom: 16%;
        width: 11vw
    }

    .hero-bear9 {
        top: 33%;
        width: 10vw
    }

    .hero-bear10 {
        left: 30%;
        top: 40%;
        width: 10vw
    }
}

@media screen and (max-width: 479px) {
    .hero-bear1 {
        left: 5%;
        width: 15vw
    }

    .hero-bear2 {
        right: 0;
        bottom: 47%;
        width: 13vw
    }

    .hero-bear3 {
        display: none
    }

    .hero-bear4 {
        left: 42%;
        top: 28%;
        width: 14vw
    }

    .hero-bear5 {
        top: 15%;
        width: 10vw
    }

    .hero-bear6 {
        display: none
    }

    .hero-bear7 {
        left: auto;
        right: 15%;
        bottom: 14%;
        width: 15vw
    }

    .hero-bear8 {
        display: none
    }

    .hero-bear9 {
        top: 40%;
        right: 29%
    }

    .hero-bear10 {
        display: none
    }
}

.flex-sex {
    display: flex;
    justify-content: space-between;
}
textarea {
    width: 100%;
    height: 100%;
    display: block;
    resize: none;
    padding: 5px;
    font: inherit;
    font-size: 14px;
}
.flexbox img{
    height:auto;
}

