/* line 1, D:/xampp/htdocs/lynx/styles/dzb.normal.scss */
html {
  font-size: 62.5%; }

@media screen and (min-width: 1600px) {
  /* line 6, D:/xampp/htdocs/lynx/styles/dzb.normal.scss */
  html {
    font-size: 68.75%; } }

@media screen and (min-width: 1760px) {
  /* line 12, D:/xampp/htdocs/lynx/styles/dzb.normal.scss */
  html {
    font-size: 75%; } }

@media screen and (min-width: 1920px) {
  /* line 18, D:/xampp/htdocs/lynx/styles/dzb.normal.scss */
  html {
    font-size: 81.25%; } }

@media screen and (max-width: 1280px) {
  /* line 24, D:/xampp/htdocs/lynx/styles/dzb.normal.scss */
  html {
    font-size: 56.25%; } }

/* line 31, D:/xampp/htdocs/lynx/styles/dzb.normal.scss */
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

/* line 37, D:/xampp/htdocs/lynx/styles/dzb.normal.scss */
body {
  font-family: sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  background: #ffffff;
  color: #4e4e4e; }

/* line 45, D:/xampp/htdocs/lynx/styles/dzb.normal.scss */
a {
  color: inherit;
  text-decoration: none;
  outline: none; }

/* line 51, D:/xampp/htdocs/lynx/styles/dzb.normal.scss */
img {
  max-width: 100%;
  border: none; }

/* line 60, D:/xampp/htdocs/lynx/styles/dzb.normal.scss */
ul,
li,
li,
dl,
dd {
  display: block; }

/* line 69, D:/xampp/htdocs/lynx/styles/dzb.normal.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit; }

/* line 76, D:/xampp/htdocs/lynx/styles/dzb.normal.scss */
input,
select,
textarea,
button {
  border: none;
  background: transparent;
  color: inherit;
  font: inherit;
  outline: none; }

/* line 84, D:/xampp/htdocs/lynx/styles/dzb.normal.scss */
.container {
  width: 100%;
  max-width: 117.4rem;
  margin: auto;
  padding: 0 2rem; }

/* line 91, D:/xampp/htdocs/lynx/styles/dzb.normal.scss */
.container.full-width {
  max-width: 100%; }

/* line 95, D:/xampp/htdocs/lynx/styles/dzb.normal.scss */
.fullscreen {
  background: rgba(66, 66, 66, 0.95);
  color: #ffffff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 32;
  opacity: 0;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  pointer-events: all;
  transition: opacity 0.5s ease 0s, -webkit-transform 0s linear 0.5s;
  transition: transform 0s linear 0.5s, opacity 0.5s ease 0s;
  transition: transform 0s linear 0.5s, opacity 0.5s ease 0s, -webkit-transform 0s linear 0.5s; }

/* line 113, D:/xampp/htdocs/lynx/styles/dzb.normal.scss */
.fullscreen.visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  pointer-events: all;
  transition: opacity 0.5s ease 0s, -webkit-transform 0s linear 0s;
  transition: transform 0s linear 0s, opacity 0.5s ease 0s;
  transition: transform 0s linear 0s, opacity 0.5s ease 0s, -webkit-transform 0s linear 0s; }

/* line 123, D:/xampp/htdocs/lynx/styles/dzb.normal.scss */
.fullscreen .fullscreen-content {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 75%;
  max-height: 95%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* line 133, D:/xampp/htdocs/lynx/styles/dzb.normal.scss */
.fullscreen .fullscreen-close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2.0rem;
  padding: 2.4rem;
  z-index: 16; }

/* line 142, D:/xampp/htdocs/lynx/styles/dzb.normal.scss */
a[href^="http://maps.google.com/maps"] {
  display: none !important; }

/* line 146, D:/xampp/htdocs/lynx/styles/dzb.normal.scss */
a[href^="https://maps.google.com/maps"] {
  display: none !important; }

/* line 152, D:/xampp/htdocs/lynx/styles/dzb.normal.scss */
.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none; }

/* line 156, D:/xampp/htdocs/lynx/styles/dzb.normal.scss */
.gmnoprint div {
  background: none !important; }

/*# sourceMappingURL=dzb.normal.css.map */