html {
    min-width: 320px;
}
@font-face {
    font-family: "Merriweather Bold";
    src: url("../fonts/MerriweatherSans-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "Merriweather Regular";
    src: url("../fonts/MerriweatherSans-Regular.ttf") format("truetype");
}
body {
    margin: 0;
    color: #000000;
    font-size: 16px;
    line-height: 1.6em;
    font-family: Merriweather Regular, sans-serif;
}
a {
    text-decoration: none;
    transition: 0.2s ease-out;
    display: inline-block;
    color: #98bf0c;
}
a:hover {
    opacity: 0.7;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
    font-weight: normal;
}
h1,
.text-box>h2 {
    font-family: Merriweather Bold, sans-serif;
    font-size: 26px;
    line-height: 31px;
}
h2 {
    font-family: Merriweather Bold, sans-serif;
    font-size: 22px;
    line-height: 27px;
}
.content-holder {
    width: 100%;
    /* max-width: 1200px; */
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
}
.logo-wrapper {
    margin-top:40px;
    margin-bottom:40px;
}
.logo-wrapper .logo {
    min-width: 100px;
    height:140px;
    background: url("./logo_grabfeldallianz_neu.svg") no-repeat;
}
.padding-frame {
    padding: 0 40px;
}
@media only screen and (max-width: 659px) {
    .padding-frame {
        padding: 0 20px;
    }
}
.text-box {
    margin-top: 30px;
}
.text-box .text-image-wrapper {
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
}
.text-box .text-image-wrapper .text {
    flex-basis:75%;
    flex: 1 1 75%;
}
.text-box .text-image-wrapper .image {
    flex-basis:25%;
    flex: 1 1 25%;
    min-width:200px;
    max-width:280px;
}
.text-box .text-image-wrapper .image img{
    display:inline-block;
    max-width:100%;
}
.text-box .image-nav-wrapper {
    display:flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    gap:15px;
}
.text-box .image-nav-wrapper .image {
    max-width:320px;
}
.text-box .image-nav-wrapper .image img{
    display:inline-block;
    max-width:100%;
}
.text-box .image-nav-wrapper nav.menu {
    align-content: center;
}