@charset "UTF-8";
/* CSS Document */

h1{
	font-size: 40px;
}

h2{
	font-size: 24px;
	margin-bottom: 2%;
    margin-top: 2%;
	color: #00305e;
}

h3{
	margin-top: 2%;
	margin-bottom: 2%;
	font-size: 18px;
	color: #00305e;
}

.bild-links {
	float: left !important;
	margin-right: 20px;
	margin-bottom: 20px;
	width: auto;
}

.bild-rechts {
	float: right !important;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
}

.heading-dotted{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 8px;
	border-bottom: 1px dotted #00676b;
	display: inline-block;
	width: auto;
}

.text-links{
    float: left;
    width: 47%;
}

.text-rechts{
    float: right;
    width: 47%;
}

.content-inner a {
	color: #00676b;
	text-decoration: underline;
}