﻿html { min-width: 320px; background: #333; }
body {
  margin: 0;
  background: url("images/stone-bg.jpg") top center / cover fixed no-repeat, #e4e4e4;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
}
body > center {
  display: block;
  width: min(100%, 1080px);
  margin: 0 auto;
  padding: 28px 14px 34px;
}
body > center > table {
  width: 100% !important;
  max-width: 1040px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 14px 38px rgb(0 0 0 / 24%);
}
table { max-width: 100%; }
img, object, embed, iframe, input, select, textarea {
  max-width: 100%;
}
img {
  height: auto;
}
a:hover {
  background-color: #3399ff;
}
.maintext, .text, .head1, .norm {
  overflow-wrap: anywhere;
}
@media (max-width: 760px) {
  body > center {
    width: 100%;
    padding: 0;
  }
  body > center > table {
    box-shadow: none;
  }
  table,
  tbody,
  thead,
  tfoot,
  tr,
  td,
  th {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }
  table {
    border-spacing: 0 !important;
  }
  table[width], td[width], th[width] {
    width: 100% !important;
  }
  td, th {
    max-width: 100%;
  }
  .imageleft, .imageright {
    float: none !important;
    display: block;
    margin: 0 auto 16px;
    padding: 0 !important;
  }
  .languagepicker {
    float: none !important;
    width: 100% !important;
    height: auto !important;
  }
  .languagepicker li {
    min-height: 36px;
    line-height: 36px;
  }
  h1, h2, h3, h4, h5 {
    overflow-wrap: anywhere;
  }
}
