@media screen and (min-width: 768px) {
    a:hover,
    button:hover {
        border-bottom: 2px solid;
    }
    #pageheader #logo:hover {
        border: 0;
    }
    #pageheader {
        bottom: auto;
        text-align: left;
        top: 0;
        width: 100%;
    }
    body.scrolled #pageheader {
        -webkit-animation: .5s navin;
                animation: .5s navin;
        position: fixed;
        top: 0;
        width: 100%;
    }
    @-webkit-keyframes navin {
        0% {
            top: -65px;
        }
        100% {
            top: 0;
        }
    }
    @keyframes navin {
        0% {
            top: -65px;
        }
        100% {
            top: 0;
        }
    }
    #pageheader .nav {
        background: rgba(255, 255, 255, .9);
        max-height: calc(100vh - 145px);
        overflow: auto;
        padding: 3rem 0 2rem;
        position: absolute;
        right: 20px;
        width: calc(66.66vw - 33px);
    }
    #pageheader .nav a span {
        background-color: white;
        padding: 5px;
    }
    #pageheader .nav a:hover:after {
        height: 5px;
    }
    #pageheader .nav a:hover {
        border: 0;
    }
    label.opener__menu {
        top: 4.4rem;
    }
    body.scrolled label.opener__menu {
        top: 1rem;
    }
    #pageheader .wrapper {
        overflow: visible;
    }
    body.scrolled #pageheader #logo {
        height: 44px;
        margin-top: -6px;
        width: 128px;
    }
    body.scrolled #pageheader .wrapper {
        padding: 1em 20px;
    }
    body.scrolled #pageheader .nav {
        max-width: calc(100% - 140px);
        max-height: calc(100vh - 60px);
    }
    body.scrolled #pageheader .nav__secondary {
        top: -30px;
    }
    section.swiper-container.fullwidth {
        margin: 0 0 5em !important;
        max-width: 100% !important;
        width: 100% !important;
    }
    section.swiper-container.fullwidth.fullheight {
        height: 100vh;
    }
    section.swiper-container.fullwidth.fullheight .swiper-slide img {
        left: 50%;
        min-height: 100vh;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        max-width: auto !important;
        min-width: 100% !important;
        width: auto !important;
    }
    .twocol {
        -webkit-column-count: 2;
        -moz-column-count: 2;
            column-count: 2;
        -webkit-column-gap: 2.5em;
        -moz-column-gap: 2.5em;
            column-gap: 2.5em;
    }
    .boxes article {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%; /* notwendig für IE10 */
    }
    .boxes.news article:nth-child(n) {
        border: 0;
        border-right: 2px solid #24255D;
    }
    .boxes.news article:nth-child(3n+1) {
        border-left: 2px solid #24255D;
    }
    /* swiper styles edit */
    .swiper-container {
        /* margin: 0 auto 5em !important; */
        margin: 0 !important;
        max-width: 1100px !important;
        padding: 0 !important;
    }
    .swiper-pagination.swiper-pagination-bullets {
        bottom: 1em !important;
        top: auto !important;
    }
    .modul-contentslider .swiper-slide {
        padding: 2.5em 10em 5em !important;
    }
    .modul-imageslider .slider-text {
        font-size: 1.5em;
    }
    .modul-imageslider .slider-text.stripes {
        bottom: 15%;
        font-size: 1.5em;
        left: 2em;
        line-height: 1.5em;
        position: absolute;
        top: auto;
    }
    .modul-imageslider .slider-text.stripes span {
        background-color: rgba(255, 255, 255, .9);
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        display: inline-block;
        line-height: 1.625;
        padding: .125em .5em .125em .5em;
        margin-top: .25em;
    }
    .modul-imageslider .slider-text.stripes span.highlight {
        background-color: rgba(68, 102, 193, .9);
        color: white;
    }
    .inlineimage {
        max-width: calc(25% - 1em);
    }
    /* END swiper styles edit */
    #pagefooter {
        line-height: 1.5em;
    }
    #pagefooter .wrapper {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
            -ms-flex-direction: unset;
                flex-direction: unset;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding-bottom: 10px;
    }
    #pagefooter .nav__secondary {
        -webkit-box-ordinal-group: 16;
            -ms-flex-order: 15;
                order: 15;
    }
    #pagefooter #footermainnav, #pagefooter #footerasidenav {
        float: left;
        margin-right: 5em;
    }
    #pagefooter .contact {
        float: left;
        margin: 0;
    }
    #pagefooter .nav__secondary {
        float: right;
        margin: 0;
        padding: 0;
        text-align: right;
    }
    #pagefooter .nav__secondary::after {
        border: 0;
    }

    /* START: Tabellen-Styles */
    .modul-table tr:nth-child(even) td {
        background-color: white;
        border-color: white !important;
    }
    .modul-table th,
    .modul-table td {
        border: 2px solid white !important;
        display: table-cell;
        max-width: 25%;
        text-align: left;
    }
    .modul-table th {
        text-align: center;
    }
    .modul-table td:before {
        display: none;
    }
    .modul-table col {
        display: table-column;
    }
    .modul-table tfoot tr:nth-child(n) td {
        display: table-cell;
    }
    /* END: Tabellen-Styles */

    .modul-accordion li:hover {
        border-color: #24255D;
    }


    .cryptedmail.styled:hover,
    .cryptedtel.styled:hover {
        border-bottom: 2px solid #4466C1;
    }

    .herobanner .swiper-button-next, .herobanner .swiper-button-prev {
        top: 50% !important;
    }

    .modul-form {
        scroll-margin-top: 5em;
    }

    .flex-item:nth-child(n) {
        min-height: calc(100vw / 3 - 10px);
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .flex-item.flex-item__submenu,
    .flex-item.flex-content-item,
    .flex-item.flex-cta-item {
        height: unset;
    }
    .flex-item__submenu{
        margin-top: 2.5rem;
    }
    .flex-width-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%;
    }
    .flex-width-2,
    .flex-width-4,
    .flex-width-4:not(.flex-content-item) {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66%;
                flex: 0 0 66.66%;
        max-width: 66.66%;
    }
    .flex-content {
        padding: 0 20px 20px;
    }
    .flex-item.flex-order__l--30 {
        -webkit-box-ordinal-group: 31;
            -ms-flex-order: 30;
                order: 30;
    }
    .flex-item.flex-order__l--35 {
        -webkit-box-ordinal-group: 36;
            -ms-flex-order: 35;
                order: 35;
    }
    .flex-text p {
        max-height: 0;
        overflow: hidden;
        border-width: 0;
        margin-top: 0;
        padding-top: 0;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }
    .flex-item:hover .flex-text p {
        max-height: 300px;
        border-width: 1px;
        margin-top: 1.25em;
        padding-top: .25em;
    }
    .flex-item--nonemobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .modul-banner {
        min-height: calc(100vw / 3 - 10px);
    }
}