@font-face {
  font-family: 'Barlow';
  src: url('/grav/user/themes/m7museum/fonts/Barlow-Regular.ttf');
}
html, body {
  background-color: #e3e8eb;
  color: #4a4546;
  height: 100%;
  margin: 0;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body, p, h2, h3, h4, h5, h6 {
  font-family: Helvetica, Arial, sans-serif;
  color: #4a4546;
}
h1 {
  text-align: left;
  color: #a91d30;
  font-family: 'Barlow';
  margin-bottom: 0;
}
a, a:hover {
  color: #a91d30;
}
button, button p {
  color: #fff;
}
hr {
  border-bottom-color: #fff;
}
.wrapper {
  margin-top: 1em;
  margin-bottom: 1em;
}
.history {
  background-color: #f6f6f6;
  background-image: none;
  font-family: 'Barlow';
  font-size: 20px;
  color: #4a4546;
  height: auto;
}
.wrapper-history {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 30px;
  padding-left: 5px;
  padding-right: 5px;
}
.history h1, .history h2, .history h3 {
  font-family: 'Barlow';
  color: #a91d30;
  line-height: 1;
}
.history-title {
  font-family: 'Barlow';
  font-weight: bold;
  font-size: 1.5em;
}
.history hr {
  border-bottom-color: #a91d30;
}
.starttext h4 {
  color: #a91d30;
  font-family: 'Barlow';
}
.starttext {
  padding: 8px;
  margin-top: 15px;
  border-radius: 8px;
}
a:hover, a:focus {
  color: #a91d30;
  outline-color: transparent;
  text-decoration: none;
}
header {
  background-color: #fff;
  color: #a91d30;
  padding: 0 .5em 0 .5em;
}
.header-container {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 1600px;
}
.header-logo, .header-text {
  padding: 0 0.5em;
}
.header-logo {
  min-width: 3em;
}
.header-logo img {
  width: 200px;
  height: auto;
  margin-top: 15px;
}
.header-text {
  color: #a91d30;
  font-weight: bold;
  font-family: 'MonaLisa';
  margin-left: auto;
  margin-right: 3%;
}
.header-links {
  color: #4a4546;
}
.header-links a {
  color: #4a4546;
  font-size: 22px;
  font-weight: bold;
  padding: 5px 15px 5px 15px;
  background-color: #ffcc00;
  border-radius: 12px;
}
.header-links a:hover {
  background: #a91d30;
  color: #fff;
}
#small-btn, #small-btn:hover {
  background: transparent;
  font-size: 16px;
  border: none;
  box-shadow: none;
  outline-color: transparent;
}
#sidenav, .show-menu-wrapper {
  background: transparent;
  color: #912a3c;
}
.sidebar-wrapper {
  background-color: transparent;
}
#sidenav ul .active .nav-item {
  background-color: #a91d30;
  color: #fff;
}
#sidenav ul .nav-item {
  font-size: 1em;
}
#sidenav ul .nav-item:hover, .sidebar ul .nav-item:focus {
  background-color: #a91d30;
  color: #fff;
}
#sidenav .nav-item a, #sidenav .nav-item button {
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
  border: none;
}
.toggle-btn::after {
  position: relative;
  top: 10%;
  right: 0;
}
#sidenav .nav-item-flex {
  display: flex;
  justify-content: space-between;
}
#sidenav .collapse .dd-item .nav-item {
  padding: 0;
  font-size: 1em;
}
.sideinfo {
  width: 19em;
  margin-top: 20px;
  padding: 8px;
  background: transparent;
}
.sideinfo2 {
  width: 19em;
  margin-top: 20px;
  padding: 8px;
  background: #d0ccce;
  box-shadow: 0 0 0.25em 0 #a91d30;
  color: #4a4546;
  border-radius: 8px;
}
.sideinfo2 strong {
  color: #a91d30;
}
main {
  padding: 0;
}
#main-nav ul .dd-item a {
  border-bottom-color: #a91d30;
}
.contents-start {
  margin-right: auto;
  margin-left: auto;
  max-width: 1430px;
}
.content-info {
  width: 100%;
  column-count: 2;
  column-gap: 60px;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; 
  column-rule-color: #ccc;
  column-rule-width: 1px;
  column-rule-style: dotted;
  column-fill: auto;
  height: 1000px;
}
.btn, .btn:hover, .btn:active, .btn:focus {
  background-color: #a91d30;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  border: none;
}
.btn:hover, .btn:active, .btn:focus {
  background-color: #a91d30;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  border: none;
  border-color: var(--theme-color);
}
#back-to-top, #back-to-top:hover {
  background-color: #a91d30;
  color: #fff;
  display: none;
}
.start-btn {
  display: block;
  text-align: center;
  font-size: 20px;
  width: 200px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.start-btn span {
  vertical-align: sub;
  font-size: 26px;
}
a.btn:hover, a.btn:focus {
  text-decoration: initial;
}
area {
  outline: none;
}
area {
  display: block;
  pointer-events: none;
}
#fds {
  width: 100%;
  height: auto;
  max-width: none;
}
#item-1 { grid-area: item1; }
#item-2 { grid-area: item2; }
#item-3 { grid-area: item3; }
#item-4 { grid-area: item4; }
#item-5 { grid-area: item5; }
.grid-container {
  display: grid;
  grid-template-columns: 56% 22% 22%;
  grid-template-rows: auto;
  grid-template-areas: 
    "item1 item2 item3"
    "item4 item5 item3";
  gap: 30px;
}
.grid-container-2 {
  display: grid;
  grid-template-columns: 40% 60%;
  grid-template-rows: auto;
  grid-template-areas: 
    "item1 item2";
  gap: 30px;
} 
.grid-container-3 {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  grid-template-rows: auto;
  grid-template-areas: 
    "item1 item2 item3";
  gap: 70px;
}
.grid-container-3 .item img {
  width: auto;
  height: 90px;
  margin: 0;
}
.flex {
  display: flex;
  justify-content: space-between;
} 
.flex-start {
  display: flex;
  justify-content: start;
}
.flex-center {
  display: flex;
  justify-content: center;
}
.flex-end {
  display: flex;
  justify-content: end;
}
.media {
  position: relative;
}
.media-item-audio {
  position: relative;
}
#button-item-1 { grid-area: btnitem1; }
#button-item-2 { grid-area: btnitem2; }
#button-item-circle-0 { grid-area: btnitem3; }
#button-item-circle-1 { grid-area: btnitem4; }
#button-item-circle-2 { grid-area: btnitem5; }
#button-item-circle-3 { grid-area: btnitem6; }
.btn-grid-container {
  margin: 0;
  text-align: center;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-areas: 
  "btnitem1 btnitem2 btnitem3 btnitem4 btnitem5 btnitem6";
  gap: 5px;
}
#button-item-1 .btn, #button-item-2 .btn {
  width: 130px;
  height: 130px;
  background-color: #a91d30;
  border-radius: 12px;
}
.button-item-circle .btn {
  width: 130px;
  height: 130px;
  background-color: #a91d30;
  border-radius: 100%;
}
#button-item-1 .btn p, #button-item-2 .btn p  {
  font-size: 14px;
  font-weight: bold;
  white-space: initial;
}
.button-item-circle .btn p {
  font-size: 14px;
  white-space: initial;
}
.no-audio {
  font-weight: bold;
  font-size: 20px;
  background-color: #a91d30;
  border-radius: 12px;
  width: 100%;
  text-align: center;
  padding: 20px;
}
.media-item-image img {
  width: 100%;
  height: auto;
  margin: 0;
}
.img-copyright {
  font-size: 10px;
}
.flex-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.main-text {
  width: 100%;
  margin-bottom: 10px;
}
.image-data {
  align-self: flex-end;
  width: 100%;
}
.media-item-video video {
  width: 100%;
  height: auto;
}
#sub-nav {
  margin-right: 2em;
  margin-left: 2em;
  padding: .5em;
}
#sub-nav ul {
  padding: 0;
}
#sub-nav ul li {
  padding: 6px 20px 6px 20px;
  list-style: none;
  border-bottom: 1px solid #a91d30;
}
#sub-nav ul li .nav-item {
  color: #a91d30;
}
#sub-nav ul li:hover {
  background-color: #a91d30;
  color: #fff;
}
#sub-nav ul li .nav-item:hover {
  color: #fff;
  background-color: transparent;
}

#area-map .cls:hover {
  fill: rgba(255,255,255,0.5);
}

.quiz-question-container {
  display: none;
}
.current-question {
  display: block;
}
.quiz-answers {
  width: 70%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.quiz-question, .quiz-answers {
  width: 100%;
}
.quiz-btn {
  border-radius: 12px;
  cursor: pointer;
  display: none;
  padding: 10px;
  width: 120px;
  font-weight: bold;
}
#next-button {
  border-radius: 12px;
  cursor: pointer;
  padding: 10px;
  width: 120px;
  font-weight: bold;
  display: none;
}
.game-btn {
  border-radius: 12px;
  cursor: pointer;
  padding: 10px;
  width: 120px;
  font-weight: bold;
}
.quiz-result-container {
  width: 70%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.result-info-true {
  padding: 10px;
  background-color: green;
  border-radius: 3px;
}
.result-info-false {
  padding: 10px;
  background-color: #a91d30;
  border-radius: 3px;
}

.game-container-inner {
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 5px;
}
.dd-grid {
  display: flex;
  gap: 10px;
}
.dd-container {
  display: inline-block;
  margin: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}
.dd-group {
  display: flex;
  justify-content: space-between;
  width: 400px;
  height: 35px;
  padding: 5px 10px 0px 10px;
  margin-bottom: 5px;
  background: #d0ccce;
  box-shadow: 0 0 2px 2px rgba(76, 76, 76, .5);
  color: #000;
  border-radius: 5px;
  font-weight: bold;
}
.droparea {
  display: flex;
  justify-content: space-between;
  width: 400px;
  height: 35px;
  margin-bottom: 5px;
  border: 1px dotted #d0ccce;
  box-shadow: 0 0 2px 2px rgba(76, 76, 76, .5);
  color: #000;
  border-radius: 5px;
  font-weight: bold;
}
.droptarget {
  float: left;
  width: 25px;
  height: 25px;
  z-index: 999;
}
.plug-point {
  width: 25px;
  height: 25px;
  border: 1px solid #a91d30;
  border-radius: 100%;
  float: left;
}
.point-start {
  width: 25px;
  height: 25px;
}
.point-end {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: #a91d30;
}
.quiz-end-btn {
  border-radius: 12px;
  cursor: pointer;
  padding: 10px;
  width: 120px;
  font-weight: bold;
}
.dragtarget-group .point-start, .dragtarget-group .point-end {
  float: right;
  position: absolute;
}
.question .point-start, .question .point-end {
  float: left;
  position: absolute;
}

.tab {
  overflow: hidden;
}
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 5px 20px;
  transition: 0.3s;
  background-color: #ffcc00;
  color: #fff;
  font-weight: bold;
  margin: 1px 1px 1px 1px;
  border-radius: 8px;
}
.tab button:hover {
  box-shadow: 0 0 2px 2px rgba(255,255,255,.5);
}
.tabcontent {
  display: none;
  padding: 6px 12px;
}

.word-table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}
.word-table tr {
  border-bottom: 1px solid #d0ccce;
}
.word-table td, .word-table th {
  text-align: left;
  padding: 8px;
}
table, th, td, tr {
  border: none;
}
table td {
  padding: 15px;
  vertical-align: top;
}
table img {
  margin: 0;
}
.image-gallery {
  padding: 0 4px;
}
.image-gallery-item {
  padding: 0 4px;
}
.image-gallery-item img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
footer {
  padding: 5px;
  border-top-width: 0px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  background-color: transparent;
}

@media screen and (max-width: 1880px) {
  .audio-buttons-1 .btn, .audio-buttons-2 .btn {
    width: 100px;
    height: 100px;
  }
  .audio-buttons-1 .btn p, .audio-buttons-2 .btn p {
    font-size: 10px;
    font-weight: normal;
  }
  #button-item-1 { grid-area: btnitem1; }
  #button-item-2 { grid-area: btnitem2; }
  #button-item-circle-0 { grid-area: btnitem3; }
  #button-item-circle-1 { grid-area: btnitem4; }
  #button-item-circle-2 { grid-area: btnitem5; }
  #button-item-circle-3 { grid-area: btnitem6; }
  .btn-grid-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: 
    "btnitem1 btnitem2 btnitem3 btnitem4 btnitem5"
    "btnitem6 ..... ..... ..... .....";
    grid-gap: 12px;
  }
} 
@media screen and (max-width: 1600px) {
  #button-item-1 { grid-area: btnitem1; }
  #button-item-2 { grid-area: btnitem2; }
  #button-item-circle-0 { grid-area: btnitem3; }
  #button-item-circle-1 { grid-area: btnitem4; }
  #button-item-circle-2 { grid-area: btnitem5; }
  #button-item-circle-3 { grid-area: btnitem6; }
  .btn-grid-container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: 
    "btnitem1 btnitem2 btnitem3 btnitem4"
    "btnitem5 btnitem6 ..... .....";
  }
}
@media screen and (max-width: 1200px) {
  .flex-start, .flex-end {
    justify-content: center;
  }
  .grid-container-3 {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: initial;
    grid-template-areas: initial;
    gap: 15px;
  }
  .grid-container {
    display: block;
  }
  .btn-grid-container {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
    "btnitem1 btnitem2"
    "btnitem3 btnitem4"
    "btnitem5 btnitem6";
  }
}
@media screen and (max-width: 920px) {
  .game-container {
    grid-template-columns: 1fr;
  }
  .header-container {
    display: block;
    width: 100%;
  }
  .header-links a {
    font-size: 18px;
  }
  .contents-start {
    padding: 8px;
  }
  .sideinfo2 {
    margin-left: 8px;
    margin-right: 8px;
    width: auto;
  }
  .game-container-inner, .dd-grid {
    display: grid;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  main .contents {
    margin-left: 15px;
    margin-right: 15px;
  }
}