@charset "UTF-8";

body {
    margin: 0;
}
@media (orientation: portrait) {
    body {
        padding-bottom: 62px;
    }
}
@media (orientation: portrait) AND (min-width: 960px) {
    body {
        padding-bottom: 72px;
    }
}

body, button, input, select, textarea {
    font-family: sans-serif;
    color: #4e7d15;
    font-size: 14px;
    line-height: 1.231;
    font-weight: 100;
}
@media (min-width: 960px){
    body, button, input, select, textarea {
        font-size: 18px;
    }
}
body > div {
    box-sizing: border-box;
}
img, object, embed, video {
    max-width: 100%;
}
.uk-section {
    padding: 0 !important;
    margin: 20px;
}
@media (min-width: 960px){
    .uk-section {
        margin: 30px;
    }
}

.header {
    text-align: center;
    margin: 15px;
}
@media (min-width: 960px){
    .header {
        margin: 30px;
    }
}
.header-image {
    margin: 0 !important;
    background: url(../images/IMG_2471_1900x1267.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.header-image > .placeholder {
    height: calc(33.94768133vw - 15px);
}
@media (min-width: 640px){
    .header-image > .placeholder {
        height: calc(33.94768133vw - 30px);
    }
}
@media (min-width: 960px){
    .header-image > .placeholder {
        height: calc(33.94768133vw - 40px);
    }
}
@media (min-width: 1280px){
    .header-image > .placeholder {
        height: 407.372175981px;
    }
}
.link-section {
    text-align: center;
    margin-top: 0;
    margin-left: -10px;
    margin-right: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}
@media (min-width: 960px) {
    .link-section {
        margin-top: 10px;
    }
}

.link-section > a {
    display: inline-block;
    padding-top: 20px;
    padding-left: 10px;
    /*    width: 454px;
        max-width: 66.6666%;*/
    width: 50%;
    box-sizing: border-box;
}
/*@media (min-width: 960px) {
    .link-section > a {
        width: 50%;
    }
}*/
.link-section img {
    /*    width: 414px;
        max-width: 66.6666%;*/
    max-width: 100%;
    /*    border: 2px solid #2c7fc5;
        border-radius: 10px;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        background-color: #2c7fc5;*/
}
.text-bereich {
    line-height: 1.6;
}
.text-bereich .pfeile {
    font-weight: 800;
    font-family: arial;
    font-size: 1.5em;
    line-height: 1;
}
.logos img {
    max-width: 49%;
    height: 88px;
}
.footer {
    margin: 0 !important;
    margin-top: 20px !important;
    text-align: center;
    padding: 10px 0 !important;
    color: #ffffff;
    background: #4e7d15;
  }

@media (min-width: 960px) {
    .footer {
        margin-top: 30px !important;
    }
}

@media (orientation: portrait) {
    .footer {
        margin-top: 0 !important;
        position: fixed;
        bottom: 0;
        width: 100%;
    }
}
.footer a {
    color: #ffffff;
}

*:not(:hover) > .tbx-show-hover {
    display: none;
}
*:hover > .tbx-show-nohover {
    display: none;
}