.seriesIndex > .seriesIndexOverview {
   display:flex;
   flex-direction: row;
   background:#f5f5f5;
   padding: 2.5em;
   width: 100%;
   margin-bottom:30px;
   position: relative;
}

.seriesIndex > .seriesIndexOverview > .seriesIndexCover {
   margin-right:2.5em;
}

.seriesIndex > .seriesIndexOverview > .seriesIndexCover > img {
   margin:0;
   width:250px;
   max-width:250px;
   border:1px solid #aaa;
}

.seriesIndex > .seriesIndexOverview > .seriesIndexDescription > .seriesIndexTitle {
   margin-top:0;
   text-transform:uppercase;
   font-weight:normal;
   margin-bottom:20px;
}

.seriesIndex > .seriesIndexOverview > .seriesIndexDescription > .seriesTitleAddition {
   margin-top:0;
   text-transform:uppercase;
   font-weight:normal;
   margin-bottom:20px;
}
 
.seriesIndex > .seriesIndexOverview.withCategory {padding-bottom:50px;}

.seriesIndex > .seriesIndexOverview > .seriesIndexDescription > .categories {
   text-transform: uppercase;
   position: absolute;
   bottom: 15px;
   right: 15px;
}

.seriesIndex > .seriesIndexOverview > .seriesIndexDescription > .categories > a > .category {
   margin-left: 20px;
}

.seriesIndex > .seriesIndexOverview > .seriesIndexDescription > .categories > a {
   color: #333;;
}

.seriesIndex > .seriesIndexOverview > .seriesIndexDescription > .categories > a > .category:after {
   content: '';
   margin-left: 2px;
   background: #333;
   width: 12px;
   height: 12px;
   display: inline-block;
   line-height: 13px;
}

.seriesIndex > .seriesIndexOverview > .seriesIndexDescription > .seriesIndexAbstract {
   column-count: 2;
   column-gap: 2.5em;
   margin-top:60px;
}

.seriesIndex > .seriesIndexOverview > .seriesIndexDescription > .seriesIndexAbstract > p {
   margin-top:0;
   text-align:justify;
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

.seriesIndex > .seriesIndexOverview > .seriesIndexDescription > .seriesIndexAbstract > ul li {
   text-align:justify;
   -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

.seriesIndex > .seriesIndexOverview > .seriesIndexDescription > .seriesIndexLink {
   margin-top:3em;
}

.seriesIndex > .seriesIndexOverview > .seriesIndexDescription > .seriesIndexLink > a {
   padding: 5px 10px;
   text-decoration: none;
   background:#900;
   color:#fff;
}

.additionalInformationBoxTitle {
   font-weight: bold;
   margin-bottom: 10px !important;
   display: inline-block;
}

.additionalInformationBox {
   margin-bottom:15px;
}

.additionalInformationBox > p {
   margin-top:0;
}

@media only screen and (max-width: 1200px) {
	.page_catalog_series .seriesOverview {
		flex-wrap: wrap;
	}

	.page_catalog_series .seriesOverview .seriesImage {
                width: 280px;
        }

	.page_catalog_series .seriesOverview .seriesContent {
                width: calc(100% - 280px);
        }

	.page_catalog_series .seriesOverview .seriesBibliographic {
                width: 100%;
                margin: 30px 0;
        }

	.page_catalog_series .seriesOverview .seriesBibliographic .seriesBibliographicBox {
		width: 100%;
		margin: 0;
	}
}

@media only screen and (max-width: 992px) {
	.seriesIndex > .seriesIndexOverview {
  		flex-direction: column;
	}

	.seriesIndex > .seriesIndexOverview > .seriesIndexCover {
  		margin-right: 0;
		margin-bottom: 30px;
	}

	.seriesIndex > .seriesIndexOverview > .seriesIndexDescription > .seriesIndexAbstract {
  		column-count: 1;
  		column-gap: 0;
	}
}

@media only screen and (max-width: 768px) {
        .page_catalog_series .seriesOverview .seriesImage {
                width: 100%;
		margin-bottom: 30px;
        }

        .page_catalog_series .seriesOverview .seriesContent {
                width: 100%;
        }
}
