html {
    font-size: 62.5%;
}
body {
    color: #161616;
    font-family: 'Minion Pro', sans-serif;
    font-size: 1.6rem;
    line-height: 2.2rem;    
}

#headerNavigationContainer > .pkp_head_wrapper {
    display: flex;
    flex-direction: column;
}

.pkp_site_nav_menu {
    order: 1;
}

.pkp_site_name_wrapper {
    order: 2;
}

#navigationPrimary {
    padding-bottom: 0.5rem;
}

.pkp_navigation_primary_row {
    margin-bottom: 1rem;
}

.pkp_navigation_primary > li > a {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
    padding-bottom: 5px !important;
}

.pkp_navigation_primary > li > a:hover {
    border-bottom: 2px solid #161616 !important;
    padding-bottom: 3px !important;
} 

.pkp_nav_list ul a,
.pkp_nav_list ul a:hover {
    color: #161616;
}

.pkp_site_name {
    display: flex;
    flex-direction: column;
}

.pkp_site_name.is_img {
    display: flex;
    flex-direction: column;
    padding-bottom: 0 !important;
    padding-top: 0 !important;    
}

.pkp_site_name > a {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    text-decoration: none;
}


.is_img.image_mobilescreen {
    display: inline-block;
    order: 1;
}

.is_img.image_mobilescreen > img {
    height: 200px;
    position: absolute;
    margin-left: 80px;
    max-height: 200px !important;   
}
.is_img.img_fullscreen {
    order: 2;
}

/*** Logo ***/

logo {
    height: 200px;
    position: absolute;
    margin-top: 0;
    margin-left: 80px;
}


/*** Typografie ***/

h1, h2 {
    font-family: "Minion", "Garamond", serif;
}

h3, h4, h5 {
    font-family: 'Minion Pro', sans-serif;
}

h1 {
    font-size: 4.4rem;
    line-height: 5.2rem;
}

h2 {
    font-size: 2.6rem;
    line-height: 2.8rem;
}


p {
    font-size: 1.8rem;
    line-height: 2.6rem;
    margin-bottom: 8px;    
}

a {
    color: #161616;
}

a:hover {
    color: #161616;
    text-decoration: underline;
}

@media (min-width: 992px) {
    .pkp_head_wrapper .image_mobilescreen {
    display: inline-block;
}
}