.textblockOne p {
    margin-bottom: 100px;
    font-size: 20px !important;
    line-height: 30px !important;
}

#frontpage-headerTexts {
    position: absolute;
    top: 132px;
    height: 640px;
    width: 100%;
    display: flex;
    align-items: center;
}

#frontpageHeaderBtn {
    display: block;
    background-color: #D10A11;
    color: #fff;
    margin: 50px auto 0 auto;
    padding: 20px 30px;
    text-align: center;
    font-size: 18px;
    font-family: "Arial";
    text-decoration: none;
    border-radius: 5px;
}

.slides {
    height: 600px;
}

.slide-group {
    height: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
}

.slide-group__headerbox {
    position: absolute;
    bottom: 0;
    left: 0;
    min-height: 50%;
    min-width: 40%;
    padding: 40px 50px;
    max-width: 45%;
    color: white;
}

.slide-group__headerbox__headline {
    text-align: left;
    color: inherit;
}

.slide-group__headerbox__subheadline {
    text-align: left;
    font-size: 30px;
    line-height: 30px;
}

.slide-group__cta {
    height: 100%;
    width: 100%;
    display: block;
    text-decoration: none;
    color: inherit;
}

    .slide-group__cta:hover {
        color: inherit;
    }

.flex-control-nav {
    bottom: 20px;
}

/*Textbox with image */
.textboxwimage-container {
    padding: 30px;
}

.textboxwimage-container__inner {
    display: flex;
    flex-direction: row;
}

    .textboxwimage-container__inner.reverse {
        flex-direction: row-reverse;
    }

.textboxwimage-container__inner__image {
    flex: 0 0 30%;
}

    .textboxwimage-container__inner__image > img {
        width: 100%;
    }

.textboxwimage-container__inner__text {
    padding: 0 20px;
}

@media (max-width: 767px) {
    .textboxwimage-container__inner {
        flex-direction: column;
    }

    .textboxwimage-container__inner__text {
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    .textblockOne p {
        margin-bottom: 30px !important;
        font-size: 16px !important;
        line-height: 24px !important;
    }

    #frontpage-headerTexts {
        top: 60px;
        height: 533px !important;
    }

    #frontpageHeaderBtn {
        padding: 0 30px;
        line-height: normal;
        height: 50px;
        margin-left: auto;
        margin-right: auto;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .flex-control-nav {
        bottom: 0px;
    }

    .flexslider {
        margin: 0 0 30px;
    }

    .slide-group__headerbox {
        max-width: 100%;
        min-height: 30%;
        padding: 10px 40px;
    }

    .slide-group__headerbox__headline {
        font-size: 20px;
    }

    .slide-group__headerbox__subheadline {
        font-size: 10px;
        line-height: inherit;
    }

    .slides {
        height: 300px;
    }
}

@media (max-width: 992px) {
    .textblockOne p {
        margin-bottom: 50px;
    }

    #frontpage-headerTexts {
        top: 60px;
        height: 640px;
    }
}

@media (min-widtH: 992px) {
    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
