/**
 * Theme Name: Das Haus Museum (2025) - Muzeum Child
 * Template:   muzeum
 * Install:    April 2025 
 */


/*  T H E M E   S T Y L E   T W E A K S  */

.site-menu li {
    float: right;
}

footer section#text-2 {
    padding-top:0;
}


/*  C U S T O M   S T Y L E S  */

@font-face {
    font-family: 'Breitkopf Fraktur';
    src: url('fonts/breitkopf-fraktur.woff2') format('woff2'),
         url('fonts/breitkopf-fraktur.woff') format('woff');
    font-style: normal;
    font-weight: normal;
}

.banner {
    background-color: #262626;
    color: #ecc73e;
    font-family:'Breitkopf Fraktur', Alegreya, serif;
    font-size: 1.75rem;
    text-align: center;
}

.banner-smaller {
    font-size: 1.25rem;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.hide {
    display: none;
}

.no-clear {
    clear: none;
}

figure {
    margin: 0;
}

figcaption {
    font-size: 0.75rem;
    font-style: italic;
}

img.border, figure > div > div > img {
    border: 1px solid #ccc !important;
}

.full-width-image {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw; /* 100% of viewport width */
}

.full-width-image img {
    width: 100%;
    height: auto;
    display: block;  
}