@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opensans-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans-italic-webfont.woff2') format('woff2'), url('../fonts/opensans-italic-webfont.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans-semibolditalic-webfont.woff2') format('woff2'), url('../fonts/opensans-semibolditalic-webfont.woff') format('woff');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'), url('../fonts/opensans-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../fonts/opensans-bolditalic-webfont.woff2') format('woff2'), url('../fonts/opensans-bolditalic-webfont.woff') format('woff');
  font-weight: 700;
  font-style: italic;
}
*,
*:before,
*:after {
  /*box-sizing: border-box;*/
}
header,
section,
nav,
main,
aside,
article {
  display: block;
}
body {
  padding: 0;
  margin: 0;
  font: 400 0.9375rem/1 'Open Sans', sans-serif;
  color: #707070;
  background: #fff;
  position: relative;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  min-width: 20rem;
}
@media only screen and (min-width: 64rem) {
  body {
    background-image: url('../images/body.jpg');
    background-repeat: no-repeat;
    background-position: 50% 0;
  }
}
.mce-content-body {
  min-width: 0;
}
h1,
.h1 {
  line-height: 1.25;
  padding-top: 20px;
  margin-bottom: 15px;
  font-weight: 800;
  color: #C70606;
  text-transform: uppercase;
}
h2,
.h2 {
  line-height: 1.25;
  padding-top: 1rem;
  margin-bottom: 15px;
  font-weight: 800;
  color: #C70606;
  text-transform: uppercase;
}
h3,
.h3 {
  line-height: 1.25;
  padding-top: 1rem;
  margin-bottom: 15px;
  font-weight: 800;
  color: #C70606;
  text-transform: uppercase;
}
h4,
.h4,
h5,
h6 {
  line-height: 1.25;
  padding-top: 1rem;
  margin-bottom: 15px;
  font-weight: 800;
  color: #C70606;
  text-transform: uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  text-align: center;
}
@media only screen and (min-width: 57rem) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  h7 {
    text-align: left;
  }
}
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
  /*padding-top: 0;*/
}
img {
  max-width: 100%;
  object-fit: cover;
}
.sObrazekObal img[width][height] {
  height: auto;
}
iframe {
  max-width: 100%;
  margin-bottom: 1rem;
  border: 0;
}
ol,
ul {
  padding: 0;
  margin: 0 0 1rem 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
li {
  padding-bottom: 0.25rem;
  padding-left: 2rem;
  line-height: 1.5;
  list-style: disc;
}
li ul li {
  list-style: circle;
}
ol li {
  list-style: decimal;
}
small {
  font-size: 75%;
}
a {
  color: #C70606;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
p {
  line-height: 1.5;
  margin: 0;
  padding-bottom: 1rem;
}
form p {
  padding-bottom: 0;
}
address {
  line-height: 1.5;
  padding-bottom: 1rem;
  margin: 0;
  font-style: normal;
}
table {
  margin-bottom: 1rem;
  border-collapse: collapse;
}
td,
th {
  line-height: 1.25;
  padding: 0.25rem 0.5rem;
  vertical-align: baseline;
}
.responsive-table {
  width: 100%;
  padding-bottom: 1rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.responsive-table table {
  margin-bottom: 0;
}

/*# sourceMappingURL=maps/basic.css.map */
