
/*=================================================================
    HEADER
    =============================================================*/

    a#logo {
        height: 70px;
        width: 90px;
        margin-bottom: 0;
    }
    a#logo img {
        display: none;        
    }
    .region-header {
        margin-bottom: 15px;
        display: none;
    }
    #block-service-links-service-links {
        display: none;
    }
    #header .block-service-links .content {
        float: right;
    }
    .region-header #block-menu-menu-toolbar {
        display: none;
    }    
    .mobile-menu {
        background: url("../img/menu-mobile.png") no-repeat scroll center center #005395;
        float: right;
        height: 70px;
        width: 70px;        
        color: transparent;
        cursor: pointer;
    }
    .mobile-menu.active {
        background-color: #FFCB05;      
    }
    #navigation .menu-name-main-menu.menu-level-1 li ul {
        display: block;
    }



/*=================================================================
    NAVIGATION
    =============================================================*/
    
    #navigation .menu-level-1 {
        display: none;
    }
    #navigation .menu-name-main-menu.menu-level-1 li ul {
        padding: 10px 0;
        background-color: #FFCB05;
    }
    #navigation .menu-name-main-menu.menu-level-1 li li {
        margin-bottom: 0;
    }
    #navigation .menu-name-main-menu.menu-level-1 li li a {
        background-color: transparent;
        font-size: 14px;
        padding-top: 0;
        padding-bottom: 0;
    }
    #navigation .menu-name-main-menu.menu-level-2 {
        display: none;
    }


/*=================================================================
    CONTENT
    =============================================================*/

    /* -- ADRESSEN - */
            
    .storelocator-panel,
    .stratenplan-map { 
        width: 100%;
        clear: both;
    }
    .storelocator-panel {
        height: auto;
        margin-bottom: 10px;
    }
    .cowtown_citymap-map {
      width: 100%;
    }
    ul.store-list {
        height: 200px;
    }

    /* -- CNAPI LIST - */

    .cnapi-ui-event-summary.teaser .teaser-text {
        clear: both;
        margin: 0;
    }
    .page-agenda-search .block-custom-cnapi h2 {
        clear: both;
        padding-top: 20px;
        margin-bottom: 10px;
        min-height: 0;
    }


/*=================================================================
    BOTTOM
    =============================================================*/

    /* -- COLUMN - */

    .column {
        width: 100% !important;
    }