/*
 * kommges j1
 */

/* nur ab tablet-size */
@media( min-width: 992px ) {
    .modpub_upper_navbar {
        background: white;
    }
}

.pkp_structure_head {
    /*border-bottom: 2px solid #17455f;*/ /* dicker strich (header color) */
}

/* Navmenu über die ganze Breite */
.has_site_logo .pkp_head_wrapper {
    width: 100%;
}
@media( min-width: 768px ) {
    .has_site_logo .pkp_navigation_primary_wrapper {
        width: 728px;
        padding-left: 10px;
        padding-right: 0;
    }
}
@media( min-width: 992px ) {
    .has_site_logo .pkp_navigation_primary_wrapper {
        width: 952px;
        padding-left: 10px;
    }
}
@media( min-width: 1200px ) {
    .has_site_logo .pkp_navigation_primary_wrapper {
        width: 1160px;
        padding-left: 10px;
    }
}


/* Inhaltsverzeichnis von kommges soll doch bullets haben */
.inline_html .toc ul {
	list-style: disc;
}


/* footer colors */
.pkp_structure_footer_wrapper {
    /*color: #f8b069;*/
}
.pkp_structure_footer_wrapper a {
    /*color: #f8b069;*/
}


/* Footer */
.pkp_structure_footer .pkp_footer_content p {
    white-space: normal;
}

.pkp_structure_footer .pkp_footer_content #footer_middle {
    padding-left: 0px;
}

.pkp_structure_footer .pkp_footer_content #footer_right {
    padding-left: 0px;
}

.pkp_structure_footer .pkp_footer_content img.logo {
      height: 160px;
}

.pkp_structure_footer .pkp_footer_content #footer_middle .downstairs {
    bottom: -5px;
}

.pkp_structure_footer .pkp_footer_content #footer_right .downstairs {
    bottom: -26px;
}
