/**
 * Iframe-specific styles
 * Entfernt Margins und Padding für saubere Iframe-Integration
 */

/* Entferne Body-Margins und -Padding */
body {
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
}

/* Entferne Container-Margins */
#flightsearch {
    margin: 0 !important;
    padding: 0 !important;
}

/* Entferne Margins vom ersten Container */
.contentwrapper {
    margin: 0 !important;
    padding: 0 !important;
}

.content-width {
    margin: 0 !important;
    padding: 0 !important;
}

/* Entferne mögliche obere Margins vom Tab-Container */
.search-tabbed-bar {
    margin-top: 0 !important;
}

.nav-tabs {
    margin-top: 0 !important;
}
