@charset "UTF-8";
/* CSS Document */

body {
    background: #ffffff;
	color:#525252;
}



/*
===============================================
======== PAGE =================================
===============================================
*/


/* Container der Seite */

.pkp_structure_page {
    margin-top: 0px;
    margin-bottom: 0px;
	box-shadow:0 0 0px rgba(0,0,0,0.1);
}


/* Inhaltscontainer Abstände richten */

.pkp_structure_main,
.pkp_structure_main:first-child:last-child::after,
.pkp_structure_main:first-child:last-child::before {
	margin-left:0em;
	margin-right:0em;
	left:auto;
	right:auto;
}

.pkp_structure_main {
    width: 100%;
}

/* Header */
.pkp_structure_head {
    background-color: #ffffff;
	border-bottom:0px solid black;
}

.pkp_site_name_wrapper {
	margin-top:30px;
	margin-bottom:30px;
	background-color:#005ba8;
	padding-left:0em;
	padding-right:0em;
}


/* Bannerbild */

.pkp_site_name .is_img img {
	max-height:none;
}

.pkp_site_name > a {
    padding-top: 0px;
    padding-bottom: 0px;
}

.pkp_site_name {

    padding-top: 0px;
    padding-bottom: 0px;

}


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

.pkp_structure_content {
	border-right:1px solid #005ba8;
	border-left:1px solid #005ba8;
	border-bottom:1px solid #005ba8;
}

.pkp_structure_main:first-child:last-child{
    margin-top: 0px !important;
}

.pkp_structure_main {
	padding:30px;
}




/*
===============================================
======== FOOTER ===============================
===============================================
*/

.pkp_structure_footer_wrapper {
    background: rgba(0,0,0,0.05);
    border-top: 0px solid #ddd;
    border-bottom: 0px solid #005ba8;
	margin-bottom:30px;
}


/*
===============================================
======== BILDER ===============================
===============================================
*/


.pkp_structure_content img {
	border:1px solid #d3d3d3;
}



/*
===============================================
======== Navigation ===========================
===============================================
*/

.pkp_navigation_primary_row {
	background-color:#005ba8;
}

#navigationPrimary a {
	text-transform:none;
}

#navigationPrimary a {
	color:#ffffff;
}

#navigationPrimary > li > a:hover, 
#navigationPrimary > li > a:focus {
    border-color: #ffffff;
}
#navigationPrimary a:hover, 
#navigationPrimary a:focus {
    color: #ffffff;
}


#navigationPrimary > li > a,
#navigationPrimary > li > a:hover {
	border-bottom-width: 0px;
	padding-bottom:5px;
	padding-top:5px;
}

.pkp_nav_list ul {
    border-radius: 0px;
}

#navigationPrimary ul {
	background-color:#ffffff;
}

#navigationPrimary ul.dropdown-menu a {
    color: #005ba8;
}

.pkp_nav_list ul a:hover, 
.pkp_nav_list ul a:focus {
	background-color:#eef6fb;
}

.pkp_nav_list ul li:first-child a {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.pkp_navigation_primary ul a {
    padding-top: 5px;
    padding-bottom: 5px;
}



/* Suche */

.pkp_head_wrapper .pkp_search .search_controls .search_prompt::before,
.pkp_head_wrapper .pkp_search .search_controls .search_prompt:hover, 
.pkp_head_wrapper .pkp_search .search_controls .search_prompt:focus,
.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
    color: #ffffff;
	text-transform:none;
}

.pkp_head_wrapper .pkp_search.is_open input[type="text"] {
    border-bottom: none;
    background: #eef6fb;
    border-left: 0px solid #ffffff;
	border-right: 0px solid #ffffff;
    border-top: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
	height:30px;
}

.pkp_head_wrapper .pkp_search .search_prompt {
	padding-top:5px;
	padding-bottom:5px;
}

.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
	padding-bottom:5px;
}

.pkp_head_wrapper .pkp_search {
	height:30px;
}

.pkp_head_wrapper .pkp_search .search_cancel, 
.pkp_head_wrapper .pkp_search .search_loading {
	top:5px;
}




/*
===============================================
======== STILVORLAGEN =========================
===============================================
*/

h2 {
	text-transform:none;
}

.pkp_page_index .current_issue h2 {
	font-size: 24px;
	padding-bottom: 0em;
	border-bottom: 0px solid #b2d6ee;
	text-transform:none;
}

.obj_issue_toc > .galleys h2, .obj_issue_toc .section h2 {
	background-color: #b3d7ee;
	color: #525252;	
	padding:5px 10px 5px 10px;
	display:block;
	text-transform:none;
	font-size: 17px;
	}

/* Breadcrumbs */
.cmp_breadcrumbs {
    font-size: 0.8em;
    color: #005ba8;
    text-transform: none;
	font-weight:normal;
	padding-top:0em;
}

.cmp_breadcrumbs ol {
    font-size: 0.8em;	
}

.cmp_breadcrumbs .current h1 {
	font-size: 1em;
}


/* Erste Headline oben keinen Abstand*/
.pkp_structure_main h1:first-child, 
.pkp_structure_main h2:first-child, 
.pkp_structure_main h3:first-child, 
.pkp_structure_main h4:first-child {
	margin:0em 
}


/*
===============================================
======== LINKS ================================
===============================================
*/

a, a:hover, a:focus, 
.pkp_page_index .current_issue .read_more,
.pkp_page_index .current_issue .read_more:hover, 
.pkp_page_index .current_issue .read_more:focus,
.obj_announcement_summary .read_more:hover, 
.obj_announcement_summary .read_more:focus,
.obj_announcement_summary .read_more{
    color: #005ba8;
	text-transform:none;
	font-weight:normal;
}

h1 a,
h2 a,
h3 a,
h4 a {
	color:#525252;
}

.cmp_button_wire, .obj_galley_link {
	line-height:21px;
	padding: 0 0.4em;
	border-radius:0px;
}

.pkp_page_index .current_issue .read_more::after {
    display: inline-block;
    font: normal normal normal 10px/1 FontAwesome;
        font-size: 10px;
        line-height: 1;
    top: 2px;
    right: 0;
    width: 10px;
    height: 10px;
    line-height: 27px;
    text-align: left;
}

.pkp_page_index .current_issue .read_more {
	padding-right:15px;
}





/*
===============================================
======== AKTUELLES ============================
===============================================
*/


.date {
	color:#005ba8;
	background-color:#b3d7ee;
	display:inline-block;
	padding:0px 5px 0px 5px;
}

.obj_article_summary {
	position:relative;
}

.galleys_links {
	position:absolute;
	right:0;
	top:0;
	display:inline-block;
}

.obj_article_summary .galleys_links {
    margin-top: 0px;
}

.obj_issue_toc .heading .pub_id .type, .obj_issue_toc .heading .published .label {
	text-transform:none;
	color: #525252;
	font-weight:normal;
}

.obj_article_details .entry_details .galleys_links {
	position:relative; 
	width:100%;
}

.obj_article_details a.obj_galley_link.pdf {
	display:block;
	width:100%;
}




/*
===============================================
======== MITTEILUNGEN =========================
===============================================
*/

.obj_announcement_summary > li {
	float:left;
}

.obj_announcement_summary .date {
	color:#005ba8;
	background-color:#b3d7ee;
	display:inline-block;
	padding:0px 5px 0px 5px;
}

.obj_announcement_summary .date::before {
	color:#005ba8;
	margin-right: 0.25em;
}

.obj_announcement_summary .summary p {
	margin-bottom:0em;
}

.obj_announcement_summary h2 {
	margin-top:35px !important;
	float:left;
	display:block;
	width:100%;
	font-size: 17px;
	clear:both;
}
.cmp_announcements .obj_announcement_summary h2 {
	font-size: 17px;
}

.obj_announcement_summary {
	position:relative;
}

.obj_announcement_summary .date {
	position:absolute;
	top:0;
	left:0;
	display:inline-block;
}




/*
===============================================
======== LISTEN ===============================
===============================================
*/

.obj_issue_toc .articles > li:first-child,
.obj_announcement_summary:first-child {
	margin-top:10px;
}

.obj_issue_toc .articles > li,
.obj_announcement_summary {
    margin-bottom: 10px;
	padding-bottom:10px;
	border-bottom: 1px solid #e4ebef;
}



/*
===============================================
======== SUCHE ================================
===============================================
*/

.cmp_notification {
    border-left: 5px solid #b3d7ee;
	background-color:#f8f8f8;
}

.page_search .submit button::after {
    background: #005ba8;
}

.page_search .submit button {
	color:#005ba8;
}




/*
===============================================
======== LOGIN ================================
===============================================
*/

.pkp_navigation_user > li > a, 
.pkp_navigation_user > li.in_focus > a, 
.pkp_navigation_user > li > a:hover, 
.pkp_navigation_user > li > a:focus {

    color: #005ba8;

}




/*
======================================================================
======== MEDIAQUERIES ================================================
======================================================================
*/


@media (min-width: 0) and (max-width: 480px) {

	
.pkp_site_name .is_img img {
	width:20em;
	max-width:none;
	max-height:none;
	height:auto;
	}
	
.pkp_navigation_primary_row {
    padding-left: 0px;
    padding-right: 0px;
	background-color:transparent;
}
	
.pkp_nav_list li {
	display:block;
	float:none;
	border-bottom:1px solid #ffffff;
	}

.pkp_navigation_primary > li > a {
	margin:0em;
	padding-left:10px;
	padding-right:10px;
	}
	
.pkp_navigation_primary {
    text-align: left;
}
	
.pkp_nav_list > li {
    display: block;
    float: none;
    border-bottom: 1px solid #ffffff;
	background-color: #005ba8;
}
	
.pkp_navigation_user_wrapper .pkp_nav_list li {
    margin-bottom: 1em;
    border-bottom: 0px solid #ffffff;
	background-color:transparent;
}
	
#navigationPrimary ul {
    background-color: #ffffff;
    position: relative;
    width: 100%;
    left: 0;
}
		
#navigationPrimary ul li {
		border-bottom:1px solid #d3d3d3;
	}
	
.pkp_search input {
	width:100%;
}
	
}


@media (min-width: 481px) and (max-width: 768px) {

.pkp_site_name .is_img img {
	width:27em;
	max-width:none;
	max-height:none;
	height:auto;
	}
}



@media (min-width: 0) and (max-width: 992px) {


.pkp_site_name, 
.pkp_navigation_primary_wrapper, 
.pkp_navigation_user, 
.pkp_structure_content, 
.pkp_structure_footer {
    padding-left: 0px;
    padding-right: 0px;
}
	
.pkp_site_name_wrapper {
	overflow:hidden;
	}
	
.pkp_head_wrapper .pkp_search {
    height: auto;
}	
	}