@font-face {
    font-family: Poppins;
    /* set name */
    src: url(../fonts/poppins-v20-latin-700.woff);
    /* url of the font */
    font-weight: normal;
}

@font-face {
    font-family: Poppins;
    /* set name */
    src: url(../fonts/poppins-v20-latin-900.woff);
    /* url of the font */
    font-weight: 700;
}

/* poppins-regular - latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/poppins-v24-latin-regular.woff2') format('woff2');
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body,
body p b,
body p strong {
    font-family: Poppins;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body p {
    -webkit-font-smoothing: auto;
}


body {
    color: #fff
}

.container_ {
    aspect-ratio: 16/9
}

h2 {
    font-size: 3.75rem;
    color: white;
    text-transform: uppercase;
    font-weight: 700;
}

h3 {
    font-size: 3.125rem;
    color: white
}

h4 {
    color: white;
    font-size: 1.875rem;
}

h2,
h4 span {
    color: #FFFB00
}

h3 span {
    color: #FFFB00
}

h5 {
    font-size: 1.875rem;
}

#stepin h3,
#prinzip h3 {
    font-size: 1.875rem;
    color: white;
}

#stepin p {
    color: white;
    font-weight: 300
}

#stepin .hop p {
    font-size: 1.875rem;
    color: white;
    font-weight: 300
}

#stepin h3 span {
    font-weight: 700;
}

#stepin p strong,
#stepin p b {
    font-weight: 700;
}

.thehl {
    position: relative;
    z-index: 2;
}

#home .container {
    position: relative;
}

.bgvideo {
    z-index: -1;
    width: calc(100% + 180px);
    /* height: 100%; 
    opacity: 0.3;*/
    position: absolute;
    left: -90px;
    /*  top: 50%;
    transform: translate(-50%, -50%);*/
}

.portraits img {
    filter: brightness(75%);
}

#home:before {
    content: "BY BY BY BY";
    content: "";
    color: #FFF;
    font-size: 12vw;
    font-weight: 700;
    position: absolute;
    z-index: 0;
    width: 100%;
    left: 0;
    top: calc(50% - 8vw);
    /* top: 50%; */
    overflow: hidden;
    height: 15vw;
    text-align: center;
    word-spacing: 5vw;
}

@media(min-width: 1800px) {
    #home:before {
        font-size: 217px;
        top: calc(50% - 150px);
    }
}

#intro,
#stepin {
    background: url(../images/SBS_Pattern.svg) #33333322;
    background-position: 0 32%
}

#intro .container {
    padding: 5% 2%;
}

.portraits {
    margin-top: -3.5rem;
    position: relative;
}


.portraits > div:before {
    opacity: 0;
    transition: opacity 0.2s;
    content: "Kurt Georg Dieckert";
    color: black;
    display: inline-block;
    width: auto;
    background: #FFFB00;
    padding: 0.2rem 1rem;
    text-transform: uppercase;
    filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.50));
    font-size: 1.125rem;
}

.portraits > div:hover:before {
    opacity: 1
}

.portraits > div:nth-child(2):before {
    content: "Laura Reinkens";
    background: #FFF;
}

.portraits > div:nth-child(3):before {
    content: "Stephan Campioni";
}

#intro p {
    color: #FFFB00;
    font-size: 1.875rem;
    text-transform: uppercase;
    font-weight: 400;
}

#prinzipstattmodell {
    background: linear-gradient(180deg, #222 0%, #000 100%);
}



#stepin h4 {
    color: #FFFB00;
    font-weight: 700;
}

#stepin p {
    font-size: 1.25rem;
    line-height: 120%
}

.grf_stepinstepout {
    display: flex;
    aspect-ratio: 1;
    align-items: center;
    justify-content: center;
    position: relative;

}

.grf_stepinstepout:before {
    content: "";
    position: absolute;
    width: 120%;
    aspect-ratio: 1;
    z-index: -1;
    background-image: url(../images/kreis.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(30deg);
    animation: rotate 16s linear infinite;
}

#stepin {
    overflow: hidden
}

@keyframes rotate {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}



.dielogos a img {
    max-width: 100px;
}

.dielogos a:first-child img {
    max-width: 125px
}

.dielogos a:last-child img {
    max-width: 85px;
    vertical-align: middle;
}

.amsmall {
    max-width: 40px;
}

@media(min-width: 992px) {
    .txt_daypasses {
        transform: translate(-10%, -5%)
    }

    .txt_webapp {
        transform: translate(-10%, 50%)
    }

    .txt_fundament {
        transform: translate(5%, -5%)
    }

    .txt_campaigning {
        transform: translate(5%, 50%)
    }

}

#prinzip {
    background: linear-gradient(180deg, #000 0%, #222 100%);
}

#prinzip {
    font-size: 1.25rem;
    line-height: 120%;
    /* 24px */
}

#prinzip a img {
    transition: all 0.1s
}

#prinzip a:hover img {
    transform: scale(1.1)
}

.gelbelinie {
    border-top: 2px solid #FFFB00;
    color: #FFFB00
}

footer a {
    color: #FFFB00;
    text-decoration: none;
}


.modal-content {
    color: black
}

.modal-content h4,
.modal-content h3,
.modal-content h2 {
    color: black;
    font-size: 120%;
}


#preise {
    border-radius: 73px;
    /*border: 4px solid rgba(255, 255, 255, 0.05);
background: rgba(217, 217, 217, 0.10);
box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
*/
    background: black;
}

#preise a {
    color: #FFFB00;
    font-weight: 700;
    font-size: 1.875rem;
    padding: 0.5rem;
    display: block;
    text-decoration: none;
}

#preise p {
    margin-top: 0.5rem;
}

/* responsive */

@media(max-width: 1199px) {
    #intro p br {
        display: none
    }
}

@media(max-width: 991px) {


    .portraits > div:before {
        font-size: 0.8rem;
    }

#preise {
    border-radius: 2rem;
   
}

    .portraits {
        margin-top: 2rem;
    }

    h3 {
        font-size: 1.6rem;

    }

    #intro p {

        font-size: 1.1rem;
    }

    #intro .container {
        padding: 2rem;
    }

    #intro,
    #stepin {
        background-size: 80%;
    }


    element.style {}

    *:nth-child(1) {
        --index: 1;
    }

    .mb-5 {
        margin-bottom: 3rem !important;
    }

    .mt-4 {
        margin-top: 1.5rem !important;
    }

    h2,
    h4 span {
        color: #FFFB00;
    }

    h2 {
        font-size: 1.5rem;
    }

    h4, #stepin #preise h3 {
        font-size: 1.2rem;
    }


    .grf_stepinstepout:before {

        width: 90%;

    }

    #stepin p {
        font-size: 1.1rem;
    }

    #stepin .hop p {
        font-size: 1.2rem;
    }

    #stepin p br {
        display: none
    }

    #stepin h3,
    #prinzip h3, #preise a {
        font-size: 1.35rem;

    }


    #prinzip {
        font-size: 1.1rem;
        padding: 1.3rem;
    }

    .dielogos {
        padding-top: 1rem;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
    }

    .bgvideo {
        z-index: -1;
        width: calc(100% + 100px);
        position: absolute;
        left: -50px;
        top: -3%;
        height: 100%;
        display: flex;
    }

}

@media(max-width: 467px) {


    #intro h3 span {
        display: block;
    }

    .portraits > div:before {
        display: none;
    }

    #home:before {
        display: none;
    }

    #home .container {
        position: relative;
        overflow: hidden;
    }

    .dielogos a img {
        max-width: 50px;
    }

    .dielogos a:first-child img {
        max-width: 75px;
    }

    .dielogos a:last-child img {
        max-width: 60px;
        vertical-align: middle;
    }

    .bgvideo {
        z-index: -1;
        width: calc(100% + 100px);
        position: absolute;
        left: -50px;
        top: -5%;
        height: 100%;
        display: flex;
    }

}
