html,
body {
    height: 100%;
    font-family: Gontserrat;
    font-size: 18px;
    letter-spacing: 0.05em;
    /* background-image: url('https://magic-moments-acoustic.de/images/funkel.jpg'); */
        display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* Set minimum height to be more than viewport to push footer down */
    min-height: 100vh;
}

.site-footer {
    margin-top: 0 !important;
}


/* Header */
.master_nav {
    transition: all 0.2s ease;
}
.nav_secondary {
    padding: 12px;
    min-height: 30px;
}
.main_logo_image {
    width: 348px;
    transition: all 0.2s ease;
}
.smaller_logo {
    width: 100px;
}
.scrolled { background-color: #f2f5f8;}
#language_icon_maennle nav button span svg {
    height: 24px;
}
body section:first-of-type {
   margin-top: 230px;
}
.tribe-events-pg-template {
    margin-top: 245px !important;
}

.bde-section {
    scroll-margin-top: 100px;
}

.tribe-events-l-container {
    padding-top: 0 !important;
}
#menu-104 li * {
    color: #1e5175;
}


.site-footer {
    margin-top: auto;
    /* color: #102f46; */
    color: #f2f5f8;
    font-size: 16px;
}
.site-footer .footer_address_detail svg * {
   fill: #f2f5f8 !important;
   transition: fill 0.3s ease;
}
.footer_map_html_code {
    width: 100%;
}
.map_enlarge_button a {
    color: inherit;
    font-size: 12px;
    text-decoration: none;
}


.site-footer .text-interaction * {
    color: #f2f5f8;
    text-decoration: none;
    text-decoration: underline;
}
.site-footer .text-interaction *:hover, 
.oxy-container-link-14-175 *:hover, 
.map_enlarge_button a:hover {
    color: #d1d8e0;
}


/* Container to hold both images */
.image-container {
  position: relative;
  display: inline-block;
}

/* Base styling for both images */
.image-1,
.image-2 {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Position image-2 on top of image-1 */
.image-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 880px;
}

/* Ensure image-1 is the base layer */
.image-1 {
  position: relative;
  z-index: 1;
  width: 100%;
}

/* Make image-2 appear on top */
.image-2 {
  z-index: 2;
}



@font-face {
  font-family: 'Gontserrat';
  src: url('/fonts/Gontserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Improves loading performance */
}
