body, html {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.responsive {
width: inherit;  /* This makes the next two lines work in IE8. */
max-width: 100%; /* Add !important if needed. */
height: auto;    /* Add !important if needed. */ 
}

.topbanner {
	width: 100%;
	height: 60px;
	padding-top: 10px;
	color: white;
	background-color: #1e1e1e;
	display: flex;
	align-content: space-between;
	justify-content:space-between;
}

.topbanner_left {
	display: flex;
	align-items: left;
	padding-left: 50px;
}
.topbanner_right {
	display: flex;
	align-items: right;
	padding-right: 50px;
}
.topitem {
padding: 5px;
}

.topsocial {
	font-size: 30px;
	margin: 6px;
}

.amatic {
	font-family: 'Amatic SC', cursive;
}
.sans {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
}
.topsans {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
}

.white {
	color: white;
}

.black {
	color: #1e1e1e;
}

.bold {
	font-weight: bold;
}

.mainmenue {
	width: 100%;
	height: 40px;
	padding-top: 14px;
	color: #1e1e1e;
	background-color: #eeeeee;
	display: flex;
	align-content: space-around;
	justify-content:space-around;
}

.menuepunkt {
	color: #1e1e1e;
	text-decoration: none;	
}

.topper {
	width: 100%;
	display: block;
}

.fixed {
	position: fixed;
}

.content {
	height: 100%;
	width: 100%;
	display: block;
}

a:link, a:visited, a:focus, a:active {
color: #1e1e1e;
text-decoration: none;
font-weight: 700;
}

a:hover {
text-decoration: none;
}


.bigbild {
	width: 100%;
	height: 30vw;
	color:white;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
}

.content_text {
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 20px;
}

.logo {
	width: 40%;
}

.content_headline {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	font-size: 10vw;
}

.content_bild {
	max-width: 32%;
	margin-right: 10px;
	float: left;
}

.rl {
	transform: rotate(-5deg);
}
.rr {
	transform: rotate(4deg);
}

.clearfix { 
	clear: both; 
}

.footer {
	margin-left: 50px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}





@media (max-width: 640px) { 
.topbanner {
	height: 50px;
}
.topbanner_left, .topbanner_right {
	padding-left: 10px;
	padding-right: 10px;
}
.topitem {
padding: 4px;	
}
.topsocial {
	font-size: 20px;
	margin: 4px;
}

.mainmenue {
	height: 30px;
	padding-top: 10px;
}

.sans {
	font-size: 14px;
	text-decoration: none;
}

.content {
	margin-top: 0;
}

.bigbild {
	height: 50vw;
}

.content_text {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
}

.content_bild {
	max-width: 98%;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.logo {
	width: 60%;
}

.footer {
	margin-left: 20px;
}

}