/*
 Theme Name:   Fightnight
 Theme URI:    http://example.com/onepress-child/
 Description:  Fightnight Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     onepress
 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:  onepresschild
*/

.kaempfer-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.kaempfer-container .kaempfer {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.kaempfer-container .kaempfer img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: auto;
}

.kaempfer-container .kaempfer.active {
    opacity: 1;
}

.screen-content {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

.screen-content.hide {
    display: none !important;
}

.screen-content > h1 {
    position: absolute;
    left: 21vw;
    top: 40%;
    font-size: 6vw;
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    text-shadow: 1px 2px 6px #505050;
}

.screen-content.content-freitag,
.screen-content.content-samstag {
    display: none;
}

.screen-content.content-freitag.show,
.screen-content.content-samstag.show {
    display: block;
}