@charset "utf-8";

div#info_kontaktseite {
    border: thin solid red;
    width: 80%;
    margin: 2em auto 2em;
    padding: 1em;
}

div#info_kontaktseite > h1 {
    font-size: 1.2em;
    text-decoration: underline;
    font-weight: bold;
    line-height: 2em;
}

div#info_kontaktseite > h2 {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2em;
}

div#info_kontaktseite p {
    font-size: 1.1em;
    line-height: 1.2em;
    margin-left: 2em;
    margin-bottom: 1em;
}


/* Bild etwas nach oben verschieben */
.external_link_icon::after {
    width: 12px;
    background-size: 12px;
}

/*----------------------------------------------------------------------*/
div#content_infobox {
    /* DAS IST NUR EIN KOMMENTAR */
}

div#content_infobox > h1 {
    font-size: 1.2em;
    text-decoration: underline;
    font-weight: bold;
    line-height: 2em;
}

div#content_infobox > h2 {
    font-size: 1.2em;
    font-weight: bold;
    line-height: 2em;
}

div#content_infobox > h3 {
    font-size: 1.1em;
    line-height: 1.8em;
    font-weight: bold;
    margin-left: 2em;
}


div#content_infobox > h4 {
    font-size: 1.1em;
    line-height: 1.8em;
    font-weight: normal;
    margin-bottom: 0.5em;
}

div#content_infobox p {
    font-size: 1.1em;
    line-height: 1.2em;
    margin-bottom: 1em;
}

div#content_infobox > p {
    margin-left: 4em;
}

div#content_infobox .kopfzeile {
    margin-left: 0;
    font-size: 1.2em;
}

div#content_infobox ol.liste_nummer {
    list-style-position: outside;
    list-style-type: decimal;
    margin-left: 3.5em;
    font-size: 1.1em;
    line-height: 1.2em;
}

div#content_infobox ol.liste_nummer {
    list-style-position: outside;
    list-style-type: decimal;
    margin-left: 3.5em;
    font-size: 1.1em;
    line-height: 1.2em;
}

div#content_infobox ol.abstand_unten {
    margin-bottom: 1em;
}


div#content_infobox ol.eingerueckt {
    margin-left: 4em;
    margin-bottom: 1em;
}

div#content_infobox ul.spiegel_strich {
    list-style-position: outside;
    list-style-type: ' - ';
    margin-left: 2em;
    font-size: 1.1em;
    line-height: 1.2em;
    margin-bottom: 1em;
}

div#content_infobox p.kein_abstand {
    margin-bottom: 0 !important;
}

span.abstand_klein {
    padding-left: 2em;
}

span.hervorheben {
    font-weight: bold;
}

div#content_infobox ul.bullit {
    list-style-position: outside;
    list-style-type: disc;
    margin-left: 2em;
    font-size: 1.1em;
    line-height: 1.2em;
    margin-bottom: 1em;
}

span.unterstreichen {
    text-decoration: underline;
}

span.zusammen {
    white-space: nowrap;
}

span.download_link_like {
    white-space: nowrap;
    text-decoration: underline;
    color: blue;
}

img.infoButton {
    height: 26px;
    vertical-align: middle;
}

#info_message {
    display: block;
    font-weight: bold;
}


.eingerueckt_wie_p {
    margin-left: 2em;
}

div#intro_wrapper {
    display: flex;
    justify-content: space-between;
}

section#intro_text {
    width: 70%;
}

section#news_letter {
    width: 20%;
}

#news_letter img {
    width: 32px;
	padding-right: 1em;
    vertical-align: middle;
}

#news_letter a.download_link {
    display: block;
    padding: 0.5em 0;
    border-bottom: lightgray thin solid;
}

.newsletter_old {
    font-size: smaller;
}

.newsletter_old > img {
    height: 24px;
}

/*
.indentLine {
	margin-left: 2em;
	padding: 0 1em;
	text-indent: -1.8em;
}

.conditions ol {
	list-style-position: outside;
	list-style-type: decimal;
}

.conditions li {
	margin: 0 0 1em 3em;
}


.hint_text {
  padding: 10px 0 10px; 
}

ul.hint_info {
  list-style-type: circle;
  font-size: 1.1em;
 line-height: 1.2em;
}

li.hint_info {
	margin: 0 0 0 4em;
}
*/