#mc_embed_signup input[type="email"] {
	width: 60%;
	margin-right: 1em;
}

.hero-unit {
	height: 150px;
	background-image: linear-gradient(to bottom, rgba(0, 106, 162, 0.5), rgba(255, 255, 255, 0.5)),
                  url(/assets/banner.jpg);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}

.hero-unit .content {
	display: block;
	background-color: rgba(0, 106, 162, 0.8);
	color: white;
	padding: 0.2em 1em 1em 1em;
	font-size: 15px;
	width: 400px;
	position: relative;
	top: 60px;
	left: -40px;
}

.hero-unit .content h2 {
	font-size: 20px;
}

.hero-unit .content a {
	color: white
}

.spacer {
	margin-top: 8em;
}

.thema-block {
  border-bottom: 0px;
  padding-bottom: 1.5em;
}

.spotlight div.image {
  margin-top: 0;
}

table.table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th {
  background-color: rgba(0, 106, 162, 0.2);
}

.thema-content h1, .thema-content h2, .thema-content h3, #section_news h2 {
	color: black;
}
