nav img {
    margin: 1em 0;
}
.navbar {
    width: 80em;
    margin: 0 auto;
}

.breadcrumb-nav {
    background-color: #e9ecef;
    color: #454545;
}
.breadcrumb-nav-ol {
    background-color: inherit;
    border-radius: 0;
    width: 80em;
    margin: 0 auto;
}

h1 {
    margin: 0.7em 0;
}

.fa {
    color: #333;
}
.fa:hover {
    color: #666;
}

#ueberunstextarea {
    height: 40em;
}

#startimg {
    width: 100%;
    height: 35em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

footer .container {
    max-width: 80em;
    padding: 0;
    padding: 0 1em;
}

.footer {
    width: 100%;
    background-color: #e9ecef;
    color: #454545;
}

.clear {
    clear: both;
}

.blogimg {
    background-position: center; 
    background-repeat: no-repeat;
    background-size: cover;
    background-color: grey;
    text-align: center;
    width: 17em;
    height: 17em;
}

.jumbotron, .gruen {
    background-color: rgb(232, 250, 225) !important;
}
.btn-success {
    background-color: #005b00;
}
.text-gruen {
	color: #005b00;
}
.btn-success:hover {
    background-color: #003400;
}

.pointer {
    cursor: pointer;
}

#editmode {
    color: #285AEB;
}
#editmode:hover {
    text-decoration: underline;
    cursor: pointer;
}

.ulink:hover {
	text-decoration: none;
}
