/* ===============================
   Google Kalender – Modul-Anpassung
   Für: CalenderZwar (Monat, Woche, Agenda)
=============================== */

/* Monat-Ansicht */
#moduletable-CalenderZwar.month iframe {
    width: 100% !important;
    max-width: 100%;
    height: 700px;      /* Desktop-Höhe */
    min-height: 500px;  /* Mindesthöhe für kleine Bildschirme */
    border: 0;
    margin: 10px 0;
}

/* Woche-Ansicht */
#moduletable-CalenderZwar.week iframe {
    width: 100% !important;
    max-width: 100%;
    height: 650px;      /* Desktop-Höhe */
    min-height: 500px;
    border: 0;
    margin: 10px 0;
}

/* Agenda-Ansicht */
#moduletable-CalenderZwar.agenda iframe {
    width: 100% !important;
    max-width: 100%;
    height: 750px;      /* Desktop-Höhe */
    min-height: 500px;
    border: 0;
    margin: 10px 0;
}

/* Tablet */
@media (max-width: 768px) {
    #moduletable-CalenderZwar.month iframe,
    #moduletable-CalenderZwar.week iframe,
    #moduletable-CalenderZwar.agenda iframe {
        height: 600px;
    }
}

/* Smartphone */
@media (max-width: 480px) {
    #moduletable-CalenderZwar.month iframe,
    #moduletable-CalenderZwar.week iframe,
    #moduletable-CalenderZwar.agenda iframe {
        height: 500px;
    }
}
