.footer {
    background-color:#393939;
}
.footer-container {
    display:flex;
    flex-direction: column-reverse;
    padding-top:70px;
    padding-bottom:70px;
}
.footer-container .footer-right {
    display:flex;
    flex-direction: column;
}
.footer-image img {
    box-shadow: -5px 5px 20px rgba(0,0,0,0.3);
    transform: rotate(3.0000002deg);
    height:364px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.footer-text h4 {
    font-family: 'Lato';
    font-size:20px;
    line-height:24px;
    color:#FFFFFF;
    font-weight:900;
    margin-bottom:10px;
    margin-top:50px;
}
.footer-text p {
    font-family: 'Lato';
    font-size:18px;
    line-height:28px;
    color:#FFFFFF;
    font-weight:400;
}
.footer-text a {
    color:#FFF861;
    font-family: 'Lato';
    font-size:16px;
    line-height:28px;
    font-weight:900;
    text-decoration: none;
    margin-top:15px;
    display:block;
    position:relative;
}
.footer a:hover {
    text-decoration: underline;
}
.klick-pfeil-footer {
    position:absolute;
    left:110px;
    bottom:-25px;
    width:33px;
    height:33px;
}
.klick-pfeil-footer-button {
    position:absolute;
    left: 227px;
    bottom: 28px;
    width:33px;
    height:33px;
}
h3.footer-claim {
    color:#FFFFFF;
    font-family: '__Uni Sans_5';
    letter-spacing: 1px;
    font-size:55px;
    line-height:55px;
    font-weight:900;
    margin-top:73px;
    margin-bottom:0px;
}
h4.footer-subclaim {
    color:#FFFFFF;
    font-family: '__Uni Sans_5';
    letter-spacing: 1px;
    font-size:22px;
    line-height:26px;
    font-weight: 900;
    margin-top:10px;
    margin-bottom:30px;
}
.footer-buttons {
    display:flex;
    flex-direction: column;
}
.footer-buttons a {
    position: relative;
}
.footer-buttons button {
    width:225px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    border-radius: 4px;
    padding: 6px 0px 6px 0px;
}
.footer-buttons button:hover {
    cursor: pointer;
}
.footer-buttons .presse_button {
    background-color:transparent;
    border:1px solid #FFFFFF;
    color:#FFFFFF;
    margin-bottom:17px;
}
.footer-buttons .kontakt_button {
    background-color:#FFF861;
    border:1px solid #FFF861;
    color:#393939;
    margin-bottom:60px;
}
.footer-links {
    display:flex;
    flex-direction: column;
}
.footer-links a {
    font-family: 'Lato';
    color:#FFFFFF;
    font-size:16px;
    line-height:33px;
    font-weight: 300;
    text-decoration: none;
    display:block;
}
.footer-links a.social {
    color:#FFF861;
}
.footer-links .footer-links-left {
    margin-bottom:30px;
}

@media(min-width:600px){
    h3.footer-claim {
        font-size:60px;
        line-height:60px;
    }
    h4.footer-subclaim {
        font-size:24px;
        line-height:26px;
    }
}
@media(min-width:750px){
    .footer-container .footer-right {
        display:flex;
        flex-direction: row;
    }
    .footer-links {
        flex-direction: row;
    }
    .footer-links .footer-links-left {
        margin-bottom:0px;
        margin-right:80px;
    }
    .footer-buttons {
        flex-direction: row;
    }
    .footer-buttons .presse_button {
        margin-bottom:0px;
        margin-right:17px;
    }
    .footer-text {
        margin-left:50px;
        display:flex;
        flex-direction: column;
        justify-content: center;
    }
    .footer-text h4 {
        margin-top:0px;
    }
    h3.footer-claim {
        font-size:65px;
        line-height:65px;
        margin-top:98px;
    }
    .footer-container {
        padding-top:75px;
        padding-bottom:75px;
    }
}

@media(min-width:1000px){
    h3.footer-claim {
        font-size:70px;
        line-height:70px;
    }
    .footer-container {
        padding-top:100px;
        padding-bottom:100px;
        flex-direction: row;
        justify-content: space-between;
    }
    .footer-container .footer-right {
        flex-direction: column;
        max-width:405px;
    }
    h3.footer-claim {
        margin-top:10px;
    }
    .footer-buttons {
        flex-direction: column;
    }
    .footer-image img {
        margin:0px 0px 40px 8px;
    }
    .footer-buttons .presse_button {
        margin-bottom: 17px;
        margin-right: 0px;
    }
    .footer-buttons .kontakt_button {
        margin-bottom:80px;
    }
    .klick-pfeil-footer-button {
        bottom: 45px;
    }
    .footer-text {
        margin-left:0px;
    }
}

@media(min-width:1200px){
    h3.footer-claim {
        font-size:75px;
        line-height:75px;
    }
}

@media(min-width:1400px){
    .footer-buttons {
        flex-direction: row;
    }
    .footer-buttons .presse_button {
        margin-bottom:0px;
        margin-right:17px;
    }
    .footer-buttons .kontakt_button {
        margin-bottom: 60px;
    }
    .klick-pfeil-footer-button {
        bottom: 28px;
    }
}

@media(min-width:1600px){
    .footer-container .footer-right {
        display:flex;
        flex-direction: row;
        max-width:640px;
    }
    .footer-text {
        margin-left:50px;
        justify-content: flex-start;
        margin-top:70px;
    }
    .footer-image img {
        margin:0px;
    }
}