/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 30.04.2020, 12:04:45
    Author     : ballu
*/

/* SM */
main.container {
    margin-bottom: 2.5rem;
}
@media (max-width: 991px) {
.carousel-indicators{
	top:5px;
}
}
i.fas.fa-info-circle {
    padding-right: 0.25rem;
}
.search-modul {
    height: auto;
}

/* cards */
.tx-mejuleicaevents-pi1-list-item p.text-muted {
    margin-bottom: 0.5rem;
}
a.card-link {
    padding-top: 0.75rem;
    display: inline-block;
}
.tx-mejuleicaevents-pi1-list-item .text-muted {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    min-height: max-content;
}
@media (max-width: 768px) {
.tx-mejuleicaevents-pi1-list-item .text-muted {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

    min-height: max-content;
}
main .card-body h5 {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
}
main .card-body h5 {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 768px) and (max-width: 991px){
p.card-text.text-muted:first-of-type {
    font-size: 85%;
}
}



/*.tx-mejuleicaevents-pi1-list-item .far {
    font-size: 1.5rem;
}
.card .card-icon-copy {
    right: 102px;
}
.card .card-icon-delete {
    right: 137px;
}*/
.card .card-icon-copy {
    right: 107px;
}
.card .card-icon-delete {
    right: 146px;
}
/* cards end */


/* Ferienfreizeit bearbeiten */

.file-preview {
	margin-bottom: 0.85rem;
}
.btn.btn-primary.btn-file {
	border-radius: 30px !important;
}
.input-group-btn {
    padding: 0 0.25em;
}


