body {
	color:#424D69;
	font-family: 'Work Sans', sans-serif;
	font-size:11pt;
	font-weigth:400;
	margin:0;
	padding:0;
	line-height:135%;
/* 	letter-spacing: 0.5px; */
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x:hidden;
 }
html {
	overflow-x:hidden;
}
ul,li {
	padding:0;
	margin:0;
	list-style: none;
}
a,
a:link,
a:hover,
a:active,
a:visited {
	color:#424D69;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color:#540D1D;
}
.spalten>.text {
	text-align: justify;
 }
.menu_top li a {
	border-bottom: 1px transparent;
    padding-bottom: 0px;	
}
.menu_top li.aktiv a {
	color:#540D1D;
	border-bottom: 1px solid #540D1D;
    padding-bottom: 0px;	
}
p {
	margin:0px;
 }
h1,h2,h3 {
	font-size:12pt;
	margin:0;
	padding:0;
	font-weight:600;
}
h2 {
	margin-bottom:15px;
	letter-spacing: 0.5px;
}
h3 {
	font-weight:bold;
}
.hamburger {
	display:none;
}
.menuwrapper .close {
	background-image: url(images/close.png);
	background-size:20px 20px;
	background-repeat: no-repeat;
	display:none;
	width:20px;
	height:20px;
	cursor:pointer;
}
b {
	font-weight:bold;
}
.center_frame {
	max-width: 1200px;
	margin:0px auto 0px;	
	padding:40px 80px 60px;
	position: relative;
}
.center_frame.first {
	margin-top:0px;
	margin-bottom:0px;
	padding-top:20px;
}
.spalten {
	display: flex;
	flex-wrap: wrap;
}
.logo {
	width:158px;
	height:53px;
	background-image: url(images/logokona.jpg);
	background-repeat: no-repeat;
	background-size: 158px 53px;
	position:absolute;
	top:32px;
	left:0px;
}
.logo a {
	display: block;
	width:100%;
	height:100%;
}
.header {
	margin-bottom: 40px;
	position: relative;
	height:80px;
}
.lanselector {
	position: absolute;
	right:0px;
	top:20px;
}
.menu_top {
	position: absolute;
	top:67px;
	left:33.3%;
	width:66.7%;
	display: flex;
	justify-content:space-between;
	font-size:10.5pt;
}
.main_row.altcolor:nth-of-type(even) {
/* 	background-color:#E4E9F0; */
	background-color:#F4F5F8;
}
.main_row.top {
	position: fixed;
	background-color: #fff;
	height:130px;
	width:100%;
	z-index: 100000;
}
.main_row.first {
	margin-top:130px;
}
.titel_bild {
}
.titel_bild img {
	width:100%;
	height:20vw;
	object-fit:cover;
}
.spalten.footer {
	display:flex;
	justify-content: space-between;
	border-top:1px solid #6e778e;
}
.center_frame.spalten.footer {
	padding-top:10px;
}
.spalten.team {
  display: grid;
  grid-template-columns: 17% 17% 17%;
  justify-content: space-between;
  grid-column-gap: 5%;
  grid-row-gap: 10px;
  width: 100%;
}
.spalten.publikationen {
  display: grid;
  grid-template-columns: 17% 17% 17%;
  justify-content: space-between;
  grid-row-gap: 10px;
  width: 100%;
  
}
.spalte_links {
	min-width:25%;
	max-width:25%;
	margin-right:8.3%;
	margin-top:40px;
}
.spalte_rechts {
	min-width:66.7%;
	max-width:66.7%;
	margin-top:40px;
}
.spalte_chef {
	min-width:17%;
	max-width:17%;
	margin-right:16.3%;
	margin-top:40px;
}
.spalte_team {
/*
	min-width:50%;
	max-width:50%;
*/
	margin-top:40px;
}
.spalte_publikationen {
	min-width:100%;
	max-width:100%;
	margin-top:40px;
}
.spalte_team .bild,
.spalte_chef .bild,
.spalte_publikationen .bild {
	width:100%;
	margin-bottom:30px;
}
.spalte_team .bild,
.spalte_publikationen .bild {
	width:100%;
}
img {
	width:100%;
	height:auto;
}
.funktion,.berufstitel {
	width:100%;
}
.berufstitel {
	margin-bottom:20px;
}
.bild.halb {
	width:50%;
	width: calc(50% - 3px);
    margin-bottom: 6px;
}
.scale15 {
	object-fit:cover;
	width:100%;
}
.projekt .spalte_rechts.spalten {
	justify-content:space-between;
}
.spalten>.text,
.spalte_rechts>.text {
	text-align: justify;
	hyphens: auto;
}
ul.links {
	margin-top: 10px;
}
ul.links a {
	text-decoration: underline;
}
div.datei a.link_file {
	padding-left:25px;
	background-image: url(images/download.png);
	background-repeat: no-repeat;
	background-size: 18px 18px;
}
div.link a {
	padding-left:25px;
	background-image: url(images/link.png);
	background-repeat: no-repeat;
	background-size: 18px 18px;
}
.text ul {
	
}
.text ul li {
	list-style-type: disc;
	list-style: disc;
	margin-left:20px;
}
