@font-face {
    font-family:'Poppins Light';
    font-style: light;
    font-weight: 200;
    src:	url(../fonts/poppins-light-webfont.woff2) format('woff2'),
    		url(../fonts/poppins-light-webfont.woff) format('woff');
}
@font-face {
    font-family:'Lato';
    font-style: normal;
    font-weight: normal;
    src:	url(../fonts/lato-regular-webfont.woff2) format('woff2'),
    		url(../fonts/lato-regular-webfont.woff) format('woff');
}
@font-face {
    font-family:'Lato Light';
    font-style: normal;
    font-weight: 200;
    src:	url(../fonts/lato-light-webfont.woff2) format('woff2'),
    		url(../fonts/lato-light-webfont.woff) format('woff');
}
body {
	background-color: #fff;
	color: #0069b3;
	font-family: 'Lato', serif;
	font-size: 15px;
	padding: 0px 5px;
	margin-top: 10px;
}

h1 { font-size: 1.8rem; padding: 10px 0 5px 0; }
h2 { font-size: 1.3rem;  padding: 10px 0 5px 0; }
h3 { font-size: 1.1rem;   padding: 10px 0 0px 0; }

/*
 * Links
 */
a:link { text-decoration:none; color: #0069b3; }
a:visited { color:#0069b3; }
a:focus {color: #ff4500; }
a:hover {color: #ff4500; }
a:active {color: #ff4500; }

.header { margin: 3px; padding: 0px; background-color: #0F72C3; color: #fff; }
.header img { max-width: 100%; }
.logo { padding: 30px; }
.claim { padding: 30px; font-size: 1.1rem; letter-spacing: 0.05em; font-weight: 200; }
.claim p { margin: 0; padding: 0.7em 0px; }
p.claim1 { font-family: 'Poppins Light'; }
p.claim2 { font-family: 'Lato Light'; font-size: 0.9em; }
p .nummer { font-family: 'Lato Light'; font-size: 1.0em; }

.kapitaelchen { font-size: 1.6rem; }
.container_header { 
	margin-bottom: -2px; padding: 0px;
	border: 2px solid #0069b3;
	border-radius:5px 5px 0px 0px; /* CSS3 */
	
	
	 }
	 
.container_navi { padding: 0px 0px 35px 0px; border: none; }

.container_main { 
	padding: 20px 22px 20px 32px; 
	border: 2px solid #0069b3;
	border-radius:0px 0px 5px 5px; /* CSS3 */

}
.container.container_footer { border: none; }
p { margin: 0px; padding: 0px; }
.textContent { letter-spacing: 0.1em; line-height: 1.4em; font-size: 0.9em;
}
	
	
p { margin: 0px; padding: 0px; }
.textContent { letter-spacing: 0.1em; line-height: 1.4em; font-size: 0.9em;
}



/*
 * Navigation
 */
.gnh_navi ul { margin: 0 0 0 10px; padding: 0px; list-style-type: none; }
.gnh_navi li { margin: 0px; padding: 0px 8px; height: 1.2em; float: left; }
.gnh_navi li.active { text-decoration: underline; }

/*
 * Startseite
 */
#leistungen {
	margin: 20px 0px 155px 0px;
	padding: 0px 0px;
	font-family: Georgia;
	font-size: 1.6em;
	line-height: 1.4em;
}

.copyright p { text-align: right; margin-left: 0px; margin-right: 10px; }
.impressum p {
	margin: 10px 0;
}


@media (max-width: 576px) {
	.copyright p { text-align: left; margin-left: 18px; margin-right: 10px; }
}
@media (max-width: 768px) { #leistungen { margin-bottom: 35px; } }

.datenschutz p {margin: 0 0 10px 0;}
