/*
Theme Name: Eder Bier
Author: Tanja Nicole Gruber
Author URI: tanjanicole.com
Description: tbd.
Tags: tbd.
Version: 1
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: ederbier
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
 *    v2.0 | 20110126
 *       License: none (public domain)
 *       */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  max-width: 100%;
  word-wrap: break-word;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h3 {
  font-size: 40px !important;
}

:export {
  maxWidth: 1920;
  mobile: 768;
  desktop: 769;
  heroHeight: 40;
  backgroundColor: #1d1b1d;
  primary: #f3b76d;
  text: #fff1e0;
  lightGray: rgba(29, 28, 29, 0.5098039216);
  middleGray: #7B7B7B;
  goldish: #CC903F;
  formFieldBackground: #FFF0DF;
}

@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/montserrat-v26-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/montserrat-v26-latin-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("./fonts/montserrat-v26-latin-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/montserrat-v26-latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 800;
  src: url("./fonts/montserrat-v26-latin-800.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 900;
  src: url("./fonts/montserrat-v26-latin-900.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  src: url("./fonts/montserrat-v26-latin-200.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/montserrat-v26-latin-300.woff2") format("woff2");
}
.hidden {
  display: none;
  visibility: hidden;
}

.show {
  display: block;
  visibility: visible;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: hsl(33, 85%, 69%);
}

* {
  font-family: "Inter";
}

html,
body {
  overflow-x: hidden;
  max-width: 100%;
  height: 100%;
  margin: 0;
}

body {
  background-color: #1d1b1d;
  display: flex !important;
  flex-direction: column !important;
}

main {
  flex: 1 !important; /* This pushes the footer to the bottom */
}

span {
  color: white;
}

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  background-color: white;
}
.leaflet-control-zoom-in span,
.leaflet-control-zoom-out span {
  color: black;
}

p {
  font-weight: 300;
}

.content-maxwidth {
  margin: 0 auto;
  max-width: 90vw;
}

.page-content {
  padding: 3vh 0;
}
.page-content h2 {
  margin: 3rem 0vw;
  font-family: "pt-serif-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: inherit;
  color: inherit;
  text-align: inherit;
}
.page-content p {
  margin: 2rem 0vw;
}

@media (min-width: 769px) {
  main {
    width: 100%;
  }
  p {
    line-height: 2rem;
    font-family: Montserrat;
    font-size: 18px;
  }
  .content-maxwidth {
    max-width: 70vw;
    margin: 0 auto;
  }
}
.button {
  padding: 1.5vh 2vw;
  border-radius: 1vh;
  color: white !important;
  border: none;
  cursor: pointer;
  font-family: Montserrat;
  max-width: fit-content;
  background: transparent linear-gradient(359deg, #CC903F 0%, #f3b76d 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(359deg, #CC903F 0%, #f3b76d 100%) 0% 0% no-repeat padding-box;
  box-sizing: border-box;
}

h2 {
  text-transform: uppercase;
  color: white;
  text-align: center;
  font-size: clamp(2rem, 8vw, 55px) !important;
  margin: 3rem 0vw;
  font-family: "pt-serif-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  word-break: normal;
  overflow-wrap: normal;
}

@media (max-width: 768px) {
  h2 {
    font-size: clamp(1.5rem, 6vw, 40px) !important;
  }
}
.colored {
  color: #f3b76d;
}

.page-title {
  color: #f3b76d !important;
}

.bold {
  font-weight: 800;
}

#map {
  height: 500px;
  width: 100%;
}

header {
  background-color: #1d1b1d;
}
header .header-maxwidth {
  max-width: 95vw;
  margin: 0 auto;
}
header nav {
  width: 100%;
  min-height: 10vh;
  padding: 2vh 3vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header nav .focused-menu-item {
  color: #f3b76d;
  fill: #f3b76d;
}
header nav .logo img {
  height: auto;
  width: 164px;
}
header nav ul {
  list-style-type: none;
  color: black;
  display: flex;
  flex-direction: row;
  column-gap: 4vw;
}
header nav ul li a {
  display: flex;
  height: 40px;
  align-items: center;
  color: #7B7B7B;
  fill: #7B7B7B;
  text-decoration: none;
  font-family: Montserrat;
  font-weight: 300;
  font-size: 15px;
  text-transform: uppercase;
}
header nav ul li svg {
  fill: inherit;
  margin-right: 10px;
}
header nav ul li a:hover {
  cursor: pointer;
}

@media (max-width: 900px) {
  header nav {
    padding: 2vh 4vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    background-color: transparent;
  }
  header nav .logo {
    position: fixed;
    top: 5vh;
    left: 8vw;
  }
  header nav ul {
    flex-direction: column;
    row-gap: 6vh;
  }
  header nav ul li a {
    font-size: 1.2rem;
  }
}
footer {
  width: 100vw;
  background: transparent linear-gradient(358deg, #CC903F 0%, #f3b76d 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(358deg, #CC903F 0%, #f3b76d 100%) 0% 0% no-repeat padding-box;
  padding: 3vh 0;
  font-family: Montserrat;
  font-weight: 400;
}
footer span {
  color: black;
}
footer .content-maxwidth {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
footer .content-maxwidth .social-links {
  display: flex;
  flex-direction: row;
  column-gap: 2vw;
  align-items: center;
  font-size: 18px;
}
footer .content-maxwidth .social-links img {
  width: 74px;
  height: auto;
}
footer .content-maxwidth .contact-info {
  text-align: center;
}
footer .content-maxwidth .contact-info span {
  margin-inline: 1rem;
}
footer .content-maxwidth .links {
  display: flex;
  flex-direction: column;
  font-size: 18px;
}
footer .content-maxwidth .links a {
  color: black;
  text-decoration: underline;
}
footer .content-maxwidth .links li:not(:first-child) {
  margin-top: 1rem;
}

@media (max-width: 768px) {
  footer .content-maxwidth {
    flex-direction: column-reverse;
    row-gap: 5vh;
  }
  footer .content-maxwidth .social-links {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  footer .content-maxwidth .social-links a {
    color: black;
    text-decoration: underline;
  }
  footer .content-maxwidth .social-links a img {
    width: 50px;
    height: auto;
  }
  footer .content-maxwidth .contact-info {
    text-align: left;
    line-height: 1.5rem;
    width: 100%;
  }
  footer .content-maxwidth .links {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    width: 100%;
  }
  footer .content-maxwidth .links a {
    color: black;
    text-decoration: underline;
  }
  footer .content-maxwidth .links li:not(:first-child) {
    margin-top: 1rem;
  }
}
main.homepage {
  background-color: #1d1b1d;
  color: #fff1e0;
  padding-bottom: 15vh;
}
main.homepage p {
  font-family: Montserrat;
  font-size: 20px;
  line-height: 30px;
}

.hero {
  position: relative;
  width: 100vw;
  height: 40vh;
  background-image: url("../images/homepage-hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0px 0px;
}
@media (max-width: 900px) {
  .hero {
    height: 40dvh;
    height: 40svh;
  }
}
.hero .content-maxwidth {
  height: 100%;
}
.hero .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .hero-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 2vh;
  height: 100%;
  z-index: 1;
  text-shadow: 5px 4px 5px rgba(0, 0, 0, 0.6);
}
.hero .hero-content h1 {
  font-family: "pt-serif-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 19ch;
  line-height: 3rem;
  font-size: 53px;
  font-weight: 400;
}
.hero .hero-content p {
  font-weight: 300;
  font-size: 16px;
}

.die-hofbrauerei {
  padding: 3vh 0;
}
.die-hofbrauerei h2 {
  text-align: center;
  font-size: 55px;
  margin: 3rem 0vw;
  font-family: "pt-serif-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.die-hofbrauerei p {
  margin: 4rem 0vw;
}

.biersorten {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  background-color: #1d1b1d;
  color: #fff1e0;
  padding-bottom: 10rem;
}
.biersorten .biersorten-hero {
  width: 100%;
  height: 40vh;
  object-fit: cover;
}
@media (max-width: 900px) {
  .biersorten .biersorten-hero {
    height: 40dvh;
    height: 40svh;
  }
}
.biersorten {
  /* sticky side menu */
}
.biersorten .biersorten-sidemenu-wrapper {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}
.biersorten .biersorten-sidemenu {
  position: sticky;
  top: 10rem;
  align-self: end;
  max-height: calc(100vh - 2rem);
  overflow: auto;
  padding: 1rem;
  border-radius: 8px;
}
.biersorten .biersorten-sidemenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
}
.biersorten .biersorten-sidemenu ul li + li {
  margin-top: 0.5rem;
}
.biersorten .biersorten-sidemenu li {
  position: relative;
  color: #7b7b7b;
}
.biersorten .biersorten-sidemenu li:hover {
  color: #b1b1b1;
}
.biersorten .biersorten-sidemenu li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #7b7b7b;
  transform: translateY(-50%);
}
.biersorten .biersorten-sidemenu li:hover::after {
  background-color: #b1b1b1;
}
.biersorten .biersorten-sidemenu a {
  text-decoration: none;
  color: inherit;
  margin-right: 35px;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-family: Montserrat;
  transition: color 0.3s ease;
}
.biersorten .biersorten-sidemenu a.active {
  font-weight: 700;
}
.biersorten p {
  font-size: 20px;
  line-height: 30px;
  font-family: Montserrat;
  margin: 4rem 0vw;
  font-weight: 300;
}
.biersorten h2 {
  text-align: center;
  font-size: 55px;
  margin: 3rem 0;
  font-family: "pt-serif-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.biersorten img.spacer {
  width: 100%;
  margin-block: 1rem;
}
.biersorten .biersorte-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 2rem;
}
.biersorten .biersorte-wrapper:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.biersorten .biersorte-wrapper img {
  height: 100%;
  max-width: 35%;
  object-fit: cover;
}
.biersorten .biersorte-wrapper span,
.biersorten .biersorte-wrapper p {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5rem;
}
.biersorten .biersorte-wrapper ul li {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5rem;
}
.biersorten .biersorte-wrapper ul li:not(:first-child) {
  margin-top: 1rem;
}
.biersorten .biersorte-information {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.biersorten .biersorte-information h3 {
  font-size: 40px;
}
.biersorten .biersorte-information p {
  margin: 0;
}

@media (max-width: 768px) {
  .biersorten .biersorte-wrapper {
    flex-direction: column-reverse;
  }
  .biersorten .biersorte-wrapper:nth-of-type(2n) {
    flex-direction: column-reverse;
  }
  .biersorten .biersorte-wrapper img {
    object-fit: cover;
    max-width: 100%;
  }
  .biersorten .biersorte-wrapper .biersorte-information {
    row-gap: 1rem;
  }
}
main.brauvorgang {
  color: #fff1e0;
  padding-bottom: 10rem;
}
main.brauvorgang .brauvorgang-hero {
  width: 100vw;
  height: 40vh;
  object-fit: cover;
}
@media (max-width: 900px) {
  main.brauvorgang .brauvorgang-hero {
    height: 40dvh;
    height: 40svh;
  }
}
main.brauvorgang .sortiment {
  padding: 2rem 0vw;
}
main.brauvorgang .sortiment h2 {
  text-align: center;
  font-size: 55px;
  margin: 3rem 0vw;
  font-family: "pt-serif-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
main.brauvorgang .sortiment p {
  font-family: Montserrat;
  font-size: 20px;
  line-height: 30px;
  margin: 2rem 0vw;
  font-weight: 300;
}

#kontakt-map {
  width: 100%;
  height: 40vh;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 900px) {
  #kontakt-map {
    height: 40dvh;
    height: 40svh;
  }
}
#kontakt-map .leaflet-pane.leaflet-popup-pane, #kontakt-map .leaflet-pane.leaflet-map-pane {
  width: 230px !important;
}
#kontakt-map .leaflet-popup-content-wrapper, #kontakt-map .leaflet-popup-tip {
  background-color: #1d1b1d !important;
}

.contact {
  background-color: #1d1b1d;
  color: #fff1e0;
  padding-bottom: 15vh;
}
.contact .map-focus {
  cursor: pointer;
  display: flex;
  gap: 10px;
  align-items: center;
}
.contact h2 {
  text-align: center;
  font-size: 55px;
  margin: 4vh 0;
  font-family: "pt-serif-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.contact .additional-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
.contact .verkaufsstellen-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(390px, 1fr));
  gap: 15px;
  width: fit-content;
  justify-items: center;
}
@supports (grid-template-columns: subgrid) {
  .contact .verkaufsstellen-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(390px, 1fr));
    max-width: 1260px; /* 3 * (390px + some margin) */
  }
}
@media (min-width: 1300px) {
  .contact .verkaufsstellen-wrapper {
    grid-template-columns: repeat(3, minmax(390px, 1fr));
    max-width: none;
  }
}
@media (min-width: 900px) and (max-width: 1299px) {
  .contact .verkaufsstellen-wrapper {
    grid-template-columns: repeat(2, minmax(390px, 1fr));
  }
}
@media (max-width: 899px) {
  .contact .verkaufsstellen-wrapper {
    grid-template-columns: repeat(1, minmax(320px, 1fr));
  }
}
.contact .verkaufsstellen-wrapper .verkaufsstelle {
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  align-items: start;
  font-family: Montserrat;
  word-wrap: break-word;
  max-width: 390px;
  padding: 2.5rem 2rem;
  background-color: #333;
  border-radius: 10px;
  color: #f5c07a;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 900px) {
  .contact .verkaufsstellen-wrapper .verkaufsstelle {
    max-width: calc(100% - 20vw);
  }
}
.contact .verkaufsstellen-wrapper .verkaufsstelle h2, .contact .verkaufsstellen-wrapper .verkaufsstelle h3, .contact .verkaufsstellen-wrapper .verkaufsstelle h4, .contact .verkaufsstellen-wrapper .verkaufsstelle h5, .contact .verkaufsstellen-wrapper .verkaufsstelle h6,
.contact .verkaufsstellen-wrapper .verkaufsstelle .address, .contact .verkaufsstellen-wrapper .verkaufsstelle .opening-hours, .contact .verkaufsstellen-wrapper .verkaufsstelle .service, .contact .verkaufsstellen-wrapper .verkaufsstelle .appointments, .contact .verkaufsstellen-wrapper .verkaufsstelle .additional-info, .contact .verkaufsstellen-wrapper .verkaufsstelle span, .contact .verkaufsstellen-wrapper .verkaufsstelle p {
  max-width: 390px;
  width: 100%;
  word-break: break-word;
  overflow-wrap: break-word;
}
@media (max-width: 900px) {
  .contact .verkaufsstellen-wrapper .verkaufsstelle h2, .contact .verkaufsstellen-wrapper .verkaufsstelle h3, .contact .verkaufsstellen-wrapper .verkaufsstelle h4, .contact .verkaufsstellen-wrapper .verkaufsstelle h5, .contact .verkaufsstellen-wrapper .verkaufsstelle h6,
  .contact .verkaufsstellen-wrapper .verkaufsstelle .address, .contact .verkaufsstellen-wrapper .verkaufsstelle .opening-hours, .contact .verkaufsstellen-wrapper .verkaufsstelle .service, .contact .verkaufsstellen-wrapper .verkaufsstelle .appointments, .contact .verkaufsstellen-wrapper .verkaufsstelle .additional-info, .contact .verkaufsstellen-wrapper .verkaufsstelle span, .contact .verkaufsstellen-wrapper .verkaufsstelle p {
    max-width: 100%;
  }
}
.contact .verkaufsstellen-wrapper .verkaufsstelle h2, .contact .verkaufsstellen-wrapper .verkaufsstelle h3, .contact .verkaufsstellen-wrapper .verkaufsstelle h4, .contact .verkaufsstellen-wrapper .verkaufsstelle h5, .contact .verkaufsstellen-wrapper .verkaufsstelle h6 {
  font-size: clamp(1rem, 5vw, 30px) !important;
  text-align: inherit;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media (max-width: 480px) {
  .contact .verkaufsstellen-wrapper .verkaufsstelle h2, .contact .verkaufsstellen-wrapper .verkaufsstelle h3, .contact .verkaufsstellen-wrapper .verkaufsstelle h4, .contact .verkaufsstellen-wrapper .verkaufsstelle h5, .contact .verkaufsstellen-wrapper .verkaufsstelle h6 {
    font-size: clamp(1rem, 4vw, 24px) !important;
  }
}
.contact .verkaufsstellen-wrapper .verkaufsstelle h2:first-child, .contact .verkaufsstellen-wrapper .verkaufsstelle h3:first-child, .contact .verkaufsstellen-wrapper .verkaufsstelle h4:first-child, .contact .verkaufsstellen-wrapper .verkaufsstelle h5:first-child, .contact .verkaufsstellen-wrapper .verkaufsstelle h6:first-child {
  margin-top: 0;
}
.contact .verkaufsstellen-wrapper .verkaufsstelle h3 {
  font-family: "pt-serif-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  text-transform: uppercase;
}
.contact .verkaufsstellen-wrapper .verkaufsstelle .address {
  font-size: 16px;
  line-height: 150%;
  padding-bottom: 1rem;
}
.contact .verkaufsstellen-wrapper .verkaufsstelle .spacer {
  width: 100%;
  border-bottom: 1px solid #f3b76d;
  margin-top: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
.contact .verkaufsstellen-wrapper .verkaufsstelle .verkaufsstelle-features-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-block: 1rem;
}
.contact .verkaufsstellen-wrapper .verkaufsstelle .verkaufsstelle-features-wrapper .verkaufsstelle-features {
  display: flex;
  gap: 20px;
  align-items: center;
}
.contact .verkaufsstellen-wrapper .verkaufsstelle.primary {
  background-color: #333;
  border-radius: 10px;
  grid-column: span 1;
  grid-row: span 2;
  color: #fff1e0;
  border: 2px solid #f3b76d;
  position: relative;
}
.contact .verkaufsstellen-wrapper .verkaufsstelle.primary::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -22px;
  width: 53px;
  height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: 2;
  pointer-events: none;
}
.contact .verkaufsstellen-wrapper .verkaufsstelle.primary h4 {
  padding: 8vh 0 3vh 0;
  font-size: 30px;
  font-family: Montserrat;
}
.contact .verkaufsstellen-wrapper .verkaufsstelle.primary .opening-hours,
.contact .verkaufsstellen-wrapper .verkaufsstelle.primary .service {
  line-height: 150%;
}
.contact .verkaufsstellen-wrapper .verkaufsstelle.primary .appointments {
  padding-top: 4vh;
  font-size: 16px;
}
.contact .contact-form {
  font-family: Montserrat;
}
.contact .contact-form .uppercase {
  text-transform: uppercase;
}
.contact .contact-form .content-maxwidth {
  margin-top: 4rem;
}
.contact .contact-form .content-maxwidth h3 {
  font-size: 40px;
}
.contact .contact-form .content-maxwidth p {
  padding-top: 23px;
  font-weight: 400;
}
.contact .contact-form .content-maxwidth h3, .contact .contact-form .content-maxwidth p {
  text-align: center;
}
.contact .contact-form .content-maxwidth form h3 {
  text-align: left;
  font-size: 16px;
  line-height: 150%;
  text-transform: uppercase;
  color: #f3b76d;
  font-family: Montserrat;
}
.contact .contact-form .content-maxwidth form .gutena-forms-text-field, .contact .contact-form .content-maxwidth form .gutena-forms-email-field, .contact .contact-form .content-maxwidth form .gutena-forms-textarea-field {
  border-bottom: none !important;
}
.contact .contact-form .content-maxwidth form input, .contact .contact-form .content-maxwidth form textarea {
  width: 100% !important;
  padding: 10px !important;
  margin: 10px 0 !important;
  border: 1px solid #f3b76d !important;
  border-radius: 5px !important;
  background-color: #FFF0DF !important;
  color: #1d1b1d !important;
  font-family: Montserrat !important;
}
.contact .contact-form .content-maxwidth form textarea {
  height: 200px;
  grid-column: 1/span 2;
}
.contact .contact-form .content-maxwidth form button {
  padding: 10px 20px;
  background-color: #f3b76d;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-family: Montserrat;
  width: 230px;
}

@media (min-width: 1401px) {
  .content-maxwidth {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 901px) and (max-width: 1400px) {
  .content-maxwidth {
    grid-template-columns: repeat(2, 1fr);
  }
  form {
    grid-template-columns: 1fr 1fr;
  }
  form .form-group.message {
    grid-column: 1/span 2;
  }
}
@media (max-width: 900px) {
  .content-maxwidth {
    grid-template-columns: 1fr;
  }
  form {
    grid-template-columns: 1fr;
  }
  form .form-group textarea {
    height: 200px;
    grid-column: 1/span 1;
  }
  form .form-group.message {
    grid-column: 1/span 1;
  }
}
@media (min-width: 901px) {
  #hamburger {
    display: none;
  }
}
@media (max-width: 900px) {
  #hamburger {
    position: fixed;
    width: 44px;
    height: 44px;
    right: 2vw;
    top: 2vh;
    border: none;
    background-color: transparent;
    z-index: 1001;
    margin: 2vh;
    color: white;
    cursor: pointer;
    padding: 1.5vh;
  }
  #hamburger .line-1,
  #hamburger .line-2,
  #hamburger .line-3 {
    background-color: white;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  #hamburger .line-1 {
    top: 1.5vh;
  }
  #hamburger .line-2 {
    top: 2.5vh;
  }
  #hamburger .line-3 {
    top: 3.5vh;
  }
  #hamburger.open .line-1 {
    transform: translateX(-50%) translateY(8px) rotate(45deg);
  }
  #hamburger.open .line-2 {
    opacity: 0;
  }
  #hamburger.open .line-3 {
    transform: translateX(-50%) translateY(-8px) rotate(-45deg);
  }
  nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #1d1b1d;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  nav ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    row-gap: 4vh;
    max-width: 70vw;
  }
  nav ul li {
    text-align: left;
    font-size: 1.4rem;
    width: 100%;
  }
  nav ul li a {
    display: block;
    color: #fff1e0;
    font-size: 24px;
    transition: color 0.3s ease;
  }
  nav ul li a:hover {
    color: #f3b76d;
  }
  nav.open {
    opacity: 1;
    visibility: visible;
  }
}

/*# sourceMappingURL=style.css.map */
