@font-face {
  font-family: AvenirNextLTPro-Regular;
  src: url(AvenirNextLTPro-Regular.ttf);
}

@font-face {
  font-family: AvenirNextLTPro-Demi;
  src: url(AvenirNextLTPro-Demi.ttf);
}

@font-face {
  font-family: AvenirNextLTPro-Bold;
  src: url(AvenirNextLTPro-Bold.ttf);
}


body.multiple-scenes .logo-container{
  left: 50px;
}

.logo-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 50px;
  height: 50px;
  text-align: center;
}
.logo {
  box-sizing: border-box;
  display: block;
  margin: auto;
  width: 22rem;
  max-width: 95%;
  background: #fff;
  padding: 0.85rem;
}

#titleBar {
  display: none;
}

body {
  margin: 0;
}

iframe {
  display: block;
  margin: 0;
  height: 100vh;
  width: 100vw;
}

button {
  font-size: 0.85rem;
  background: #7c5e77;
  color: #fff;
  padding: 0.70rem 1.5rem 0.8rem 1.5rem;
  text-transform: uppercase;
  border-radius: 30px;
  cursor: pointer;
}

.modal-buttons {
  bottom: 3%;
  right: 4%;
  position: absolute;
  width: 92%;
  display: flex;
  justify-content: space-between;
}

.close-modal-button {
  color: #000;
  cursor: pointer;
  font-size: 1.5rem;
  z-index: 3;
  margin: 0;
  position: relative;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: scroll;
  /* Enable scroll if needed */
  background: rgba(177, 177, 177, 0.8);
}

.show {
  display: flex  !important;
  align-items: start;
  justify-content: safe center;
}

.plan-container {
  z-index: 3;
  margin: 0.5rem auto;
  padding: 1rem 1.5rem;
  width: 40rem;
  max-width: 95%;
  background: #fff;
  overflow: scroll;

  color: #000;
}

.plan-container p {
  margin: 1rem auto;
}

.plan-container table {
  box-sizing: border-box;
  border-collapse: separate;
  width: 100%;
  padding: 20px;
  margin: 1rem auto;
  background: #f1f1f2;
}


.plan-container td {
  padding: 6px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.plan-container td:first-of-type {
  font-family: AvenirNextLTPro-Demi, sans-serif;
  font-weight: 700;
}

.plan-container tr:first-of-type td {
  border-top: 0;
}

#plan img {
  display: block;
  margin: auto;
  width: 40rem;
  max-width: 90%;
}

.text.header {
  width: 100%;
  padding-top: 1rem;
  margin: 0 1rem 0;
  text-decoration: underline;
}

#scroll-arrow{
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear;
  position: absolute;
  bottom: 15px;
  width: 50px;
  left: calc(50% - 25px);
  z-index: 5;

  padding: 8px;
  border-radius: 30px;
  background: #7c5e77;
}

#scroll-arrow.show{
  visibility: visible;
  opacity: 1;
  transition: opacity 1s linear;
}



/* Form Style */
  /*! HTML5 Boilerplate v7.2.0 | MIT License | https://html5boilerplate.com/ */

  /* main.css 2.0.0 | MIT License | https://github.com/h5bp/main.css#readme */
  /*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/

  /* ==========================================================================
 Base styles: opinionated defaults
 ========================================================================== */
 .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
  padding: 0px !important;
}

html {
  font-size: 1em;
  font-family: AvenirNextLTPro-Regular, Lato, sans-serif !important;
  line-height: 1.4;
}

/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
* A better looking default horizontal rule
*/

input,
textarea {
  width: 100%;
}

textarea {
  display: block;
  margin: 0 auto 1.5rem;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ffffff;
  margin: 1em 0;
  padding: 0;
}

/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
* Remove default fieldset styles.
*/

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
* Allow only vertical resizing of textareas.
*/

textarea {
  resize: vertical;
}

/* ==========================================================================
Browser Upgrade Prompt
========================================================================== */

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
Author's custom styles
========================================================================== */

/* ==========================================================================
Helper classes
========================================================================== */

/*
* Hide visually and from screen readers
*/

.hidden {
  display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
  visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
Print styles.
Inlined to avoid the additional HTTP request:
https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */

@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster */
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " ("attr(href) ")";
  }

  abbr[title]:after {
    content: " ("attr(title) ")";
  }

  /*
 * Don't show links that are fragment identifiers,
 * or use the `javascript:` pseudo protocol
 */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
 * Printing Tables:
 * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
 */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* Styles */
img {
  max-width: 100%;
}

hr {
  color: #fff;
  width: 80%;
  margin: 1rem auto;
}

.hide {
  display: none;
}

.right {
  float: right;
}

.wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  /*background-image: url('https://fiskarhedenvillan.se/app/uploads/2016/12/spoven-2-3154x1773-2000x1124.jpg');
background-repeat: repeat;
background-size: cover;
background-position: center;*/
}

.content-wrapper {
  z-index: 2;
  position: relative;
  box-sizing: border-box;
  margin: auto;
  padding: 1rem 1.5rem 0rem;
  max-width: 420px;
  width: 90%;
  background: rgba(241, 241, 242);
  border-color: rgba(241, 241, 242);
}

.content-wrapper::before {
  z-index: 0;
  content: ' ';
  width: 100%;
  height: 100%;
  position: absolute;
  top: -4px;
  left: -4px;
  padding: 2px;
  border: 2px solid;
  border-color: inherit;
  background: 0 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.info-wrapper p,
.info-wrapper h3 {
  text-align: center;
  color: rgb(18, 18, 18);
}

.info-wrapper {
  margin-bottom: 0.7rem;
}

.info-wrapper h1 {
  margin: 0;
  color: rgb(70, 70, 70);
  font-family: serif;
}

.line {
  content: "";
  display: inline-block;
  width: 100px;
  height: 5px;
  background-color: #51545d;
}

.info-wrapper svg {
  margin: 1.5rem auto 0rem;
}

.info-wrapper p {
  margin: 1.5rem auto;
}

.info-wrapper img {
  max-width: 20%;
}

img.logo {
  margin: auto;
  display: block;
  max-width: 6rem;
}

img.apelsin {
  margin-left: -10%;
  margin-bottom: -10%;
}

img.citron {
  margin-right: -10%;
  margin-top: -10%;
}

.form-wrapper {
  z-index: 3;
  position: relative;
  clear: right;
  box-sizing: border-box;
  margin: auto;
  max-width: 95%;
}

.form-wrapper input,
.form-wrapper textarea,
.form-wrapper button,
.form-wrapper select {
  color: #000;
  margin: 0 0 0.7rem;
  padding: 0.5em;
  max-width: 100%;
  border: 1px solid rgb(176, 197, 204);
  border-radius: 3px;
  box-sizing: border-box;
}

.form-wrapper input,
.form-wrapper select,
.form-wrapper textarea {
  font-size: 1rem;
  width: 100%;
}

.selector {
  padding: 0.5rem 0rem;
  background: #fff;
}


.selector select {
  cursor: pointer;
  background: url(../img/dropdown-arrow.png) no-repeat;
  background-color: #fff;
  background-position: 97% 55%;
  background-size: 5%;
  text-overflow: ellipsis;
  text-align: center;

  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

.form-group {
  box-sizing: border-box;
  margin: auto;
}

.form-group p {
  margin-bottom: 0px;
  font-size: 1.2rem;
}

input.zip {
  width: 38%;
  margin-right: 2%;
}

input.phone {
  width: 60%;
  float: right
}

input.opt-in {
  vertical-align: text-top;
  display: inline-block;
  width: 5%;
  margin: 0 1%;
}

p.opt-in {
  width: 90%;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: 300;
  color: rgb(18, 18, 18);
  margin-top: 0;
  vertical-align: top;
}

p.opt-in a {
  color: rgb(18, 18, 18);
}

.form-wrapper button {
  font-size: 1rem;
  background: #7c5e77;
  color: #fff;
  display: block;
  margin: 1rem auto 1rem;
  padding: 0.75rem 2rem 0.9rem 2rem;
  text-transform: uppercase;
  border-radius: 30px;
  cursor: pointer;
}

.form-wrapper button:hover {
  background: #94778f;
}

@media screen and (max-width: 600px) {
  .wrapper {
    background-size: 800px;
  }
}