@charset "UTF-8";
/*
Theme Name: Bremer-Fischbroetchen
Author: Fischbrötchen95
Author URI: https://lux.timevortex.de
Description: My own Design for private projects
Requires PHP: 7.4
Requires at least: 5.9
Testet up to: 5.9
Version: 1.4.0
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


@media screen and (prefers-color-scheme: light) {

}

body {
    font-size: 10pt;
    font-weight: normal;
    color: white;
    text-align: center;
    background-color: grey;
}


@media screen and (prefers-color-scheme: dark) {
    body {
        background-color: darkslategrey;
        color: antiquewhite;
    }

    img {
        filter: brightness(0.85) contrast(1.1);
    }

}




@media screen {

    .a-seal {
        height: 100%;

    }

    .seal-bar {
        height: 50px;
    }

    .icon {
        height: 15px;
    }

    .navbar {
        background: #3e3d39;
        margin-left: 15%;
        margin-right: 15%;
        margin-top: 15%;
        position: absolute;
        position: fixed;
        width: 70%;
    }
    .menu-wrapper{
        background: #3e3d39;
        width: 70%;
        color: red;
    }
    .primary-navigation{
        background: #3e3d39;
        width: 70%;
        color: #8dbdcd;
    }
}


@media screen and (max-height: 240px)  and (orientation: landscape) {
    body {
        background-image: url("https://bremer-fischbroetchen.de/wp-content/themes/fischbrotchen95/assets/images/background-240.png");
        background-size: 100%;
        background-attachment: fixed;
        background-position: top center;
    }

}

@media screen and (max-height: 360px) and (min-height: 240px) and (orientation: landscape) {
    body {
        background-image: url("https://bremer-fischbroetchen.de/wp-content/themes/fischbrotchen95/assets/images/background-360.png");
        background-size: 100%;
        background-attachment: fixed;
        background-position: top center;
    }
}

@media screen and (max-height: 720px) and (min-height: 360px) and (orientation: landscape) {
    body {
        background-image: url("https://bremer-fischbroetchen.de/wp-content/themes/fischbrotchen95/assets/images/background-720.png");
        background-size: 100%;
        background-attachment: fixed;
        background-position: top center;
    }

}

@media screen and (max-height: 1080px) and (min-height: 720px) and (orientation: landscape) {
    body {
        background-image: url("https://bremer-fischbroetchen.de/wp-content/themes/fischbrotchen95/assets/images/background-HD.png");
        background-size: 100%;
        background-attachment: fixed;
        background-position: top center;
    }
}

@media screen and (max-height: 2160px) and (min-height: 1080px) and (orientation: landscape) {
    body {
        background-image: url("https://bremer-fischbroetchen.de/wp-content/themes/fischbrotchen95/assets/images/background-4K.png");
        background-size: 100%;
        background-attachment: fixed;
        background-position: top center;
    }
}

@media screen and (min-height: 2160px) and (orientation: landscape) {
    body {
        background-image: url("https://bremer-fischbroetchen.de/wp-content/themes/fischbrotchen95/assets/images/background.png");
        background-size: 100%;
        background-attachment: fixed;
        background-position: top center;
    }
}

@media screen and (max-width: 420px)  and (orientation: portrait) {
    body {
        background-image: url("https://bremer-fischbroetchen.de/wp-content/themes/fischbrotchen95/assets/images/background-240.png");
        background-size: 100%;
        background-attachment: fixed;
        background-position: top center;
    }

}

@media screen and (max-width: 360px) and (min-width: 240px) and (orientation: portrait) {
    body {
        background-image: url("https://bremer-fischbroetchen.de/wp-content/themes/fischbrotchen95/assets/images/background-360.png");
        background-size: 100%;
        background-attachment: fixed;
        background-position: top center;
    }
}

@media screen and (max-width: 720px) and (max-width: 360px) and (orientation: portrait) {
    body {
        background-image: url("https://bremer-fischbroetchen.de/wp-content/themes/fischbrotchen95/assets/images/background-720.png");
        background-size: 100%;
        background-attachment: fixed;
        background-position: top center;
    }

}

@media screen and (max-width: 1080px) and (max-width: 720px) and (orientation: portrait) {
    body {
        background-image: url("https://bremer-fischbroetchen.de/wp-content/themes/fischbrotchen95/assets/images/background-HD.png");
        background-size: 100%;
        background-attachment: fixed;
        background-position: top center;
    }
}

@media screen and (max-width: 2160px) and (max-width: 1080px) and (orientation: portrait) {
    body {
        background-image: url("https://bremer-fischbroetchen.de/wp-content/themes/fischbrotchen95/assets/images/background-4K.png");
        background-size: 100%;
        background-attachment: fixed;
        background-position: top center;
    }
}

@media screen and (min-width: 2160px) and (orientation: portrait) {
    body {
        background-image: url("https://bremer-fischbroetchen.de/wp-content/themes/fischbrotchen95/assets/images/background.png");
        background-size: 100%;
        background-attachment: fixed;
        background-position: top center;

    }
}

@media print {
    footer {
        display: none;
    }

    body {
        background-color: white;
        color: black;
    }
    navbar{
        display: none;
    }


}

.site-content {
    background: #2d0922;
/ / TODO Terminalbild
}