body { background-size: cover; }

#header_banner	{ background-image: url('../gfx/morgensang_banner.png'); background-repeat: no-repeat; background-position: center center; }
#cookie_text				{ background-color: #fbe096; }

/*
button,
a.button														{ background-color: #c43d1e !important;}
button:hover,
a.button:hover													{ background-color: #ff9279 !important; }
*/

/* Style the buttons that are used to open and close the accordion panel */
.acmain {
  background-color: #eee!important;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  height: auto;
  line-height: auto;
}


/* Style the accordion panel. Note: hidden by default */
.apanel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

/* Fix iframe width */
#main_content iframe.slider {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-height: 200px;
    box-sizing: border-box !important;
}

/* Style iframe - Force width to container */
#main_content iframe {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

/* Ensure parent container limits iframe width */
#main_content {
    overflow-x: hidden;
    max-width: 100%;
}

#main_content > div > iframe {
    max-width: 100% !important;
    width: 100% !important;
}