/*
 Theme Name:   Twenty Seventeen Child
 Description:  Child für Mainzer-Gründungswoche
 Author:       Thorsten Fromm
 Author URI:   https://www.isb.rlp.de
 Template:     twentyseventeen
 Version:      1.0
 Text Domain:  twenty-seventeen-child
*/

/* Fixed menu at top for small and medium devices... */
@media screen and (min-width: 20em) and (max-width: 47.99em) {
    .navigation-top {
        bottom: auto;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        width: 100%;
        z-index: 7;
    }
 
    #post-7 .panel-image {
        display: none;
    }
 
    .site-branding {
        padding: 5em 0 2em;
    }
}


.navigation-top .custom-logo-link {
 display:none;
 float:left;
}
/*.site-branding .custom-logo-link {
 display:none;
}*/
.site-navigation-fixed .custom-logo-link {
display:block;
}

/*make the logo in the navigation smaller*/
.site-navigation-fixed .custom-logo {
width: 10rem;
}

/*.site-navigation-fixed instead of .navigation-top*/
.site-navigation-fixed #site-navigation{
 clear:none;
 float:left;
}

/*Seitentitel ausblenden*/
.page .entry-header {display: none !important;}

/*Seitenbreite nicht einschränken*/

.page-one-column .panel-content .wrap {
    max-width: 100%;
}


?.main-header-menu .current-menu-item > .menu-link {
    color: ##6d95bc?;
}?