.lato-thin {
font-family: "Lato", serif;
font-weight: 100;
font-style: normal;
}

.lato-light {
font-family: "Lato", serif;
font-weight: 300;
font-style: normal;
}

.lato-regular {
font-family: "Lato", serif;
font-weight: 400;
font-style: normal;
}

.lato-bold {
font-family: "Lato", serif;
font-weight: 700;
font-style: normal;
}

.lato-black {
font-family: "Lato", serif;
font-weight: 900;
font-style: normal;
}

.lato-thin-italic {
font-family: "Lato", serif;
font-weight: 100;
font-style: italic;
}

.lato-light-italic {
font-family: "Lato", serif;
font-weight: 300;
font-style: italic;
}

.lato-regular-italic {
font-family: "Lato", serif;
font-weight: 400;
font-style: italic;
}

.lato-bold-italic {
font-family: "Lato", serif;
font-weight: 700;
font-style: italic;
}

.lato-black-italic {
font-family: "Lato", serif;
font-weight: 900;
font-style: italic;
}
  

:root {
    --darkbackground: #636363;
    --newsbodybackground: #f4f4f4;
    /* --eumcolor: #e82f09; */
    --eumcolor: #e22e22;
    --eumgrey: #5c5c5c;
    --navbarheight: 40px;
    --navbarheight-s: 40px;
}


html {
    height: 100%;
    font-family: 'Lato', 'sans-serif';
    font-size: 16px;
}

body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    background-color: #dbdbdb;
    color: black;
}

a {
    text-decoration: underline;
    color: #f7a600;
}

a:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #f7a600;
}

.picture table {
    width: 100%;
}

.eid25-main-container {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    background-color: white;
}

.eid25-main-container-wide {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
}

.eid25-main-container-nopad {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    background-color: #f7a600;
    color: white;
}

.eid25-main-container-footer {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.eid25-navbar {
    background-color: #f7a600 !important;
    padding-left: 50px;
    padding-right: 50px;
    text-transform: uppercase;
}

.eid25-navbar-element {
    line-height: var(--navbarheight);
    cursor: pointer;
    color: white;
}

.eid25-navbar-element a {
    color: white;
    text-decoration: none;
}


.eid25TopLogoBig {
    max-height: 54px;
    /* padding-top: 15px; */
}
.eid25TopLogoBigFooter {
    max-height: 65px;
    /* padding-top: 15px; */
}

#eid25TopLogoSmall {
    max-height: 54px;
    padding-top: 25px;
}

.eid25-top-menu {
    line-height: 54px;
    /* padding-top: 20px; */
    font-size: 14px;
}

#eid25-abo {
    border: 3px solid #00678e;
    text-decoration: none;
    color: #1ca3df;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 20px;
    max-width: 230px;
}

.eid25-button-login,
.eid25-button-logout {
    border: 3px solid #00678e;
    text-decoration: none;
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 20px;
    color: white;
    background-color: #00678e;
}
.eid25-button-login:hover,
.eid25-button-logout:hover {
    color: white;
    background-color: #00384c;
}

#trackingConsentReminder {
    font-size:15px;
    position:fixed;
    left:15px;
    bottom:15px;
    z-index: 9999;
    opacity:0.6;
    cursor:pointer;
}

#eid-totop {
    position: fixed;
    bottom: 15px;
    right: calc(((100vw - 1060px)/ 2) - 85px);
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f7a600;
    z-index: 9999;
    color: white;
    font-weight: bold;
    cursor: pointer;
}
/* 
.bcParentRow {
    text-transform: uppercase;
}

.bcActive {
    text-transform: uppercase;
} */

#eid25-breadcrumb {
    padding-left: 0;

}

.eid25-dropdown {
    background: #eee;
    padding: 15px;
}

.eid25-dropdown-element {
    padding: 7px;
}

.eid25-dropdown-element a {
    color: black;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
}

.eid25-dropdown-element:hover {
    background-color: white;
}

.eid25categoryHeadline {
    border-bottom: 5px solid #f7a600;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.eid25-article {
    padding-top: 10px;
    padding-bottom: 10px;
}

.eid25-topbild {
    max-width: 220px;
}

.eid25-miniheader {
    color: #f7a600;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.eid25-header {
    margin-bottom: 10px;
    font-family: latobold, sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    text-decoration: none;
    color: black;
}


.eid25-ingress {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 24px;
    font-style: italic;
    font-stretch: normal;
    text-decoration: none;
    margin-bottom: 20px;
    margin-top: 15px;
}

.eid25-date {
    color: #f7a600;
    margin-top: 10px;
    margin-bottom: 5px;
}

.eid25-detail-bild-caption {
    font-size: 0.8rem;
}

.eid25-article-overview {
    padding-top: 10px;
    padding-bottom: 10px;
}

.eid25-topbild-overview {
    max-width: 220px;
}

.eid25-miniheader-overview {
    color: #f7a600;
    font-size: 14px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
}

.eid25-header-overview {
    margin-bottom: 10px;
    font-family: latobold, sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    text-decoration: none;
    color: black;
}

.eid25-header-overview:hover {
    text-decoration: underline;
}

.eid25-ingress-overview {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 24px;
    font-style: normal;
    font-stretch: normal;
    text-decoration: none;
}

.eid25-date-overview {
    color: black;
    padding-top: 5px;
}

#eid25-info-dialog {
    display: none;
    width: 400px;
    height: 150px;
    position: absolute; 
    background-color: white;
    font-size: 14px;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid #ccc;
}

.eid25-info-dialog-close {
    cursor: pointer;
    padding-bottom: 5px;
}

.eid25-info-icon {
    cursor: pointer;
}

.eid25-slider-nav {
    text-align: right;
    padding-top: 15px;
}

.eid25-slider-nav a {
    width: 15px;
    height: 15px;
}

.eid25-slider-nav li .uk-active {
    background-color: #f7a600;
}

.eid25-newsletter-abo {
    background-color: #f7a600;
}

.eid25-newsletter-abo-icon {
    color: #1a678c;
    margin-left: 20px;
}

.eid25-newsletter-abo-text {
    margin-top: 15px;
    padding-bottom: 15px;
    padding-left:20px;
}
.eid25-newsletter-abo-small {
    color: black;
    font-size: 14px;
}

.eid25-newsletter-abo-big {
    color: black;
    font-size: 36px;
    font-weight: 600;
}

.eid25-newsletter-abo-button {
    color: white;
    background-color: #1a678c;
    padding-left: 20px; 
    padding-right: 20px; 
    padding-top: 10px; 
    padding-bottom: 10px; 
    margin-right: 20px;
    font-weight: bold;
    font-size: 20px;
}

.eid25-footer {
    padding-top: 40px;
    margin-bottom: 40px;
    border-bottom: 5px solid #f7a600;
}

.eid25-footer-header-big {
    font-size: 24px; 
    font-weight: bold;
    margin-bottom: 20px;
}

.eid25-footer-header-small {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.eid25-footer-text {
    font-size: 0.875rem;
}

.eid25-footer-text a {
    font-size: 0.875rem;
    color: black;
}

.eid25-resource-overview {
    padding-top: 20px;
}

.eid25-publication-overview-container {
    border-right: 1px solid #ccc;
}

.eid25-publication-overview-miniheader {
    color: #f7a600;
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.eid25-publication-overview-header {
    color: black;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: bold;
}

.eid25-publication-overview-header:hover {
    text-decoration: underline;
}

.eid25-overview-icons {
    background-color: #1a678c;
    color: white;
    padding: 3px;
    border-radius: 3px;
    margin-right: 5px;
    font-size: 12px;
}

.eid25-publication-overview-infos {
    margin-bottom: 15px;
    font-weight: bold;
}

/* .eid25-dotted-header:before {
    content: "";
    display: block;
    height: 5px;
    background-color: #fff;
    background-image: url(assets/eid25/modx/img/eid-logo.svg/quadrat.png);
    background-repeat: repeat-x;
    background-size: 10px 5px;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
} */

.eid25-photo-kontakt {
    border-radius: 150px;
}

.eid25-orange-text {
    color: #f7a600;
    font-weight: bold;
    text-decoration-line: underline;
    text-decoration-color: #f7a600;
}

.eid25-orange-text:hover {
    color: #f7a600;
    font-weight: bold;
    text-decoration-line: underline;
    text-decoration-color: #f7a600;
}

ul li::marker {
    color: #f7a600;
}

.enm-main-container-wide {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

.enm-main-container-wide-nowhite {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    background-color: #eeeeee;
    color: white;
}
.enm-main-container {
    background-color: #eeeeee;
    padding: 20px;
}

.enm-eid-hr {
    border-top: 4px solid #f7a600;
}

.enm-form-container {
    background-color: #eeeeee;
    padding: 30px;
}

.enm-button {
    color: black;
    background-color:  #f7a600;
    cursor: pointer;
    border-radius: 4px;
}


.eid25-fade-to-white {
    position:relative;
}

.eid25-fade-to-white:before {
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    background:linear-gradient(rgba(255,255,255,0), var(--newsbodybackground));
}

.zwischen {
    font-size: 20px;
    color: rgb(103, 103, 103);
}

#eid25-search-content {
    /* background-color: #f7a600;
    color: white; */
    border: 0;
    font-size: 16px;
    margin-right: 10px;
    padding: 3px;
    border-radius: 5px;
}

.eid25-search-icon,
#eid25-search-action {
    background-color: #f7a600;
    color: white;
}

.eid25-detail-elem-back {
    border-radius: 5px;
    background-color: #f7a600;
    padding: 5px;
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.button-hover {
    text-decoration-line: none !important;
    text-decoration: none !important;
}

.button-hover:hover {
    animation: glow 0.3s;
    animation-fill-mode: forwards;
    text-decoration-line: none !important;
    text-decoration: none !important;
    background-color: #dc9301;
}
.eid25-accordion-title {
    background-color: #eee;
    padding: 20px;
    font-size: 1rem;
    color: black;
}

.eid25-filelister-file,
.eid25-filelister-icon {
    color: #f7a600;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 16px;
}

.eid25-filelister-icon {
    padding-left: 20px;
}

.eid25-filelister-date {
    font-size: 14px;
    padding-right: 20px;
    cursor: pointer;
}

.eid25-filelister-file a {
    color: #f7a600;
    text-decoration: none !important;
}

.eid25-top-ads-row-class-left {
    text-align: left !important;
    padding-bottom: 20px;
}

.eid25-top-ads-row-class-20px {
    padding-bottom: 20px;
    margin-right: -20px;
}