.main-content {
    width: 100%;
    min-height: 900px;
    transition: all .4s;
    background-image: url("/fileadmin/user_upload/ref/bilder/header-images/banner-rwb-ag.jpg");
    background-size: cover;
}

.main-content h1 {
    color: #035149;
    font-size: 20px;
    padding: 0 15px;
    text-transform: none;
    line-height: 1.3;
    position: relative;
    padding-bottom: 10px;
}

.main-content h1:before {
    content: '';
    display: block;
    background-color: #035149;
    height: 1px;
    width: 75%;
    bottom: 0;
    left: 42px;
    position: absolute;
}

.btn-toinfo {
    background-color: #c39f18;
    border: 1px solid #c39f18;
    font-size: 16px;
    color: #ffffff;
    padding: 10px;
    margin-right: 0px;
    border-radius: 10px;
    min-width: 80%;
    text-align: center;
    margin: 15px;
    display: block;
}
.bg-transparent {
    background: rgba(255, 255, 255, 0.6);
    width: 100%;
    padding: 10px 0px;
    margin-top: 100px;
    margin-bottom: 50px;
    text-align: center;
}

.bg-transparent .subtitle {
    color: #c39f18;
    text-align: center;
    font-size: 20px;
    display: block;
}
.no-transparent {
    background: transparent;
}
@media screen and (min-width: 768px) {
    .bg-transparent {
        background: transparent;
        text-align: center;
        width: 100%;
        padding: 10px 0px;
        margin-top: 150px;
        margin-bottom: 150px;
    }
    .bg-transparent .subtitle {
        color: #c39f18;
        text-align: center;
        padding-left: 40px;
        font-size: 46px;
        display: block;
        font-weight: 100;
    }
    .bg-transparent .firstWord {
        display: inline;
    }
    .main-content h1 {
        text-align: center;
        display: inline-block;
        color: #035149;
        font-size: 55px;
        margin-top: 0px;
        padding-left: 40px;
        text-transform: none;
        line-height: 1.3;
        position: relative;
        padding-bottom: 10px;
    }

    .main-content h1:before {
        width: 90%;
    }
    .btn-toinfo {
        background-color: #035149;
        border: 1px solid #035149;
        font-size: 20px;
        color: #ffffff;
        padding: 10px;
        margin-right: 0px;
        border-radius: 10px;
        min-width: 25%;
        text-align: center;
        margin: 0px 0px 15px 15px;
        display: inline-block;
        margin-left: 30px;
    }
    .links {
        text-align: center;
    }
}
@media screen and (max-width: 1440px) and (min-width: 1024px){
    .bg-transparent {
        width: 100%;
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .bg-transparent {
        width: 100%;
    }
}