* {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat Alternates', Verdana, Helvetica, sans-serif;
}

body {
	width: 100vw;
	height: 100vh;
	font-size: 16px;
	color:rgba(126,9,11,1.00);
	z-index: 10000;
	overflow-x: hidden; 
}

img, object, embed, video {
	max-width: 100%;
}

/* General content styling */
section {
	position: relative;
	min-height: 93.2vh;
	padding: 3.4vh 5vw 3.4vh 15vw;
	-webkit-animation: fadeIn 1s ease-in-out;
	-moz-animation: fadeIn 1s ease-in-out;
	animation: fadeIn 1s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-color: #fff;
}

section h1 {
	font-family: 'Josefin Sans', Verdana, Helvetica, sans-serif;
	color: #171819;
	font-size: 3em;
	line-height: 2em;
	margin-bottom: 1.5em;
	width: 100%;
	border-bottom: 3px solid #171819;
}

section h2 {
	margin-bottom: 1.2em;
	font-family: 'Josefin Sans', Verdana, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 1.3em;
	color: #171819;
}

section h3 {
	margin-bottom: 1em;
	font-family: 'Josefin Sans', Verdana, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1em;
	color: #171819;
}

section p {
	line-height: 1.5em;
	margin-bottom: 2em;
}

section a {
	text-decoration: none;
	color: #171819;
}

section a:hover, section a:focus {
	text-decoration: underline;
}

/*  Modules  */

/* Dynamic column grid for the content */
.multicolumn {
	padding-bottom: 120px;
	line-height: 20px;
	position: relative;
	column-width: 30em;
	column-gap: 1.2em;
	-moz-column-width: 30em;
	-moz-column-gap: 1.2em;
	-webkit-column-width: 30em;
	-webkit-column-gap: 1.2em;
	width: 100%;
}

.multicolumn img, .multicolumn video {
	max-width: 100%;
	margin: 1.5em 0;
}

/* further styles esp. classes */
ul {
	margin-left: 2em;
	list-style-type:circle;
	line-height: 1em;	
}
.nobullit {
	list-style:none;	
	line-height: 1.5em;	
}
.bullit {
	list-style: circle;	
	line-height: 1.5em;	
	margin-left: 1.5em;
}

footer {
	font-family: 'Josefin Sans', Verdana, Helvetica, sans-serif;
	color: #666;
	text-align:center;
	margin-bottom:2em;
}
 .right {
	text-align: right; 
}
.hinweis {
	font-family: 'Josefin Sans', Verdana, Helvetica, sans-serif;
	color: #666;
	margin: 0;
}
	
