/*
 * inwendo Website Basics - Styles
 *
 ********************************************************/

/* iw_anchor */
.iw_anchor {
    position: relative;
}

.iw_anchor .iw_anchor_element {
    position: absolute;
}

/* iw_wbs_app_store_badges */
.iw_wbs_app_store_badges {
    text-align: center;
}

.iw_wbs_app_store_badges img {
    height: 40px;
}

/*  iw_wbs_button */
.iw_wbs_button button {
    font-family: inherit;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    color: #EF17EF;
    border: 3px solid #17EFEF;
    width: inherit;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #17EFEF;
    padding: 12px 30px 11px 30px;
    margin: 0;
}

.iw_wbs_button button:hover {
    background-color: #EF17EF;
    color: #17EFEF;
}

/* iw_wbs_file_button */
.iw_wbs_file_button button {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    padding: 20px;
    background: #17EFEF;
    cursor: pointer;
    color: #EF17EF;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    width: 100%;
}

.iw_wbs_file_button button .text {
    float: left;
    width: calc(100% - 24px);
    text-align: left;
    padding-top: 1px;
}

.iw_wbs_file_button button .icon {
    float: left;
}

.iw_wbs_file_button button .icon {
    width: 24px;
    height: 24px;
}

/* iw_wbs_file_download_button */
.iw_wbs_file_download_button button {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    padding: 20px;
    background: #17EFEF;
    cursor: pointer;
    color: #EF17EF;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    width: 100%;
}

.iw_wbs_file_download_button button .text {
    float: left;
    width: calc(100% - 24px);
    text-align: left;
    padding-top: 1px;
}

.iw_wbs_file_download_button button .icon {
    float: left;
}

.iw_wbs_file_download_button button .icon img {
    width: 24px;
    height: 24px;
}

/* iw_wbs_content_dropdown */
.iw_wbs_content_dropdown .iw_wbs_cd_header_wrapper {
    cursor: pointer;
}

.iw_wbs_content_dropdown .iw_wbs_cd_element_headline {
    width: calc(100% - 24px);
    float: left;
}

.iw_wbs_content_dropdown .iw_wbs_cd_element_headline h3 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
}

.iw_wbs_content_dropdown .iw_wbs_cd_element_icon {
    float: left;
    width: 24px;
    height: 24px;
}

.iw_wbs_content_dropdown .iw_wbs_cd_element_icon svg {
    width: 24px;
    height: 24px;
}

.iw_wbs_content_dropdown .iw_wbs_cd_element_content_wrapper {
    height: 0;
    -webkit-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.iw_wbs_content_dropdown .iw_wbs_cd_element_content {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    padding-top: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s linear;
    -o-transition: opacity .3s linear;
    transition: opacity .3s linear;
}

.iw_wbs_content_dropdown .iw_wbs_cd_element_divider {
    border-bottom: 2px solid #DDDDDD;
    padding-top: 15px;
}

/* iw_wbs_content_switcher */
.iw_wbs_content_switcher {
    opacity: 0;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.iw_wbs_content_switcher.sidebar .switcher_menu_wrapper {
    width: 33.333333%;
    float: left;
}

.iw_wbs_content_switcher.sidebar.mobile .switcher_menu_wrapper {
    width: 100%;
}

.iw_wbs_content_switcher .switcher-menu {
    list-style: none;
    margin: 17px;
    padding: 17px
}

.iw_wbs_content_switcher.sidebar .switcher-menu {
    border: 1px solid #17EFEF;
    position: relative;
}

.iw_wbs_content_switcher.tabs .switcher-menu li {
    float: left;
    padding: 17px;
}

.iw_wbs_content_switcher .switcher-menu-item .item-name {
    cursor: pointer;
}

.iw_wbs_content_switcher .switcher-menu-item:hover,
.iw_wbs_content_switcher .switcher-menu-item:focus,
.iw_wbs_content_switcher .switcher-menu-item.active {
    color: #EF17EF;
}

.iw_wbs_content_switcher.sidebar.mobile .switcher-menu-item {
    display: none;
}

.iw_wbs_content_switcher.sidebar.mobile .switcher-menu.open .switcher-menu-item,
.iw_wbs_content_switcher.sidebar.mobile .switcher-menu-item.active {
    display: inherit;
}

.iw_wbs_content_switcher.sidebar .switcher_content_wrapper {
    width: 66.666666%;
    float: left;
    position: relative;
}

.iw_wbs_content_switcher.sidebar.mobile .switcher_content_wrapper {
    width: 100%;
}

.iw_wbs_content_switcher.sidebar .switcher_content_wrapper .switcher_content_wrapper_width {
    width: 75%;
    margin: 0 auto;
}

.iw_wbs_content_switcher .switcher_content_element {
    display: none;
    opacity: 0;
    -webkit-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.iw_wbs_content_switcher .switcher_content_element.active {
    opacity: 1;
}

.iw_wbs_content_switcher.sidebar.mobile .switcher-menu:after {
    position: absolute;
    right: 15px;
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBpZD0iR3J1cHBlXzkzMSIgZGF0YS1uYW1lPSJHcnVwcGUgOTMxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTM4NSAtMjAzNSkiPgogICAgPHBhdGggaWQ9ImNoZXZyb24tZG93biIgZD0iTTYsOWw2LDYsNi02IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMzg1IDIwMzUpIiBmaWxsPSJub25lIiBzdHJva2U9IiM0ODUwNTUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS13aWR0aD0iMiIvPgogICAgPHJlY3QgaWQ9IlJlY2h0ZWNrXzkwMCIgZGF0YS1uYW1lPSJSZWNodGVjayA5MDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM4NSAyMDM1KSIgZmlsbD0ibm9uZSIvPgogIDwvZz4KPC9zdmc+Cg==);
    height: 24px;
    width: 24px;
    top: 32px;
    z-index: -1;
}

.iw_wbs_content_switcher.sidebar.mobile .switcher-menu.open:after {
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICA8ZyBpZD0iR3J1cHBlXzEwNzEiIGRhdGEtbmFtZT0iR3J1cHBlIDEwNzEiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0MDkgMjA1OSkgcm90YXRlKDE4MCkiPgogICAgPHBhdGggaWQ9ImNoZXZyb24tZG93biIgZD0iTTYsOWw2LDYsNi02IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMzg1IDIwMzUpIiBmaWxsPSJub25lIiBzdHJva2U9IiM0ODUwNTUiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiIHN0cm9rZS13aWR0aD0iMiIvPgogICAgPHJlY3QgaWQ9IlJlY2h0ZWNrXzkwMCIgZGF0YS1uYW1lPSJSZWNodGVjayA5MDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTM4NSAyMDM1KSIgZmlsbD0ibm9uZSIvPgogIDwvZz4KPC9zdmc+Cg==);
}

/* iw_wbs_content_switcher_item */
.iw_wbs_content_switcher_item .item_image img {
    width: 100%;
}

/* iw_header_image */
.iw_header_image {
    position: relative;
}

.iw_header_image .iw_header_image_image_wrapper {
    width: 100%;
    overflow: hidden;
    position: inherit;
}

.iw_header_image .iw_header_image_image_wrapper img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.iw_header_image .iw_header_image_image_overlay {
    position: absolute;
    width: 100%;
    bottom: -1px;
    z-index: 1;
}

.iw_header_image .iw_header_image_image_overlay.color {
    height: 100%;
}

.iw_header_image .iw_header_image_image_overlay svg {
    position: absolute;
    bottom: 0;
}

.iw_header_image .iw_header_image_image_overlay .iw_header_image_overlay_color {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.iw_header_image .iw_header_image_image_content {
    position: absolute;
    width: 100%;
    z-index: 2;
    max-width: 1200px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: table;
}

.iw-wpincltool-hide_images .iw_header_image .iw_header_image_image_wrapper {
    background-color: #EFEFEF;
}

.iw-wpincltool-hide_images .iw_header_image .iw_header_image_image_wrapper .picture-tag-wrapper {
    display: none;
}

.iw-wpincltool-contrast_mode.iw-wpincltool-hide_images .iw_header_image .iw_header_image_image_wrapper {
    border: 3px solid #101010;
    background-color: #FFFFFF;
}

/* iw_wbs_header_image_content_box */
.iw_wbs_header_image_content_box {
    display: flex;
}

.iw_wbs_header_image_content_box .iw_wbs_header_image_content_wrapper {
    background: #ef17ef;
    width: 50%;
    padding: 17px;
}

/* iw_wbs_image_cta */
.iw_wbs_image_cta {
    position: relative;
}

.iw_wbs_image_cta .iw_wbs_imgcta_image_background img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.iw_wbs_image_cta .iw_wbs_imgcta_content_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.iw_wbs_image_cta .iw_wbs_imgcta_content_overlay:hover {
    background: none;
}

.iw_wbs_image_cta .iw_wbs_imgcta_content_overlay .iw_wbs_imgcta_text_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.iw_wbs_image_cta .iw_wbs_imgcta_content_overlay:hover .iw_wbs_imgcta_text_wrapper {
    visibility: hidden;
    opacity: 0;
}

.iw_wbs_image_cta .iw_wbs_imgcta_text_wrapper .iw_wbs_imgcta_headline {
    color: #000;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    padding-bottom: 10px;
}

.iw_wbs_image_cta .iw_wbs_imgcta_text_wrapper .iw_wbs_imgcta_description {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: #000;
}

/* iw_optimized_image */
.iw_optimized_image.with-thumbnail {
    position: relative;
}

.iw_optimized_image a {
    display: block;
}

.iw_optimized_image .iw_optimized_image_wrapper.image_full {
    position: relative;
}

.iw_optimized_image.with-thumbnail .iw_optimized_image_wrapper.image_full {
    display: none;
}

.iw_optimized_image .iw_optimized_image_wrapper.image_thumbnail {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.iw_optimized_image .iw_optimized_image_wrapper img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

.iw-wpincltool-hide_images .iw_optimized_image .iw_optimized_image_wrapper {
    border: 2px solid #101010;
}

.iw-wpincltool-hide_images .iw_optimized_image img {
    visibility: hidden;
}

.iw_optimized_image .image_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    background: none;
    transition: all 300ms;
}

.iw_optimized_image .image_overlay:hover {
    background: rgba(255, 255, 255, 0.6);
}

.iw_optimized_image .image_overlay .image_overlay_text_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.iw_optimized_image .image_overlay:hover .image_overlay_text_wrapper {
    visibility: visible;
    opacity: 1;
}

.iw_optimized_image .image_overlay_text_wrapper .image_overlay_text {
    color: #EF17EF;
    font-size: 17px;
    line-height: 17px;
}

/* iw_progress_bar */
.iw_progress_bar .content_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.iw_progress_bar .progress_wrapper {
    height: 12px;
    border-bottom: 2px solid;
    margin-top: 20px;
    padding-bottom: 2px;
}

.iw_progress_bar .progress {
    height: 10px;
    width: 0;
}

.iw_progress_bar.animated .progress {
    -webkit-transition: width 1s ease-out;
    -o-transition: width 1s ease-out;
    transition: width 1s ease-out;
}

/* iw_wbs_screenshot_viewer */
.iw_wbs_screenshot_viewer .iw_wbs_screenshot_viewer_image img {
    cursor: pointer;
    width: 100%;
}

/* iw_svg_viewer */
.iw_svg_viewer {
    -webkit-text-size-adjust: unset;
}

.iw_svg_viewer .iw_svg_viewer_content_wrapper {
    display: inline-block;
}

.iw_svg_viewer .iw_svg_viewer_content_wrapper img,
.iw_svg_viewer .iw_svg_viewer_content_wrapper svg {
    width: 100%;
    height: 100%;
}

/* iw_wbs_table */
.iw_wbs_table.scrollable {
    overflow: scroll;
}

.iw_wbs_table.clickable .cell {
    display: none;
}

.iw_wbs_table.clickable .cell.active,
.iw_wbs_table.clickable .cell.active {
    display: table-cell;
}

.iw_wbs_table.clickable .cell.header.row,
.iw_wbs_table.clickable .cell.header.row.col {
    display: table-cell;
}

.iw_wbs_table.clickable .arrow_wrapper {
    width: 24px;
    height: 24px;
}

.iw_wbs_table.clickable .prev_arrow,
.iw_wbs_table.clickable .next_arrow {
    display: none;
    cursor: pointer;
}

.iw_wbs_table.clickable .cell.header.col.active {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

/* Video Player */
.iw_wbs_video_player .iw_wbs_video_wrapper {
    padding-top: 56.25%;
    position: relative;
    width: 100%
}

.iw_wbs_video_player .iw_wbs_video_wrapper > div {
    padding-top: 0 !important;
    position: static
}

.iw_wbs_video_player.iw-video-ratio-169 .iw_wbs_video_wrapper {
    padding-top: 56.25%
}

.iw_wbs_video_player.iw-video-ratio-43 .iw_wbs_video_wrapper {
    padding-top: 75%
}

.iw_wbs_video_player.iw-video-ratio-235 .iw_wbs_video_wrapper {
    padding-top: 42.55319149%
}

.iw_wbs_video_player.iw-video-ratio-916 .iw_wbs_video_wrapper {
    padding-top: 177.77777778%
}

.iw_wbs_video_player.iw-video-ratio-34 .iw_wbs_video_wrapper {
    padding-top: 133.33333333%
}

.iw_wbs_video_player.iw-video-ratio-1235 .iw_wbs_video_wrapper {
    padding-top: 235%
}

.iw_wbs_video_player .iw_wbs_video_wrapper {
    position: relative
}

.iw_wbs_video_player .iw_wbs_video_wrapper iframe {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

/* iw_wbs_vimeo_video */
.iw_wbs_vimeo_video .video-wrapper {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.iw_wbs_vimeo_video .video-wrapper iframe,
.iw_wbs_vimeo_video .video-wrapper object,
.iw_wbs_vimeo_video .video-wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.iw_wbs_vimeo_video .video-wrapper iframe {
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    margin: -1px;
}

.iw-wpincltool-hide_images .iw_wbs_vimeo_video iframe {
    display: none;
}

.iw-wpincltool-hide_images .iw_wbs_vimeo_video .video-wrapper {
    border: 2px solid #101010 !important;
    background-color: #FFFFFF !important;
}

.iw_wbs_vimeo_video .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

/* iw_wbs_vimeo_video_shuffle */
.iw_wbs_vimeo_video_shuffle .iw_wbs_vimeo_video_shuffle_item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/* iw_wbs_highlight_box */
.iw_wbs_highlight_box {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 17px;
}

.iw_wbs_highlight_box .iw_wbs_hgl_bx_background {
    height: 100%;
    position: relative;
}

.iw_wbs_highlight_box .iw_wbs_hgl_bx_wrapper {
    position: relative;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 17px;
}

.iw_wbs_highlight_box.no_vertical_align .iw_wbs_hgl_bx_wrapper {
    position: relative;
    width: 100%;
    top: unset;
    left: unset;
    -webkit-transform: unset;
    -ms-transform: none;
    transform: unset;
}

.iw_wbs_highlight_box .iw_wbs_hgl_bx_wrapper .iw_wbs_hgl_bx_note {
    padding: 17px;
}

.iw_wbs_highlight_box .iw_wbs_hgl_bx_wrapper .iw_wbs_hgl_bx_text {
    padding: 17px;
}

.iw_wbs_highlight_box .iw_wbs_hgl_bx_wrapper .iw_wbs_hgl_bx_button {
    padding: 17px;
}

/* iw_wbs_highlight_image */
.iw_wbs_highlight_image {
    padding: 17px;
    height: 100%;
}

.iw_wbs_highlight_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* iw_wbs_highlight_row */
.iw_wbs_highlight_row .iw_cpt_list_posts_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.iw_wbs_highlight_row .iw_wbs_highlight_row_inner.col-2-3 .iw_cpt_list {
    margin-left: 0;
    margin-right: 0;
}

/* iw_wbs_iphone_cta */
.iw_wbs_iphone_cta .cta_background {
    display: none;
    background: #efef17;
    width: 100%;
}

.iw_wbs_iphone_cta .cta_background.mobil {
    height: 50%;
    position: absolute;
    z-index: -1;
}


.iw_wbs_iphone_cta .cta_background.desktop {
    display: inherit;
    margin: 170px 0;
}

.iw_wbs_iphone_cta .content_wrapper.content-width {
    margin-bottom: 0 !important;
    overflow: initial;
}

.iw_wbs_iphone_cta .text_wrapper,
.iw_wbs_iphone_cta .image_wrapper {
    width: 100%;
}

.iw_wbs_iphone_cta .image_wrapper {
    position: relative;
}

.iw_wbs_iphone_cta .content_wrapper {
    padding: 17px 0;
    display: flex;
    flex-direction: row;
}

.iw_wbs_iphone_cta.left .content_wrapper {
    flex-direction: row-reverse;
}

.iw_wbs_iphone_cta .headline,
.iw_wbs_iphone_cta .subline,
.iw_wbs_iphone_cta .description {
    text-align: center;
    color: #EF17EF;
}

.iw_wbs_iphone_cta .headline,
.iw_wbs_iphone_cta .subline,
.iw_wbs_iphone_cta .description {
    padding: 17px;
}

.iw_wbs_iphone_cta .button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 17px;
}

/* .iw_wbs_iphone_cta .cta_background.desktop margin + .iw_wbs_iphone_cta .content_wrapper padding
with - before as top and buttom to overlap the grey background. */
.iw_wbs_iphone_cta .image {
    position: absolute;
    top: -187px;
    bottom: -187px;
    left: 0;
    right: 0;
    text-align: center;
}

.iw_wbs_iphone_cta .image img {
    height: 100%;
}

.iw_wbs_iphone_cta .image.mobile {
    display: none;
}

/* iw_wbs_multi_table */
.iw_wbs_multi_table .iw_wbs_multi_table_switcher {
    display: flex;
    gap: 17px
}

.iw_wbs_multi_table .iw_wbs_multi_table_switcher .iw_wbs_multi_table_switcher_entries_wrapper {
    width: 100%;
}

.iw_wbs_multi_table .iw_wbs_multi_table_switcher_entry {
    display: flex;
    justify-content: space-between;
}

.iw_wbs_multi_table .iw_wbs_multi_table_switcher_entry,
.iw_wbs_multi_table .iw_wbs_multi_table_entry {
    display: none;
}

.iw_wbs_multi_table .iw_wbs_multi_table_switcher_entry.active {
    display: flex;
}

.iw_wbs_multi_table .iw_wbs_multi_table_entry.active {
    display: initial;
}

.iw_wbs_multi_table .iw_wbs_multi_table_switcher_entry .arrow_wrapper {
    width: 24px;
    height: 24px;
}

.iw_wbs_multi_table .prev_arrow,
.iw_wbs_multi_table .next_arrow {
    display: none;
    cursor: pointer;
}

/* iw_wbs_parallax_image */
.iw_wbs_parallax_image {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.iw_wbs_parallax_image .iw_wbs_plximg_content_wrapper {
    margin: 0;
    overflow: hidden;
    position: relative;
}

.iw_wbs_parallax_image .iw_wbs_plximg_content_wrapper .iw_wbs_plximg_image {
    min-height: 140%;
    min-width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -10%;
}

/* iw_wbs_pro_con */
.iw_wbs_pro_con {
    display: flex;
}

.iw_wbs_pro_con .side-wrapper {
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.iw_wbs_pro_con.right .side-wrapper.left {
    padding: 50px;
    margin: 50px 0;
    background-color: #17EFEF;
}

.iw_wbs_pro_con.right .side-wrapper.right {
    padding: 100px 50px;
    background-color: #EF17EF;
}

.iw_wbs_pro_con.left .side-wrapper.left {
    padding: 100px 50px;
    background-color: #EF17EF;
}

.iw_wbs_pro_con.left .side-wrapper.right {
    padding: 50px;
    margin: 50px 0;
    background-color: #17EFEF;
}

.iw_image_alt_description {
    margin: 15px;
    font-size: 16px;
    line-height: 26px;
}

/* Image Carousel */
.iw_image_carousel {
    position: relative;
}

.iw_image_carousel img {
    display: none;
}

.iw_image_carousel .wpb_content_element {
    margin-bottom: 0 !important;
}

.iw_image_carousel .slick-slide {
    padding: 17px;
}

.iw_image_carousel .fade {
    position: absolute;
    top: 0;
    width: 100px;
    height: 100%;
    cursor: pointer;
}

.iw_image_carousel .fade.fade_prev {
    left: 0;
}

.iw_image_carousel .fade.fade_next {
    right: 0;
}

.iw_image_carousel .iw-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 17px;
}

.iw_image_carousel .iw-dots li {
    padding: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.iw_image_carousel .iw-dots li button {
    width: 17px;
    height: 17px;
    background-color: #EF17EF;
    border: 2px solid #EF17EF;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 0;
    padding: 0;
    cursor: pointer;
}

.iw_image_carousel .iw-dots li.slick-active button {
    background-color: #EF17EF;
}

/* iw_wbs_icon_content */
.iw_wbs_icon_content .element_wrapper.with-column,
.iw_wbs_icon_content .element_wrapper .element_title.with-icon,
.iw_wbs_icon_content .element_wrapper .element_content.with-icon {
    display: flex;
}

.iw_wbs_icon_content .element_wrapper .element_title.with-icon {
    gap: 10px;
}

.iw_wbs_icon_content .element_wrapper.with-column,
.iw_wbs_icon_content .element_wrapper .element_content.with-icon {
    gap: 15px;
}

.iw_wbs_icon_content .element_wrapper .element_icon {
    width: 24px;
    height: 24px;
}

.iw_wbs_icon_content .element_wrapper .element_title {
    padding-bottom: 10px;
}

.iw_wbs_icon_content .element_wrapper.with-title .element_content {
    font-weight: 700;
}

@media screen and (max-width: 1230px) {

    /* iw_wbs_iphone_cta */
    .iw_wbs_iphone_cta .content_wrapper.content-width {
        padding-left: 15px;
        padding-right: 15px;
    }

}

@media screen and (max-width: 920px) {

    /* iw_wbs_highlight_row */
    .iw_wbs_highlight_row.image .col-1-3,
    .iw_wbs_highlight_row.image .col-2-3 {
        width: 50%;
    }

    .iw_wbs_highlight_row .iw_wbs_highlight_row_inner.col-1-3:first-child {
        width: 100%;
    }

    .iw_wbs_highlight_row .iw_wbs_highlight_row_inner.col-1-3 {
        width: 50%;
    }

    .iw_wbs_highlight_row .iw_wbs_highlight_row_inner.col-2-3 {
        width: 100%;
    }

    .iw_wbs_highlight_row .iw_wbs_highlight_row_inner.col-2-3 .iw_wbs_highlight_image {
        padding: 17px
    }

    /* iw_wbs_highlight_box */
    .iw_wbs_highlight_box .iw_wbs_hgl_bx_wrapper {
        position: inherit;
        width: unset;
        top: unset;
        left: unset;
        -webkit-transform: none;
        -ms-transform: none;
        transform: unset;
    }

}

@media screen and (max-width: 860px) {

    /* iw_wbs_iphone_cta */
    .iw_wbs_iphone_cta .image {
        text-align: right;
    }

    .iw_wbs_iphone_cta.left .image {
        text-align: left;
    }

}

@media screen and (max-width: 720px) {

    /* iw_wbs_content_switcher */
    .iw_wbs_content_switcher .switcher_menu_wrapper,
    .iw_wbs_content_switcher .switcher_content_wrapper {
        width: 100%;
    }

    /* iw_wbs_iphone_cta */
    .iw_wbs_iphone_cta.left .content_wrapper,
    .iw_wbs_iphone_cta .content_wrapper {
        flex-direction: column;
    }

    .iw_wbs_iphone_cta.left .image,
    .iw_wbs_iphone_cta .image {
        text-align: center;
    }

    .iw_wbs_iphone_cta .image img {
        max-width: 220px;
        height: inherit;
    }

    .iw_wbs_iphone_cta .cta_background.desktop {
        background-color: transparent;
    }

    .iw_wbs_iphone_cta .cta_background.mobil {
        display: inherit;
    }

    .iw_wbs_iphone_cta .button {
        padding: 17px;
    }

    .iw_wbs_iphone_cta .image {
        position: initial;
    }

    /* iw_wbs_pro_con */
    .iw_wbs_pro_con {
        flex-direction: column;
    }

    .iw_wbs_pro_con.right .side-wrapper.left,
    .iw_wbs_pro_con.left .side-wrapper.right {
        margin: 0 50px;
        width: calc(100% - 100px);
    }

    .iw_wbs_pro_con.right .side-wrapper.right,
    .iw_wbs_pro_con.left .side-wrapper.left {
        width: 100%;
    }

    /* Image Carousel */
    .iw_image_carousel .slick-slide {
        width: 100%;
        padding: 0;
    }

    .iw_image_carousel .fade {
        background: none !important;
    }

}

@media screen and (max-width: 640px) {

    /* iw_wbs_highlight_row */
    .iw_wbs_highlight_row .iw_wbs_highlight_row_inner.col-1-3 {
        width: 100%;
    }

}

@media screen and (max-width: 520px) {

    .iw_wbs_iphone_cta .button .iw_wbs_app_store_badges {
        text-align: center !important;
        padding: 17px;
    }

    /* iw_wbs_iphone_cta */
    .iw_wbs_iphone_cta .image img {
        width: 100%;
    }

    .iw_wbs_iphone_cta .cta_background.mobil {
        height: 60%;
    }

    .iw_wbs_iphone_cta .button {
        flex-direction: column;
        gap: unset;
        padding: 17px;
    }

    .iw_wbs_iphone_cta .button .iw_wbs_app_store_badges {
        text-align: center !important;
        padding: 17px;
    }

}
