/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.7.1782805032
Updated: 2026-06-30 09:37:12

*/

/*
 * Zusätzliche Social-Media-Icons
*/

.et-social-facebook a.icon:before { content: '\e093';}
.et-social-twitter a.icon:before { content: '\e094'; }
.et-social-google-plus a.icon:before { content: '\e096'; }
.et-social-pinterest a.icon:before { content: '\e095'; }
.et-social-linkedin a.icon:before { content: '\e09d'; }
.et-social-tumblr a.icon:before { content: '\e097'; }
.et-social-instagram a.icon:before { content: '\e09a'; }
.et-social-skype a.icon:before { content: '\e0a2'; }
.et-social-flikr a.icon:before { content: '\e0a6'; }
.et-social-myspace a.icon:before { content: '\e0a1'; }
.et-social-dribbble a.icon:before { content: '\e09b'; }
.et-social-youtube a.icon:before { content: '\e0a3'; }
.et-social-vimeo a.icon:before { content: '\e09c'; }
.et-social-rss a.icon:before { content: '\e09e'; }
.et-social-whatsapp a.icon:before {
    content: '';
    display: inline-block;
    width: 16px; height: 16px;
    background: url("/wp-content/uploads/2026/06/whatsapp-icon.png") center / contain no-repeat;
}

.et_pb_social_icon  {
color: black!important;
}
.et-social-facebook a.icon:before {
color: #333333;
}
.et-social-instagram a.icon:before {
color: #333333;
}

.et-social-youtube a.icon:before {
color: #333333;
}

.et-social-linkedin a.icon:before {
color: #333333;
}

/*
 * YoutTube Grid
*/
.yt-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.yt-card {
    flex: 1 1 280px;   /* wächst/schrumpft, Mindestbreite 280px */
    max-width: 360px;  /* verhindert zu breite Karten in der letzten Reihe */

    /* ab hier wie gehabt: */
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.08);
    text-decoration: none;
    color: inherit;
    transition: transform .2s, box-shadow .2s;
}
.yt-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0,0,0,.15);
}
.yt-thumb {
    position: relative;
    aspect-ratio: 16 / 9;
    background: #000;
}
.yt-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.yt-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 42px;
    color: #fff;
    opacity: .85;
    text-shadow: 0 2px 8px rgba(0,0,0,.6);
    transition: opacity .2s;
}
.yt-card:hover .yt-play { opacity: 1; }
.yt-info { padding: 14px 16px; }
.yt-title {
    font-size: 1rem;
    line-height: 1.35;
    margin: 0 0 6px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.yt-date { font-size: .8rem; color: #777; }

