/* 
	CSS- Datei: spec4licence.css
*/

.textCol {
	max-width: 580px;
	margin: 0 auto;
	margin-bottom: 12vmin;
}

.floatRight {
	float: right;
	margin-left: 0.2em;
}
.asSubHeader {
	font-style: italic;
	margin-bottom: 0;
}
.light {
	font-weight: 400;
}

a[rel="license"]:hover {
	box-shadow: 0.28vmin 0.2vmin 0.7vmin rgb(183, 190, 207);
}

p {
	margin-top: 0;
}
h2 {
	font-size: 185%;
}
h3 {
	font-size: 130%;
}
h4 {
	margin-top: 2em;
	margin-bottom: 0.5em;
	font-size: 125%;
}
h5 {
	font-size: 100%;
	margin-top: 0.8em;
}
.centerLine {
	display: block;
	text-align: center;
	margin-top: 0.5em;
}
.fontItalic {
	font-style: italic;
}
p a img {
	min-width: 26vmin;
	height: auto;
}


@media only screen and (min-width: 780px) {
	p a img {
		min-width: 15vmin;
	}
}