/**
 * (c) 2025 HolidayCheck | web-client CSS 0.5.0 www.holidaycheck.de (gradwerk)
 */
html,
body {
    margin: 0;
    padding: 0;
}
#page_content {
    min-height: 65vh;
}
#hero_section {
    display: flex;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
