@charset "UTF-8";
/* CSS Document */

html {
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-style: normal;
}

body {
	font-style: normal;
	letter-spacing: 1px;	
}

.header-bild {
	padding-bottom: 1em;
	width: 100%;
	height:auto;
}

.logo-container {
	width: 100%;
	text-align: center;
}

.logo {
	width: 290px;
	margin-bottom : 1rem;
}

.footer {
	background-color: #165425;
	padding: 2rem;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	letter-spacing: 1px;
	font-size: 13px;
}

.footer ul { 
	color: white;
	padding-top: 1rem;
}

.footer ul li {
	list-style: none;
	line-height: 1.2rem;
}

.footer ul#liste1 li {
	margin-bottom: 1rem;
	margin-right: 1rem;
}

.footer ul a {
	text-decoration: none;
	color: white;
}
 
.logo-weiss {
	text-align: center;	
}


.text {
	text-align: center;
	color: #341E13;
	padding: 1rem;
	width: auto;
}

P {
	font-size: 16px;
	width: auto;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

h1 {
	font-size: 21px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

@media all and (min-width: 680px) {	
	.logo-weiss img {
		width: 100px;
	}
	
	.footer {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
	
	.footer ul#liste1 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;

		-ms-flex-pack: distribute;
		justify-content: space-around;

		width: 50%;
	}
}

