.site-inner {
    margin-top: -89px;
}
.entry-header {
    background-color: #e9f1d0;
    overflow: hidden;
}
.entry-header-top {
    padding-top: 137px;
    background: url(../images/header-top.png) no-repeat right bottom;
}
.entry-header-top::after {
    content: '';
    display: block;
    max-width: 1300px;
    height: 86px;
    margin: auto;
    padding: 0 10px;
    background: url(../images/dots-bg.png) no-repeat right;
}
.entry-header-inner {
    position: relative;
    max-width: 1300px;
    margin: auto;
    padding: 120px 10px 150px 150px;
    background: url(../images/seocon-c.png) no-repeat;
    background-size: contain;
}
.entry-header-inner .entry-header-anim {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 101px;
    height: 109px;
}
.entry-header-inner::after {
    content: '';
    position: absolute;
    left: -40px;
    bottom: 0;
    width: 151px;
    height: 68px;
    background: url(../images/dots-bg.png) no-repeat;
}
.entry-title {
    margin: 0 0 20px;
    position: relative;
    z-index: 1;
}
.entry-header-inner-2 .entry-title {
    margin-bottom: 5px;
}
.entry-header-intro {
    font-size: 25px;
    position: relative;
    z-index: 1;
}
.entry-header-info {
    margin-top: 20px;
    width: 65%;
    font-size: 20px;
}
.entry-header-links {
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 1;
}
.entry-header-button {
    display: inline-flex;
    align-items: center;
    line-height: 1;
    font-size: 17px;
    font-weight: 600;
    padding: 8px 30px 8px 20px;
    border: 2px solid #313e54;
    color: #2e3e56;
    text-decoration: none;
    margin-right: 30px;
    box-shadow: 0 3px 6px #00000029;
    transition: all 0.3s;
}
.entry-header-button:hover {
    color: #fff;
    background-color: #2e3e56;
}
.entry-header-button svg {
    width: 20px;
    height: 15px;
    margin-right: 5px;
}
.entry-header-button path {
    transition: all 0.3s;
}
.entry-header-button:hover path {
    stroke: #fff;
}
.entry-header-textlink {
    font-size: 17px;
    font-weight: 500;
    color: #2e3e56;
    text-decoration: none;
    display: inline-block;
    position: relative;
}
.entry-header-textlink::before, .entry-header-textlink::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    transition: all 0.3s;
    background-color: #29374b;
}
.entry-header-textlink::before {
    bottom: 1px;
    opacity: 0;
}
.entry-header-textlink::after {
    bottom: 0;
}
.entry-header-textlink:hover {
    font-weight: 600;
}
.entry-header-textlink:hover::before {
    opacity: 1;
}
.entry-header-bottom {
    margin: -70px auto 0;
    max-width: 1300px;
    height: 200px;
    position: relative;
    z-index: 0;
}
.entry-header-bottom div {
    position: absolute;
    top: 10px;
    right: 0;
    width: 50%;
}
.entry-header-wave {
    margin-top: -8%;
    position: relative;
    z-index: 1;
    margin-bottom: -2px;
}
.entry-header-wave img {
    width: 100%;
}
.sidebar-links .elementor-widget-wrap.sidebar-sticky {
    position: fixed;
    top: 20px;
}
.sidebar-links .elementor-widget-wrap.sidebar-fixed {
    position: absolute;
    top: auto;
    bottom: 0;
}
.sidebar-links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.sidebar-links li {
    border-bottom: 2px solid #efefef;
}
.sidebar-links li:last-child {
    border: none;
}
.sidebar-links .elementor-widget-text-editor a, .sidebar-links .elementor-widget-text-editor a:hover {
    color: #2e3e56;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
}
.sidebar-links a.active {
    font-weight: 700;
}
.sidebar-links a::after {
    content: '';
    display: inline-flex;
    width: 6px;
    height: 11px;
    background: url(../images/sidebar-icon.svg) no-repeat;
    margin-right: 7px;
    opacity: 0;
}
.sidebar-links a.active::after {
    opacity: 1;
}
.seocon_service_links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: fixed;
    z-index: 5;
    top: 86px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.seocon_service_links.visible {
    opacity: 1;
    visibility: visible;
}
.seocon_service_links > li {
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
}
.seocon_service_links > li > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px 0 50px;
    height: 55px;
    line-height: 55px;
    background-color: #fff;
    border-bottom: 2px solid #efefef;
}
.seocon_service_links > li > span::after {
    content: '';
    width: 14px;
    height: 24px;
    background: url(../images/sidebar-icon.svg) no-repeat;
    transition: transform 0.3s;
}
.seocon_service_links > li > span.active::after {
    transform: rotate(90deg);
}
.seocon_service_links div {
    position: absolute;
    top: 55px;
    left: 20px;
    right: 20px;
    background-color: #fff;
    height: 0;
    overflow: hidden;
    transition: height 0.3s;
}
.seocon_service_links ul {
    margin: 0;
    padding: 0 20px;
    list-style-type: none;
}
.seocon_service_links li li {
    height: auto;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid #efefef;
}
.seocon_service_links li li:last-child {
    border: none;
}
.seocon_service_links a {
    color: #2e3e56;
    text-decoration: none;
    display: block;
    padding: 10px;
}
.anchor-top {
    display: block;
    margin-top: -100px;
    padding-top: 100px;
}
.leistungsbutton>.elementor-widget-container>.elementor-button-wrapper>.elementor-button>.elementor-button-content-wrapper::before
{
    content: '#';
}
@media (max-width: 1320px) {
    .entry-header-top {
        padding-top: 100px;
    }
    .entry-header-top::after {
        background-position: right 10px top;
        background-origin: content-box;
    }
    .entry-header-inner {
        padding: 10% 10px 10% 40px;
        background-position: 40px center;
    }
    .entry-header-inner .entry-header-anim {
        right: 20px;
    }
    .entry-header-inner::after {
        left: 20px;
    }
}
@media (max-width: 1024px) {
    .entry-header-top {
        padding-top: 70px;
        height: 40px;
    }
    .entry-header-top::after, .entry-header-inner::after {
        background-size: 93px 42px;
        height: 42px;
    }
    .entry-header-inner .entry-header-anim {
        top: 60px;
    }
    .entry-title {
        margin-bottom: 10px;
    }
    .entry-header-intro {
        font-size: 20px;
    }
    .entry-header-bottom {
        height: 150px;
    }
    .entry-header-bottom div {
        top: 0;
    }
    .anchor-top {
        margin-top: -100px;
        padding-top: 100px;
    }
}
@media (max-width: 768px) {
    .site-inner {
        margin-top: -73px;
    }
    .entry-header-top {
        transform: translateX(100px);
        background-position: center bottom;
        padding-top: 14%;
        margin-bottom: 15px;
    }
    .entry-header-top::after {
        margin-top: 20px;
        transform: translateX(-100px);
    }
    .entry-header-inner {
        padding: 130px 20px;
        background-position: 20px center;
    }
    .entry-header-inner .entry-header-anim {
        display: none;
    }
    .entry-header-info {
        width: 100%;
        font-size: 15px;
    }
    .entry-header-button {
        margin-right: 20px;
    }
    .entry-header-bottom {
        transform: translateX(15%);
    }
    .entry-header-bottom div {
        width: 60%;
    }
    .seocon_service_links {
        top: 69px;
    }
    .admin-bar .seocon_service_links {
        top: 115px;
    }
}
@media (max-width: 650px) {
    .entry-header-bottom div {
        top: 20%;
    }
}
@media (max-width: 500px) {
    .entry-header-bottom div {
        top: 50%;
    }
}
@media (min-width: 1024px) {
    .seocon_service_links {
        display: none;
    }
}