@font-face {
    font-family: 'Miso';
    src: url('fonts/Miso-Regular.eot');
    src: url('fonts/Miso-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Miso-Regular.woff2') format('woff2'),
        url('fonts/Miso-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Miso';
    src: url('fonts/Miso-Light.eot');
    src: url('fonts/Miso-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/Miso-Light.woff2') format('woff2'),
        url('fonts/Miso-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Miso';
    src: url('fonts/Miso-Bold.eot');
    src: url('fonts/Miso-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Miso-Bold.woff2') format('woff2'),
        url('fonts/Miso-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
	}


	body, html {
	height: 100%;
	margin: auto;
	text-align: center;
	background-image: url("baustelle.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	}

	.container {
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	height: 100%;
	}

	h1 {
	font-family: 'miso', sans-serif;
	font-weight: normal;
    font-style: normal;
	color: white;
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	text-shadow: 0px 0px 40px #000000, 0px 4px 4px rgba(0, 0, 0, 0.25);
	}

	p {
	font-family: 'miso', sans-serif;
	font-weight: normal;
	font-size: 17px;
	font-style: normal;
	line-height: 25px;
	margin: 30px;
	text-shadow: 0px 0px 40px #000000, 0px 4px 4px rgba(0, 0, 0, 0.25);
	}

	.logo img {
	width: 80px;
	height: auto;	
	}


	a {
	font-family: 'miso', sans-serif;
	font-weight: normal;
    font-style: normal;
 	font-size: 17px;
 	color: white;
 	text-decoration: none;
	}

	a:hover {
	}

	a:visited {
	font-family: 'miso', sans-serif;
	font-weight: normal;
    font-style: normal;
 	font-size: 13px;
 	color: white;
 	text-decoration: none;
	}

	.button {
  	background-color: #9A7D70; /* Green */
  	font-family: 'Miso';
    font-weight: bold;
    font-style: normal;
 	font-size: 15px;
 	border: none;
 	color: white;
 	padding: 10px 20px;
 	text-align: center;
 	text-decoration: none;
 	display: inline-block;
 	margin: 8px 2px;
 	opacity: 0.8;
 	cursor: pointer;
 	-webkit-transition-duration: 0.4s; /* Safari */
 	transition-duration: 0.4s;
	}

	.button a {
  	font-family: 'Miso';
    font-weight: bold;
    font-style: normal;
 	font-size: 15px;
 		}

	.button:hover {
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
	opacity: 1;
	}

	.fett {
	font-family: 'Miso';
    font-weight: bold;
    font-style: normal;
	font-size: 13px;
	margin: 30px;
	letter-spacing: 1px;
	text-shadow: 0px 0px 40px #000000, 0px 4px 4px rgba(0, 0, 0, 0.25);
	}

	.fett a {
	font-family: 'Miso';
    font-weight: bold;
    font-style: normal;
	font-size: 13px;
	letter-spacing: 1px;
	text-shadow: 0px 0px 40px #000000, 0px 4px 4px rgba(0, 0, 0, 0.25);
	}
	
	.fett a:hover {
	font-family: 'Miso';
    font-weight: bold;
    font-style: normal;
	font-size: 13px;
	letter-spacing: 1px;
	text-shadow: 0px 0px 40px #000000, 0px 4px 4px rgba(0, 0, 0, 0.25);
	text-decoration: underline;
	}

	.adresse {
	font-family: 'miso', sans-serif;
	font-weight: normal;
    font-style: normal;
 	font-size: 13px;
 	color: white;
 	text-decoration: none;
	margin: 30px;
	letter-spacing: 1px;
	text-shadow: 0px 0px 40px #000000, 0px 4px 4px rgba(0, 0, 0, 0.25);
	}

	.adresse a {
	font-family: 'miso', sans-serif;
	font-weight: normal;
    font-style: normal;
 	font-size: 13px;
 	color: white;
 	text-decoration: none;
	letter-spacing: 1px;
	text-shadow: 0px 0px 40px #000000, 0px 4px 4px rgba(0, 0, 0, 0.25);
	}
	
	.adresse a:hover {
	font-family: 'miso', sans-serif;
	font-weight: normal;
    font-style: normal;
 	font-size: 13px;
 	color: white;
 	text-decoration: none;
	letter-spacing: 1px;
	text-shadow: 0px 0px 40px #000000, 0px 4px 4px rgba(0, 0, 0, 0.25);
	text-decoration: underline;
	}


	section {
	padding: 0 20px;
	max-width: 600px;
	}



	/* On screens that are 800px wide or less: */
	@media screen and (max-width: 800px) {


	body {-webkit-text-size-adjust: none;
	}	
	
	p {
	font-family: 'miso', sans-serif;
	font-weight: normal;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	text-shadow: 0px 0px 40px #000000, 0px 4px 4px rgba(0, 0, 0, 0.25);
	margin:	9px 0px 20px 0px;
	}
	
	
	h1 {
	margin:	10px 0px 30px 0px;
	font-family: 'miso', sans-serif;
	font-weight: normal;
    font-style: normal;
	color: white;
	font-size: 30px;
	line-height: 44px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-shadow: 0px 0px 40px #000000, 0px 4px 4px rgba(0, 0, 0, 0.25);
	}

	.fett {
	font-family: 'Miso';
    font-weight: bold;
    font-style: normal;
	font-size: 16px;
	letter-spacing: 1px;
	margin: 10px;
	text-shadow: 0px 0px 40px #000000, 0px 4px 4px rgba(0, 0, 0, 0.25);
	}

	.fett a {
	font-family: 'Miso';
    font-weight: bold;
    font-style: normal;
	font-size: 16px;
	letter-spacing: 1px;
	text-shadow: 0px 0px 40px #000000, 0px 4px 4px rgba(0, 0, 0, 0.25);
	}
	
	.fett a:hover {
	font-family: 'Miso';
    font-weight: bold;
    font-style: normal;
	font-size: 16px;
	letter-spacing: 1px;
	text-shadow: 0px 0px 40px #000000, 0px 4px 4px rgba(0, 0, 0, 0.25);
	text-decoration: underline;
	}


	.logo img {
	width: 70px;
	height: auto;	
	margin-bottom: 20px;
	}

	a {
	font-family: 'Open Sans', sans-serif;
 	font-size: 15px;
 	font-weight: 400;
 	color: white;
 	text-decoration: none;
	}

	a:hover {
 	text-decoration: underline;
	}

	a:visited {
	font-family: 'Open Sans', sans-serif;
 	font-size: 15px;
 	font-weight: 400;
 	color: white;
 	text-decoration: none;
	}

	.button {
  	background-color: #9A7D70; /* Green */
 	font-family: 'Open Sans', sans-serif;
 	font-size: 15px;
 	font-weight: 400;
 	border: none;
 	color: white;
 	padding: 10px 20px;
 	text-align: center;
 	text-decoration: none;
 	display: inline-block;
 	margin: 15px 0px;
 	opacity: 0.8;
 	cursor: pointer;
 	-webkit-transition-duration: 0.4s; /* Safari */
 	transition-duration: 0.4s;
	}
	
	/* On screens that are 375px wide or less: */
	@media screen and (max-width: 375px) {
	
	h1 {
	margin:	10px 0px 30px 0px;
	font-family: 'miso', sans-serif;
	font-weight: normal;
    font-style: normal;
	color: white;
	font-size: 40px;
	line-height: 44px;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-shadow: 0px 0px 40px #000000, 0px 4px 4px rgba(0, 0, 0, 0.25);
	}


