#card a { text-decoration: none; }
#card a:visited { color: rgba(64, 64, 64, 1); }

/* Karten-Grid für 3 Karten pro Reihe */
.karten-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 32px 0;
}

/* Responsive: Bei kleinerem Bildschirm nur 2 oder 1 Karte nebeneinander */
@media (max-width: 1100px) {
    .karten-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 700px) {
    .karten-wrapper {
        grid-template-columns: 1fr;
    }
}

/* Unsichtbarer Link, ganze Karte klickbar */
.card-link {
    display: block;
    text-decoration: none;
    color: inherit;
}
.card-link:visited {
    color: inherit;
}
.card-link .card {
    cursor: pointer;
    transition: box-shadow 0.2s, border 0.2s;
}
.card-link:hover .card {
    box-shadow: 0 8px 24px rgba(37,99,235,0.15);
    border: 2px solid #2563eb;
}

/* Einzelne Karte */
.card {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 11pt;
    background-color: #e0e0e0;
    color: #404040;
    border-radius: 15px;
    box-shadow: 0 4px 16px rgba(0,0,0,.08);
    width: 340px;
    min-width: 260px;
    max-width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 0;
}

/* Bildbereich */
.card .img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
}
.card .img_mask {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    background: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card .img_mask img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Datenbereich */
.card .data {
    padding: 18px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.card .title {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: center;
}
.card .citation {
    font-size: 11pt;
    line-height: 1.6em;
    margin-bottom: 12px;
    text-align: center;
}
.card .separator {
    width: 18%;
    height: 2px;
    border-top: 3px solid #fff;
    margin: 10px auto;
}
.card .signatures {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
}
.card .signature1 {
    font-weight: 800;
    font-size: 0.95em;
    display: block;
}
.card .signature2 {
    font-size: 0.85em;
    color: #404040;
    font-weight: normal;
    margin-top: 4px;
    display: block;
}
.card .date {
    font-size: 0.85em;
    color: #888;
    margin-bottom: 8px;
    text-align: center;
}

/* Bewertung */
.card .rating {
    margin-top: 8px;
    text-align: center;
}
.card .star {
    color: #eee;
    font-size: 1.2em;
}
.card .star.filled {
    color: #fbbf24;
}

/***********************************************************************
*
*                             STYLE  MODERN
*
************************************************************************/
#testimonial_pluginAppObj_4_19.modern {
    flex-direction: row;
    border-style: solid;
    box-sizing: border-box;
    border-color: rgba(255, 255, 255, 1);
    border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;
}

#testimonial_pluginAppObj_4_19.modern > div {
    background-color: transparent;
    width: 50%;
    height: auto;
    margin: 0px;
    padding: 0px;
}
#testimonial_pluginAppObj_4_19.modern div.img {
    background-image: url('../pluginAppObj_4_19/Schuetzen.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
#testimonial_pluginAppObj_4_19.modern div.data {
    height: 100%;
    padding: 2% 5%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
#testimonial_pluginAppObj_4_19.modern .citation {
    word-wrap: normal;
    width: auto;
    text-align: center;
    margin: 2% auto;
}
#testimonial_pluginAppObj_4_19.modern .separator {
    width: 18%;
    height: 1%;
    border-top: 3px solid rgba(255, 255, 255, 1);
    margin: 5% auto;
}
#testimonial_pluginAppObj_4_19.modern .signature1,
#testimonial_pluginAppObj_4_19.modern .signature2 {
    width: auto;
    margin: 0px;
    text-align: center;
    font-weight: 800;
}
#testimonial_pluginAppObj_4_19.modern .signature1 {
    font-size: 0.9em;
}
#testimonial_pluginAppObj_4_19.modern .signature2 {
    margin-top: 4%;
    font-size: 0.8em;
    color: rgba(64, 64, 64, 1);
    font-weight: normal;
}

/* NO IMAGE */
#testimonial_pluginAppObj_4_19.modern.no_image > div.data {
    width: 100%;
}
#testimonial_pluginAppObj_4_19.modern.no_image > div.data .separator {
    margin:3% auto 4%;
    border-width: 5px;
}
/* INVERTED */
#testimonial_pluginAppObj_4_19.modern.inverted { flex-direction: row-reverse; }



/***********************************************************************
*
*                             STYLE  COMICS
*
************************************************************************/
#testimonial_pluginAppObj_4_19.comics {
    background-color: transparent;
    align-content: center;
    flex-direction: row;
    align-items: center;
}
#testimonial_pluginAppObj_4_19.comics > div {
    margin: 0px;
    padding: 0px;
}
#testimonial_pluginAppObj_4_19.comics .img {
    width: 15%;
    height: auto;
}
#testimonial_pluginAppObj_4_19.comics .data {
    width: 85%;
    height: 100%;
    margin-left: 6%;
    box-sizing: content-box;
}
#testimonial_pluginAppObj_4_19.comics.fluid .data {
    margin-left: 7%;
}
@media screen and (max-width: 341px) {
    #testimonial_pluginAppObj_4_19.comics.fluid .data {
    margin-left: 9%;
    }
}

#testimonial_pluginAppObj_4_19.comics .data .speech-bubble .citation {
   text-align: center;
   padding: 2% 0%;
}
#testimonial_pluginAppObj_4_19.comics .data .speech-bubble {
    background-color: rgba(224, 224, 224, 1);
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
    border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;
    -webkit-border-top-left-radius: 15px;-webkit-border-top-right-radius: 15px;-webkit-border-bottom-right-radius: 15px;-webkit-border-bottom-left-radius: 15px;-moz-border-radius-topleft: 15px;-moz-border-radius-topright: 15px;-moz-border-radius-bottomright: 15px;-moz-border-radius-bottomleft: 15px;border-top-left-radius: 15px;border-top-right-radius: 15px;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;
    display: inline-block;
    padding: 1% 3%;
    position: relative;
    vertical-align: top;
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
#testimonial_pluginAppObj_4_19.comics .data .speech-bubble:after {content: '';
position: absolute;
border-style: solid;
display: block;
width: 0;
top: 50%;

z-index: 1;
border-width: 15px 15px 15px 0;
border-color: transparent rgba(224, 224, 224, 1);
margin-top: -15px;
left: -15px;
right: auto;
}




#testimonial_pluginAppObj_4_19.comics .data .bottom { display: flex; align-items: baseline; justify-content: space-between; }
#testimonial_pluginAppObj_4_19.comics .data .bottom .date { width: 30%; font-size: 0.7em; text-align: left; }
#testimonial_pluginAppObj_4_19.comics .data .bottom .signatures { width: 100%; text-align: right; padding: 1% 0%; }
#testimonial_pluginAppObj_4_19.comics .data .bottom .signatures_dates { width: 70%; text-align: right; padding: 1% 0%; }
#testimonial_pluginAppObj_4_19.comics .data .bottom .signature2:before {
    
}
#testimonial_pluginAppObj_4_19.comics .data .bottom .signature2 {
    padding: 2%;
    font-size: 0.8em;
    margin-left: 5px;
    text-align: right;
}

/* NO IMAGE */
#testimonial_pluginAppObj_4_19.comics.no_image .data { width: 100%; }
/* INVERTED */
#testimonial_pluginAppObj_4_19.comics.inverted {flex-direction: row-reverse; }
#testimonial_pluginAppObj_4_19.comics.inverted .data {margin-right: 20px; /* Width of speech bubble arrow (defined in .speech-bubble:before)*/margin-left: 0px; }
#testimonial_pluginAppObj_4_19.comics.inverted .data .speech-bubble { width: 100%; margin: 0px }
#testimonial_pluginAppObj_4_19.comics.inverted .data .speech-bubble:after {content: '';
position: absolute;
border-style: solid;
display: block;
width: 0;
top: 50%;

z-index: 1;
border-width: 15px 0 15px 15px;
border-color: transparent rgba(224, 224, 224, 1);
margin-top: -15px;
right: -15px;
left: auto;
}




/***********************************************************************
*
*                             STYLE  JOURNAL
*
************************************************************************/
#testimonial_pluginAppObj_4_19.journal {
    background-color: transparent;
    text-align: center;
    flex-direction: column;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 1);
    border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;
}
#testimonial_pluginAppObj_4_19.journal.ui_preview img {
    /*width: 40px;
    height: 40px;*/
}
#testimonial_pluginAppObj_4_19.journal > div {
    width: auto;
    height: auto;
}
#testimonial_pluginAppObj_4_19.journal .top {
    /*min-height: 20%;*/
    padding: 6% 3%;
    background-color: rgba(224, 224, 224, 1);
    border-bottom: 0px solid rgba(255, 255, 255, 1);
}
#testimonial_pluginAppObj_4_19.journal .separator {
    width: 20%;
    border-top: 0px solid rgba(255, 255, 255, 1);
    margin: 6px auto;
    display: none;
}
#testimonial_pluginAppObj_4_19.journal .signature1 {
    font-size: 0.9em;
    margin-top: 6px;
}
#testimonial_pluginAppObj_4_19.journal .signature2 {
    padding: 0px;
    font-size: 0.8em;
    color: rgba(64, 64, 64, 1);
    font-weight: normal;
}
#testimonial_pluginAppObj_4_19.journal .bottom {
    height: 100%;
    padding: 6%;
    background-color: rgba(255, 255, 255, 1);
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}
#testimonial_pluginAppObj_4_19.journal .title { margin: 3% 0%; padding: 2%; }
#testimonial_pluginAppObj_4_19.journal .bottom .citation {
    height: 100%;
}
/* NO IMAGE */
#testimonial_pluginAppObj_4_19.journal.ui_preview > div {
    box-sizing: inherit;
}
#testimonial_pluginAppObj_4_19.journal.ui_preview > div.bottom {
    box-sizing: content-box;
    height: auto;
}
/* INVERTED */
#testimonial_pluginAppObj_4_19.journal.inverted { flex-direction: column-reverse; justify-content: space-between; }
#testimonial_pluginAppObj_4_19.journal.inverted .top {
    border-top: 1px solid rgba(255, 255, 255, 1);
    border-bottom: none;
}
#testimonial_pluginAppObj_4_19.journal.inverted .bottom {
    box-sizing: inherit;
    overflow: hidden;
}
#testimonial_pluginAppObj_4_19.journal.inverted .citation {
  height: 100%;
  overflow: hidden;
}

/***********************************************************************
*
*                             STYLE  CARD
*
************************************************************************/
#testimonial_pluginAppObj_4_19.card {
    box-sizing: border-box;
    align-content: center;
    flex-direction: row;
    background-color: rgba(224, 224, 224, 1);
    border-color: rgba(255, 255, 255, 1);
    border-style: solid;
    border-top-width: 0px;border-right-width: 0px;border-bottom-width: 0px;border-left-width: 0px;
    -webkit-border-top-left-radius: 15px;-webkit-border-top-right-radius: 15px;-webkit-border-bottom-right-radius: 15px;-webkit-border-bottom-left-radius: 15px;-moz-border-radius-topleft: 15px;-moz-border-radius-topright: 15px;-moz-border-radius-bottomright: 15px;-moz-border-radius-bottomleft: 15px;border-top-left-radius: 15px;border-top-right-radius: 15px;border-bottom-right-radius: 15px;border-bottom-left-radius: 15px;
}
#testimonial_pluginAppObj_4_19.card > div {
    padding: 3%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}
#testimonial_pluginAppObj_4_19.card .image_title {
    width: 30%;
    text-align: center;
}
#testimonial_pluginAppObj_4_19.card .image_title .img { margin-bottom: 0.8em; }
#testimonial_pluginAppObj_4_19.card .image_title .signature1 {
    font-size: 0.9em;
    font-weight: bold;
}
#testimonial_pluginAppObj_4_19.card .image_title .signature2 {
    font-size: 0.9em;
    margin-top: 3%;
    font-style: italic;
}
#testimonial_pluginAppObj_4_19.card .image_title .date {
    font-size: 0.8em;
    margin-top: 5%;
    font-style: italic;
}
#testimonial_pluginAppObj_4_19.card .data { width: 70%; text-align: left; }
#testimonial_pluginAppObj_4_19.card .data .title {
    margin-bottom: 2%;
}
#testimonial_pluginAppObj_4_19.card .data .citation {
    width: 100%;
    overflow: hidden;
}

#testimonial_pluginAppObj_4_19.card.no_image .image_title .signature2 {
    margin-top: 5%;
}
#testimonial_pluginAppObj_4_19.card.no_image .image_title .date {
    margin-top: 7%;
}

/* INVERTED */
#testimonial_pluginAppObj_4_19.card.inverted { flex-direction: row-reverse; }