.heading-contact {
    padding-bottom: 8px;
    padding-top: 22vh;
}

.date {
    font-family: 'Lora', "Times New Roman", serif;
    font-weight: normal;
}

.indicators {
    position: fixed;
    bottom: 5%;
    top: auto;
    vertical-align: middle;
}

.contact {
    padding-top: 10%;
}

.start {
    padding-top: 5%;
}

.start-image {
    padding-left: 5%;
}

.center {
    padding-top: 20%;
}

a:link {
    color: white;
}

h1, h2, h3, h4, h5 {
    font-family: 'Lora', "Times New Roman", serif;
}

div {
    font-family: Geneva, Tahoma, sans-serif;
    width: 100%;
}

nav {
    z-index: 99;
}

body {
    background-image: url("./../resources/fachwerk-002.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.overlay {
    background: linear-gradient(rgba(14, 95, 46, 0.1), rgba(14, 95, 46, 0.6) 60%);
    min-height: 100vh;
}

.container {
    width: 75%;
}

@media only screen and (max-width: 767px) { 
    body { 
        background-image: url("./../resources/fachwerk_small-004.png"); 
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .overlay {
        background: linear-gradient(rgba(14, 95, 46, 0.1), rgba(14, 95, 46, 0.6) 30%);
        min-height: 100vh;
    }
}

@media only screen and (max-width: 576px) {
    .container{
        width: 100%;
    }
}