html, body {
	font-family: "IBM Plex Sans", sans-serif;
}

h1, h2, h3 {
	font-family: "Merriweather", serif;
}

a {
    color: #f24e61;
    text-decoration: none;
}

.text-small {
	font-size:12px;
}

td.rescolor {
	background-color:#FFF;
}

td.rescolor0 {
	background-color:#CFC;
}

td.rescolor5 {
	background-color:#FFC;
}

td.rescolor9 {
	background-color:#F66;
}



header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
	height: 60px;
    z-index: 25;
    -webkit-box-shadow: 0 0 8px 2px #525151;
    box-shadow: 0 0 8px 2px #525151;
	background-color: #FFF;
}


tr.seltr, tr.seltr td {
	cursor: pointer;
}

.btn-finanz {
	background-color: #f24e61;
	color:#FFF;
}

header.sticky #messelogo {
	left:2%;
	top: -25px;
	width:150px;
	height:150px;
	position: absolute;
}

.mainwrapper {
	margin-top:100px;
	margin-left:270px;
	margin-bottom:80px;
}

.mm_pic {
	height: 150px !important;
	max-height: 150px;
	overflow:hidden;
}

.mm_pic img {
	max-height: 150px;
}

.mm_text {
	height:50px !important;
	max-height:50px;
	overflow: hidden;
	text-align:center;
}

.mm_text p {
	text-align:center;
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #000; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 150px; /* Place content 60px from the top */
  transition: 0.2s; /* 0.5 second transition effect to slide in the sidebar */
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  color: #fff;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f24e61;
}

.sidebar a.active {
	border-left: 3px solid #f24e61;
}

.sidebar .brand {
  padding: 8px 8px 8px 32px;
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}

/* Position and style the close button (top right corner) */
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}


