@media (max-width: 1365px) {

    * {
        font-size: 16px;
        line-height: 1.6rem;
    }

    h2,
    h2 span {
        font-size: 2rem;
        line-height: 2.4rem;
    }

    .content-container.content-container--red-white-h h2,
    .content-container.content-container--red-white-h h2 span {
        font-size: 2.6rem;
        line-height: 3rem;
    }

    h2::after {
        height: .2rem;
        width: 2.4rem;
    }

    .content-container.content-container--red-white-h h2::after {
        height: .3rem;
        width: 5rem;
    }

    h3 {
        font-size: 1.4rem;
        line-height: 1.6rem;
    }

}

@media (max-width: 1023px), (hover: none) {

    .btn.btn--type-1:hover {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        transform: none;
    }

    .btn.btn--type-2:hover {
        color: #f22727;
    }

    .content-container.content-container--red-white-h .content {
        background: linear-gradient(to right, #f5e4e4 80%, #fff 80%);
    }

    header {
        background-color: #fff;
    }

    header nav.main {
        left: 25%;
        right: auto;
        width: 100vw;
    }

    header nav.main a:nth-child(4) {
        margin-right: 0;
    }

    header nav.main a:hover {
        color: #f22727;
    }
    header nav.main a:hover:before {
        height: 0;
    }

    header .tel {
        left: auto;
        right: 0;
    }

    header .tel:hover {
        color: #000;
    }

    main div.img {
        padding-top: 40%;
        width: 40%;
    }

    main div.img:hover > img {
        left: 30%;
    }
    main div.img:hover > div img {
        filter: grayscale(30%);
        right: 0;
    }

    main .partner-container .slick-prev,
    main .partner-container .slick-next {
        opacity: 1;
    }

    main .partner-container .partner a {
        filter: grayscale(0);
    }

    main .history {
        padding: 0;
    }

    main .history div {
        font-size: inherit;
        line-height: inherit;
    }

    main .content-container.content-container--white .box,
    main .content-container.content-container--red .box {
        box-shadow: 0 10px 20px -10px rgba(242, 39, 39, 1);
    }

    main .content-container.content-container--white .box:hover,
    main .content-container.content-container--red .box:hover {
        transform: none;
    }

    main .content-container.content-container--red .box > div:first-child a:hover {
        color: #000;
    }

    main .content-container .teaser-container {
        margin: 0 -1rem;
    }

    main .content-container .teaser-container .teaser {
        margin-left: 1rem;
        margin-right: 1rem;
        width: calc(33.333% - 2rem);
    }

    main .content-container .teaser-container.teaser-container--type-1 .teaser {
        opacity: 1;
    }


    main .content-container .teaser-container.teaser-container--type-1 .teaser img {
        transform: scale(1);
    }

    main .content-container .teaser-container.teaser-container--type-1 .teaser:hover p {
        padding: .5rem 0 0;
    }

    main .content-container .teaser-container.teaser-container--type-2 .teaser img {
        box-shadow: 0 10px 20px -10px rgba(242, 39, 39, 1);
        filter: grayscale(30%);
    }

    main .content-container .teaser-container.teaser-container--type-1 .teaser p span {
        font-size: inherit;
        line-height: inherit;
        opacity: .5;
    }

    main .content-container .teaser-container.teaser-container--type-2 .teaser:hover img {
        transform: none;
    }

}

@media (max-width: 1023px) {

    .anchor {
        padding-top: 6rem;
    }

    .anchor.anchor--type-1 {
        margin-top: 0;
        padding-top: 12rem;
    }

    .anchor.anchor--type-2 {
        margin-top: -6rem;
        padding-top: 6rem;
    }

    header nav.main {
        display: none;
    }

    header .content-container .content {
        padding-bottom: 1.5rem;
        padding-top: 1.5rem;
    }

    header .content,
    header .logo,
    header .logo img {
        height: 3rem;
    }

    header .tel {
        bottom: auto;
        left: auto;
        margin-left: 0;
        right: 0;
        transform: translateY(-50%);
        top: 50%;
    }

    main div.txt {
        float: left;
        margin-right: 1rem;
        width: calc(50% - 1rem);
    }

    main div.img {
        margin-left: 1rem;
        width: calc(50% - 1rem);
    }

    main .content-container:first-child .content {
        padding-top: 10rem !important; /* 6rem Header + 4rem normaler Padding */
    }

    main .content-container .text-box {
        padding: 0 4rem;
    }

    main .content-container.content-container--red .content {
        padding-bottom: 6rem;
        padding-top: 6rem;
    }

    main .content-container.content-container--red-white-v .box {
        margin-top: 5rem;
        padding: 4rem 4rem 6rem;
    }

    main .content-container.content-container--white .box,
    main .content-container.content-container--red .box {
        margin: 2rem 4rem;
    }

    main .content-container.content-container--white .box > div:nth-child(2) h2 {
        margin-top: 0;
    }

    main .content-container .teaser-container {
        margin: 0 3rem;
    }

    main .content-container .teaser-container .teaser {
        margin-top: 6rem;
        width: calc(50% - 2rem);
    }

    footer .content-container.content-container--greyred .content {
        padding-bottom: 2rem;
        padding-top: 2rem;
    }

    .job-offer {
        background-color: #f22727;
        border-radius: 0;
        bottom: 5.6rem;
        height: 2.5rem;
        right: 0;
        top: auto;
        transform: translateX(100%);
        width: auto;
    }

    .job-offer.active {
        transform: translateX(0);
    }

    .job-offer > span:nth-child(1),
    .job-offer > span:nth-child(2),
    .job-offer > span:nth-child(4) {
        display: none;
    }

    .job-offer > span:nth-child(3) {
        color: #fff;
        display: block;
        font-family: 'Roboto 700', sans-serif;
        line-height: 2.5rem;
        padding: 0 1rem;
        text-transform: uppercase;
    }
}

@media (max-width: 768px) {

    main .content-container.content-container--red-white-v .box {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    main .content-container .text-box {
        padding: 0 2rem;
    }

    main .content-container .teaser-container {
        margin: 0 1rem;
    }

    main .content-container.content-container--white .box,
    main .content-container.content-container--red .box {
        margin-left: 2rem;
        margin-right: 2rem;
    }

}

@media (max-width: 767px) {

    .to-top {
        background-size: 2.2rem auto;
        bottom: 1.1rem;
        height: 2.6rem;
        width: 2.6rem;
    }

    .to-top.active {
        right: 1.1rem
    }

    .anchor.anchor--type-1 {
        padding-top: 7rem;
    }

    h2,
    h2 span {
        font-size: 1.8rem;
        line-height: 2.2rem;
    }

    .content-container.content-container--red-white-h,
    .content-container.content-container--red-white-h .content {
        background: #f5e4e4;
    }

    .content-container.content-container--red-white-h h2,
    .content-container.content-container--red-white-h h2 span {
        font-size: 2.4rem;
        line-height: 2.6rem;
    }

    .content-container.content-container--red-white-h .content h2 {
        margin-top: 0;
    }

    main .content-container.content-container--red-white-v .box {
        margin-top: 3rem;
    }

    main .content-container.content-container--white.content-container--white--type-2 .content {
        padding-top: 1rem;
    }

    main div.txt {
        float: none;
        margin-right: 0;
        width: 100%;
    }

    main div.txt h2 br {
        display: none;
    }

    main div.img {
        display: none;
    }

    main .content-container.content-container--white .box > div:first-child,
    main .content-container.content-container--white .box > div:nth-child(2),
    main .content-container.content-container--red .box > div:first-child,
    main .content-container.content-container--red .box > div:nth-child(2) {
        width: 100%;
    }

    main .content-container.content-container--white .box {
        padding-bottom: 4rem;
        padding-top: 4rem;
    }

    main .content-container.content-container--white .box > div:first-child img {
        margin-bottom: 4rem;
        margin-left: 20%;
        width: 80%;
    }

    main .content-container.content-container--red .box > div:nth-child(2) {
        display: none;
    }

    main .content-container.content-container--red-white-v .box > img {
        display: none;
    }

    main .content-container .teaser-container .teaser {
        margin: 4rem 0 0;
        width: 100%;
    }

    main .partner-container {
        padding: 1.5rem 3rem 2.1rem;
    }

    main .partner-container .slick-prev {
        left: .5rem;
    }

    main .partner-container .slick-next {
        right: .5rem;
    }

    main .partner-container .partner a img {
        height: 3rem;
    }

    main .content-container.content-container--white .box, main .content-container.content-container--red .box {
        background-color: transparent;
        box-shadow: none !important;
        margin: 0;
        padding: 0;
    }

    main .content-container.content-container--white .box > div:first-child img {
        margin: 0 0 3rem;
        width: 100%;
    }

    main .content-container.content-container--white .box > div:nth-child(2) {
        padding: 0;
    }

    main .content-container.content-container--white .box,
    main .content-container.content-container--red .box {
        padding: 0 1rem;
    }

    footer .content-container.content-container--greyred .content {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    footer .content-container.content-container--greyred .content span {
        display: none;
    }

    footer .content-container.content-container--greyred .content nav {
        float: none;
        text-align: center;
        width: 100%;
    }

    footer .content-container.content-container--greyred .content nav a {
        margin: 0 1rem;
    }

    footer .content-container.content-container--grey .content {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

}

@media (max-width: 379px) {

    header .tel {
        background-size: auto 1.3rem;
        font-size: 0;
    }

}
