/*PALATINO*/
@font-face {
  font-family: "Palatino";
  src: url("../fonts/palatino-roman.eot");
  src: url("../fonts/palatino-roman.eot?#iefix") format("embedded-opentype"),
    url("../fonts/palatino-roman.woff") format("woff"),
    url("../fonts/palatino-roman.ttf") format("truetype"),
    url("../fonts/palatino-roman.svg#PalatinoRoman") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Palatino";
  src: url("../fonts/28702_palatin-italic.eot");
  src: url("../fonts/28702_palatin-italic.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/28702_palatin-italic.woff") format("woff"),
    url("../fonts/28702_palatin-italic.ttf") format("truetype"),
    url("../fonts/28702_palatin-italic.svg#PalatinoItalicRegular") format("svg");
  font-weight: normal;
  font-style: italic;
}
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,400i,500,500i,700,900&subset=latin-ext"); /* font-family: 'Roboto', sans-serif; */
@import url("https://fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700&display=swap"); /* font-family: 'Merriweather', serif; */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");

h1,
h1 a,
h2,
h2 a {
  font-family: "Palatino", serif;
}

h1,
h1 a {
  font-weight: 500;
}

h2,
h2 a {
  font-weight: 500;
}

h3,
h3 a,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  font-size: 18px;
}

a,
body,
li,
p {
  font-size: 18px;
  font-family: "Palatino", serif;
  font-weight: 400;
}

ul {
  padding: 0;
}

a:hover {
  text-decoration: none;
}

strong {
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

table tr {
  background: none;
  border: none;
}

body:not(.page-node-1) #content {
  max-width: 1200px;
  margin: 0 auto;
}

body:not(.page-node-1) #content ul li {
  margin-left: 1.5rem;
}

body:not(.page-node-1) #content #block-huvudmeny li,
body:not(.page-node-1) #content .pagination li {
  margin-left: unset;
}
/*
*   COMPONENT
*************************/

input[type="search"]::-webkit-input-placeholder {
  color: #000000;
  font-size: 18px;
}

input[type="search"]::-moz-placeholder {
  color: #000000;
  font-size: 18px;
}

input[type="search"]:-ms-input-placeholder {
  color: #000000;
  font-size: 18px;
}

input[type="search"]::-ms-input-placeholder {
  color: #000000;
  font-size: 18px;
}

input[type="search"]::placeholder {
  color: #000000;
  font-size: 18px;
}

.form-control {
  background: #f8f4f1;
  width: 100%;
  border: 2px solid #c0bdbb;
  padding: 0 10px;
  line-height: 60px;
  height: 60px !important;
  color: #000;
  font-size: 16px;
  min-width: 210px;
  margin-top: 0;
}

.form-control:focus {
  border: 2px solid #c0bdbb;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn-primary,
button.btn-primary,
input.btn-primary {
  border: 1px solid #dad1ca;
  border-radius: 4px;
  position: relative;
  z-index: 44;
  text-align: center;
  /* padding: 0.75rem 2rem; */
  color: #000000;
  font-size: 16px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "Palatino", serif;
  -webkit-box-shadow: 2px 5px 10px #ac8e7a1f;
  box-shadow: 2px 5px 10px #ac8e7a1f;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    color-stop(56%, #ffffff),
    color-stop(67%, #ffffff)
  );
  background-image: -o-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 56%,
    #ffffff 67%
  );
  background-image: linear-gradient(
    180deg,
    #ffffff 0%,
    #ffffff 56%,
    #ffffff 67%
  );
  z-index: 6666;
}

a.btn-primary:focus,
button.btn-primary:focus,
input.btn-primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  color: #000;
}

a.btn-primary::before,
button.btn-primary::before,
input.btn-primary::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff00),
    color-stop(56%, #fcfaf980),
    color-stop(67%, #f8f6f3b3),
    color-stop(80%, #f8f5f2),
    to(#f8f5f2)
  );
  background-image: -o-linear-gradient(
    top,
    #ffffff00 0%,
    #fcfaf980 56%,
    #f8f6f3b3 67%,
    #f8f5f2 80%,
    #f8f5f2 100%
  );
  background-image: linear-gradient(
    180deg,
    #ffffff00 0%,
    #fcfaf980 56%,
    #f8f6f3b3 67%,
    #f8f5f2 80%,
    #f8f5f2 100%
  );
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn-primary:hover,
button.btn-primary:hover,
input.btn-primary:hover {
  border-color: #ac8e7a;
  color: #000;
  -webkit-box-shadow: 2px 5px 10px #ac8e7a33;
  box-shadow: 2px 5px 10px #ac8e7a33;
}

a.btn-primary:hover::before,
button.btn-primary:hover::before,
input.btn-primary:hover::before {
  opacity: 0;
}
/* BUTTONS WITH ICON */
a.btn-primary.download-btn {
  padding: 0.75rem 2.6rem 0.75rem 1rem;
  text-align: left;
  font-size: 16px;
}

a.btn-primary.download-btn::after {
  content: "";
  background-image: url("../images/download_arrow_alt.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  height: 16px;
  width: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a.btn-primary.download-btn:hover::after {
  background-image: url("../images/download_arrow.svg");
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-primary .fa {
  margin-right: 15px;
}

.pagination .page-item.active .page-link {
  background-color: #ede2dc;
  border-color: #c0bdbb;
  color: #000;
}

.pagination .page-link:hover {
  background-color: #ede2dc;
  color: #fff;
  border-color: #c0bdbb;
}

.pagination .page-link {
  color: #000;
  border: 1px solid #ede2dc;
}

.eu-cookie-compliance-message a {
  font-size: 12px;
  color: #fff;
  font-family: "Palatino", serif;
  text-decoration: underline;
}
/******** ARTICLES *******************/

.view-articleview .view-filters {
  padding: 0;
}

.bef-exposed-form fieldset.col-auto {
  padding: 0;
  width: 100%;
}

.bef-links a {
  position: relative;
  color: #000;
}

.bef-links .bef-link-active a::after {
  content: "";
  display: inline-block;
  height: 2px;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: -0.25em;
  width: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bef-exposed-form .bef-links {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(50px, 150px));
}

.bef-exposed-form .bef-links .col-auto {
  padding: 0;
}

.view-archive .views-row,
.view-articleview .views-row,
.view-nyhetsarkiv .views-row {
  margin-bottom: 2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.view-articleview .view-content,
.view-nyhetsarkiv .view-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.view-nyhetsarkiv h3 {
  margin: 1em 0;
  position: relative;
  font-size: 26px;
  width: 100%;
}

.view-nyhetsarkiv h3::after {
  content: "";
  display: inline-block;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: -0.5em;
  width: 50px;
  left: 0;
}

.news-headline {
  margin: 0.2em 0;
  width: 100%;
  max-width: 100%;
  word-break: break-all;
}

.news-text {
  margin-bottom: 1em;
}

.view-nyhetsarkiv .views-field-body {
  padding: 1em 0;
}

.block-views-blockchoosen-brochure-news-block-block-2
  .view-choosen-brochure-news-block,
.view-news-block-front {
  padding: 1em;
  margin: 2em 0;
  background: #f8f4f1;
}

.path-node .view-news-block-front {
  margin-left: -15px;
  margin-right: -15px;
}

.block-views-blockchoosen-brochure-news-block-block-2
  .view-choosen-brochure-news-block {
  margin-left: -15px;
  margin-right: -15px;
}

.block-views-blockchoosen-brochure-news-block-block-2
  .view-choosen-brochure-news-block
  .news-title,
.view-news-block-front .news-title {
  padding: 0.5em 0;
}

.block-views-blockchoosen-brochure-news-block-block-2
  .view-choosen-brochure-news-block
  .view-content,
.view-news-block-front .view-content {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  grid-gap: 1em;
  justify-items: center;
}

.block-views-blockchoosen-brochure-news-block-block-2
  .view-choosen-brochure-news-block
  .view-content
  .views-row,
.view-news-block-front .view-content .views-row {
  max-width: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.block-views-blockchoosen-brochure-news-block-block-2 .views-field-view-node {
  margin-top: auto;
}

.path-frontpage .block-views-blocknews-block-front-block-1 h2,
.path-frontpage .block-views-blocknews-block-front-block-2 h2 {
  padding: 0 15px;
}

.view-id-nyhetsartikel .views-field-title h1,
.view-id-nyhetsartikel .views-field-title p {
  margin: 0;
}

.view-id-nyhetsartikel .views-field-field-block-image {
  margin: 1em 0;
}

.views-field-field-subtitle {
  padding: 0.5em 0;
}

.news-title {
  font-size: 24px;
  margin: 0;
  text-align: center;
}


.block-views-blockrelated-content-block-1 {
  margin-bottom: 2rem;
}

.view-related-content .view-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.view-related-content .view-content a {
  font-size: 18px;
  font-family: "Palatino", serif;
  font-weight: 400;
  color: #000000;
}
/******** BROSCHURE NODE PAGE *******************/

.field--type-image img {
  margin: 0;
}

.node--type-publication .node--view-mode-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2rem 0;
}

.node--type-publication .field--type-entity-reference {
  margin: 0;
  padding: 0;
}

.node--type-publication .field--type-entity-reference img {
  width: 150px;
}

.node--type-publication .ds-2col-fluid > .group-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 150px;
  flex: 0 1 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 1em;
  margin-right: 3em;
  -ms-grid-rows: -webkit-max-content;
  -ms-grid-rows: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
}

.node--type-publication .ds-2col-fluid > .group-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 350px;
  flex: 1 1 350px;
  position: relative;
}

.node--type-publication
  .field--name-field-publication-pdf-link
  a[href^="/broschyrer"] {
  display: block;
  border: 1px solid #dad1ca;
  border-radius: 4px;
  position: relative;
  z-index: 44;
  text-align: left;
  padding: 0.75rem 1rem;
  color: #000000;
  font-size: 16px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "Palatino", serif;
  -webkit-box-shadow: 2px 5px 10px #ac8e7a1f;
  box-shadow: 2px 5px 10px #ac8e7a1f;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    color-stop(56%, #ffffff),
    color-stop(67%, #ffffff)
  );
  background-image: -o-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 56%,
    #ffffff 67%
  );
  background-image: linear-gradient(
    180deg,
    #ffffff 0%,
    #ffffff 56%,
    #ffffff 67%
  );
  z-index: 6666;
}

.node--type-publication
  .field--name-field-publication-pdf-link
  a[href^="/broschyrer"]::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff00),
    color-stop(56%, #fcfaf980),
    color-stop(67%, #f8f6f3b3),
    color-stop(80%, #f8f5f2),
    to(#f8f5f2)
  );
  background-image: -o-linear-gradient(
    top,
    #ffffff00 0%,
    #fcfaf980 56%,
    #f8f6f3b3 67%,
    #f8f5f2 80%,
    #f8f5f2 100%
  );
  background-image: linear-gradient(
    180deg,
    #ffffff00 0%,
    #fcfaf980 56%,
    #f8f6f3b3 67%,
    #f8f5f2 80%,
    #f8f5f2 100%
  );
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.node--type-publication
  .field--name-field-publication-pdf-link
  a[href^="/broschyrer"]:hover::before {
  opacity: 0;
}

.node--type-publication
  .field--name-field-publication-pdf-link
  a[href^="/broschyrer"]:hover {
  color: #000;
  border-color: #ac8e7a;
  -webkit-box-shadow: 2px 5px 10px rgba(172, 142, 122, 0.2);
  box-shadow: 2px 5px 10px rgba(172, 142, 122, 0.2);
}

.node--type-publication
  .field--name-field-publication-pdf-link
  a[href^="/broschyrer"]::after {
  content: "";
  background-image: url("../images/download_arrow_alt.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  height: 16px;
  width: 16px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.node--type-publication
  .field--name-field-publication-pdf-link
  a[href^="/broschyrer"]:hover::after {
  background-image: url("../images/download_arrow.svg");
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
/******** NEWS NODE PAGE *******************/

.node--type-news .field--type-image {
  float: none;
}

.field--name-field-kicker {
  margin: 0.5em 0 0;
  color: rgba(0, 0, 0, 0.51);
  font-weight: 600;
  font-size: 0.8em;
  font-family: Arial, Helvetica, sans-serif;
}

.node--view-mode-full .field--name-node-title h2 {
  font-family: "Palatino", serif;
  font-weight: 500;
}

.categoric-subtitle {
  color: #AE8E79;
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  margin-top: 5px;
}

.view-id-nyhetsartikel .view-footer {
  margin: 0 -15px;
  padding: 1em 0;
}

.view-footer .related-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.view-footer
  .related-content
  a
  .block-views-blockbrochure-block-choosen-block-1
  .views-field-body,
.view-footer
  .related-content
  a
  .block-views-blockchoosen-brochure-news-block-block-1
  .views-field-body,
.view-news-block-front .views-field-body {
  max-width: 40ch;
}
.view-news-block-front .views-field-body{
  color:#6E5340;
  text-align: center;
}
.view-news-block-front .views-field-body p{
  font-size: 16px;
  line-height: 18px;
}
.view-news-block-front .views-field-view-node .btn-primary{
  width: 140px;
  min-width: 140px;
  border-radius: 8px;
  border: 1px solid #E0D4CB;
  padding-right: 30px;
}
@media all and (min-width: 800px){
  .view-news-block-front .views-field-view-node .btn-primary{
    padding-left: 0;
  }
}
.view-news-block-front .views-field-view-node .btn-primary:before{
  border-radius: 8px;
}
.view-news-block-front .views-field-view-node {
  display: flex;
  justify-content: center;
  align-items: center;
}
.view-news-block-front .views-field-field-block-image img{
  border-radius: 8px;
}

.view-news-block-front .views-field-view-node {
  margin-top: auto;
}
.view-news-block-front .views-field-title p{
  margin: 0;
  padding: 0;
}
.block-views > h2{
  text-align: center;
}

.block-views-blockbrochure-block-choosen-block-1,
.block-views-blockchoosen-brochure-news-block-block-1 {
  padding: 1em 0;
  margin: 2em 0;
}

.block-views-blockbrochure-block-choosen-block-1 h3,
.block-views-blockchoosen-brochure-news-block-block-1 h3 {
  color: #ac8e7a;
}

.block-views-blockbrochure-block-choosen-block-1 .view-content,
.block-views-blockchoosen-brochure-news-block-block-1 .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
}

.block-views-blockbrochure-block-choosen-block-1 .view-content::after,
.block-views-blockchoosen-brochure-news-block-block-1 .view-content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff00),
    color-stop(56%, #fcfaf980),
    color-stop(67%, #f8f6f3b3),
    color-stop(80%, #f8f5f2),
    to(#f8f5f2)
  );
  background: -o-linear-gradient(
    top,
    #ffffff00 0%,
    #fcfaf980 56%,
    #f8f6f3b3 67%,
    #f8f5f2 80%,
    #f8f5f2 100%
  );
  background: linear-gradient(
    180deg,
    #ffffff00 0%,
    #fcfaf980 56%,
    #f8f6f3b3 67%,
    #f8f5f2 80%,
    #f8f5f2 100%
  );
  z-index: 4;
}

.block-views-blockbrochure-block-choosen-block-1 .views-row,
.block-views-blockchoosen-brochure-news-block-block-1 .views-row {
  padding: 2rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.brochures-image {
  text-align: center;
}

.brochures-image img {
  max-height: 156px;
  width: auto;
}

.brochure-btn {
  position: relative;
  z-index: 44;
  text-align: center;
  border: 1px solid #dad1ca;
  border-radius: 4px;
  position: relative;
  z-index: 44;
  text-align: center;
  color: #000000;
  font-size: 16px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "Palatino", serif;
  -webkit-box-shadow: 2px 5px 10px #ac8e7a1f;
  box-shadow: 2px 5px 10px #ac8e7a1f;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff),
    color-stop(56%, #ffffff),
    color-stop(67%, #ffffff)
  );
  background-image: -o-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 56%,
    #ffffff 67%
  );
  background-image: linear-gradient(
    180deg,
    #ffffff 0%,
    #ffffff 56%,
    #ffffff 67%
  );
  z-index: 6666;
  min-width: 250px;
}

.brochure-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff00),
    color-stop(56%, #fcfaf980),
    color-stop(67%, #f8f6f3b3),
    color-stop(80%, #f8f5f2),
    to(#f8f5f2)
  );
  background-image: -o-linear-gradient(
    top,
    #ffffff00 0%,
    #fcfaf980 56%,
    #f8f6f3b3 67%,
    #f8f5f2 80%,
    #f8f5f2 100%
  );
  background-image: linear-gradient(
    180deg,
    #ffffff00 0%,
    #fcfaf980 56%,
    #f8f6f3b3 67%,
    #f8f5f2 80%,
    #f8f5f2 100%
  );
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.brochure-btn::after {
  content: "";
  background-image: url("../images/right_arrow_alt.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  height: 14px;
  width: 14px;
}

.view-agency-search .brochure-btn::after {
  background-image: url("../images/right_arrow_alt_white.svg");
}

.brochure-btn:hover {
  border-color: #ac8e7a;
  color: #000;
  -webkit-box-shadow: 2px 5px 10px #ac8e7a33;
  box-shadow: 2px 5px 10px #ac8e7a33;
}

.brochure-btn:hover::before {
  opacity: 0;
}

.brochure-btn a {
  color: #000000;
  font-size: 16px;
  width: 200px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 1rem;
}

.brochure-btn:hover a {
  color: #000;
}
/******** SYMBOLS *******************/

.view-symboler-list .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.view-symboler-list .view-filters .form-row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.view-symboler-list .view-filters .form-row .col-auto {
  width: auto;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 250px;
  flex: 0 1 250px;
}

.view-symboler-list .view-content .views-row {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 250px;
  flex: 0 1 250px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1em 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.view-symboler-list .view-content .views-field-field-xml-image {
  width: 196px;
  height: 196px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.view-symboler-list .view-content .views-field-field-xml-image img {
  max-height: 150px;
  width: auto;
  height: auto;
}

.view-symboler-list .pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2em 0;
}
/******** MEMBERS *******************/

.view-member-presentation .views-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.view-member-presentation .pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 2em 0;
}

.view-member-presentation .views-row:not(:first-child) {
  margin-top: 2em;
}

.members-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.member-image {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 250px;
  flex: 1 1 250px;
  margin: 0 2em 2em 0;
}

.member-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}
/******** FRONT *******************/

#block-frontpageimagetovideo {
  margin: 0 -15px;
  position: relative;
  display: none;
}

#block-frontpageimagetovideo::after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(rgba(0, 0, 0, 0.5))
  );
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}

#block-frontpageimagetovideo .embedded-entity img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#block-frontpageimagetovideo p {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 66;
  text-align: center;
  color: #fff;
  display: inline;
  font-size: calc(20px + 0.3vw);
  width: 100%;
  line-height: 1.3;
  padding: 0 3.5rem;
}
/******** SLIDESHOW *******************/

.view-gallery-slider {
  width: 100%;
}

.view-gallery-slider .view-content {
  display: block;
}

#views_slideshow_cycle_teaser_section_gallery_slider-block_1 {
  width: 100%;
}

.views_slideshow_cycle_slide {
  width: 100%;
}

.views-slideshow-controls-bottom .views-slideshow-pager-bullets {
  display: block;
  text-align: left;
  margin: 1em 0;
}

.views-slideshow-controls-bottom .views-slideshow-pager-bullets li {
  border: none;
}
/**************************************/

.node--view-mode-full h1,
.node--view-mode-full h2,
.node--view-mode-full h3,
.node--view-mode-full h4,
.node--view-mode-full h5 {
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

#main {
  margin: 0;
}

#block-bootstrap-barrio-subtheme-page-title h1,
.node--view-mode-full h1 {
  font-family: "Palatino", serif;
  font-weight: 400;
  white-space: normal;
  word-break: break-word;
}

body.toolbar-horizontal .region-off-header-top {
  margin-top: 39px;
}

body.toolbar-horizontal.toolbar-tray-open .region-off-header-top {
  margin-top: 79px;
}

.highlighted > .container {
  max-width: 100%;
}

#block-topheadercontact {
  margin-top: 18px;
  margin-bottom: 18px;
}

#block-topheadercontact .content {
  line-height: 51px;
  padding-right: 15px;
  padding-left: 15px;
}

#block-topheadercontact .content p {
  letter-spacing: 1px;
  margin-bottom: 0;
  white-space: nowrap;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

#block-topheadercontact .content p em {
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}

#block-topheadercontact a {
  color: #000;
}

body.path-frontpage #main-wrapper {
  padding-top: 0;
}

body.path-frontpage #main-wrapper #main {
  margin-top: 0;
}

body.path-frontpage #block-bootstrap-barrio-subtheme-page-title {
  display: none;
}

#block-bootstrap-barrio-subtheme-search {
  margin-top: 18px;
  margin-bottom: 18px;
  margin-right: 20px;
}

#block-bootstrap-barrio-subtheme-search > h2 {
  display: none;
}

#block-bootstrap-barrio-subtheme-search form fieldset {
  margin: 0;
  padding: 0;
}

#block-bootstrap-barrio-subtheme-search form {
  position: relative;
  height: 51px;
  width: 100%;
  max-width: 300px;
}

#block-bootstrap-barrio-subtheme-search
  form
  input.form-search.form-control::-webkit-input-placeholder {
  color: #000;
}

#block-bootstrap-barrio-subtheme-search
  form
  input.form-search.form-control::-moz-placeholder {
  color: #000;
}

#block-bootstrap-barrio-subtheme-search
  form
  input.form-search.form-control:-ms-input-placeholder {
  color: #000;
}

#block-bootstrap-barrio-subtheme-search
  form
  input.form-search.form-control::-ms-input-placeholder {
  color: #000;
}

#block-bootstrap-barrio-subtheme-search
  form
  input.form-search.form-control::placeholder {
  color: #000;
}

#block-bootstrap-barrio-subtheme-search form .form-actions {
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
}

#block-bootstrap-barrio-subtheme-search form .form-actions .form-submit {
  color: #ac8e7a;
  border: none;
  border-radius: 0;
  height: 60px;
  line-height: 60px;
  width: 50px;
  padding: 0;
  margin: 0;
  background: url("../images/search.png") no-repeat center center transparent;
  background-size: 25px;
  text-indent: -9999px;
  box-shadow: none;
}

#block-bootstrap-barrio-subtheme-search
  form
  .form-actions
  .form-submit::before {
  display: none;
}

#block-bootstrap-barrio-subtheme-search form .form-actions .form-submit .fas {
  visibility: visible;
  position: relative;
  left: -45px;
  font-size: 25px;
  top: 2px;
  color: #666563;
}

#block-bootstrap-barrio-subtheme-search form .form-control {
  padding: 0 0 0 50px;
  position: relative;
  z-index: 99;
  min-width: 250px !important;
}

#block-bootstrap-barrio-subtheme-content
  .form-text.required.error.is-invalid.form-control {
  border: 2px solid #c0bdbb;
}

/**/

#block-frontpagelinks {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 90px;
  padding-right: 90px;
}

#block-frontpagelinks .content .field--name-field-images-with-text {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 20px;
  justify-items: center;
}

#block-frontpagelinks
  .content
  .field--name-field-images-with-text
  > .field__item {
  background: #f8f4f1;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  text-align: center;
  max-width: 400px;
}

#block-frontpagelinks
  .content
  .field--name-field-images-with-text
  > .field__item:last-child {
  margin-right: 0;
}

#block-frontpagelinks .field--name-field-link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-indent: -9999px;
  z-index: 3;
  height: 100%;
}

#block-frontpagelinks .field--name-name {
  font-size: 26px;
  line-height: 25px;
  color: #000;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

#block-frontpagelinks .field--name-field-text {
  font-size: 20px;
  line-height: 22px;
  padding-top: 10px;
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

div[id^="block-frontpagetwoblocks"] {
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 90px;
  padding-right: 90px;
}

div[id^="block-frontpagetwoblocks"]
  .content
  .field--name-field-images-with-text {
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-items: center;
}

div[id^="block-frontpagetwoblocks"]
  .content
  .field--name-field-images-with-text
  > .field__item {
  background: #f8f4f1;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  text-align: center;
  max-width: 500px;
}

div[id^="block-frontpagetwoblocks"]
  .content
  .field--name-field-images-with-text
  > .field__item:last-child {
  margin-right: 0;
}

div[id^="block-frontpagetwoblocks"] .field--name-field-link a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-indent: -9999px;
  z-index: 3;
  height: 100%;
}

div[id^="block-frontpagetwoblocks"] .field--name-name {
  font-weight: 900;
  font-size: 23px;
  line-height: 25px;
  color: #000;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-weight: normal;
}

div[id^="block-frontpagetwoblocks"] .field--name-field-text {
  font-size: 20px;
  line-height: 22px;
  padding-top: 10px;
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

body.page-node-1 .block-system .node__content .field--name-body {
  max-width: 800px;
  margin: 45px auto;
}

body.page-node-1 .block-system .node__content h3 {
  font-size: 25px;
  margin-bottom: 60px;
  font-family: "Merriweather", serif;
  font-weight: 300;
}

body.page-node-1 .block-system .node__content h3 a {
  color: #7f9ac9;
}

.content .embedded-entity {
  margin: 2em 0;
}

.container-fluid {
  /* padding-left: 0;
  padding-right: 0; */
}

.highlighted > .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

#block-frontpagelinks .frame {
  /* width: 100%; */
  position: relative;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  white-space: nowrap;
}
#block-frontpagelinks .slides {
  display: inline-block;
}
#block-frontpagelinks .js_slide{
  position: relative;
  display: inline-block;
  width: 345px;
}

#block-frontpagetextblock {
  margin-top: 50px;
  margin-bottom: 50px;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  width: calc(100% + 32px);
  position: relative;
  left: -15px;
}
#block-frontpagetextblock .content{
  background-image: url("../images/livsarkivet_spiral.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

#block-frontpagetextblock .content .field--name-body > .field__item {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

#block-frontpagetextblock .content .field--name-body > .field__item h2 {
  font-size: 45px;
  line-height: 47px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 20px;
  display: block;
}

#block-frontpagetextblock .content .field--name-body > .field__item p {
  margin-left: 20px;
  margin-right: 20px;
}

#block-footerlinkslogo-2,
#block-footerlinkslogo-3 {
  width: 100%;
}

#block-footerlinkslogo-2 .field__item,
#block-footerlinkslogo-3 .field__item {
  margin: 0.5em 0;
}

#block-footerlinkslogo-2 .content,
#block-footerlinkslogo-3 .content {
  max-width: 800px;
  margin: 0 auto;
}

#block-footerlinkslogo-2 .content .field--name-body,
#block-footerlinkslogo-3 .content .field--name-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.region-featured-bottom-second .content {
  padding: 2em 0;
  border-top: 1px solid #353535;
}

#block-footerblockswithtext-2 {
  width: 100%;
}

#block-footerblockswithtext-2 .content .field--name-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#block-footerblockswithtext-2 .content h3 {
  font-family: "Palatino", serif;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 0;
}

#block-footerblockswithtext-2 .content p {
  margin-bottom: 5px;
}

#block-footerblockswithtext-2 a {
  color: #000;
}

#block-footerblockswithtext-2 .embedded-entity {
  margin: 0;
}

#block-footerblockswithtext-2 td {
  padding: 0;
}

#block-footerblockswithtext-2 td:last-child {
  padding: 0 9px;
  font-size: 18px;
  line-height: 1;
}

#block-footerblockswithtext-2 {
  margin: 0;
  padding: 0;
}

#block-footerblockswithtext-2 a[href^="tel:"],
#block-footerblockswithtext-2 a[href^="mailto:"] {
  font-size: 22px;
  line-height: 24px;
  color: #76b843;
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
  -webkit-filter: invert(1);
  filter: invert(1);
}

.node.node--type-faq-page .node--type-faq-page-item .node__title {
  background: #f8f5f2;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  line-height: 30px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
  position: relative;
}

.node.node--type-faq-page .node--type-faq-page-item .node__title::after {
  content: "+";
  position: absolute;
  right: 4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.node.node--type-faq-page
  .active-list
  .node--type-faq-page-item
  .node__title::after {
  content: "-";
}

.node.node--type-faq-page .node--type-faq-page-item .node__title:hover {
  cursor: pointer;
}

.node.node--type-faq-page .node--type-faq-page-item .node__title a {
  color: #000;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 22px;
}

.ui-accordion .ui-accordion-header {
  background: none;
  color: #000;
  border: none;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.ui-accordion .ui-accordion-header:focus {
  outline: none;
}

.ui-accordion .ui-accordion-content {
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/*
*     NAVIGATION
*
**********************************/

.header {
  display: none;
}

ul.sf-menu a,
ul.sf-menu span.nolink {
  padding: 7px 0;
  font-size: 19px;
  line-height: 19px;
}

ul.sf-menu.sf-vertical li.sfHover > a,
ul.sf-menu.sf-vertical li:hover > a {
  background: #eee6de;
}

ul.sf-menu.sf-vertical li.sfHover > ul,
ul.sf-menu.sf-vertical li:hover > ul {
  left: 100%;
  top: 0;
  width: 390px;
}

ul.sf-menu.sf-vertical li.sfHover > ul a,
ul.sf-menu.sf-vertical li:hover > ul a {
  background: #eee6de;
  padding: 10px;
}

ul.sf-menu.sf-vertical > li.sfHover > ul > li.sfHover > a,
ul.sf-menu.sf-vertical > li:hover > ul > li:hover > a {
  background: #dad1ca;
  font-weight: bold;
}

ul.sf-menu.sf-vertical li.sfHover > ul ul,
ul.sf-menu.sf-vertical li:hover > ul ul {
  background: #dad1ca;
  left: 380px;
  width: 290px;
}

ul.sf-menu.sf-vertical li.sfHover > ul ul a,
ul.sf-menu.sf-vertical li:hover > ul ul a {
  background: #dad1ca;
  padding-left: 10px;
  padding-right: 10px;
}

ul.sf-menu a:hover,
ul.sf-menu span.nolink:hover {
  text-decoration: none;
}

ul.sf-menu.menu li.active-trail > a {
  font-weight: 600;
}

ul#superfish-main.sf-menu.sf-vertical {
  padding-left: 0;
  margin: 0 auto;
}

ul.sf-menu ul a {
  font-weight: 300;
  font-size: 16px;
}

ul.sf-menu ul ul a {
  font-weight: 300;
}

ul.sf-menu li.sf-depth-1 a {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}

ul.sf-menu li.sf-depth-1 > a {
  border-bottom: 2px solid #fffffd;
}

ul.sf-menu.menu li.menuparent > a::after {
  content: "";
  position: absolute;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

ul.sf-menu.sf-accordion li.sf-expanded .sf-has-clone-parent,
ul.sf-menu.sf-accordion li.sf-expanded .sf-has-clone-parent a {
  background: #eee6de;
}

ul.sf-menu.sf-accordion
  li.sf-expanded
  .sf-has-clone-parent
  .sf-has-clone-parent,
ul.sf-menu.sf-accordion
  li.sf-expanded
  .sf-has-clone-parent
  .sf-has-clone-parent
  a {
  background: #dad1ca;
}

.dialog-off-canvas-main-canvas {
  position: relative;
}

.off-headerr-top-wrapper {
  position: fixed;
  top: 0;
  left: 290px;
  width: calc(100% - 290px);
  height: auto;
  z-index: 4;
  background: #fff;
}

.view-filters {
  padding: 1em;
}

.view-filters .form-row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.scrolled .off-headerr-top-wrapper {
  background: rgba(249, 246, 243, 0.8);
  width: 100%;
  left: 0;
}

body.scrolled .off-headerr-top-wrapper > .container {
  max-width: 100%;
}

body.scrolled .off-headerr-top-wrapper .region-off-header-top {
  padding-left: 30%;
}
body.mobile-menu-open{
  overflow: hidden;
}
body.mobile-menu-open .block-superfish{
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  overflow: auto;
  padding: 0;
  margin: 0;
  background: #f8f5f2;
  z-index: 99;
}

.navbar-brand {
  margin: 0 auto;
  display: block;
  padding: 1em 0;
}

.navbar-brand img {
  width: 120px;
}

.navbar-brand span {
  display: none;
}

.site-name-slogan {
  display: block;
  margin: 0 auto;
  width: 100%;
  display: none;
}

.site-name-slogan .value {
  font-size: 25px;
  line-height: 25px;
  max-width: 140px;
  text-align: center;
  margin: 5px auto;
  display: none;
}

.off-header-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #f8f5f2;
  z-index: 3;
}

.off-header-wrapper .region {
  background: #f8f5f2;
}

ul.sf-menu a,
ul.sf-menu span.nolink {
  background: #f8f5f2;
}

body.toolbar-horizontal.toolbar-tray-open .region-off-header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.off-headerr-top-wrapper .region-off-header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.off-header-wrapper .block-menu {
  margin: 20px auto;
}

.off-header-wrapper .block-menu a {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 10px;
  padding-top: 10px;
  display: block;
  border-bottom: 1px solid #fff;
}

.view-id-node_related_header_image_field_ .views-row {
  width: 100%;
}

.view-id-node_related_header_image_field_ .views-row img {
  width: 100%;
}

#page-wrapper {
  position: relative;
  z-index: 2;
}

body img {
  max-width: 100%;
  height: auto;
}

.highlighted > .container {
  padding: 0;
}

#page ul.sf-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 19px;
  margin-bottom: 18px;
  margin-top: 18px;
}

#page ul.sf-menu li {
  float: none;
}

#page ul.sf-menu a,
#page ul.sf-menu span.nolink {
  color: rgba(17, 17, 17, 0.5);
  font-size: 16px;
  line-height: 19px;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 26px;
}

#page ul.sf-menu ul a,
#page ul.sf-menu ul span.nolink {
  padding-top: 5px;
  padding-bottom: 5px;
}

#page ul.sf-menu li.active-trail > a {
  color: rgba(210, 151, 118, 1);
}

#page ul.sf-menu .sf-depth-1 > a {
  margin-left: 14px;
  margin-right: 14px;
  text-decoration: none;
}

#page ul.sf-menu > a.active,
#page ul.sf-menu > a:hover {
  color: rgba(210, 151, 118, 1);
  font-weight: bold;
}

#page ul.sf-menu .sf-depth-1 > a .sf-sub-indicator {
  display: none;
}

#page ul.sf-menu .sf-depth-2 > a .sf-sub-indicator {
  display: none;
}

#page ul.sf-menu .sf-depth-3 > a .sf-sub-indicator {
  display: none;
}

#page ul.sf-menu .sf-with-ul {
  padding-right: 0;
}

#page ul.sf-menu li.sfHover > ul,
#page ul.sf-menu li:hover > ul {
  background: rgba(255, 255, 255, 1);
  top: 59px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 1);
  padding-top: 36px;
  padding-bottom: 36px;
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  z-index: 101;
}

#page ul.sf-menu li.sfHover > ul:before,
#page ul.sf-menu li:hover > ul:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 18px solid rgba(238, 197, 174, 1);
  position: absolute;
  top: -1px;
  left: 50%;
  margin-left: -16px;
  z-index: 2;
}

#page ul.sf-menu li:hover > ul ul {
  top: 0;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(255, 255, 255, 1);
  -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0 20px 20px rgba(0, 0, 0, 0.05);
  padding-top: 15px;
  padding-bottom: 15px;
}

#page ul.sf-menu li:hover > ul ul:before {
  display: none;
}
/**** INNER PAGE NAV ****/

#block-huvudmeny a {
  color: #9a765e;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 20px;
  position: relative;
}

#block-huvudmeny a::after {
  content: "";
  width: 10px;
  height: 10px;
  background: #dab9a2;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#block-huvudmeny a:hover {
  text-decoration: none;
  color: #000;
}

#block-huvudmeny a:hover::after {
  background: #ac8e7a;
}
/**** BREADCRUMBS NAV ****/

.block-system-breadcrumb-block .breadcrumb {
  background-color: transparent;
  padding: 0;
}

.breadcrumb .breadcrumb-item {
  font-family: Arial, Helvetica, sans-serif;
  color: #748fc9;
}

.breadcrumb li:not(.active) a {
  font-family: Arial, Helvetica, sans-serif;
  color: #748fc9;
  font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #748fc9;
}
/*
*     AGENCY RESULT
*
**********************************/

.view-agency-search .view-header {
  margin: 0 -15px;
}

.view-agency-search .view-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 1em 0;
  margin: 0 -15px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

body.path-hitta-begravningsbyra
  .field.field--name-field-images-with-text.field--type-entity-reference {
  margin-bottom: 10px;
}

.view-agency-search .view-filters a {
  margin-top: 1rem;
}

.view-agency-search .btn-primary {
  width: 300px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .view-agency-search form {
  -webkit-box-flex: 1;
  -ms-flex        : 1;
  flex            : 1;
} */

.view-id-agency_search .view-filters .form-row {
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.view-id-agency_search .bef-exposed-form fieldset.col-auto {
  margin: 0;
  width: 300px;
  padding: 0;
}

.view-agency-search .form-row .form-actions {
  margin: 0;
  align-self: auto;
}

.view-id-agency_search .view-content .views-row {
  border-bottom: 2px solid #eee6de;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  max-width: 800px;
  margin-bottom: 10px;
}

.agency-result-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.agency-result-wrapper h2 {
  flex: 1 1 100%;
  font-size: 24px;
}

.agency-result-wrapper .agency-details {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

.agency-result-wrapper .agency-details div p {
  margin: 0;
  display: flex;
  align-items: center;
  font-family: "Lato", sans-serif;
}

.agency-result-wrapper .agency-details div:nth-child(2) p:last-child {
  margin-left: 30px;
}

.agency-result-wrapper .agency-details div p a {
  color: #473939;
  transition: all 0.3s;
  font-family: "Lato", sans-serif;
}

.agency-result-wrapper .agency-details div p a[href^="tel:"] {
  font-weight: 600;
}

.agency-result-wrapper .agency-details div p a:hover {
  color: #748fc9;
}

.agency-result-wrapper .agency-details span {
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
}

.agency-details .telephone-icon {
  background-image: url("../images/ikon-telefon.svg");
}

.agency-details .mail-icon {
  background-image: url("../images/ikon-mail.svg");
}

.agency-details .adress-icon {
  background-image: url("../images/ikon-adress.svg");
}

.agency-details .web-icon {
  background-image: url("../images/ikon-web.svg");
}

.agency-result-wrapper .agency-tags {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}

.agency-result-wrapper .agency-tags p {
  margin: 5px 15px 5px 0;
  border: 1px solid #e5deda;
  padding: 6px 20px;
  border-radius: 36px;
  color: #ac8e7a;
  font-size: 15px;
  font-family: "Lato", sans-serif;
}

.agency-on-map-result-wrapper {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.agency-on-map-result-wrapper .agency-details {
  padding: 1em 0;
}

.agency-on-map-result-wrapper p,
.agency-on-map-result-wrapper p a {
  margin: 0;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}

.leaflet-popup-content .agency-on-map-result-wrapper p {
  margin: 0;
}

.agency-on-map-result-wrapper p a[href^="tel:"] {
  font-weight: 600;
  color: #000;
}

.agency-logotype img {
  display: block;
  margin: 0 auto;
}

.agency-map {
  margin: 0.5em 0;
}

.view-agency-search .pagination {
  margin: 1em auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/*
*   FUNERAL TYPES
*************************/

.view-funeral-types .view-content {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 1em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.view-funeral-types .views-row {
  max-width: 350px;
}

.view-funeral-types p {
  background: #f8f4f1;
  padding: 0.5em;
  color: #000;
  border: 1px solid #c0bdbb;
}
/*
*   BROCHURES
*************************/

.view-broschyrer-och-skrifter .views-row {
  margin: 2em 0;
  width: 100%;
}

.view-broschyrer-och-skrifter .publication-details::after {
  content: "";
  height: 2px;
  width: 75%;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  bottom: 0;
}

.publication-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.publication-intro {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 150px;
  flex: 0 1 150px;
  margin-right: 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.publication-intro h4 {
  max-width: 40ch;
  text-align: center;
}

.publication-intro a {
  position: relative;
  display: block;
}

#page-wrapper .publication-intro img {
  width: 150px;
  height: auto;
}

.publication-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 350px;
  flex: 1 1 350px;
  position: relative;
}

.publication-wrapper .btn-primary {
  font-size: 0.8rem;
  margin-top: 1rem;
}
/*
*     Kansli/styrelse
*
**********************************/

.view-om-sbf-kansli {
  margin-top: 2rem;
}

.view-om-sbf-kansli .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.view-om-sbf-kansli .views-row {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%;
  margin-bottom: 2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.view-om-sbf-kansli.view-display-id-block_1 .views-row {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  text-align: center;
}

.view-om-sbf-kansli .views-row p {
  margin: 0.25em 0;
}

.view-om-sbf-kansli .persons-wrapper div {
  margin-bottom: 1em;
  position: relative;
}

.block-views-blockom-sbf-kansli-block-1
  .persons-wrapper
  div:nth-child(2)::after {
  content: "";
  display: inline-block;
  height: 2px;
  background: #000;
  position: absolute;
  bottom: -0.5em;
  width: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.block-views-blockom-sbf-kansli-block-1 .persons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.view-om-sbf-kansli .views-row img {
  border-radius: 50%;
}
/*
*         MUSIK LIST
*
****************************************/

.musik-list {
  width: 100%;
}

.musik-list .views-row {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  margin-bottom: 1em;
}

.musik-list .views-row.toBeHidden {
  display: none;
}

.musik-list .music-artist {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.musik-list .row-searchable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.musik-list .row-searchable > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1em 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.musik-list .music-player-wrapper {
  padding: 0.5em 0;
}

.musik-list .row-searchable .btn_play {
  background: #eee;
  padding: 15px 10px;
  cursor: pointer;
}
/* musik filter */

.musik-list .musik-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 2em 0;
  margin: 0 -15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.music-seach-input {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 500px;
  flex: 0 1 500px;
  margin-right: 2em;
}

.music-seach-input form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0.5em;
}

.music-seach-input form > div label {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 150px;
  flex: 0 1 150px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.music-seach-input form > div input,
.music-seach-input form > div select {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.2em;
}


body.node--type-agency .block-system{
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 50px;
}
body.node--type-agency .block-system .field--name-field-besoksort{
  display: none;
}
body.node--type-agency .block-system .field--name-field-besoks-postnummer{
  display: none;
}
body.node--type-agency .block-system .field--name-field-namn{
  flex: 1 1 100%;
  font-size: 24px;
  font-weight: 500;
  font-family: "Palatino", serif;
  margin-bottom: 0.5rem;
}
body.node--type-agency .block-system .field--name-field-telefon{
  font-weight: 600;
  color: #473939;
  transition: all 0.3s;
  font-family: "Lato", sans-serif;
}

body.node--type-agency .block-system .agency-tags {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
}

body.node--type-agency .block-system .agency-tags p {
  margin: 5px 15px 5px 0;
  border: 1px solid #e5deda;
  padding: 6px 20px;
  border-radius: 36px;
  color: #ac8e7a;
  font-size: 15px;
  font-family: "Lato", sans-serif;
}
body.node--type-agency .block-system .field--name-field-telefon a{
  padding-left: 40px;
  background-image: url("../images/ikon-telefon.svg");
  background-position: left center;
  background-size: 18px;
  background-repeat: no-repeat;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
body.node--type-agency .block-system .field--name-field-epost a{
  padding-left: 40px;
  background-image: url("../images/ikon-mail.svg");
  background-position: left center;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #000;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
body.node--type-agency .block-system .field--name-field-besoksaddress{
  padding-left: 40px;
  background-image: url("../images/ikon-adress.svg");
  background-position: left center;
  background-size: 20px;
  background-repeat: no-repeat;
  color: #000;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
}
body.node--type-agency .block-system .field--name-field-hemsida a{
  padding-left: 40px;
  background-image: url("../images/ikon-web.svg");
  background-position: left center;
  background-size: 18px;
  background-repeat: no-repeat;
  color: #000;
  text-decoration: none;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

body.node--type-agency .block-system  .layout--threecol-25-50-25 > .layout__region--second{
  flex: 0 1 25%;
}

/* .agency-details .mail-icon {
  background-image: url("../images/ikon-mail.svg");
}

.agency-details .adress-icon {
  background-image: url("../images/ikon-adress.svg");
}

.agency-details .web-icon {
  background-image: url("../images/ikon-web.svg");
} */

body.node--type-agency #block-bootstrap-barrio-subtheme-page-title h1{
  display: none;
}

/*
*         MEDIA
*
****************************************/
@media all and (min-width: 0) and (max-width: 767px) {
  .path-frontpage .block-views-blocknews-block-front-block-1 h2{
    text-align: center;
    font-size: 32px;
    line-height: 44px;
    color: #3E342E;
  }
  body.path-frontpage .highlighted{
    display: none;
  }
  body.path-frontpage .mobile-welcome{
    display: block;
    font-size: 26px;
    color: #3E342E;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
  }
  body.path-frontpage #main-wrapper{
    background: #f8f5f2
  }
  body.path-frontpage  a.btn-primary.btn-primary-blue{
    min-width: 272px;
    margin-bottom: 15px;
  }
  body.path-frontpage  a.btn-primary.btn-primary-green{
    min-width: 272px;
  }
  .navbar-brand img{
    width: 110px;
  }
  .navbar-brand{
    margin-left: 20px;
  }
  .off-header-wrapper {
    position: relative;
    height: auto;
  }

  ul.sf-menu.sf-accordion {
    padding: 0 15px;
  }

  .off-headerr-top-wrapper {
    /* display: none; */
    display: block;
    background: none;
    position: relative;
    left: 0;
    width: 100%;
    background: #f8f5f2;
  }
  /* body.mobile-menu-open .off-headerr-top-wrapper {
    display: block;
  } */
  #block-topheadercontact {
    display: none;
  }
  #block-bootstrap-barrio-subtheme-search {
    /* margin-top: 18px;
    margin-bottom: 18px;
    margin-right: 20px;
    margin-left: 20px;
    width: 100%; */
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
  }
  #block-bootstrap-barrio-subtheme-search > .content{
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
  }
  #block-bootstrap-barrio-subtheme-search > h2 {
    color: #ac8e7a;
    border: none;
    border-radius: 0;
    height: 60px;
    line-height: 60px;
    width: 50px;
    padding: 0;
    margin: 0;
    background: url("../images/search.png") no-repeat center center #fff;
    text-indent: -9999px;
    box-shadow: none;
    display: block;
    z-index: 999;
    width: 44px;
    height: 44px;
    border-radius: 40px;
    border: 1px solid #ded0c8;
    background-size: 20px;
    left: calc(100% - 110px);
    top: 10px;
    position: fixed;
    transition: all 0.5s ease-in-out;
    z-index: 9999;
    box-shadow: 2px 2px 10px #ded0c8;
  }
  #block-bootstrap-barrio-subtheme-search form {
    max-width: 100%;
    opacity: 0;
    visibility: hidden;
    width: 100%;
  }
  #block-bootstrap-barrio-subtheme-search .container-inline div,
  #block-bootstrap-barrio-subtheme-search .container-inline label {
    width: 100%;
  }
  #block-bootstrap-barrio-subtheme-search form fieldset {
    width: 100%;
  }
  #block-bootstrap-barrio-subtheme-search.opened{
    width: 100%;
    z-index: 9999;
    opacity: 1;
    visibility: visible;
  }
  #block-bootstrap-barrio-subtheme-search.opened > h2 {
    left: 10px;
    top: 10px;
  }
  #block-bootstrap-barrio-subtheme-search form {
    padding-left: 80px;
    padding-top: 13px;
    padding-bottom: 15px;
    background: #fff;
    height: auto;
    padding-right: 30px;
  }
  #block-bootstrap-barrio-subtheme-search form .form-type-search label {
    overflow: visible;
    display: block;
    position: absolute;
    top: -1px;
    right: 0;
    width: 40px;
    height: 40px;
    background: url("../images/icon_close_search.svg") no-repeat center center
      #fff;
    background-size: 35px;
    z-index: 9999;
    opacity: 1;
    clip: auto;
    text-indent: -99999px;
    background-position: 90% 170%;
  }
  
  #block-bootstrap-barrio-subtheme-search form .form-control {
    border: none;
    background: #fff;
    padding-left: 0;
    height: 39px !important;
    border-bottom: 1px solid #ded0c8;
  }
  #block-bootstrap-barrio-subtheme-search form .form-control::-webkit-input-placeholder{
      font-size: 12px;
  }
  #block-bootstrap-barrio-subtheme-search > .content {
    position: relative;
    width: 100%;
  }
  #block-bootstrap-barrio-subtheme-search.opened
    form
    .form-actions
    .form-submit {
    display: none;
  }
  #block-bootstrap-barrio-subtheme-search.opened > .content {
    visibility: visible;
    opacity: 1;
    transition: all 0.7s ease-in-out;
    width: auto;
    height: auto;
  }
  #block-bootstrap-barrio-subtheme-search.opened form {
    opacity: 1;
    visibility: visible;
    transition: all 0.7s ease-in-out;
    width: 100%;
  }
  body.scrolled .off-headerr-top-wrapper .region.region-off-header-top {
    padding: 0;
    z-index: 99;
  }

  .off-headerr-top-wrapper .region.region-off-header-top {
    padding: 0;
  }

  .node--view-mode-full a.btn-primary {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  body.path-node .node--type-page.node--view-mode-full {
    padding-left: 10px;
    padding-right: 10px;
  }

  #main-wrapper .view-content.row {
    padding-left: 10px;
    padding-right: 10px;
  }

  #block-footerlinkslogo-2 .content .field--name-body,
  #block-footerlinkslogo-3 .content .field--name-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #block-footerblockswithtext-2 .content .field--name-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  div[id^="block-frontpagetwoblocks"] {
    padding-left: 10px;
    padding-right: 10px;
  }

  #block-frontpagelinks {
    padding-left: 10px;
    padding-right: 10px;
  }

  .highlighted {
    overflow: hidden;
  }

  #block-frontpagetwoblocks .content .field--name-field-images-with-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #block-views-block-node-related-header-image-field-block-1 .field-content {
    width: 100%;
    max-height: 250px;
    display: block;
  }

  #block-views-block-node-related-header-image-field-block-1
    .field-content
    img {
    max-width: 500%;
    height: 100%;
    width: 100%;
    object-fit: contain;
  }

  #superfish-main-toggle {
    position: fixed;
    top: 60px;
    right: 10px;
    top: 10px;
    right: 10px;
    z-index: 999;
  }

  #superfish-main-toggle::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0c9";
    border-radius: 200px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: rgba(238, 197, 174, 1);
    color: #ded0c8;
    background: #fff;
    border: 1px solid #ded0c8;
    font-size: 22px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    box-shadow: 2px 2px 10px #ded0c8;
  }

  body.mobile-menu-open #superfish-main-toggle::before {
    content: "\f00d";
  }
  

  #superfish-main-toggle span {
    text-indent: -9999px;
    display: none;
  }

  #page > .highlighted > .container {
    padding-left: 0;
    padding-right: 0;
  }

  html.menu-open {
    height: 100%;
    overflow: hidden;
  }

  body.menu-open {
    overflow: hidden;
    height: 100%;
    width: 100%;
  }

  body.menu-open #navbar {
    padding: 0;
  }

  body.menu-open #navbar .navbar-header {
    width: 100%;
  }

  body.menu-open #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    height: calc(100%);
    overflow: auto;
    border: none;
    background: #fff;
  }

  body.menu-open #block-blocktopheadercontact {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: #fff;
    z-index: 101;
    top: auto;
    right: auto;
    padding-bottom: 25px;
    padding-top: 30px;
  }

  body.menu-open #page ul.sf-menu .sf-depth-1 > a .sf-sub-indicator {
  }

  body.menu-open #page ul.sf-menu li.sfHover > ul,
  body.menu-open #page ul.sf-menu li:hover > ul {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  body.menu-open #block-blocktopheadercontact::before {
    content: "";
    background: rgba(213, 167, 142, 1);
    height: 1px;
    width: calc(100% - 50px);
    left: 25px;
    top: 0;
    position: absolute;
  }

  body.menu-open #page ul.sf-menu li.sfHover > ul,
  body.menu-open #page ul.sf-menu li:hover > ul {
    background: none;
    border: none;
  }

  body.menu-open #superfish-main-toggle {
    position: fixed;
    top: 60px;
    right: 10px;
    text-align: center;
    color: #eee;
    line-height: 40px;
    top: 10px;
    right: 10px;
  }

  body.menu-open #superfish-main-toggle:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d";
  }

  body.menu-open #superfish-main-toggle span {
    text-indent: -9999px;
    display: none;
  }

  body.menu-open #page ul.sf-menu a,
  body.menu-open #page ul.sf-menu span.nolink {
    color: rgba(17, 17, 17, 0.5);
    font-size: 20px;
    text-align: center;
    /* line-height: 73px; */
    line-height: 40px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  }

  body.menu-open #page ul.sf-menu li.active-trail > a {
    color: rgba(210, 151, 118, 1);
  }

  body.menu-open #page ul.sf-menu.sf-accordion,
  body.menu-open #page ul.sf-menu.sf-accordion li,
  body.menu-open #page ul.sf-menu.sf-accordion ul {
    float: none;
  }

  body.menu-open #page ul.sf-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  body.menu-open .region.region-navigation .logo.navbar-btn {
    display: block;
    background: #fff;
    width: 100%;
    padding-top: 19px;
    margin: 0;
    padding-top: 19px;
    height: 112px;
    background: #fff;
    display: block;
  }

  body.menu-open .region.region-navigation .logo.navbar-btn img {
    max-width: 370px;
  }

  body.menu-open .main-wrapper {
    padding-top: calc(56px + 104px);
  }

  body.menu-open #page ul.sf-menu .sf-depth-1 > a .sf-sub-indicator {
    display: none;
  }

  body.menu-open #page ul.sf-menu .sf-depth-2 > a .sf-sub-indicator {
    display: none;
  }

  body.menu-open #page ul.sf-menu .sf-depth-3 > a .sf-sub-indicator {
    display: none;
  }
}
@media screen and (min-width: 560px) {
  /*
  *
  *   KANSLI
  ********************************/
  .view-om-sbf-kansli.view-display-id-block_1 .views-row {
    -ms-flex: 0 1 45%;
    -webkit-box-flex: 0;
    flex: 0 1 45%;
    text-align: left;
  }

  .block-views-blockom-sbf-kansli-block-1
    .persons-wrapper
    div:nth-child(2)::after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    left: 0;
  }
}
@media (min-width: 768px) {
  #main {
    margin: 0;
  }
  /*
    *     COMPONENETS
    *
    **********************************/
  .btn-primary {
    padding: 17px 90px;
  }
  /*
  *     NAVIGATION
  *
  **********************************/
  .navbar-brand img {
    width: 200px;
  }

  ul#superfish-main.sf-menu.sf-vertical {
    width: auto;
    padding: 0 1rem;
  }

  ul.sf-menu.menu li.menuparent > a::after {
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #000;
  }
  /****  BREADCRUMBS NAV ****/
  /*
    *     HIGHLIGHTED
    *
    **********************************/
  .highlighted {
    padding-top: 90px;
  }
  /*
  *
  *
  **********************************/
  #block-frontpageimagetovideo {
    display: block;
  }

  #block-footerlinkslogo-2,
  #block-footerlinkslogo-3 {
    margin-left: 90px;
    margin-right: 90px;
    width: calc(100% - 180px);
    border-top: 1px solid #353535;
  }

  #block-footerblockswithtext-2,
  #block-footerblockswithtext-3 {
    margin-left: 90px;
    margin-right: 90px;
    width: calc(100% - 180px);
  }

  .off-header-wrapper {
    width: 290px;
  }

  #page-wrapper {
    margin-left: 290px;
    width: calc(100% - 290px);
  }
  /*
  *
  *   KANSLI
  ********************************/
  .view-om-sbf-kansli.view-display-id-block_1 .views-row {
    -ms-flex: 1 1 100%;
    -webkit-box-flex: 1;
    flex: 1 1 100%;
    text-align: center;
  }

  .block-views-blockom-sbf-kansli-block-1
    .persons-wrapper
    div:nth-child(2)::after {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }
}
@media screen and (min-width: 900px) {
  /*
  *
  *   KANSLI
  ********************************/
  .view-om-sbf-kansli.view-display-id-block_1 .views-row {
    -ms-flex: 0 1 45%;
    -webkit-box-flex: 0;
    flex: 0 1 45%;
    text-align: left;
  }

  .block-views-blockom-sbf-kansli-block-1
    .persons-wrapper
    div:nth-child(2)::after {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    left: 0;
  }
}
@media (min-width: 1440px) {
  ul#superfish-main.sf-menu.sf-vertical {
    width: 395px;
  }

  .off-header-wrapper {
    width: 519px;
  }

  #page-wrapper {
    margin-left: 519px;
    width: calc(100% - 519px);
  }

  ul.sf-menu.sf-vertical li.sfHover > ul,
  ul.sf-menu.sf-vertical li:hover > ul {
    left: 100%;
  }

  .off-headerr-top-wrapper {
    position: fixed;
    top: 0;
    left: 519px;
    width: calc(100% - 519px);
    height: auto;
    z-index: 4;
    background: #fff;
  }
}
@media screen and (min-width: 1465px) {
  .view-agency-search .view-filters {
    justify-content: space-between;
  }

  .view-agency-search .view-filters a {
    margin-top: 0;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1470px) {
  .view-agency-search .view-filters .btn-primary {
    margin-top: 0;
  }
}

.webform-submission-form.webform-submission-ulf-60ar-form {
  max-width: 500px;
}
.webform-submission-form.webform-submission-ulf-60ar-form fieldset {
  padding-left: 0;
}
.webform-submission-form.webform-submission-ulf-60ar-form
  .form-textarea-wrapper {
  margin-bottom: 20px;
}
.webform-submission-form.webform-submission-ulf-60ar-form
  .form-textarea-wrapper
  textarea {
  min-height: 130px;
}
.webform-submission-form.webform-submission-ulf-60ar-form
  .form-actions.form-group {
  padding-left: 0;
}

.view.view-comments.view-id-comments #edit-header {
  display: none;
}
.view.view-comments.view-id-comments .view-content .form-group {
  margin-bottom: 5px;
}
.view.view-comments.view-id-comments .view-content .views-row {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(154, 118, 94, 0.3);
}
.view.view-comments.view-id-comments .view-content .views-row:last-child {
  border-bottom: none;
}
.view.view-comments.view-id-comments .view-content .views-row .form-item-email {
  display: none;
}
.view.view-comments.view-id-comments .form-actions {
  display: none;
}
.view.view-comments.view-id-comments .form-item-message label {
  margin-bottom: 0;
}
.view.view-comments.view-id-comments label {
  display: none;
}
.view.view-comments.view-id-comments .form-item-name {
  color: #9a765e;
}
.view.view-comments.view-id-comments label:after {
  content: ":";
  display: inline-block;
}
.view.view-comments.view-id-comments fieldset {
  padding-left: 0;
}

.view-id-verses .view-content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 30px;
  margin-bottom: 40px;
  padding-left: 1em;
  padding-right: 1em;
}
@media all and (max-width: 780px) {
  .view-id-verses .view-content {
    grid-template-columns: 1fr;
  }
}
.view-id-verses .view-content .item-wrapper {
  border: 1px solid #c0bdbb;
  border-radius: 6px;
  position: relative;
  cursor: pointer;
}
.view-id-verses .view-content .content-wrapper {
  padding: 15px;
  overflow: hidden;
  color: #000000;
  transition: all 0.4s ease-in-out;
  padding-bottom: 75px;
  max-height: 380px;
  min-height: 380px;
  background: linear-gradient(180deg, #fff, #fff 80%);
  position: relative;
  border-radius: 6px;
  font-style: italic;
  font-size: 17px;
  line-height: 27px;
}
.view-id-verses .views-exposed-form {
  width: 100%;
}
.view-id-verses .view-content .content-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(
    to top,
    rgba(255, 255, 255, 1) 15%,
    rgba(233, 233, 233, 0) 100%
  );
  transition: all 0.4s ease-in-out;
}

.view-id-verses .view-content .fontawesome-icon-inline {
  position: absolute;
  bottom: 0px;
  right: 0px;
  opacity: 0.5;
  color: #ac8e7a;
  transition: all 0.4s ease-in-out;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}
.view-id-verses .view-content .fontawesome-icon-inline.active {
  color: #76b843;
}
.view-id-verses .view-content .fontawesome-icon-inline:hover {
  opacity: 1;
}

.view-id-verses .view-content .item-wrapper.open .content-wrapper {
  max-height: 1200px;
}
.view-id-verses .view-content .item-wrapper.open .content-wrapper:after {
  opacity: 0;
}

.view-id-verses .view-content .popup-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  text-align: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  background: #fff;
  color: #564242;
  border-radius: 6px;
  font-weight: bold;
  font-family: Arial;
  font-size: 17px;
}

.view-id-verses .form-control {
  background: #f8f4f1;
  width: 100%;
  border: 1px solid #c0bdbb;
  padding: 0 10px;
  line-height: 60px;
  height: 60px !important;
  min-width: 210px;
  margin-top: 0;
  border-radius: 3px;
  color: #815757;
  font-size: 20px;
}
.view-id-verses .view-filters {
  display: flex;
  justify-content: flex-start;
  padding: 0;
  margin-left: 2px;
}
.view-id-verses .view-filters .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 30px;
  padding-bottom: 30px;
  padding-top: 30px;
  padding-left: 6px;
  padding-right: 8px;
}
.view-id-verses .view-filters .form-row fieldset {
  margin-bottom: 0;
  padding: 0;
}
.view-id-verses .view-filters .form-row .form-actions {
  margin-bottom: 0;
  padding: 0;
}
.view-id-verses .view-filters .form-row .form-actions button {
  width: 100%;
}

@media all and (max-width: 780px) {
  .view-id-verses .view-filters .form-row {
    grid-template-columns: 1fr;
  }
}
.view-id-verses button.btn-primary {
  /*  */
}
.view-id-blog .view-content {
  display: flex;
  flex-direction: column;
}
a.hidden {
  display: none !important;
}
/* same width on mobile, add space in bottom and right */
a.btn-primary.btn-primary-blue {
  background: #005cbf;
  color: #fff;
  font-weight: bold;
}
a.btn-primary.btn-primary-blue:before {
  display: none;
}
a.hidden {
  display: none;
}

a.btn-primary.btn-primary-green {
  background: #93c01f;
  color: #fff;
  font-weight: bold;
  /* height: 64px; */
}
a.btn-primary.btn-primary-green:before {
  display: none;
}
a.btn-primary.btn-primary-green:after {
  background-image: url(../images/download_arrow_alt_white.svg);
  background-repeat: no-repeat;
}

@media all and (max-width: 800px) {
  a.btn-primary.btn-primary-green {
    min-width: 339px;
    min-height: 40px;
    line-height: 40px;
  }
}

.view-agency-search .button.btn.btn-primary.form-submit:after {
  position: absolute;
  top: 13px;
  left: 18px;
  height: 30px;
  width: 30px;
  z-index: 2;
  content: "";
  background: url("../images/search_white.png") no-repeat center center
    transparent;
  background-size: 27px;
}
.view-agency-search .form-submit.button.btn.btn-primary {
  background: #93c01f;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 0;
  justify-content: flex-start;
  padding-left: 70px;
  width: 160px;
}
.view-agency-search .form-submit.button.btn.btn-primary:before {
  display: none;
}
.view-agency-search .form-submit.button.btn.btn-primary:hover {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

@media all and (max-width: 800px) {
  .view-agency-search .form-submit.button.btn.btn-primary {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.view-agency-search .brochure-btn.btn.btn-primary {
  background: #93c01f;
  color: #fff;
  font-weight: bold;
}
.view-agency-search .brochure-btn.btn.btn-primary:before {
  display: none;
}
.view-agency-search .brochure-btn.btn.btn-primary:hover {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.search-and-map-content{
  display: flex;
  flex-direction: column;
}
.search-and-map-content .h2{
  font-family: "Palatino", serif;
  font-weight: 400;
  font-size: 2.5rem;
}
.search-and-map-content .h3{
  font-size: 18px;
  font-family: "Palatino", serif;
  font-weight: 400;
  margin-bottom: 16px;
}
.search-and-map-wrapper{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
body.path-search .search-advanced{
  display: none;
}
body.path-search .search-help-link{
  display: none;
}

@media all and (max-width: 800px) {
  .search-and-map-wrapper{
    display: flex;
    flex-direction: column;
  }
  .search-and-map-wrapper .btn-row{
    margin-top: 10px;
  }
}
.search-and-map-wrapper .btn.btn-primary {
  background: #93c01f;
  color: #fff;
  font-weight: bold;
}
.search-and-map-wrapper .btn.btn-primary:before {
  display: none;
}
.search-and-map-wrapper .btn.btn-primary:hover {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.search-and-map-wrapper .btn.btn-primary:after {
  position: absolute;
  top: 13px;
  left: 18px;
  height: 30px;
  width: 30px;
  z-index: 2;
  content: "";
  background: url("../images/search_white.png") no-repeat center center
    transparent;
  background-size: 27px;
}
.search-and-map-wrapper .form-row .btn{
  width: 120px;
  min-width: 120px;
  padding-left: 45px;
  padding-right: 0;
  margin-left: 5px;
}

.search-and-map-wrapper .btn-row .btn{
  width: 310px;
  padding-left: 30px;
  padding-right: 30px;
}
.search-and-map-wrapper .btn-row .btn:before{
  display: none;
}
.search-and-map-wrapper .btn-row .btn:after{
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  left: auto;
  height: 14px;
  width: 14px;
  background-image: url(../images/right_arrow_alt_white.svg);
}


@media all and (max-width: 800px) {
  .search-and-map-wrapper .form-row {
    display: grid;
    grid-template-columns: 3fr 1fr;
    width: 100%;
    padding-left: 5px;
  }
  .search-and-map-wrapper .form-row .btn{
    min-height: 60px;
    margin-top: 0px;
    margin-left: 8px;
  }
  .search-and-map-wrapper .btn-row .btn{
    margin-left: 0;
  }
}

a.btn-primary.open-free-advice-button::before {
  display: none !important;
}
a.btn-primary.open-free-advice-button {
  background: #5c87c5 !important;
  border: 1px solid #5c87c5a6;
  font-size: 18px;
  color: #ffffff;
  height: 59px;
}
#block-freeadvicebuttonsblock {
  margin-top: 20px;
}

a.btn-primary.btn-primary-blue {
  background: #5388c6 !important;
  border: 1px solid #5388c6;
  font-size: 18px;
  color: #ffffff;
  height: 59px;
  margin-right: 10px;
  padding-right: 60px;
  padding-left: 60px;
  min-width: 318px;
}
a.btn-primary.btn-primary-blue:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  height: 14px;
  width: 14px;
  background-image: url("../images/right_arrow_alt_white.svg");
}
a.btn-primary.btn-primary-blue:hover {
  color: #fff;
}

a.btn-primary.btn-primary-green:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  height: 14px;
  width: 14px;
  background-image: url("../images/right_arrow_alt_white.svg");
}

a.btn-primary.open-free-advice-button::after {
  background-image: url("../images/right_arrow_alt_white.svg");
}
.block.block-block-content .open-free-advice-button:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  height: 14px;
  width: 14px;
  background-image: url("../images/right_arrow_alt_white.svg");
}
@media all and (max-width: 860px) {
  a.btn-primary.open-free-advice-button {
    padding-right: 40px;
  }
  a.btn-primary.btn-primary-blue {
    padding-left: 60px;
    padding-right: 60px;
    line-height: 52px;
    margin-bottom: 10px;
    margin-right: 0;
    min-width: 338px;
  }
}

@media all and (min-width: 860px) {
  #block-freeadvicebuttonsblock a.btn-primary.btn-primary-blue {
    margin-right: 20px;
  }
}

body.page-node-17173 .view-id-gallery_slider.view-display-id-block_2 img {
  height: 350px !important;
  width: auto !important;
}

.form-item-terms {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
}
.form-item-terms label label {
  display: none;
}
.form-item-terms .webform-element-description {
  font-size: 16px;
  font-family: "Palatino", serif;
  font-weight: 400;
}

.modal-free_advice {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-free_advice.in {
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.modal-free_advice .modal-dialog {
  max-width: 830px;
  margin: 0px auto;
}
.modal-free_advice .modal-content {
  width: 830px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 30px #ae8e7926;
  border: 1px solid #e0d4cb;
}
.region-footer-second.open button.close,
.modal-free_advice button.close {
  transition: 0.5s all ease-in-out;
  margin-right: 14px;
  content: "";
  width: 30px;
  height: 30px;
  display: block;

  float: none;
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: 1;
  margin: 0;
  padding: 0;
  z-index: 999;
  color: #ae8e79 !important;
  font-size: 30px;
}
.modal.modal-free_advice .modal-dialog {
  transform: none;
}
@media all and (max-width: 860px) {
  .modal-free_advice .modal-content {
    width: 100%;
  }
  a.btn-primary.open-free-advice-button {
    line-height: 53px;
    margin-bottom: 10px;
  }
}

#block-free-advice-page-welcome,
#block-free-advice-page-death,
#block-free-advice-page-map-results,
#block-free-advice-page-map-search,
#block-free-advice-page-legal,
#block-free-advice-page-other,
#block-free-advice-page-form {
  display: none;
}

.page-node-17165 .node--type-page .field--name-field-webform {
  display: none;
}
.region-footer-second {
  display: none;
}

body.no-scroll {
  overflow: hidden;
}
.region-footer-second.open {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  z-index: 999;
}
.region-footer-second.open > .block {
  max-width: 830px;
  margin: 0px auto;
  width: 830px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 30px #ae8e7926;
  border: 1px solid #e0d4cb;
}

.open-free-advice-button {
  display: none;
}
.open-free-advice-button.active {
  display: inline-block;
}
.fam-styles {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 30px;
  padding-top: 0px;
}
.fam-styles h2 {
  color: #000000;
  font-size: 24px;
  line-height: 32px;
  margin-top: 0;
  text-align: center;
  border-bottom: 1px solid #ae8e796b;
  padding-bottom: 10px;
  display: flex;
  margin: 0 auto;
  margin-bottom: 50px;
}
.fam-styles .btn-primary-transparent {
  border: 1px solid #ae8e796b;
  border-radius: 5px;
  margin-bottom: 23px;
  min-width: 290px;
  text-align: center;
  text-decoration: none;
  color: #ae8e79;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 57px;
  line-height: 48px;
  font-size: 18px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}
.fam-styles .btn-primary-blue {
  border: 1px solid #5c87c5;
  background: #5c87c5;
  font-size: 18px;
  line-height: 52px;
  border-radius: 5px;
  margin-bottom: 23px;
  min-width: 290px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  font-weight: bold;
  color: #fff;
}
.fam-styles p {
  color: #747474;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}
.fam-styles .field__item {
  display: flex;
  flex-direction: column;
}

.fam-styles .btn-phone {
  color: #000000;
  font-size: 20px;
  line-height: 24px;
  padding-left: 40px;
  padding-right: 10px;
  position: relative;
}
.fam-styles .btn-phone::before {
  content: "";
  background-image: url("../images/fam_icons/b_phone.svg");
  background-repeat: no-repeat;
  background-size: 30px 29px;
  background-position: center center;
  position: absolute;
  top: 3px;
  left: 0;
  height: 30px;
  width: 30px;
}
.fam-styles .btn-chat {
  color: #000000;
  font-size: 20px;
  line-height: 24px;
  padding-left: 40px;
  padding-right: 0;
  position: relative;
}
.fam-styles .btn-chat::before {
  content: "";
  background-image: url("../images/fam_icons/b_chat.svg");
  background-repeat: no-repeat;
  background-size: 29px 24px;
  background-position: center center;
  position: absolute;
  top: 3px;
  left: 0;
  height: 30px;
  width: 30px;
}
.fam-styles .btn-email {
  color: #000000;
  font-size: 18px;
  line-height: 24px;
  padding-left: 35px;
  position: relative;
}
.fam-styles .btn-email::before {
  content: "";
  background-image: url("../images/fam_icons/b_mail.svg");
  background-repeat: no-repeat;
  background-size: 27px 21px;
  background-position: center center;
  position: absolute;
  top: 3px;
  left: 0;
  height: 30px;
  width: 30px;
}
.fam-styles s {
  color: #97bf22;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}
.fam-styles i {
  color: #747474;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}

.content_free_advice_page_welcome .field__item {
  max-width: 300px;
}
.content_free_advice_page_death p {
  max-width: 500px;
}
.content_free_advice_page_death a.btn-phone,
.content_free_advice_page_death a.btn-chat,
.content_free_advice_page_death a.btn-email {
  border: 1px solid #ae8e796b;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 65px;
  padding-right: 35px;
}
.content_free_advice_page_death a.btn-phone {
  color: #747474;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}
.content_free_advice_page_death .btn-email::before {
  top: 12px;
  left: 18px;
}
.content_free_advice_page_death .btn-phone::before {
  top: 12px;
  left: 18px;
}
.content_free_advice_page_death .btn-chat::before {
  top: 12px;
  left: 18px;
}
.content_free_advice_page_death .btn.btn-primary-transparent {
  height: 57px;
  line-height: 46px;
  padding-left: 50px;
  padding-right: 35px;
  position: relative;
}
.content_free_advice_page_death .btn.btn-primary-transparent:before {
  content: "";
  background-image: url(../images/fam_icons/b_arrow.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center center;
  position: absolute;
  top: 14px;
  left: 10px;
  height: 30px;
  width: 30px;
}
.content_free_advice_page_death .btn.btn-primary-blue {
  height: 57px;
  line-height: 25px;
  /* background: #fff; */
  /* color: #5c87c5; */
}

.content_free_advice_page_legal p {
  max-width: 500px;
}
.content_free_advice_page_other p {
  max-width: 500px;
}
.content_free_advice_page_map_results,
.content_free_advice_page_map_search {
  padding-bottom: 40px;
}
.content_free_advice_page_map_search hr {
  width: 200px;
  height: 0px;
  background: #e0d4cb;
  margin-top: 10px;
  margin-bottom: 10px;
}
.content_free_advice_page_map_search h3 {
  color: #ae8e79;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: normal;
  font-family: "Palatino", serif;
  font-weight: 400;
}
.content_free_advice_page_form p,
.content_free_advice_page_map_results p,
.content_free_advice_page_map_search p {
  max-width: 500px;
}
.content_free_advice_page_form .btn-primary-transparent,
.content_free_advice_page_map_results .btn-primary-transparent,
.content_free_advice_page_map_search .btn-primary-transparent {
  min-width: 120px;
  padding-left: 30px;
  position: relative;
  font-family: "Palatino", serif;
  font-weight: 400;
  height: 52px;
  line-height: 52px;
  box-sizing: border-box;
  padding-top: 0;
}
.content_free_advice_page_form .btn-primary-transparent:before,
.content_free_advice_page_map_results .btn-primary-transparent:before,
.content_free_advice_page_map_search .btn-primary-transparent:before {
  content: "";
  background-image: url("../images/fam_icons/b_arrow.svg");
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center center;
  position: absolute;
  top: 11px;
  left: 10px;
  height: 30px;
  width: 30px;
}
.content_free_advice_page_map_results .btn-primary-blue,
.content_free_advice_page_map_search .btn-primary-blue {
  min-width: 159px;
  padding-right: 30px;
  margin-left: 10px;
  position: relative;
  font-family: "Palatino", serif;
  font-weight: 400;
  height: 52px;
  line-height: 52px;
  box-sizing: border-box;
  padding-top: 0;
  color: #fff !important;
}
.content_free_advice_page_map_results .btn-primary-blue:before,
.content_free_advice_page_map_search .btn-primary-blue:before {
  content: "";
  background-image: url("../images/fam_icons/b_arrow_white.svg");
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center center;
  position: absolute;
  top: 11px;
  right: 8px;
  transform: rotateZ(180deg);
  height: 30px;
  width: 30px;
}

.content_free_advice_page_map_search .btn-primary-transparent {
  height: 57px;
  line-height: 57px;
  padding-left: 50px;
  padding-right: 35px;
}
.content_free_advice_page_map_search .btn-primary-transparent:before {
  top: 14px;
}
.content_free_advice_page_map_search input {
  border: 1px solid #ae8e796b;
  border-radius: 5px;
  height: 52px;
  line-height: 52px;
  width: 292px;
  padding: 5px;
  padding-left: 40px;
}
.content_free_advice_page_map_search .input-wrap {
  position: relative;
  max-width: 290px;
  margin: 0 auto;
  display: inline-block;
  margin-bottom: 15px;
  height: 52px;
}
.content_free_advice_page_map_search .input-wrap:before {
  content: "";
  background-image: url("../images/fam_icons/b_search.svg");
  background-repeat: no-repeat;
  background-size: 27px 21px;
  background-position: center center;
  position: absolute;
  top: 10px;
  left: 10px;
  height: 30px;
  width: 30px;
}
.content_free_advice_page_map_search .auto-result-items {
  position: absolute;
  top: 51px;
  background: #fff;
  z-index: 5;
  width: 292px;
  text-align: left;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 1px solid #e0d4cb;
  border-radius: 6px;
}
.content_free_advice_page_map_search .auto-result-items .auto-result-item {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  cursor: pointer;
}
.content_free_advice_page_map_results h2 strong {
  color: #ae8e79;
  font-weight: normal;
  margin-right: 10px;
  font-family: "Palatino", serif;
  font-weight: 400;
}
.content_free_advice_page_map_results h2 span {
  color: #000;
  font-family: "Palatino", serif;
  font-weight: 400;
}
.content_free_advice_page_map_results h2 {
  margin-bottom: 10px;
}
.content_free_advice_page_map_results .map-wrap {
  width: 750px;
  max-width: 100%;
  margin-bottom: 20px;
}
.content_free_advice_page_map_results .field__item {
  align-items: center;
}

.content_free_advice_page_legal .btn-primary-transparent,
.content_free_advice_page_other .btn-primary-transparent,
.content_free_advice_page_docs .btn-primary-transparent,
.content_free_advice_page_death .btn-primary-transparent {
  min-width: 100px;
  padding-left: 40px;
}

.content_free_advice_page_legal a.btn-phone,
.content_free_advice_page_legal a.btn-chat,
.content_free_advice_page_legal a.btn-email {
  border: 1px solid #ae8e796b;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 65px;
  padding-right: 35px;
}
.content_free_advice_page_legal a.btn-phone {
  color: #747474;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}
.content_free_advice_page_legal .btn-email::before {
  top: 12px;
  left: 18px;
}
.content_free_advice_page_legal .btn-phone::before {
  top: 12px;
  left: 18px;
}
.content_free_advice_page_legal .btn-chat::before {
  top: 12px;
  left: 18px;
}
.content_free_advice_page_legal .btn.btn-primary-transparent:before {
  content: "";
  background-image: url(../images/fam_icons/b_arrow.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center center;
  position: absolute;
  top: 14px;
  left: 10px;
  height: 30px;
  width: 30px;
}

.content_free_advice_page_other a.btn-phone,
.content_free_advice_page_other a.btn-chat,
.content_free_advice_page_other a.btn-email {
  border: 1px solid #ae8e796b;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 65px;
  padding-right: 35px;
}
.content_free_advice_page_other a.btn-phone {
  color: #747474;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
}
.content_free_advice_page_other .btn-email::before {
  top: 12px;
  left: 18px;
}
.content_free_advice_page_other .btn-phone::before {
  top: 12px;
  left: 18px;
}
.content_free_advice_page_other .btn-chat::before {
  top: 12px;
  left: 18px;
}

.content_free_advice_page_other .btn.btn-primary-transparent:before {
  content: "";
  background-image: url(../images/fam_icons/b_arrow.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center center;
  position: absolute;
  top: 14px;
  left: 10px;
  height: 30px;
  width: 30px;
}

.content_free_advice_page_docs .btn.btn-primary-transparent:before {
  content: "";
  background-image: url(../images/fam_icons/b_arrow.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center center;
  position: absolute;
  top: 14px;
  left: 10px;
  height: 30px;
  width: 30px;
}

.content_free_advice_page_form .block-free-advice-section-contact,
.modal-free_advice .block-free-advice-section-contact {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 88px;
  background: #f8f4f1;
  border: 1px solid #e0d4cb;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content_free_advice_page_form
  .block-free-advice-section-contact
  .field--name-body,
.modal-free_advice .block-free-advice-section-contact .field--name-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.content_free_advice_page_form
  .block-free-advice-section-contact
  .field--name-body
  > .field__item:nth-child(1),
.modal-free_advice
  .block-free-advice-section-contact
  .field--name-body
  > .field__item:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
}
.content_free_advice_page_form
  .block-free-advice-section-contact
  .field--name-body
  > .field__item:nth-child(1)
  p,
.modal-free_advice
  .block-free-advice-section-contact
  .field--name-body
  > .field__item:nth-child(1)
  p {
  width: 162px;
  margin: 0;
}
.content_free_advice_page_form .block-free-advice-section-contact p,
.modal-free_advice .block-free-advice-section-contact p {
  color: #000;
  margin: 0;
}
.content_free_advice_page_form .block-free-advice-section-contact a,
.modal-free_advice .block-free-advice-section-contact a {
  font-size: 18px;
}

.content_free_advice_page_form #edit-html-content-01 {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 35px;
  margin-bottom: 0;
}
.content_free_advice_page_form #edit-html-content-01 p:last-child {
  margin-bottom: 0;
}
.content_free_advice_page_form #edit-html-content-01 h2 {
  margin-bottom: 15px;
}
.content_free_advice_page_form #edit-html-content-01 h4 {
  font-size: 18px;
}
.content_free_advice_page_form #edit-html-content-01 h4 strong {
  font-size: 18px;
  font-weight: normal;
  color: #ae8e79;
  margin-right: 10px;
  font-family: "Palatino", serif;
  font-weight: 400;
}
.content_free_advice_page_form #edit-html-content-01 h4 span {
  font-size: 18px;
  font-weight: normal;
  color: #000;
  font-family: "Palatino", serif;
  font-weight: 400;
}

.content_free_advice_page_form .flexbox-wrapper {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
.content_free_advice_page_form .flexbox-01 {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.content_free_advice_page_form .flexbox-02 {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.content_free_advice_page_form .js-form-type-checkbox {
  text-align: center;
  color: #707070;
}
.content_free_advice_page_form .flexbox-bottom {
  margin-bottom: 45px;
}
.content_free_advice_page_form .flexbox-bottom p {
  text-align: right;
}
.content_free_advice_page_form .flexbox-bottom .form-actions {
  padding: 0;
  margin: 0;
}
.content_free_advice_page_form .btn-primary-transparent {
  margin-bottom: 0;
}

.content_free_advice_page_form .btn-primary-blue {
  min-width: 159px;
  margin-left: 10px;
  position: relative;
  font-family: "Palatino", serif;
  font-weight: 400;
  height: 52px;
  line-height: 52px;
  box-sizing: border-box;
  padding: 0;
  padding-right: 30px;
  position: relative;
  top: -5px;
  left: -30px;
  color: #fff;
}
.content_free_advice_page_form .btn-primary-blue:before {
  content: "";
  background-image: url("../images/fam_icons/b_arrow_white.svg");
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center center;
  position: absolute;
  top: 11px;
  left: 115px;
  transform: rotateZ(180deg);
  height: 30px;
  width: 30px;
}
.content_free_advice_page_form .flexbox-wrapper {
  align-items: flex-start;
}
.content_free_advice_page_form .textadres-message {
  min-height: 172px;
}
.content_free_advice_page_form .flexbox-bottom .btn-primary-blue {
  background: #fff;
  color: #5c87c5;
}
.content_free_advice_page_form .js-form-type-checkbox label label {
  display: none;
}
.content_free_advice_page_form textarea.form-control {
  line-height: 26px;
  font-size: 20px;
}
@media all and (max-width: 800px) {
  .content_free_advice_page_death .btn.btn-primary-blue {
    line-height: 45px;
  }
  .region-footer-second.open button.close,
  .modal-free_advice button.close {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    background: #fff;
  }
  .content-wrapper-for {
    padding-bottom: 0 !important;
  }
  .content_free_advice_page_death .btn.btn-primary-transparent {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
  }
  .content_free_advice_page_death .btn.btn-primary-transparent:before {
    position: relative;
    display: inline-block;
    margin-right: 14px;
    top: 10px;
  }
  .content_free_advice_page_legal .btn.btn-primary-transparent {
    padding-left: 0px;
    padding-right: 30px;
    position: relative;
  }
  .content_free_advice_page_legal .btn.btn-primary-transparent:before {
    position: relative;
    display: inline-block;
    margin-right: 14px;
    top: 10px;
  }
  .content_free_advice_page_other .btn.btn-primary-transparent {
    padding-left: 0px;
    padding-right: 30px;
    position: relative;
  }
  .content_free_advice_page_other .btn.btn-primary-transparent:before {
    position: relative;
    display: inline-block;
    margin-right: 14px;
    top: 10px;
  }
  .content_free_advice_page_form .flexbox-bottom .btn-primary-transparent {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
  }
  .content_free_advice_page_form .btn-primary-blue:before {
    display: none;
  }
  .content_free_advice_page_form .btn-primary-transparent:before {
    position: relative;
    display: inline-block;
    margin-right: 14px;
    top: 10px;
  }
  .content_free_advice_page_form .js-form-type-checkbox {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 35px;
  }
  .content_free_advice_page_form .js-form-type-checkbox label {
    display: flex;
    padding-left: 16px;
    padding-right: 16px;
  }
  .content_free_advice_page_form .flexbox-bottom {
    display: flex;
    flex-direction: column-reverse;
  }
  .content_free_advice_page_form .flexbox-bottom .btn-primary-blue {
    top: -5px;
    max-width: 1000px;
    width: 100%;
    left: 0;
    margin-right: 16px;
    margin-left: 16px;
  }
  .content_free_advice_page_form .flexbox-bottom .btn-primary-transparent {
    top: -5px;
    max-width: 1000px;
    width: 100%;
    left: 0;
  }
  .content_free_advice_page_map_results .map-wrap {
    width: 400px;
  }
  .buttons-wrapper {
    display: flex;
    flex-direction: column-reverse;
  }
  .fam-styles .buttons-wrapper .btn-primary-blue {
    margin-bottom: 0;
  }
  .region-footer-second.open {
    overflow: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    align-items: flex-start;
  }
  .region-footer-second.open > .block {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .modal-free_advice.in {
    height: 100vh;
    overflow-y: scroll;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 5px 30px #ae8e7926;
    border: 1px solid #e0d4cb;
  }
  .modal.modal-free_advice .modal-inner-content {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .modal.modal-free_advice .modal-dialog {
    margin: 0;
    padding: 0;
  }
  .modal.modal-free_advice .content_free_advice_page_map_results {
    padding-top: 130px;
  }
  .modal-free_advice .modal-content {
    background: transparent;
    box-shadow: none;
    border: none;
  }
  .content_free_advice_page_form #edit-html-content-01 h4 {
    text-align: center;
  }
  .content_free_advice_page_form
    .block-free-advice-section-contact
    .field--name-body,
  .modal-free_advice .block-free-advice-section-contact .field--name-body {
    flex-direction: column;
  }
  .content_free_advice_page_form .block-free-advice-section-contact,
  .modal-free_advice .block-free-advice-section-contact {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .content_free_advice_page_form div.block-free-advice-section-contact {
    position: relative;
    width: calc(100% + 34px);
    left: -17px;
  }
  .content_free_advice_page_form .flexbox-wrapper {
    flex-direction: column;
  }
  .content_free_advice_page_form .flexbox-bottom {
    margin-bottom: 150px;
  }
  .content_free_advice_page_form .flexbox-bottom p {
    text-align: center;
  }
  .content_free_advice_page_form .flexbox-bottom .form-actions {
    display: flex;
    justify-content: center;
  }

  .content_free_advice_page_map_results,
  .content_free_advice_page_map_search {
    padding-bottom: 115px;
  }
}

.pac-container {
  z-index: 10000 !important;
}
body .map-label-item {
  background: #fff;
  border: 1px solid #7eb6a3;
  border-radius: 4px;
  line-height: 32px;
  padding: 8px;
  font-size: 15px !important;
  font-family: "Palatino", serif !important;
  color: #282d46 !important;
  box-sizing: border-box;
  height: 32px;
  padding: 0px 9px;
}

[title="spot"] img {
  box-shadow: 0px 3px 6px #00000029;
}

body.with-free-advice {
  overflow: hidden;
}

.hide-main-title {
  display: none;
}


body #cookiesjsr{
  /* --default-margin: 1.25em; */
  /* --font-size-reset: 1rem; */
  /* --btn-font-color: #fff; */
  /* --btn-border-color: #fff; */
  --btn-bg-color: #5388c6;
  --btn-prime-font-color: #5388c6;
  /* --btn-prime-border-color: #fff; */
  /* --btn-prime-bg-color: #fff; */
  --btn-inv-font-color: #5388c6;
  --btn-inv-border-color: #5388c6;
  /* --btn-inv-bg-color: #fff; */
  /* --btn-prime-inv-font-color: #fff; */
  --btn-prime-inv-border-color: #5388c6;
  --btn-prime-inv-bg-color: #5388c6;
  /* --link-list-font-color: #fff; */
  /* --link-list-separator-color: #fff; */
  /* --banner-logo-offset: 100px; */
  --banner-bg-color: #5388c6;
  /* --banner-font-color: #fff; */
  /* --layer-header-height: 3.5em; */
  /* --layer-header-bg-color: #fff; */
  /* --layer-header-font-color: #000f37; */
  /* --layer-body-bg-color: #fff; */
  /* --layer-tab-bg-color: #fff; */
  /* --layer-tab-font-color: #000f37; */
  --layer-tab-active-bg-color: #5388c6;
  /* --layer-tab-active-font-color: #fff; */
  --layer-bg-dark: #5388c6;
  /* --layer-font-light: #fff; */
  /* --layer-font-dark: #000f37; */
  /* --layer-border-color: #e4e5e6; */
  /* --layer-footer-bg-color: #fff; */
  /* --layer-footer-font-color: #000f37; */
  /* --layer-footer-height: 4.5em; */
  /* --switch-border-color: #e4e5e6; */
  /* --switch-handle-color: #fff; */
  /* --switch-bg-off: #fff; */
  --switch-bg-on: #93c01f;
  /* --switch-width: 45px; */
  /* --switch-height: 20px; */
  --switch-always-on-font-color: #5388c6;
  /* --switch-always-on-bg-color: #fff; */
}
#cookiesjsr .cookiesjsr--app{
  font-size: 16px;
  font-family: "Palatino", serif;
  font-weight: 400;
}
#cookiesjsr .cookiesjsr-btn{
  background: #fff;
  color: #000;
  font-size: 16px;
  font-family: "Palatino", serif;
  font-weight: 400;
  border: 1px solid #ae8e79;
  border-radius: 5px;
  text-transform: none;
}
#cookiesjsr .cookiesjsr-btn.important.allowAll{
  background: #93c01f;
  color: #fff;
  font-weight: 400;
}

#cookiesjsr .cookiesjsr-layer{
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 30px #ae8e7926;
  border: 1px solid #e0d4cb;
  padding: 20px 40px;
  border-radius: .3rem;
}
#cookiesjsr .cookiesjsr-service--always-on span{
  color: #000;
  background: #eee6de;
}
#cookiesjsr .cookiesjsr-layer--close{
  transition: 0.5s all ease-in-out;
  margin-right: 14px;
  content: "x";
  width: 30px;
  height: 30px;
  display: block;

  float: none;
  position: absolute;
  background: transparent;
  top: 30px;
  right: 30px;
  opacity: 1;
  margin: 0;
  padding: 0;
  z-index: 999;
  color: #ae8e79 !important;
  font-size: 30px;
}
#cookiesjsr .cookiesjsr-banner.active{
  background: #ded0c8;
  color: #000;
  box-shadow: 0px -5px 17px rgb(222 208 201 / 96%);
}
#cookiesjsr .cookiesjsr-layer--header{
  background: #ded0c8;
}

#cookiesjsr .cookiesjsr-service-group.active .cookiesjsr-service-group--content{
  background: #eee6de;
  border: 0px solid #c0bdbb;
  color: #000;
}

#cookiesjsr .cookiesjsr-btn::before{
  border-radius: 6px;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#ffffff00),
    color-stop(56%, #fcfaf980),
    color-stop(67%, #f8f6f3b3),
    color-stop(80%, #f8f5f2),
    to(#f8f5f2)
  );
  background-image: -o-linear-gradient(
    top,
    #ffffff00 0%,
    #fcfaf980 56%,
    #f8f6f3b3 67%,
    #f8f5f2 80%,
    #f8f5f2 100%
  );
  background-image: linear-gradient(
    180deg,
    #ffffff00 0%,
    #fcfaf980 56%,
    #f8f6f3b3 67%,
    #f8f5f2 80%,
    #f8f5f2 100%
  );
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#cookiesjsr .cookiesjsr-btn:hover{
  border-color: #ac8e7a;
  color: #000;
  -webkit-box-shadow: 2px 5px 10px #ac8e7a33;
  box-shadow: 2px 5px 10px #ac8e7a33;
}

#cookiesjsr .cookiesjsr-btn:hover::before{
  opacity: 0;
}
#cookiesjsr .cookiesjsr-btn.important.allowAll:before{
  opacity: 0;
}

#cookiesjsr .cookiesjsr-links a{
  color: #ac8e7a;
}
#cookiesjsr .cookiesjsr-service--description a{
  color: #ac8e7a;
}

#cookiesjsr .cookiesjsr-service--description a,
#cookiesjsr .cookiesjsr-service--description ul li,
#cookiesjsr .cookiesjsr-service--description p,
#cookiesjsr .cookiesjsr-service--description h3{
  color: #000;
}
#cookiesjsr .cookiesjsr-service-group.active .cookiesjsr-service-group--tab{
  background: #eee6de;
  color: #000;
  outline: none;
}
#cookiesjsr ul{
  list-style: none;
}
#cookiesjsr .cookiesjsr-links.links--row li:before{
  display: none;
}


.node--type-local-city-page{

}

.alert-danger{
  display: none;
}

.site-footer .block{
  display: none;
}

.node--type-local-city-page h1.title{
  display: none;
}
.art-local-city{
  display: flex;
  flex-direction: column;
}
.art-local-city .top-wrap{
  display: flex;
  flex-direction: row;
  width: 100%;
  background: transparent linear-gradient(162deg, #FBF8F780 0%, #F8F4F1 100%) 0% 0% no-repeat padding-box;
  border-bottom: 1px solid #E0D4CB;
}
.art-local-city .top-wrap h3{
  color: #7A6355;  
  font-size: 36px;
  line-height: 49px;
  font-family: "Palatino", serif;
  font-weight: 400;
}
.art-local-city .top-wrap .left-wrap{
  margin-right: 50px;
  color: #313131;
  font-size: 18px;
  line-height: 24px;
  font-family: "Palatino", serif;
  margin-top: 30px;
  margin-bottom: 30px;
  font-weight: 400;
  padding-left: 30px;
  width: calc(50% - 50px);
}
.art-local-city .top-wrap .left-wrap h3{
  color: #9a765e;
}
.art-local-city .body-wrap .field__item h2{
  color: #9a765e;
}
.art-local-city .top-wrap .right-wrap{
  width: 50%;
  min-width: 300px;
  text-align: center;
  padding-right: 30px;
}
.art-local-city .top-wrap .right-wrap img{
  border-radius: 6px;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  height: auto;
}
.art-local-city .body-wrap h3{
  color: #AE8E79;  
  font-size: 30px;
  line-height: 40px;
  font-family: "Palatino", serif;
  font-weight: 400;
}
.art-local-city .body-wrap{
  color: #313131;
  font-size: 18px;
  line-height: 24px;
  font-family: "Palatino", serif;
}
.art-local-city .agency-wrapp .agencies-wrap{
  display: flex;
}
.art-local-city .body-wrap{
  margin-top: 45px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
}
.art-local-city .body-wrap .field__items{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
/* .art-local-city .body-wrap .field__item:nth-child(2n+1){
  width: calc(50% - 25px);
  padding-right: 25px;
} */
.art-local-city .body-wrap .field__item{
  width: 100%;
  margin-top: 25px;
  border-bottom: 1px solid #E0D4CB;
  color: #313131;
  font-size: 18px;
  line-height: 24px;
  font-family: "Palatino", serif;
}
.art-local-city .body-wrap .field__item h3{
  color: #313131;  
  font-size: 30px;
  line-height: 40px;
  font-family: "Palatino", serif;
  font-weight: 400;
}


.art-local-city .agency-wrap{
  display: flex;
  flex-direction: row;
  padding-left: 30px;
  padding-right: 00px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-right: 0;
  width: 100%;
}
.art-local-city .agency-wrap .left-wrap{
  margin-right: 0px;
  width: 100%;
}
.art-local-city .agency-wrap .left-wrap h3{
  color: #9a765e;
  font-size: 30px;
  line-height: 40px;
  font-family: "Palatino", serif;
  font-weight: 400;
}
.art-local-city .agency-wrap .left-wrap p{
  color: #313131;
  font-size: 18px;
  line-height: 24px;
  font-family: "Palatino", serif;
}
.art-local-city .agency-wrap .right-wrap{
  position: relative;
}
.art-local-city .agency-wrap .right-wrap .block-wrap{
  width: 290px;
  background: #F8F4F1 0% 0% no-repeat padding-box;
  border: 1px solid #F8F4F1;
  border-radius: 3px;
  padding: 25px;
  position: absolute;
  right: 0;
  height: 302px;
  display: none;
}
.art-local-city .agency-wrap .right-wrap p{
  color: #313131;
  font-family: "Palatino", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.art-local-city .agency-wrap .right-wrap .btn.btn-primary{
  margin-top: 33px;
  background: #5388C6;
  color: #fff;
  font-size: 18px;
  box-sizing: none;
  min-width: auto;
}
.art-local-city .agency-wrap .right-wrap .btn-primary.download-btn::before{
  display: none;
}
.art-local-city .agency-wrap .right-wrap .btn-primary.download-btn::after{
  background-image: url('../images/icon_question.png');
}
.art-local-city .agencies-wrap{
   display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  /* columns: 2;
  column-gap: 20px;
  overflow: hidden; */
}
.art-local-city .agencies-wrap.with-first-image{
  width: 100%;
  display: flex;
  columns: 1;
}
.art-local-city .agencies-wrap.with-first-image .agency-result-wrapper.with-image{
  width: 100%;
}

.art-local-city .agencies-wrap.with-first-image .link-wrap{
  justify-content: flex-start;
}
/* .art-local-city .agencies-wrap.with-first-image {  
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "Top Top"
    "Left Right";
}

.art-local-city .agencies-wrap.with-first-image .agency-result-wrapper:nth-child(1) { grid-area: Top; }

.art-local-city .agencies-wrap.with-first-image .agency-result-wrapper:nth-child(2n) { grid-area: Left; }

.art-local-city .agencies-wrap.with-first-image .agency-result-wrapper:nth-child(2n+1) { grid-area: Right; } */



.art-local-city .agencies-wrap .con-wrap{
  width: 100%;
}


.art-local-city .agency-result-wrapper:nth-child(2n+2){
  /* margin-left: 20px; */
}
.art-local-city .agencies-wrap > .field__items{
  
}
.art-local-city .agencies-wrap > .field__items >.field__item{
  width: 460px;
  box-shadow: 0px 5px 30px #AE8E7926;
  border: 1px solid #E0D4CB;
  border-radius: 3px;
  padding: 25px;
}
.art-local-city .agencies-wrap .field--name-field-namn{ 
  color: #1B1B1B;
  font-size: 22px;
  line-height: 30px;
  font-family: "Palatino", serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.art-local-city .agency-result-wrapper h2{
  flex: 1 1 100%;
  font-size: 22px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 30px);
  overflow: hidden;
  font-family: "Palatino", serif;
  color: #1B1B1B;
  font-weight: normal;
}
.art-local-city .agency-result-wrapper .phone-wrap{
  font-weight: normal !important;
}
.art-local-city .agency-result-wrapper{
  box-shadow: 0px 5px 30px #AE8E7926;
  border: 1px solid #E0D4CB;
  border-radius: 3px;
  margin-bottom: 0px;
  padding: 25px;
  display: flex;
  flex-direction: row;

  flex-wrap: nowrap;
  margin-top: 0px;
  margin-bottom: 25px;
  /* width: 460px; */
  width: 100%;
  /* width: calc(50% - 25px); */
  /* margin-right: 25px; */
  overflow: hidden;
}
.art-local-city .agency-result-wrapper img{
  border: 1px solid #AE8E796B;
  border-radius: 6px;
  margin: 10px;
  width: 100%;
  height: auto;
}

.art-local-city .agency-result-wrapper .btn{
  margin-top: 10px;
  height: 47px;
  line-height: 14px;
  margin-bottom: 10px;
  width: 150px;
  padding-left: 0;
  padding-right: 0;
}
.art-local-city .link-wrap{
  display: flex;
  flex-direction: row;
  justify-content: center;
}

/* .art-local-city .agencies-wrap .agency-details span {
  margin-right: 10px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
} */
/* 
{{ drupal_entity('node', item.target_id, 'teaser') }}  
{ content.field_agency_block_agencies  }

drupal_field('field_article_image', 'node',  anchor.target_id, {type: 'image_url', settings: {image_style: 'max_325x325'}})
                        target_id: {{ anchor.target_id }} <br />
                        field_article_image: {{ drupal_field('field_article_image', 'node', anchor.target_id) }} <br />
                        field_hemsida1:       {{ drupal_field('field_hemsida', 'node', anchor.target_id) }} <br />
                        field_hemsida2:       {{ anchor.field_article_image }} <br />
                        field_hemsida3:       {{ anchor.field_article_image[0].entity.uri.value }} <br />
*/

/* .agency-details .telephone-icon {
  background-image: url("../images/ikon-telefon.svg");
} */

/* .agency-details .mail-icon {
  background-image: url("../images/ikon-mail.svg");
} */

/* {% if count == 1 %} */


@media all and (min-width: 800px){
  .art-local-city .agency-result-wrapper:nth-child(2n+1){
    margin-right: 25px;
    width: calc(50% - 25px);
  }
  .art-local-city .agency-result-wrapper:nth-child(2n){
    margin-right: 0px;
    width: calc(50% - 25px);
  }
}
@media all and (max-width: 800px){
  .art-local-city .top-wrap{
    flex-direction: column;
  }
  .art-local-city .agency-wrap{
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .art-local-city .body-wrap .field__items{
    flex-direction: column;
  }
  .art-local-city .body-wrap .field__item{
    width: 100% !important;
  }
  .art-local-city .top-wrap .left-wrap{
    width: 100%;
    padding-left: 0;
    order: 2;
    margin-top:0;
  }
  .art-local-city .top-wrap .right-wrap{
    width: 100%;
  }
  .art-local-city .body-wrap{
    padding-left: 0;
    padding-right: 0;
  }
  .art-local-city .agencies-wrap{
    columns: 1;
  }
  .art-local-city .agency-result-wrapper{
    width: 100%;
  }
  .art-local-city .agency-result-wrapper .btn{
    line-height: 33px;
  }
}

@media all and (max-width: 800px){
  #iframe1{
    overflow: hidden;
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
    min-height: 3000px;
  }
}

body.path-node.page-node-141 .node--type-page.node--view-mode-full{
  padding: 0;
  padding-left: 0;
  padding-right: 0;
}