@media screen and (max-width: 1500px) {
    .textbox {
    font-size: 22px;
    line-height: 28px;
}
}
@media screen and (max-width: 1200px) {
    h1 {
        font-size: 54px;
        left: 10% !important;
    }
    h1.left {
        left: auto !important;
        font-size: 44px;
        padding: 12px 60px 6px 14px;
    }
    .textbox {
        font-size: 20px;
        line-height: 26px;
    }
    div.navigation li a {
        font-size: 24px;
    }
}
@media screen and (max-width: 800px) {
    .fp-tableCell {
        vertical-align: top;
    }
    h1 {
        font-size: 54px;
        left: 5% !important;
        display: block;
        position: relative;
        top: 0;
        margin-top: 140px;
        opacity: 1 !important;
    }
    h1.left {
        left: 5% !important;
        right: auto !important;
        font-size: 39px;
        padding: 12px 14px 6px 14px;
    }
    .textbox {
        font-size: 22px;
        line-height: 32px;
        position: relative;
        width: 90%;
        height: auto;
        margin-left: 5%;
        margin-top: 100px;
        margin-bottom: 130px;
        padding: 20px;
        opacity: 1 !important;
        background: rgba(51, 51, 51, 0.4);
    }
    .hell {
        background: rgba(200, 200, 200, 0.4);
    }
    .textbox h2 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 40px;
        margin-top: 12px;
    }
}
@media screen and (max-width: 500px) {
    h1 {
        font-size: 40px;
        left: 5% !important;
        display: block;
        position: relative;
        top: 0;
        margin-top: 270px;
        opacity: 1 !important;
    }
    div.section .bgimage {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0 !important;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        background-size: contain;
        background-position: -500px 0;
        -webkit-transition: all 1.2s ease-in-out;
        -moz-transition: all 1.2s ease-in-out;
        -o-transition: all 1.2s ease-in-out;
        -ms-transition: all 1.2s ease-in-out;
        transition: all 1.2s ease-in-out;
    }
    div.active .bgimage {
        background-position: 0 0;
        opacity: 1 !important;
        -webkit-transition: all 1.2s ease-in-out;
        -moz-transition: all 1.2s ease-in-out;
        -o-transition: all 1.2s ease-in-out;
        -ms-transition: all 1.2s ease-in-out;
        transition: all 1.2s ease-in-out;
    }
    div.section .textbox {
        font-size: 18px;
        line-height: 26px;
        position: relative;
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 10px;
        margin-bottom: 180px;
        padding: 20px;
        opacity: 0 !important;
        background: transparent !important;
        color: #36333c;
        -webkit-transition: all 1.2s ease-in-out;
        -moz-transition: all 1.2s ease-in-out;
        -o-transition: all 1.2s ease-in-out;
        -ms-transition: all 1.2s ease-in-out;
        transition: all 1.2s ease-in-out;
    }
    div.active .textbox {
        opacity: 1 !important;
    }
    .textbox h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 14px;
        margin-top: 0px;
    }
    h1.left {
        left: 4% !important;
        right: auto !important;
        font-size: 32px;
        line-height: 36px;
        padding: 12px 14px 6px 14px;
        background: rgba(0, 0, 0, 0.3);
        color: #fff;
}
    .vc-container {
        zoom: 0.6;
    }
    .iScrollLoneScrollbar {
        display: none;
    }
    .audioplayer {
    bottom: 80px;
    }
    div.navigation {
        padding-top: 120px;
        background: rgba(181, 181, 181, 0.9);
    }
    div.navigation li a {
        font-size: 20px;
    }
    .vc-container {
        display: none;
    }
    #section-kontakt .textbox {
    opacity: 1 !important;
    padding-top: 90px;
}
    .textbox a {
    color: #000;
}
}