
#info-sprung {
    background: none;

    padding: 10px;

    scroll-margin-top: 400px;

    margin-bottom: 20px;

    border-radius: 10px;
}
.sprungziel {
  scroll-margin-top: 320px;
}

.werbung-box {
  margin-top: 5px;
}



#info-text-1 {
    max-width: 1000px;

    margin: 4px auto 60px auto;

    padding: 10px 20px;

    text-align: center;

    font-family: "Comic Sans MS", Arial, sans-serif;

    font-size: 20px;

    line-height: 1.5;
}


#info-text-1 h2 {
    margin-top: 0;
    margin-bottom: 8px;

    font-size: 32px;
}


#info-bild-1 {
    text-align: center;

    margin-bottom: 60px;
}


#info-bild-1 img {
    width: 100%;
    max-width: 900px;

    display: block;

    margin: 0 auto;

    border-radius: 10px;
}


#info-text-2 {
    max-width: 1000px;

    margin: 0 auto 60px auto;

    padding: 10px 20px;

    text-align: center;

    font-family: "Comic Sans MS", Arial, sans-serif;

    font-size: 20px;

    line-height: 1.5;
}


#info-text-2 h2 {
    margin-top: 0;
    margin-bottom: 8px;

    font-size: 32px;
}

.info-menue {
    display: flex;

    justify-content: left;

    gap: 50px; /* seitlicher Abstand zwischen den Informationen*/

    margin-top: 15px;

    margin-bottom: 300px; /* Abstand höhe zwischen den Informationen -text-1 und text-2*/

    flex-wrap: wrap;
}
.info-menue a {
    background: #740472;

    color: white;

    text-decoration: none;

    padding: 10px 20px;

    border-radius: 8px;

    font-weight: bold;
}


.info-zweispalter {
    display: flex !important;

    flex-direction: row !important;

    align-items: flex-start;

    justify-content: space-between;

    gap: 40px;

    width: 100%;

    max-width: 1200px;

    margin: 40px auto;
}


.info-textblock {
    width: 50%;
}


.info-bildblock {
    width: 50%;
}


.info-bildblock img {
    width: 100%;

    max-width: 500px;

    display: block;
}

    .info-zweispalter {
    display: flex;

    align-items: flex-start;

    justify-content: center;

    gap: 40px;

    max-width: 1200px;

    margin: 40px auto;
}


.info-textblock {
    width: 50%;

    font-family: "Comic Sans MS", Arial, sans-serif;

    font-size: 20px;

    line-height: 1.6;

    text-align: left;
}


.info-bildblock {
    width: 50%;

    text-align: center;
}


.info-bildblock img {
    width: 100%;

    max-width: 500px;

    border-radius: 10px;

    display: block;

    margin: 0 auto;
}

.bauordnung-bilder {
    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    gap: 20px;
}

.bauordnung-bilder img {
    width: 45%;

    max-width: 600px;
}

.bauordnung-bilder {
    text-align: center;

    margin-bottom: 60px;
}

.bauordnung-bilder h2 {
    margin-bottom: 30px;

    font-size: 32px;

    font-family: "Comic Sans MS", Arial, sans-serif;
}

/*.bauordnung-bilder img {
    width: 100%;

    max-width: 900px;

    height: auto;

    display: block;

    margin: 0 auto 40px auto;

    border-radius: 10px;
}*/