@charset "utf-8";
/* CSS Document */

.responsive {
    display: none;
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    /* INDEX */
    #header {
        height: 687px;
    }
    /* MAIN */
    #quicklinks {
        float: none;
        position: relative;
        padding: 0;
        width: 800px;
        margin-left: calc(50% - 400px);
        margin-right: 0;
    }
    .ql {
        float: left;
        position: relative;
        width: auto;
        height: 400px;
    }
    #nachOben {
        bottom: 130px;
    }

}

@media only screen and (min-width: 960px) and (max-width: 1024px) {
    /* INDEX */
    #header {
        height: 660px;
    }
    #headerImage {
        height: 660px;
    }
    #headerImage #owl-demo .item img {
        width: 1024px;
    }
    #index01 .index01-right,
    #index03 .index03-right {
        width: 54%;
    }
    #index01 .index01-left h4 {
        margin: 27px 0 0 20px;
    }
    #index02 .content-left h4 {
        margin-left: 20px;
    }
    /* MAIN */
    #mainMenue .menue {
        width: 93%;
    }
    #quicklinks {
        float: none;
        position: relative;
        padding: 0;
        width: 800px;
        margin-left: calc(50% - 400px);
        margin-right: 0;
    }
    .ql {
        float: left;
        position: relative;
        width: 400px;
        height: 400px;
    }
    #content01 .content-left {
        position: absolute;
        left: 30px;
        width: 38%;
    }
    #content01 .content-right {
        float: right;
        width: 54%;
        margin-right: 30px;
    }
    #content02 {
        background: linear-gradient(-90deg, #a71413 53%, #bf1f1e 53%);
    }
    #content02 .content-left {
        left: 60px;
    }
    #content02 .content-right {
        width: 47%;
    }
    #nachOben {
        bottom: 120px;
        right: 67px;
    }
    #footer {
        margin-top: 80px;
        padding: 0 30px;
        width: calc(100% - 60px);
    }
    #footer01 p {
        width: 36%;
    }
    #footer01 h4 {
        width: 50%;
    }
    .timeline .timeline-items .timeline-item.is-hidden {
        visibility: visible;
    }

}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    /* INDEX */
    .menue li {
        font-size: 15px;
    }
    #index01 {
        background: #bf1f1e;
        position: relative;
        width: 100%;
        height: 113px;
    }
    #index01 .index01-left {
        width: 42%;
        margin-left: 15px;
    }
    #index01 .index01-right p {
        font-size: 16px;
    }
    #index01 .index01-right,
    #index03 .index03-right {
        width: 56%
    }
    #indexbereich .content-left {
        width: calc(41% - 15px);
        padding-left: 15px;
    }
    #index03 .index03-left {
        margin-right: 2%;
        width: 39%;
    }
    #header {
        height: 632px;
    }
    #headerImage #owl-demo .item img {
        width: 959px;
    }
    /* MAIN */
    #mainMenue .menue {
        width: 93%;
    }
    #quicklinks {
        float: none;
        position: relative;
        padding: 0;
        width: 800px;
        margin-left: calc(50% - 400px);
        margin-right: 0;
    }
    .ql {
        float: left;
        position: relative;
        width: 400px;
        height: 400px;
    }
    #content01 .content-left {
        position: absolute;
        left: 30px;
        width: 38%;
    }
    #content01 .content-right {
        float: right;
        width: 54%;
        margin-right: 30px;
    }
    #content02 {
        float: left;
        position: relative;
        width: 100%;
        background: linear-gradient(-90deg, #a71413 53%, #bf1f1e 53%);
        height: 70px;
    }
    #content02 .content-left {
        left: 60px;
    }
    #content02 .content-right {
        width: 47%;
    }
    #quicklinks h4 {
        font-size: 30px;
    }
    #nachOben {
        bottom: 120px;
        right: 67px;
    }
    #footer {
        margin-top: 80px;
        padding: 0 30px;
        width: calc(100% - 60px);
    }
    #footer01 p {
        width: 45%;
    }
    #footer01 h4 {
        width: 50%;
    }
    .timeline .timeline-items .timeline-item.is-hidden {
        visibility: visible;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    /* INDEX */
    #header {
        height: 504px;
    }
    #headerImage #owl-demo .item img {
        width: 767px;
    }
    #header #logo {
        width: 17%;
        margin-top: 4px;
        margin-left: 47px;
    }
    #index01 .index01-right,
    #index03 .index03-right {
        width: 54%;
    }
    #index01 {
        background: none;
        height: 217px;
    }
    #index01 .index01-left {
        width: calc(100% - 90px);
        height: auto;
        background: #bf1f1e;
        padding-left: 90px;
        padding-bottom: 20px;
        margin-left: 0px;
    }
    #index01 .index01-left h4 {
        font-size: 36px;
    }
    #index01 .index01-right {
        width: calc(100% - 180px);
        padding-left: 90px;
        background: #a71413;
        height: auto;
        padding-right: 90px;
        padding-bottom: 20px;
    }
    .timeline .timeline-items .timeline-item.is-hidden {
        visibility: visible;
    }
    #indexbereich .content-left {
        width: calc(100% - 410px);
        padding: 0 0px 0 90px;
        height: 199px;
    }
    #indexbereich .content-right {
        width: 74%;
        padding-left: 90px;
        float: left;
    }

    #index02 .content-right p {
        margin: 16px 0 50px 0;
    }
    #index03 img {
        margin-left: 70%;
    }
    #index03 .index03-left p {
        margin-left: 82%;
    }
    #index03 {
        background: url(images/index03.jpg) no-repeat scroll right 241px;
        height: 625px;
    }
    #index03 .index03-right {
        margin-top: 27px;
        padding-left: 90px;
        width: 78%;
    }
    #nachOben {
        bottom: 110px;
    }
    #footer01 h4 {
        width: auto;
        font-size: 31px;
        margin-top: 15px;
    }
    #footer01 p {
        font-size: 13px;
        width: auto;
    }
    #footer02 p {
        text-align: center;
    }
    /* MAIN */
    #content01 .content-left {
        width: auto;
        top: -18px;
        left: 10%;
    }
    #content01 .content-right {
        width: calc(100% - 135px);
        margin-top: 230px;
        padding-right: 90px;
        padding-left: 45px;
    }
    #content02 {
        background: linear-gradient(-90deg, #a71413 56%, #bf1f1e 56%);
    }
    #content02 .content-left {
        width: 44%;
        top: -73px;
    }
    #content02 .content-left h4 {
        font-size: 28px;
        margin-left: 13px;
    }
    #content02 .content-right {
        width: 54%;
        margin-top: 4px;
    }
    #content02 .content-right p {
        font-size: 18px;
    }
    .ql {
        width: 400px;
        height: 400px;
        float: none;
        margin: 0 auto;
    }
    #quicklinks .ql:hover .ql-text {
        height: 375px;
        width: 100%;
    }
    #quicklinks h4 {
        font-size: 30px;
    }
    #quicklinks .ql:hover h4 {
        top: 60px;
    }
    #quicklinks .ql:hover p {
        top: 160px;
    }
    #quicklinks .ql:hover #ql-text02 p {
        margin-top: 30px;
    }
    #footer01,
    #footer02 {
        width: calc(100% - 40px);
        padding: 0 20px;
    }
    /* NAV */
    #mainMenue {
        float: right;
        padding-right: 90px;
        margin-top: 4px;
    }
    .nav_responsive {
        display: block;
        float: right;
        font-family: arial;
        left: 0;
        position: relative;
        top: -168px;
        width: 42px;
        z-index: 99999;
    }
    .menue.responsiveMenue li {
        list-style: none;
        float: right;
        font-size: 16px;
        font-weight: 400;
        padding-left: 25px;
        padding-top: 27px;
        color: #000;
        text-decoration: none;
        width: 47%;
        display: inline-block;
        transition: all 0.2s ease-in;
    }
    #mainMenue .menue.responsiveMenue {
        top: -170px;
        right: 120px;
    }
    .responsiveMenue {
        display: block;
    }
    .responsiveMenue.show {
        display: none;
    }

    .nav_responsive_activate {
        background: url("images/mainMenueResponsive.png") no-repeat scroll -27px 12px;
        box-shadow: none;
        cursor: pointer;
        display: inline-block;
        float: left;
        height: 17px;
        overflow: hidden;
        padding: 10px 13px 14px;
        text-indent: 9999px;
        width: 22px;
    }

    .nav_responsive_activate:hover,
    .nav_responsive_active:hover {
        cursor: pointer;
        cursor: hand;
    }

    .nav_responsive_active {
        background: url("images/mainMenueResponsive.png") no-repeat scroll 12px 12px;
        cursor: pointer;
        display: inline-block;
        float: left;
        height: 17px;
        overflow: hidden;
        padding: 10px 14px 14px;
        text-indent: 9999px;
        width: 22px;
    }
}

@media only screen and (max-width: 479px) {
    /* INDEX */
    #header {
        height: 300px;
    }
    #headerImage {
        height: 300px;
    }
    #headerImage #owl-demo .item img {
        width: 479px;
    }
    #header #logo {
        width: 23%;
        margin-top: 4px;
        margin-left: 10px;
        height: 89px;
    }

    #index01 {
        background: none;
        height: 217px;
    }
    #index01 .index01-left {
        width: calc(100% - 20px);
        height: 77px;
        background: #bf1f1e;
        padding-left: 20px;
        padding-bottom: 20px;
    }
    #index01 .index01-left h4 {
        font-size: 36px;
    }
    #index01 .index01-right {
        width: calc(100% - 40px);
        padding-left: 20px;
        background: #a71413;
        height: 160px;
        padding-right: 20px;
    }
    #index01 .index01-right a {
        width: auto;
    }

    .timeline .timeline-items .timeline-item.is-hidden {
        visibility: visible;
    }
    #indexbereich .content-left {
        width: 80%;
        padding: 0 0px 0 20px;
        height: 199px;
    }
    #indexbereich .content-right {
        width: 92%;
        padding-left: 20px;
        float: left;
    }
    #index02 .content-right p {
        margin: 16px 0 50px 0;
    }
    #index03 img {
        margin-left: 18%;
    }
    #index03 .index03-left p {
        margin-left: 30%;
    }
    #index03 {
        background: url(images/index03.jpg) no-repeat scroll right 291px;
        height: 676px;
    }
    #index03 .index03-left {
        width: 75%;
    }
    #index03 .index03-right {
        margin-top: 27px;
        padding-left: 20px;
        width: 89%;
    }
    #footer {
        margin-top: 45px;
    }
    #footer01 h4 {
        padding-left: 20px;
        width: auto;
        font-size: 33px;
    }
    #footer01 p {
        font-size: 13px;
        padding-right: 90px;
        width: auto;
        margin-top: 10px;
    }
    #footer02 p {
        text-align: center;
        height: 60px;
    }

    /* MAIN */
    #content01 .content-left {
        left: 20%;
        width: 59%;
        top: -24px;
    }
    #content01 .content-right {
        width: calc(100% - 40px);
        padding-left: 20px;
        margin-top: 150px;
        padding-right: 20px;
    }
    #content02 {
        background: #a71413;
        height: 115px;
    }
    #content02 .content-left {
        position: absolute;
        left: 20px;
        width: calc(100% - 20px);
        top: -80px;
    }
    #content02 .content-right {
        float: left;
        margin-top: 50px;
        padding-left: 20px;
        width: calc(100% - 20px);
    }
    #content02 .content-right p {
        font-size: 21px;
    }
    .ql {
        width: auto;
        height: 350px;
    }
    #quicklinks .ql:hover .ql-text {
        height: 350px;
    }
    #quicklinks h4 {
        font-size: 30px;
        top: 30px;
    }

    #quicklinks .ql:hover h4 {
        top: 30px;
    }
    #quicklinks .ql:hover p {
        top: 125px;
    }
    #quicklinks .ql:hover #ql-text02 p {
        margin-top: 20px;

    }
    #nachOben {
        bottom: 150px;
    }
    /* NAV */
    #mainMenue {
        float: right;
        padding-right: 10px;
        margin-top: 86px;

    }
    .nav_responsive {
        display: block;
        float: right;
        font-family: arial;
        left: 0;
        position: relative;
        top: -168px;
        width: 42px;
        z-index: 99999;
    }
    .menue.responsiveMenue li {
        list-style: none;
        float: right;
        font-size: 16px;
        font-weight: 400;
        padding-left: 25px;
        padding-top: 27px;
        color: #000;
        text-decoration: none;
        width: 58%;
        display: inline-block;
        transition: all 0.2s ease-in;
    }
    #mainMenue .menue.responsiveMenue {
        top: -170px;
        right: 50px;
    }
    .responsiveMenue {
        display: block;
    }
    .responsiveMenue.show {
        display: none;
    }

    .nav_responsive_activate {
        background: url("images/mainMenueResponsive.png") no-repeat scroll -27px 12px;
        box-shadow: none;
        cursor: pointer;
        display: inline-block;
        float: left;
        height: 17px;
        overflow: hidden;
        padding: 10px 13px 14px;
        text-indent: 9999px;
        width: 22px;
    }

    .nav_responsive_activate:hover,
    .nav_responsive_active:hover {
        cursor: pointer;
        cursor: hand;
    }

    .nav_responsive_active {
        background: url("images/mainMenueResponsive.png") no-repeat scroll 12px 12px;
        cursor: pointer;
        display: inline-block;
        float: left;
        height: 17px;
        overflow: hidden;
        padding: 10px 14px 14px;
        text-indent: 9999px;
        width: 22px;
    }
}
