body{
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

.bg-img{
    min-height: 80vh;
    width: 100%;
    background-image: url(bg-ganzrund-landing.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.header{
    padding-top: 40px;
    justify-content: flex-end;
}

.header h1{
    color: white;
    font-weight: lighter;
    font-size: 28px;
}

h2{
    color: white;
    font-weight: bold;
}

h4{
    color: white;
    font-weight: lighter;
    line-height: 32px;
}

.content{
    color: white;
    height: 65vh;
    display: grid;
    align-content: end;
    width: 550px;
}

.content .promotion-box{
    border: 1px solid #fff;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.content .promotion-box p{
    margin-bottom: 0;
}

.content .promotion-box a{
    color: white;
}

footer{
    align-items: center;
    height: 20vh;
    font-size: 14px;
}

footer p{
    margin-bottom: 0;
}

footer img{
    max-width: 200px;
    margin-bottom: 20px;
}

.contact-data div:first-child{
    margin-right: 30px;
}

footer div:first-child{
    justify-content: space-between;
    align-items: end;
}

.big-link a {color: #000;font-weight: bold;font-size: 20px;}

@media screen and (max-width: 769px){
    footer div:first-child{
        flex-direction: column;
        align-items: normal;
    }

    footer .big-link{
        margin-top: 20px;
        color: #000;
    }
    .content{
    width: 100%;
    }
    h2 {font-size: 24px;}
    h4 {font-size: 18px;line-height: 26px;}
    .content .promotion-box{font-size: 15px;}
    footer {font-size: 11px;}
    .big-link a {font-size: 16px;}
    footer img{
    max-width: 160px;
    margin-bottom: 10px;}
}


@media screen and (max-width: 429px){
    .contact-data{
        flex-direction: column;
    }
}