@font-face {
  font-family: "Mueller-Web-Light";
  src: url("../fonts/Mueller-Web-400-Light.woff") format("woff"),
    url("../fonts/Mueller-Web-400-Light.woff") format("ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Mueller-Web-Regular";
  src: url("../fonts/Mueller-Web-500-Regular.woff") format("woff"),
    url("../fonts/Mueller-Web-500-Regular.woff") format("ttf");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Mueller-Web-Medium";
  src: url("../fonts/Mueller-Web-600-Medium.woff") format("woff"),
    url("../fonts/Mueller-Web-600-Medium.woff") format("ttf");
  font-weight: normal;
  font-style: normal;
}

html {
  width: 100vw;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #000000;
  color: #fff;
  font-size: 16px;
}

body {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.01em;
  overflow: hidden;
  font-family: "Mueller-Web-Regular", -apple-system, BlinkMacSystemFont, "helvetica neue", helvetica, arial, sans-serif;
}

body#data-policy {
  overflow: auto;
}

body#data-policy footer {
  position: relative;
  height: 60px;
  margin-bottom: 0;
}

footer,
header,
section {
  width: 100%;
  left: 0;
}
.contact,
.disclaimer,
footer {
  bottom: 0;
  position: absolute;
}
.contact,
.disclaimer,
.disclaimer a,
a.enquiry,
footer a,
footer a:link,
footer a:visited,
h3,
header a,
header a:link,
header a:visited {
  display: inline-block;
}

h1,
h2,
h3 {
  font-size: 1em;
  font-weight: normal;
}
h2 {
  margin: 2rem 0 0;
}
h3 {
  margin: 0 0 0.5rem;
  padding: 0 0.25rem;
  background-color: #fff;
  color: #000;
  border-radius: 2px;
}
p + h3 {
  margin-top: 0.5em;
}
*,
:after,
:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  background-color: transparent;
  word-break: break-all;
}
a,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
  font-style: normal;
  transform: skewX(-0.1deg);
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.3s ease, color 0.3s ease;
}
a:hover {
  transform: skewX(-10deg);
  color: #f0f0f0;
}

@media only screen and (min-width: 1441px) {
  body {
    font-size: 1.05rem;
  }
}
.top-secret:hover {
  cursor: not-allowed;
}
address,
p {
  margin: 0 0 1rem;
}
address {
  font-style: normal;
}
body#data-policy p {
  margin: 0 0 2rem;
}
::selection {
  background: #fff;
  color: #b6b7b9;
}
header,
section {
  position: relative;
  top: 0;
  padding: 14px 18px;
}
.contact {
  left: 0;
  font-size: 0.95em;
  padding: 14px 20px;
}
a.enquiry,
a.animate {
  display: inline-block;
  transform: skewX(-0.1deg);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
a.enquiry:hover,
a.animate:hover {
  transform: skewX(-10deg);
}
.disclaimer,
.small {
  font-family: "Mueller-Web-Medium", -apple-system, BlinkMacSystemFont, "helvetica neue", helvetica, arial, sans-serif;
  font-weight: 500;
  font-size: 0.4em;
  letter-spacing: 0.02em;
}
.disclaimer {
  right: 0;
}
.disclaimer a {
  opacity: 0.3;
  cursor: alias;
  transform: none;
  transition: opacity 0.2s ease;
}
.disclaimer a:hover,
.link-inactive {
  opacity: 1;
}
.policy {
  padding: 20px 18px 16px 4px;
}
.imprint {
  padding: 20px 6px 16px 4px;
}
.link-inactive:hover {
  cursor: default;
  color: #fff;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  body {
    font-size: 0.65rem;
    letter-spacing: 0;
  }
  header a {
    color: #fff !important;
  }
  .intmagic {
    padding: 18px 20px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  body {
    font-size: 0.77rem;
    letter-spacing: 0.01em;
  }
  header a {
    color: #fff !important;
  }
  .intmagic {
    padding: 16px 20px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  body {
    font-size: 0.85rem;
  }
  .intmagic {
    padding: 16px 20px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  body {
    font-size: 0.7rem;
  }
}
