﻿/*
 * jas j1
 */

/* Die Links zum Sprachwechsel dürfen nicht weiß sein */
#navigationLanguage a {
        color: #4d81b1;  /* jas-blau */
}

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

.pkp_structure_head {
    border-bottom: 0px solid transparent; /*  */
}

/* 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;
    }
}

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


.pkp_structure_footer .pkp_footer_content ul {
    margin-top: 15px;
}

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

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

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

#footer_left img.logo {
      height: 180px;
}

#footer_right img.logo {
      height: 80px;
}

.pkp_structure_footer .pkp_footer_content #footer_left .downstairs {
    bottom: 20px;
}

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

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

