.hamburger {
	display:block;
	background-image: url(images/hamburger.png);
	background-repeat: no-repeat;
	background-size: 30px 30px;
	width:30px;
	height:30px;
	cursor:pointer;
	position: absolute;
	top:20px;
	right:0px;
}
.logo {
	width:126px;
	height:42px;
	background-size: 126px 42px;
	top:8px;
}
.main_row.top {
	height:90px;
}
.main_row.first {
	margin-top:90px;
}
.spalten>.text,
.spalte_rechts>.text {
	text-align:left ;
	hyphens: auto;
 -moz-hyphens: auto;
 -ms-hyphens: auto;
 -o-hyphens: auto;
 -webkit-hyphens: auto;
 }
.header>.menuwrapper {
	display:none;
	position: absolute;
	right: -20px;
	top:20px;
	height:calc(100vh - 60px);
	width:60vw;
	background-color: #E4E9F0;
	background-color: #F4F5F8;
	padding:20px;
}
.menuwrapper .lanselector {
	left:20px;
	font-size: 18px;
}
.menuwrapper .close {
	position: absolute;
	display:block;
	right:20px;
}
.menuwrapper .menu_top {
	display:block;
	font-size: 18px;
	left:20px;
	
}
.menuwrapper .menu_top li {
	margin-bottom:20px;
}
.center_frame {
	padding:20px 20px 30px;
}
.spalten_main {
	flex-wrap: wrap;
}
.spalten_main .gross {
	min-width:100%;
}
.spalten {
	display:block;
}
.spalten.publikation {
	display:flex;
}
.spalten.publikation .spalte_links {
	min-width:58%;
	max-width:58%;
	margin-right:4%;
}
.spalten.publikation .spalte_rechts {
	min-width:38%;
	max-width:38%;
}
.spalten.team {
	grid-template-columns: 100%;
}
.spalten_main .klein {
	min-width:100%;
	padding-left:0px;
	margin-bottom:20px;
	margin-top:20px;
}
.spalten_main .klein .unten {
	position: static;
}
.spalte_chef,
.spalte_team {
	display:flex;
	min-width:100%;
	max-width:100%;
}
.spalte_rechts {
	min-width:100%;
	max-width:100%;
}
.spalte_chef .bild,
.spalte_team .bild {
	min-width:38%;
	max-width:38%;
}
.spalte_chef .beschreibung,
.spalte_team .beschreibung {
	min-width:58%;
	max-width:58%;
}
.spalte_chef .bild,
.spalte_team .bild {
	margin-right:4%;
}
.center_frame.projekt.spalten {
/* 	display:flex; */
}
.center_frame.projekt.spalten .spalte_links,
.center_frame.projekt.spalten .spalte_rechts {
	min-width:49%;
	max-width:49%;
	min-width:100%;
	max-width:100%;
}
.center_frame.projekt.spalten .spalte_links {
	margin-right:2%;
	margin-right:0%;
}
.spalte_rechts.spalten .bild.halb {
	width:100%;
	
}
