body
{
	margin-top: 80px;
    background: url(../img/urkunde.jpg) no-repeat center center fixed;
    background-size: cover;
}

.jumbotron{
    /* IE8 and below */
    background: rgb(80, 80, 80);
    /* all other browsers */
    background: rgba(80, 80, 80, 0.5);
}

.shadow {
	box-shadow: 1rem 1rem 1rem rgba(0,0,0,.15) !important;
}


.nounderline {
	text-decoration: none !important
}

.link-style {
	color:#ddddff;
}
