
.topbar-bg{
    background-color: #4C4C4C;
}

.topbar-p{
    margin: 0px;
    padding: 8px;
    padding-left: 14px;
    padding-right: 28px;

    font-size: 14px;
    color: #CCCCCC;
    font-weight: 300;
}

.navbar-bg{
    background-color: #F4F4F4;
}

.brand{
    font-weight: 700;
    color: #5270B3;
}

a{
    text-decoration: none;
    color: #4C4C4C;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
  
li {
    float: left;
    transition: 0.2s;
}

li:hover{
    background-color: rgba(0, 0, 0, 0.1);
}
  
li a {
    display: block;
    color: #4C4C4C;
    font-size: 16px;
    text-align: center;
    
    padding: 14px;
    padding-left: 16px;
    padding-right: 16px;

    text-decoration: none;
}

li span {
    display: block;
    color: #4C4C4C;
    font-size: 16px;
    text-align: center;
    
    padding: 14px;
    padding-left: 16px;
    padding-right: 16px;

    text-decoration: none;
    cursor: pointer;
}

.header{
    height: 800px;
    background-image: url(../assets/header3.jpg);
    opacity: 0.5;
}

.header-spacer{
    height: 800px;
}

.feature-section{
    background-color: #4C4C4C;
}

.features{
    min-height: 500px;
    background-color: #F4F4F4;
    transform: translateY(-70px);
}

.blue{
    color: #5270B3;
}

.grey{
    color: #CCCCCC;
}

.bg-grey{
 background-color: #F4F4F4;
}

.bg-darkgrey{
    background-color: #4C4C4C;
}

.icon{
    margin: 70px;
}

.box{
    display: block;
    padding: 100px;
    height: auto;
}

.preise-bg{
    height: auto;
    background-image: url(../assets/preise.jpg);
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    padding: 20px;
}

.preise{
    background-color: #F4F4F4;
    margin-top: 50px;
    text-align: left;
    padding: 0;
}

.kunden-bg{
    padding: 30px;
}

.box-2{
    display: block;
    padding: 6em;
    height: auto;
}

.logos{
    background: url(../assets/logos.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    height: 300px;
    width: auto;
}

.elements{
    background: url(../assets/elements.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    height: 150px;
    width: auto;
}

.pbj{
    background: url(../assets/pbj.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
    height: 150px;
    width: auto;
}


.olli{
    border-radius: 50%;
    max-width: 250px;
}

.bg-haus{
    background: url(../assets/haus.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 500px;
}

.footer{
    padding: 20px;
    align-items: center;
    justify-content: center;
}

.produkt p{
    line-height: 2.5;
    margin: 0;
    margin-bottom: 40px;
    min-height: 300px;
    font-weight: 300;
}

.produkt h3{
    margin-top: 10px;
}

.produkt{
    margin: 0px;
    padding: 30px;
    border: #999999;
    border-style: solid;
    border-width: 1px;
    height: auto;
}

.produktpreis{
    font-size: 40px;
    color: #4C4C4C;
    margin-bottom: 10px;
    margin-top: auto;
}

.produkt .mws{
    min-height: 0;
    line-height: 1.1;
    font-size: 12px;
    margin: 0;
}

.preise-bot{
    margin-top: 50px;
    margin-bottom: 50px;
}

.i-section{
    min-height: calc(100vh - 102px);
}

.impressum-container{
    margin-top: 150px;
    min-height: 100%;
    margin-bottom: 100px;
    text-align: left;

    font-size: 12px;
}

.impressum-container h1{
    font-size: 28px;
}

.impressum-container h2{
    font-size: 24px;
}

.impressum-container h3{
    font-size: 18px;
}

.impressum-container p{
    font-size: 16px;
}

