

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root {
    --primary: #000000;
    --dark: #ffffff;
    --body: #ffffff;
    --white: #ffffff;
    --box-shadow: 0 8px 22px rgba(0,0,0,0.1);
}

body {
    background-color: #101010;
    font-family: "Sora", sans-serif;
    line-height: 1.7;
    color: var(--body);
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6,
.display-4 {
    color: var(--dark);
    font-weight: 700;
}

.navbar-toggler-icon {
    filter: invert(1);
}

a {
    color: var(--dark);
    text-decoration: none;
}

img {
    width: 100%;
}

.navbar {
    box-shadow: var(--box-shadow);
    background-color: #000000;
    padding: -30px 0px -30px 0px;
}

.logo {
    width: 200px;
}

.navbar .nav-link {
    font-size: 14px;
    font-weight: 700;
}

.navbar .nav-link {
    color: #ffffff!important;
}


.navbar .nav-link.active {
    color: #bfbfbf !important;
}

.btn {
    padding: 14px 18px;
    border-width: 2px;
    border-radius: 0;
}

.headbtn {
    color: #000000;
    background-color: #ffffff;
    padding: 12px 25px;
    margin-left: 20px;
    border: none; /* Entfernt den Rahmen */
    outline: none; /* Entfernt den Fokusrahmen */
}

.hero {
    background-image: url(../img/Bild126.png);
    background-position: top center;
    background-size: cover;
    position: relative;
    z-index: 2;
    -webkit-background-size: cover; /* Speziell für WebKit-Browser (z.B. Safari) */
    -moz-background-size: cover; /* Speziell für Firefox */
    -o-background-size: cover; /* Speziell für Opera */
    background-size: cover; /* Allgemeine Einstellung für Hintergrundgröße */
    background-repeat: no-repeat; /* Verhindert das Wiederholen des Bildes */
}
.hero::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.305);
    z-index: -1;
}

section {
    padding-top: 120px;
    padding-bottom: 120px;
}

.card-effect {
    box-shadow: var(--box-shadow);
    background-color: var(--white);
    padding: 25px;
    transition: all 0.35s ease;
}

.card-effect:hover {
    box-shadow: none;
    transform: translateY(5px);
}

.iconbox {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
    color: var(--white);
    font-size: 32px;
    border-radius: 100px;
    flex: none;
}




.col-img {
    background-image: url(../img/Bild126.png);
    background-position: top;
    background-size: cover;
    min-height: 500px;
}

.col1-img {
    background-image: url(../img/Bild123.png);
    background-position: top;
    background-size: cover;
    min-height: 500px;
}

.row {
    margin-left: 0 !important;
    margin-right: 0 !important; /* Verhindert, dass die Row durch negative Margins über den Bildschirmrand hinausgeht */
}

#features {
    padding-top: 20px;
    padding-bottom: 20px;
}

.project {
    position: relative;
    overflow: hidden;
}

.project .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    padding: 30px;
    display: flex;
    align-items: flex-end;
    transition: all 0.4s ease;
    opacity: 0;
}

.project img {
    transition: all 0.4s ease;   
}

.project:hover .overlay{
    opacity: 1;
}

.project:hover img {
    transform: scale(1.1);
}


.pricing i {
    font-size: 20px;
    color: var(--primary);
}

.pricing ul li {
    margin-top: 8px;
}

.team-member img {
    width: 125px;
    height: 125px;
    border-radius: 100px;
}


.social-icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.social-icons a {
    width: 50px;
    height: 50px;
    font-size: 30px;
    background-color: transparent;
    border-radius: 2px solid white ;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin-left: 5px;
    transition: all 0.4s ease;
    border: 2px solid transparent;
}

.social-icons a:hover {
    color: white;
    background-color: transparent;
    border-color: white;
}





.blog-post {
    position: relative;
    overflow: hidden;
    background-color: var(--white); /* Falls du einen weißen Hintergrund brauchst */
}

.blog-post h5,
.blog-post p {
    color: black; /* Textfarbe standardmäßig schwarz */
}

.blog-post:hover h5,
.blog-post:hover p {
    color: white; /* Textfarbe bei Hover weiß */
}

.blog-post img {
    transition: all 0.4s ease;
}

.blog-post:hover img {
    transform: scale(1.1);
}

.blog-post:hover {
    background-color: var(--primary); /* Hintergrundfarbe bei Hover */
}



form input.form-control {
    height: 56px;
}

form .form-control {
    border: 2px solid white; /* Weißer Rand */
    border-radius: 0;
    color: #ffffff;
    background-color: rgba(215, 215, 215, 0); /* Transparenter Hintergrund */
}



.footer-top {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #000000;
}

.footer-top a {
    color: #ffffff;
}

.footer-top a:hover {
    color: #cacaca;
}

.footer-bottom {
    background-color: #000000;
}


.footer-font {
    font-size: small;
    color: #ffffff;
    align-items: center;
    text-align: center;

    p {
        color: #ffffff;
    }

    a {
        color: dodgerblue;
    }
}

@media (max-width: 992px) {

    .body {
        overflow-x: hidden;
    }

    .navbar .nav-link {
        font-size: 25px;
        font-weight: 500;
        align-items: center;
        line-height: 50px;
        justify-content: center;
        display: flex;

    }

    .headbtn {
        color: #000000;
        background-color: #ffffff;
        padding-top: 6px ;
        padding-bottom: 6px;
        width: 90%;
        font-size: 20px;
        margin-left: 20px;
        border: none; /* Entfernt den Rahmen */
        outline: none; /* Entfernt den Fokusrahmen */
    }
    

    .navbar-toggler {
        border: none; /* Entfernt den Rahmen */
        background: none;
        padding: 0;
        margin: 0;
        margin-right: 20px;
        display: flex;
        align-items: center; /* Zentriert das Icon vertikal */
        justify-content: center;
    }

    .custom-toggler-icon {
        display: inline-block;
        width: 30px;
        height: 2px;
        background-color: white; /* Weiße Farbe für die Linien */
        position: relative;
    }

    .custom-toggler-icon::before,
    .custom-toggler-icon::after {
        content: '';
        width: 30px;
        height: 2px;
        background-color: white;
        position: absolute;
        left: 0;
        
    }

    .custom-toggler-icon::before {
        top: -8px; /* Abstand der oberen Linie */
    }

    .custom-toggler-icon::after {
        top: 8px; /* Abstand der unteren Linie */
    }

    .navbar {
        position: relative;
    }

}


