/*
 Theme Name:   ÖH Website Theme (Divi Child)
 Theme URI:
 Description:  Child Theme für die ÖH Website auf Basis von Divi
 Author:       Thaler Software
 Author URI:   https://www.thaler-software.eu/
 Template:     Divi
 Version:      1.0.0
*/

/* Hide iframe (Formular-Post-Target) */
iframe[name='post_target'] {
    display: none;
}

/* Unipress import */
.issuuembed {
    width: 100% !important;
    height: 550px !important;
}

/* "Bearbeiten"-Link in der Adminbar ausblenden */
#wp-admin-bar-edit {
    display: none;
}
