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

html,
body {
  font-size: 1rem;
  font-family: "Montserrat", sans-serif;
  color: #333;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.cormorant {
  font-family: "Cormorant", serif;
}

.phone {
  display: none;
}

.button {
  display: inline-block;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  border: 2px #20335d solid;
  color: #333;
  background: transparent;
  padding: 0.8rem 1.6rem;
  margin-top: 1rem;
  width: max-content;
  transition: border-color 200ms ease, color 200ms ease, background 200ms ease;
}
.button:hover {
  border-color: black;
  background: #20335d;
  color: white;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 900;
}

h1 {
  font-family: "Cormorant", serif;
}

h2 {
  font-size: 1.6rem;
  line-height: 100%;
  margin-bottom: 1rem;
}

header,
footer,
.cookies {
  padding: 1rem 8rem;
}

section {
  padding: 4rem 8rem;
}

header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  padding-top: 0;
  padding-bottom: 0;
  transition: background 200ms ease;
}
header img {
  height: 3rem;
}
header nav {
  display: flex;
}
header nav a {
  color: white;
  text-decoration: none;
  padding: 1.2rem;
  text-transform: uppercase;
}
header.low {
  background: #20335dcc;
}

.lander {
  height: 100vh;
  background-image: url("/img/lander.png");
  background-position: center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.lander::before {
  content: "";
  background: #20335dcc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.lander * {
  z-index: 2;
}
.lander h1 {
  font-size: 6rem;
  line-height: 114px;
  line-height: 80%;
  text-transform: uppercase;
  color: white;
}
.lander hr {
  width: 30ch;
  height: 3px;
  border: none;
  color: transparent;
  background: #a87c18;
  margin: 2rem 0;
}
.lander a {
  padding: 1rem 1.6rem;
  border: 2px solid white;
  border-radius: 0 0 15px 0;
  width: fit-content;
  color: white;
  font-size: 1.2rem;
  text-decoration: none;
  transition: background 200ms ease, border-color 200ms ease;
}
.lander a:hover {
  background: #20335d;
  border-color: black;
}

.om {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background-color: #fbfbfb;
}
.om > div:last-child {
  text-align: right;
}
.om > div:last-child img {
  width: 60%;
}

.banner {
  text-align: center;
  background-image: url("/img/meeting.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.banner * {
  z-index: 2;
  color: white;
  position: relative;
}
.banner p {
  margin: 2rem auto 1rem;
  max-width: 60ch;
}
.banner::before {
  content: "";
  background: #20335dcc;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.banner .button {
  border-color: white;
}
.banner .button:hover {
  border-color: black;
}

.tjanster {
  text-align: center;
}
.tjanster p {
  max-width: 60ch;
  margin: 1rem auto;
}
.tjanster .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  align-self: center;
}
.tjanster .wrapper .tjanst {
  border-radius: 32px;
  padding: 1rem;
}
.tjanster .wrapper .tjanst span {
  font-size: 3rem;
}
.tjanster .wrapper .tjanst h3,
.tjanster .wrapper .tjanst span {
  color: #20335d;
}
.tjanster .wrapper .tjanst p {
  text-align: left;
}

.sjalv {
  background-image: url("/img/meeting2.jpg");
}

.kontakt {
  background: #f7f7f7;
  text-align: center;
}
.kontakt form {
  display: flex;
  flex-direction: column;
  max-width: 60ch;
  margin: auto;
}
.kontakt form .button {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
.kontakt form input,
.kontakt form textarea {
  margin: 0 0 1rem;
  padding: 0.5rem 1rem;
  background: white;
  border: none;
  font-family: "Montserrat", sans-serif;
}
.kontakt form textarea {
  resize: none;
  height: 12ch;
}
.kontakt form label {
  display: flex;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #20335d;
  color: white;
}
footer a {
  color: #f8cc67;
}

.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fbfbfb;
}
.cookies .button {
  margin: 0;
}

.socials {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}
.socials a + a {
  margin-left: 1rem;
}
.socials a img {
  filter: invert(1);
  height: 1.2rem;
}

.map {
  padding: 0;
}
.map iframe {
  height: 18rem;
  width: 100%;
}

.policy {
  margin-top: 2rem;
  word-break: break-word;
}
.policy h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.policy p {
  margin-bottom: 1.8rem;
}

#error {
  color: red;
}

.contact-details {
  display: flex;
  justify-content: space-between;
  padding: 1rem 8rem;
}
.contact-details div {
  display: flex;
  align-items: center;
}
.contact-details div p {
  margin-left: 0.2rem;
}

@media only screen and (max-width: 768px) {
  .phone {
    display: block;
  }

  header,
footer,
.cookies {
    padding: 1rem 2rem;
  }

  section {
    padding: 4rem 2rem;
  }

  header {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  header div {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  header button {
    background: none;
    color: white;
    border: none;
  }
  header button .material-icons {
    font-size: 2rem;
  }
  header nav {
    margin-top: 1rem;
    background: white;
    width: 100%;
    border-radius: 15px;
    flex-direction: column;
    display: flex;
  }
  header nav a {
    color: #333;
  }
  header nav.closed {
    display: none;
  }

  .tjanster .wrapper {
    grid-template-columns: 1fr;
  }

  .lander h1 {
    font-size: 3rem;
  }
  .lander hr {
    width: 16ch;
  }

  .om {
    grid-template-columns: 1fr;
  }
  .om > div:last-child {
    margin-top: 4rem;
    text-align: center;
  }

  .kontakt form {
    justify-content: center;
  }
  .kontakt form input,
.kontakt form textarea {
    font-size: 1rem;
  }
  .kontakt form button.button {
    margin-top: 1rem;
    align-self: center;
  }

  footer {
    flex-direction: column;
  }

  .cookies p {
    margin-right: 1rem;
  }

  .socials {
    flex-direction: column;
  }
  .socials div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .socials div:last-child {
    display: flex;
    flex-direction: column;
  }
  .socials div:last-child a {
    margin: 0;
  }

  .contact-details {
    display: flex;
    flex-direction: column;
    padding: 1rem 4rem;
    justify-content: center;
    align-items: center;
  }
}

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