h1 {text-decoration:underline;}h2 {text-decoration:underline;}
/* EXT:start Configuration/TypoScript/Foundation/Page */
div.reveal-modal {
  position: absolute;
}
/* small displays */
@media only screen {
}
/* medium displays */
@media only screen and (min-width: 40.0625em) {
	div.reveal-modal {
		position: absolute;
	}
}
/* large displays */
@media only screen and (min-width: 64.0625em) {
	div.reveal-modal {
		position: absolute;
	}
}
/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
	div.reveal-modal {
		position: absolute;
	}
}
/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
	div.reveal-modal {
		position: absolute;
	}
}