@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600);

html {
        background: url(https://kartenberatung-mit-herz.de/wordpress/wp-content/uploads/2018/04/hintergrund1-1.png) no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
		background-attachment:fixed;
}
body {
	font-family: 'Open Sans', sans-serif;								
	font-size: 95%;
	margin: 0;
	font-size: 95%;
	margin-top: -15px;
	font-weight: bold;
	color: #c40041;
}
H1 {
	font-size : 120%;
	color : #3399CC;
	font-weight : bold;
	text-decoration : none;
}
H2 {
	font-size : 120%;
	color : #c40144;
	font-weight : bold;
	text-decoration : none;
}
H3 {
	font-size : 110%;
	color : #3399CC;
	font-weight : bold;
	text-decoration : underline;
}
H4 {
	font-size : 100%;
	color : #3399CC;
	font-weight : bold;
	text-decoration : none;
}

