﻿/* styles.css für Health-Intelligence */

body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Source Sans Pro', 'Arial', Tahoma, Helvetica, sans-serif;
}

.hero {
	background: url(../img/parkett-funktion.png) no-repeat center top;
	background-size: 45%;
}

.pmp-title {
	color:white;
	text-shadow:black 2px 2px;
}

.pruefung-punkte {
	margin-left:1em;
	list-style-type: square;
}

.resources {
	list-style-type: none;
}

.text-small {
	font-size: 0.8em;
}

.kontakt-uns {
	margin-top:-1em;
}

blockquote:before {
    display: block;
    content: "\201C";
    font-size: 5em;
    margin-bottom:-1.5em;
    color: rgba(30,30,30,0.15);
}
blockquote:after {
    display: block;
    content: "\201D";
    font-size: 5em;
    margin-top:-0.25em;
    text-align: right;
    color: rgba(30,30,30,0.15);
    line-height:0.1em;
}

footer {
	text-align:center;
	font-size:0.5em;
}