/*
 Theme Name:     Divi Child Theme
 Theme URI:      http://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Me
 Author URI:     http://www.co-de.de/
 Template:       Divi
 Version:        4.24.2
*/
/* =Theme customization starts here
 ------------------------------------------------------- */
/*
Fonts importieren:
Einbindung über functions.php
oder
@ import ur l("f onts.css");
*/

/******************************************************************************
ACCESIBILITY
******************************************************************************/
/* CSS – Zeigt linktext fuer screen readers an */
*:focus{
outline: dashed 2px #990000;
}

.codepd-login .button, .codepd-login input[type="submit"] {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    padding: 14px 16px;
    border-radius: 8px;
    cursor: pointer;
    background-color: #e78f41;
    border: none;
	color:#fff;
   
}

.cpd-logout-button {
    position: fixed;
    top: 15vh;
    right: 50px;
    display: inline-block;
    width: auto;
    height: 50px;
    z-index: 99999;
    background: #222;
    color: #fff !important;
    text-decoration: none;
    padding: 12px 18px;
    border-radius: 14px;
}

.cpd-file-count {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #E78F41;
    padding: 5px 9px;
    border-radius: 14px;
}

.cpd-download-link {
	    background: #E78F41;
   
    border-radius: 14px;
   
    color: #fff!important;
    font-weight: 700;
}

.cpd-logout-button {
 box-shadow: none !important;
}


.cpd-tile {
 box-shadow: none !important;
}

.cpd-file-item {
    box-shadow: none !important;
}


.cpd-pdf-view-link {
     font-size: 14px !important;
    font-weight: 700 !important;
    color: #fff !important;
    background: #E78F41 !important;
    padding: 5px 9px !important;
    border-radius: 14px !important;
}



  