
@media (max-width: 730px) {
    body{
        font-size: 14px;
    }
    .navibutton{
        display: block;
    }
    #primary-menu{
        display: none;
    }
    #smart-menu-wrapper {
        top: 0px;
        padding-top: 40px;
        z-index: 900;
        background-color: #ffffff;
        width: 100%;
        min-height: 3000px;
    }
    .aside,
    #main-inner,
    .one-sidebar #main-content,
    .two-sidebars #main-content     {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .header-inner,
    .region-header-top,
    .region-navigation,
    .region-preface-top,
    .region-preface-bottom,
    .region-content-top,
    #content,
    .region-content-bottom,
    .region-postscript-top,
    .region-postscript-bottom,
    .region-footer,
    .region-footer-bottom {
        float: none;
        margin-left: auto;
        margin-right: auto;
        height: auto;
        width: 90%;
    }
    #main-inner {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }
    #main-content {
        order: 1;
        margin-bottom: 25px;
    }
    .sidebar-inner {
        float: none;
        width: 90%;
        margin: 0 auto;
    }
    .region-sidebar-second .content {
        width: 100%;
        font-size: 13px;
        text-align: center;
    }
    .region-sidebar-first {
        width: 100%;
        order: 2;
    }
    .region-sidebar-second{
        order: 3;
        width: 100%;
    }
    .region-footer{
        display: block;
    }

    /* Zeichnungsseite:suitability-check smartphone*/
    #ee-skills-shares-wrapper,
    #ee-experiences-shares-wrapper,
    #ee-skills-investment-wrapper,
    #ee-experiences-investment-wrapper,
    #ee-skills-nachrang-wrapper,
    #ee-experiences-nachrang-wrapper,
    #ee-skills-direct-wrapper,
    #experiences-details-nachrang-wrapper,
    #ee-experiences-direct-wrapper,
    #ee-skills-shares-wrapper,
    #experiences-details-direct-wrapper,
    #experiences-details-investment-wrapper,
    #experiences-details-shares-wrapper {
        width: 250px;
        display: block;
        margin-right: auto;
        margin-left:auto;
    }
    .ee-suitability-header {
        text-align: center;
        height: auto;
        margin-bottom:20px;
    }
    #ee-skills-title,
    #ee-experiences-title {
        width: auto;
    }
    #ee-skills-wrapper,
    #ee-experiences-wrapper {
        float: none;
        left: 0;
        position: static;
    }
    #suitability-check-wrapper {
        display:flex;
        flex-direction: column;
    }
    #ee-no-info-wrapper,
    .ee-suitability-wrapper {
        float: none;
        width: 100%;
    }
    .ee-suitability-header {
        width: 100%;
    }
    .ee-suitability-wrapper select {
        margin-left: 25px;
        width: 150px;
    }

}

@media screen and (max-width: 600px) {
    .eu-cookie-compliance-buttons.eu-cookie-compliance-has-categories {
        margin-top: 0px ;
    }
}

@media screen and (max-width: 520px) {
    .eu-cookie-compliance-categories-buttons {
        flex-direction: column;
    }
}
