/* Farbverlauf im Header */
.container-header { position: relative; z-index: 10; margin-bottom: 20px; background-color: #434178; background-image: linear-gradient(135deg, #14382c 0%, #578e8e 100%); box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03) inset; }

/* title remove underline */
.container-header .navbar-brand a{
text-decoration: none;
}