@font-face {
    font-family: open_sans_condensedbold;
    src: url(../fonts/opensans-condbold-webfont.eot);
    src: url(../fonts/opensans-condbold-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensans-condbold-webfont.woff) format("woff"), url(../fonts/opensans-condbold-webfont.ttf) format("truetype"), url(../fonts/opensans-condbold-webfont.svg#open_sans_condensedbold) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: open_sansregular;
    src: url(../fonts/opensans-regular-webfont.eot);
    src: url(../fonts/opensans-regular-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/opensans-regular-webfont.woff) format("woff"), url(../fonts/opensans-regular-webfont.ttf) format("truetype"), url(../fonts/opensans-regular-webfont.svg#open_sansregular) format("svg");
    font-weight: 400;
    font-style: normal
}

.btn-cta {
    margin-top: 22px;
    text-align: center
}

.btn-cta [data-viewport-cta] {
    opacity: 0;
    cursor: default;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.btn-cta [data-viewport-cta].btn-cta--active {
    opacity: 1;
    cursor: pointer;
    -webkit-transition-duration: 1.2s;
    transition-duration: 1.2s
}

.btn-primary {
    -webkit-tap-highlight-color: transparent;
    font-family: open_sans_condensedbold, Arial, sans-serif;
    font-size: 15px;
    display: inline-block;
    box-sizing: border-box;
    padding: 14px 40px 13px;
    border: none;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    background-color: #00abcc;
    cursor: pointer;
    outline: 0
}

.btn-primary:disabled {
    opacity: .5;
    cursor: default
}

.btn-primary--invert {
    color: #00abcc;
    background: 0 0
}

.btn-primary--large {
    font-size: 18px;
    margin-top: 15px;
    padding: 17px 50px 16px
}

.grid-selection:after,
.grid-selection:before {
    content: ' ';
    display: table
}

.grid-selection:after {
    clear: both
}

.grid-selection__col {
    position: relative;
    float: left;
    box-sizing: border-box
}

.grid-selection__col:after {
    z-index: 1;
    content: '';
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #fff
}

.grid-selection__col:last-child:after {
    display: none
}

.headline-1 {
    font-family: open_sans_condensedbold, Arial, sans-serif;
    font-size: 35px;
    line-height: 1.25;
    display: block;
    margin: 0 0 45px;
    color: inherit;
    font-weight: 400
}

.headline-2 {
    font-family: open_sans_condensedbold, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.42;
    display: block;
    margin: 0 0 30px;
    color: inherit;
    font-weight: 400
}

.headline-3 {
    font-family: open_sans_condensedbold, Arial, sans-serif;
    font-size: 28px;
    line-height: 1.42;
    display: block;
    margin: 0 0 30px;
    color: inherit;
    font-weight: 400
}

.headline-4 {
    font-family: open_sans_condensedbold, Arial, sans-serif;
    font-size: 28px;
    line-height: 1.2;
    display: block;
    margin: 0 0 10px;
    color: inherit;
    font-weight: 400
}

.headline-4:last-child {
    margin-bottom: 0
}

.headline-5 {
    font-family: open_sans_condensedbold, Arial, sans-serif;
    font-size: 28px;
    line-height: 1.2;
    display: block;
    margin: 0 0 35px;
    color: inherit;
    font-weight: 400
}

.headline-5:last-child {
    margin-bottom: 0
}

.headline-6 {
    font-family: open_sans_condensedbold, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    display: block;
    margin: 0 0 20px;
    color: inherit;
    font-weight: 400;
    text-transform: uppercase
}

.headline-6:last-child {
    margin-bottom: 0
}

.img-block {
    display: block;
    width: 100%;
    height: auto
}

.img-space {
    position: relative;
    overflow: hidden;
    display: block
}

.img-space__placeholder {
    display: block;
    width: 100%;
    padding-bottom: 100%
}

.img-space__image {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%
}

.indent-outer {
    margin-left: 0;
    margin-right: 0
}

.input-selection {
    display: block
}

.input-selection label {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.input-selection input {
    position: absolute;
    clip: rect(0, 0, 0, 0)
}

.input-selection input:disabled {
    z-index: -1
}

.input-selection input:disabled+.icon-selection {
    cursor: default;
    opacity: .5
}

.link-underline,
.text-rte a {
    display: inline-block;
    border-bottom: 1px dotted #262626;
    color: inherit
}

.list-bullet li,
.text-rte ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 10px
}

.list-bullet li:before,
.text-rte ul li:before {
    content: '';
    background-color: #262626;
    border-radius: 100%;
    width: 7px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 13px
}

.rating-dots ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none
}

.rating-dots__item {
    position: relative;
    display: block;
    min-width: 132px;
    margin: 0 0 10px;
    padding: 0 100px 0 0;
    white-space: nowrap;
    text-align: left
}

.rating-dots__item:last-child {
    margin-bottom: 0
}

.rating-dots__item:after,
.rating-dots__item:before {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    width: 100px;
    height: 9px;
    background-repeat: repeat-x;
    background-size: auto
}

.rating-dots__item--4:after {
    width: 80px;
    margin-right: 20px
}

.rating-dots__item--3:after {
    width: 60px;
    margin-right: 40px
}

.rating-dots__item--2:after {
    width: 40px;
    margin-right: 60px
}

.rating-dots__item--1:after {
    width: 20px;
    margin-right: 80px
}

.rating-dots__item--0:after {
    display: none
}

.selection-camera {
    display: block;
    background-color: #eff4f7;
    background: -webkit-linear-gradient(top, #eff4f7 40%, #adafb1 100%);
    background: linear-gradient(to bottom, #eff4f7 40%, #adafb1 100%)
}

.selection-camera .selection-camera__text {
    position: absolute;
    overflow: hidden;
    display: block;
    box-sizing: border-box;
    left: 0;
    bottom: 115px;
    width: 100%;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    text-align: center
}

.selection-camera .input-selection {
    position: absolute;
    left: 50%;
    bottom: 34px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.selection-camera .img-space__image {
    top: 25%;
    margin-top: -50px;
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out
}

.selection-camera:hover .img-space__image {
    -webkit-transform: scale(1.04) translate3d(0, 0, 0);
    transform: scale(1.04) translate3d(0, 0, 0)
}

.selection-image:before {
    z-index: 1;
    content: '';
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 105px;
    left: 0;
    bottom: 0;
    background: url(../img/bg/mod-photos-gradient.png) repeat-x
}

.selection-image:after {
    z-index: 2;
    content: '';
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #fff
}

.selection-image:hover .img-space__image {
    -webkit-transform: scale(1.04) translate3d(0, 0, 0);
    transform: scale(1.04) translate3d(0, 0, 0)
}

.selection-image .img-space__image {
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out
}

.selection-image .img-space__placeholder {
    padding-bottom: 120%
}

.selection-image .input-selection {
    z-index: 4;
    position: absolute;
    right: 19px;
    bottom: 19px
}

.selection-image--landscape .img-space__placeholder {
    padding-bottom: 60%
}

.selection-image__copyright {
    z-index: 3;
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    display: block;
    width: 100%;
    left: 0;
    bottom: 17px;
    padding-left: 17px;
    padding-right: 80px;
    color: #fff;
    font-size: 13px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.selection-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    display: block;
    cursor: pointer
}

.selection-item:after {
    z-index: 2;
    content: '';
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #fff
}

.selection-radio .selection-radio__text {
    position: absolute;
    display: block;
    box-sizing: border-box;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    margin-top: -25px;
    padding: 0 10px;
    color: #fff;
    text-align: center
}

.selection-radio .input-selection {
    position: absolute;
    left: 50%;
    bottom: 29px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.selection-radio:hover .img-space__image {
    -webkit-transform: scale(1.04) translate3d(0, 0, 0);
    transform: scale(1.04) translate3d(0, 0, 0)
}

.selection-radio:hover .img-space__image.transition-zoom {
    -webkit-transform: scale(2.04) translate3d(0, 0, 0);
    transform: scale(2.04) translate3d(0, 0, 0)
}

.selection-radio:hover .img-space__image.transition-no-zoom {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.selection-radio .img-space__image {
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out
}

.selection-toggle .input-selection:before {
    z-index: 1;
    content: '';
    position: absolute;
    left: 50%;
    top: 38%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 190px;
    height: 50px;
    box-sizing: border-box;
    border: 5px solid #fff;
    border-radius: 25px
}

.selection-toggle .input-selection .icon-selection {
    z-index: 2;
    position: absolute;
    left: 50%;
    top: 38%;
    margin-top: -25px;
    margin-left: -95px;
    -webkit-transition: -webkit-transform .2s ease-in;
    transition: transform .2s ease-in
}

.selection-toggle .input-selection input:checked+.icon-selection {
    -webkit-transform: translateX(140px);
    -ms-transform: translateX(140px);
    transform: translateX(140px)
}

.selection-toggle .input-selection input:checked~.img-space .img-space__image:last-child {
    opacity: 1
}

.selection-toggle .img-space__image {
    -webkit-transition: opacity 1.5s ease, -webkit-transform .4s ease-out;
    transition: opacity 1.5s ease, transform .4s ease-out
}

.selection-toggle .img-space__image:last-child {
    opacity: 0
}

.selection-toggle:hover .img-space__image {
    -webkit-transform: scale(1.04) translate3d(0, 0, 0);
    transform: scale(1.04) translate3d(0, 0, 0)
}

.selection-toggle__text {
    position: absolute;
    display: block;
    box-sizing: border-box;
    left: 0;
    top: 38%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    margin-top: 15px;
    padding: 0 40px 0 10px;
    color: #fff;
    text-align: center
}

.selection-toggle__text:last-child {
    left: auto;
    right: 0;
    padding: 0 10px 0 40px
}

.teaser-result {
    position: relative;
    box-sizing: border-box;
    padding: 20px 1px 60px;
    border-top: 40px solid #fff
}

.teaser-result .img-space {
    max-width: 450px;
    margin: 0 auto
}

.teaser-result .img-space__placeholder {
    padding-bottom: 60%
}

.teaser-result .rating-dots {
    margin-top: 45px;
    margin-bottom: 45px
}

.teaser-result:first-child {
    padding-top: 0;
    border-bottom: 1px solid #dedede;
    background-color: #fff
}

.teaser-result:first-child:after,
.teaser-result:first-child:before {
    content: ' ';
    display: table
}

.teaser-result:first-child:after {
    clear: both
}

.teaser-result:first-child:last-child {
    border-bottom: none
}

.teaser-result:first-child .teaser-result__image,
.teaser-result:first-child .teaser-result__text {
    width: 50%;
    float: left
}

.teaser-result:first-child .teaser-result__image {
    margin-bottom: 0
}

.teaser-result:first-child .teaser-result__text {
    margin-top: 75px;
    padding: 0 5%;
    text-align: left
}

.teaser-result__image {
    margin-bottom: 50px
}

.teaser-result__text {
    box-sizing: border-box;
    text-align: center;
    padding: 0 10%
}

.teaser-text {
    padding-left: 20px;
    padding-right: 20px;
    width: 800px;
    margin: 45px auto 50px;
    padding-top: 40px;
    text-align: center
}

.text-copy,
.text-rte {
    font-family: open_sansregular, Arial, sans-serif;
    line-height: 2
}

.text-footnote {
    font-size: 13px
}

.text-rte p {
    margin: 0
}

.text-rte p:last-child {
    margin-bottom: 0
}

.text-rte ul {
    margin-bottom: 1em
}

.text-rte ul:last-child {
    margin-bottom: 0
}

.js .transition-fade {
    -webkit-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
    opacity: 0
}

.js .transition-fade.viewport-init {
    opacity: 1
}

.transition-zoom {
    -webkit-transition: -webkit-transform 2s ease-out;
    transition: transform 2s ease-out
}

.viewport-active .transition-zoom {
    -webkit-transform: scale(2) translate3d(0, 0, 0);
    transform: scale(2) translate3d(0, 0, 0)
}

.widget-status {
    z-index: 6;
    position: fixed;
    right: 33px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.widget-status__item {
    overflow: hidden;
    width: 9px;
    height: 9px;
    margin: 8px 0
}

.widget-status__item:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    margin: 3px;
    border-radius: 50%;
    background-color: #b7b7b7
}

.widget-status__item--active:before {
    width: 9px;
    height: 9px;
    margin: 0
}

.mod-intro {
    position: relative;
    overflow: hidden;
    margin-bottom: -20px
}

.mod-intro .img-space__placeholder {
    padding-bottom: 54.83%
}

.mod-intro__content {
    position: absolute;
    width: 34%;
    top: 50%;
    left: 43%;
    padding-left: 4%;
    padding-right: 4%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
    background: rgba(255, 255, 255, .8)
}

.mod-intro__content .text-rte {
    margin-bottom: 57px
}

.mod-images {
    margin-left: 0;
    margin-right: 0
}

.mod-images .grid-selection__col {
    width: 33.3333333333%
}

.mod-images .text-footnote {
    position: absolute;
    margin-top: 8px;
    margin-left: 17px
}

.mod-zoom-portability {
    margin-left: 0;
    margin-right: 0
}

.mod-zoom-portability .img-space__placeholder {
    padding-bottom: 80%
}

.mod-zoom-portability .grid-selection__col {
    width: 50%
}

.mod-light {
    margin-left: 0;
    margin-right: 0
}

.mod-light .img-space__placeholder {
    padding-bottom: 40%
}

.mod-light .img-space__image {
    bottom: 0
}

.mod-video {
    margin-left: 0;
    margin-right: 0
}

.mod-video .img-space__placeholder {
    padding-bottom: 120%
}

.mod-video .grid-selection__col {
    width: 33.3333333333%
}

.mod-portability .img-space__image {
    -webkit-transition: opacity 1s ease-out, -webkit-transform .8s ease-out;
    transition: opacity 1s ease-out, transform .8s ease-out
}

.mod-portability .selection-item {
    -webkit-transition: top .8s ease-in;
    transition: top .8s ease-in
}

.mod-portability .selection-item .selection-radio__text {
    top: 50%
}

.mod-portability .selection-item .img-space__image {
    opacity: 1
}

.mod-portability .selection-item .img-space__image+.img-space__image,
.mod-portability .selection-item picture+.img-space__image,
.mod-portability .selection-item picture+picture .img-space__image,
.mod-portability .selection-item:hover .img-space__image {
    opacity: 0
}

.mod-portability .selection-item:hover .img-space__image+.img-space__image,
.mod-portability .selection-item:hover picture+.img-space__image,
.mod-portability .selection-item:hover picture+picture .img-space__image {
    display: block;
    opacity: 1
}

.mod-portability .selection-item:hover .input-selection .icon-selection {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cpath%20fill%3D%22%23434343%22%20d%3D%22M25%200C11.2%200%200%2011.2%200%2025s11.2%2025%2025%2025%2025-11.2%2025-25S38.8%200%2025%200zm0%2044.6C14.2%2044.6%205.4%2035.8%205.4%2025S14.2%205.4%2025%205.4%2044.6%2014.2%2044.6%2025%2035.8%2044.6%2025%2044.6z%22%2F%3E%3C%2Fsvg%3E")
}

.mod-portability .selection-item:hover .input-selection input:checked+.icon-selection {
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%2050%2050%22%3E%3Cpath%20fill%3D%22%23434343%22%20d%3D%22M44.5%2023.3c0%20.6.1%201.1.1%201.7%200%2010.8-8.8%2019.6-19.6%2019.6S5.4%2035.8%205.4%2025%2014.2%205.4%2025%205.4c5.1%200%209.8%202%2013.3%205.2l3.8-3.8C37.7%202.6%2031.6%200%2025%200%2011.2%200%200%2011.2%200%2025s11.2%2025%2025%2025%2025-11.2%2025-25c0-2.2-.3-4.3-.8-6.4l-4.7%204.7z%22%2F%3E%3Cpath%20fill%3D%22%2300ACCE%22%20d%3D%22M44.2%209l-19%2019-7.7-7.7-5%205%207.7%207.7%205%205L48%2015.2c-1-2.3-2.3-4.4-3.8-6.2z%22%2F%3E%3C%2Fsvg%3E")
}

.mod-portability .selection-item:hover .selection-radio__text {
    top: 25%;
    color: #262626
}

.mod-result {
    margin-left: 0;
    margin-right: 0
}

.mod-result .teaser-text {
    width: auto
}

.mod-result__content {
    position: relative;
    border-bottom: 1px solid #dedede
}

.mod-result__content:after,
.mod-result__content:before {
    content: ' ';
    display: table
}

.mod-result__content:after {
    clear: both
}

.mod-result__content:before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    top: 0;
    left: 50%;
    height: 100%;
    background-color: #dedede
}

.mod-result__content .teaser-result {
    float: left;
    width: 50%
}

.mod-result__content .teaser-result:first-child {
    float: none;
    width: auto
}

.mod-camera {
    margin-left: 0;
    margin-right: 0
}

.mod-camera .grid-selection__col {
    width: 16.6666666667%
}

.mod-camera .grid-selection__col:after {
    width: 2px
}

.mod-camera .selection-item:after {
    height: 2px
}

.mod-camera .img-space__placeholder {
    padding-bottom: 220%
}

body {
    margin: 0
}

.lens-selector {
    font-family: open_sansregular, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.2;
    position: relative;
    max-width: 1200px;
    border-bottom: 20px solid #fff;
    margin: 0 auto;
    background-color: #fff
}

@media (min-width:420px) {
    .selection-image__copyright {
        font-size: 11px
    }
}

@media (min-width:420px) and (max-width:979px) {
    .mod-camera .grid-selection__col {
        width: 33.3333333333%
    }
    .mod-camera .grid-selection__col:nth-child(3n+3):after {
        display: none
    }
    .mod-camera .img-space__placeholder {
        padding-bottom: 200%
    }
}

@media (min-width:750px) {
    .headline-1 {
        font-size: 45px
    }
    .headline-2 {
        font-size: 42px
    }
    .headline-3 {
        font-size: 28px
    }
    .headline-4 {
        font-size: 30px
    }
    .headline-5 {
        font-size: 32px
    }
    .indent-outer {
        margin-left: 75px;
        margin-right: 75px
    }
    .selection-image__copyright {
        font-size: 13px
    }
    .teaser-text {
        padding-left: 0;
        padding-right: 0
    }
    .mod-camera,
    .mod-images,
    .mod-light,
    .mod-result,
    .mod-video,
    .mod-zoom-portability {
        margin-left: 75px;
        margin-right: 75px
    }
}

@media (min-width:980px) {
    .headline-1 {
        font-size: 56px
    }
    .headline-3 {
        font-size: 40px
    }
    .headline-4 {
        font-size: 26px
    }
    .indent-outer {
        margin-left: 75px;
        margin-right: 75px
    }
    .teaser-text {
        padding-left: 0;
        padding-right: 0
    }
    .mod-camera,
    .mod-images,
    .mod-light,
    .mod-result,
    .mod-video,
    .mod-zoom-portability {
        margin-left: 75px;
        margin-right: 75px
    }
}

@media (min-width:1100px) {
    .headline-4 {
        font-size: 30px
    }
}

@media (max-width:979px) {
    .headline-1 {
        margin-bottom: 30px
    }
    .teaser-result {
        border-bottom: 1px solid #dedede
    }
    .teaser-result:last-child {
        border-bottom: none
    }
    .teaser-result:first-child .teaser-result__image,
    .teaser-result:first-child .teaser-result__text {
        width: auto;
        float: none
    }
    .teaser-result:first-child .teaser-result__image {
        margin-bottom: 50px
    }
    .teaser-result:first-child .teaser-result__text {
        margin-top: 0;
        text-align: center
    }
    .mod-intro__content {
        width: 46%;
        padding-left: 4%;
        padding-right: 4%;
        padding-bottom: 4%
    }
    .mod-intro__content .text-rte {
        margin-bottom: 30px
    }
    .mod-result__content .teaser-result {
        float: none;
        width: auto
    }
    .mod-result__content:before {
        display: none
    }
}

@media (max-width:950px) {
    .teaser-text {
        width: auto
    }
}

@media (max-width:749px) {
    .btn-primary {
        width: 100%
    }
    .headline-1 {
        margin-bottom: 15px
    }
    .headline-2 {
        margin-bottom: 20px
    }
    .selection-toggle .input-selection .icon-selection,
    .selection-toggle .input-selection:before {
        top: 50%
    }
    .selection-toggle:hover .img-space__image {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .selection-toggle__text {
        width: 100%;
        padding: 0 10px;
        top: 50%;
        margin-top: -45px
    }
    .selection-toggle__text:last-child {
        -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
        transform: translateY(50%);
        margin-top: 5px;
        padding: 0 10px
    }
    .teaser-text {
        margin-top: 20px;
        margin-bottom: 30px;
        padding-top: 30px
    }
    .widget-status {
        right: 5px
    }
    .mod-intro__content {
        position: static;
        width: auto;
        top: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-top: 20px;
        color: #262626;
        padding: 0
    }
    .mod-images .grid-selection__col {
        width: 50%
    }
    .mod-images .grid-selection__col:last-child,
    .mod-images .grid-selection__col:nth-child(2):after {
        display: none
    }
    .mod-images .grid-selection__col .selection-image__copyright {
        padding-right: 55px
    }
    .mod-images .grid-selection__col .selection-image .input-selection {
        bottom: 15px
    }
    .mod-images .grid-selection__col .icon-selection,
    .mod-images .grid-selection__col input:checked+.icon-selection {
        width: 25px;
        height: 25px
    }
    .mod-zoom-portability .grid-selection__col {
        float: none;
        width: auto
    }
    .mod-zoom-portability .grid-selection__col:after {
        display: none
    }
    .mod-light .img-space__placeholder {
        padding-bottom: 60%
    }
    .mod-light .img-space__image {
        width: 100%;
        left: 0;
        -webkit-transition: opacity .5s ease-out;
        transition: opacity .5s ease-out;
        height: 100%
    }
    .mod-video .img-space__placeholder {
        padding-bottom: 100%
    }
    .mod-video .img-space__image {
        top: 0
    }
    .mod-video .grid-selection__col {
        float: none;
        width: auto
    }
    .mod-video .grid-selection__col:after {
        display: none
    }
    .mod-camera .grid-selection__col {
        width: 50%
    }
    .mod-camera .grid-selection__col:nth-child(2n+2):after {
        display: none
    }
    .mod-camera .img-space__placeholder {
        padding-bottom: 200%
    }
}