@font-face {
    font-family: "ClanWebBook";
    src: url("/fileadmin/resources/fonts/ClanWeb-Book.woff") format("truetype");
}

h1 { font-family: ClanWebBook, "Helvetica Neue", Helvetica,Arial, sans-serif; }
h2 { font-family: ClanWebBook, "Helvetica Neue", Helvetica,Arial, sans-serif; margin-bottom: 20px; }

.h4, h4 { font-size: 20px; margin-bottom: 25px; font-weight: 400; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: inherit;
}

b, strong { font-weight: 500; }

.frame-default >p >strong,
.frame-default >h5 >strong { 
    font-size: 16px; 
    font-weight: 400; 
}

.frame-type-text >p >a,
.frame-type-html >p >a {
    font-weight: 500;
}

.frame-default >h5 >a,
#c34.frame-default >p >a,
#c35.frame-default >p >a,
#c36.frame-default >p >a {
    margin: 0 0 0 10px;

}

.frame-default >h5 >a:before,
#c34.frame-default >p >a:before,
#c35.frame-default >p >a:before,
#c36.frame-default >p >a:before {
    content: "•";
    margin: 0 10px 0 0;
    color: #000;
}

#c39.frame-default >h4 {
    font-size: 14px;
}

/* * header */
header.head>.container,
header.head nav .navbar-header {
    background-color: #b5123e;
}

@media (min-width: 768px) {
    header.head {
        background-color: #b5123e;
    }
}

header.head>.container a:focus,
header.head>.container a:hover {
    text-decoration: underline;
}

.col-md-9.text-left {
    float: right;
}

header.head .col-md-9.text-left a.logo {
    float: right;
}

header.head a.logo {
    display: inline-block;
    margin: 40px 0 40px 0;
    float: left;
}

header.head div.language {
    color: #d6d2d6;
    margin-top: 20px;
}

header.head div.language a {
    color: #d6d2d6;
    text-decoration: none;
}

header.head div.language a.current-language {
    color: #fff;
}

header.head .text-left img.logo {
    margin-right: 10px;
    max-height: 56px;
    vertical-align: top;
}

header.head .text-left span.logo {
    color: #fff;
    display: inline-block;
    font-family: ClanWebBook, "Helvetica Neue", Helvetica,Arial, sans-serif;
    font-size: 20px;
    text-align: right;
}

header.head .text-right img.logo {
    max-height: 56px;
}

@media (max-width: 1024px) {
    header.head>div.container>div.row:last-child>div.col-md-9.text-left {
        float: right;
        max-width: 450px;
        text-align: right;
    }

    header.head>div.container>div.row:last-child>div.col-md-9.text-left a.logo img.logo {
        margin: 0;
    }

    header.head>div.container>div.row:last-child>div.col-md-9.text-left a.logo span.logo {
        margin-top: 5px;
    }

    header.head>div.container>div.row:last-child>div.col-md-3.text-right {
        left: 5px;
        position: absolute;
        top: 0;
    }
}

@media (max-width: 768px) {
    header.head>div.container>div.row:last-child>div.col-md-9.text-left {
        margin-top: 40px;
    }
    header.head>div.container>div.row:last-child>div.col-md-9.text-left a.logo img.logo {
        max-height: 40px;
    }
    header.head .text-right img.logo {
        max-height: 40px;
    }
}

@media (max-width: 425px) {
    header.head>div.container>div.row:last-child>div.col-md-9.text-left {
        /*margin-top: 80px;*/
    }

    header.head>div.container>div.row:last-child>div.col-md-9.text-left a.logo span.logo {
        font-size: 18px;
    }
    header.head>div.container>div.row:last-child>div.col-md-9.text-left a.logo img.logo {
        max-height: 30px;
    }
    header.head .text-right img.logo {
        max-height: 30px;
    }

}

@media (max-width: 375px) {
    header.head>div.container>div.row:last-child>div.col-md-9.text-left a.logo span.logo {
        font-size: 16px;
    }
}

@media (max-width: 320px) {
    header.head>div.container>div.row:last-child>div.col-md-9.text-left a.logo span.logo {
        font-size: 14px;
    }
}

header.head hr.purpleline {
    border-top: 1px solid #ec406d;
    margin: 0;
}

header.head nav.navbar {
    border: 0;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    z-index: 1030;
}

header.head nav .navbar-collapse {
    line-height: 0;
    padding: 0;
}

header.head .navbar-header .navbar-toggle {
    background-color: transparent;
    border: 1px solid transparent;
    border-left-color: #ec406d;
    border-right-color: #ec406d;
    border-radius: 0;
    color: #fff;
    float: left;
    height: 50px;
    margin: 0;
    padding: 0;
    width: 220px;
}

header.head .navbar-header .navbar-toggle:focus,
header.head .navbar-header .navbar-toggle:hover {
    color: #fff;
}

header.head .navbar-header .navbar-toggle span {
    font-family: ClanWebBook, "Helvetica Neue", Helvetica,Arial, sans-serif;
    font-size: 14px;
}

header.head .nav.navbar-nav {
    background-color: #b5123e;
    display: inline-block;
    font-family: ClanWebBook, "Helvetica Neue", Helvetica,Arial, sans-serif;
    margin-bottom: 0;
    margin-top: 0;
    position: relative;
    left: 0;
    z-index: 1000;
    min-width: 235px;
}

header.head .navbar-collapse .navbar-nav>li:first-child>a {
    /*padding-left: 40px;*/
}

.navbar-collapse {
    border-top: 0;
}

header.head .navbar-nav>li:first-child {
    /*border-left: 1px solid #ec406d;*/
}

header.head .navbar-nav>li {
    border-right: 1px solid #ec406d;
    /*width: 220px;*/
}

header.head .navbar-nav>li:last-child {
    border: none;
}

@media (max-width: 767px) {
    .navbar-collapse ul.nav li.dropdown {
        border-top: 1px solid #ec406d;
    }
    header.head .nav.navbar-nav {
        position: absolute;
    }
    header.head .navbar-nav>li:first-child>a {
    padding-left: 40px;
}
}

header.head .nav>li>a {
    color: #fff;
    font-weight: bold;
    padding: 15px 40px;
}

header.head .navbar-nav>li:first-child>a {
    padding-left: 0;
}

header.head .nav>li>a:hover {
    color: #fff;
    text-decoration: underline;
    background-color: initial;
}

header.head .nav .open>a,
header.head .nav .open>a:focus,
header.head .nav .open>a:hover {
    background-color: initial;
    border-color: initial;
}

header.head .nav .open .dropdown-menu {
    /*max-width: 180px;*/
    min-width: 260px;
    background-color: #b5123e;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ec406d;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

header.head .nav .open .dropdown-menu>li>a {
    color: #fff;
    white-space: normal;
}

header.head .nav .open .dropdown-menu>li>a:focus,
header.head .nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: underline;
    background-color: initial;
}

header.head .nav .open .dropdown-menu>li.divider {
    background-color: #ec406d;
}

header.head .nav .open .dropdown-menu>li:last-child {
    display: none;
}

header.head .breadcrumb_container {
    background-color: #DAD2D4;
    margin-top: 50px;
}

div.breadcrumb_wrapper {
    padding: 0;
}

div.breadcrumb_wrapper>span {
    float: left;
    padding: 12px 0 15px 15px;
}

.breadcrumb {
    padding: 12px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: #DAD2D4;
    border-radius: 0;
}

.breadcrumb ul {
    margin-bottom: 0;
}

.breadcrumb li:before {
    color: #000;
    content: "\00a0";
    padding: 0 0;
}

.breadcrumb>li+li:before {
    color: #000;
    content: "\00a0>\00a0";
    padding: 0 0;
}

.breadcrumb a,
.breadcrumb a:active,
.breadcrumb a:focus,
.breadcrumb a:hover,
.breadcrumb a:visited {
    color: #b5123e;
}

.breadcrumb a:focus,
.breadcrumb a:hover {
    text-decoration: underline;
}

/* * default page */
section.main {
    margin: 20px auto 20px auto;
}

/* * landing page */
section.landing {
    background-attachment: scroll;
    background: linear-gradient(rgba(255, 255, 254, 0.8), rgba(255, 255, 255, 0.8)), url("../img/Logo_intRecht-rot.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 850px;
    margin-bottom: 24px;
}

section.landing > .row:first-child .frame-default {
    margin-top: 40px;
}

section.landing > .row:first-child .frame-default p {
    margin: 0;
    font-family: ClanWebBook, "Helvetica Neue", Helvetica,Arial, sans-serif;
    font-weight: bold;
    font-size: 21px;
}

#ebscohostCustomSearchBox,
#vufindCustomSearchBox {
    margin: 20px auto 250px auto;
    text-align: center;
}

@media (min-width: 700px) {
    #ebscohostCustomSearchBox,
    #vufindCustomSearchBox {
        width: 50%;
    }
}

#ebscohostCustomSearchBox .mask,
#vufindCustomSearchBox .mask {
    position: relative;
}

#ebscohostCustomSearchBox .mask .fa-search,
#vufindCustomSearchBox .mask .fa-search {
    color: #b5123e;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 15px;
}

#ebscohostCustomSearchBox i,
#vufindCustomSearchBox i {
    cursor: pointer;
}

#ebscohostsearchtext,
#vufindsearchtext {
    height: 60px;
}

@media (max-width: 768px) {
    section.main .col-md-12 .col-md-3 {
        margin-top: 70px;
    }
}

section.main a,
section.main a:active,
section.main a:focus,
section.main a:hover,
section.main a:visited {
    color: #b5123e;
}

section.main a:focus,
section.main a:hover {
    text-decoration: underline;
} 


.btn-primary,
.btn-primary:link,
.btn-primary.link,
.btn-primary:visited,
.btn-primary.visited {
    color: #fff;
    background-color: #b5123e;
    border-color: #800d2d;
}

.btn-primary:hover,
.btn-primary.hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #990f36;
    border-color: #660b25;
}

section.main a.active {
    text-decoration: none;
    color: #000;
}

section.main ul[class^="filter-"] a.active::before,
section.main ul[class^="ttrss-"] a.active::before {
    content: "> ";
    margin-left: -12px;
}

section.main .f3-widget-paginator {
    margin: 0 0 28px 0;
    padding: 0;
}

section.main .f3-widget-paginator:last-child {
    margin: 34px 0 0 0;
    padding: 0;
}

section.main .f3-widget-paginator li {
    border: 1px solid #d6d2d6;
    display: inline-block;
    padding: 3px 12px;
}

section.main .f3-widget-paginator li.current {
    background-color: #eeeeee;
    color: #b5123e;
}

section.main .typo3-messages {
    list-style-type: none;
    padding: 0;
}

section.main .frame-type-form_formframework {
    padding-bottom: 18px;
}

/* * footer */
@media (min-width: 425px) {
    footer.lightgray{
        height: 50px;
    }

    footer.darkgray {
        height: 50px;
    }

    footer .container .row .col-md-12 .nav.navbar-nav>li {
        float: left;
    }

    footer .navbar-nav {
        margin: 0;
    }

    footer .navbar-nav>li>a {
        padding: 15px 30px 10px 0;
    }

    footer.lightgray a.dfg_logo span {
        display: none;
    }
}

footer.lightgray {
    background-color: #BAB5B7;
}

footer.lightgray a {
    color: #000;
}

footer.lightgray a.dfg_logo {
    padding: 0;
}

footer.lightgray a.dfg_logo span {
    float: left;
    padding: 15px 0;
    margin-left: 15px;
}

footer.lightgray img.dfg_logo {
    height: 35px;
    padding: 0 15px 0 15px;
    width: auto;
    margin: 8px 0 0 0;
}

@media (max-width: 425px) {
    footer.lightgray img.dfg_logo {
        padding-left: 2px;
    }
}

@media (min-width: 530px) {
    footer.lightgray a.dfg_logo span {
        display: initial;
    }

    footer.lightgray img.dfg_logo {
        padding-left: 6px;
    }
}

footer .row{
    margin-left: auto;
    margin-right: auto;
}

footer.darkgray {
    background-color: #6E6869;
}

footer.darkgray a {
    color: #fff;
}

footer .navbar-nav {
    display: inline-block;
    float: none;
}

footer li {
    display: inline;
    list-style-type: none;
    margin-left: 0;
}

footer .nav>li>a:focus,
footer .nav>li>a:hover {
    background-color: initial;
    text-decoration: underline;
}

footer .col-md-12 {
    float: none;
}

footer .fa {
    font-size: 24px;
}

/* tracking info */
#tracking-info {
    background: #797979;
    color: #d6d2d6;
    display: none;
    font-size: 1.1em;
    padding: 20px 0;
}
#tracking-info i {
    cursor: pointer;
    font-size: 2em;
}
#tracking-info a {
    color: #333333;
}

#navbar li:nth-child(3) .dropdown-menu li:nth-child(-n+3) a::after {
    content: "";
    background: url("../img/schluessel.svg") center no-repeat;
    width: 16px;
    height: 16px;
    margin: 0 1em 0 0;
    position: absolute;
    right: 0;
}

#c1459 ul
{
    display: flex;
    flex-direction: column;
    gap: 4px;
}
