.testimonials-title {
    margin: 0.4em 0 0.4em 0;
    color: #e2001a;
}

.testimonials-second-title{
    margin: 1em 0 0.2em 0;
    color: #5c6971;
    font-size: 0.8em;
}
.testimonials-testimonial-title{
    margin: 0em 0 1.2em 0;
    color: #5c6971;
    font-size: 0.8em;
}

.testimonials-meta {
    color: #5c6971;
/*    font-size: 0.8em;*/
    margin-top: 1.2em;
}

.testimonials-meta-readmore {
    color: #5c6971;
    font-size: 0.7em;
}

.testimonials-separator p {
    color: #5c6971;
    font-size: 0.8em;
}

.testimonials-meta-link {
    cursor: pointer;
}

.testimonials-separator {
    margin: 1em 0;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #e5e5e5;
}

.testimonials-separator:last-child {
    border-bottom: none;
}

@media (min-width: 1026px){
    .testimonial-img-col {
        padding-left: 0em!important;
        padding-right: 0em!important;
    }

    .testimonial-text-col {
        padding-left: 2em!important;
    }

    .float-right {
        float: right;
    }

    .float-left {
        float: left;
    }
}

.icon-date {
    display: inline-block;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMjQgMjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI0IDI0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTt9Cgkuc3Qxe2ZpbGw6IzVDNjk3MTt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0wLDBoMjR2MjRIMFYweiIvPgo8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTksM2gtMVYxaC0ydjJIOFYxSDZ2Mkg1QzMuOSwzLDMsMy45LDMsNXYxNGMwLDEuMSwwLjksMiwyLDJoMTRjMS4xLDAsMi0wLjksMi0yVjVDMjEsMy45LDIwLjEsMywxOSwzegoJIE0xOSwxOUg1VjloMTRWMTl6IE0xOSw3SDVWNWgxNFY3eiBNNywxMWg1djVIN1YxMXoiLz4KPC9zdmc+Cg==");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: 4px;
    margin-right: 6px;
}

.icon-mail-dark {
    margin-right: 6px;
    width: 1.2em;
    height: 1.2em;
    top: 2px;
}

.mail-meta {
    padding-left: 1.55em;
    text-indent: -0.8em;
}

.meta-text {
    font-size: 0.75em;
}

.carousel-control-next, .carousel-control-prev {
    width: 6%;
}

@media (min-width: 1200px) { 
    .cropped-image-container {
        overflow: hidden; /* Verstecke den überlaufenden Bereich */
        width: 140px; /* Ändere die Breite des Containers nach Bedarf */
        height: 200px; /* Ändere die Höhe des Containers nach Bedarf */
        position: relative; /* Positionierung relativ, um das Bild innerhalb des Containers zu positionieren */
      }
    
    .img-cropped {
        object-fit: cover; /* Zuschneiden des Bildes, um den Container zu füllen */
        width: 100%; /* Bildgröße 100% der Breite des Containers */
        height: 100%; /* Bildgröße 100% der Höhe des Containers */
        position: absolute; /* Positionierung absolut, um das Bild innerhalb des Containers zu positionieren */
        top: 0;
        left: 0;
    }
    
}

.testimonial-img {
    box-shadow: 0 0 14px rgba(0,0,0,0.12), 0 0 0px rgba(0,0,0,0.16);
    margin-top: 1em;
    max-width: 100%;
    min-width: 100%;
}

.testimonials-tooltip {
    position: relative;
    display: inline-block;
}

.testimonials-tooltip .testimonials-tooltiptext {
    z-index: 1;
    position: absolute;
    top: 160%;
    visibility: hidden;
    width: 440px;
    color: #5C6971;
    background-color: white;
    font-weight: normal;
    border: 1px solid #e5e5e5;
    padding: 1.25em 1.75em;
    border-radius: 3px;
    opacity: 0;
    transition: opacity 1s;
}

.testimonials-tooltip:hover .testimonials-tooltiptext {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 768px){
    .testimonials-tooltip .testimonials-tooltiptext {
        width: 260px;
        left: auto;
        right: -1480%;
    }
    .testimonial-img {
        margin-right: 1em;
    }
}

.box {
	position: relative;
    background: #ffffff;
    border: none;
    padding: 0;
    margin: 0.5em 0 0 0;
}

.box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}

.panel-dhbw-testimonials {
    border: none!important;
}

.panel-group-dhbw-testimonials {
    margin-bottom: 0!important;
}

/*.testimonials-meta-read-more:not(.in) {
    min-height: 4.55em;
    height: 4.55em;
    display: block;
    overflow: hidden;
}*/

a .readMore {
    display: none;
}

a .readLess {
    display: inline;
}

a.collapsed .readMore {
    display: inline;
}

a.collapsed .readLess {
    display: none;
}

.text-danger {
    color: #e2001a;
}
