﻿@charset "utf-8";
/* source-sans-pro-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/source-sans-pro-v21-latin-600.eot'); /* IE9 Compat Modes */
  src: url('../fonts/source-sans-pro-v21-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/source-sans-pro-v21-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/source-sans-pro-v21-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/source-sans-pro-v21-latin-600.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

* {
	box-sizing:border-box;
}

html {
	min-height: 100%;
	}
	
body {
	color:#000;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size:0.91em;
	line-height:1.431em;
	font-weight:400;
}

#wrapper {
	position:relative;
	max-width:840px;
	margin: 1rem auto;
	border:solid thin #000;	
	background-color:#fff;
	overflow:hidden;		
}

header {
	position:relative;
}

aside {
    background: #F4F3F5;
    width: 44%;
    padding: .137rem 1.25rem 2.112rem;
    color: #05548B;
    position: absolute;
    left: 4.5%;
	bottom:0%
}

aside p {
    text-align: center;
    line-height: 1.2;
	font-size:1.1em;
}

aside p:nth-of-type(2) {
	color:#000;
}

aside h3 {
    color: #850047;
    font-size: 1.25rem;
    margin: 0.5rem -1.25rem ;
    background: #D9E0FC;
    text-align: center;
    padding: 0.5rem 0;
    font-weight: 400;
}

.blau {
    margin: 0;
    padding: 1rem;
    background: rgba(5, 84, 139, 0.9);
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

article {
	padding: 0 2.5rem;
	position: relative;
	display: flex;
    justify-content: space-between;
}

article section:first-of-type {
    width: 49%;
}

article section:last-of-type {
    width: 47.9%;
	padding-top:2.3rem;
}

p {
	text-align:justify;
}

h1 {
	text-align: center;
    font-size: 2.387rem;
    line-height: 1;
	margin:0;
    font-weight: 600;
}

h2 {
	font-size: 1.431em;
	line-height: 1.231em;
	color: #05548B;
	font-weight: 600;
}

h2 + ul {
	margin-top:-0.4rem;
}

a:link,a:active,a:visited {
	color: #05548B;
	text-decoration: none;
	font-size: 1.251em;
	font-weight: 600;
}

a:hover {
	text-decoration:underline;
}

a.link-mail:link, a.link-mail:visited {
	color:#000;
	font-size:0.963em;
	font-weight: normal;
}

a.link-blau:link, a.link-blau:visited {
	font-size:1.31em;
}

img {
	max-width:100%;
	height:auto;
	display:block;
}

ul {
	padding-left: 1rem;
	line-height: 1.321em;
}

li {
	padding-bottom:0.2rem;
	list-style-type:none;
}

li:before {
	content: "\2022";
	color: #871E60;
	float: left;
	margin: -0.1rem 0 0 -0.938rem;
	font-size: 21px;
}

.grau {
    background: #F4F3F5;
    padding: .312rem 1.25rem;
}

.grau > p:first-of-type {
    color: #05548B;
	font-size:1.11em;
}

.grau h3 {
    text-align: left;
    padding: 0.5rem;
    width: 255px;
    font-size: 1.431rem;
	color: #850047;
	background: #D9E0FC;
	font-weight: 400;
	margin:-0.3rem 0 0.2rem;
}

.color {
	color: #05548B;
	font-size:1.21em;
}

.abstand {
	padding-bottom:0.8rem;
}

.kontakt {
	color: #05548B;
	font-size:1.21em;
	padding:3.3rem 0 0;
}

span {
	display:inline-block;
}

footer {
	padding: 0 1.5rem 1rem;
	background-color: #F4F3F5;
    color: #05548B;
	border-top: .5rem solid #871E60;
    border-bottom: .062rem solid #871E60;
	margin: 1rem 2.5rem 2.5rem;
}

footer p {
	font-size:1.21em;
}

@media only screen and (max-width:789px) {
	#wrapper {
		border:none;
		margin:0 auto;
		hyphens: auto; 
	}
}
	
@media only screen and (max-width:760px) {
	article {
		padding: 0 1rem;
		flex-direction: column;		
	}
	
	footer {
		padding: 1rem;
		margin: 1rem 0 0;		
	}
	
	:is(article section:first-of-type, article section:last-of-type) {
    	width: 100%;
		padding-top:0;
	}
	
	aside {
    	width: 100%;
    	position: relative;
    	left: 0;
		bottom:0;
		padding: .637rem 1.25rem;
	}
	
	aside p br, a br {
		display:none;
	}
	
	p {
    	text-align: left;
	}
	
	.blau {
    	position: relative;
	}
	
	:is(.abstand, .kontakt) {
		padding:0;
	}
}