/* 
 Theme Name:   CLIOPERA
 Theme URI:    
 Description:  das ist ein Child Theme von Hello Elementor
 Author:       Dissenter
 Author URI:   https://dissenter.ch
 Template:     hello-elementor
 Version:      1.0

 /* == Add your own styles below this line ==
--------------------------------------------*/
.secfiles {
    width: 100%;
}

.file-button {
    font-family: var(--e-global-typography-2ee3981-font-family), Sans-serif;
    font-size: var(--e-global-typography-2ee3981-font-size);
    font-weight: var(--e-global-typography-2ee3981-font-weight);
    text-transform: var(--e-global-typography-2ee3981-text-transform);
    line-height: var(--e-global-typography-2ee3981-line-height);
    letter-spacing: var(--e-global-typography-2ee3981-letter-spacing);
    word-spacing: var(--e-global-typography-2ee3981-word-spacing);
    fill: var(--e-global-color-accent);
    color: var(--e-global-color-accent);
    text-decoration: none;
}

.file-button {
    text-decoration: none !important;
    border-bottom: 2px solid var(--e-global-color-accent);
    margin-bottom: 5px;
    margin-top: 10px;
    padding-bottom: 2px;
    display: inline-block;
}

.file-button-wrapper {
    padding-left: 0;
    padding-right: 10px;
    transition: 0.5s;
}

.file-button-wrapper:hover {
    padding-left: 10px;
    padding-right: 0px;
}

.file-button svg {
    margin-right: 8px;
}
