/*
	font-family: 'Fuggles', cursive;
	font-family: 'Open Sans Condensed', sans-serif;
*/

.db {
	border: 1px solid red;
}

html,body {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18pt;
	line-height: 24pt;
	height: 100% !important;
	min-width: 100% !important;
	min-height: 100% !important;
	overflow: auto;
}

h1 {
	font-size: 98pt;
	line-height: 108pt;
	color: #000;
	font-family: 'Fuggles', cursive;
}
h2 {
	font-size: 62pt;
	line-height: 72pt;
	color: #333;
	font-family: 'Fuggles', cursive;
}

a,a:active,a:visited,a:link {
	color: #666;
	text-decoration: underline;
	text-decoration-color: orange;
}
a:hover {
	color: #333;
	text-decoration: underline;
	transition: ease .5s;
	text-decoration-color: red;
}

.bg-noten {
	height: 100% !important;
	min-height: 100% !important;
	background-image: url("../img/bg2.jpg");
	background-size: cover;
}
.min-height {
	height: 100% !important;
	min-height: 100% !important;
}