#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%;
}

.mobileimagefullwidth.imagefullwidth {
    background-attachment: scroll !important;
}

/* 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;
}

.partner-item {
    border: 1px solid #d7d7d7;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    text-align: center;
}

.partner-item a {
    display: block;
    width: 100%;
}

.partner-item img {
    max-height: 100px;
    max-width: 80%;
}

@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;
    }
}

/* shortcuts */
.shortcutarea {
    position: absolute;
    right: 3%;
    top: 100px;
    width: 45px;
    z-index: 3000;
}

.shortcutarea.fixed {
    position: fixed;
}

.shortcutarea .tooltip {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    margin-bottom: 8px;
    background: #FF4500;
    cursor: pointer;
    border: 1px solid #FFFFFF;
}

.shortcutarea a {
    color: #ffffff;
    display: block;
    height: 45px;
    line-height: 45px;
}

.shortcutarea .tooltip:hover {
    color: #FFFFFF;
    background: #E8270C;
}

.shortcutarea .tooltip:hover > span {
    color: #FFFFFF;
}

.shortcutarea .iconfont, .shortcutarea .iconfontbrands, .shortcutarea .iconfontsolid, .shortcutarea .iconfontlight {
    color: #FFFFFF;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
}

.shortcut-iconimage img {
    max-width: 22px;
    max-height: 22px;
    margin: 0 auto;
}

.tooltip {
    position: relative;
    text-decoration: none;
}

.tooltip:after {
    content: attr(data-tooltip);
    position: absolute;
    top: 6px;
    right: 57px;
    background: #FF4500;
    padding: 5px 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    white-space: nowrap;
    display: none;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    line-height: 25px;
    height: 25px;
    font-family: 'MainFont', Verdana, sans-serif;
    font-size: 16px;
}

.tooltip:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 10px solid #FF4500;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: none;
    right: 47px;
    top: 16px;
}

.tooltip:hover:after, .tooltip:hover:before {
    display: block;
}

@media only screen and (max-width: 800px) {
    .shortcutarea {
        display: flex;
        width: 100%;
        justify-content: center;
        right: 0;
        top: 10px;
    }

    .shortcutarea > span {
        margin: 0 5px;
    }

    #page .shortcutarea > .top-fixed {
        display: none;
    }

    .startseite .contentarea {
        padding-top: 67px;
    }
}

.special-table-td.td-2 {
    padding: 0.3em 0.7em;
    border: 2px solid #FFFFFF;
    background: #F0F0F0;
}
.contentarea > .frame-type-gridelements_pi1:nth-child(2n) .special-table-td.td-2 {
    border: 2px solid #F0F0F0;
    background: #FFFFFF;
}
.contentarea > .frame-type-gridelements_pi1:nth-child(2n) .special-table-td.td-2 {
    border: 1px solid #F0F0F0;
}
.contentarea > .frame-type-gridelements_pi1:nth-child(2n) .special-table-td.td-1 {
    border: 1px solid #F0F0F0;
}
.special-table-td.td-1 {
    color: #FFFFFF;
    background: #FF4500;
    font-size: 100%;
    padding: 0.3em 0.7em;
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    font-family: 'MainFont', Arial, Verdana, sans-serif;
    border: 2px solid #FFFFFF;
    text-transform: uppercase;
}
.special-table-td.td-1 {
    border: 1px solid #FFFFFF;
}
.special-table-row {
    display: table;
    overflow: hidden;
    width: 100%;
}

.special-table-td.td-1, .special-table-td.td-2 {
    display: table-cell;
    border-width: 1px;
}

.special-table-td.td-1 {
    width: 35%;
}

.special-table-td.td-2 {
    width: 65%;
}

@media only screen and (max-width: 500px) {
    .special-table-td.td-1 {
        width: 100%;
        display: block;
    }

    .special-table-td.td-2 {
        width: 100%;
        display: block;
    }

    .special-table-row {
        margin-bottom: 10px;
    }
    .photo-gallery-itemouter {
        width: 33.33%;
    }
}

