BODY {
    margin: auto;
	margin-top: 50px;
	margin-bottom: 1em;
    max-width: 550px;
    font-family: sans-serif;
	background: linear-gradient(#fff, #b3e5fc) no-repeat;
    background-color: #b3e5fc;
}
	
H1 {font-size: 2.0em; color: #0288d1; font-weight: lighter}
H2 {font-size: 1.8em; color: #0288d1; font-weight: lighter}
H3 {font-size: 1.6em; color: #0288d1; font-weight: lighter}

A {text-decoration:none; color: #0288d1}
A:hover {text-decoration:underline; color: #01579b;}

A:link    {color: #0288d1}
A:visited {color: #01579b}
A:active  {color: #5eb8ff}

ADDRESS {font-style: normal}

DIV.unten {
	font-size: 70%;
	padding-top: 1em;
	margin-top: 3em;
	border-top: 1px dotted #777;}

TD {vertical-align: top}

UL {line-height: 170%}

IMG {border: 1px solid #999; max-width: 100%; height: auto}

.external {
  background-position:center right;
  background-repeat:no-repeat;
  background-image:linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2210%22 height=%2210%22 viewBox=%220 0 20 20%22%3E%3Cpath d=%22M17 17H3V3h5V1H3a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-5h-2z %22 style%3D%22fill%3A%23037%22/%3E%3Cpath d=%22M19 1h-8l3.29 3.29-5.73 5.73 1.42 1.42 5.73-5.73L19 9V1z%22 style%3D%22fill%3A%23037%22/%3E%3C/svg%3E");
  padding-right:13px;
}

.container {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    max-width: 800px;
    gap: 20px;
}

.column {
    flex: 1;
}

.images {
    max-width: 250px;
}

.image-item p {
    margin-top: 0em;
    font-size: 0.8em
}

.image-item img {
    width: 100%;
    height: auto;
}

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

.text {
    flex: 2;
}

.text p {
    text-align: justify;
    line-height: 125%;
    -webkit-hyphens: auto;
    hyphens: auto;
}

.subtitle {
    margin-top: 0em;
    font-size: 0.8em;
    font-style: italic;
    color: #01579b;
}

@media (max-width: 600px) {
    .images {
        order: 1;
        max-width: 100%;
    }
    .text {
        order: 2;
        flex: 1 1 100%;
    }
