/*-------------------------------------------------------*/
/*--- LIST MENU ---*/
/*-------------------------------------------------------*/
#pg_pubHead  * {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}    

#pg_pubHead {background-color: #efefef; padding: 0px 20px; border: 1px solid #ddd; margin-top: 3%}
#pg_pubHead .pg_pubHeadList {width: 100%; font-weight: bold; position: relative}
#pg_pubHead .pg_pubHeadList span {display: inline-block; vertical-align: middle; cursor: pointer}
#pg_pubHead .pg_pubHeadList button, #pg_pubHead .presseSchauHead strong {padding: 15px 2px;margin: 2px;display: block;width: calc(100% - 4px);text-align: left}
#pg_pubHead .pg_pubHeadList button:after {content: "\f0dd";font-family: 'FontAwesome';margin-left: 15px;display: inline-block;vertical-align: top;}
#pg_pubHead .pg_pubHeadList.asc button:after {content: "\f0de"; color: #910f31; vertical-align: sub}
#pg_pubHead .pg_pubHeadList.active {color: #910f31}

/*-------------------------------------------------------*/
/*--- LISTE ---*/
/*-------------------------------------------------------*/
.pg_pubRow {padding: 20px; font-size: 14px; line-height: 1.5em}
.pg_pubRow:nth-child(2n+1) {background-color: #efefef}
.pg_pubRow .pg_pubTitle h4, .pg_pubRow h2, .pg_pubRow h3 {margin-top: 0; margin-bottom: 0px; font-size: 16px}
.pg_pubBericht {display: block; margin-bottom: 10px}
.pg_pubRow .col1 {font-size: 2em;padding: 20px 0}
.pg_pubDesc {display: inline-block; width: 20%}
.pg_pubContent {display: inline-block; font-weight: bold}


.pg_pubLink.noLink {display: none}

.pg_linkList {margin-top: 3% !important}
.pg_linkList ul {display: flex;justify-content: space-between;}
.pg_linkList ul li {list-style-type: none; margin-right: 3%; width: 30%;}
.pg_linkList ul li:before {content: "\f0ab"; font-family: "FontAwesome"; display: inline-block; vertical-align: middle;margin-right: 3%;padding-left: 1px}
.pg_linkList ul li:hover:before {color: #920f30}
/*-------------------------------------------------------*/
/*--- LISTE FÜR PRESSESCHAU---*/
/*-------------------------------------------------------*/

.presseschau.pg_pubRow {border-bottom: 1px solid #ddd}
.presseschau.pg_pubRow h4 {margin-bottom: 5px}
.presseschau.pg_pubRow h4 a {color: #920f30; font-size: 16px}
.presseschau.pg_pubRow:nth-child(2n+1) {background-color: #fff}
.presseschau.pg_pubRow .flexContent {display: flex}
.presseSchauHead li {width: 100% !important}
