#alt-caption {
    position: absolute;
    bottom: 4vw;
    color: #FFFFFF;
    font-family: 'MainFontLight';
    text-transform: uppercase;
    font-size: 312%;
    z-index: 300;
    line-height: 110%;
    left: 5%;
}
.cycle-slideshow {
    position: relative;
    overflow: hidden;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    max-height: 700px;
    width: 100%;
}
.cycle-slideshow a {
    right: 0;
    bottom: 0 !important;
}
.cycle-prev, .cycle-next {
    background: rgba(255, 255, 255, 0.3);
    width: 60px;
    height: 90px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -45px;
    z-index: 300;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}
.cycle-next {
    left: inherit;
    right: 0;
}
.cycle-prev:hover, .cycle-next:hover {
    background: rgba(255, 255, 255, 0.7);
}
.cycle-prev-arrow, .cycle-next-arrow {
    width: 20px;
    height: 45px;
    margin: 23px 20px 0 20px;
}
.cycle-svg {
    fill:none;
    stroke:#fff;
    stroke-width:2;
}
@media only screen and (max-width: 1280px) {
    #alt-caption {
        font-size: 3.5vw;
    }
}

@media only screen and (max-width: 1180px) {
    #alt-caption {
        max-width: 50vw;
    }
}
@media only screen and (max-width: 1024px) {
    .cycle-prev, .cycle-next {
        width: 40px;
        height: 60px;
        margin-top: -30px;
    }
    .cycle-prev-arrow, .cycle-next-arrow {
        width: 15px;
        height: 25px;
        margin: 18px 13px 0 13px;
    }
    .cycle-prev-arrow svg, .cycle-next-arrow svg {
        enable-background: new 0 0 15 25;
        width: 15px;
        height: 25px;
    }
}


/* linkbox */
.linkbox {
    background: #F0F0F0;
    position: relative;
}

.linkboxinner {
    padding: 20px 60px 20px 20px;
}

.linkbox.nolink .linkboxinner {
    padding: 20px;
}

.linkbox.withlink > a {
    display: block;
    font-family: 'MainFont';
}

.linkbox .linkbox-title {
    text-transform: uppercase;
    line-height: 140%;
    color: #FF4500;
    font-size: 120%;
    font-family: 'MainFont';
    margin-bottom: 0.2em;
}

.no-touch .linkbox.withlink:hover {
    background: #FF4500;
}

.no-touch .linkbox.withlink:hover .linkbox-title {
    color: #FFFFFF;
}

.contentarea > .frame-type-gridelements_pi1:nth-child(2n) .linkbox {
    background: #FFFFFF;
}

.linkbox-subtitle {
    color: #646464;
}

.no-touch .linkbox.withlink:hover .linkbox-subtitle, .no-touch .linkbox.withlink:hover a {
    color: #FFFFFF;
}

.linkbox-arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -24px;
}

.linkbox .arrow {
    fill:none;
    stroke:#FF4500;
    stroke-miterlimit:10;
}
.linkboxinner:hover .arrow {
    stroke:#FFFFFF;
}
.t3ddy-item .linkbox {
    background: #FFFFFF;
}

.imagefullwidth {
    height: 34vw;
    max-height: 700px;
    width: 100%;
}
.scrollimage {
    position: relative;
}
.scrollimage-text {
    position: absolute;
    background:rgba(0,0,0,0.55);
    bottom: 2em;
    top: 2em;
    left: 3%;
    max-width: 35%;
    min-width: 200px;
    color: white;
    display: flex;
    justify-content: center;
}
.scrollimage-text.right {
    right: 3%;
    left: inherit;
}
.scrollimage-text-inner {
    margin: 0.7em;
    display: flex;
    justify-content: center;
    flex-flow: column;
    position: relative;
    padding: 2.5em 2.5em 3.5em 2.5em;
    border: 1px solid white;
}
.scrollimage-text .textbutton {
    background: transparent;
    border: 1px solid white;
}
.scrollimage-text .textbutton:hover {
    background: white;
    color: #000;
}
.scrollimage-text .textbutton:hover a {
    color: #000;
}
.scrollimage-text a, .scrollimage-text h3 {
    color: white;
}
.scrollimage-title {
    position: absolute;
    right: 0.7em;
    bottom: 0.1em;
    font-size: 200%;
    line-height: 100%;
    text-transform: uppercase;
}
.mobileimagefullwidth.imagefullwidth {
    background-attachment: scroll !important;
}

@media only screen and (max-width: 1280px) {
    .scrollimage-text {
        max-width: 50%;
    }
}

@media only screen and (max-width: 1024px) {
    .imagefullwidth {
        height: 50vw;
        min-height: 400px;
    }
}

@media only screen and (max-width: 900px) {
    .scrollimage-text {
        max-width: 94%;
    }
    .scrollimage-text-inner {
        padding-bottom: 0em;
    }
    .scrollimage-title {
        display: none;
    }
}


/* Content Slider */
.content-slider-container {
    position: relative;
    margin: 0 auto;
}

.content-slider-item {
    position: absolute;
    top: 0;
}

.content-slider-iteminner {
    margin: 0 5px;
}

.content-slider-prev,
.content-slider-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 20px;
    height: 40px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-tap-highlight-color: transparent;
}

.content-slider-prev {
    left: 0;
}

.content-slider-next {
    right: 0;
}

.content-slider-prev-arrow,
.content-slider-next-arrow {
    width: 20px;
    height: 40px;
    position: relative;
    cursor: pointer;
}

.content-slider-prev-arrow.disabled,
.content-slider-next-arrow.disabled {
    display: none;
}

.content-slider-itemwrap {
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 0;
    padding-bottom: 10px;
}

/* Service Slider */
.slider-container {
    width: 100% !important;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #FFFFFF;
}

.contentarea > .slider-container:nth-child(2n) {
    background-color: #F0F0F0;
}

.slider-svg {
    fill: none;
    stroke: #242424;
    stroke-width: 2;
}

.slider-container.withbg {
    position: relative;
    color: white;
}

.slider-container.withbg::before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    content: '';
    display: block;
    z-index: 1;
}

.slider-container.withbg > .col100 {
    position: relative;
    z-index: 2;
}

.slider-container.withbg > div {
    z-index: 2;
    position: relative;
}

.slider-container.withbg a, .slider-container.withbg h2, .slider-container.withbg h3, .slider-container.withbg h4 {
    color: white;
}

.service-icon-wrap {
    text-align: center;
    width: 100%;
    position: relative;
}

.service-icon-wrap .iconfontsolid, .service-icon-wrap .iconfontlight, .service-icon-wrap .iconfontbrands, .service-icon-wrap .iconfontduotone {
    font-size: 55px;
    color: #242424;
    display: block;
}

.service-icon-wrap > span {
    position: absolute;
    top: 0;
    height: 60px;
    width: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.service-icon-wrap img {
    max-height: 60px;
    width: auto;
    max-width: 60px;
}

.service-subtitle {
    color: #5c5c5c;
    line-height: 140%;
    font-family: 'MainFont';
}

.service-item {
    padding: 3em 2em;
    background-color: #F0F0F0;
}

.contentarea > div:nth-child(2n) .service-item {
    background-color: #FFFFFF;
}

.service-icon-wrap .image-hover {
    display: none;
}

.service-item:hover .service-icon-wrap .image-nohover {
    display: none;
}

.service-item:hover .service-icon-wrap .image-hover {
    display: block;
}

.service-textwrap {
    margin-top: 80px;
    text-align: center;
}

.service-wave {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 75px;
}

.service-wave img {
    height: 105%;
}

.slider-container .service-item h4 {
    color: #FF4500;
}

.contentarea > .frame-type-gridelements_pi1:nth-child(2n) .service-item {
    background: #fff;
}

@media only screen and (max-width: 1800px) {
    .slider-container {
        padding-top: calc(50px + (100 - 50) * ((100vw - 400px) / (1800 - 400)));
        padding-bottom: calc(50px + (100 - 50) * ((100vw - 400px) / (1800 - 400)));
    }
}

@media only screen and (max-width: 1560px) {
    .content-slider .page_margins {
        width: 88%;
    }
}

@media only screen and (max-width: 400px) {
    .slider-container {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

