/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0.1747487192
Updated: 2025-05-17 13:06:32
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
html {
  height: 100%;
}

body {
  height: 100%;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
}



/* das ist die id für den content */

#content {
    flex: 1;
}

#footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 0; bottom:0;
}

.site-content{ height: calc(80vh - 30px);}