* {
    margin: 0;
    text-decoration: none;
}
html, body {
    height: 100%;
}

.section {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    
    }
.sectOne {
    background-image: url("../img/pics/nature-forest-industry-rails_dunkel.png");
}
.kontakt-text h4 {
    font-size: 36px;
    font-weight: 900;
}
.kontakt-text {
    color: #fff;
    text-align: left;
    margin: 25px;
}
.kontakt-text p {
    color: #fff;
    font-size: 24px;
}
.kontakt-text a {
    color: #fff;
    font-size: 24px;
}
.kontakt-text a:hover {
    color: #ff8900;
}
 li {
    color: #fff;
    font-size: 24px;
    list-style: none;
}