.city-page-about.about {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 0;
}

@media only screen and (min-width: 1440px) {
    .city-page-about.about {
        margin-top: 0;
        padding-top: 80px;
        padding-bottom: 100px;
    }
}

.city-page-copy {
    margin-bottom: 48px;
}

.city-page-about .termin-description {
    text-align: justify;
    color: #fff;
    margin-bottom: 16px;
}

.city-page-about .city-page-heading {
    color: #d3071f;
    font-family: 'Tektur', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1.2;
    margin: 40px 0 24px;
}

.city-page-about .custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.city-page-about .custom-list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
    font-family: 'Sawton', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
}

.city-page-about .custom-list .icon {
    color: #d3071f;
    font-weight: bold;
    margin-right: 10px;
    flex-shrink: 0;
}

.city-page-block {
    margin-top: 48px;
}

.city-page-steps {
    display: grid;
    gap: 24px;
}

@media (min-width: 768px) {
    .city-page-steps {
        grid-template-columns: repeat(3, 1fr);
    }
}

.city-page-step h5 {
    color: #d3071f;
    font-family: 'Tektur', sans-serif;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.city-page-step p {
    font-family: 'Sawton', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    margin: 0;
    text-align: left;
}

.city-page-about .main-text {
    margin-left: 0;
    margin-right: 0;
}

.city-page-about .mybtn {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.city-page-contact .button-4 {
    margin-top: 8px;
}

.city-page-about .google-map iframe,
.google-map iframe {
    max-width: 100%;
    display: block;
}

.city-page-hero .process.section-padding {
    padding: 160px 0 80px;
    overflow: visible;
}

.city-page-hero .process .container {
    min-height: 0;
}

.city-page-hero .process-text-col {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 15px !important;
    position: relative;
    top: auto;
}

.city-page-hero .section-title {
    position: relative;
}

.city-page-hero .process .container h1.unser {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    line-height: 1.1 !important;
    font-size: clamp(36px, 6vw, 72px) !important;
    margin-bottom: 24px;
}

.city-page-hero .process .container h1.unser:after {
    display: none !important;
}

.city-page-hero .color-white.city-page-hero-text {
    margin-top: 0 !important;
    font-size: 18px;
    line-height: 1.6;
    max-width: 720px;
    text-align: left;
}

.city-page-hero .process-text-col .btn {
    display: inline-block;
    width: auto;
    text-decoration: none;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .city-page-hero .process.section-padding {
        padding: 120px 0 48px;
    }

    .city-page-hero .color-white.city-page-hero-text {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .city-page-about.about {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .city-page-about .custom-list li {
        font-size: 16px;
        line-height: 24px;
    }

    .city-page-about .city-page-heading {
        font-size: 24px;
    }

    .google-map iframe {
        height: 360px;
    }
}
