html {
    scroll-behavior: smooth;
}

#content_objektInfoseite {
    margin-right: 1em;
    margin-bottom: 1em;
    padding-left: 0.5em;
}

#content_objektInfoseite_bezeichnung {
    margin-bottom: 1em;
}

#content_objektInfoseite_bezeichnung h1 {
    font-size: 1.5em;
    font-weight: bold;
}

#content_objektInfoseite_bezeichnung h2 {
    font-size: 1.1em;
    font-weight: bold;
}

#content_objektInfoseite_bezeichnung h3 {
    font-size: 1.1em;
    font-weight: bold;
}

#content_objektInfoseite_Adresse {
    margin-bottom: 1em;

}

#content_objektInfoseite_kommunikation_Webseiten {
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1em;
    row-gap: 0.5em;
}


#content_objektInfoseite_kommunikation_Webseiten p {
    font-size: 1.3em;
    line-height: 1.4em;
    flex-basis: 30%;
    min-width: 12em;
    margin: 0;
}

#content_objektInfoseite_kommunikation_tel_mail_wrapper {
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1em;
    row-gap: 0.5em;
}


.kommunikation_Telefon,
.kommunikation_Fax,
.kommunikation_E_Mail {
    flex-basis: 30%;
    min-width: 12em;
    margin: 0;
}

.kommunikation_Telefon p,
.kommunikation_Fax p,
.kommunikation_E_Mail p {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1em;
    row-gap: 0.5em;
    margin: 0 0 0.25em 0;

}

.kommunikation_Telefon .communication_type,
.kommunikation_Fax .communication_type,
.kommunikation_E_Mail .communication_type {
    flex-basis: 25%;
    font-weight: bold;
}


.kommunikation_Social_Media {
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1em;
    row-gap: 0.5em;
}


.infoseiten_ueberschrift {
    width: 100%;
    background-color: lightgray;
    font-size: 1.3em;
    padding: 0.5em;
    font-weight: bold;
}


.containert_positions_angabe {
    padding: 0.5em;

}

.containert_positions_angabe.haupt_position {
    border: thin solid lightgray;
    margin-bottom: 1em;

}

.containert_positions_angabe.untergeordnete_position {

    margin-left: 1.5em;
    margin-bottom: 0.5em;
}


.containert_positions_angabe h3 {
    font-size: 1.1em;
    margin: 0;
    font-weight: bold;
}

.containert_positions_angabe h4 {
    font-size: 1.1em;
    color: #9f5015;
    margin: 0;
    font-weight: bold;
}

.containert_positions_angabe p {
    margin: 0;
}


.containert_positions_angabe .person {
    font-weight: bold;
}


.content_person_kommunikation {
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
    column-gap: 1em;
    row-gap: 0.5em;
    margin-left: 1em;
}



#content_objektInfoseite_weitereAdressen {
    display: flex;
    width: 80%;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 1em;
    margin: 0 auto;
}
.adress_breite {
    min-width: 30em;
    width: 31%;
    margin-bottom: 0.5em;
    display: inline-flex;
}

.standort_numeriert {
    display: flex;
    overflow-wrap: anywhere; /* sauberer Umbruch bei ueberlangen Texten ohne Trennzeichen */
}


.adress_nr {
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: top;
    border-radius: 50%;
    border: #000000 1px solid;
    margin-right: 5px;
    line-height: 20px;
    font-size: 10px;
    cursor: pointer;
}

.standort {
    display: inline-block;
    vertical-align: top;
}

.standort h5, .standort p {
    margin: 0;
    font-size: 1em;
}




