*,
html {
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}

html {
   font: 400 18px/0 'Noto Sans', sans-serif; 
}

img {
    max-width: 100%;
    height: auto;
}

#wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /*background-image: url("../img/winter-bg-_c_tvb-mayrhofen-hippach-paul-suerth.jpg");*/
    background-image: url("../img/winter-bg-_c_tvb-mayrhofen-hippach-paul-suerth.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 120px 32px;
}

.header {
}
    .header h1 {
        color: #fff;
        font-weight: 700;
        font-size: 32px;
        line-height: 1.25;
        text-transform: uppercase;
        text-shadow: 0 3px 7px rgba(0, 0, 0, .35);
    }

.boxes-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}
    .boxes-wrap .box-item {
        position: relative;
        margin: 0 32px;
        background-color: rgba(215, 181, 117 , .9);
        border: 2px solid #fff;
        text-align: center;
    }
    .boxes-wrap .box-item:nth-child(1) {
        flex: 10;
        padding: 32px 48px 24px 48px;
    }
    .boxes-wrap .box-item:not(:nth-child(1)) {
        flex: 8;
        padding: 24px 32px;
    }
        .boxes-wrap .box-item a,
        .boxes-wrap .box-item a:link,
        .boxes-wrap .box-item a:hover,
        .boxes-wrap .box-item a:active,
        .boxes-wrap .box-item a:visited,
        .boxes-wrap .box-item a:focus {
            color: #fff;
            text-decoration: none;
        }     
            .boxes-wrap h2 {
                font-size: 26px;
                line-height: 1;
                font-weight: 400;
            }
            .boxes-wrap p {
                line-height: 1.5;
            }
            .boxes-wrap .box-image {
                flex-shrink: 0;
                margin-bottom: 24px;
            }
            .boxes-wrap .box-logo {
                position: absolute;
                top: 0;
                right: 0;
                transform: translate(40px, -64%);
                z-index: 2;
            }
            .boxes-wrap .box-item:nth-child(3) .box-logo {
                background-image: url("../img/sabrina-bg.png");
                background-position: center;
                background-repeat: no-repeat;
                background-size: 100% 100%;
                padding: 56px 24px;
                border-radius: 100%;
            }
                .boxes-wrap .box-logo img {
                    width: auto;
                    height: 150px;
                }
                .boxes-wrap .box-item:nth-child(1) .box-logo img {
                    width: auto;
                    height: 190px;
                }
                .boxes-wrap .box-item:nth-child(3) .box-logo img {
                    width: auto;
                    height: 40px;
                }
            .boxes-wrap .box-text {
                margin: 24px 0;
            }
            .boxes-wrap .box-morelink {
            }
                .boxes-wrap .box-morelink p {
                    display: inline-block;
                    background-color: #fff;
                    line-height: 32px;
                    padding: 0 16px;
                    font-size: 15px;
                    color: #d7b575;
                    font-weight: 700;
                    letter-spacing: .5px;
                }

@media (max-width: 1600px) {
    html {
       font-size: 16px; 
    }
    #wrapper {
        padding: 80px 24px 40px 24px;
    }
        .boxes-wrap .box-item {
            margin: 0 24px;
        }
        .boxes-wrap .box-item:nth-child(1) {
            padding: 32px 40px 24px 40px;
        }
        .boxes-wrap .box-item:not(:nth-child(1)) {
            padding: 24px;
        }
            .boxes-wrap .box-item:nth-child(3) .box-logo {
                padding: 44px 24px;
            }
                .boxes-wrap .box-logo img {
                    height: 120px;
                }
                .boxes-wrap .box-item:nth-child(1) .box-logo img {
                    height: 150px;
                }
                .boxes-wrap .box-item:nth-child(3) .box-logo img {
                    height: 32px;
                }
                .boxes-wrap h2 {
                    font-size: 24px;
                }
}

@media (max-width: 1400px) {
    #wrapper {
        padding-right: 16px;
        padding-left: 16px;
    }
        .boxes-wrap .box-item {
            margin: 0 16px;
        }
        .boxes-wrap .box-item:nth-child(1) {
            padding: 24px 32px 16px 32px;
        }
        .boxes-wrap .box-item:not(:nth-child(1)) {
            padding: 16px;
        }
            .boxes-wrap .box-logo {
                transform: translate(20px, -64%);
            }
            .boxes-wrap .box-item:nth-child(3) .box-logo {
                padding: 36px 20px;
            }
                .boxes-wrap .box-logo img {
                    height: 100px;
                }
                .boxes-wrap .box-item:nth-child(1) .box-logo img {
                    height: 125px;
                }
                .boxes-wrap .box-item:nth-child(3) .box-logo img {
                    height: 28px;
                }
}

@media (max-width: 1200px) {
    #wrapper {
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        padding-bottom: 16px;
    }
        .header {
            margin-bottom: 80px;
        }
        .boxes-wrap {
            flex-wrap: wrap;
            padding: 0;
        }
            .boxes-wrap .box-item {
                margin: 0;
            }
            .boxes-wrap .box-item:nth-child(1) {
                flex: none;
                width: 100%;
                margin-bottom: 16px;
                padding: 16px;
            }
            .boxes-wrap .box-item:not(:nth-child(1)) {
                flex: none;
                width: calc((100% - 32px) / 3);
            }
                .boxes-wrap .box-logo {
                    position: relative;
                    top: auto;
                    right: auto;
                    transform: none;
                    margin-bottom: 24px;
                }
                .boxes-wrap .box-item:nth-child(3) .box-logo {
                    background: none;
                    padding: 0;
                    border-radius: 0;
                    height: 100px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }
}

@media (max-width: 1000px) {
    .header h1 {
        font-size: 28px;
        text-align: center;
    }
}

@media (max-width: 820px) {
    .boxes-wrap .box-item:nth-child(1) {
        margin-bottom: 0;
    }
    .boxes-wrap .box-item:not(:nth-child(1)) {
        width: 100%;
        margin-top: 16px;
    }
        .boxes-wrap .box-item:nth-child(3) .box-logo {
            height: auto;
        }
}

@media (max-width: 420px) {
    .header h1 {
        font-size: 24px;
    }
}