﻿


/************************************ Common Settings *****************************/


.beContainer[style*="background-image"] h1,
.beContainer[style*="background-image"] h2,
.beContainer[style*="background-image"] h3 {
    text-shadow: 1px 1px 15px #000;
}

.animate-character {
    background-image: linear-gradient( -225deg, #000 0%, #000 29%, #D0B17A 67%, #D0B17A 100% );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 300% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /*animation: textclip 2s linear infinite;*/
    animation: textclip 3s 3 forwards;
    display: inline-block;
}

@keyframes textclip {
    to {
        background-position: -150% center;
    }
}

@media screen and (max-width: 1023.9px) {


}

@media screen and (max-width: 767.9px) {

}


/* Card */

.beItem[data-itemname="Card"] .beItemContent:has(.button) {
    height: 100%;
    padding-bottom: 40px;
}


.beItem[data-itemname="Card"] .beItemContent .button {
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 4px;
    padding-right: 3px;
}

.beContainer[style*="background-image"] .beItem[data-itemname="Card"] h1,
.beContainer[style*="background-image"] .beItem[data-itemname="Card"] h2,
.beContainer[style*="background-image"] .beItem[data-itemname="Card"] h3 {
    text-shadow: none;
}

.beItem[data-itemname="Card"] h1,
.beItem[data-itemname="Card"] h2 {
    font-size: 32px;
}


@media screen and (max-width: 767.9px) {
    .beItem[data-itemname="Card"] h1, .beItem[data-itemname="Card"] h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 550px) {

    .beItem[data-itemname="Card"] h1,
    .beItem[data-itemname="Card"] h2 {
        font-size: 24px;
    }
}



/* Referenzen */
.Referenzen .beItem[data-itemname="Card"] {
    box-shadow: none;
    background-color: #000;
    border: 4px solid #D0B17A;
    font-size: 15px;
    text-align: center;
    color: #D0B17A;
}

.Referenzen .beItem[data-itemname="Card"]:nth-child(2n) {
    box-shadow: none;
    background-color: #000;
    border: 4px solid #D0B17A;
    font-size: 15px;
    text-align: center;
    color: #fff;
}

.Referenzen .fontFrankRuhlLibre
{
    font-size: 25px;
}

.Referenzen .fontHolimount {
    font-size: 55px;
}


/* Team */
/* TeamLinks */
.TeamLinks .swiper-slide img {
    transform: rotate(-8deg);
    max-width: 60%;
    margin-left: 38px;
    margin-top: 30px;
    box-shadow: 2px 2px 25px rgba(100, 100, 100, 0.7);
    margin-bottom: 30px;
}

.TeamLinks,
.TeamLinks h1,
.TeamLinks h2 {
    color: #D0B17A;
}

.beContainerRow.TeamLinks {
    background-color: #000;
    margin-top: 45px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.TeamLinks .beContainerBlock[data-itemname="ImageSlider"] {
    margin-top: 0;
}


/* TeamRechts */
.TeamRechts .swiper-slide img {
    transform: rotate(8deg);
    max-width: 60%;
    margin-left: 38px;
    margin-top: 35px;
    box-shadow: rgba(14, 30, 37, 0.4) 0px 2px 4px 0px, rgba(14, 30, 37, 0.7) 0px 2px 16px 0px;
    margin-bottom: 42px;
}

.beContainerRow.TeamRechts {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.beContainerRow .beItemContainer[data-containertype="Row"] {
    position: relative;
}

.TeamRechts .beContainerBlock[data-itemname="ImageSlider"] {
    margin-top: 0;
}

.TeamRechts .beContainerColumn:first-of-type {
    width: 70%;
}

.TeamRechts .beContainerColumn:first-of-type .beContainerBlock {
    background-color: #EFEFEF;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 100px;
}

.TeamRechts .beContainerColumn:last-of-type {
    position: absolute;
    top: 0;
    right: -120px;
}

@media screen and (max-width: 1023.9px) {

    .TeamRechts .swiper-slide img,
    .TeamLinks .swiper-slide img {
        max-width: 70%;
    }

    .TeamRechts .beContainerColumn:last-of-type {
        right: -65px;
        top: 60px;
    }

    .TeamRechts .beContainerColumn:first-of-type .beContainerBlock {
        background-color: #EFEFEF;
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 50px;
    }
}

@media screen and (max-width: 767.9px) {

    .TeamRechts .beContainerColumn:last-of-type {
        position: relative;
        top: 0;
        right: 0;
    }

    .TeamRechts .beContainerColumn:first-of-type {
        width: inherit;
    }

    .beContainerRow.TeamRechts {
        background-color: #EFEFEF;
        margin-top: 0;
    }

    .TeamRechts .beContainerColumn:first-of-type .beContainerBlock {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        margin-top: 30px;
    }

    .beContainerRow.TeamLinks {
        margin-top: 0;
    }

}
