body {

}

.printFiles {
    margin-top: 20px;
}

.printFiles > div {
    clear: both;
    margin-bottom: 14px;
}

.printPage a {
    text-decoration:none;
    color:#424242;
    background-image: url('../Img/drucken.png');
    background-position: left center;
    padding-left: 43px;
}

.printPdf a {
    text-decoration:none;
    color:#424242;
    background-image: url('../Img/download.png');
    background-position: left center;
    padding-left: 43px;
}

.mainArticle,
.mainArticleContent,
.mainArticleAdditional
{
    width: calc(100% - 32px);
    background-color: #fff;
    padding: 40px;
    margin-bottom: 32px;
}

.mainArticle a {
    text-decoration: underline;
}

a._idFootnoteLink {
    text-decoration: none;
}

.mainArticle h1 {
    font-weight: normal;
    line-height: 36px;
    margin-bottom: 15px;
}

.mainArticle .metaInfo {
    font-size: 87.5%;
    margin-bottom: 16px;
}

.mainArticle .metaInfo span:first-of-type {
    text-transform: uppercase;
}

.HorizontalRule-1 {
    height: 1px;
    background: #000;
}

.hiddenInfo {
    display: none;
}

.mainImage img {
    margin-bottom: 8px;
}

figcaption {
    font-size: 75%;
    margin-bottom: 16px;
}
.mainArticle figcaption {
    width: 88%;
}

.bottomInfo {
    width: calc(100% - 32px);
    background-color: #fff;
    padding: 40px;
    margin-bottom: 32px;
}
.bottomInfo:empty {
    display: none;
}

.additionalCol > div {
    margin-bottom: 8px;
    word-break: break-word;
}

.expandBox {
    padding: 20px 40px;
    background-color: #f6f6f6;
}

.expandBox img {
    max-width: 100%;
    height: auto;
}

.expandBox .expander {
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin-bottom: 24px;
}

.expandBox .expander span.expanderIcon {
    display: none;
    width: 9px;
    height: 15px;
    background-image: url('../Img/kleiner_pfeil.svg');
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    position: absolute;
    right: 0;
    top: 5px;
}

.expandBox .expander.open span.expanderIcon {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    transform: rotate(270deg);
}

.expandBox .expandable {
    display: block;
    font-size: 87.5%;
    position: relative;
}

.expandBox .expandable p {
    margin-bottom: 8px;
}

.expandBox .expandable .pdf + a {
    padding-left: 32px
}

.expandBox .expandable .pdf {
    width: 30px;
    height: 100%;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.expandBoxJhk {
    padding-left: 0px!important;
    padding-right: 0px!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

.expandBoxJhk h3 {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    margin-bottom: 0px;
    border-bottom: 1px solid #000;
}

.expandBoxJhk ul {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 20px;
}

.mainArticle h2 {
    font-weight: normal;
    margin-bottom: 8px;
}

.bottomLink img {
    float: left;
    clear: left;
    margin-right: 8px;
    margin-bottom: 8px;
}

.bottomLink h4 {
    font-weight: normal;
    font-size: 81.25%;
    font-weight: bold;
}

.bottomLink img + h4 {
    padding-top: 15px;
}

.bottomLink p {
    font-size: 81.25%;
}

.bottomLink + .bottomLink:before {
    content: '\2014';
    clear: both;
}

.bottomElement h3 {
    clear: left;
    margin-bottom: 4px;
    font-size: 100%;
    text-transform: uppercase;
}

.expandBox h3 {
    margin-bottom: 4px;
    font-size: 100%;
    text-transform: uppercase;
}

.expandBox h4 {
    font-size: 87.5%;
    margin-bottom: 4px;
}

.expandBox p {
    margin-bottom: 8px;
    font-size: 87.5%;
}

.expandBox .expandLink + .expandLink:before {
    content: '\2014';
    clear: both;
}

.expandGallery {
    width: 100%;
    max-height: 200px;
    overflow-x: auto;
    overflow-y:hidden;
    white-space:nowrap;
    margin-top: 8px;
}

.expandGallery figure {
    display: inline-block;
    height: 180px;
}

.bottomGallery {
    width: 100%;
    max-height: 180px;
    overflow-x: auto;
    overflow-y:hidden;
    white-space:nowrap;
    margin-top: 8px;
}

.bottomGallery figure {
    display: inline-block;
    height: 160px;
}

.bottomDescription {
    font-size: 87.5%;
    margin-bottom:30px;
}

.mainText *{
    font-family: 'Open Sans', sans-serif!important;
}

.mainText p {
    font-size: 91.25%!important;
    text-align: left!important;
    line-height: 21px!important;
    text-indent: 0!important;
}

.show-properties.jhk.subcat-75 .mainText p,
.show-properties.jhk.subcat-75 .mainText span,
.show-properties.jhk.subcat-79 .mainText p,
.show-properties.jhk.subcat-79 .mainText span
{
    font-size: 16px !important;
}

.show-properties.jhk.subcat-75 .mainText span[id ^=footnote-][id $=-backlink],
.show-properties.jhk.subcat-79 .mainText span[id ^=footnote-][id $=-backlink]
{
    font-size: 9px !important;
}

.mainText > p ,
.mainText > div > p {
    margin-bottom: 21px!important;
}

.mainText p span {
    /*
    vertical-align: middle!important;
    */
}

.mainText p span[id ^=footnote-][id $=-backlink] {
    color: #fff;
    display: inline-block!important;
    background-color: #7e7e7e;
    border-radius: 8px;
    height: 16px;
    width: 16px;
    text-align: center;
    font-size: 66.666%;
    position: relative;
    top: -7px;
    line-height: 17px;
}

.mainText p span[id ^=footnote-][id $=-backlink] > a {
    color: #fff;
    text-decoration: none!important;
    /*pointer-events: none;*/
}

._idFfootnotes {
    display: none!important;
}

.mainText p span[id ^=footnote-][id $=-backlink] ._idFootnote {
    position: absolute;
    top: 26px;
    left: -40px;
    width: 400px;
    padding: 32px!important;
    background-color: #dfdedc;
    color: #000;
    font-size: 150%;
    display: none!important;
    z-index: 1!important;
}


.mainText span[id ^=footnote-][id $=-backlink] p {
    margin-bottom: 0!important;
}


.mainText span[id ^=footnote-][id $=-backlink]:hover ._idFootnote {
    display: block!important;
}



.mainText span[id ^=footnote-][id $=-backlink] ._idFootnote a {
    /**display: none!important;*/
    pointer-events: none;
}

.jhkBioImage {
    float: left;
    margin-right: 16px;
}

.expandScroll ul {
    list-style: none;
}

.expandScroll {
    margin-top: 8px;
    padding-top: 8px;
    max-height: 520px;
}

.jhkAuthor {
    text-transform: uppercase;
}
.expandBoxJhk ul {
    font-size: 87.5%;

}
.expandBoxJhk ul li {
    padding: 10px 20px;
}

.expandBoxJhk ul li.active {
    background-color: #DFDEDC;
}

.bottomElement + .bottomElement {
    margin-top: 32px;
}

.bookImage {
    width: 31%;
    margin-right: 4%;
}

.bookImage img {
    max-width: 100%;
    margin-bottom: 0;
}

.bookIsbn {
    width: 65%;
    font-size: 87.5%;
    align-self: flex-end;
}

.bookInfo {
    border-bottom: 1px solid #000;
    padding-bottom: 30px;
    width: 100%;
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    justify-content: flex-end;
}

.bookImage figcaption {
    margin-bottom: 0;
}

.bookContent {
    padding-top: 60px;
}

.bookContent h2 {
    text-transform: uppercase;
}

.bookContent h3 {
    font-weight: bold;
    font-size: 100%;
    margin-top: 16px;
    margin-bottom: 8px;
    width: 100%;
}

.bookContent .jhkEntry {
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    margin-bottom: 16px;
}

.bookContent .jhkAuthor {
    width: 180px;
}

.bookContent .jhkTitle {
    width: calc(100% - 180px);
    padding-left: 12px;
}

.bookContent .jhkTitle:hover {
    text-decoration: underline;
}

.mainArticle .bookContent a {
    text-decoration: none;
}

@media screen and (max-width: 1050px) {
    .mainArticle,
    .bottomInfo {
        width: calc(100% - 8px);
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 680px) {
    .mainArticle,
    .bottomInfo {
        width: 100%;
        margin-bottom: 8px;
    }
}

.backtojhkindex a,
.nextjhkarticle a,
.backtooverview a {
    background-repeat: no-repeat;
    background-size: 6px;
    background-color: #fff;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 75%;
}

.backtojhkindex a {
    background-image: url(/typo3conf/ext/aos_content_provider/Resources/Public/Img/icons_content/pfeil_links.png);
    background-position: left 40px center;
    padding-left: 60px;
    padding-right: 40px;
}

.backtooverview a {
    background-image: url(/typo3conf/ext/aos_content_provider/Resources/Public/Img/icons_content/pfeil_links.png);
    background-position: left 40px center;
    padding-left: 60px;
    padding-right: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

@media screen and ( max-width: 767px )
{
    .backtooverview a
    {
        margin-left: 0;
        margin-right: 0;
    }
}

.nextjhkarticle a {
    background-image: url(/typo3conf/ext/aos_content_provider/Resources/Public/Img/icons_content/pfeil_rechts.png);
    background-position: right 40px center;
    padding-left: 40px;
    padding-right: 60px;
}

.backtojhkindex,
.nextjhkarticle,
.backtooverview {
    width: calc(34% - 16px);
    margin-top: 12px;
    margin-bottom: 10px;
    float: left;
}

.nextjhkarticle {
    text-align: right;
}

.addedInfo {
    clear: left;
}

.shariff {
    padding-top: 15px;
    margin: auto;
    width: 90%;
}
.shariff li.shariff-button a
{
    background-color: #999999;
}

@media only screen and (min-width: 768px)
{
    .shariff .orientation-horizontal.button-style-standard li
    {
        min-width: 80px;
        max-width: 80px;
    }
}


.op_title {
    height: 60px !important;
}

.copyright {
    border-top: solid 1px;
    border-bottom: solid 1px;
}

.mainText + .mainText {
    padding-top: 20px;
}

.map_icon {
    background-image: url(/typo3conf/ext/aos_content_provider/Resources/Public/Img/icons_content//karte_schwarz.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 7%;
    text-indent: 24px;
}
