/*
 Theme Name:   Bodensee
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Bodensee Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     twentyseventeen
 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:  bodensee
*/

.full-width-content {
    border-bottom: 1px solid #eee;
    padding: 1rem 0;
}

.header-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.header-image {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    transform: translate( -50%, 0 );
}