/* latin-ext */
@font-face {
  font-family: 'Quattrocento Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../themes/mwf/assets/fonts/Quattrocento_Sans.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Quattrocento Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../themes/mwf/assets/fonts/Quattrocento_Sans2.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Quattrocento Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../themes/mwf/assets/fonts/Quattrocento_Sans_Bold.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Quattrocento Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('../themes/mwf/assets/fonts/Quattrocento_Sans_Bold2.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Libre Caslon';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../themes/mwf/assets/fonts/Libre_Caslon.woff2') format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Libre Caslon';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../themes/mwf/assets/fonts/Libre_Caslon2.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../themes/mwf/assets/fonts/icomoon.eot?q54ces');
  src:  url('../themes/mwf/assets/fonts/icomoon.eot?q54ces#iefix') format('embedded-opentype'),
    url('../themes/mwf/assets/fonts/icomoon.ttf?q54ces') format('truetype'),
    url('../themes/mwf/assets/fonts/icomoon.woff?q54ces') format('woff'),
    url('../themes/mwf/assets/fonts/icomoon.svg?q54ces#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-mail:before {
  content: "\e907";
}
.icon-location:before {
  content: "\e906";
}
.icon-menu:before {
  content: "\e902";
}
.icon-phone:before {
  content: "\e905";
}
.icon-contact:before {
  content: "\e905";
}
.icon-instagram:before {
  content: "\e903";
}
.icon-twitter:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e901";
}
.icon-close:before {
  content: "\e904";
}

html {
  font-size: 10px;
}
body {
  color: black;
  font-family: "Quattrocento Sans", Helvetica, Arial, sans-serif;
  font-size: 10px;
  margin: 0;
  background-color: white;
}
h1 {
  font-family: "Libre Caslon";
  text-transform: uppercase;
  font-size: 8rem;
  font-weight: 600;
  letter-spacing: 0.5rem;
}
h2 {
  font-size: 2.8rem;
  line-height: 3.4rem;
}
h3 {
  font-size: 2.3rem;
  line-height: 2.8rem;
}
p, ul, ol {
  font-size: 2.5rem;
  line-height: 3rem;
}
main {
  max-width: 1400px;
  padding: 0 5rem;
}
main h2, main h3, main p, main ul, main ol {
  margin-left: 11rem;
}
@media (max-width: 900px) {
  main h2, main h3, main p, main ul, main ol {
    margin-left: 5rem;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 2.416vw;
  }
  h1 {
    font-size: 3rem;
    letter-spacing: 0.2rem;
  }
  h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  h3 {
    font-size: 2.1rem;
    line-height: 2.6rem;
  }
  p, ul, ol {
    font-size: 1.8rem;
    line-height: 2.1rem;
  }
  main {
    padding: 0 3.6rem;
  }
  main h2, main h3, main p, main ul, main ol {
    margin-left: 0;
  }
}
header {
  padding: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header img {
  width: 14rem;
}
header button {
  font-size: 3rem;
  border: none;
  background: none;
  cursor: pointer;
}
@media (max-width: 600px) {
  header {
    padding: 3rem;
  }
  header img {
    width: 10rem;
  }
}
nav {
  position: fixed;
  background-color: white;
  display: none;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
nav img {
  position: absolute;
  top: 5rem;
  left: 5rem;
  width: 14rem;
}
nav button {
  position: absolute;
  top: 7rem;
  right: 6rem;
  font-size: 4rem;
  border: none;
  background: none;
  cursor: pointer;
  color: #B79E2B;
}
nav a {
  text-decoration: none;
  font-size: 5rem;
  color: black;
  text-transform: uppercase;
  margin: 1.5rem 0;
}
nav p {
  font-size: 2.5rem;
  line-height: 2.8rem;
}
nav .social {
  display: flex;
  justify-content: space-between;
  margin: 3rem auto;
  width: 80vw;
  max-width: 300px;
}
@media (max-width: 600px) {
  nav a {
    font-size: 3rem;
  }
  nav img {
    top: 3rem;
    left: 3rem;
    width: 10rem;
  }
  nav button {
    top: 4rem;
    right: 3rem;
  }
  nav .social {
    max-width: 40vw;
  }
}
.home main h1 {
  font-size: 12rem;
}
.home main img {
  margin-left: -5rem;
  width: 50vw;
}
.home aside {
  position: absolute;
  top: 17rem;
  right: 0;
  text-align: right;
}
.home aside img {
  width: 30vw;
}
.home aside p {
  padding-right: 5rem;
}
@media (max-width: 1500px) {
  .home main h1 {
    font-size: 8vw;
  }
}
@media (max-width: 1200px) {
  .home main h1 {
    font-size: 10vw;
  }
  .home main img {
    margin-left: -5rem;
    width: 70vw;
  }
  .home aside {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    top: unset;
  }
  .home aside img {
    width: 50vw;
  }
}
.kontakt .twoCols {
  display: flex;
}
.kontakt .twoCols .left {
  margin-left: 11rem;
  margin-right: 13rem;
}
.kontakt .twoCols .left i {
  display: block;
  font-size: 3rem;
}
.kontakt .twoCols .left i:not(:first-of-type) {
  margin-top: 4rem;
}
.kontakt .twoCols .left p {
  margin: 0;
}
.kontakt .twoCols .left .social {
  max-width: 190px;
  margin-top: 7rem;
}
.kontakt .twoCols .right {
  width: 100%;
  max-width: 700px;
  padding-top: 3rem;
}
.kontakt .twoCols .right form {
  display: flex;
  flex-direction: column;
}
.kontakt .twoCols .right form input, .kontakt .twoCols .right form textarea {
  border: 1px solid black;
  border-radius: 2rem;
  padding: 0 1.7rem;
  font: normal normal normal 2rem/2.8rem Candara;
  margin-bottom: 3rem;
}
.kontakt .twoCols .right form p {
  color: #e50909;
  font-size: 1.6rem;
  margin: -3rem 0 1rem 2rem;
}
.kontakt .twoCols .right form input {
  height: 4.2rem;
}
.kontakt .twoCols .right form textarea {
  height: 20rem;
  padding: 1rem 1.7rem;
}
.kontakt .twoCols .right form button {
  border: none;
  background: black;
  color: white;
  border-radius: 2rem;
  height: 3.3rem;
  text-transform: uppercase;
  max-width: 20rem;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .kontakt .twoCols .left {
    margin-left: 5rem;
    margin-right: 5rem;
  }
}
@media (max-width: 992px) {
  .kontakt .twoCols {
    flex-direction: column;
  }
  .kontakt .twoCols .left {
    margin-left: 0;
    margin-right: 0;
  }
  .kontakt .twoCols .left .social {
    margin: 5rem 0;
  }
  .kontakt .twoCols .right {
    padding-bottom: 4rem;
  }
}
@media (max-width: 600px) {
  .kontakt .twoCols .left .social {
    max-width: 18rem;
  }
}
.dialog {
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.dialog .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  background-color: white;
  max-width: 480px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  max-height: 100%;
  overflow-y: auto;
  padding: 3.4rem;
  border-radius: 0.3rem;
}
.dialog .content:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.dialog .content .header {
  position: relative;
}
.dialog .content .header h2 {
  margin: 0;
  font-size: 3.5rem;
  line-height: 3.6rem;
  padding: 0;
  text-align: center;
  margin-bottom: 1.2rem;
}
.dialog .content .header i {
  position: absolute;
  right: -1rem;
  color: #e0e0e0;
  font-size: 3rem;
  top: -0.3rem;
  cursor: pointer;
}
.dialog .content .header i:before {
  margin: 0;
}
.dialog .content .header i:hover {
  color: #999;
}
.dialog .content .body {
  overflow-y: auto;
  padding: 0 2rem;
  color: #333;
  font-size: 1.8rem;
  line-height: 3rem;
  text-align: center;
}
.dialog .content .body p:last-of-type {
  margin-bottom: 0;
}
.dialog .content .footer {
  padding: 1rem 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.dialog .content .footer button {
  margin: 1rem 0 0 1rem;
  font-size: 1.6rem;
  padding: 0.8rem 3rem;
}
.dialog .content .footer button:first-of-type {
  margin-left: 0;
}
.dialog .content .footer button:last-of-type {
  margin-right: 0;
}
@media (max-width: 600px) {
  .dialog .content .body {
    padding: 0;
  }
}
.dialog.result .content {
  max-width: 40.8rem;
}
.social {
  display: flex;
  justify-content: space-between;
}
.social a {
  color: black;
  text-decoration: none;
}
