*, *:before, *:after {
    -webkit-box-sizing: border-box; /* Safari/Chrome, andere WebKit-Browser */
    -moz-box-sizing: border-box; /* Firefox, andere Gecko-Browser */
    box-sizing: border-box; /* Opera/IE 8+ */
}

/*
    allgemeine Style-Definitionen
*/

body {
    background: white url("../pic/logo-ike.svg") no-repeat top right fixed;
	color: black;
	font-size: 1.2em;
    line-height: 1.5em;
	font-family:'normal';
	text-align: justify;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	width: 90%;
	display: block;
	margin: auto;
}

b {
	font-family:'bold';
}

i {
	font-family:'italic';
}

@font-face
{
    font-family: 'normal';
    src: url('../fonts/montserrat/light.woff2')  format('woff2');
}

@font-face
{
    font-family: 'bold';
    src: url('../fonts/montserrat/regular.woff2')  format('woff2');
}

@font-face
{
    font-family: 'italic';
    src: url('../fonts/montserrat/lightitalic.woff2')  format('woff2');
}

@font-face
{
    font-family: 'bolditalic';
    src: url('../fonts/montserrat/italic.woff2')  format('woff2');
}

h1, h2
{
    line-height: 1.5em;
	font-family: 'bold';
	text-align: left;
	margin-top: 1em;
	-ms-hyphens: none;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	hyphens: none;
}

h1
{
    font-size: 2em;
}

h2
{
    font-size: 1.6em;
}

td {
	vertical-align:top;
}

a {
	text-decoration: none;
	color: black;
	font-family:'bold';
}

a:visited, a:hover, a:active {
	color: #de0000;
}

img {
	border-style: none;
}

img.blatt {
	margin: 30px auto;
	display: block;
	width: 40%;
	height: auto;
}

img.lotus {
	margin: 20px auto;
	display: block;
	width: auto;
	height: 50px;
}

q
{
	quotes: "»" "«" "›" "‹" "‚" "’";
}

.fussnoten {
	border-spacing:10px;
}

.zitat {
	margin-right: 50px;
	margin-left: 50px;
	font-family: 'italic';
}

.gedicht {
	margin-left: 50px;
	font-family: 'bolditalic';
	text-align: left;
}

@media only screen and (max-width: 600px)
{

	.zitat, .gedicht {
		margin-left: 20px;
		margin-right: 0px;
	}
}

