.floo-video-card{margin:0}.floo-video-card__button{position:relative;border:0;padding:0;background:#e8f0f6;width:100%;aspect-ratio:16/9;overflow:hidden;cursor:pointer;display:block}.floo-video-card__button img{width:100%;height:100%;object-fit:cover;display:block;}.floo-video-card__blank{display:block;width:100%;height:100%;background:linear-gradient(135deg,#e8f0f6,#d6e2ec)}.floo-video-card__play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.92);color:#12253a;font-size:22px;padding-left:4px;box-shadow:none}.floo-video-card__title{font-weight:500;font-size:.92rem;margin-top:.55rem;line-height:1.4}.floo-video-modal{position:fixed;z-index:99999;inset:0;background:rgba(7,16,27,.92);display:grid;place-items:center;padding:5vw}.floo-video-modal__frame{width:min(1100px,92vw);aspect-ratio:16/9}.floo-video-modal iframe{width:100%;height:100%;border:0}.floo-video-modal__close{position:fixed;right:25px;top:20px;color:#fff;background:transparent;border:0;font-size:48px;cursor:pointer}.floo-modal-open{overflow:hidden}.floo-video-editor{border:1px dashed #9fb8c9;padding:12px}.floo-video-editor img{max-width:100%;display:block;margin-bottom:8px}
/* Videothek */
.floo-videothek__screen{position:relative;aspect-ratio:16/9;background:#0b1622;overflow:hidden}
.floo-videothek__screen iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
.floo-videothek__poster{position:absolute;inset:0;border:0;padding:0;margin:0;background:#0b1622;cursor:pointer;display:block;width:100%}
.floo-videothek__poster img{width:100%;height:100%;object-fit:cover;display:block}
.floo-videothek__title{font-family:"EB Garamond",Georgia,serif;font-size:1.25rem;line-height:1.3;margin:.6rem 0 0}
.floo-videothek__list{list-style:none;margin:1.3rem 0 0!important;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:14px}
.floo-videothek__list li{margin:0}
.floo-videothek__thumb{display:block;width:100%;border:0;padding:0;background:none;text-align:left;cursor:pointer;font:inherit;color:inherit}
.floo-videothek__img{display:block;aspect-ratio:16/9;background:#d6e2ec;overflow:hidden;outline:1px solid transparent;outline-offset:2px}
.floo-videothek__img img{width:100%;height:100%;object-fit:cover;display:block;opacity:.88}
.floo-videothek__thumb:hover .floo-videothek__img img{opacity:1}
.floo-videothek__label{display:block;font-size:.84rem;line-height:1.35;margin-top:.4rem;color:#526170}
.floo-videothek__list .is-active .floo-videothek__img{outline:2px solid #96232a}
.floo-videothek__list .is-active .floo-videothek__img img{opacity:1}
.floo-videothek__list .is-active .floo-videothek__label{color:#12253a;font-weight:500}
.floo-videothek:not(.is-ready){display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px}
