@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Lato Regular'), local('Lato-Regular'), url(../fonts/Lato-Regular.ttf) format('ttf');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
    @font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Lato Bold'), local('Lato-Bold'), url(../fonts/Lato-Bold.ttf) format('ttf');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html{
    margin:0;
    padding:0;
    width: 100%;
    max-width: 100%;
}
body{
    font-family:'Lato', sans-serif;
    font-weight: 300;
    margin:0;
    padding:0;
    width: 100%;
    min-width: 280px;
    min-height: 100vh;
    position:relative;
    color: #666666;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}
body,body *{
    box-sizing: border-box;
}
h1{
    color: #7c8f6a;
    font-weight: 500;
    font-size: 25px;
    margin: 50px 0;
}
h1 small{
    white-space: nowrap;
}
h3,h4{
    font-size: 20px;
}
p{
    color: #666666;
    font-weight: 300;
    font-size: 20px;
    margin: 50px 0;
     line-height: 1.5;
}
article.content{
    flex: 2 1 600px;
}
article.content h1,article.content p,article.content ul{
    margin-right: 10px;
}
a{
    text-decoration: none;
    transition: color 0.5s ease-in;
    color:#666666;
}
article a:hover{
    color:#8bc175;
}
ul{
    color: #666666;
    margin: 0;
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 2;
    list-style: none;
    padding: 0;
}
ul li{
    position: relative;
    padding-left: 2rem;
    text-indent: -2rem;
}
ul li:before{
    content: "• ";
    color: #95bf6a;
}
.kontaktwrapper{
    background-color: #95bf6a;
    position: relative;
    flex: 1 1 300px ;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    padding: 50px;
    overflow: hidden;
}
.kontaktwrapper:before{
    width: 100%;
    max-width: 500px;
    height: 100%;
    top: 5%;
    right: 30%;
    content: "";
     background-image: url(../images/logo-weiß_andrea_struck.png);
    background-size: 140%;
    background-repeat: no-repeat;
    background-position: bottom right;
    position: absolute;
}
.kontaktdaten p, .kontaktdaten a{
    color: #fff;
}
.kontaktdaten, footer{
    flex: 1 1 500px;
    align-self: flex-end;
    z-index: 1;
}
article.content{
    padding: 70px 95px;
}
footer{
    position: relative;
}
footer p, footer a{
    font-size: 15px;
    color: #fff;
}
.flex{
    display:flex;
    flex-flow: row wrap-reverse;
}
header{
    margin-bottom: 20vh;
}
header a, header img{
    display: block;
}
.logo{
    width: 45%;
    min-width: 250px;
    margin-left: auto;
}
.image{
    margin: 50px auto;
    text-align: center;
    align-self: flex-start;
    width: 100%;
    max-width: 300px;
    display: block;
}
.image img{
    width: 100%;
}
@media (max-width: 900px){
    header{
        margin-bottom: 5vh;
    }
    article.content{
    padding: 60px 7%;
}
    .logo{
        margin: 0px auto; 
        width:80%;
        max-width: 400px;
    }
    .image{
        margin: 10px 0;
        width: 30%;
        min-width: 220px;
        margin-right: 30px;
        margin-left: -15px;
    }
    h1, p{
        font-size:18px;
        line-height: 1.5em;
    }
    h3,h4{
    font-size: 18px;
}
    ul{
        font-size: 18px;
        line-height: 2em;
    }
footer a, .kontaktdaten p{
        font-size: 17px;
        line-height: 1.5em;
    }
    .kontaktwrapper{
    padding: 50px 7%  0;
}
.kontaktwrapper:before{
    right: auto;
    left: 0;
    top: 0;
}
}