html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5 {
    color: #1A5C16;
}

#content h1, #content h2, #content h3, #content h4, #content h5 {
    padding: 5px 10px;
    background: #ede4df;
}

a {
    color: #1A5C16;
}

a:hover {
    color: black;
}

a:focus {
    color: black;
}


:target:before {
    display: block;
    content: " ";
    height: 60px;      /* Give height of your fixed element */
    margin-top: -60px; /* Give negative margin of your fixed element */
    visibility: hidden;
}
.navbar-default .navbar-nav > li > a {
    color: white;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #E6DDBC;
}

.navbar-default .navbar-nav > li > a:focus {
    color: #E6DDBC;
}

.navbar-default .navbar-brand {
    color: white;
}

.navbar-default .navbar-brand:hover {
    color: #E6DDBC;
}

.navbar-default .navbar-brand:focus {
    color: #1072ba;
}

.navbar-default {
    background-color: #1A5C16;
    border-color: #1A5C16;
    margin-bottom: 0px;
    box-shadow: 0 3px 1px rgba(26, 92, 22, .5);
}

.offset:before {
    display: block;
    content: " ";
    height: 60px;
    margin-top: -60px;
    visibility: hidden;
}

#jumbotron_img1 {
    background-position: 20% 45%;
    background-image: url(../Bilder/jumbotron1.jpg);
}

#jumbotron_img2 {
    background-position: 0% 30%;
    background-image: url(../Bilder/jumbotron2.jpg);
}

#jumbotron_img3 {
    background-position: 0% 15%;
    background-image: url(../Bilder/jumbotron3.jpg);
}

#jumbotron_img4 {
    background-position: 0% 40%;
    background-image: url(../Bilder/jumbotron4.jpg);
}

.header_img1 {
    margin-top: 15px;
    padding-left: 5px;
    margin-bottom: 10px;
    width: 200px;
}

.header_img2 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-right: 5px;
}

#jumbotron {
    padding-top: 50px;
}

.carousel, .item, .active {

}

.carousel-inner {

}

.jumbotron {
    margin-bottom: 0px;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    height: 400px;

}

footer {
    box-shadow: 0 -3px 1px rgba(26, 92, 22, .5);
    background: #1A5C16;
    position: fixed;
    bottom: 0px;
    text-align: center;
    padding: 10px;
    width: 100%;
}

footer > a {
    color: white;
    padding-left: 5px;
    padding-right: 5px;
}

footer > a:hover {
    color: #E6DDBC;
}

footer > a:focus {
    color: #E6DDBC;
}

.footer-active {
    color: #E6DDBC;

}

.content {
    font-size: 1.3em;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.centerText {
    text-align: center;
}

a {
    cursor: pointer;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .headline {

    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .headline {

    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .headline {

    }
}

.headline {
    margin-top: -50px;
    padding-top: 50px;
    width: 900px;
    background-color: rgba(26, 92, 22, .5);
    display: block;
    float: left;
    box-sizing: border-box;
    border-bottom-right-radius: 800px 500px;
    -moz-border-bottom-right-radius: 800px 500px;
    -webkit-border-bottom-right-radius: 800px 500px;
}


