/*
 Theme Name:   Gehlert iCON, 2025 Child
 Description:  Theme Gehlert Antik 2025 
 Author:       iCON
 Author URI:   http:implizit.com
 Template:     twentytwentyfive
*/

@import url("fonts/gehlert_antik_benguiat_std.css");

@media screen  /*and (min-width: 800px)*/ {
    .inhalt {
        
        max-width:1500px;
        margin:auto;
    }
}
@media screen  and (min-width: 600px) {
    #modal-1 {
        width:300px;
    }
}
.is-layout-constrained > * {
    max-width: none;
}
body {
    background: rgb(234, 217, 162);
}
header {
}
header > div:first-child {
    background-color:rgba(0,0,0,.7);
    padding:.5em 0;
}
#modal-1 /* #modal-1-content */ {
    padding:1.5em;
    box-sizing: border-box;
    margin:0 0 0 auto;
}
/*
.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
  background-color: inherit !important;
  color: inherit !important;
}
  */
.wp-block-cover .wp-block-cover__background {
    opacity:0;
 }
.wrap {
    max-width: 900px !important;
}
em {
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 {
    /*
    font-family: BenguiatStd-Book;
    */
    color:#5A3D1C;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
}
/* Menüs / Links */
footer ul.menu li {
    display:inline-block;
    padding-right:1em;
    border:none;
}
.current-menu-item a,
.menu-item a:hover {
    color:#000 !important;
}