a {
    color: #325ba4;
    text-decoration: none;
}
a:hover{
    color:rgb(5, 4, 42);
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: black;
}

.header_and_main{
    color: #273036;
}
.title {
    text-align:center;
    padding-bottom: 25px;
}

.welcome_text, .welcome_text_untertitle {
    text-align: right;
}

.logo_img {
    width: 150px;
    padding: 5px;
}
.header_and_main .header_menu{
    margin-top: 35px;
}
.header_and_main .menu{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.header_and_main .logo_wrapper{
    display: flex;
    flex-direction: column;
    align-items:center;
}
.header_and_main .welcome{
    text-align: right;
}
.main_image {
    max-width: 450px;
}
  
.header_and_main .welcome_text_section{
    background-image: url('../img/icons/SVG/grey.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items:center;
}

.about_us{
    margin-top: -1px;
    background-color: #273036;
    color:white;
}

.about_us_image{
    max-width: 350px;
}
.about_us_desription{
    display: flex;
    justify-content: space-evenly;
}

.dienstleistungen{
    margin-top: -150px;
    background-color: white;
    color:#273036;
}
.dienst_icon {
    width: 45px;
    margin-right: 25px;
}
.dnst {
    padding: 35px 0;
}
.divider {
    width: 25%;
    height: 3px;
    background: linear-gradient(to right, #efaa29, #feb47b);
    margin: auto;
}
.referenzen {
    background-color: white;
    color:#273036;
    margin-bottom: 45px;
}
.section_ref {
    margin: 75px 0 0 25px ;
}

.kontakt{
    margin-top: -1px;
    background-color: #273036;
    color:white;
}

.kontaktdaten {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.kontakt_link, .kontakt_link:hover{
    color:white;
}

.wave-section-main, .wave-section-gr, .wave-section-kontakt {
    display: block;
}
.wave-section-gr{
    margin-top: -1px;
}
.impr{
    margin-top: 25px;
}

.kontaktform {
    margin: 0 auto;
}


@media (max-width: 768px) {
    .wave-section-main, .wave-section-gr, .wave-section-kontakt {
       width: 100%;
    }
    .header_and_main .menu {
        flex-direction: column;
        justify-content: center;
    }
    .header_and_main .welcome_text_section{
        margin-top: 25px;
    }
    .welcome_text, .welcome_text_untertitle {
        text-align: center;
    }
    
    .header_and_main .welcome{
        text-align: center;
    }
    .main_image {
        max-width: 350px;
    }
    .about_us_text {
        padding: 20px 15px 15px 0;
    }
    .dienstleistungen {
        margin-top: 0;
    }
    .kontakt {
        padding-bottom: 25px;
    }
    .kontaktdaten {
        display: inline;
        text-align: center;
    }
}
  
