html{
    height: 100%;
    background-image: url('../images/kreuzvorwerk_start.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow-y: scroll;
}

body {
    min-height: 100%;
    margin: 0;
    background: transparent;
}

a {
	color: #f28d6b;
	text-decoration: underline;
}

a:hover {
	color: #F7A68A;
	text-decoration: underline;
}

.bg-primary {
    background-color: #F7A68A;
}
.bg-primary:hover {
    background-color: #f28d6b;
}

.input-focus:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(242, 141, 107, 0.5);
}
