html,
body {
    margin: 0;
    font-family: 'Open Sans';
    font-size: 16px;
    color: #505050;
}

.container-fluid {
    padding: 0;
}

.container {
    padding: 0;
}

.header-dark {
    background-color: #505050;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.header-logo {
    width: 100%;
}

.name {
    font-size: 26px;
    font-weight: bold;
    color: #BC2D0E;
}

.info-banner {
    padding-top: 30px;
    padding-bottom: 30px;
}

.text26 {
    font-size: 26px;
}

.text-grey {
    color: #505050;
}

.text16 {
    font-size: 16px;
}

.text22 {
    font-size: 22px;
}

.text18 {
    font-size: 18px;
}

.text-bold{
    font-weight: bold;
}

.navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 99;
}

.color-gradient {
    background-image: linear-gradient(to right, #BC2D0E, #EC6344);
}

.navbar-item {
    text-align: center;
    color: #fff;
}

.navbar-item:hover {
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 6px;
}

.active {
    text-decoration: underline;
    text-underline-offset: 6px;
}

.suebag-head {
    background-image: url("../assets/images/Gruppe_maskieren_1.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 550px;
    position: relative;
}

.suebag-head-inner {
    position: absolute;
    top: 20%;
}

.text42b {
    font-size: 42px;
    font-weight: bold;
}

.text45 {
    font-size: 45px;
}

.text20 {
    font-size: 20px;
}

.contact {
    padding: 20px;
    margin-top: 30px;
    border: none;
    color: #fff;
    font-size: 18px;
}

.contact:hover {
    cursor: pointer;
    background-image: linear-gradient(to left, #ec6344, #ec6344);
}

.slider-image {
    width: 80%;
    float: right;
}

.small {
    width: 100px;
}

.bg-grey {
    background-color: #f3f3f3;
}

.text22b {
    font-size: 22px;
    font-weight: bold;
}

ul.text18.li-tic {
    padding-left: 0;
    list-style-type: none;
}

.li-tic li {
    position: relative;
    padding-left: 30px;
}

.li-tic li::before {
    content: url("../assets/icons/ul_icon_tic.png");
    position: absolute;
    left: 0;
    top: 2px;
}

.sticky {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    padding-top: 5px;
    padding-bottom: 5px;
    transition: padding .1s ease-in-out;
}

.sticky-margin-header {
    margin-bottom: 54px;
}

.gute-beratung {
    float: left;
    width: 100%;
}

.footer-grey {
    background-color: #505050;
}

.border-top-red {
    border-top: 11px solid #BC2D0E;
}

.footer-red {
    color: #EC6344;
}

.footer-white {
    color: #fff;
}

.text20b {
    font-size: 20px;
    font-weight: 600;
}

.link-grey {
    color: #505050;
}

.link-white {
    color: #fff;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.text17b {
    font-size: 17px;
    font-weight: 600;
}

.footer-end {
    text-align: center;
}

.contact-form {
    width: 100%;
}

.c_button {
    width: 30%;
    height: 50px;
    border: none;
    background-image: linear-gradient(to right, #BC2D0E, #EC6344);
}

.c_button:hover {
    background-image: linear-gradient(to left, #ec6344, #ec6344);
    cursor: pointer;
}

.autogramm {
    width: 70%;
}

#form-response {
    color: #fff;
    padding: 20px;
    display: none;
}

#form-response.success {
    background-color: #00a531;
}

#form-response.warning {
    background-color: #EC6344;

}

@media (max-width: 450px) {
    .text22 {
        font-size: 14px;
    }
}

@media (min-width: 451px) {}

@media (max-width: 576px) {
    .name {
        font-size: 24px;
    }

    .text26 {
        font-size: 20px;
    }

    .header-logo {
        width: 80%;
    }

    .text22 {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .header-logo {
        width: 60%;
    }

    .text42b {
        font-size: 30px;
    }

    .text20 {
        font-size: 16px;
    }

    .text26 {
        font-size: 22px;
    }

    .text16 {
        font-size: 12px;
    }

    .slider-image {
        float: left;
        width: 100%;
    }

    .c_button {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .autogramm {
        width: 50%;
    }
}