@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;
}


body {
    font-family: Poppins;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


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
}


.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: 700;
}

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



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

#stepin p {
    font-size: 1.65rem;
    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%, 10%)
}

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

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

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

}

#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%;
}


/* responsive */


@media(max-width: 991px) {
    
    
    .portraits>div:before{
    font-size:0.8rem;
    }
    

    
    
    .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 {
    font-size: 1.2rem;
}
    
    
.grf_stepinstepout:before {

    width: 90%;
  
}
    #stepin p {
    font-size: 1.1rem;
}
    
    #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) {
    
        
  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;
}
    
}