@charset "UTF-8";

.maxwidth {
	width: 100%;
}

.paddingRight {
	padding-right:20px;
}

.projektZeile {
	background: #eaf0fa;
	color: #013298;
	font-size: 11px;
	padding-top: 0px;
	padding-bottom: 3px;
}

.center-line {
    position: relative;
    width: 100%;
    padding: 4px 0; /* optional */
}

.center-abs {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    white-space: nowrap;
}

.right-abs {
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap;
}
