/* Allgemein*/
*{
    margin: 0 auto;
    }

.logo {
    width: 30%;
}

body {
    font-family: "Roboto", sans-serif;
    overflow-x:hidden; 
    padding: 0 !important;}

 body :not(a):active {
    color: black;
 }
    
.content { margin-left: 80px;
     margin-right: 80px;
 }   
p, .col-lg-6 {
    font-size: 18px !important;
    
}

h2, h3, h4, h5 {
    color: #2C3153;
}

h1 {
    font-size: 100px ;
    font-weight: 700;
    color: #007946;
}

h2 {
    font-weight: 700;
    font-size: 80px;
}

h3{
    font-weight: 700;
    font-size: 35px;
}

h4{
    font-weight: 600;
    font-size: 28px;
}

/* Allgemein END*/
/*Nav*/
.navbar {
    font-size: 18px;
    box-shadow: 0 4px 4px -2px rgba(0,0,0,.3);
    
}
.nav-link, a {
    color:black;
    text-decoration: none;
}

:active, a:hover {
    color:#007946;
}
.sticky-top {
background-color: white;
}
/*Nav END*/
/*Header*/
header {
    height: 836px;
}

.header-top {
    margin-top: 150px;
}
/*Header END*/
/*Content*/
.spacebox {
margin: 100px 0 50px 0;
}

/*Content END*/
/*Footer*/

footer {
    background-color: #007946;
    padding: 5px 0 !important;
    bottom: 0 !important ;
    left:0 !important;
}

.copyright {
    margin: 0;
}

footer a {
    color: white;
}

footer a:hover, :active {
    color: #2C3153;
}

footer :not(a):active {
    color: rgb(255, 255, 255);
 }
/*Footer END*/
/*Media Queries*/
@media screen and (max-width: 1400px) {

    header {
        height: 650px;
    }

    .content {
            width: 80%;
        }
     h1 {
                font-size: 75px ;
        }
            
    h2 {
                font-size: 50px;
        }
            
    h3{
                font-size: 35px;
        }
            
    h4{
                font-size: 28px;
        }

     .header-img {
                max-width: 90%; /* Maximal 80% der Bildschirmbreite */
                height: auto; /* Automatische Höhe */
        }

    .selbstbild {
            width: 70%;
        }
        
    .header-top {
            margin-top: 70px;
        }

    }

@media screen and (max-width: 991px) {
    header {
        height: 1050px;
        }
       
    p {
        font-size: 14px !important;

        }
    .header-img {
            max-width: 80%; /* Maximal 80% der Bildschirmbreite */
            height: auto; /* Automatische Höhe */
        }
    .selbstbild {
            width: 40%;
        }
    .header-top {
        margin-top: 40px;
        }

    }

@media screen and (max-width: 576px) {
    .content { margin-left: 20px;
        margin-right: 20px;
    }

    header {
        height: 800px;
        }

    .header-img {
            max-width: 60%; /* Maximal 60% der Bildschirmbreite */
            height: auto; /* Automatische Höhe */
        }

    .selbstbild {
            width: 90%;
        }
    .copyright {
       font-size: 12px !important;
       padding-right: 20px;
        }
    }
/*Media Queries END*/