/*---------------Inheritances-------------*/
/* line 16, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
#burgerbar, .left-grid img {
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, 0.16); }

/* line 22, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
footer {
  -webkit-box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -3px 3px 0px rgba(0, 0, 0, 0.1); }

/* line 30, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

/* line 36, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
body {
  overflow-x: hidden;
  background-color: #fafafaff; }

/* line 42, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
html {
  font-family: sweet-sans-pro, sans-serif; }

/* LOADER / SPINNER */
/* line 48, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
#loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999999999;
  overflow: hidden;
  background-color: none;
  /* display: none; */
  text-align: center; }

/* line 60, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.spinner {
  width: 50px;
  animation: coin-spin 2.4s infinite;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

@keyframes coin-spin {
  0%,
  100% { }
  0% {
    transform: rotateY(0deg); }
  50% {
    transform: rotateY(180deg); }
  100% {
    transform: rotateY(360deg); } }

/* ---------- HIDE ---------- */
/* line 94, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.hide {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 0.4s, opacity 0.4s linear; }

/* ----- Burger menu -------- */
/* line 103, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
#burgerbar {
  position: fixed;
  top: 0;
  right: -250px;
  background: #484848ff;
  width: 230px;
  height: 100%;
  transition: 0.4s;
  z-index: 10000; }
  /* line 114, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  #burgerbar ul {
    margin: 0;
    padding: 40px 0; }
  /* line 119, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  #burgerbar ul li {
    list-style: none; }
  /* line 123, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  #burgerbar ul li a {
    padding: 10px 20px;
    color: white;
    font-weight: bold;
    display: block;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }

/* line 133, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.active {
  right: 0 !important; }

/* line 140, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
#burger-btn {
  position: fixed;
  top: 5px;
  right: 10px;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border: none;
  outline: none;
  background: transparent;
  z-index: 10001; }

/* line 153, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
#burger-btn span {
  display: block;
  width: 35px;
  height: 3px;
  background: #252525;
  position: absolute;
  transition: 0.4s;
  border-radius: 3px; }

/* line 171, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
#burger-btn span:nth-child(1) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

/* line 179, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
#burger-btn span:nth-child(2) {
  top: 20px; }

/* line 183, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
#burger-btn span:nth-child(3) {
  top: 20px; }

/* line 187, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
#burger-btn span:nth-child(4) {
  top: 30px;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }

/* line 195, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
#burger-btn.open span:nth-child(1) {
  opacity: 0;
  background: white; }

/* line 200, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
#burger-btn.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  background: white; }

/* line 208, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
#burger-btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: white; }

/* line 216, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
#burger-btn.open span:nth-child(4) {
  opacity: 0;
  background: white; }

/* SmykkeMainPage */
/* line 224, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.smykkerouterbox {
  display: flex;
  width: 100%;
  flex-direction: row;
  margin-top: 50px; }

/* line 233, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.leftsmykkebox,
.rightsmykkebox {
  display: flex;
  flex-direction: column;
  width: 30%;
  margin: 40px 5%; }

/* line 242, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.leftsmykkebox {
  margin-top: 80px; }

/* line 246, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.smykkeimgsmall,
.smykkeimgbig {
  display: flex;
  justify-content: center;
  margin: 40px 0; }

/* line 254, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.smykkeimgsmall img {
  max-width: 25%;
  height: auto;
  margin: 0 30px; }

/* line 260, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.smykkeimgbig img {
  width: 70%; }

/* line 265, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.smykkemenu {
  /* display: none; */
  padding-left: 40px;
  position: fixed;
  color: #484848ff;
  justify-content: flex-end;
  padding-bottom: 12vh;
  align-items: center;
  flex-direction: column;
  height: 60vh;
  width: 300px;
  /* width: 25%; */
  /* background-image: url(../images/silhuet-smykke-menu.png); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 75%;
  right: 0;
  /* top: 15vh; */
  top: 23vh;
  z-index: 22; }
  /* line 283, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .smykkemenu a {
    color: #484848ff;
    text-decoration: none; }
  /* line 289, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .smykkemenu h4 {
    font-size: 1.7em; }
  /* line 293, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .smykkemenu ul {
    cursor: pointer;
    list-style: none;
    line-height: 1.6;
    font-weight: 600;
    font-size: 1.5em; }

/* smykkegalleri */
/* line 303, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
#smykke-oversigt {
  margin-top: 6vh;
  max-width: 1920px;
  margin: auto; }

/* line 309, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.overview-grid-container {
  display: grid;
  grid-template-columns: repeat(6, 115px);
  grid-template-rows: 115px;
  grid-gap: 13px;
  justify-content: center; }
  /* line 316, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .overview-grid-container img {
    /* max-width: 115px;
    max-height: 115px; */
    width: 115px;
    height: 115px;
    object-fit: cover;
    cursor: pointer; }

/* line 324, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.clear1 {
  grid-column: 6;
  grid-row: 1; }

/* line 329, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.clear2 {
  grid-column: 1;
  grid-row: 2; }

/* line 334, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.clear3 {
  grid-column: 5 / 7;
  grid-row: 3; }

/* line 339, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.clear4 {
  grid-column: 1;
  grid-row: 4; }

/* line 344, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.clear4end {
  grid-column: 6;
  grid-row: 4; }

/* Ydre grid */
/* line 350, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.outer-grid-container {
  display: grid;
  justify-content: center;
  /* grid-template-columns: 300px minmax(0, 1fr) 25%; */
  grid-template-columns: 500px 1fr 250px;
  padding: 2.5%;
  width: 100%;
  grid-gap: 2.5%;
  margin-top: 20px;
  padding-bottom: 10vh; }

/* line 362, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.left-grid img {
  width: 100%; }

/* line 368, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.smykkeh1 {
  font-size: 40px;
  /* margin-top: 100px; */
  text-align: center; }

/* SPA INDSTILLINGER */
/* line 375, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.page {
  display: none;
  min-height: 100vh;
  animation: fadeIn 0.4s; }
  /* line 380, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .page h2 {
    color: #484848ff; }

/* line 386, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.highlighted {
  color: #000000ff;
  font-weight: 800;
  border-bottom: 3px solid #dbbb53ff; }

/* line 393, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
header {
  width: 100%;
  position: fixed;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6vh;
  background-color: #fafafaff;
  z-index: 100; }
  /* line 404, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  header p {
    margin-left: 100px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 2em;
    color: #484848ff;
    line-height: 100%; }
    /* line 413, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
    header p span {
      font-size: 1.2em; }
    /* line 417, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
    header p a {
      text-decoration: none;
      color: #484848ff; }
  /* line 423, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  header .space-around {
    margin: 0px 15px; }
  /* line 429, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  header ul {
    display: flex;
    /* width: 40%;
        justify-content: space-between;
    */
    list-style: none;
    margin-right: 100px;
    font-size: 1.2em;
    font-weight: 600;
    text-transform: uppercase; }
    /* line 440, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
    header ul a {
      text-decoration: none;
      color: #484848ff; }

/* line 450, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
#forside {
  width: 100%;
  height: 100vh; }

/* line 456, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.forside-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: 100vh;
  grid-gap: 5%;
  align-items: center;
  justify-items: flex-end; }
  /* line 464, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .forside-grid img {
    width: 100%; }

/* line 470, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.first-title {
  margin-left: 20px; }

/* line 474, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.name-display {
  text-align: center; }
  /* line 477, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .name-display p {
    font-size: 1.7em; }
    /* line 480, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
    .name-display p span {
      font-size: 2.3em;
      font-weight: 600;
      color: #484848ff;
      line-height: 100%; }

/* line 489, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
#title-output {
  margin-top: 15px;
  animation: pulse 3s infinite; }

/* line 494, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.output-animation {
  margin-top: 15px;
  animation: pulse 3s infinite; }

/* line 499, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
#title-output.enabled {
  color: red; }

@keyframes pulse {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/* line 517, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
#silhuet2 {
  width: 18%;
  position: absolute;
  left: 0px;
  bottom: 0px; }

/* line 525, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
#texture {
  width: 1000px;
  -webkit-mask-image: url(../images/silhuet-form.svg);
  mask-image: url(../images/silhuet-form.svg); }

/* line 537, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
#metteoestberg {
  max-width: 1400px;
  margin: auto; }

/* line 544, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.mette-outer-grid {
  display: grid;
  margin: 100px 100px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 100px; }

/* line 552, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
#title-output-mette {
  margin-top: 10px;
  animation: pulse 3s infinite; }

/* line 558, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
#mette-silhuet {
  position: absolute;
  transform: rotate(-10deg);
  width: 30%;
  z-index: -10;
  right: 50px; }

/* line 566, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.mette-name-display {
  margin-left: 30px;
  text-align: center; }
  /* line 570, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .mette-name-display p {
    font-size: 1.0em; }
    /* line 573, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
    .mette-name-display p span {
      font-size: 2.3em;
      font-weight: 600;
      color: #484848ff;
      line-height: 100%; }

/* line 582, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.foto-title {
  display: flex;
  align-items: center;
  height: 30vh; }
  /* line 587, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .foto-title img {
    width: 140px; }

/* line 593, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
#uddannelse img {
  width: 100%; }

/* line 598, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.mette-promo-smykke {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 30vh; }

/* line 606, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.form-funktion img {
  width: 100%; }

/* line 611, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
#mette-koncepter {
  text-align: center; }

/* line 617, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.mandalacreate img,
.multicircles img {
  width: 80%; }

/* line 621, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.mandalacreate a,
.multicircles a {
  text-decoration: none;
  font-size: 1.2em;
  font-weight: 600; }

/* line 627, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.mandalacreate a:hover,
.multicircles a:hover {
  opacity: 0.5; }

/* line 634, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.mandalacreate a {
  color: #17819f; }

/* line 640, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.multicircles a {
  color: #8ea717; }

/* line 645, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
#mette-silhuet-bottom-left {
  position: fixed;
  left: 0; }

/* line 650, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
#mette-silhuet-bottom-right {
  position: fixed;
  right: 0;
  z-index: -10; }

/* line 658, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
footer {
  background-color: #ecececff;
  z-index: 20;
  padding: 2vh 0px; }

/* line 665, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
#footer-grid {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 60%;
  margin: auto; }
  /* line 672, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  #footer-grid div {
    display: flex;
    flex-direction: column; }
  /* line 677, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  #footer-grid h2 {
    color: #484848ff; }
  /* line 681, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  #footer-grid a {
    text-decoration: none;
    color: #484848ff; }
  /* line 686, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  #footer-grid a:hover {
    opacity: 0.5; }

/* line 691, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
#footer-smykke-items {
  list-style: none; }

/* line 695, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
#footer-line {
  width: 150px;
  height: 2px;
  margin-top: 7px;
  background-color: #484848ff; }

/* line 702, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
#logo-stempel {
  position: absolute;
  right: 30px;
  margin-top: -50px; }

/* -------- kontakt -------- */
/* line 709, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
#kontakt {
  min-height: 0;
  height: 90vh; }

/* line 714, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.kontaktouterbox {
  margin-top: 10vh;
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: row; }

/* line 722, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.kontakt-left,
.kontakt-right {
  width: 40%;
  margin: 2% 5% 0 5%; }
  /* line 727, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .kontakt-left ul,
  .kontakt-right ul {
    list-style: none;
    font-size: 20px; }
  /* line 732, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .kontakt-left h2,
  .kontakt-right h2 {
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 30px; }
  /* line 738, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .kontakt-left p,
  .kontakt-right p {
    width: 80%;
    font-size: 20px; }

/* line 745, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.kontakt-right h2 {
  margin-top: 25px; }

/* line 751, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.kontakt-right img {
  width: 65%; }

/* line 756, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.kontaktsil {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40%;
  z-index: -10; }

/* line 764, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
.kontaktleftsil img {
  position: absolute;
  right: -400px;
  top: 0;
  width: 40%; }

/*  Responsiv */
@media only screen and (min-width: 770px) {
  /* line 776, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  #burger-btn,
  #burgerbar {
    display: none; } }

@media screen and (max-width: 1600px) {
  /* line 783, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .overview-grid-container {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: flex-start; */
    /* justify-content: flex-end;*/ }
    /* line 788, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
    .overview-grid-container img {
      margin: 6.5px; }
  /* line 793, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .clear1,
  .clear2,
  .clear3,
  .clear4,
  .clear4end {
    display: none; }
  /* line 801, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .left-grid {
    margin-top: 6.5px; } }

@media screen and (max-width: 840px) {
  /* line 808, ../../../../../Documents/GitHub/oestberg/scss/style.scss */

  /* line 840, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .smykkerouterbox {
    margin-top: 10vh; } }

@media screen and (max-width: 768px) {
  /* line 847, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .navbar {
    display: none; }
  /* line 853, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .smykkerouterbox {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 8vh; }
  /* line 861, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .leftsmykkebox,
  .rightsmykkebox {
    width: 90%;
    margin: auto; }
  /* line 867, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .leftsmykkebox {
    margin-top: 40px; }
  /* line 871, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .smykkeimgsmall img {
    width: 30%; }
  /* line 876, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .smykkeimgbig img {
    width: 80%;
    margin: 0; }
  /* line 881, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .smykkemenu {
    background-color: #ecececff;
    background-image: url();
    width: 100%;
    height: auto;
    padding: 5px 5px; }
    /* line 889, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
    .smykkemenu h4 {
      font-size: 1.4em; }
    /* line 893, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
    .smykkemenu #smykke-menu-items {
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
      font-size: 1em; }
      /* line 899, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
      .smykkemenu #smykke-menu-items li {
        margin: 0px 10px; }
  /* line 908, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  #footer-grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-row-gap: 5%;
    text-align: start;
    width: 80%;
    padding: 30px; }
    /* line 916, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
    #footer-grid div {
      display: flex;
      justify-content: center;
      align-items: center; }
  /* line 923, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  #logo-stempel {
    position: absolute;
    right: 40%;
    margin-top: 50px; }
  /* line 929, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  footer {
    padding-bottom: 100px; }
  /* line 937, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  header p {
    margin: 12px auto;
    font-size: 20px; }
  /* line 945, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .kontakt-left,
  .kontakt-right {
    width: 90%; }
    /* line 950, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
    .kontakt-left h2,
    .kontakt-right h2 {
      font-size: 19px; }
    /* line 954, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
    .kontakt-left p,
    .kontakt-right p {
      font-size: 15px;
      margin: 0;
      width: 100%; }
    /* line 960, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
    .kontakt-left ul,
    .kontakt-right ul {
      font-size: 16px; }
    /* line 964, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
    .kontakt-left img,
    .kontakt-right img {
      width: 100%; }
  /* line 970, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .kontaktsil,
  .kontaktleftsil {
    display: none; }
  /* line 975, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .kontaktouterbox {
    flex-direction: column;
    justify-content: center;
    margin: 50px 0; }
  /* line 981, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  #kontakt {
    height: auto;
    margin: 60px 0; }
  /* line 989, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  #forside {
    min-height: 0;
    height: 94vh; }
  /* line 994, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .forside-grid {
    margin-top: 50px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-template-rows: 30vh;
    grid-gap: 0;
    justify-items: center; }
  /* line 1002, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .name-display {
    text-align: center; }
    /* line 1005, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
    .name-display p {
      font-size: 1.4em; }
      /* line 1008, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
      .name-display p span {
        font-size: 2em; }
  /* line 1014, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .first-title {
    margin-left: 0; }
  /* line 1021, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  #metteoestberg {
    max-width: 90%;
    margin: auto; }
  /* line 1026, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .mette-outer-grid {
    width: 100%;
    margin-left: 0;
    margin-top: 10%;
    margin-right: 0;
    margin-bottom: 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-gap: 10px;
    justify-content: center; }
    /* line 1036, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
    .mette-outer-grid p {
      font-size: 13px; }
  /* line 1041, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .first-title-mette {
    font-size: 0.5em !important; }
  /* line 1045, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .mette-name-display {
    width: 190px; }
  /* line 1049, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .mette-promo-smykke {
    align-items: center;
    height: 20vh; }
  /* line 1054, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .mandalacreate img,
  .multicircles img {
    width: 100%; } }

@media screen and (max-width: 600px) {
  /* line 1062, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .overview-grid-container {
    justify-content: center; }
  /* line 1066, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .outer-grid-container {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr)); }
  /* line 1073, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  /* .smykkeh1 {
    margin-top: 140px; } */
  /* line 1077, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
  .left-grid {
    display: flex;
    justify-content: center; }
    /* line 1081, ../../../../../Documents/GitHub/oestberg/scss/style.scss */
    .left-grid img {
      width: 100%; } }

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