@media (max-width: 1350px) {
    #kontakt .wrap {
        width: calc(100% - 60px);
        margin: 0 30px;
    }
}

@media (max-width: 1100px) {
    #leistungen li h3 {
        font-size: 20px;
    }

    #kontakt {
        font-size: 18px;
    }

    #kontakt .wpcf7-form-control-wrap {
        width: 100%;
    }

    #kontakt .left,
    #kontakt .right {
        padding: 40px;
    }

    #kontakt .right::before {
        top: 50px;
    }

    #leistungen li h3 {
        font-size: 18px;
    }

    #leistungen li {
        width: calc(18% - 25px);
    }

}

@media (max-width: 960px) {
    .content {
        padding: 0 30px;
    }

    .home .entry-title,
    h1.entry-title {
        font-size: 6vw;
    }

    #kontakt .left,
    #kontakt .right {
        width: 100%;
    }

    #kontakt .right::before {

        left: 40px;
        top: -20px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #3E3E3E;
    }

    .entry-content .hell ul.listelements > li {
        width: calc(50% - 14px);
        flex: initial;
        margin-bottom: 20px;
    }

    .entry-content ul.listelements {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #leistungen li {
        width: calc(50% - 15px);
        margin-bottom: 25px;
    }

    #leistungen {
        flex-wrap: wrap;
    }
}

@media (max-width: 767px) {




    h3 {
        font-size: 25px;
    }

    h2 {
        font-size: 30px;
    }

    .half .flex {
        flex-wrap: wrap;
    }

    .half .flex .img {
        width: calc(100% - 10px);
        margin: 0 auto 20px;

    }

    .entry-content .half ul.listelements {
        width: 100%;
        margin: 0;
    }

    .entry-content ul.listelements {
        flex-wrap: wrap;
    }

    #vita {
        top: 0;
        min-height: 100vh;
    }

    #vita .inside {
        max-height: calc(100vh - 40px);
    }
}

@media (max-width: 480px) {

    body.home,
    body {
        font-size: 18px;
    }

    #leistungen li {
        width: calc(100%);
        margin-bottom: 25px;
    }

    #headerbild {
        height: 60vh;
    }

    .home .entry-title,
    h1.entry-title {
        font-size: 30px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 20px;
    }

    .wp-custom-logo .title-area {
        max-width: 75%;
    }

    .entry-content .hell ul.listelements > li {
        width: 100%;
        margin: 0 0 20px;
    }

}

@media (max-width: 420px) {

    #kontakt .left,
    #kontakt .right {
        padding: 40px 20px;
        font-size: 16px;
    }

    .home .entry-title,
    h1.entry-title {
        font-size: 25px;
    }
}
