/*_______Downloads-plugin_____________*/
/* Stil für die Download-Liste */
.cdp-download-list {
    margin-top: 2em;
	
}

/* Stil für jeden Download-Eintrag */
.cdp-download-item {
    padding: 1.5em 0;
    border-bottom: 2px solid #004b93;
}

/* Optional: Stil für den letzten Eintrag ohne untere Linie */
.cdp-download-item:last-child {
    border-bottom: none;
    border-bottom: 2px solid #004b93;
	
}
.cdp-download-button {
    display: inline-block;
    margin-top: 1em;
    padding: 0.5em 1em;
    background-color: #004b93;
    color: #fff;
    text-decoration: none;
    border-radius: 15px;
}

.cdp-download-button:hover {
    background-color: #b3c9df;
    color: #000;}

.cdp-download-icon {
    margin-right: 0.5em;
}

.cdp-download-item {
    line-height: 30px !important;
    font-weight: 800 !important;
    font-style: normal;
    font-size: 15px !important;
	  padding-bottom: 25px !important;
	  padding-top: 15px;
	  padding: 1.5em 0;
    border-bottom: 2px solid #004b93;
	  text-transform: none;
    margin: 25 0 25px 0;
}
