@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/hind/v16/5aU69_a8oxmIdGl4AQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Hind';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/hind/v16/5aU19_a8oxmIfLZcERySiA.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyD9A-9a6Vc.ttf) format('truetype');
}
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notosans/v36/o-0mIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjcz6L1SoM-jCpoiyAaBO9a6Vc.ttf) format('truetype');
}
* {
  box-sizing: border-box;
}
.hovermx {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.rounded {
  border-radius: 3px;
}
.shadow {
  box-shadow: 1px 0px 8px -3px rgba(0, 0, 0, 0.75);
}
.textshadow {
  text-shadow: #000000 2px 2px 8px;
}
.tackerallt {
  display: none;
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  z-index: 20;
}
.containerx {
  display: grid;
  background: #fff;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: auto 1024px auto;
  grid-template-rows: auto auto auto;
  grid-template-areas: "headerx header headerx2" ". main . " "footerx footer footerx2" "footer2x footer2 footer2x2";
}
@media only screen and (max-width: 1024px) {
  .containerx {
    grid-template-columns: auto calc(100% - 0px) auto;
  }
}
.header {
  grid-area: header;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #f6f6f6;
  color: #212529;
  padding: 20px;
  z-index: 30;
  font-size: 1.3em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.header .hlogo {
  flex: 1;
  background: url(/img/logo-primary.png) no-repeat;
  background-size: contain;
  height: 30px;
  margin-left: 10px;
}
.header .hamb {
  padding-right: 10px;
}
.header .hsok {
  padding-right: 10px;
}
.header button {
  padding: 0;
}
.header button .menytxt {
  padding-left: 5px;
  font-size: 1.1em;
}
.header .sokdiv {
  flex: 1;
}
.header .sokdiv .sokruta {
  height: 60px;
  width: 87%;
  font-size: 1.1em;
  padding: 5px;
  background: #f6f6f6;
  color: #44bf00;
  outline: 0;
  border: 0;
}
.header .sokdiv .sokruta::placeholder {
  color: #44bf00;
}
.header .stangsok img {
  width: 30px;
  padding-right: 5px;
}
@media only screen and (min-width: 720px) {
  .header {
    font-size: 2em;
  }
  .hlogo {
    height: 40px !important;
  }
  button {
    padding: 0;
  }
  button .menytxt {
    padding-left: 10px;
  }
  .hsok {
    padding-right: 20px !important;
  }
  .stangsok img {
    width: 40px !important;
    padding-right: 5px;
  }
  .sokdiv .sokruta {
    font-size: 1.2em;
  }
}
.headerx {
  grid-area: headerx;
  position: -webkit-sticky;
  position: sticky;
  z-index: 30;
  top: 0;
  padding: 0;
  background: #f6f6f6;
  height: 80px;
}
.headerx2 {
  grid-area: headerx2;
  position: -webkit-sticky;
  position: sticky;
  z-index: 30;
  top: 0;
  padding: 0;
  background: #f6f6f6;
  height: 80px;
}
.main {
  grid-area: main;
  background: #fff;
}
.footer {
  height: 100px;
  grid-area: footer;
  padding: 30px;
  background: #44bf00;
  color: #fff;
  display: flex;
  flex-direction: column;
}
.footer .kontakt {
  flex: 1;
  padding-right: 10px;
}
.footer .kontakt h2 {
  color: #fff !important;
  padding-bottom: 10px;
}
.footer .rubrik {
  color: #f6f6f6;
  padding-bottom: 10px;
  font-weight: 600;
}
.footer .nav {
  flex: 1;
  padding-top: 10px;
}
.footer .nav .menuitem {
  color: #fff;
  font-size: 1em;
  padding: 0 0 5px 0;
  margin: 0;
}
.footer .snabblank {
  flex: 1.5;
  padding-top: 10px;
  text-align: left;
}
.footer .snabblank img {
  padding: 0 20px 0 0;
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .footer .nav {
    padding-top: 0px;
  }
}
@media only screen and (min-width: 960px) {
  .footer {
    flex-direction: row;
  }
  .footer .nav {
    padding-top: 0px;
  }
  .footer .snabblank {
    text-align: right;
  }
  .footer .snabblank img {
    padding: 0 0 0 20px;
  }
}
.footerx {
  grid-area: footerx;
  background: #44bf00;
}
.footerx2 {
  grid-area: footerx2;
  background: #44bf00;
}
.footer2 {
  grid-area: footer2;
  background: #9ee598;
  height: 100px;
  padding: 38px 0 0 30px;
  color: #44bf00;
  display: flex;
}
.footer2 .namn {
  flex: 100;
}
.footer2 .devel {
  flex: 1;
}
.footer2 a,
.footer2 a:visited,
.footer2 a:active {
  text-decoration: none;
  color: #44bf00;
}
.footer2x {
  grid-area: footer2x;
  background: #9ee598;
}
.footer2x2 {
  grid-area: footer2x2;
  background: #9ee598;
}
.devel {
  padding: 0;
}
.devel a {
  color: #fff;
  font-size: 2em;
}
.hide {
  display: none;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  background: #212529;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger-inner:before {
  background: #212529;
}
button:active,
button:focus {
  outline: none;
}
.hmenu {
  display: none;
  position: absolute;
  z-index: 100;
  right: 20px;
  top: 110px;
  width: 80%;
  padding: 10px;
}
.hmenuinner {
  display: flex;
  z-index: 100;
  flex-direction: column;
  text-align: right;
}
.menuitem {
  z-index: 100;
  font-size: 1em;
  margin: 5px 0 15px 0;
  color: #fff;
}
.msmall {
  font-size: 0.8em;
}
.menuitem:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.fasvaly {
  display: flex;
  margin: 0px 0 20px 30px;
  z-index: 100;
}
.fasvaly .valdfas {
  position: relative;
  padding: 5px;
  margin: 0 0 0 5px;
  cursor: pointer;
  z-index: 100;
}
.fasvaly .lbl {
  padding-top: 5px;
  color: #44bf00;
  font-weight: bold;
}
.fasval {
  position: absolute;
  display: none;
  width: 224px;
  background-color: white;
  word-wrap: break-word;
  border: 2px solid #44bf00;
  padding: 1px;
  z-index: 100;
}
.fasval .fasbg {
  margin: 0;
  padding: 6px;
  background-color: #fff;
}
.fasval .fasbg:hover {
  text-decoration: underline;
}
.fasval .fasbg1 {
  color: #000;
  background: #E1FEE6;
}
.fasval .fasbg2 {
  color: #000;
  background: #A2FBCC;
}
.fasval .fasbg3 {
  color: #000;
  background: #57F4A0;
}
.fasval .fasbg4 {
  color: #000;
  background: #67B78C;
}
.fasval .fasbg5 {
  color: #000;
  background: #317953;
}
.fasval .fasbg6 {
  color: #000;
  background: #48BF00;
}
.fasval .fasbg99 {
  color: #000;
  background: #E6E6E6;
}
.process {
  position: relative;
  padding: 20px 0 0 0;
  margin: 20px 0 0 0;
  width: calc(100% - 30px);
  border-top: 4px solid #9ee598;
  border-right: 4px solid #9ee598;
}
.process img {
  max-width: calc(100% - 60px);
}
.process .rubrik {
  position: absolute;
  font-family: "Hind", sans-serif;
  color: #44bf00;
  background: #fff;
  top: -15px;
  left: 20px;
  padding: 0 8px 0 8px;
  font-size: 2.2em;
  font-weight: 600;
}
.process .meny {
  padding: 0 0 10px calc(30px);
}
.process .meny a {
  color: #44bf00;
  cursor: pointer;
  text-decoration: none;
  padding-right: 10px;
}
.process .filer {
  padding: 0 0 10px calc(30px);
}
.process .filer .fsteg {
  color: #44bf00;
  cursor: pointer;
  font-weight: 600;
  padding-top: 5px;
}
.process a,
.process a:visited {
  color: #44bf00;
  cursor: pointer;
}
.process a:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.process .lankar {
  padding: 0 0 5px calc(30px + 55px);
  font-size: 0.9em;
  line-height: 140%;
}
.process .lankar .lankyta {
  border-left: 2px solid #a0a0a0;
  padding-left: 10px;
  margin-right: 10%;
}
.process .lankar .utlankrub {
  padding-top: 10px;
  font-size: 0.9em;
}
.process .lankar .inlankrub,
.process .lankar .senred {
  padding-top: 10px;
  font-size: 0.9em;
}
.process .lankar .nejc {
  padding-top: 10px;
}
.process .lankar .adelim {
  border-left: 2px solid #44bf00;
  margin: 0 5px 0 5px;
}
.process .steg {
  padding: 0 0 10px 30px;
  display: flex;
}
.process .steg .ico {
  min-width: 50px;
}
.process .steg .beskr {
  flex: 1;
  padding: 7px 0 0 15px;
  line-height: 1.2em;
}
.process .steg .beskr .ansv {
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 600;
}
.process .steg .beskr .ansv1 {
  color: #993366;
}
.process .steg .beskr .ansv2 {
  color: #e60000;
}
.process .steg .beskr .ansv4 {
  color: #2d8659;
}
.process .steg .beskr .ansv5 {
  color: #39ac73;
}
.process .steg .beskr .ansv6 {
  color: #ff6666;
}
.process .steg .beskr .ansv7 {
  color: #ffa31a;
}
.process .steg .beskr .rub {
  font-size: 1.1em;
}
.process .steg .beskr .inneh {
  padding-top: 10px;
  margin-right: 10%;
  line-height: 155%;
}
.process .stegfiler {
  padding: 0 0 15px calc(30px + 65px);
}
.process .stegfiler .stegfil {
  padding-bottom: 5px;
}
.process .stegfiler .stegfil .img {
  display: inline-block;
  padding-top: 1px;
  width: 24px;
  height: 24px;
  vertical-align: top;
}
.process .stegfiler .stegfil .img img {
  min-width: 100%;
}
.process .stegfiler .stegfil .txt {
  display: inline-block;
  vertical-align: top;
  padding-left: 10px;
}
.process .stegfilerv {
  padding: 0 0 15px 0;
}
.objekty {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.objekty .objekt {
  flex: 100;
}
.objekty .editobjekt {
  position: absolute;
  right: 10px;
  top: 5px;
  background: #fff;
  border: 2px solid black;
  width: 50px;
  height: 25px;
  z-index: 50;
  cursor: pointer;
}
.soktraff {
  display: flex;
  padding: 40px 0 30px 0;
  margin-left: 30px;
}
.soktraff .luft {
  flex: 1;
}
.soktraff .traff {
  flex: 2;
}
.soktraff .miss {
  flex: 2;
  font-weight: 600;
  font-size: 1.1em;
}
.nyheter .nyhetsrub {
  font-family: "Hind", sans-serif;
  font-size: 2.2em;
  line-height: 120%;
  font-weight: 600;
  margin: 15px 0px 5px 0px;
  color: #44bf00;
}
.nyheter .nyhetrad {
  display: flex;
  flex-direction: row;
}
.nyheter .nyhetrad .ico {
  padding: 4px 8px 0 0;
  color: #44bf00;
  font-size: 35px;
}
.nyheter .nyhetrad .nyhetdr {
  display: flex;
  flex-direction: column;
}
.nyheter .nyhetrad .nyhetdr .rub {
  font-family: "Hind", sans-serif;
  letter-spacing: 0.7px;
  font-size: 1.12em;
  font-weight: 600;
  padding: 0px;
  color: #44bf00;
  padding: 0 0 8px 0;
}
.nyheter .nyhetrad .nyhetdr .datum {
  font-size: 0.9em;
}
.cobj1,
.cobj3,
.cobj15 {
  display: flex;
  margin-left: 30px;
}
.cobj1 img,
.cobj3 img,
.cobj15 img {
  max-width: 100%;
}
.cobj1 .luft,
.cobj3 .luft,
.cobj15 .luft {
  flex: 1;
}
.cobj1 .html,
.cobj3 .html,
.cobj15 .html {
  flex: 9;
}
@media only screen and (min-width: 720px) {
  .cobj1 .luft,
  .cobj3 .luft,
  .cobj15 .luft {
    flex: 3;
  }
  .cobj1 .html,
  .cobj3 .html,
  .cobj15 .html {
    flex: 7;
  }
}
.cobj2 {
  display: flex;
  flex-direction: column;
  align-items: left;
  padding: 0 0 0 30px;
}
.cobj2 img {
  padding: 0;
}
.cobj2 span {
  padding: 0;
}
.cobj4 {
  display: none;
}
.cobj4_small {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}
.cobj4_small img {
  display: relative;
  width: 100%;
}
.cobj4_small .texty {
  position: absolute;
  top: 26%;
}
.cobj4_small .rubrik {
  font-size: 2.4em;
  line-height: 1.2em;
  font-weight: 600;
  font-family: "Hind", sans-serif;
  text-shadow: #000000 2px 2px 8px;
}
.cobj4_small .ingress {
  font-size: 1.35em;
  line-height: 1.2em;
  font-weight: 600;
  padding: 20px 30px 0 30px;
  text-shadow: #000000 2px 2px 8px;
}
.cobj4_small .knappar {
  display: flex;
  margin-top: 10px;
}
.cobj4_small .knappar .oknapp {
  flex: 1;
  white-space: nowrap;
}
@media only screen and (min-width: 720px) {
  .cobj4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 400px;
  }
  .cobj4 .rubrik {
    font-size: 3.2em;
    line-height: 1.2em;
    font-weight: 600;
    font-family: "Hind", sans-serif;
    padding: 140px 0 30px 0;
    text-shadow: #000000 2px 2px 8px;
  }
  .cobj4 .ingress {
    font-size: 1.8em;
    line-height: 1.2em;
    font-weight: 600;
    padding: 0 30px 0 30px;
    text-shadow: #000000 2px 2px 8px;
  }
  .cobj4 .knappar {
    display: flex;
    margin-top: 20px;
  }
  .cobj4 .knappar .oknapp {
    flex: 1;
    white-space: nowrap;
  }
  .cobj4 .knappar .oknapp span {
    padding-left: 5px;
  }
  .cobj4_small {
    display: none;
  }
}
@media only screen and (min-width: 720px) and (max-width: 959px) {
  .cobj5 {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    padding: 0 5% 0 5%;
    width: 100%;
  }
  .cobj5 .ruta {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
@media only screen and (min-width: 960px) {
  .cobj5 {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: flex-start;
    padding: 0 60px 0 60px;
  }
}
.cobj7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: left;
  border-right: 4px solid #9ee598;
  width: calc(100% - 30px * 2);
  margin: 0 30px 0 30px;
}
.cobj7 .ruta {
  flex: 1;
  width: calc(100% - 30px);
  box-shadow: 1px 0px 8px -3px rgba(0, 0, 0, 0.75);
  margin: 0 30px 20px 0;
  padding: 20px;
}
.cobj7 .ruta .ico {
  padding-bottom: 5px;
  text-align: center;
}
.cobj7 .ruta .ico img {
  width: 25%;
  max-width: 80px;
}
.cobj7 .ruta .rubrik {
  font-weight: 600;
  font-size: 1.3em;
  padding: 0 0 10px 0;
  text-align: center;
  color: #44bf00;
}
.cobj7 .ruta .text {
  text-align: left;
}
@media only screen and (min-width: 720px) {
  .cobj7 {
    flex-direction: row;
  }
  .cobj7 .ruta {
    max-width: calc(50% - 30px);
  }
}
.cobj10 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 0 20px 0;
}
.cobj10 .bild {
  flex: 1;
  padding: 20px 0 20px 0;
  line-height: 0;
}
.cobj10 .bild img {
  height: 250px;
}
.cobj10 .textyta {
  flex: 2;
  padding: 20px 20px 20px 20px;
}
.cobj10 .textyta .rubrik {
  font-weight: 600;
  font-size: 1.3em;
  padding: 0 0 10px 0;
  text-align: center;
}
.cobj10 .textyta .text {
  text-align: center;
}
.cobj10 .knappyta {
  flex: 1;
}
@media only screen and (min-width: 720px) {
  .cobj10 {
    display: flex;
    flex-direction: row;
    padding: 0;
  }
  .cobj10 .textyta .rubrik {
    text-align: left;
  }
  .cobj10 .textyta .text {
    text-align: left;
  }
  .cobj10 .bild {
    flex: 1;
    padding: 20px 0 20px 60px;
  }
}
.cobj14 {
  position: relative;
  padding: 0;
  margin: 0;
  width: calc(100% - 30px);
  height: 40px;
  border-top: 4px solid #9ee598;
  border-right: 4px solid #9ee598;
}
.cobj14 .rubrik {
  position: absolute;
  font-family: "Hind", sans-serif;
  color: #44bf00;
  background: #fff;
  top: -15px;
  left: 20px;
  padding: 0 8px 0 8px;
  font-size: 2.2em;
  font-weight: 600;
}
.cobj14b {
  position: relative;
  padding: 0;
  margin: 0 0 0 80px;
  width: calc(100% - 2 * 30px - 20px);
  height: 40px;
  border-top: 4px solid #9ee598;
  border-left: 4px solid #9ee598;
}
.cobj14b .rubrik {
  position: absolute;
  color: #44bf00;
  background: #fff;
  top: -15px;
  left: 60px;
  padding: 0 8px 0 8px;
  font-size: 1.2em;
}
.cobj16 img.bild {
  position: relative;
  max-width: 100%;
}
.cobj16 img.bild:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.cobj16 .bildmeny {
  position: absolute;
  display: none;
  width: 224px;
  background-color: white;
  word-wrap: break-word;
  line-height: 120%;
  border: 2px solid #44bf00;
  padding: 0 4px 0 4px;
  z-index: 100;
}
.cobj16 .bildmeny .rad {
  display: flex;
  border-bottom: 1px solid #44bf00;
  padding: 12px 0 0 0;
}
.cobj16 .bildmeny .rad .ico img {
  max-height: 20px;
  padding-right: 8px;
  position: relative;
  top: -4px;
}
.cobj16 .bildmeny .rad .rubrik {
  position: relative;
  top: -3px;
}
.cobj16 .rad:last-child {
  border-bottom: none;
}
center,
.center {
  text-align: center;
}
.ingress {
  font-size: 1.2em;
  line-height: 155%;
  padding-bottom: 20px;
}
.hilight {
  border-left: 4px solid #ccc;
  padding-left: 5px;
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote p {
  display: inline;
}
.tabell1 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.tabell1 table td,
.tabell1 th {
  padding: 5px;
  border: 1px solid #eee;
  vertical-align: top;
  cursor: default;
}
.bild_vanster {
  display: flex;
  margin: 10px 0 10px 0;
}
.bild_vanster p:first-of-type {
  padding-right: 8px;
}
.bild_vanster p:last-of-type {
  flex: 1;
}
html,
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 96%;
  color: #212529;
  line-height: 155%;
  -webkit-text-size-adjust: 100%;
}
h1 {
  font-family: "Hind", sans-serif;
  font-size: 2.2em;
  line-height: 120%;
  font-weight: 600;
  margin: 0px 0px 12px 0px;
  color: #44bf00;
}
h2 {
  font-size: 1.625em;
  line-height: 120%;
  font-weight: 600;
  margin: 0px 0px 10px 0px;
  font-family: "Hind", sans-serif;
  letter-spacing: 0.7px;
  color: #44bf00;
}
h3 {
  font-size: 1.3em;
  line-height: 120%;
  font-weight: 600;
  margin: 0px 0px 5px 0px;
  font-family: "Hind", sans-serif;
  letter-spacing: 0.7px;
  color: #44bf00;
}
h4 {
  font-family: "Hind", sans-serif;
  letter-spacing: 0.7px;
  font-size: 1.12em;
  line-height: 120%;
  font-weight: 600;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  color: #44bf00;
}
h5 {
  font-family: "Hind", sans-serif;
  letter-spacing: 0.7px;
  font-size: 1.05em;
  font-weight: 600;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  color: #44bf00;
}
h6 {
  font-family: "Hind", sans-serif;
  letter-spacing: 0.7px;
  font-size: 1.05em;
  font-weight: 400;
  font-style: italic;
  margin: 0px 0px 5px 0px;
  padding: 0px;
  color: #44bf00;
}
p {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  font-family: "Noto Sans", sans-serif, sans-serif;
  font-size: 1em;
}
a,
a:active,
a:visited {
  text-decoration: underline;
  color: #212529;
}
.knapp {
  font-size: 0.9em;
  line-height: 120%;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  font-weight: normal;
  padding: 12px 18px 12px 18px;
  margin: 4px 8px 4px 0px;
  color: #fff !important;
  background: #44bf00;
  border-radius: 3px;
}
.knapp span {
  padding-left: 5px;
}
.knapp:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.hover:hover {
  opacity: 0.5;
  transition: opacity 0.2s;
  cursor: pointer;
}
.erruta {
  background: #ffc3c3;
  border: 2px solid #9ee598;
  padding: 8px;
  font-size: 1.1em;
  width: 500px;
}
.inforuta {
  background: #e8e8e8;
  border: 2px solid #9ee598;
  padding: 8px;
  font-size: 1.1em;
  width: 500px;
}
.dold {
  display: none;
}
.clear0 {
  clear: both;
  margin: 0px;
  padding: 0px;
  height: 0px;
}
.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C" "\201D" "\2018" "\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}
#blocker,
#blocker_mobmenu {
  display: none;
  position: absolute;
  z-index: 51;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: ' ';
  background: rgba(255, 255, 255, 0);
}
#blocker_mobmenu {
  background: rgba(0, 0, 0, 0.089);
  z-index: 150;
}
