﻿body {
}


@media (min-width: 1200px) {
    .container {
        width: 80% !important; 
    }
}

.imgheightWerk {

    height: 600px !important;
}

.bg-image {
    margin-top: 50px !important;
}

.size20 {

    font-size: 20px;
}

.navbar-toggler {
/*    border-color: white; 
    background-color: white !important;*/
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Farbiger Hintergrund für Button */
.navbar-toggler {
   /* background-color: white !important; *//* #007bff; /* Hier gewünschte Hintergrundfarbe */
    border: none;
    padding: 6px 10px;
    border-radius: 4px;
}

/* Weißes Hamburger-Icon */
.navbar-toggler-icon {
   /* background-image: none;*/
    width: 1.5em;
    height: 1.5em;
    position: relative;
}

    .navbar-toggler-icon::before,
    .navbar-toggler-icon::after,
    .navbar-toggler-icon div {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
       /* background-color: white;*/
        transition: all 0.3s;
    }

    .navbar-toggler-icon::before {
        top: 0;
    }

    .navbar-toggler-icon::after {
        bottom: 0;
    }

    .navbar-toggler-icon div {
        top: 50%;
        transform: translateY(-50%);
    }

.text-muted {
    color: #987F28 !important;
}

.btn-primary {
    color: #FFF;
    background-color: darkred !important; /* #987F28;*/
    border-color: chocolate !important; /* #987F28;*/
}

.borderbottom {
    border-bottom: solid 1px #999;
    padding-top:20px;
    padding-bottom:25px;
}

@media (max-width: 768px) {
    #intro-section .container-fluid {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .intro-caption {
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 768px) {
    .bottom-gap {
        margin-bottom: 120px;
    }
}

.padding35 {

    padding: 35px !important;
}

.nav-link.active {
    font-weight: bold;
    color: #fff !important; /* oder eine andere Farbe */
   
}


.portfolio-atr span a {
    color: red;
}

.portfolio-atr span a {
    color: red;
}

.portfolio-atr .info
{
    color: white !important;
    font-size: 15px !important;
}
