body {
    margin-top: 70px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}
.container.maincontent {
    padding-bottom: 30px;
}
h1.first {
    color: #0f3f93; /*#2959aa;*/
    margin-top: 30px;
    margin-bottom: 50px;
}
h2.first {
    margin-top: 0;
    font-size: 24px;
}
p.intro {
    font-size: 18px;
}
.anschrift {
    margin-top: 30px;
}
a, a:link, a:visited {
    color: #0f3f93;
}
a:hover, a:active, a:focus {
    color: #6e6e6e;
}
.btn-impressum {
    width: 100%;
    background: #4b4d4b;
    color: #fff;
    position: fixed;
    bottom: 0px;
    left: 0px;
    border-radius: 0px;
	margin: 0; padding: 0;
}
.btn-impressum a:hover {
	/*
    width: 100%;
    background: #0f3f93; 
    color: #fff;
    padding: 15px 0px;
	*/
}
a.btn-impressum, a.btn-impressum:link, a.btn-impressum:visited, a.btn-impressum:hover, a.btn-impressum:active, a.btn-impressum:focus {
    color: #fff;
}
.btn-impressum a, .btn-impressum a:link, .btn-impressum a:visited, .btn-impressum a:hover, .btn-impressum a:active, .btn-impressum a:focus {
    color: #fff;
	width: 100%;
	padding: 15px 0px;
	background: #4b4d4b;
}
.btn-impressum a:hover, .btn-impressum a:active, .btn-impressum a:focus {
    background: #0f3f93; 
}
#email {
    background: #0f3f93;
    color: #fff;
    padding: 5px 10px;
    margin-top: 15px;
    border: 2px solid #4b4d4b;
    text-decoration: none;
    border-radius: 10px 10px 10px 10px;
}
#email:hover {
    background: #4b4d4b;
    color: #fff;
    padding: 5px 10px;
    margin-top: 15px;
    border: 2px solid #4b4d4b;
    text-decoration: none;
    border-radius: 10px 10px 10px 10px;
}
.daten div:nth-child(even) {
    /*font-size:large;*/ margin-bottom: 10px;
}
img.zeichen {
    width: 100%;
    max-width: 150px;
    /*text-align: center;*/
    margin: 3px 0 20px 0;
}

@media(min-width:576px) {
h2.first {
    font-size: 30px;
}
p.intro {
    font-size: 18px;
}
}

@media(min-width:768px) {
}

@media(min-width:992px) {
p.intro {
    margin-top: 32px;
}
}

@media(min-width:1200px) {
p.intro {
    margin-top: 42px;
}
}
