/* CSS Document */
/*Sytleshet for all oter Documents */

body{
	margin: 0;
	font-family: 'Source Sans Pro',sans-serif;
	text-align: center;
	color: #000000;
	background-image: url(pictures/leichtneu.png);
	background-repeat: no-repeat;
	font-weight: bolder;	
	background-position: center;
}

p{
	font-family:'Source Sans Pro',sans-serif ;
	text-align: center;
	color: #000000;
	font-size: 30px;
}

a{
	color: #CCFF99;
	text-decoration: none;
	font-family: 'Source Sans Pro',sans-serif;
	text-align: center;
	font-size: 25px;
}

a:hover{
	color: #ee1414;
}

.mittig {
	padding: 300px 50px;
	font-family:'Source Sans Pro',sans-serif;
	text-align: center;
	color: #000000;
}

img{
	width: 140px;
	height: 140px;
}

h1{
	font-family: 'Source Sans Pro',sans-serif;
	color: black;
}

h2{
	font-size: 20px;
	font-family: 'Source Sans Pro',sans-serif;
	margin-bottom: 100px;
}

h5{
	font-size: 20px;
	font-family: 'Source Sans Pro',sans-serif;
	margin-bottom: 100px;
}

a.button1{
	display: inline-block;
	padding: 0.35em 1.2em;
	border: 0.1em;
	margin: 0 0.3em 0.3em 0;
	border-radius: .1em;
	box-sizing: border-box;
	text-decoration: none;
	font-family: 'Source Sans Pro',sans-serif;
	background-color: rgb(38, 0, 255);;
	font-size: 125%;
	font-weight: bold;
	color: whitesmoke;
	text-align: center;
	}

	a.button1:hover{
		color: black;
		background-color: #918d8d;
		transition: 1.0s;
	}

	@media all and (max-with:32em){
		a.button{
			display: block;
			margin: 0.4em auto;
		}
	}