body {
    

    font-family: 'Muli', sans-serif;


}

ul {
    list-style: none;
}

#greeting-text-container {
    background-color: #c8c4bf;
    color: white;
    float: right;
    min-height: 600px;
    padding: 10px;
    position: relative;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-feature-settings: "salt";
}

#greeting-text-container ul {
    margin-top: 190px;
    margin-left: 20px;
    font-size: 2.4rem;
    line-height: 1.2;
    font-weight: bold;
    list-style: none;
    text-decoration: underline;
    padding-left: 0;
}

.highlight-link {
    font-weight: bold;
    text-decoration: underline;
    color: #333;
}

.highlight-button {
    color: white!important;
    background-color: #1a5;/*oder #1a5 */
    font-weight: bold;
    border-radius: 3px;
    padding: 8px 24px!important;
}

.highlight-button:hover {
    background: white;
    border: 3px solid #1a5;
    font-weight:bold;
    color: #1a5!important;
    box-sizing: border-box;
    padding: 5px 21px!important;
}

.more-padding {
    padding: 12px 0px;
}

#navigation-bar {
    background-color: #fff;
    height: 100px;
}

#wirsuchen ul {
    list-style: disc;
}



#logo-container {
    background-image: url('./logo-2.png');
    opacity: 0.8;
    background-repeat: no-repeat;
    height:100px;
    width: 450px;
    margin-left: 40px;
    background-position: center;
}

@media (max-width: 992px) {

    #logo-outer-container {
        margin: 0 auto;
    }
    
    #logo-container {
        margin-left: -5px;
    }
    
    }

#text-menu-container {
    font-family: 'Muli', sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-right: 40px;
    color: #555;
    font-size: 1.3em;
    font-feature-settings: "salt";
}

#text-menu-container a {
    color: #333;
}

#text-menu-container .nav-item {
    margin-right: 60px;
}

#text-menu-container div {
    margin-left: 40px;
}

#text-menu-container a:hover {
    color: #c8c4bf;

}

#welcome-element {
    float: left;
    margin-top: 80px;
    font-weight: bold;
    font-size: 2.6rem;
    margin-left: 20px;
}

#small-nav {
    font-size: 1.3em;
}

#small-nav .nav-item {
    padding: 20px;
}

#small-nav .nav-link {
    color: #666;
    border-bottom: 3px solid transparent;
}

#small-nav .nav-link:hover {
    color: #666;
    border-bottom:  3px solid #666;
}

@media (min-width: 992px) { 
    #welcome-element { 

    margin-left: -80px;
    }
 }

#greeting-text-container p{
    bottom: 10px;
    left: 10px;
    position: absolute;
    padding-left: 20px;
    font-size: 1.8em;
}

#greeting-container {
    background-image: url('./greeting-image.jpg');
    background-size: 1400px 600px;
    background-repeat: no-repeat;
    height: 600px;
}

#building-types-container {
    text-align: center;
    margin-top:60px;
    margin-bottom: 60px;
}

#building-types-container ul {
    font-size: 1.6rem;
    color: #777;
    padding: 0;
}

#building-types-container li {
    display: inline;
}

#building-types-container img {
    width: 400px;
    height: auto;
}

.section-header {
    display: inline-block;
    border-bottom: 3px solid #666;
    font-size: 1.6rem;
    color: #555;
    font-weight: 600;
    margin-bottom: 45px;
}

.content-section {
    text-align: center;
    padding-bottom: 60px;
    padding-top: 100px;
}

.text {
    font-size: 1.6em;
    margin-top: 30px;
    color: #555;
    margin-bottom: 20px;
}

.text-left {
    text-align: left;
}


.image-grid {
    margin-top: 30px;
}

.image-grid > div {
    max-height: 533px;
    overflow: hidden;
    margin-left: 25px;
    margin-bottom: 25px;
}

.image-grid img{
    width: 400px;
    height: auto;
}

.grey-section {
    background-color: #EEE;
    padding-top: 100px;
}

a {
    color: #BBB;
}

a:hover {
    color:#c8c4bf;
    text-decoration: none;
}



