@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

body {
    font: normal 62.5% / normal 'Open Sans', sans-serif;
    color: #565655;
    letter-spacing: 0;
}

* {
    letter-spacing: 0;
}

/* TOPBAR */
.topbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    -webkit-box-shadow: 0px 3px 6px #00000029;
    -moz-box-shadow: 0px 3px 6px #00000029;
    box-shadow: 0px 3px 6px #00000029;
}

.topbar_inner {
    display: table;
    height: 100%;
    width: 100%;
    padding: 0px 35px 0px 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.topbar_content_item {
    display: table-cell;
    vertical-align: middle;
}

.topbar_content_item:first-child {
    width: 20%;
}

.topbar_content_item:nth-child(2) {
    width: 55%;
}

.topbar_content_item:last-child {
    width: 25%;
}

.topbar_content_item span.text {
    font-size: 2.6em;
    letter-spacing: 0.78px;
    line-height: 36px;
}

.topbar_logo {
    max-height: 40px;
}

a.pdf_button {
    background: #c4d400;
    padding: 11px 60px 11px 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 1.3em;
    letter-spacing: 0.39px;
    font-weight: bold;
    cursor: pointer;
    float: left;
    text-transform: uppercase;
    text-decoration: none;
    color: #565655;
    position: relative;
}

/* MENU */
.menu {
    position: fixed;
    left: 0;
    top: 80px;
    height: -webkit-calc(100vh - 80px);
    height: -moz-calc(100vh - 80px);
    height: calc(100vh - 80px);
    width: 410px;
    background: #565655;
    color: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
}

span.menu_item_title {
    font-size: 2em;
    letter-spacing: 0.6px;
    line-height: 27px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
}

span.menu_item_subtitle {
    display: block;
    font-size: 1.5em;
    letter-spacing: 0.45px;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.menu_item {
    padding: 18px 20px 10px 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.menu_item_tile {
    width: -webkit-calc(25% - 10px);
    width: -moz-calc(25% - 10px);
    width: calc(25% - 10px);
    display: inline-block;
    margin: 0 10px 15px 0;
    cursor: pointer;
}

.menu_item_tile:nth-child(4n) {
    margin-right: 0;
}

.menu_item_tile.large .menu_item_tile_box {
    height: 57px;
}

.menu_item_tile.small .menu_item_tile_box {
    height: 30px;
}

.menu_item_tile_box {
    border: 1px solid white;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu_item_tile_box img {
    width: -webkit-calc(100% - 6px);
    width: -moz-calc(100% - 6px);
    width: calc(100% - 6px);
    height: -webkit-calc(100% - 6px);
    height: -moz-calc(100% - 6px);
    height: calc(100% - 6px);
    margin: 3px;
    -o-object-fit: contain;
    object-fit: contain;
}

.menu_item_tile_desc {
    font-size: 1.5em;
    letter-spacing: 0.45px;
    line-height: 20px;
    text-align: center;
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.5);
}

.menu_item_tile_box span.text {
    font-size: 1.5em;
    letter-spacing: 0.45px;
    text-align: center;
    line-height: 28px;
    display: block;
}

.menu_bottom_info {
    padding: 30px 20px 10px 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu_bottom_info,
.menu_bottom_info a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    letter-spacing: 0.39px;
    line-height: 18px;
    text-decoration: none;
}

.menu_bottom_info a {
    margin-bottom: 5px;
    display: block;
}

.menu_item_tile_box,
.menu_item_tile_desc,
.menu_item_tile_box span.text {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.menu_item_tile.active .menu_item_tile_box {
    background: white;
    border-color: #c4d400;
}

.menu_item_tile.active .menu_item_tile_desc {
    color: #c4d400;
}

.menu_item_tile.active .menu_item_tile_box span.text {
    color: #565655;
    font-weight: bold;
}

/* CONTENT */
.content {
    position: fixed;
    right: 0;
    top: 85px;
    width: -webkit-calc(100% - 410px);
    width: -moz-calc(100% - 410px);
    width: calc(100% - 410px);
    height: -webkit-calc(100vh - 85px);
    height: -moz-calc(100vh - 85px);
    height: calc(100vh - 85px);
    overflow: auto;
}

.content_inner {
    width: 100%;
    height: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding-top: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 700px;
}

.content_part {
    text-align: center;
    margin: 15px 0px;
    position: relative;
}

.content_part img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.content_part.content_part_logo img {
    max-width: 150px;
}

.extra_download_button {
    width: 100%;
    position: absolute;
    left: 0;
    padding: 57px 0px 56px;
    text-align: center;
    border-top: 3px solid #565655;
    margin-top: 30px;
}

.extra_pdf_button {
    background: #c4d400;
    padding: 11px 60px 11px 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 1.3em;
    letter-spacing: 0.39px;
    font-weight: bold;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    color: #565655;
    position: relative;
}

a.extra_pdf_button::after,
a.pdf_button::after {
    content: '';
    position: absolute;
    right: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 19px;
    height: 15px;
    background: url(/images/content/icon-download.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
}

/* Footer */
.footer_content_inner {
    padding: 35px;
    background: #686e62;
    color: white;
    text-align: left;
    font-size: 1.5em;
    line-height: 29px;
}

.footer_content_inner span:first-child {
    font-weight: bold;
    text-transform: uppercase;
}

span.fb {
    position: absolute;
    bottom: 0;
}

span.fb img {
    height: 40px;
    margin-top: 10px;
}

/* Content Styles */
.content_part.content_part_logo.design_0 {
    left: 0;
}

.content_part.content_part_logo.design_1 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.content_part.content_part_logo.design_2 {
    left: 550px;
}

.content_part_headerimage,
.content_part_headerimage > img {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.content_part_headerimage {
    height: 400px;
}

.content_part_headerimage.design_0 {
    padding-top: 140px;
}

.content_part_headerimage.design_1 {
    padding-bottom: 140px;
}

.content_part_headerimage.design_2 {
    height: 150px;
}

.content_part_headerimage.design_2 > img {
    visibility: hidden;
    opacity: 0;
}

.content_part_headerimage.design_0 .content_part.content_part_logo {
    bottom: 417px;
}

.content_part_headerimage.design_1 .content_part.content_part_logo {
    bottom: 0px;
}

/*.content_part_headerimage.design_2 .content_part.content_part_logo {
    bottom: 286px;
}*/

.content_part_headerimage.design_2 .content_part.content_part_logo {
    bottom: 25px;
}

.content_part.content_part_logo {
    position: absolute;
    margin: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    left: 0;
}

.content_part.content_part_footergallery {
    height: 460px;
    width: 600px;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.content_part.content_part_footergallery.design_0 {
    height: 230px;
}

.content_part.content_part_footergallery.design_2,
.content_part.content_part_footergallery.design_4 {
    height: 300px;
}

.content_part.content_part_footergallery.design_5 {
    height: 0;
}
.footer_gallery_image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.content_part.content_part_footergallery div {
    position: absolute;
    left: 0;
    top: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -o-object-fit: cover;
    object-fit: cover;
}

.content_part_footergallery .image_2,
.content_part_footergallery .image_4 {
    width: 197px;
    height: 229px;
}

.content_part_footergallery .image_1,
.content_part_footergallery .image_3 {
    width: 397px;
    height: 229px;
}

.content_part_footergallery.design_0 .image_4 {
    visibility: hidden;
    opacity: 0;
}

.content_part_footergallery.design_0 .image_1,
.content_part_footergallery.design_0 .image_2,
.content_part_footergallery.design_0 .image_3 {
    top: 0;
    width: 197px;
    height: 229px;
}

.content_part_footergallery.design_0 .image_1 {
    left: 0;
}

.content_part_footergallery.design_0 .image_2 {
    left: 202px;
}

.content_part_footergallery.design_0 .image_3 {
    left: 404px;
}

.content_part_footergallery.design_1 .image_3,
.content_part_footergallery.design_1 .image_4 {
    top: 234px;
}

.content_part_footergallery.design_1 .image_3 {
    left: 202px;
}

.content_part_footergallery.design_1 .image_2 {
    left: 404px;
}

.content_part_footergallery.design_2 .image_1,
.content_part_footergallery.design_2 .image_2,
.content_part_footergallery.design_2 .image_3,
.content_part_footergallery.design_2 .image_4 {
    top: 0;
    height: 300px;
    width: 197px;
}

.content_part_footergallery.design_2 .image_1,
.content_part_footergallery.design_2 .image_3 {
    height: 147px;
    left: 202px;
}

.content_part_footergallery.design_2 .image_3 {
    top: 152px;
}

.content_part_footergallery.design_2 .image_2 {
    left: 0px;
}

.content_part_footergallery.design_2 .image_4 {
    left: 404px;
}

.content_part_footergallery.design_3 .image_4,
.content_part_footergallery.design_3 .image_2,
.content_part_footergallery.design_3 .image_3 {
    top: 235px;
    width: 197px;
    height: 229px;
}

.content_part_footergallery.design_3 .image_4 {
    left: 0;
}

.content_part_footergallery.design_3 .image_2 {
    left: 202px;
}

.content_part_footergallery.design_3 .image_3 {
    left: 404px;
}

.content_part_footergallery.design_3 .image_1 {
    top: 0;
    width: 100%;
}

.content_part_footergallery.design_4 .image_4,
.content_part_footergallery.design_4 .image_2,
.content_part_footergallery.design_4 .image_3 {
    visibility: hidden;
    opacity: 0;
}

.content_part_footergallery.design_4 .image_1 {
    width: 100%;
    height: 100%;
    top: 0;
}

.content_part_footergallery.design_5 .image_1,
.content_part_footergallery.design_5 .image_4,
.content_part_footergallery.design_5 .image_2,
.content_part_footergallery.design_5 .image_3 {
    visibility: hidden;
    opacity: 0;
}

.content_part_contact span {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    position: relative;
    display: inline-block;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    left: 0;
}

.footer_content_inner {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.content_part_contact.design_0 span {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.content_part_contact.design_1 span.fb {
    left: 575px;
    bottom: 125px;
}

.content_part_contact.design_1 .footer_content_inner {
    padding: 35px 35px 0px;
}

/* print */
@media print {
    .menu,
    .topbar,
    .extra_download_button {
        display: none;
    }

    .content {
        width: 100%;
        height: 100%;
        top: 0;
        position: relative;
        overflow: initial;
    }

    .content_inner {
        padding: 0;
    }
}

/* END print */
/* Loader */
.loader_wrapper {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.4);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
}

.loader_inner {
    height: 260px;
}

.loader {
    border: 3px solid #c4d400;
    width: 200px;
    height: 200px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-animation: rotate 2s cubic-bezier(0.26, 1.36, 0.74, -0.29) infinite;
    -moz-animation: rotate 2s cubic-bezier(0.26, 1.36, 0.74, -0.29) infinite;
    -o-animation: rotate 2s cubic-bezier(0.26, 1.36, 0.74, -0.29) infinite;
    animation: rotate 2s cubic-bezier(0.26, 1.36, 0.74, -0.29) infinite;
}

#loader2 {
    border: 3px solid #565655;
    width: 220px;
    height: 220px;
    position: relative;
    top: -216px;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-animation: rotate2 2s cubic-bezier(0.26, 1.36, 0.74, -0.29) infinite;
    -moz-animation: rotate2 2s cubic-bezier(0.26, 1.36, 0.74, -0.29) infinite;
    -o-animation: rotate2 2s cubic-bezier(0.26, 1.36, 0.74, -0.29) infinite;
    animation: rotate2 2s cubic-bezier(0.26, 1.36, 0.74, -0.29) infinite;
}

#loader3 {
    border: 3px solid #c4d400;
    width: 240px;
    height: 240px;
    position: relative;
    top: -452px;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-animation: rotate 2s cubic-bezier(0.26, 1.36, 0.74, -0.29) infinite;
    -moz-animation: rotate 2s cubic-bezier(0.26, 1.36, 0.74, -0.29) infinite;
    -o-animation: rotate 2s cubic-bezier(0.26, 1.36, 0.74, -0.29) infinite;
    animation: rotate 2s cubic-bezier(0.26, 1.36, 0.74, -0.29) infinite;
}

#loader4 {
    border: 3px solid #565655;
    width: 260px;
    height: 260px;
    position: relative;
    top: -708px;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-animation: rotate2 2s cubic-bezier(0.26, 1.36, 0.74, -0.29) infinite;
    -moz-animation: rotate2 2s cubic-bezier(0.26, 1.36, 0.74, -0.29) infinite;
    -o-animation: rotate2 2s cubic-bezier(0.26, 1.36, 0.74, -0.29) infinite;
    animation: rotate2 2s cubic-bezier(0.26, 1.36, 0.74, -0.29) infinite;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }

    100% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }

    100% {
        -moz-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

@-o-keyframes rotate {
    0% {
        -o-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }

    100% {
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotateZ(-360deg);
        -moz-transform: rotateZ(-360deg);
        -o-transform: rotateZ(-360deg);
        transform: rotateZ(-360deg);
    }

    100% {
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

@-webkit-keyframes rotate2 {
    0% {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }

    100% {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

@-moz-keyframes rotate2 {
    0% {
        -moz-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }

    100% {
        -moz-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

@-o-keyframes rotate2 {
    0% {
        -o-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }

    100% {
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

@keyframes rotate2 {
    0% {
        -webkit-transform: rotateZ(360deg);
        -moz-transform: rotateZ(360deg);
        -o-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }

    100% {
        -webkit-transform: rotateZ(0deg);
        -moz-transform: rotateZ(0deg);
        -o-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
}

#text {
    color: white;
    font-size: 2.5em;
    position: relative;
    top: -893px;
    text-transform: uppercase;
    line-height: 50px;
}

/* Offer Button */
.content_part.content_part_offerbutton {
    font-size: 1.5em;
    line-height: 29px;
    color: #6b7165;
    text-align: left;
}

span.offer_text_block.text_bold {
    font-weight: bold;
}

.offer.offer_top {
    margin-bottom: 25px;
}

.offer.offer_bottom > span:nth-child(3) {
    margin-bottom: 30px;
}

.offer.offer_bottom > span:nth-child(1) {
    margin-top: 25px;
}

.content_part.content_part_offerbutton span {
    display: inline-block;
    position: relative;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.offer.offer_top > span,
.offer.offer_middle span.offer_button_longtext,
.offer.offer_middle span.offer_button,
.offer.offer_bottom > span {
    -webkit-transition: color 0.5s ease-in-out, left 0.5s, bottom 0.5s, -webkit-transform 0.5s;
    transition: color 0.5s ease-in-out, left 0.5s, bottom 0.5s, -webkit-transform 0.5s;
    -o-transition: color 0.5s ease-in-out, left 0.5s, bottom 0.5s, -o-transform 0.5s;
    -moz-transition: color 0.5s ease-in-out, left 0.5s, bottom 0.5s, transform 0.5s, -moz-transform 0.5s;
    transition: color 0.5s ease-in-out, left 0.5s, bottom 0.5s, transform 0.5s;
    transition: color 0.5s ease-in-out, left 0.5s, bottom 0.5s, transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
}

.offer.offer_middle span.offer_button_wrapper {
    -webkit-transition: padding 0.5s ease-in-out, background 0.5s, margin 0.5s;
    -o-transition: padding 0.5s ease-in-out, background 0.5s, margin 0.5s;
    -moz-transition: padding 0.5s ease-in-out, background 0.5s, margin 0.5s;
    transition: padding 0.5s ease-in-out, background 0.5s, margin 0.5s;
}

.content_part_offerbutton.design_1 span.offer_button {
    -webkit-transition: padding 0.5s ease-in-out, border 0.5s;
    -o-transition: padding 0.5s ease-in-out, border 0.5s;
    -moz-transition: padding 0.5s ease-in-out, border 0.5s;
    transition: padding 0.5s ease-in-out, border 0.5s;
}

span.button_arrow {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.content_part.content_part_offerbutton {
    font-size: 1.5em;
    line-height: 29px;
    color: #6b7165;
    text-align: left;
    max-width: 600px;
    margin: 40px auto;
}

span.offer_button_longtext {
    font-weight: bold;
}

span.offer_button_longtext,
span.offer_button {
    font-size: 20px;
    line-height: 35px;
}

.content_part.content_part_offerbutton span.offer_button_wrapper {
    display: block;
    margin: 0;
}

.content_part.content_part_offerbutton span.offer_button {
    text-transform: uppercase;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 1px solid transparent;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content_part_offerbutton span.extra {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s;
    -o-transition: opacity 0.5s ease-in-out, visibility 0.5s;
    -moz-transition: opacity 0.5s ease-in-out, visibility 0.5s;
    transition: opacity 0.5s ease-in-out, visibility 0.5s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.content_part.content_part_offerbutton span span.text {
    font-size: 18px;
    letter-spacing: 1.26px;
    white-space: nowrap;
}

.content_part.content_part_offerbutton span.button_arrow {
    background: url(/images/content/icon-arrow-big.png);
    position: absolute;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.content_part_offerbutton.design_0 span.offer_button_wrapper {
    background: #686e62;
    color: white;
    padding: 15px 25px;
}

.content_part_offerbutton.design_0 span.extra {
    opacity: 0;
    visibility: hidden;
}

.content_part_offerbutton.design_0 span.offer_button_longtext {
    font-weight: normal;
}

.content_part_offerbutton.design_0 span.offer_button {
    left: 190px;
    bottom: 13px;
}

.content_part.content_part_offerbutton.design_0 span span.text {
    font-size: 21px;
}

.content_part.content_part_offerbutton.design_0 span.button_arrow {
    width: 20px;
    height: 50px;
    left: 550px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.content_part_offerbutton.design_1 span.offer_button_wrapper {
    padding: 30px 15px 115px;
    background: #686e62;
    color: white;
}

.content_part_offerbutton.design_1 .offer.offer_top > span,
.content_part_offerbutton.design_1 .offer.offer_bottom > span,
.content_part_offerbutton.design_1 span.offer_button_longtext {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.content_part_offerbutton.design_1 span.offer_button {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 30px;
    border: 2px solid white;
    padding: 10px 40px 10px 25px;
}

.content_part.content_part_offerbutton.design_1 span.button_arrow {
    background-image: url(/images/content/icon-arrow-sml.png);
    width: 7px;
    height: 9px;
    left: 405px;
    top: 152px;
}

.content_part_offerbutton.design_2 span.offer_button_wrapper {
    padding: 0px 0px 80px;
}

.content_part_offerbutton.design_2 span.offer_button_longtext {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.content_part_offerbutton.design_2 span.text {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.content_part_offerbutton.design_2 span.offer_button {
    background: #686e62;
    color: white;
    width: 100%;
    padding: 10px 25px;
}

.content_part_offerbutton.design_2 span.text {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-right: 15px;
}

.content_part.content_part_offerbutton.design_2 span.button_arrow {
    background-image: url(/images/content/icon-arrow-sml.png);
    width: 7px;
    height: 9px;
    left: 405px;
    top: 117px;
}

@media print {
    .content_part_offerbutton.design_1 .offer.offer_top > span,
    .content_part_offerbutton.design_1 .offer.offer_bottom > span,
    .content_part_offerbutton.design_1 span.offer_button_longtext {
        white-space: nowrap;
    }
}
