@import url("reset.css");

/*-----------FONTS-----------*/

@font-face {
    font-family: "HelveticaCustom";
    src: url("fonts/Helvetica.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaCustom";
    src: url("fonts/Helvetica-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "BaskervvilleCustom";
    src: url("fonts/Baskervville-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
}


/*-----------FONTGESTALTUNG-----------*/

body {
    font-family: "HelveticaCustom", sans-serif;
}

h1 {
    font-family: "BaskervvilleCustom", serif;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 10px;
    color: #fff;
}

.h1-lp {
    font-size: 80px;
}

h2 {
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: bold;
    color: #fff;
}

h3 {
    font-family: "BaskervvilleCustom", serif;
    font-size: 45px;
    margin-top: 5px;
    font: bold;
    margin-left: 10px;
    color: #fff
}

h4 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-left: 34px;
    color: #fff
}

li {
    font-size: 15px;
    color: #fff;
}

p {
    font-size: 15px;
    font-weight: 300;
    line-height: 21px;
    margin-bottom: 15px;
    color: #fff;
}

a {
    text-decoration: underline;
    cursor: pointer;
    font-size: 15px;
}


/*-----------NAVI-----------*/

.logo {
    position: fixed;
    width: 150px;
    height: auto;
    top: 15px;
    left: 1%;
    z-index: 9997;
}

nav {
    position: fixed;
    width: 100%;
    z-index: 101;
    top: 0;
    left: 13%;
    text-align: left;
    padding: 24px 0;
    z-index: 100;
}

nav ul {
    margin-right: 1%;
}

nav ul li {
    display: inline-block;
    margin: 0 10px;
}

nav ul li a {
    text-decoration: none;
    font-family: "BaskervvilleCustom", serif;
    font-size: 17px;
    color: #fff;
    padding: 8px 10px;
}

nav ul li strong {
    color: #fff;
    font-weight: 600;
}

nav ul li a:hover {
    border-bottom: 2px solid #fff;
}


nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-left: 13%;

    /* Weicher Verlauf von #6d6d6d nach transparent */
    background: linear-gradient(to bottom, #053E5A 0%, rgba(109, 109, 109, 0) 100%);
    backdrop-filter: blur(4px);
    /* optionaler schöner Glas-Effekt */
}



.navi {
    display: none;
}

.burger-nav {
    position: fixed;
    right: 0;
    top: -6px;
    color: #fff;
    z-index: 9999;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 40px;
    cursor: pointer;
    transition: all .4s ease-in-out;
    background-color: #0A5377;
    padding: 16px 21px 21px 19px;
}

.burger-nav b {
    transition: all .4s ease-in-out;
    float: left;
    margin-left: 0;
    font-family: 'montserrat';
    font-style: normal;
}

.burger-nav-anim {
    top: -5px;
    color: #fff;
}

.burger-nav-anim b:first-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.burger-nav-anim b:nth-of-type(2) {
    opacity: 0;
}

.burger-nav-anim b:last-of-type {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: -78%;
}

.burger-navi {
    position: fixed;
    right: 0;
    top: -6px;
    color: #fff;
    z-index: 9999;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 40px;
    cursor: pointer;
    transition: all .4s ease-in-out;
    background-color: #0A5377;
    padding: 16px 21px 21px 19px;
}

.burger-navi b {
    transition: all .4s ease-in-out;
    float: left;
    margin-left: 0;
    font-family: 'montserrat';
    font-style: normal;
}

.burger-navi-anim {
    top: -5px;
    color: #fff;
}

.burger-navi-anim b:first-of-type {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.burger-navi-anim b:nth-of-type(2) {
    opacity: 0;
}

.burger-navi-anim b:last-of-type {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-left: -78%;
    ;
}







.full-screen-nav {
    position: fixed;
    z-index: 9998;
    width: 100%;
    height: 100vh;
    background: #0A5377;
    display: table;
    visibility: hidden;
    opacity: 0;
}

.full-screen-nav ul {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.full-screen-nav ul li a {
    padding: 20px;
    display: block;
    font-size: 30px;
    color: #fff;
    text-decoration: none;
}

.fadeIn {
    opacity: 1 !important;
    visibility: visible !important;
}

.fadeUp {
    opacity: 1 !important;
    margin-top: 0 !important;
}


/*-----------ASIDE-----------*/

aside img {
    position: fixed;
    background-image: url("../images/CTA-Aside.webp");
    background-size: cover;
    padding: 5px;
    border-radius: 5px 0px 0px 5px;
    width: 40px;
    z-index: 999;
    right: 0;
    transition: 0.5s;
    background-color: #0A5377;
}

.phone {
    top: 520px;
}

.mail {
    top: 590px;
}

.maps {
    top: 660px;
}

.instagram {
    top: 730px;
}


/*-----------SUBNAV-----------*/

.subnav {
    position: fixed;
    bottom: 0;
    color: #fff;
    z-index: 999;
    transition: 0.5s;
    width: 100%;
    text-align: right;
}

.subnav a {
    color: #fff;
    padding: 8px 15px;
    font-size: 13px;
    background-color: #0A5377;
    margin-left: 20px;
    line-height: 23px;
    border-radius: 8px 8px 0px 0px;
}

.subnav a:nth-of-type(2) {
    margin-right: 5%;
}

.subnav a:hover {
    background-color: #fff;
    color: #0A5377
}


/*-----------HEADER-----------*/

header {
    background: url("../images/blauer-raum-mit-anwalt.webp") no-repeat;
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}

.small {
    height: 50vh;
    background-attachment: scroll;
}

#stoerer {
    position: absolute;
    left: 0%;
    bottom: 1vh;
    ;
    padding: 150px 100px 130px 50px;
    background-image: url("../images/stoerer.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-width: 60%;
}


/*-----------AUFBAU-----------*/

html {
    scroll-behavior: smooth;
}


/*-----------about us-----------*/

.about-section {
    background: url("../images/graues-muster-anwalt.webp") no-repeat center center/cover;
    padding: 100px 50px 250px 50px;
}

.about-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    max-width: auto;
    margin: 0 auto;
    gap: 40px;
    align-items: center;
}

/* --- Textbereich --- */
.about-text .heading {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.about-text .heading-icon {
    width: 24px;
    height: 24px;
}

.about-text p {
    margin-left: 34px;
}

/* --- Bildbereich --- */
.about-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-image img {
    max-width: 50%;
    border-radius: 12px;
    display: block;
}

.about-image .image-icon {
    position: absolute;
    bottom: -30px;
    left: 140px;
    width: 92px;
    height: auto;
}


/* ---- 4-Spalten-Bereich  POPUP---- */

/* Zentriertes Icon über den h4-Überschriften */
.column-icon {
    display: block;
    margin: 0 auto 10px auto;
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.four-columns {
    padding: 0px 50px;
    margin-top: -150px;
}

.columns-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: auto;
    margin: 0 auto;
}

.column {
    background-color: #053E5A;
    padding: 35px;
    border-radius: 15px;
    line-height: 25px;
}

.column h4 {
    margin-bottom: 10px;
    margin-left: 0px;
}

.column p {
    margin-bottom: 15px;
    line-height: 1.5;
}

.column button {
    padding: 10px 20px;
    border: none;
    background: #fff;
    color: #053E5A;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
}

.column button:hover {
    background: #6d6d6d;
    color: #fff;
}

/* ---- Popup (Modal) ---- */
.popup {
    display: none;
    /* versteckt */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.6);
}

.popup-content {
    background: #fff;
    margin: 10% auto;
    padding: 100px;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    position: relative;
    text-align: center;
}

.popup .close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 24px;
    cursor: pointer;
}

.popup-content p,
.popup-content h4 {
    color: #053E5A;
    margin-left: 0px;
}

.kontakt-link-mail-button {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 5px;
    background: #0A5377;
    color: #fff !important;
}


/* ---- about 3 ---- */

.ueberunsdrei .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
    max-width: auto;
    margin: 0 auto;
    padding: 80px;
    background-color: #0A5377;
    margin-top: -147px;
    padding-top: 250px;
}

/* Überschrift */
.ueberunsdrei h4 {
    margin-left: 0px;
}

.ueberunsdrei p {
    margin-bottom: 30px;

}

/* Liste links */
.ueberunsdrei ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ueberunsdrei ul li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 0.75rem;
    line-height: 1.5;
}

/* eigenes Bild als Icon */
.ueberunsdrei ul li::before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background-image: url("../images/favicon/favicon-96x96-weiss.png");
    background-size: cover;
    background-repeat: no-repeat;
}


.btn-bewerten {
    color: #053E5A;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 10px;
}

.btn-bewerten:hover {
    color: #fff;
    background-color: #6d6d6d;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 10px;
}

/* parallax */

.parallax {
    background: url('../images/statue-anwalt-mietrecht.webp')no-repeat center/cover;
    background-attachment: fixed;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.parallax.parallax-1.container {
    position: relative;
}

.extra-info {
    position: absolute;
    bottom: 20px;
    left: 75px;
    text-align: left;
}

.extra-info h6 {
    font-family: "BaskervvilleCustom", serif;
    font-size: 60px;
    margin-bottom: 0.9rem;
    color: #fff;
}

.extra-info .small-link {

    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
    text-decoration: underline;
    font-size: 20px;
}



/*----------Leistungen-----------*/

.leistungen-section {
    background-color: #F0F0F0;
    padding: 100px 50px 250px 50px;
}

.leistungen-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    max-width: auto;
    margin: 0 auto;
    gap: 40px;
    align-items: center;
}

/* --- Textbereich --- */
.leistungen-text .heading {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.leistungen-text .teil1-icon {
    width: 24px;
    height: 24px;
}

.leistungen-text p {
    margin-left: 34px;
    color: #053E5A;
}

/* --- Bildbereich --- */
.leistungen-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.leistungen-image img {
    max-width: 50%;
    border-radius: 12px;
    display: block;
}

.leistungen-image .leistungen-icon {
    position: absolute;
    bottom: -30px;
    left: 140px;
    width: 92px;
    height: auto;
}

.teil1 h3 {
    margin-top: -25px;
    font: bold;
    margin-left: 32px;
    color: #053E5A;
    margin-bottom: 10px;
}

.leistungen-text h4 {
    color: #053E5A;
}


.btn-contact {
    display: inline-block;
    padding: 10px 18px;
    border-radius: 5px;
    background: #0A5377;
    color: white;
    margin-left: 30px;

}

/* ---- 4-Spalten-Bereich  POPUP - Leistungen ---- */

/* Zentriertes Icon über den h4-Überschriften */
.column-iconLeistungen {
    display: block;
    margin: 0 auto 10px auto;
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.four-columnsLeistungen {
    padding: 0px 50px;
    margin-top: -150px;
}

.columns-containerLeistungen {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: auto;
    margin: 0 auto;
}

.columnLeistungen {
    background-color: #053E5A;
    padding: 35px;
    border-radius: 15px;
    line-height: 25px;
}

.columnLeistungen h4 {
    margin-bottom: 10px;
    margin-left: 0px;
    color: #fff;
}

.columnLeistungen p {
    margin-bottom: 15px;
    line-height: 1.5;
    color: #fff;
}

.columnLeistungen button {
    padding: 10px 20px;
    border: none;
    background: #fff;
    color: #053E5A;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
}

.columnLeistungen button:hover {
    background: #6d6d6d;
    color: #fff;
}

/* ---- Popup Leistungen ---- */
.popupLeistungen {
    display: none;
    /* versteckt */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, 0.6);
}

.popup-contentLeistungen {
    background: #fff;
    margin: 10% auto;
    padding: 100px;
    border-radius: 12px;
    width: 90%;
    max-width: 900px;
    position: relative;
    text-align: left;
}

.popupLeistungen .closeLeistungen {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 24px;
    cursor: pointer;
}

.popup-contentLeistungen li {
    color: #053E5A;
    list-style-type: disc;
    line-height: 22px;
    font-weight: 200;
    font-size: 14px;
}

.popup-contentLeistungen strong {
    font-weight: 500;
}

.popup-contentLeistungen h3 {
    color: #053E5A;
    margin-bottom: 10px;
    margin-left: 0;
}

.popup-contentLeistungen h4 {
    font-weight: 700;
    margin-bottom: 25px;
}

.popup-contentLeistungen p,
.popup-contentLeistungen h4 {
    color: #053E5A;
    margin-left: 0px;
}

.popup-contentLeistungen a {
    color: #000;
}

/*----------Zweigstelle-----------*/

.zweigstelle-section {
    background: url("../images/graues-muster-anwalt.webp") no-repeat center center/cover;
    padding: 100px 80px;
    margin-top: -111px;
    padding-top: 220px;
}

.zweigstelle-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 0 auto;
    align-items: start;
}

/* Linke Spalte */
.zweigstelle-text p {
    color: #fff;
    line-height: 1.6;
}

/* Rechte Spalte */
.zweigstelle-contact h3 {
    color: #ffffff00;
    margin-bottom: 43px;
}

.zweigstelle-contact h4 {
    color: #fff;
    margin-bottom: 19px;
    margin-left: 0;
}

.zweigstelle-contact p {
    color: #fff;
    line-height: 1.6;
    margin-bottom: 13px;
}

.zweigstelle-contact a {
    color: #fff;
    text-decoration: underline;
    transition: color 0.3s;
}

.zweigstelle-contact strong {
    font-weight: 600;
}




.btn-wegbeschreibung {
    display: inline-block;
    padding: 10px 20px;
    margin-top: 20px;
    background-color: #053E5A;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    border: none;
    transition: background 0.3s;
}


.btn-wegbeschreibung:hover {
    background-color: #0A5377;
    color: #ffffff;
}


/*----------Kontakt----------*/

.kontakt-section {
    background-color: #053E5A;
    padding: 100px 50px 100px 50px;
}

.kontakt-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    max-width: auto;
    margin: 0 auto;
    gap: 40px;
    align-items: center;
}

/* --- Textbereich --- */
.kontakt-text .headingkontakt {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.kontakt-text .heading-icon {
    width: 24px;
    height: 24px;
}

.kontakt-text p {
    margin-left: 34px;
}

/* --- Bildbereich --- */
.kontakt-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kontakt-image img {
    max-width: 95%;
    border-radius: 12px;
    display: block;
}

.kontakt-image .image-icon {
    position: absolute;
    bottom: -30px;
    left: -20px;
    width: 92px;
    height: auto;
}

.kontakt-text strong {
    font-weight: 800;
}

.links-kontakt a {
    color: #fff;
}

.kontakt-image strong {
    font-weight: 800;
}


.btn-wegbeschreibung-kontakt {
    display: inline-block;
    padding: 10px;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 5px;
    text-decoration: underline;
    font-weight: bold;
    font-size: 16px;
    border: none;
    transition: background 0.3s;
    color: #053E5A;
    margin-left: 30px;
}

.btn-wegbeschreibung-kontakt:hover {
    background-color: #0A5377;
    color: #ffffff;
}


/*----------LANDINGPAGE-----------*/

#lp1 {
    padding: 150px 5%;
}

#lp1 p {
    line-height: 25px;
    color: #000;
    margin: 0 0 10px 0;
}

#lp1 h2 {
    font-family: "BaskervvilleCustom", serif;
    margin: 0 0 0 10px;
    color: #053E5A;
}

#lp1 h3 {
    font-family: "BaskervvilleCustom", serif;
    color: #053E5A;
    font-size: 30px;
    margin: 0 0 5px 0;
}

.lp-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: start;
    max-width: auto;
    margin: 0 auto;
    padding-bottom: 80px;
    gap: 40px;
}

.lp-container .about-image img {
    max-width: 80%;
}

#lp2 {
    background: url("../images/graues-muster-anwalt.webp") no-repeat center center/cover;
    padding: 100px 50px 100px 50px;
}

#lp2 p {
    margin: 0;
}

#lp2 a {
    color: #fff;
}

#lp2 .lp-container {
    margin: 0 5%
}

#lp2 h2 {
    font-family: "BaskervvilleCustom", serif;
    margin: 0 0 0 10px;
}

#lp2 h3 {
    font-size: 30px;
    margin-left: 0;
    margin-bottom: 20px;
}

#lp2 li {
    font-size: 16px;
    line-height: 20px;
    list-style-image: url(../images/li.png);
    margin-bottom: 10px;
    list-style-position: inside;
}



.puffer1 {
    background: url("../images/anwalt-mannheim.jpg") no-repeat center center/cover;
    width: 100%;
    height: 600px
}

.puffer2 {
    background: url("../images/mannheim-anwalt.jpg") no-repeat center center/cover;
    width: 100%;
    height: 600px
}

.puffer3 {
    background: url("../images/anwalt-rechte-mannheim.jpg") no-repeat center center/cover;
    width: 100%;
    height: 600px
}


#landingpages {
    background-color: #00050f;
    padding: 30px 5% 20px;
    text-align: center;
}

#landingpages a {color: #fff;}


/* ---–––––––––––– Impressum ––––––––––––--- */

#impressum {
    color: #053E5A;
    /* Hauptfarbe */
    padding: 4rem;
    line-height: 1.6;
    background-color: #f9f9f9;
    /* optional: dezenter Hintergrund */
}

#impressum h1,
#impressum h2,
#impressum h3,
#impressum p,
#impressum a,
#impressum h4 {
    color: #053E5A;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    margin-left: 0px;
}



#impressum a {
    color: #053E5A;
    text-decoration: underline;
}


.impressum-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    align-items: start;
}

.impressum-grid ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.impressum-grid li {
    margin-bottom: 0.4rem;
    color: #0A5377;
}

@media (max-width: 768px) {
    #impressum {
        padding: 2rem;
    }

    .impressum-grid {
        grid-template-columns: 1fr;
        /* einspaltig auf kleinen Bildschirmen */
        gap: 1.5rem;
    }
}

/* ---–––––––––––– Responsive ––––––––––––--- */

@media screen and (max-width: 1470px) {
    .ueberunsdrei .container {
        margin-top: -169px;
    }

    .zweigstelle-section {
        margin-top: -141px;
    }

}


@media screen and (max-width: 1340px) {
    .ueberunsdrei .container {
        margin-top: -189px;
    }

    .about-image .image-icon {
        left: 100px;
        ;
    }


    .leistungen-image .leistungen-icon {
        left: 100px;
    }


}


@media screen and (max-width: 1280px) {

    .zweigstelle-section {
        margin-top: -161px;
    }

}



@media screen and (max-width: 1210px) {
    .ueberunsdrei .container {
        margin-top: -210px;
        padding-top: 280px;
    }

    .zweigstelle-section {
        margin-top: -161px;
    }

}

@media screen and (max-width: 1150px) {
    .logo {
        position: absolute;
    }

    nav {
        background: none;
        box-shadow: 0 0 0;
    }

    nav ul {
        display: none;
    }

    .navi {
        display: block;
    }
}

@media screen and (max-width: 1080px) {
    .ueberunsdrei .container {
        margin-top: -240px;
        padding-top: 320px;
    }

    .zweigstelle-section {
        margin-top: -200px;
        padding-top: 270px;
        padding-bottom: 50px;
    }

}



@media screen and (max-width: 1000px) {
    .ueberunsdrei .container {
        margin-top: -300px;
        padding-top: 360px;
    }

    .zweigstelle-section {
        margin-top: -240px;
        padding-top: 270px;
        padding-bottom: 50px;
    }

    .about-image .image-icon {
        left: 20px;
    }

    .about-image img {
        max-width: 70%;
    }


    .leistungen-image img {
        max-width: 70%;

    }

    .leistungen-image .leistungen-icon {
        left: 20px;
    }


    .parallax-1 {
        width: 100%;
        height: auto;
        background-attachment: scroll;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    #lp1 .lp-container, #lp2 .lp-container {
        display: block;
    }

    .lp-container .about-image img {
        max-width: 100%;
        margin-top: 20px;
    }
    
    .puffer1, .puffer2 {
        height: 400px;
    }

}


@media screen and (max-width: 940px) {
    header {
        height: 60vh;
        background-attachment: scroll;
    }

    .ueberunsdrei .container {
        margin-top: -330px;
        padding-top: 390px;
    }

    .zweigstelle-section {
        margin-top: -240px;
        padding-top: 300px;
        padding-bottom: 50px;
    }

}

@media (max-width: 930px) {
    
    .h1-lp {font-size: 60px;}

    #stoerer {
        padding: 150px 100px 50px 50px;
    }

    .columns-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .ueberunsdrei .container {
        margin-top: -430px;
        padding-top: 500px;
    }



    .columns-containerLeistungen {
        grid-template-columns: repeat(2, 1fr);
    }

    .zweigstelle-section {
        margin-top: -420px;
        padding-top: 480px;
        padding-bottom: 50px;
    }

}

@media screen and (max-width: 785px) {

    .ueberunsdrei .container {
        margin-top: -480px;
        padding-top: 550px;
    }

    .zweigstelle-section {
        margin-top: -450px;
        padding-top: 520px;
        padding-bottom: 50px;
    }

}


@media screen and (max-width: 785px) {
    
    .h1-lp {font-size: 50px;
    line-height: 60px;}

    h2 {
        font-size: 30px;
        line-height: 35px;
    }

    h3 {
        font-size: 24px;
    }

    h4 {
        font-size: 13px;
    }

    p {
        font-size: 15px;
        line-height: 18px;
    }

    ul {
        font-size: 13px;
        font-weight: 300;
    }

    li {
        font-size: 13px;
        font-weight: 300;
    }

    a {
        font-size: 13px;
    }

    .ueberunsdrei .container {
        margin-top: -480px;
        padding-top: 550px;
    }

    .zweigstelle-section {
        margin-top: -450px;
        padding-top: 520px;
        padding-bottom: 50px;
    }

    .full-screen-nav ul li a {
        padding: 20px;
        display: block;
        font-size: 20px;
        color: #fff;
        text-decoration: none;
    }

    .btn-wegbeschreibung-kontakt {
        font-size: 13px;
    }

    .extra-info h6 {
        font-size: 35px;
    }

    .extra-info .small-link {
        font-size: 18px;
    }

    .extra-info {
        position: absolute;
        bottom: 70px;
        left: 75px;
        text-align: left;
    }

    .popup-content {
        width: 95%;
        /* fast volle Breite */
        max-width: 95%;
        /* max-width anpassen */
        padding: 30px;
        /* weniger Padding, damit Popup nicht zu groß wird */
        margin: 5% auto;
        /* weniger Abstand oben/unten */
    }

    .popup-content {
        background: #fff;
        margin: 20% auto;
        padding: 30px;
        border-radius: 12px;
        width: 90%;
        max-width: 500px;
        position: relative;
        text-align: center;
        box-sizing: border-box;
    }

    .popup-contentLeistungen {
        width: 95%;
        /* fast volle Breite */
        max-width: 95%;
        /* max-width anpassen */
        padding: 30px;
        /* weniger Padding, damit Popup nicht zu groß wird */
        margin: 5% auto;
        /* weniger Abstand oben/unten */
    }

    .popup-contentLeistungen {
        background: #fff;
        margin: 18% auto;
        padding: 30px;
        border-radius: 12px;
        width: 90%;
        max-width: 500px;
        position: relative;
        text-align: center;
        box-sizing: border-box;
    }

    .popup-contentLeistungen li {
        color: #053E5A;
        list-style-type: disc;
        line-height: 22px;
        font-weight: 200;
        font-size: 14px;
        text-align: left;
        margin-bottom: 10px;
    }


}


@media screen and (max-width: 665px) {

    .about-container {
        grid-template-columns: 1fr;
    }

    .about-image {
        order: 2;
        justify-content: center;
        margin-top: 20px;
    }

    .about-text {
        order: 1;
    }

    .about-image img {
        max-width: 80%;
    }


    .columns-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ueberunsdrei .container {
        margin-top: -920px;
        padding-top: 1000px;
    }



    .columns-containerLeistungen {
        grid-template-columns: 1fr;
        text-align: center;
    }


    .leistungen-container {
        grid-template-columns: 1fr;
    }

    .leistungen-text {
        order: 1;
    }

    .leistungen-image {
        order: 2;
        justify-content: center;
        margin-top: 20px;
    }

    .leistungen-image img {
        max-width: 80%;
    }

    .zweigstelle-section {
        margin-top: -910px;
        padding-top: 970px;
        padding-bottom: 50px;
    }

    .kontakt-container {
        display: grid;
        grid-template-columns: 1fr;
    }

    .kontakt-text {
        order: 1;
    }

    .kontakt-image {
        order: 2;
        justify-content: center;
        margin-top: 20px;
    }

    .kontakt-image img {
        max-width: 90%;
        height: auto;
    }

}

@media screen and (max-width: 550px) {

    h1 {
        font-size: 50px
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 22px;
    }

    #lp2 .about-text {
        margin-bottom: 20px;
    }

    .heading {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .ueberunsdrei .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .ueberunsdrei ul li {
        text-align: left;
    }

    .leistungen-text p {
        margin-left: 0;
    }

    .teil1 {
        justify-content: center;
        text-align: center;
    }

    .teil1-icon {
        padding-right: 90px;
        margin-top: -60px;
    }

    .btn-contact {
        display: inline-block;
        text-align: center;
    }

    .leistungen-text {
        text-align: center;
    }


    .zweigstelle-section {
        text-align: center;
    }

    .zweigstelle-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about-text p {
        margin-left: 0px;
        margin-bottom: 0;
    }

    .zweigstelle-contact h3 {
        margin-bottom: 0px;
    }

    .zweigstelle-container {
        gap: 0px;
    }

    .kontakt-text .headingkontakt {
        justify-content: center;
    }

    .buttons-contact-resp {
        display: flex;
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .zweigstelle-section {
        margin-top: -920px;
        padding-top: 970px;
        padding-bottom: 50px;
    }

    .ueberunsdrei .container {
        margin-top: -1000px;
        padding-top: 1100px;
    }
}


@media screen and (max-width: 480px) {

    .zweigstelle-section {
        margin-top: -940px;
        padding-top: 990px;
        padding-bottom: 50px;
    }

    .ueberunsdrei .container {
        margin-top: -1000px;
        padding-top: 1100px;
    }

}

@media screen and (max-width: 390px) {

    .zweigstelle-section {
        margin-top: -980px;
        padding-top: 1060px;
        padding-bottom: 50px;
    }

    .ueberunsdrei .container {
        margin-top: -1100px;
        padding-top: 1150px;
    }

}
