.header-logo {
    max-width: 600px !important;
    background-color: antiquewhite;
}

#glav {
    background-image: url(/img/f2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 70px;
}

.custom-font-size-2 {
    font-size: 1.3em !important;
}

h1 {
    background: linear-gradient(135deg, #b5120c 40%, #f4c082 75%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.zwet1 {
    background: linear-gradient(135deg, #b5120c 40%, #f4c082 75%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logo1 {
    width: 200px;
    margin-top: 15px;
}

.logo2 {
    width: 158px;
    margin-left: 20px;
}

.logo1footer {
    width: 230px;
    margin-top: 15px;
}

.logo2footer {
    width: 200px;
    margin-top: 15px;
}

.warum {
    min-height: 400px !important;
}

.process-step-circle-content {
    font-size: 1.8em !important;
}

#accordion101 p, #accordion100 p {
    color: black;
    font-size: 18px;
}

#accordion101 li, #accordion100 li {
    color: black;
    font-size: 18px;
}

.zif {
    background: linear-gradient(135deg, #b5120c 20%, #f4c082 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card-text {
    font-size: 13px !important;
    line-height: 1.2 !important;
}

.speak {
    min-height: 365px;
}

.cont {

    min-height: 320px;
}

.list li {
    font-size: 17px;
}

@media (max-width: 575px) {
    #glav {
        background-position: top;
    }

    #divider1 {
        display: none;
    }

    .container {
        max-width: 92%;
    }

    .header-top {
        display: none !important;
    }

    .custom-font-size-2 {
        font-size: 36px !important;
    }

    .logo1 {
        width: 120px;
        margin-top: 6px;
    }

    .logo2 {
        width: 100px;
        margin-left: 15px;
    }
}
@media (max-width: 400px) {

    .custom-font-size-2 {
        font-size: 30px !important;
    }

}