/* Home banner */
#carousel-homepage .carousel-caption h2 i {
	background: #9e2e8e8c;
}

#carousel-homepage .carousel-inner {
	background-color: transparent;
}

/* Sponsoren */
.sponsors ul li a {
	height: 64px;
}

.sponsors ul li {
	padding: 0px 30px;
}

/* Menu */
.top {
	position: absolute;
	width: 100%;
}

/* Menu mobile */
@media (max-width: 767px) {
	header .navbar-brand {
        height: 80px;
	}
    
    header .navbar-toggle {
    	margin-top: 24px;
    }
    
    header .navbar-brand h1 {
		width: 90px;
	    height: 63.6px;
    }
}

/* Image caption */
.img-caption {
	text-align: center;
    line-height: 32px;
}

/* Paragraphs */
p {
	line-height: 24px;
}

/* Homepage numbers */
h2.homepage-purple {
	text-align: right;
	font-weight: bold;
	color: #9e2e8e;
}

h2.homepage-gold {
	text-align: right;
	font-weight: bold;
	color: #cca400;
}

p.homepage {
	text-align: right
}

@media (max-width: 767px) {
    h2.homepage-purple, h2.homepage-gold, p.homepage {
    	text-align: center;
    }
}

/* Footer */
footer .headline h3 {
	border-bottom: 2px solid #3e4753;
}