html {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-size: 1.1rem;
}

h5 {
    color: #00c100ff;
    font-size: 1.6rem;
}

h4 {
    font-size: 2rem;
}

a {
    color: black;
}

.nav-wrapper .right a:hover {
    background-color: transparent;
    color: #00c100ff;
}

.icon-block .material-icons {
    font-size: inherit;
}

.logo {
    height: 140px;
    padding-top: 25px;
}

nav ul a {
    color: black;
}

.button-collapse {
    color: black;
}

    .button-collapse i:hover {
        background-color: #00c100ff;
    }

.bar {
    background-color: #00c100ff;
    text-align: center;
    color: white;
}

    .bar .section {
        padding: 50px 0 60px 0;
    }

    .bar h3 {
        color: white;
        font-size: 1.8rem;
        padding: 0 20px 0 20px;
    }

    .bar h4 {
        color: white;
        font-size: 1.4rem;
    }

#emhead .container {
    width: 100%;
}

#emhead li {
    line-height: 40px;
}

#img_haus {
    width: 100%;
}

.section {
    padding-top: 0;
}

#services {
    padding-top: 20px;
}

    #services h4 {
        color: #666666ff;
        font-size: 1.35rem;
        padding: 20px 15px 0 15px;
    }

#kontakt h4 {
    padding-bottom: 15px;
}
#kontakt img {
    height: 40px;
}
#kontakt a {
    color: white;
}

.carousel {
    height: 200px !important;
}

.scroll-up-arrow {
    font-size: 32px;
    color: #616161;
}

.scroll-up:hover {
    cursor: pointer;
}

    .scroll-up:hover a {
        background-color: initial;
    }

.supportlink {
    color: white;
    line-height: 50px;
    border: 2px solid white;
    border-radius: 30px;
    background-color: #6d0c0f;
    margin: 5px 5px 5px 50px;
}

    .supportlink:hover {
        color: #6d0c05 !important;
        border: 2px solid #6d0c0f;
        border-radius: 30px;
        background-color: white !important;
        margin: 5px 5px 5px 50px;
    }

/* container */
@media only screen and (min-width: 991px) {
    .container {
        width: 90%;
    }

    /*        .container .row {
            padding-top: 100px;
        }*/

    .services {
        min-height: 800px;
    }

    .icon-block {
        /*        margin-left: 30px;
        margin-right: 30px;*/
        /*background-color: rgba(51, 51, 51, 0.08);*/
        padding: 10px;
        min-height: 200px;
        text-align: left;
    }
}

@media only screen and (min-width: 600px) and (max-width: 990px) {

    .icon-block {
        margin-left: 0px;
        margin-right: 0px;
        background-color: rgba(51, 51, 51, 0.08);
        padding: 10px;
        min-height: 250px;
        text-align: left;
    }
}

@media only screen and (max-width: 900px) {

    #emhead li {
        font-size: 0.9rem;
    }
    .bar h3 {
        font-size: 1.6rem;
    }
    #services h4 {
        font-size: 1.2rem;
    }
}


.services .row h5 {
    text-align: center;
}

.bar .row {
    max-width: 800px;
}

.bulletlist {
    list-style-type: circle;
    padding-left: 30px !important;
}

    .bulletlist li {
        list-style-type: circle !important;
    }

/* Footer */
.page-footer {
    /*background-color: transparent;*/
}

    .page-footer a {
        color: #666666ff;
    }
