/*
 Theme Name:   flexihexi
 Theme URI:    https://flexihexi.de
 Description:  Flexihexi Theme (Twenty Nineteen Child Theme)
 Author:       Marcel Reiss
 Author URI:   https://medienhochdrei.de
 Template:     twentynineteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  flexihexi
*/

@import "css/page.css";
@import "css/header.css";
@import "css/footer.css";

#flexihexi-header-logo {
    bottom: 25%;
    width: 50%;
    height: 100px;
    right: 0;
}

#flexihexi-header-hexi {
    bottom: 25%;
    width: 50%;
    height: 70%;
    left: 0;
}

.site-header {
    position: relative;
    height: 40vh !important;
    padding: 0 !important;
}

@media screen and (orientation: portrait) {
    .site-header {
        height: 25vh !important;
    }

    #flexihexi-header-inner {
        width: 100vw;
    }

    #flexihexi-header-logo {
        right: 0.5rem !important;
    }

    #flexihexi-header-clouds2 {
        height: 70px !important;
    }

    #flexihexi-header-clouds1 {
        height: 40px !important;
    }
}