/*
Theme Name: Vienna Digital City 2019
Author: Blackdot GmbH
Author URI: https://www.blackdot.at
Text Domain: dvc
*/

/* Quickfix 092020 */

/* Bugfix responsive height of text images*/
.section-text img {
    height: auto;
}

/* Adapt header slider text size due to break of important word on homepage  */
@media (max-width: 767.98px) {
    .section-slider .header-slider-text h1 {
        font-size: 1.75rem !important;
    }
}