@font-face{
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
}

@font-face{
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face{
font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face{
font-family: 'Poppins';
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face{
font-family: 'Poppins';
    src: url('../fonts/Poppins-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

@font-face{
font-family: 'Poppins';
    src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face{
font-family: 'Poppins';
    src: url('../fonts/Poppins-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face{
font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face{
font-family: 'Poppins';
        src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
        font-weight: 800;
        font-style: normal;
}

@font-face{
font-family: 'Poppins';
        src: url('../fonts/Poppins-Black.ttf') format('truetype');
        font-weight: 900;
        font-style: normal;
}

@font-face{
font-family: 'Poppins';
        src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
        font-weight: 500;
        font-style: italic;
    
}


:root{
    --white: #f2f2f2;
    --black: #424854;
    --primary: #2f5173;
    --secondary: #86c0dedb;
    --tertiary: #E7F2BD;
    --white-rgb: 242, 242, 242;
}

body{
    font-family: 'Poppins', 'sans-serif';
    font-weight: 300;
    font-size: 18px;
}

hi, h2, h3, h4, h5, h6{
    font-family: 'Bebas Neue', sans-serif;
}


.blau{
    color: rgb(0, 0, 0);
    text-shadow: 5px 5px 5px #9199a1;
}



.navbar{
    background: rgba( var(--white-rgb),0.7);
    box-shadow: 0 8px 32px 0 #8282825e;
    border-bottom: 1px solid #fafafa;
    backdrop-filter: blur( 4px );   
    -webkit-backdrop-filter: blur( 4px );
    position: fixed;
    width: 100%;
    z-index:  999;
}
.navbar .container-fluid{
    flex-direction: column;
}

.navbar-brand{
    color: var(--black);
    margin-right: 0;
}


.nav-link{
    color:var(--black);
    font-weight: 700;
}

.nav-link.active{
    color: var(--primary);
}

.nav-link.hover{
    color: var(--primary);
}

.banner-outer{
    position: relative;
    overflow: hidden;
    height: 100vh;
    /* The Image used */
    background-image: url('../img/Bild-acryl02gross.jpg');

    /* Create the parallax scrolling effect */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.banner-background-img{
    position: absolute;
    top: 50%;
    width: auto;
    height: auto;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}
   
.banner-content{
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-content-inner{
    max-width: 50%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 8px 32px 0 rgba(44, 44, 44, 0.4);
    border: 1px solid rgba(255 ,255, 255, 0.2);
    backdrop-filter: blur( 5px );
    -webkit-backdrop-filter: blur( 5 px );
    border-radius: 10px;
    color: var(--black);
  
}
.banner-content-inner h5{
    font-weight: normal;

}

.banner-content-inner button {
    border: none;
    padding: 10px 15px;
    border-radius: 10px;
    background-color: var(--secondary);
    color: var(--black);
    transition: background-color .2s, color .2s;

}
a:link, a:visited {
    text-decoration: none;
   }

.banner-content-inner button:hover{
    background-color: var(--primary);
    color: var(--white);
    
}

.ueber-mich{
    margin-top: 5%;
}

.ueber-mich-img{
    width: 100%;
}
.ueber-mich .row{
    align-items: center;

}

.swiper{
    width: 100%;
    height: fit-content;
}

.swiper .swiper-wrapper{
margin-bottom: 40px;
}

.projekte{
    margin-top: 50px;
}

.projekte .swiper .swiper-slide img{
    width: 100%;
    border-radius: 10px;
    aspect-ratio: 4/3;
    object-fit:contain;
}

.projekte .swiper-slide a{
    color: var(--black);
    text-decoration: none;
    position: relative;
    height: 100%;
    display: flex;
   
}
.projekte .swiper-slide a:hover .swipe-content{
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

}

.projekte .swiper-slide a:hover .swipe-content-inner{
    top: 50%;
    transform: translateY(-50%);

}

.projekte .swiper-slide a:hover .swipe-content p{
    opacity: 1;
    transform: translateY(0);
}

.projekte .swiper-slide .swipe-content-inner{
    position: absolute;
    top: 0;
    padding: 10px;
    height: 50px;
    transform: translateY(0);
    transition: top .5s, transform .5s;
}



.projekte .swiper-slide .swipe-content{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(var(--white) 0.7);
    border-top: 1px solid rgba(255 ,255, 255, 0.2);
    backdrop-filter: blur( 5px );
    -webkit-backdrop-filter: blur( 5 px );
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 50px;
    transition: height .5s, border-top-left-radius .5s, border-top-right-radius .5s;
}

.projekte .swiper-slide .swipe-content p{
    opacity: 0;
    transform: translateY(-30px);
    transition: opacity 0.5s ease, transform 0.5s ease;
 
}

footer{
    background: rgba(var(--white) 0.7);
    border-top: 1px solid rgba(255 ,255, 255, 0.2);
    backdrop-filter: blur( 5px );
    -webkit-backdrop-filter: blur( 5 px );
    padding: 10px 0; 
}

.projekt-modal img{
    max-width: 100%;
   
}

.detail-page .ueber-mich{
    margin-top: unset;
    padding-top: 150px;
    margin-bottom: 50px;
}



.Impressum{
    padding-top: 10%;
} 

.Kontakt{
    padding-top: 10%;
} 
@media (max-width: 576px){
    .navbar.container-fluid{
        flex-direction: row;
}

@media(max-width:768px){
   }
}

@media(max-width: 768px){
    .banner-content-inner{
        max-width: 100%;
    }


.ueber-mich >.row{
    flex-direction: column;
}

.ueber-mich > .row:last-of-type{
    flex-direction: column-reverse;
    margin-top: 20px;
}

.projekt-model >.row{
    flex-direction: column-reverse;

}

.container .ueber-mich >.row{
    flex-direction: column;
}

.container .ueber-mich > .row:last-of-type{
    flex-direction: column-reverse;
    margin-top: 20px;
}
}