/*----------------------------------------------------------------------
build in:  12 2022
----------------------------------------------------------------------*/

/*----------------------------------------------------------------------
fonts
----------------------------------------------------------------------*/

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/tify2/src/fonts/roboto-v30-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/tify2/src/fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/tify2/src/fFonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/tify2/src/fonts/roboto-v30-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('/tify2/src/fonts/roboto-v30-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/tify2/src/fonts/roboto-v30-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}


/* roboto-slab-600 - latin */
@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 600;
    src: url('/tify2/src/fonts/roboto-slab-v24-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('/tify2/src/fonts/roboto-slab-v24-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/tify2/src/fonts/roboto-slab-v24-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('/tify2/src/fonts/roboto-slab-v24-latin-600.woff') format('woff'), /* Modern Browsers */
    url('/tify2/src/fonts/roboto-slab-v24-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/tify2/src/fonts/roboto-slab-v24-latin-600.svg#RobotoSlab') format('svg'); /* Legacy iOS */
}


/*----------------------------------------------------------------------
global structure & normalize
----------------------------------------------------------------------*/

body {
    margin: 0;
    border: 0 none;
    padding: 0;
    color: #1A1919;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    background-size: 100% auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

p, form, img, legend, ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, figure, blockquote {
    margin: 0;
    border: 0 none;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab';
    font-weight: 600;
}

h1 {
    font-size: 32px;
    line-height: 36px;
    padding: 0 0 30px 0;
}

h2 {
    font-size: 24px;
    line-height: 28px;
}

h3 {
    font-size: 20px;
    line-height: 24px;
}

input, textarea, button, select {
    margin: 0;
    font: inherit;
    text-transform: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    overflow: auto;
}

a {
    color: #008877;
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a:hover, a:focus, a:active {
    color: #00554A;
    text-decoration: underline;
    outline-width: 0;
}

strong {
    font-weight: 600;
}

mark {
    background-color: #005182;
    color: #FFFFFF;
    padding: 1px 2px;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

.clear:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
}


/*----------------------------------------------------------------------
forms
----------------------------------------------------------------------*/

input[type="text"] {
    display: inline-block;
    border: 1px solid #008877;
    padding: 8px 10px;
    line-height: 16px;
    font-size: 16px;
    color: #1A1919;
}

input[type="submit"] {
    display: inline-block;
    padding: 8px 10px;
    border: 2px solid #008877;
    margin: 0;
    line-height: 16px;
    font-size: 16px;
    font-weight: 600;
    background: #FFFFFF;
    color: #008877;
    cursor: pointer;
}

input[type="submit"]:hover {
    background: #008877;
    color: #FFFFFF;
}

select {
    border: 1px solid #008877;
    padding: 8px 10px;
    line-height: 16px;
    font-size: 16px;
    color: #008877;
    display: inline-block;
}


/*----------------------------------------------------------------------
header
----------------------------------------------------------------------*/

header {
    z-index: 6;
    position: relative;
    margin-bottom: 10px;
}

.header-wrapper {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
}

.portal-header {
    width: 100%;
    background: #FFFFFF;
}

.portal-header article {
    vertical-align: middle;
}

.header-logo-area {
    display: flex;
}

#portal-logo {
    width: calc(100% - 450px);
    line-height: 0;
    padding: 40px 0;
}

#portal-logo img {
    width: 200px;
    height: auto;
    vertical-align: middle;
}

#ulb-logo {
    width: 230px;
    line-height: 0;
    padding: 25px 0;
}

#ulb-logo img {
    width: 40px;
    height: auto;
    vertical-align: middle;
    display: inline-block;
}

#ulb-logo span {
  vertical-align: middle;
  font-size: 20px;
  line-height: 22px;
  display: inline-block;
  padding: 0 0 0 15px;
  color: #333;
}

#portal-logo a:hover,
#ulb-logo a:hover {
    text-decoration: none;
}

#tud-logo {
    background: #F6F6F6;
    margin-bottom: -30px;
    width: 250px;
    line-height: 0;
}

#tud-logo img {
    width: 250px;
    height: auto;
}

.meta-actions {
    text-align: left;
    padding-left: 30px;
    width: 30%;
}

.meta-navigation {
    text-align: right;
    padding-right: 30px;
    width: 30%;
}

.meta-actions img,
.meta-navigation img {
    width: 40px;
    height: auto;
    vertical-align: middle;
}

.meta-actions a,
.meta-navigation a {
    position: relative;
    vertical-align: middle;
}

.meta-batchcount {
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: rgba(0,0,0,0.5);
    padding: 2px 5px 5px 5px;
    border-radius: 15px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    color: #FFFFFF;
}

.portal-main-search {
    padding: 15px 0;
    background: #008877;
}

.portal-main-search .header-wrapper.header-background {
    background: url('/typo3conf/ext/presentation_package/Resources/Public/Images/sh-signet.svg') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: right center;
    background-size: 50%;
}

.portal-main-search input[type="text"] {
    border: 1px solid #FFFFFF;
}

.portal-main-search input[type="submit"] {
    background: #008877;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}

.portal-main-search input[type="submit"]:hover {
    background: #FFFFFF;
    color: #008877;
    border: 2px solid #FFFFFF;
}

article.breadcrumb a,
article.breadcrumb span {
    color: #FFF;
}

article.breadcrumb a:hover {
    color:#d6004c;

}

article.breadcrumb {
    margin-top:10px
}

article.breadcrumb span:not(:last-child):after {
    content: "/"
}

.navbar-start {
    position: absolute;
    top: 30px;
    right: 0;
    display: inline-block;
}

.navbar-item {
    background: #00554A;
    padding: 5px 8px;
    line-height: 16px;
    text-decoration: none;
}


/*----------------------------------------------------------------------
main
----------------------------------------------------------------------*/

main {
    display: block;
    margin: 30px auto;
    max-width: 1300px;
}

main#detail-view {
    width: 100%;
    max-width: 100%;
    margin: 0;
}

main aside {
    float: right;
    width: 25%;
}

#main-content {
    float: left;
    width: 75%;
    margin-bottom: 60px;
    position: relative;
}

main#detail-view #main-content {
    margin-bottom: 0px;
}

.home-prestige {
    background: #A6A6A6;
    color: #FFFFFF;
    margin: -10px 0 60px 0;
}

.home-prestige-content {
    margin: 0 auto;
    max-width: 1300px;
}

.home-intro {
    padding: 60px 0;
}

.home-intro p {
    width: 66.66%;
}

.home-newscontent {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    padding: 0 0 60px 0;
}

.home-newscontent img {
    width: 100%;
    height: auto;
}

.home-newscontent .frame,
.home-newsarticle {
    background: #FFFFFF;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.home-newscontent .frame:hover {
    margin: -5px 0 5px 0;
}

.home-newsarticle-inner {
    color: #1A1919;
}

.home-newsarticle-inner h2 {
    margin: 30px;
}

.home-newsarticle-inner a {
    color: #1A1919;
    text-decoration: none;
}

.home-newsarticle-inner p,
.home-newsarticle-inner span.home-button {
    margin: 0 30px 30px 30px;
}

.home-button {
    display: inline-block;
    color: #008877;
    border: 2px solid #008877;
    padding: 10px;
    font-weight: bold;
}

.home-button:hover {
    background: #008877;
    color: #FFFFFF;
    text-decoration: none;
}


/*----------------------------------------------------------------------
collection-list
----------------------------------------------------------------------*/

.tx-dlf-collection-list  {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
    list-style-type: none;
    padding: 0;
}

.tx-dlf-collection-item {
    position: relative;
}

.tx-dlf-collection-list li a {
    display: block;
    background-color: #EDEDED;
    padding: 30px;
    min-height: 240px;
}

.tx-dlf-collection-list li a:hover {
    background-color: #008877;
    color: #FFFFFF;
}

.tx-dlf-collection-list .collection-title {
    display: block;
    padding: 30px 0 15px 0;
    font-weight: 600;
    font-family: 'Roboto Slab';
    font-size: 24px;
    line-height: 28px;
}

.tx-dlf-collection-thumbnail img {
    width: 100%;
    height: auto;
}

.collection-headline {
    font-size: 24px;
    line-height: 28px;
    font-family: 'Roboto Slab';
    font-weight: 600;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 30px;
    background: #EDEDED;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.tx-dlf-collection-list li a:hover .collection-headline {
    background-color: #008877;
    color: #FFFFFF;
}

.tx-dlf-collection-counts {
    display: block;
    margin: 30px 0 0 0;
}

.tx-dlf-collection-list .collection-link {
    display: block;
}

/*----------------------------------------------------------------------
tx-dlf-search-query
----------------------------------------------------------------------*/

.tx-dlf-search {
    background-color: #f3f3f3;
    padding: 30px;
    webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
    margin: 15px 15px 0 15px;
}

.tx-dlf-search-form {
    width: 100%;
    display: block;
}

#tx-dlf-search-suggest {
    display: inline-block;
    width: auto;
    background: #FFFFFF;
}

#tx-dlf-search-query {
    width: 35%;
}

.tx-dlf-search-options {
    margin-bottom: 5px;
}

.tx-dlf-search-options input#tx-dlf-search-fulltext-yes {
    margin-left: 10px;
}


/*----------------------------------------------------------------------
listview
----------------------------------------------------------------------*/

.dropdown-menu {
    display: block;
    vertical-align: top;
}

.dropdown-menu li.tx-dlf-search-ifsub span.facet-sub-title {
    display: block;
    padding: 8px 30px 8px 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    margin-top: 15px;
    background: #FFFFFF;
}

.dropdown-menu label {
    display: block;
    padding: 8px 0px 0px 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    margin-top: 20px;
    background: transparent;
}

.dropdown-menu input[type=checkbox] {
    display: none;
}

.dropdown-menu ul li {
    border-bottom: 1px solid #d8d8d8;
    background: transparent;
    hyphens: auto;
    list-style-type: none;
}

.dropdown-menu ul li a {
    display: block;
}

.dropdown-menu .facetShowMore::before,
.description-show-more::before {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    margin: 0 5px 0 0;
    content: "";
    background: url('/typo3conf/ext/presentation_package/Resources/Public/Images/icon-shlb-arrow-down-b.svg') no-repeat;
    background-size: 14px 14px;
    background-position: center center;
}

.dropdown-menu .facetShowLess::before,
.description-show-more.show-less::before {
    display: block;
    width: 16px;
    height: 16px;
    float: left;
    margin: 0 10px 0 0;
    content: "";
    background: url('/typo3conf/ext/presentation_package/Resources/Public/Images/icon-shlb-arrow-up-b.svg') no-repeat;
    background-size: 14px 14px;
    background-position: center center;
}

.tx-dlf-statistics {
    background-color: rgba(0,0,0,0.5);
    color: #FFFFFF;
    padding: 10px 30px;
    margin: 0px 15px;
}

.tx-dlf-statistics p {
    display: inline;
}

.tx-dlf-statistics p:first-child {
    font-weight: 600;
}

.tx-dlf-listview {
    background-color: #FFFFFF;
    margin: 0 30px 0 0;
}

.tx-dlf-listview .pagination {
    border-top: 1px solid #d8d8d8;
    list-style: none;
    padding: 15px 0 0 0;
}

.tx-dlf-listview .pagination li {
    display: inline-block;
}

.tx-dlf-listview .pagination li a {
    background: #00554A;
    color: #FFFFFF;
    padding: 8px 15px;
    display: block;
}

.tx-dlf-listview .pagination li.current {
    background: #d8d8d8;
    padding: 8px 15px;
}

.listview-headline-sort {
    width: 100%;
}

.listview-headline-sort h2 {
    padding: 15px 0;
}

.listview-headline-sort .tx-dlf-collection-description .tx-dlf-collection-description-list p {
    margin: 0 0 15px 0;
}

.listview-headline-sort form {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    padding: 15px 30px 15px 0;
}

.listview-headline-sort select {
    width: 180px;
    margin: 0 10px 0 0;
}

.listview-headline-addon {
    background: #d8d8d8;
    border-top: 3px solid #999;
    display: table;
    width: 100%;
}

.listview-headline-addon p {
    padding: 10px 30px;
    display: table-cell;
    vertical-align: middle;
}

.listview-headline-addon p:last-child {
    text-align: right;
}

ol.tx-dlf-listview-list {
    list-style-type: decimal;
    list-style-position: inside;
}

.tx-dlf-listview-list li {
    border-top: 1px solid #d8d8d8;
    padding: 15px 0;
}

.shlb-listview-item {
    display: flex;
}

.tx-dlf-listview-list li .add-to-cart {
    position: absolute;
    top: 15px;
    right: 30px;
}

.tx-dlf-listview-list li .add-to-cart a {
    display: inline-block;
    background: url('/typo3conf/ext/presentation_package/Resources/Public/Images/icon-labelstar.svg') no-repeat left center #0071bc;
    color: #FFFFFF;
    text-decoration: none;
    padding: 8px 10px 8px 30px;
    font-weight: 600;
}

.tx-dlf-listview-list li .add-to-cart a:hover {
    background: url('/typo3conf/ext/presentation_package/Resources/Public/Images/icon-labelstar.svg') no-repeat left center #005182;
}

.tx-dlf-listview-list li .show-volumes {
    position: absolute;
    top: 56px;
    right: 30px;
}

.tx-dlf-listview-list li .show-volumes a {
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    padding: 4px 10px 4px 30px;
    font-weight: 400;
}

/*.tx-dlf-listview-list li .show-volumes a.show-volumes-expand {*/
/*background: url('/typo3conf/ext/presentation_package/Resources/Public/Images/icon-arrow-up.svg') no-repeat left center #999;*/
/*}*/

/*.tx-dlf-listview-list li .show-volumes a.show-volumes-expand:hover {*/
/*background: url('/typo3conf/ext/presentation_package/Resources/Public/Images/icon-arrow-up.svg') no-repeat left center #005182;*/
/*}*/

/*.tx-dlf-listview-list li .show-volumes a.show-volumes-minimize {*/
/*background: url('/typo3conf/ext/presentation_package/Resources/Public/Images/icon-arrow-down.svg') no-repeat left center #0071bc;*/
/*}*/

/*.tx-dlf-listview-list li .show-volumes a.show-volumes-minimize:hover {*/
/*background: url('/typo3conf/ext/presentation_package/Resources/Public/Images/icon-arrow-down.svg') no-repeat left center #005182;*/
/*}*/

.tx-dlf-listview-list .shlb-listview-img {
    display: block;
    margin: 0 30px 0 0;
}

.tx-dlf-listview-list .shlb-listview-img img {
    width: 80px;
    height: auto;
}

.tx-dlf-listview-list .shlb-listview-text {
    display: block;
    width: calc(100% - 110px);
}

.tx-dlf-listview-list .shlb-listview-text h2 {
    padding: 0 0 15px 0;
}

.shlb-listview-text-item {
    border-top: 1px dashed #d8d8d8;
    display: flex;
    width: 100%;
    padding: 5px 0;
}

.shlb-listview-text-item label {
    font-weight: 600;
    width: 150px;
}

.shlb-listview-text-item span {
    width: calc(100% - 150px);
}

.tx-dlf-listview-list li ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-top: 15px;
    background-color: #f2fbff;
}

.tx-dlf-listview-list li ol li {
    border-top: 1px solid #d8d8d8;
    display: table;
    width: 100%;
    padding: 0;
}

.tx-dlf-listview-list li ol li dl {
    padding: 15px 0;
    display: table-cell;
    vertical-align: top;
}

.tx-dlf-listview-list li ol li dd.tx-dlf-metadata-title {
    font-size: 16px;
}

.tx-dlf-listview-list li ol li .tx-dlf-listview-thumbnail {
    display: table-cell;
    vertical-align: top;
    width: 10%;
}

.tx-dlf-listview-list li ol li .add-to-cart {
    position: relative;
    top: 0;
    right: 0;
    padding: 15px;
    display: table-cell;
    width: 30%;
    text-align: right;
    vertical-align: top;
}

.tx-dlf-listview-list li ol li .add-to-cart a {
    display: inline-block;
    background: url('/typo3conf/ext/presentation_package/Resources/Public/Images/icon-labelstar.svg') no-repeat left center #66acd8;
    color: #FFFFFF;
    text-decoration: none;
    padding: 8px 10px 8px 30px;
    font-weight: 600;
}

.tx-dlf-listview-list li ol li .add-to-cart a:hover {
    background: url('/typo3conf/ext/presentation_package/Resources/Public/Images/icon-labelstar.svg') no-repeat left center #005182;
}

.tx-dlf-listview-list li ol li .tx-dlf-listview-thumbnail img {
    width: 60px;
    height: auto;
    padding: 15px;
    margin: 0;
}

.tx-dlf-search-facets {
    background-color: #EDEDED;
    padding: 0 15px 15px 15px;
    margin-bottom: 60px !important;
}

.tx-dlf-search-facets h2 {
    padding: 30px 0 0 0;
}

.dropdown-menu ul li.tx-dlf-search-cur {
    background: #00554A;
    padding: 5px 10px;
}

.dropdown-menu ul li.tx-dlf-search-cur a {
    color: #FFFFFF;
}

.dropdown-menu ul li.tx-dlf-search-cur a::before {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    content: "x";
    font-size: 20px;
    font-weight: bold;
}

.shorten-text-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6; /* number of lines to show */
    line-clamp: 6;
    -webkit-box-orient: vertical;
}

/*----------------------------------------------------------------------
detail-view
----------------------------------------------------------------------*/

#detail-view {
    background-color: #FFFFFF;
    webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
    margin: 0 15px;
}

.detail-view-header {
    padding: 30px;
    display: table;
    width: calc(100% - 60px);
}

.detail-view-title {
    width: 40%;
    display: table-cell;
    vertical-align: top;
}

.detail-view-nav {
    width: 60%;
    display: table-cell;
    text-align: right;
    vertical-align: top;
}

.tx-dlf-navigation li {
    display: inline;
    list-style-type: none;
}

.tx-dlf-navigation li span {
    padding: 5px;
    line-height: 0;
    font-size: 16px;
    color: #ccc;
    background: #999;
    display: inline-block;
}

.tx-dlf-navigation li a,
.tx-dlf-pageview div a {
    padding: 5px;
    line-height: 0;
    font-size: 16px;
    color: #ccc;
    background: #00554A;
    display: inline-block;
    cursor: pointer;
}

.tx-dlf-navigation li a:hover {
    background: #008877;
}

.tx-dlf-navigation li img {
    width: 30px;
    height: auto;
}

.tx-dlf-navigation-pageselect div,
.tx-dlf-navigation-pageselect form {
    display: inline-block;
    vertical-align: top;
}

.tx-dlf-navigation-double-plus,
.tx-dlf-navigation-rotate-right {
    margin-right: 10px;
}

.detail-view-itemoptions .detail-view-itemcontents {
    position: absolute;
    top: 0;
    left: 0;
    display: table-cell;
    vertical-align: top;
    width: calc(25% - 3px);
    /*width: calc(45% - 3px);*/
    padding-left: 3px;
}

.detail-view-itemoptions .detail-view-tools {
    position: absolute;
    top: 0;
    right: 0;
    display: table-cell;
    vertical-align: top;
    width: calc(25% - 3px);
    padding-right: 3px;
}

.detail-view-itemoptions .dropdown-menu > label,
.detail-view-itemdetails .dropdown-menu > label {
    background: url('/typo3conf/ext/presentation_package/Resources/Public/Images/icon-shlb-arrow-down-w.svg') no-repeat right center #00554A;
    background-size: 16px 16px;
    margin-top: 5px;
    color: #FFFFFF;
    cursor: pointer;
    padding: 8px 30px 8px 15px;
}

.detail-view-itemoptions .dropdown-menu > label:hover,
.detail-view-itemdetails .dropdown-menu > label:hover {
    background: url('/typo3conf/ext/presentation_package/Resources/Public/Images/icon-shlb-arrow-down-w.svg') no-repeat right center #008877;
    background-size: 16px 16px;
    color: #FFFFFF;
}

.detail-view-itemoptions .dropdown-menu ul {
    display: none;
    border: 1px solid #d8d8d8;
}

.detail-view-itemoptions .dropdown-menu ul ul {
    border: 0;
}

.detail-view-itemoptions .dropdown-menu ul li {
    border-bottom: 0;
    position: relative;
}

.detail-view-itemoptions .dropdown-menu input[type=checkbox]:checked ~ label {
    background: url('/typo3conf/ext/presentation_package/Resources/Public/Images/icon-shlb-arrow-up-w.svg') no-repeat right center #008877;
    background-size: 16px 16px;
    color: #FFFFFF;
}

.detail-view-itemoptions .dropdown-menu input[type=checkbox]:checked ~ ul,
.detail-view-itemoptions .dropdown-menu input[type=checkbox]:checked ~ ul ul {
    display: block;
}

.detail-view-itemoptions .dropdown-menu ul li a,
.detail-view-itemoptions .dropdown-menu ul li .tx-dlf-toolsImagemanipulation,
.detail-view-itemoptions .dropdown-menu ul li .tx-dlf-toolsFulltext {
    padding: 5px 5px;
}

.shlb-metadata-text-item label {
    padding: 0;
    font-weight: 700;
    margin: 10px 0 0 0;
    background: transparent;
    }

.shlb-metadata-text-item {
    padding: 5px 15px;
    border-top: 1px solid #ababab;
}

.tx-dlf-toolsPdf span {
    border-top: 1px solid #d8d8d8;
    display: block;
}

.tx-dlf-toolsPdf span:first-child {
    border-top: 0;
}

.detail-view-itemoptions .tx-dlf-basket-button {
    position: absolute;
    top: 5px;
    right: 15px;
}

.detail-view-itemoptions .tx-dlf-basket-button a,
#submitBasketForm {
    display: inline-block;
    background: url('/typo3conf/ext/presentation_package/Resources/Public/Images/icon-labelstar.svg') no-repeat left center #0071bc;
    color: #FFFFFF;
    text-decoration: none;
    padding: 5px 10px 5px 30px !important;
    font-weight: 600;
    border: 0;
    cursor: pointer;
}

.tx-dlf-pageview .tx-dlf-interaction-addbasket {
    text-align: center;
    margin: 15px;
}

.detail-view-itemoptions .tx-dlf-basket-button a:hover,
#submitBasketForm:hover {
    background: url('/typo3conf/ext/presentation_package/Resources/Public/Images/icon-labelstar.svg') no-repeat left center #005182;
}

.detail-view-itemdetails dl {
    margin: 0;
    padding: 0;
}

.detail-view-itemdetails dt,
.detail-view-itemdetails label dt {
    display: inline;
    padding-right: 5px;
    font-weight: 400;
}

.detail-view-itemdetails dd,
.detail-view-itemdetails label dd {
    font-weight: 600;
    display: inline;
}

.detail-view-itemdetails .dropdown-menu ul dt,
.detail-view-itemdetails .dropdown-menu ul dd {
    padding: 5px 15px;
}

.detail-view-itemdetails .dropdown-menu ul dt a,
.detail-view-itemdetails .dropdown-menu ul dd a {
    padding: 0 !important;
}

.tx-dlf-pagegrid {
    z-index: 4;
    width: 73%;
    text-align: center;
    background: #f3f3f3;
    margin: 0 auto;
    padding: 15px;
    line-height: 0;
}

.tx-dlf-pagegrid-list {
    list-style-type: none;
    display: block;
    height: 100%;
}

.tx-dlf-pagegrid-list li {
    display: inline-block;
}

.tx-dlf-pagegrid .tx-dlf-pagegrid-thumbnail {
    position: relative;
    display: block;
    width: 25px;
    margin: 0 3px;
    height: 60px;
}

.tx-dlf-pagegrid .tx-dlf-pagegrid-thumbnail a {
    display: block;
    width: 25px;
    height: auto;
    line-height: 0;
    border: 2px solid #adadad;
    position: absolute;
    top: 0;
    left: 0;
}

.tx-dlf-pagegrid .tx-dlf-pagegrid-thumbnail a:hover {
    top: -10px;
    left: -5px;
    width: 35px;
    border: 2px solid #0071BC;
}

.tx-dlf-pagegrid .tx-dlf-pagegrid-thumbnail img {
    width: 100%;
    height: auto;
}

.fullsize-pagegrid {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #ffffff;
}

.fullsize-pagegrid .tx-dlf-pagegrid {
    background: transparent;
    filter: transparent;
    padding: 30px 0;
    width: 100%;
}

.fullsize-pagegrid .tx-dlf-pagegrid .f3-widget-paginator {
    display: none;
}

.fullsize-pagegrid .tx-dlf-pagegrid-thumbnail {
    width: 150px;
    height: 170px;
    text-align: center;
}

.fullsize-pagegrid .tx-dlf-pagegrid .tx-dlf-pagegrid-thumbnail a {
    display: inline-block;
    width: 90px;
    height: auto;
    line-height: 0;
    font-size: 16px;
    border: 2px solid transparent;
    position: relative;
}

.fullsize-pagegrid .tx-dlf-pagegrid .tx-dlf-pagegrid-thumbnail a:hover {
    top: 0;
    left: 0;
    margin: 0;
}

.fullsize-pagegrid .tx-dlf-pagegrid .tx-dlf-pagegrid-thumbnail img {
    width: auto;
    max-width: 100%;
    max-height: 120px;
    border: 3px solid #FFFFFF;
    border-radius: 5px;
}

.fullsize-pagegrid .tx-dlf-pagegrid .tx-dlf-pagegrid-thumbnail a:hover img {
    border: 3px solid #00554A;
}

.fullsize-pagegrid .tx-dlf-pagegrid-pagination {
    line-height: 20px;
    text-align: center;
    margin: 0 0 15px 0;
}

.fullsize-pagegrid .tx-dlf-pagegrid-cur .tx-dlf-pagegrid-thumbnail img {
    border: 3px solid #00554A;
}

.ol-unselectable.ol-layers {
    overflow: hidden;
    width: 75% !important;
}

/*----------------------------------------------------------------------
calendar + listview
----------------------------------------------------------------------*/

.tx-dlf-newspaper-calendar .meta-header,
.tx-dlf-newspaper-years .meta-header {
    background-color: #FFFFFF;
    webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
    margin: 0 15px;
    display: table;
    width: calc(100% - 30px);
}

.calendar-items {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    list-style-type: none;
    padding: 15px 15px 0 15px;
}

.calendar-view {
    background-color: #FFFFFF;
    padding: 30px;
    text-align: center;
    webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
}

table.month {
    width: 100%;
    border-spacing: 0;
}

table.month caption {
    border-bottom: 3px solid #999;
    padding-bottom: 15px;
}

table.month tr:first-child {
    background: #d8d8d8;
    width: 100%;
}

table.month th {
    padding: 5px 0;
}

table.month td {
    padding: 2px;
    color: #999;
}

table.month h4 {
    background: #F2FBFF;
    border: 1px solid #F2FBFF;
    font-size: 16px;
    font-weight: 600;
    color: #0071BC;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

table.month h4:hover {
    background: #005182;
    color: #FFFFFF;
    border: 1px solid #005182;
}

.year-anchor {
    display: table-cell;
    padding: 30px;
    vertical-align: middle;
}

.tx-dlf-newspaper-calendar .meta-header .year,
.tx-dlf-newspaper-calendar .meta-header .meta-hint-year,
.tx-dlf-newspaper-years .meta-hint-year {
    padding-top: 5px;
    color: #999;
}

.calendar-list-selection {
    display: table-cell;
    text-align: right;
    padding: 30px;
    vertical-align: middle;
}

.calendar-list-selection a {
    border: 0;
    margin: 0;
    padding: 8px 10px;
    font-weight: 600;
    font-size: 16px;
    background: #0071bc;
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}

.calendar-list-selection a:hover {
    background: #005182;
}

.tx-dlf-newspaper-calendar .list-view {
    margin: 15px 15px 0 15px;
    background-color: #FFFFFF;
    padding: 15px 30px;
    webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
}

.tx-dlf-newspaper-calendar .list-view li {
    border-top: 1px solid #d8d8d8;
    padding: 15px 0;
    list-style-type: none;
}

.tx-dlf-newspaper-calendar .list-view li:first-child {
    border-top: 0;
}

.tx-dlf-newspaper-calendar .list-view a {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 5px;
    display: block;
}

.tx-dlf-newspaper-years .year-view ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 15px;
    list-style-type: none;
    padding: 15px 15px 0 15px;
}

.tx-dlf-newspaper-years .year-view li {
    display: inline-block;
    list-style-type: none;
    background-color: #FFFFFF;
    padding: 30px;
    color: #999;
    text-align: center;
    webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
}

.tx-dlf-newspaper-years .year-view li a {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 5px;
    display: block;
}

/*----------------------------------------------------------------------
basket
----------------------------------------------------------------------*/

.tx-dlf-basket {
    background-color: #FFFFFF;
    webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
    margin: 0 15px;
    width: calc(100% - 30px);
}

.tx-dlf-basket-label {
    padding: 30px;
}

.tx-dlf-basket-counts {
    background: #d8d8d8;
    border-top: 3px solid #999;
    display: block;
    width: calc(100% - 60px);
    padding: 10px 30px;
}

.tx-dlf-basket-list {
    padding: 0 30px;
}

.tx-dlf-basket-list li {
    border-bottom: 1px solid #d8d8d8;
    padding: 15px 0;
    list-style-type: none;
}

.tx-dlf-basket-list li dl {
    display: table;
    width: 100%;
}

.tx-dlf-basket-list li dt {
    display: table-cell;
    width: 70%;
}

.tx-dlf-basket-list li dd {
    display: table-cell;
    text-align: right;
    width: 30%;
}

.tx-dlf-basket-actions {
    padding: 15px 30px;
}

.tx-dlf-basket-actions select {
    margin-bottom: 15px;
}


/*----------------------------------------------------------------------
footer
----------------------------------------------------------------------*/

footer {
    width: 100%;
    border-top: 1px solid #008877;
    margin: 10px 0 0 0;
    clear: both;
}

#footer-content {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    font-size: 0.8rem;
    display: table;
}

#footer-content ul {
    padding: 20px 0;
    display: table-cell;
    vertical-align: bottom;
    list-style-type: none;
    width: 50%;
}

#footer-content li {
    display: inline;
}

#footer-content li a {
    background: #FFFFFF;
    color: #008877;
    padding: 5px;
    text-decoration: none;
}

#footer-content li a:hover {
    background: #008877;
    color: #FFFFFF;
}

#footer-content p {
    padding: 20px 0;
    color: #008877;
    display: table-cell;
    text-align: right;
    vertical-align: bottom;
    width: 50%;
}


/*----------------------------------------------------------------------
max 1600px
----------------------------------------------------------------------*/

@media only screen and (max-width: 1600px) {

    .tx-dlf-collection-list,
    .calendar-items,
    .tx-dlf-newspaper-years .year-view ul {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .tx-dlf-collection-list h2 {
        hyphens: auto;
    }

    .tx-dlf-navigation li a,
    .tx-dlf-navigation li span {
        padding: 5px 1px;
    }

}


/*----------------------------------------------------------------------
max 1360px
----------------------------------------------------------------------*/

@media only screen and (max-width: 1360px) {

    .header-wrapper {
        max-width: calc(100% - 60px);
        margin: 0 30px;
    }

    .home-prestige {
        margin: -30px 0 60px 0;
    }

    main,
    .home-prestige-content {
        margin: 30px 30px;
        max-width: calc(100% - 60px);
    }

    #footer-content {
        max-width: calc(100% - 60px);
        margin: 0 30px;
    }

}


/*----------------------------------------------------------------------
max 1024px
----------------------------------------------------------------------*/

@media only screen and (max-width: 1024px) {

    body {
        background-size: auto 400px;
    }

    .header-wrapper {
        max-width: calc(100% - 30px);
        margin: 0 15px;
    }

    #portal-logo {
        width: calc(100% - 320px);
        padding: 35px 0 0 0;
    }

    #portal-logo img {
        width: 160px;
    }

    #ulb-logo {
        width: 160px;
    }

    #ulb-logo img {
        width: 30px;
    }

    #ulb-logo span {
      font-size: 14px;
      line-height: 16px;
    }

    #tud-logo {
        margin-bottom: 0px;
        width: 160px;
    }

    #tud-logo img {
        width: 160px;
    }

    .navbar-start {
        top: -30px;
    }

    .navbar-item {
        padding: 3px 8px;
        font-size: 14px;
    }

    .portal-main-search {
        padding: 30px 0;
        background: #008877;
    }

    .home-prestige-content {
        margin: 30px 15px;
        max-width: calc(100% - 30px);
    }

    .home-intro p {
        width: 100%;
    }

    .home-newscontent .frame:hover {
        margin: 0;
    }

    #tx-dlf-search-query,
    #tx-dlf-search-logical-page {
        width: 75%;
        margin-bottom: 15px;
    }

    .tx-dlf-collection-list,
    .calendar-items,
    .tx-dlf-newspaper-years .year-view ul,
    .home-newscontent {
        grid-template-columns: 1fr 1fr;
    }

    .tx-dlf-statistics {
        background-color: rgba(153,153,153,0.9);
    }

    main {
        margin: 30px 15px;
        max-width: calc(100% - 30px);
    }

    .tx-dlf-listview {
        margin: 0 0 0 0;
    }

    main aside {
        float: none;
        width: 100%;
    }

    #main-content {
        float: none;
        width: 100%;
    }

    #footer-content {
        max-width: calc(100% - 30px);
        margin: 0 15px;
        display: block;
    }

    #footer-content ul {
        padding: 15px;
        width: calc(100% - 30px);
        display: block;
        text-align: center;
    }

    #footer-content li {
        display: inline-block;
        margin-top: 5px;
    }

    #footer-content p {
        padding: 0px 15px 15px 15px;
        display: block;
        width: calc(100% - 30px);
        text-align: center;
    }

    .dropdown-menu label:hover {
        background-color: #008877;
    }

    .dropdown-menu ul ul {
        display: none;
    }

    .tx-dlf-search-facets {
        margin: 15px;
        padding: 0px;
        background-color: transparent;
        border-top: 0px none;
    }

    .tx-dlf-search-facets h2 {
        font-size: 16px;
        padding: 0;
    }

    .detail-view-header {
        padding: 15px;
        display: block;
        width: calc(100% - 30px);
    }

    .detail-view-title {
        width: 100%;
        display: block;
        padding-bottom: 15px;
    }

    dd.tx-dlf-metadata-title,
    dt.tx-dlf-metadata-title {
        float: none;
        display: inline;
    }

    .detail-view-nav {
        width: 100%;
        display: block;
        text-align: center;
    }

    .tx-dlf-navigation-double-plus,
    .tx-dlf-navigation-rotate-right {
        margin-right: 0;
    }

    .detail-view-itemoptions .detail-view-itemcontents,
    .detail-view-itemoptions .detail-view-tools {
        width: calc(30% - 3px);
    }

    .detail-view-itemoptions .tx-dlf-basket-button {
        position: inherit;
        top: 0;
        left: 15px;
        display: block;
        margin-bottom: 15px;
    }
}


/*----------------------------------------------------------------------
max 700px
----------------------------------------------------------------------*/

@media only screen and (max-width: 700px) {

    .meta-actions {
        padding-left: 15px;
        width: 35%;
    }

    .meta-navigation {
        padding-right: 15px;
        width: 35%;
    }

    #portal-logo {
        width: calc(100% - 120px);
        padding: 25px 0 0 0;
    }

    #portal-logo img {
        width: 120px;
    }

    #ulb-logo {
        width: 50px;
        padding: 10px 0;
    }

    #ulb-logo img {
        width: 30px;
    }

    #ulb-logo span {
      display: none;
    }

    #tud-logo {
        width: 120px;
    }

    #tud-logo img {
        width: 120px;
    }

    .portal-main-search input[type="submit"] {
        width: 100%;
    }

    #tx-dlf-search-query,
    #tx-dlf-search-logical-page {
        width: 100%;
        margin: 0;
    }

    article.breadcrumb {
        margin-top: 30px;
    }

    .tx-dlf-collection-list,
    .calendar-items,
    .tx-dlf-newspaper-years .year-view ul,
    .home-newscontent {
        grid-template-columns: 1fr;
    }

    .tx-dlf-collection-list li {
        padding: 15px;
    }

    .collection-headline {
        margin: 15px;
    }

    .tx-dlf-collection-thumbnail img {
        margin-bottom: 15px;
    }

    .tx-dlf-search {
        background-color: #FFFFFF;
        padding: 15px;
    }

    .tx-dlf-statistics {
        padding: 15px;
    }

    .dropdown-menu input[type=checkbox]:checked ~ ul {
        display: block;
        position: relative;
    }

    .listview-headline-sort {
        display: block;
        width: 100%;
    }

    .listview-headline-sort form {
        display: block;
        text-align: center;
        padding: 0;
    }

    .listview-headline-sort select {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .listview-headline-addon {
        display: block;
        width: 100%;
        padding: 10px 0;
    }

    .listview-headline-addon p {
        padding: 0 15px;
        display: block;
        text-align: center;
    }

    .listview-headline-addon p:last-child {
        text-align: center;
    }

    .tx-dlf-listview-list .shlb-listview-img img {
        width: 60px;
        height: auto;
    }

    .tx-dlf-listview-list .shlb-listview-text {
        width: calc(100% - 90px);
    }

    .shlb-listview-text-item {
        display: block;
        width: 100%;
    }

    .shlb-listview-text-item label {
        display: block;
        width: 100%;
    }

    .shlb-listview-text-item span {
        display: block;
        width: 100%;
    }


    .tx-dlf-listview-list li .add-to-cart {
        position: relative;
        margin-top: 15px;
        top: 0;
        left: 0;
    }

    .tx-dlf-listview-list li .show-volumes {
        position: relative;
        margin-top: 5px;
        top: 0;
        left: 0;
    }

    .tx-dlf-listview-list li ol li {
        display: block;
        width: 100%;
    }

    .tx-dlf-listview-list li ol li .tx-dlf-listview-thumbnail {
        display: block;
        width: auto;
    }

    .tx-dlf-listview-list li ol li dl {
        padding: 15px;
        display: block;
        vertical-align: top;
    }

    .tx-dlf-listview-list li ol li .add-to-cart {
        left: 0;
        padding: 0 15px 15px 15px;
        margin: 0;
        display: block;
        width: auto;
        text-align: left;
    }

    dt.tx-dlf-metadata-title,
    dt.tx-dlf-metadata-place,
    dt.tx-dlf-metadata-type,
    dt.tx-dlf-metadata-year,
    dt.tx-dlf-metadata-author,
    dt.tx-dlf-metadata,
    .tx-dlf-listview-list li ol li dt {
        float: none;
        padding-right: 0;
    }

    .tx-dlf-navigation li a,
    .tx-dlf-navigation li span {
        margin-bottom: 5px;
    }

    .detail-view-itemoptions {
        display: block;
    }

    .detail-view-itemoptions .detail-view-itemcontents,
    .detail-view-itemoptions .detail-view-tools {
        display: block;
        position: inherit;
        width: calc(100% - 30px);
        padding: 0;
        margin: 0 15px;
        left: 0;
    }

    .detail-view-itemdetails {
        display: block;
    }

    .tx-dlf-pagegrid {
        width: calc(100% - 30px);
    }

    .tx-dlf-pagegrid-list {
        margin-bottom: 15px;
    }

    .tx-dlf-pagegrid .tx-dlf-pagegrid-thumbnail {
        margin: 5px;
        height: auto;
    }

    .tx-dlf-pagegrid .tx-dlf-pagegrid-thumbnail a {
        position: inherit;
    }

    .tx-dlf-newspaper-calendar .meta-header,
    .tx-dlf-newspaper-years .meta-header {
        display: block;
    }

    .year-anchor {
        display: block;
        text-align: center;
        padding: 15px 15px 0 15px;
    }

    .calendar-list-selection {
        display: block;
        text-align: center;
        padding: 15px 15px 30px 15px;
    }

    .calendar-view {
        padding: 15px;
    }

    .tx-dlf-newspaper-calendar .list-view {
        padding: 15px;
    }

    .tx-dlf-newspaper-calendar .list-view li {
        padding: 5px 0;
    }

    .tx-dlf-newspaper-calendar .meta-header .year,
    .tx-dlf-newspaper-calendar .meta-header .meta-hint-year,
    .tx-dlf-newspaper-years .meta-hint-year {
        padding-bottom: 15px;
    }

    .tx-dlf-basket-label {
        padding: 15px;
        text-align: center;
    }

    .tx-dlf-basket-counts {
        text-align: center;
    }

    .tx-dlf-basket-list {
        padding: 0 15px;
    }

}

.ol-viewport {
    position:initial !important;
}

ul.tx-dlf-toolbox span a img {
    width: 24px;
    height: auto;
}

#detail-view {
    background-color: #e4e4e4;
}

.detail-view-main {
    background: #FFFFFF;
}

.detail-view-header {
    padding: 30px;
    display: table;
    width: calc(100% - 60px);
    margin-bottom: 15px;
}

.detail-view-title {
    width: 31%;
    display: table-cell;
    vertical-align: top;
}

.detail-view-title .tx-dlf-metadata dl dt.tx-dlf-metadata-title {
    display: none;
}

.detail-view-nav {
    width: 25%;
    display: table-cell;
    text-align: right;
    vertical-align: top;
}

.detail-aside-nav {
    padding: 30px;
}

.detail-aside-nav select {
    width: 100%;
    padding: 12px 10px;
}

.tx-dlf-toolbox {
    /*position: absolute;*/
    right: 20px;
    top: 30px;
}

.tx-dlf-toolbox.fs_on {
    position: absolute;
    right: -210px;
    top: 80px;
}

.tx-dlf-toolbox li,
.tx-dlf-navigation li,
.tx-dlf-Navigation li {
    display: inline-block;
    list-style-type: none;
    margin: 5px 0 0 5px;
    vertical-align: middle;
}

.tx-dlf-toolbox li span,
.tx-dlf-navigation li span,
.tx-dlf-Navigation li span {
    padding: 8px;
    line-height: 0;
    font-size: 16px;
    color: #ccc;
    background: #ababab;
    display: inline-block;
}

.tx-dlf-navigation .dropdown-menu span,
.tx-dlf-Navigation .dropdown-menu span {
    background: transparent;
    color: #242424;
    padding: 0;
    line-height: 16px;
}

.tx-dlf-toolbox li a,
.tx-dlf-navigation li a,
.tx-dlf-Navigation li a {
    padding: 8px;
    line-height: 0;
    font-size: 16px;
    display: inline-block;
    background: #00554A;
    color: #FFFFFF !important;
    font-weight: 600;
    text-decoration: none !important;
    text-shadow: 0px 1px 0px rgb(86, 7, 16);
    border: 0;
    margin: 0;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.tx-dlf-toolbox li a:hover,
.tx-dlf-navigation li a:hover,
.tx-dlf-Navigation li a:hover {
    background: #008877 !important;
    transition: background 0.5s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
}

.tx-dlf-toolbox li a.active {
    background: #cc0a4b !important;
}

.lba-active {
    background: #6a6a6a !important;
    color: #FFFFFF;
}

.tx-dlf-toolbox li img,
.tx-dlf-navigation li img,
.tx-dlf-Navigation li img {
    width: 30px;
    height: auto;
}

.tx-dlf-navigation-pageselect div,
.tx-dlf-navigation-pageselect form {
    display: inline-block;
    vertical-align: top;
    line-height: 0;
}

.tx-dlf-navigation-next,
.tx-dlf-navigation-double {
    margin-right: 10px;
}

.tx-dlf-navigation-double-plus {
    display: none !important;
}

.detail-view-itemoptions {
    border-top: 3px solid #999;
    display: table;
    width: calc(100% - 60px);
    margin: 0 30px 30px 30px;
    position: relative;
    z-index: 3;
}

.detail-view-itemdetails {
    vertical-align: top;
}

.detail-view-itemoptions .detail-view-itemcontents {
    vertical-align: top;
}

.detail-view-tools,
.tx-dlf-toolbox,
.tx-dlf-toolbox .dropdown-menu {
    display: inline;
}

.detail-view-tools .dropdown-menu label {
    background: #6a6a6a;
    margin-top: 0;
    color: #FFFFFF;
    cursor: pointer;
    padding: 8px;
    display: inline-block;
    line-height: 0;
    background-position: 24px bottom;
}

.detail-view-tools .dropdown-menu label:hover {
    background: url('/typo3conf/ext/presentation_package/Resources/Public/Images/icon-arrow-down.svg') no-repeat 24px 24px #cc0a4b;
    background-size: 24px auto;
    transition: background 0.5s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
}
.calendar-metadata .dropdown-menu ul,
.detail-view-tools .dropdown-menu ul,
.detail-view-itemoptions .dropdown-menu ul {
    display: none;
}

.detail-view-itemoptions .dropdown-menu ul ul {
    border: 0;
}

.detail-view-itemoptions .dropdown-menu ul li {
    border-bottom: 0;
    position: relative;
}

.detail-view-itemoptions .dropdown-menu input[type=checkbox]:checked ~ label {
    background: url('/typo3conf/ext/presentation_package/Resources/Public/Images/icon-shlb-arrow-up-w.svg') no-repeat right center #008877;
    background-size: 16px 16px;
    color: #FFFFFF;
}

.detail-view-tools .dropdown-menu input[type=checkbox]:checked ~ label {
    background: url('/typo3conf/ext/presentation_package/Resources/Public/Images/icon-shlb-arrow-up-w.svg') no-repeat right center #008877;
    background-size: 16px 16px;
    color: #FFFFFF;
}

.detail-view-itemoptions .dropdown-menu input[type=checkbox]:checked ~ ul,
.detail-view-itemoptions .dropdown-menu input[type=checkbox]:checked ~ ul ul,
.detail-view-itemoptions .dropdown-menu input[type=checkbox]:checked ~ div.tx-dlf-toolbox ul,
.detail-view-itemoptions .dropdown-menu input[type=checkbox]:checked ~ div div.tx-dlf-toolbox ul{
    display: block;
}

.detail-view-tools .dropdown-menu input[type=checkbox]:checked ~ ul,
.detail-view-tools .dropdown-menu input[type=checkbox]:checked ~ ul ul,
.detail-view-tools .dropdown-menu input[type=checkbox]:checked ~ div.tx-dlf-toolbox ul,
.detail-view-tools .dropdown-menu input[type=checkbox]:checked ~ div div.tx-dlf-toolbox ul{
    display: block;
    background: #FFFFFF;
    position: absolute;
    z-index: 5;
    padding: 15px;
    margin-right: 30px;
}

.detail-view-itemoptions .dropdown-menu ul li .tx-dlf-imagedownloadtool,
.detail-view-itemoptions .dropdown-menu ul li .tx-dlf-fulltexttool,
.detail-view-itemoptions .dropdown-menu ul li .tx-dlf-pdfdownloadtool {
    padding: 5px 5px;
}

.tx-dlf-toc .dropdown-menu input[type=checkbox]:checked ~ ul ul {
    padding-left: 25px
}

.tx-dlf-toc .tx-dlf-toc-cur {
    background-color: white;
}

.tx-dlf-toolsPdf span {
    border-top: 1px solid #d8d8d8;
    display: block;
}

span.no-fulltext {
    display: inline-block;
}

.tx-dlf-fulltexttool {
    display: inline;
}

.tx-dlf-pdfdownloadtool {
    display: inline;
}

.tx-dlf-toolsPdf span:first-child {
    border-top: 0;
}

.detail-view-itemoptions .tx-dlf-toc-title {
    display: block;
    padding: 5px 15px;
}

.detail-view-itemoptions .tx-dlf-basket-button {
    position: absolute;
    top: 5px;
    right: 15px;
}

.detail-view-itemoptions .tx-dlf-basket-button a {
    display: inline-block;
    background: url('/typo3conf/ext/presentation_package/Resources/Public/Images/icon-star-dark.svg') no-repeat 10px center #FFFFFF;
    background-size: 16px 16px;
    color: #242424;
    text-decoration: none;
    padding: 8px 10px 8px 30px !important;
    font-weight: 600;
}

.detail-view-itemoptions .tx-dlf-basket-button a:hover {
    background: url('/typo3conf/ext/presentation_package/Resources/Public/Images/icon-star.svg') no-repeat 10px center #cc0a4b;
    background-size: 16px 16px;
    color: #FFFFFF;
}


.tx-dlf-toc-act {
    margin: 0;
}

.tx-dlf-toc-ifsub dl {
    padding: 15px;
}

.detail-view-itemdetails dt,
.detail-view-itemdetails label dt {
    display: inline;
    padding-right: 5px;
    font-weight: 400;
}

.detail-view-itemdetails dd,
.detail-view-itemdetails label dd {
    font-weight: 600;
    display: inline;
}

.detail-view-itemdetails .dropdown-menu ul dt a,
.detail-view-itemdetails .dropdown-menu ul dd a {
    padding: 0 !important;
    display: inline;
}

.tx-dlf-pagegrid {
    z-index: 4;
    text-align: center;
    background: rgba(78,42,45,1);
    background: -moz-linear-gradient(-45deg, rgba(78,42,45,1) 0%, rgba(36,36,36,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(78,42,45,1)), color-stop(100%, rgba(36,36,36,1)));
    background: -webkit-linear-gradient(-45deg, rgba(78,42,45,1) 0%, rgba(36,36,36,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(78,42,45,1) 0%, rgba(36,36,36,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(78,42,45,1) 0%, rgba(36,36,36,1) 100%);
    background: linear-gradient(135deg, rgba(78,42,45,1) 0%, rgba(36,36,36,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e2a2d', endColorstr='#242424', GradientType=1 );
    margin: 0 auto;
    padding: 30px 15px;
    line-height: 0;
}

.tx-dlf-pagegrid-list {
    list-style-type: none;
    display: block;
    height: 100%;
}

.tx-dlf-pagegrid-list li {
    display: inline-block;
}

/*.tx-dlf-pagegrid .tx-dlf-pagegrid-thumbnail {*/
/*    position: relative;*/
/*    display: block;*/
/*    width: 25px;*/
/*    margin: 0 3px;*/
/*    height: auto;*/
/*    min-height: 25px;*/
/*}*/

/*.tx-dlf-pagegrid .tx-dlf-pagegrid-thumbnail a {*/
/*    display: block;*/
/*    width: 25px;*/
/*    height: auto;*/
/*    line-height: 0;*/
/*    font-size: 16px;*/
/*    border: 2px solid #adadad;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/

/*.tx-dlf-pagegrid .tx-dlf-pagegrid-thumbnail a:hover {*/
/*    top: -75px;*/
/*    left: -55px;*/
/*    width: 80px;*/
/*    border: 2px solid #cc0a4b;*/
/*    z-index: 99;*/
/*}*/

/*.tx-dlf-pagegrid .tx-dlf-pagegrid-thumbnail img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/

aside .tx-dlf-pagegrid-pagebrowser {
    display: none;
}

.volume-info {
    background-color: #ababab;
    padding: 8px 15px;
    color: #FFFFFF;
    margin: 30px;
}

.volume-list {
    padding: 0 30px 30px 30px;
    list-style: none;
}

.volume-list li a {
    background: #6a6a6a;
    display: inline-block;
    padding: 8px 15px;
    color: #FFFFFF;
    margin: 0 5px 5px 0;
    text-decoration: none;
}

.volume-list li a:hover {
    background: #cc0a4b;
}

.termsOfUse {
    position: absolute;
    z-index: 100;
    background-color: #242424;
    padding: 1rem;
    right: 0px;
    color: #FFF;
    opacity: 0.9;
    max-width: 60%;
}

.termsOfUse a {
    color: #FFF;
}

.termsOfUse label {
    padding-left: 0.5em;
}

div#tx-dlf-fulltextselection .highlight {
    background-color: yellow;
    color: #242424;
}

#tx-dlf-fulltextselection .textline {
    margin-right: 3px;
}

#tx-dlf-fulltextselection {
    position: absolute;
    right: 0px;
    background: #e4e4e4;
    z-index: 9;
    width: 23%;
    padding: 15px;
    overflow: auto;
    /*border: 1px solid;*/
}

#tx-dlf-fulltextselection:empty {
    padding:0;
}

#tx-dlf-fulltextselection br + br {
    display: none;
}

#tx-dlf-fulltextselection .textline {
    padding-right: 5px;
}

a#tx-dlf-tools-fulltext:after {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url('/typo3conf/ext/presentation_package/Resources/Public/Images/icon-text-white.svg');
}

span.fullPdfDownloadSpan,
span.zipDownloadSpan,
span.tx-dlf-tools-fulltext {
    padding: 0 !important;
}

span.zipDownloadSpan,
span.fullPdfDownloadSpan img {
    width: 24px;
    height: auto;
}

.tx-dlf-toolbox ul li {
    list-style: none;
}

.tx-dlf-navigation-tools > span {
    display: none;
}

.tx-dlf-toolbox ul {
    z-index: 10 !important;
    display: inline;
}

.tx-dlf-navigation-tools > div {
    display: inline;
}

.tx-dlf-navigation-tools > span {
    display: none !important;
}

.tx-dlf-tools-pdf-page {
    display: none !important;
}

.tx-dlf-tools-pdf-work {
    display: none !important;
}

.dlf-search-switch {
    display: flex;
    overflow: hidden;
    margin-top: 15px;
}

.tx-dlf-search-wrapper .dlf-search-switch {
    display: inline-flex;
    margin-left: 50px;
}

.dlf-search-switch input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 0px;
    width: 0px;
    border: 0;
    overflow: hidden;
}

.dlf-search-switch label {
    background-color: #00554A;
    color: #008877;
    text-align: center;
    border: 1px solid #00554A;
    transition: all 0.1s ease-in-out;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 8px;
}

.dlf-search-switch label:hover {
    cursor: pointer;
    background: transparent;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    transition: background 0.5s ease-in-out;
    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
}

.dlf-search-switch input:checked + label {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    color: #008877;
}

.tx-dlf-metadata dt.tx-dlf-metadata-type,
.tx-dlf-metadata dd.tx-dlf-metadata-type {
    float: initial;
    display: block;
}

.multivalued {
    display: block
}

span.multivalued dd,
span.multivalued dt{
    display: inline !important;
}

span.multivalued dd:not(:last-child):after {
    content: ", ";
}

.tx-dlf-listview-collection-thumbnail {
    padding: 0 0 15px 0;
    border-bottom: 1px solid #008877;
    margin: 0 0 30px 0;
}

dd.tx-dlf-title a {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 15px 0;
    display: inline-block;
}

.tx-dlf-collection .tx-dlf-collection-description .tx-dlf-collection-descriptio-list p.long {
    display: none;
}

.tx-dlf-listview-collection-thumbnail p.short {
    display: none;
}

.tx-dlf-listview-collection-thumbnail img {
    width: 100%;
    height: auto;
    padding: 0 0 15px 0;
}

.tx-dlf-toc-pagination {
    display: none;
}

.tx-dlf-listview-list ol {
    display: none;
}

.tx-dlf-listview-list li .show-volumes a.show-volumes-expand {
    background: url('/typo3conf/ext/presentation_package/Resources/Public/Images/icon-arrow-down.svg') no-repeat left center #999;
}

.tx-dlf-listview-list li .show-volumes a.show-volumes-expand:hover {
    background: url('/typo3conf/ext/presentation_package/Resources/Public/Images/icon-arrow-down.svg') no-repeat left center #005182;
}

.tx-dlf-listview-list li .show-volumes a.show-volumes-expand.down {
    background: url('/typo3conf/ext/presentation_package/Resources/Public/Images/icon-arrow-up.svg') no-repeat left center #0071bc;
}

.tx-dlf-listview-list li .show-volumes a.show-volumes-expand.down:hover {
    background: url('/typo3conf/ext/presentation_package/Resources/Public/Images/icon-arrow-up.svg') no-repeat left center #005182;
}

/*.tx-dlf-metadata .show-metadata {*/
/*position: absolute;*/
/*top: 56px;*/
/*left: 10px;*/
/*}*/

.tx-dlf-metadata .show-metadata a {
    display: inline-block;
    color: #FFFFFF;
    border-radius: 3px;
    text-decoration: none;
    padding: 4px 10px 4px 30px;
    font-weight: 400;
}

.tx-dlf-metadata .show-metadata a.show-metadata-expand {
    background: url('/typo3conf/ext/presentation_package/Resources/Public/Images/icon-arrow-down.svg') no-repeat left center #999;
}

.tx-dlf-metadata .show-metadata a.show-metadata-expand:hover {
    background: url('/typo3conf/ext/presentation_package/Resources/Public/Images/icon-arrow-down.svg') no-repeat left center #005182;
}

.tx-dlf-metadata .show-metadata a.show-metadata-expand.down {
    background: url('/typo3conf/ext/presentation_package/Resources/Public/Images/icon-arrow-up.svg') no-repeat left center #0071bc;
}

.tx-dlf-metadata .show-metadata a.show-metadata-expand.down:hover {
    background: url('/typo3conf/ext/presentation_package/Resources/Public/Images/icon-arrow-up.svg') no-repeat left center #005182;
}


.tx-dlf-search-facets {
    margin: 0 !important;
}

aside .tx-dlf-search {
    margin: 0;
    margin-right: 15px;
    padding: 0;
    margin-bottom: 60px;
}

li.tx-dlf-navigation-pageselect label {
    display:none;
}

.tx-dlf-pagegrid-pagebrowser {
    padding-bottom: 15px;
}

.tx-dlf-pagegrid-cur .tx-dlf-pagegrid-pagination {
    color: #0071c2;
    font-weight: bold;
}

.tx-dlf-pagegrid-cur .tx-dlf-pagegrid-thumbnail img {
    border: 2px solid #0071BC;
}

.tx-dlf-listview img {
    /*display: none;*/
}

.show-volumes {
    display:none;
}

.highlight {
    background-color: #0071bc;
    color: #FFFFFF;
}

div#tx-dlf-fulltextselection {
    padding: 10px;
    margin-top: 40px;
}


.image-manipulation .slider-container .slider .ui-slider-handle:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 12px;
    width: 12px;
    background: #f33;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    content: "";
}

.image-manipulation .slider-container .slider-brightness:before {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAQAAAC1QeVaAAAAcElEQ…OQ1s7Az5fpG9I4w8Zk8OC1z0C/Va/yBfXEC1G9He0UlN8eX+sBaLOILAAAAABJRU5ErkJggg==) no-repeat 0 0;
}

.image-manipulation .slider-container .slider:before {
    position: absolute;
    top: -5px;
    left: -20px;
    width: 14px;
    height: 14px;
    content: "";
}

.image-manipulation .slider-container .slider {
    position: relative;
    width: 200px;
    height: 20px;
    border: 0 none;
    border-radius: 0;
    background: transparent;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-right: 24px;
    margin-left: 15px;
}

.image-manipulation .slider-container .slider .ui-slider-handle {
    border-radius: 0;
    border: 0 none;
    background: transparent;
    outline: 0;
    cursor: pointer;
}

.slider-imagemanipulation.ui-slider-horizontal .ui-slider-handle {
    position: absolute;
    z-index: 2;
    top: -6px;
    width: 12px;
    height: 12px;
    background: #00b19e;
    border: 0 none;
    border-radius: 0;
    box-shadow: 1px 0 2px rgba(0,0,0,0.2);
    cursor: col-resize;
    margin-left: -6px;
}

.slider {
    top: 10px;
    padding: 5px;
    border-top: 3px solid #0071bc !important;
    padding-bottom: 10px;
}

.slider-container.open {
    padding: 10px;
}

.slider-imagemanipulation.slider-contrast:before {
    content: "Kontrast" !important;
    top: 5px !important;
}

.slider-imagemanipulation.slider-saturation:before {
    content: "Sättigung" !important;
    top: 5px !important;
}

.slider-imagemanipulation.slider-brightness:before {
    content: "Helligkeit" !important;
    top: 5px !important;
}

.slider-imagemanipulation.slider-hue:before {
    content: "Färbung" !important;
    top: 5px !important;
}

.slider-imagemanipulation .tooltip {
    text-align: center;
}

.image-manipulation {
    border: 1px solid #d8d8d8;
    background-color: #FFFFFF;
}

.image-manipulation .checkbox label input {
    margin-right: 10px;
}

.meta-batchcount {
    position: relative;

}

.tx-dlf-goto-basket label {
    display:none;
}

.meta-navigation .tx-dlf-basket {
    background-color: transparent;
    margin: 0;
    width: auto;
    box-shadow: none;
}

.meta-navigation .tx-dlf-goto-basket a::after {
    content: url('/typo3conf/ext/presentation_package/Resources/Public/Images/icon-star.svg');
}

.meta-navigation .meta-batchcount {
    top: -10px !important;
}

#tx-dlf-search-suggest ul {
    list-style-type: none;
    /*width: 100% !important;*/
    /*left: 0px !important;*/
    /*top: 0px !important;*/

    left: 25% !important;
    position: absolute !important;
    width: 50% !important;
    background-color: #FFFFFF;
    z-index: 99;
    border: 1px solid #0071bc;
    margin-top: 10px;
}

#tx-dlf-search-suggest ul li {
    padding: 10px;
}

#tx-dlf-search-suggest ul li:hover {
    background-color: #005182;
    color: #FFFFFF;
}

.ui-helper-hidden-accessible {
    display: none;
}

#tx-dlf-search-suggest ul li div {
    border-bottom: 1px solid #acacac;

}

#ov_map {
    max-height: 200px;
}

.meta-is-version {
    display: inline-block;
    vertical-align: middle;
    background: #FFFFFF;
    color: #f94a15;
    font-weight: 800;
    border-radius: 3px;
    padding: 5px;
    webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
}

dd.secondpart,
dt.secondpart,
dd.tx-dlf-metadata-title,
dt.tx-dlf-metadata-title {
    display:block !important;
}

.metadata-title-only .secondpart {
    display: none !important;
}

.tx-dlf-listview-preview em {
    background-color: yellow;
}

.hide-facet {
    display: none;
}
