.volume img {
	width: 9px;
	height: 9px;
	margin-left:5px;
	vertical-align: text-top;
}

div#Mp3Player {
	background: none;
	position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

div#Mp3Player div.overlay {
	background: none repeat scroll 0 0 #333333;
	position: fixed;
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
	opacity: 0.8;
	filter: alpha(opacity=80); /* IE5-7 */
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 */
}

div#Mp3Player div.wrapper {
	height: 100%;
	width: 402px;
	margin: auto;
	position: relative;
	top: 50%;
}

div#Mp3Player div.player-container {
	position: relative;
	height: 24px;
	border: 1px solid #FFFFFF;
	top: -12px;
}

.header-wrapper {
	background-color: #445CBE;
	padding-top:75px;
	padding-bottom: 75px;
}

.header-wrapper img {
	width: 501px;
}

@font-face {
  font-family: 'Source Sans Pro Light';
  src: url(../fonts/SourceSansPro-Light.ttf);
}

@font-face {
  font-family: 'Source Sans Pro';
  src: url(../fonts/SourceSansPro-Regular.ttf);
}

@font-face {
  font-family: 'Muli Extra Bold';
  src: url(../fonts/Muli-ExtraBold.ttf);
}

@font-face {
  font-family: 'Muli Black';
  src: url(../fonts/Muli-Black.ttf);
}

@font-face {
  font-family: 'Source Sans Pro Bold';
  src: url(../fonts/SourceSansPro-Bold.ttf);
}

.table-wrap table {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;
}

.table-wrap table tbody tr td {
	padding: 20px 55px;
}

.table-wrap table tbody tr:nth-child(2n) {
	background-color: #EFF3FB;
}

.table-wrap table tbody tr:nth-child(2n-1) {
	background-color: #F9FBFF;
}

.table-wrap table tbody tr:nth-child(2n-1) td:nth-child(2) {
	background-color: #F2F5FC;
}

.table-wrap table tbody tr:nth-child(2n) td:nth-child(2) {
	background-color: #E9EEF9;
}

.archiv {
	margin-top: 60px;
}

p.contact {
	font-size: 16px;
	font-family: 'Source Sans Pro', sans-serif;
	margin-bottom: 40px;
}

.margin-top {
	margin-top: 40px;
	margin-bottom: 20px;
}

.footer-wrapper {
	background-color: #DDE0E9;
}

.page-bottom {
	background-color: #ABB0C5;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	color: #576295;
	text-align: center;
	padding: 20px 0;
}

.impresszum {
	position: absolute;
	right: 0;
	top: 50%;
  transform: translateY(-50%);
}

#Footer {
	position: relative;
}

#Footer p {
	margin-bottom: 5px;
}

#Footer p:last-child {
	margin-bottom: 0;
}

#Footer .contact {
	float: left;
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
}

#Footer .contact-title {
	font-size: 20px;
}


#header-wrapper-flex-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#header-wrapper-flex-index {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

#header-wrapper-flex-projektek {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}
