* {
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;

}


h1, h2, h3, h4, h5, h6 {
    padding-bottom: 20px;

}

a {
    color: #3a3a3a;
    text-decoration: none;
}

/* ------ Hilfsklassen -------*/

.standard-container {  
    max-width: 1080px ;
    margin: 0 auto;   
 
}

.btn {
    display: block;
    font-size: 20px;
    text-align: center;
    background-color: #3a3a3a;
    color: coral;
    padding: 15px 10px;
    border-radius: 5px;
    margin: 15px 0px;

}

.btn:hover {
    background-color: coral;
    color: white;
}





/* -------- Navigationsmenü ----------- */
#main-nav {


    background-image: 
    linear-gradient(rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.4)),
    url(/img/img_header2.png) ;
    color: white;
    text-align: center;
 
}


#logo_img {
    float: left;
    width: 12%;
    padding: 20px;
 
}

#main-nav:after {
 
    content: "";
    display: block;
    clear: both;
}

#main-nav h1 {
    float: left;
    color: coral;
    padding: 20px;
}

#main-nav a {
    color: white;
}

#main-nav ul {
    float: right;
    list-style: none;
}

#main-nav ul li {
    float: left;
}

#main-nav ul li a {
   display: block;
   font-size: 24px;
   padding: 20px;
   text-align: center;
}

#main-nav ul li a:hover {
    background-color: coral;
    color: white;
 }

 #main-nav ul li a.active_site {
    background-color: coral;
    color: white;
 }



 /* -------- Wilkommens Sektion ----------- */

.welcome_content h1 {
    font-size: 24px;
    color: coral;
}

.welcome_content h2 {
    font-size: 18px;
    color: white;
}

.welcome_content p {
    font-size: 16px;
    color: rgb(225, 208, 208);   
    padding-top: 10px;
    padding-bottom: 10px;
}



#welcome {
    background-image: 
    linear-gradient(rgb(60, 57, 54,1.0), rgba(60, 57, 54, 0.8));
 
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#welcome::after {
    content: "";
    display: block;
    clear: both;
}


#welcome .welcome_content {
    float: right;
    width: 85%;
    color: rgb(75, 44, 44);
    padding: 50px 50px;
}

#welcome .welcome_img {
    float: left ;
    width: 15%;
    padding-top: 40px;
 
}

#welcome .welcome_img img {
    width: 100%;
    border-radius: 30%;
    margin-left: 5px;
 
}


/* -------- About ----------- */


.about_content h2 {
    font-size: 18px;
    color:darkslategray;
}

.about_content p {
    font-size: 16px;
    color:darkslategray;  
    padding-top: 10px;
    padding-bottom: 10px;
}

#about {
    background-image: 
    linear-gradient( rgba(255, 128, 82,1.0), rgba(255, 128, 82, 0.8));
    min-height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
}

#about::after {
    content: "";
    display: block;
    clear: both;
}

#about .about_content {
    float: right;
    width: 85%;
    color: rgb(75, 44, 44);
    padding: 50px 50px;
}

#about .about_img {
    float: left ;
    width: 15%;
    padding-top: 40px;
}


#about .about_img img {
    width: 100%;
    border-radius: 10%;
    margin-left: 5px;
}


/* -------- Footer ----------- */
#footer {
    background-image: 
    linear-gradient(rgba(60, 57, 54, 1), rgba(60, 57, 54, 0.4));
    min-height: 150px;
    background-repeat: no-repeat;
    background-size: cover;

}
#footer p, a{
    font-size: 12px;

}


}
#footer::after {
    content: "";
    display: block;
    clear: both;
}

#footer .footer_links{
    float: left;
    width: 33%;
    color: sandybrown;
    padding: 25px 25px;
}

#footer .footer_mitte{
    float:left;
    width: 33%;
    color: sandybrown;
    padding: 25px 25px;
}

#footer .footer_rechts{
    float: right;
    width: 33%;
    color: sandybrown;
    padding: 25px 25px;
}

#footer .footer_rechts a{
    color: sandybrown;
}



/* -------- Kontakt Sektion ----------- */

.kontakt_content h1 {
    font-size: 24px;
    color: coral;
}

.kontakt_content h2 {
    font-size: 18px;
    color: white;
}

.kontakt_content p {
    font-size: 16px;
    color: rgb(225, 208, 208);   
    padding-top: 10px;
    padding-bottom: 10px;
}



#kontakt {
    background-image: 
    linear-gradient(rgb(60, 57, 54,1.0), rgba(60, 57, 54, 0.8));
 
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#kontakt::after {
    content: "";
    display: block;
    clear: both;
}


#kontakt .kontakt_content {
    float: right;
    width: 85%;
    color: rgb(75, 44, 44);
    padding: 50px 50px;
}

#kontakt .kontakt_img {
    float: left ;
    width: 15%;
    padding-top: 40px;
 
}

#kontakt .kontakt_img img {
    width: 100%;
    border-radius: 30%;
    margin-left: 5px;
 
}


/* -------- impressum ----------- */

.impressum_content h1 {
    font-size: 24px;
    color: coral;
}

.impressum_content h2 {
    font-size: 18px;
    color: white;
}

.impressum_content p {
    font-size: 16px;
    color: rgb(225, 208, 208);   
}



#impressum {
    background-image: 
    linear-gradient(rgb(60, 57, 54,1.0), rgba(60, 57, 54, 0.8));
 
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

#impressum::after {
    content: "";
    display: block;
    clear: both;
}


#impressum .impressum_content {
    float: right;
    width: 85%;
    color: rgb(75, 44, 44);
    padding: 50px 50px;
}

#impressum .impressum_img {
    float: left ;
    width: 15%;
    padding-top: 40px;
 
}

#impressum .impressum_img img {
    width: 100%;
    border-radius: 30%;
    margin-left: 5px;
 
}

