@font-face {
    font-family: 'open_sansregular';
    src: url('./fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('./fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('./fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('./fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('./fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'satisfyregular';
    src: url('./fonts/satisfy-regular-webfont.woff2') format('woff2'),
         url('./fonts/satisfy-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* hyphens */
   -moz-hyphens: manual;
   -o-hyphens: manual;
   -webkit-hyphens: manual;
   -ms-hyphens: manual;
   hyphens: manual; 

.container {
    max-width: 1160px;
}

body {
    font-size: 14px;
    font-family: 'open_sansregular', sans-serif;
}

a {
    color: #439500;
    font-family: 'open_sansbold', sans-serif;
}

a:hover {
    color: inherit;
}

h1 {
    text-transform: uppercase;
    color: #439500;
    letter-spacing: 0.1em;
    font-size: 2em;
    margin-top: 3em;
}

main {
    margin-top: 20px;
}

.navbar-brand {
    position: absolute;
    z-index: 1030;
    margin-top: 10%;
}

.navbar-brand img {
    max-height: 75px;
    width: auto;
}

.containertrenner {
    position: relative;
    text-align: center; 
}

.pferde {
    position: relative;
    top: 0px;
    text-align: center;
    overflow: hidden;
    border-radius: 20px 20px 0px 0px;
}

.pferde img{
    width: 100%;
    max-height: auto;
}

.gras {
    display: block;
    width: 100%;
    height: auto;
    z-index: 40;
    position: absolute;
    bottom: 0px; 
    overflow: hidden;
}

.quote {
    font-family: 'satisfyregular';
    font-size: 4em;
    color: #439500;
    text-align: center;
    line-height: 1.3em;
    margin-top: 1em;
}

.author {
    text-align: right;
    margin-bottom: 7em; 
    font-family: 'open_sanssemibold', sans-serif;
}

.footer {
    font-family: 'open_sansregular', sans-serif;
    color: #fff;
    background-color: #439500;
    margin-bottom: 20px;
    border-radius: 0px 0px 20px 20px;
    padding: 20px 0px;
}

footer a {
    color: #fff;
}

footer .gras {
    bottom: 20px;
}

footer img {
    width: 100%;
    height: auto;
}

.impressum {
    column-count: 3;
    margin-top: 3em;
    margin-bottom: 7em;
}

.impressum h1 {
    margin-top: 0em;
}