/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[13].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[13].oneOf[13].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[13].oneOf[13].use[5]!./styles/global.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "Brandon-Grotesque";
  src: url("/font/Brandon/Brandon_reg.otf");
}
@font-face {
  font-family: "Brandon-Bold";
  src: url("/font/Brandon/Brandon_bld.otf");
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("/font/Roboto/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("/font/Roboto/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Brandon-Grotesque-Bold";
  src: url("/font/Brandon/Brandon_bld.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
:root {
  --footer-height: 70px;
  --footer-padding: 15px;
}
@media (max-width: 1023px) {
  :root {
    --footer-height: 50px;
  }
}
@media (max-width: 368px) {
  :root {
    --footer-height: 40px;
  }
}
@media (max-height: 430px) {
  :root {
    --footer-height: 40px;
  }
}

body {
  width: 100vw;
  height: 100vh;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
}

/**
 * ZAMMAD stuff
 */
.hidden,
.js-noConfig {
  display: none;
}

.zammad-form-modal-backdrop {
  background-color: unset !important;
  opacity: 0 !important;
}

.zammad-form-modal-body {
  border-radius: unset !important;
  margin: 0 !important;
}

.zammad-form {
  font-family: "Brandon Grotesque-Bold", Helvetica, sans-serif;
  line-height: 1.8;
  font-size: 24px !important;
}
.zammad-form textarea {
  min-height: 200px;
}

.zammad-form-control {
  height: 40px;
  font-size: 18px;
}

.btn {
  background-color: transparent;
  border: 2px solid gray;
  display: flex;
  width: 170px;
  height: 50px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: gray;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 0px;
}
@media (max-height: 280px) {
  .btn {
    height: 35px;
  }
}
