/* latin-ext */
@font-face {
    font-display: swap;
    font-family: "Rye";
    src:url("../fonts/rye-ext.woff2") format('woff2'),url("../fonts/Rye-Regular.ttf") format("truetype");
    font-weight:400;
    font-style:normal;
}
/* latin */
@font-face {
    font-display: swap;
    font-family: "Rye";
    src:url("../fonts/rye.woff2") format('woff2'),url("../fonts/Rye-Regular.ttf") format("truetype");
    font-weight:400;
    font-style:normal;
}

body {
    background-color: #f2f2f2;
    color: #555555;
}

.rye-regular {
    font-family: "Rye", serif;
    font-weight: 400;
    font-style: normal;
}

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

.profile_image {
    float: left;
    padding-right: 20px;
    width: 220px;
    height: auto;
}

section {
    margin: 50px 0;
    padding: 50px 0;
}

section.green {
    background-color: #82b440;
}

section.fbalance {
    text-align: center;
}



a {
    color: #82b440;
}
a:hover {
    color: #749337;
}
a:visited {
    color: #82b440;
}
a:active {
    color: #82b440;
}

.kontakt p {
    line-height: 1.7;
}
.kontakt h2 {
    padding-bottom: 20px;
}

.banner_overlay {
    background-color: rgba(0,0,0,60%);
}
.banner {
    background: #222222 url(../images/feuer.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    text-transform: uppercase;
    color: #82B440;
}
.banner .banner_container {
    padding: 6em 0 6em 0;
}

header.major {
    padding-bottom: 3em;
    text-align: center;
    text-transform: none;
}

section.fbalance p {
    font-size: 1.6em;
    color: #FFFFFF;
}

section.individuell-pferd dt {
    margin-top: 35px;
    padding-bottom: 10px;
    text-transform: uppercase;
    font-size: 1.2rem;
}

footer {
    margin: 50px 0 0 0;
    padding: 50px 0;
    background-color: #000000;
    color: #FFFFFF;
}

footer h2 {
    font-size: 1.2rem;
}

footer .legal-links {
    text-align: right;
}

@media (min-width: 1200px) {
    h1 {
        font-size: 4rem;
        line-height: 6rem;
    }

    h2, .h2 {
        font-size: 2.5rem;
    }
}

.pferd {
    padding-top: 50px;
}

@media (min-width: 768px) {
    .pferd {
        padding-top: unset;
    }
}