#section-menu #contact {
    display: none;
}

@media (max-width:1440px) {
    #header-content h5 {
        font-size: 20px;
    }
}

@media (max-width:1100px) {
    #logo {
        top: 0.5rem !important;
    }
    #logo svg {
        height: 7.5rem !important;
    }

    .menu-container {
        padding-right: 0;
    }

    #section-menu #contact {
        display: inline;
    }

    #header-content p {
        display: none;
    }

    #hmbrgr {
        display: block !important;
        top: 0.3rem;
    }

    #section-menu  {
        position: fixed;
        z-index: 101;
        top: 7.5rem;
        padding: 0;
        left: 0;
        display: none;
        background: #009d90;
        width: 100%;
        justify-content: center;
        padding: 1rem 0 0;
        line-height: 1.6;
        text-align: center;
    }

    body.scrolled #menu {
        padding-top: 3rem !important;
    }

    #section-menu a {
        color: #fff;
        font-size: 200%;
    }

    #menu.open #section-menu {
        display: flex;
    }

    .inline-menu li {
        display: block;
        margin-right: unset;
    }

    body #menu {
        padding-top: 9em;
        max-width: 100vw;
    }

    #header-content {
        right: 5rem;
        top: 1rem;
    }

    .headerpic .onpic {
        bottom: 0;
    }

    #content section {
        padding-top: 10em !important;
    }

    #content {
        font-size: 120%;
    }
}

@media (max-width:1079px) {
    .c-accordion.green .c-accordion-title {
        line-height: unset;
    }

    .c-accordion.green .c-accordion-item span {
        padding: 0 2rem 0 1rem;
    }
}

@media (max-width:840px) {
    #header-content h5 {
        font-size: 15px;
    }

    .footer-content h4 {
        margin-top: unset;
    }

    footer .col-3 {
        margin-bottom: 2rem;
    }

    .icon-phone,
    .icon-mail {
        padding-left: 45px;
        margin-left: -15px;
    }

    .icon-phone:before,
    .icon-mail:before {
        transform: scale(0.5);
    }

    body .icon-phone:before,
    body .icon-mail:before {
        top: -15px;
    }


    body.is-macos .icon-phone:before,
    body.is-macos .icon-mail:before {
        top: -15px;
    }
}

@media (max-width:650px) {
    #header-content h5 {
        font-size: 12px;
    }
}

@media (max-width:540px) {
    #header-content {
        /*display: none;*/
        position: absolute;
        margin-top: 120px;
        right: auto;
        left: 9.2em;
    }
    #logo {
        left: 1.5rem !important;
    }

    #logo svg {
        height: 8rem !important;
    }

    #menu {
        padding-top: 15em !important;
        width: 100%;
    }

    #menu ul {
        padding-bottom: 1rem;
    }

    #content {
        font-size: 150%;
        line-height: 1.3;
    }

    #content .onpic h1 {
        font-size: 210% !important;
    }

    #content .onpic h2 {
        font-size: 180% !important;
    }

    .c-section.headerpic {
        top: -12rem;
    }

    #content section:first-child {
        /*padding-top: 8.5rem;*/
    }

    #content section:nth-child(2) {
        margin-top: -12rem;
    }

    #content section {
        /*padding-top: 4em !important;*/
    }

    .ce-textpic.ce-left.ce-intext .ce-gallery {
       max-width: unset;
    }

    .content .frame-type-container.c-columns:not(.second) {
        display: flex;
        flex-direction: column-reverse;
    }

    .content h1 {
        max-width: unset;
    }

    .ce-textpic.ce-below .ce-gallery {
        .image {
            width: 100%;
        }

        .image-embed-item {
            width: 100%;
        }
    }

    .gallerycontent .item {
        min-width: 100%;
    }

    .ce-textpic .ce-gallery .ce-row {
        flex-wrap: wrap;
    }

    .c-accordion.green .c-accordion-title {
        font-size: 70%;
    }

    .c-accordion.green .c-accordion-title img {
        max-height: 70px;
        width: auto;
    }

    h5.text-center {
        font-size: 110%;
    }

    .c-section.contactform .bg-media {
        opacity: 0.4;
    }

    .bnav {
        padding-right: 110px;
    }

    .footer-content {
        padding-bottom: 3rem;
        font-size: 115%;
    }

    .subpage {
        max-width: 80%;
    }
}

@media (max-width:479px) {
    #hmbrgr {
        right: 1rem;
    }
    .headerpic .onpic {
        max-width: 77%;
    }
}

@media (max-width: 430px) {
    h5.text-center {
        font-size: 100%;
    }
}

@media (max-width: 400px) {
    #header-content h5 {
        font-size: 11px;
    }
}
