/*
Theme Name: Vorlage Child Theme
Theme URI: https://vorlage.qreate.ch
Description: Qarant Child Theme
Author: Qarant GmbH
Author URI: https://qarant.ch
Template: vorlage
Version: 1.0.1
Text Domain: vorlage-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.cat-list {
    display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.pdf-list * {
    color: #00000066;
}

.cat-list li {
    margin-right: 15px;
    margin-bottom: 15px;
    font-size: 12px;
}

.cat-list_item {
    font-size: 12px;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid var(--e-global-color-primary);
    padding: 10px 15px;
    transition: all 0.3s;
}

.cat-list_item.active,
.cat-list_item:hover {
    color: white !important;
    background-color: var(--e-global-color-primary);
}

.file-title {
    display: inline-block;
    color: black;
    font-size: 20px;
    width: 100%;
}

.file-title-wrapper {
    width: 80%;
}

.file-wrapper .mobile-infos {
    display: flex; 
    justify-content: space-between;
}

.file-wrapper a {
    transition: 0.3s;
}

.file-wrapper a:hover {
    transform: translateY(5px);
}

.d-m-none {
    display: none;
}

.file-wrapper svg {
    width: 35px;
    height: 35px;
    margin-bottom: 0.6rem;
}

.file-wrapper {
    align-items: flex-end;
}




@media screen and (min-width: 767px) {
    .file-wrapper .mobile-infos {
        display: none;
    }

    .d-m-none {
        display: block;
    }

    .file-wrapper svg {
        width: 45px;
        height: 45px;
        margin-bottom: 0;
    }

    .file-title-wrapper {
        width: auto;
    }

    .cat-list_item {
        font-size: 15px;
    }
	.cat-list {
		margin-bottom: 100px;
	}
	
	.file-title {
		width: 220px;
	}
	
	.pdf-list p {
		font-size: 20px;
	}
}

@media screen and (min-width: 1024px) {
    .file-title {
        font-size: 25px;
        width: 400px;
    }
}