/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 568px) {
    .user-password .email-wrapper .email input {
        width: 100% !important;
    }
    #block-agb,
    #block-datenschutz {
        max-width: 95%;
        margin: 2% 5%;
    }
    #edit-previous {
        width: 30%;
        margin-left: 31%;
        margin-right: 30%;
    }
    .user-password .email-wrapper {
        display: block;
    }
    .user-password {
        padding: 0;
    }
    /* Responsiveness at page contact */
    .page-node-200 .main-wrapper.footer,
    .page-node-200 .main-wrapper.page-content {
        padding: 0 20px !important;
    }
    .user-password h2,
    .page-node-200 h2 {
        line-height: 2em;
    }
    .page-node-125 .main-wrapper .our-team-1,
    .page-node-125 .main-wrapper .our-team-2 {
        flex-direction: column;
    }
    .page-node-125 .main-wrapper .our-team-2 .underlined {
        margin-top: 15%;
    }
    .page-node-125 .main-wrapper .our-team-2 .orange-container {
        padding: 1em;
    }
    .page-node-125 .main-wrapper .our-team-2 {
        flex-flow: column-reverse;
    }
    .page-node-125 .main-wrapper .our-team-1 .col-9 {
        width: 100%;
    }
    .page-node-125 .main-wrapper .our-team-2 .col-6 {
        width: 100%;
    }
    .page-node-125 .main-wrapper .our-team-1 .col-3 {
        width: 100%;
    }
    .page-node-209 .main-wrapper .field--name-body {
        margin: 0;
        margin-bottom: 15%;
        padding: 5%;
        border-radius: 10px
    }
    ul.main-menu ul.submenu {
        display: none;
    }
    .active-menu .menu-wrap {
        overflow-y: hidden!important;
    }
}

@media only screen and (max-width: 992px) {
    .menu-wrap {
        background-color: #fff7f3 !important;
        color: #424242 !important;
        height: 38vh;
        max-width: 100%;
    }
    #edit-previous{
        width: 30%;
    }
    ul.main-menu li a {
        color: #424242 !important;
    }
    .close-mobile-menu {
        color: #424242;
        border-color: #424242;
    }
}