.ik-hero-merten {
    width: 100%;
}

.ik-hero-merten-inner {
    box-sizing: border-box;
    min-width: 600px;
    max-width: 720px;
    margin-left: 0;
}

.ik-hero-merten-text1,
.ik-hero-merten-text2,
.ik-hero-merten-text3 {
    margin: 0 0 0.5em 0;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}

.ik-hero-merten-text1 {
    color: #ffffff;
    font-size: 50px;
}

.ik-hero-merten-text2 {
    color: #7CDA24;
    font-size: 50px;
}

.ik-hero-merten-text3 {
    color: #ffffff;
    font-size: 24px;
}

.ik-hero-merten-buttons {
    margin-top: 20px;
}

.ik-hero-btn-wrapper {
    display: inline-block;
}

.ik-hero-btn-wrapper:first-child {
    margin-right: 30px;
}

@media (max-width: 980px) {
    .ik-hero-btn-wrapper {
        display: block;
    }

    .ik-hero-btn-wrapper:first-child {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

/* Button-Stil identisch zu ik-dbl-btn */
.ik-hero-btn {
    display: inline-block;
    text-decoration: none;
    line-height: 1.2;
    white-space: nowrap;
    cursor: pointer;
    transition: opacity 0.2s ease;
    vertical-align: middle;
    color: #FFFFFF !important;
    border-width: 2px !important;
    border-style: solid;
    border-color: #7CDA24;
    font-size: 18px;
    padding: 0.5em 1em;
    background-color: #000000;
    margin-right: 40px;
}

.ik-hero-btn:last-child {
    margin-right: 0;
}

.ik-hero-btn:hover {
    opacity: 0.85;
    text-decoration: none;
}

.ik-hero-btn-icon {
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    font-size: 18px !important;
    margin-right: 10px;
}

@media (max-width: 980px) {
    .ik-hero-merten-inner {
        min-width: 0;
        max-width: 100%;
        width: 100%;
    }

    .ik-hero-merten-text1 { font-size: 36px; }
    .ik-hero-merten-text2 { font-size: 36px; }
    .ik-hero-merten-text3 { font-size: 18px; }
}

@media (max-width: 768px) {
    .ik-hero-merten-text1 { font-size: 26px; }
    .ik-hero-merten-text2 { font-size: 26px; }
    .ik-hero-merten-text3 { font-size: 16px; }
}

@media (max-width: 767px) {
    .ik-hero-btn {

    }
}

@media (max-width: 425px) {
    .ik-hero-btn {
        font-size: 14px;
    }
}
