@import url("https://fonts.googleapis.com/css?family=Merriweather:300,400|Open+Sans:400,600&display=swap");

h1,
h1 a,
h2,
h2 a {
  font-family: "Merriweather", serif;
  color      : #191919;
}

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

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

h3,
h3 a,
h4,
h5,
h6 {
  /* font-weight: bold; */
  font-family: "Lato", sans-serif;
  color      : #473939;
  /* font-family: "Roboto", sans-serif; */
}

body {
  font-size: 18px;
}

html > body {
  background: #fff;
  color     : #000;
}

a,
body,
li,
p {
  font-size  : 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

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

.block-views-blocklatest-publication-image-block-1 h2 {
  font-size  : 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

.block-views-blockmemento-publication-latest-image-block-1 h2 {
  font-size  : 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

strong {
  font-size  : 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

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

#main .sidebar_first {
  background: #f8f6f3;
}

#main .sidebar_second {
  background: #fff;
}

#header {
  display: none;
}

#page #main-wrapper {
  padding-top: 0;
}

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

.off-header-wrapper {
  background: #f8f5f2;
  height    : 60px;
  position  : relative;
  min-height: 100vh;
}

.block.block-menu.menu--tidningen-memento ul.nav,
.block.block-menu.menu--tidningen-memento ul.nav ul {
  margin    : 0;
  padding   : 0;
  list-style: none;
}

.block.block-menu.menu--tidningen-memento ul.nav li {
  list-style: none;
  padding   : 0;
  margin    : 0;
  display   : block;
  /* padding-left: 14px; */
  width     : 100%;
  max-width : 380px;
}

.block.block-menu.menu--tidningen-memento ul.nav li > a {
  padding    : 7px 14px;
  font-size  : 17px;
  line-height: 17px;
  color      : #7b7b7b;
  font-family: "Open Sans", sans-serif;
}

#block-headerslogan p {
  margin: 0;
}

#block-backtomainpage-2 a {
  color  : #707070;
  opacity: 0.6;
}

#superfish-kunskapskallan-menu-toggle {
  position : absolute;
  display  : block;
  top      : 50%;
  transform: translateY(-50%);
  right    : 1rem;
  font-size: 0;
  z-index  : 777;
  height   : 40px;
  width    : 40px;
}

#superfish-kunskapskallan-menu-toggle span {
  display           : block;
  position          : absolute;
  background        : #ac8e7a;
  font-size         : 0;
  -webkit-transition: all 0 300ms;
  -o-transition     : all 0 300ms;
  transition        : all 0 300ms;
  top               : 50%;
  left              : 50%;
  transform         : translate(-50%, -50%);
}

#superfish-kunskapskallan-menu-toggle span,
#superfish-kunskapskallan-menu-toggle span::after,
#superfish-kunskapskallan-menu-toggle span::before {
  width : 30px;
  height: 3px;
}

#superfish-kunskapskallan-menu-toggle span::before {
  content           : "";
  position          : absolute;
  left              : 0;
  bottom            : 8px;
  background        : #ac8e7a;
  -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition        : bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition     : bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition        : bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition        : bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

#superfish-kunskapskallan-menu-toggle span::after {
  content           : "";
  position          : absolute;
  left              : 0;
  top               : 8px;
  background        : #ac8e7a;
  -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition        : top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition     : top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition        : top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition        : top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

#superfish-kunskapskallan-menu-toggle span.animate {
  background: rgba(255, 255, 255, 0);
}

#superfish-kunskapskallan-menu-toggle span.animate::after {
  top               : 0;
  -webkit-transform : rotate(45deg);
  -ms-transform     : rotate(45deg);
  transform         : rotate(45deg);
  -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition        : top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition     : top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition        : top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition        : top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

#superfish-kunskapskallan-menu-toggle span.animate::before {
  bottom            : 0;
  -webkit-transform : rotate(-45deg);
  -ms-transform     : rotate(-45deg);
  transform         : rotate(-45deg);
  -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition        : bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition     : bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition        : bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
  transition        : bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

#block-sbflogotype {
  text-align: center;
}

#block-sbflogotype img {
  max-height: 140px;
  width     : auto;
  margin    : 0 auto;
}
/*******************************************************************************************







*/
/*
*     BUTTONS
**********************************************************/

.btn-primary.brochure-btn {
  border: 1px solid #dad1ca;
}

.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;
  transition      : all 0.2s;
  font-family     : "Palatino", serif;
  box-shadow      : 2px 5px 10px #ac8e7a1f;
  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  : 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%;
  transform        : translateY(-50%);
  right            : 1rem;
  height           : 14px;
  width            : 14px;
}

.brochure-btn:hover {
  border-color: #ac8e7a;
  color       : #000;
  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;
  text-overflow: ellipsis;
  padding      : 1rem;
}

#block-subtheme-tidningen-memento-search .form-group {
  margin: 0;
}

#block-subtheme-tidningen-memento-search .btn-primary {
  background   : #f8f8f8;
  border       : 1px solid #ebebeb;
  font-size    : 1rem;
  border-radius: 7px;
  color        : #484848;
  font-family  : "Open Sans", sans-serif;
  font-weight  : 600;
  padding      : 0.375rem 0.75rem;
  line-height  : 1.5;
}
/*
*     ARTICLE VIEW
**********************************************************/

#block-backtoarticles {
  padding-top: 70px;
}

.block-views-blocktidningen-memento-artiklar-block-1 {
  margin-top: 110px;
}

.view-tidningen-memento-artiklar .views-row {
  max-width : 700px;
  margin-top: 1rem;
}

.view-tidningen-memento-artiklar img {
  border-radius: 7px;
}

.categoric-subtitle {
  margin     : 0.5em 0;
  color      : rgba(0, 0, 0, 0.51);
  font-weight: 600;
  font-size  : 0.8em;
  font-family: "Open Sans", sans-serif;
}

.news-text {
  color: #707070;
}

.image-description {
  font-size    : 11px;
  text-align   : right;
  color        : #777777;
  padding      : 10px 0;
  border-bottom: 1px solid #ebebeb;
  margin       : 0;
}

#block-exposedformsearch-page-kunskapskallanpage-1 {
  padding      : 30px;
  width        : 100%;
  transform    : translateX(-105%);
  transition   : all 1s;
  z-index      : 999;
  background   : #fff;
  position     : absolute;
  top          : 0;
  left         : 0;
  border-bottom: 2px solid #eee6de;
  box-shadow   : 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

#block-exposedformsearch-page-kunskapskallanpage-1.active {
  transform: translateX(0);
}

#block-exposedformsearch-page-kunskapskallanpage-1 form label {
  display: none;
}

#block-exposedformsearch-page-kunskapskallanpage-1 form input {
  background   : #fff;
  border       : 1px solid #eee6de;
  border-radius: 4px;
  height       : 50px;
  line-height  : 50px;
  padding      : 0 0 0 55px;
  z-index      : 1;
  margin       : 0;
  transition   : all 0.4s;
  width        : 100%;
}

#block-exposedformsearch-page-kunskapskallanpage-1 form {
  position: relative;
}

#block-exposedformsearch-page-kunskapskallanpage-1 form fieldset {
  padding: 0;
  margin : 0;
  width  : 100%;
}

#block-exposedformsearch-page-kunskapskallanpage-1 form .form-actions {
  position: absolute;
  top     : 0;
  left    : 0;
  z-index : 2;
  padding : 0;
  margin  : 0;
}

#block-exposedformsearch-page-kunskapskallanpage-1 form .form-actions .form-submit {
  background     : none;
  color          : #ac8e7a;
  border         : none;
  border-radius  : 0;
  height         : 50px;
  line-height    : 50px;
  width          : 50px;
  padding        : 0;
  margin         : 0;
  background     : url("../images/image_loop.png") no-repeat center center;
  background-size: 27px;
  text-indent    : -9999px;
}

.view-latest-publication-image .view-content {
  justify-content: center;
}

.view-latest-publication-image .views-field-field-publication-image .field-content {
  padding   : 30px;
  background: #fff;
}

.view-id-mementoartikel .view-header {
  display: block;
  margin : 0.5rem 0;
}

#block-backtoarticles p a {
  color  : #707070;
  opacity: 0.6;
}

#block-backtoarticles p a:hover {
  text-decoration: none;
  opacity        : 1;
}

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

.node--type-memento-articl h1 {
  max-width: 675px;
  font-size: 26px;
}

.node--type-memento-article p {
  max-width: 675px;
  font-size: 15px;
  color    : #707070;
}

.field--name-field-infobox {
  background   : #ECD3D330;
  border-radius: 7px;
  padding      : 20px;
  margin       : 1rem 0;
  max-width    : 675px;
}

.field--name-field-infobox p {
  margin-bottom: 0.5rem;
}
/*******************************************************************************************




*/

#block-searchmobiletrigger {
  position       : absolute;
  top            : 50%;
  transform      : translateY(-50%);
  left           : 1rem;
  z-index        : 777;
  height         : 40px;
  width          : 40px;
  display        : flex;
  align-items    : center;
  justify-content: center;
}

#block-searchmobiletrigger:hover {
  cursor: pointer;
}

#block-searchmobiletrigger p {
  font-size: 25px;
  margin   : 0;
  color    : #ac8e7a;
}

#block-exposedformsearch-page-kunskapskallanpage-1-2 {
  padding-left : 0;
  padding-right: 0;
  width        : 100%;
}

#block-exposedformsearch-page-kunskapskallanpage-1-2 form label {
  display: none;
}

#block-exposedformsearch-page-kunskapskallanpage-1-2 form {
  max-width: 415px;
}

#block-exposedformsearch-page-kunskapskallanpage-1-2 form input {
  background   : #fff;
  border       : 1px solid #eee6de;
  border-radius: 4px;
  height       : 50px;
  line-height  : 50px;
  padding      : 0 0 0 55px;
  z-index      : 1;
  margin       : 0;
}

#block-exposedformsearch-page-kunskapskallanpage-1-2 form {
  position: relative;
}

#block-exposedformsearch-page-kunskapskallanpage-1-2 form fieldset {
  padding: 0;
  margin : 0;
  width  : 100%;
}

#block-exposedformsearch-page-kunskapskallanpage-1-2 form .form-actions {
  position: absolute;
  top     : 0;
  left    : 0;
  z-index : 2;
  padding : 0;
  margin  : 0;
}

#block-exposedformsearch-page-kunskapskallanpage-1-2 form .form-actions .form-submit {
  background     : none;
  color          : #ac8e7a;
  border         : none;
  border-radius  : 0;
  height         : 50px;
  line-height    : 50px;
  width          : 50px;
  padding        : 0;
  margin         : 0;
  background     : url("../images/image_loop.png") no-repeat center center;
  background-size: 27px;
  text-indent    : -9999px;
}

.main-content h1.title {
  color      : #000000;
  font-family: "Open Sans", sans-serif;
  font-size  : 16px;
  line-height: 30px;
  margin-top : 60px;
}

#content {
  position: relative;
}

#block-backtohomekunskapskallan-2 a {
  display        : block;
  color          : #473939;
  text-decoration: none;
  font-size      : 16px;
  line-height    : 19px;
  padding-left   : 45px;
  background     : url("./../images/home_img.png") no-repeat left center;
  background-size: 33px;
  padding-top    : 15px;
  padding-bottom : 15px;
  white-space    : nowrap;
}

#block-backtohomekunskapskallan-2 {
  position : relative;
  max-width: 700px;
  top      : 0;
  display  : block;
}

#block-footerblockswithtext-5 {
  width      : 100%;
  padding-top: 20px;
  border-top : 2px solid #eee6de;
  margin-top : 50px;
}

#block-footerblockswithtext-5 .content .field--name-body {
  display        : flex;
  justify-content: space-between;
  align-items    : flex-start;
  flex-wrap      : wrap;
}

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

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

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

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

.webform-submission-adressandring-form .form-text {
  margin-top: 0;
}

#edit-updated-info {
  margin-top: 15px;
}

#edit-updated-info .form-type-processed-text {
  padding: 0;
}

#edit-updated-info .form-type-processed-text p {
  margin: 0;
}

.webform-submission-adressandring-form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow        : none;
}

.webform-submission-adressandring-form .form-group {
  margin       : 0 auto;
  padding-top  : 15px;
  position     : relative;
  overflow     : visible;
  padding-left : 0;
  padding-right: 0;
}

.webform-submission-adressandring-form .form-group::after {
  content : " ";
  display : block;
  position: absolute;
  bottom  : 0;
  left    : 25px;
  width   : 100%;
}

.webform-submission-adressandring-form .form-group::before {
  content           : " ";
  display           : block;
  position          : absolute;
  bottom            : 0;
  width             : 0;
  height            : 1px;
  -webkit-transition: width 0.3s ease-in-out;
  -o-transition     : width 0.3s ease-in-out;
  transition        : width 0.3s ease-in-out;
  z-index           : 20;
  left              : 50%;
  -webkit-transform : translateX(-50%);
  -ms-transform     : translateX(-50%);
  transform         : translateX(-50%);
}

.webform-submission-adressandring-form .form-group .form-control {
  display           : block;
  width             : auto;
  border            : none;
  border-radius     : 0 !important;
  font-size         : 16px;
  font-weight       : 300;
  padding           : 15px 0 0;
  background-color  : transparent;
  -webkit-box-shadow: none;
  box-shadow        : none;
  border-bottom     : 1px solid #757575;
}

.webform-submission-adressandring-form .form-group label {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility   : hidden;
  -ms-backface-visibility    : hidden;
  -webkit-transform          : translateZ(0);
  transform                  : translateZ(0);
  top                        : 50%;
  position                   : absolute;
  -webkit-transition         : all 0.3s ease-in-out;
  -o-transition              : all 0.3s ease-in-out;
  transition                 : all 0.3s ease-in-out;
  width                      : 100%;
  color                      : #999;
  font-size                  : 16px;
  visibility                 : hidden;
}

.webform-submission-adressandring-form .form-group label:hover {
  cursor: pointer;
  color : #efefef;
}

.webform-submission-adressandring-form .form-group input {
  width                      : 100%;
  padding                    : 8px 0;
  background                 : none;
  outline                    : none;
  font-size                  : 18px;
  -webkit-backface-visibility: hidden;
}

.webform-submission-adressandring-form .form-group.active label {
  top                     : 5px;
  color                   : #8d8741;
  -webkit-transform       : scale(0.8);
  -ms-transform           : scale(0.8);
  transform               : scale(0.8);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin    : left bottom;
  transform-origin        : left bottom;
  visibility              : visible;
}

.webform-submission-adressandring-form .form-group ::placeholder {
  visibility:visible   :transition: visibility 0.3s;
}

.webform-submission-adressandring-form .form-group.active ::placeholder {
  visibility: hidden;
}

.webform-submission-adressandring-form .form-group.active:before {
  width: 100%;
}

.webform-submission-adressandring-form .webform-button--submit {
  clear        : both;
  margin       : 1em 0 2em;
  background   : #f8f8f8;
  border       : 1px solid #ebebeb;
  font-size    : 15px;
  border-radius: 7px;
  color        : #484848;
  font-family  : "Open Sans", sans-serif;
  font-weight  : 600;
}

.webform-submission-adressandring-form .webform-button--submit:focus,
.webform-submission-adressandring-form .webform-button--submit:hover {
  background  : #ebebeb;
  border-color: #f8f8f8;
  color       : #484848;
}
@media (min-width: 768px) {
  .main-content h1.title {
    margin-top: 120px;
  }

  #block-backtoarticles {
    padding-top: 110px;
  }

  #block-backtohomekunskapskallan-2 {
    position: absolute;
  }

  #block-backtomainpage {
    display: block;
  }

  .block.block-menu.menu--kunskapskallan-menu {
    display: block;
  }

  .block-superfishkunskapskallan-menu {
    display: none;
  }

  body.page-node-5012 .node--type-page-kunskapskallan .embedded-entity {
    display   : block;
    width     : 100%;
    text-align: right;
    margin    : 1em 0;
  }

  body.page-node-5012 .node--type-page-kunskapskallan .field__item {
    display  : flex;
    flex-wrap: wrap;
  }

  body.page-node-5012 .node--type-page-kunskapskallan {
    margin-top: 100px;
  }

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

  .off-head-wrapper .container {
    max-width: 100%;
  }

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

  ul#superfish-main.sf-menu.sf-vertical {
    width: 300px;
  }

  #block-exposedformsearch-page-kunskapskallanpage-1 form {
    max-width: 450px;
    margin   : 0 auto;
  }

  #main > .row {
    display       : flex;
    flex-direction: row;
    flex-wrap     : nowrap;
  }

  #main .sidebar_first {
    min-width: 350px;
  }

  #main .sidebar_second {
    width: 100%;
  }

  #block-exposedformsearch-page-kunskapskallanpage-1 {
    transform : none;
    position  : relative;
    background: transparent;
    box-shadow: none;
    border    : none;
  }

  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#superfish-main.sf-menu.sf-vertical {
    padding-left: 0;
    margin      : 0 auto;
  }

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

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

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

  ul.sf-menu li.sf-depth-1:hover > a .sf-sub-indicator:after {
    content: "\f068";
  }

  ul.sf-menu li.sf-depth-1:hover > ul > li.sf-depth-2:hover > a .sf-sub-indicator:after {
    content: "\f068";
  }

  ul.sf-menu.sf-vertical .sf-sub-indicator:after {
    content                : "\f067";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing : antialiased;
    display                : inline-block;
    font-style             : normal;
    font-variant           : normal;
    text-rendering         : auto;
    line-height            : 1;
    font-family            : "Font Awesome 5 Free";
    font-weight            : 900;
    font-size              : 13px;
    left                   : auto;
    right                  : 2px;
    top                    : 2px;
  }

  ul.sf-menu.menu li {
    padding-left : 10px;
    padding-right: 10px;
  }

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

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

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

  .off-header-wrapper .region {
    background    : #f8f5f2;
    flex-direction: column;
    align-items   : center;
    min-height    : 100%;
    max-width     : 300px;
    margin        : auto;
    text-align    : left;
  }

  .off-headerr-top-wrapper {
    position     : fixed;
    height       : 110px;
    width        : 100%;
    z-index      : 7777;
    background   : #fff;
    border-bottom: 1px solid #ebebeb;
  }

  .off-headerr-top-wrapper .container {
    height: 100%;
  }

  .off-header-wrapper .container {
    height: 100%;
  }

  .block-views-exposed-filter-blocktidningen-memento-artiklar-block-1 .form-item-utgivning {
    width: 100%;
  }

  .block-views-exposed-filter-blocktidningen-memento-artiklar-block-1 .js-form-item-field-publication-value {
    z-index: 5555;
    width  : 100%;
  }

  #edit-utgivning {
    border       : 1px solid #e6e6e6;
    border-radius: 7px;
  }

  #block-tidningenmemento {
    width        : 100%;
    padding      : 1em 0;
    border-bottom: 1px solid #ebebeb;
  }

  .off-header-wrapper .region > div {
    margin-top: 2em;
    width     : 100%;
  }

  .off-headerr-top-wrapper .region-off-header-top {
    display        : flex;
    flex-wrap      : nowrap;
    justify-content: space-between;
    align-items    : center;
    height         : 100%;
  }

  .off-header-wrapper .block-menu ul {
    display       : flex;
    flex-direction: column;
  }

  .off-header-wrapper .block-menu a {
    font-size     : 18px;
    line-height   : 22px;
    padding-bottom: 10px;
    padding-top   : 10px;
    display       : block;
  }
}
@media screen and (min-width: 900px) {
  body.page-node-5012 .node--type-page-kunskapskallan .node__content h2 {
    flex: 1 1 70%;
  }

  body.page-node-5012 .node--type-page-kunskapskallan .embedded-entity {
    flex: 1 1 30%;
  }
}
@media (min-width: 1140px) {
  ul#superfish-main.sf-menu.sf-vertical {
    width: 395px;
  }

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

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

  #block-views-block-valbesokta-amnen-block-1-2 {
    width  : 49%;
    display: inline-block;
  }

  #block-kunskapskallanpeopleimage-2 {
    width         : 49%;
    display       : inline-block;
    vertical-align: top;
  }
}
@media all and (min-width: 0) and (max-width: 768px) {
  .off-header-wrapper {
    background       : #f8f5f2;
    height           : 100vh;
    right            : 0;
    top              : 60px;
    -webkit-transform: translateX(100%);
    -ms-transform    : translateX(100%);
    transform        : translateX(100%);
    left             : unset;
    position         : fixed;
    z-index          : 7777;
    transition       : all 0.3s;
    overflow         : scroll;
    width            : 100%;
  }

  .off-header-wrapper .container {
    opacity                 : 0;
    width                   : 100%;
    min-height              : 500px;
    height                  : auto;
    overflow                : auto;
    -webkit-transition      : opacity 0.2s, transform 0.4s cubic-bezier(0.165, 0.84, 0.7, 1);
    -webkit-transition      : opacity 0.2s, -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.7, 1);
    transition              : opacity 0.2s, -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.7, 1);
    -o-transition           : opacity 0.2s, transform 0.4s cubic-bezier(0.165, 0.84, 0.7, 1);
    transition              : opacity 0.2s, transform 0.4s cubic-bezier(0.165, 0.84, 0.7, 1);
    transition              : opacity 0.2s, transform 0.4s cubic-bezier(0.165, 0.84, 0.7, 1), -webkit-transform 0.4s cubic-bezier(0.165, 0.84, 0.7, 1);
    -webkit-transition-delay: 0.2s;
    -o-transition-delay     : 0.2s;
    transition-delay        : 0.2s;
    -webkit-transform       : translateX(20%);
    -ms-transform           : translateX(20%);
    transform               : translateX(20%);
  }

  .off-header-wrapper .region-off-header {
    display       : flex;
    flex-direction: column;
    width         : 100%;
    margin        : 0 auto;
    padding       : 0 0 70px;
  }

  .off-header-wrapper.open {
    -webkit-transform: translateX(0);
    -moz-transform   : translateX(0);
    -ms-transform    : translateX(0);
    -o-transform     : translateX(0);
    transform        : translateX(0);
  }

  .off-header-wrapper.open .container {
    opacity          : 1;
    -webkit-transform: translateX(0);
    -ms-transform    : translateX(0);
    transform        : translateX(0);
  }

  .off-headerr-top-wrapper {
    height       : 60px;
    position     : fixed;
    width        : 100%;
    border-bottom: 1px solid #ebebeb;
    display      : flex;
    align-items  : center;
    top          : 0;
    z-index      : 7777;
    background   : #fff;
  }

  #block-backtomainpage-2 {
    padding: 2rem 0;
  }

  #block-memento-menu {
    display        : flex;
    justify-content: center;
    margin         : 20px auto;
  }

  .block-views-exposed-filter-blocktidningen-memento-artiklar-block-1 {
    margin       : 20px auto;
    border-bottom: 1px solid #ebebeb;
    width        : 100%;
  }

  .block-views-exposed-filter-blocktidningen-memento-artiklar-block-1 .form-type-select {
    width: 100%;
  }

  #block-sbflogotype img {
    margin: 20px auto;
  }
  /*
  *     CONTENT
  **********************************************************/
  h2 {
    font-size: 1.5rem;
  }
  /*
  *     MOBILE TRIGGER
  ****************************/
  #block-mobilemenutrigger {
    position : absolute;
    top      : 50%;
    right    : 1em;
    transform: translateY(-50%);
  }

  #nav-icon1 {
    width             : 25px;
    height            : 14px;
    position          : relative;
    -webkit-transform : rotate(0deg);
    transform         : rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    transition        : 0.5s ease-in-out;
    cursor            : pointer;
    float             : left;
  }

  #nav-icon1 a {
    height : 100%;
    display: block;
  }

  #nav-icon1 span {
    display           : block;
    position          : absolute;
    height            : 2px;
    width             : 100%;
    background        : #202020;
    opacity           : 1;
    left              : 0;
    -webkit-transform : rotate(0deg);
    transform         : rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    transition        : 0.25s ease-in-out;
  }

  #nav-icon1 span:nth-child(1) {
    top: 0;
  }

  #nav-icon1 span:nth-child(2) {
    top: 7px;
  }

  #nav-icon1 span:nth-child(3) {
    top: 14px;
  }

  #nav-icon1.open span:nth-child(1) {
    top              : 7px;
    -webkit-transform: rotate(135deg);
    transform        : rotate(135deg);
  }

  #nav-icon1.open span:nth-child(2) {
    opacity           : 0;
    -webkit-transition: none;
    transition        : none;
  }

  #nav-icon1.open span:nth-child(3) {
    top              : 7px;
    -webkit-transform: rotate(-135deg);
    transform        : rotate(-135deg);
  }

  .navbar-brand img {
    max-height: 30px;
    width     : auto;
  }

  .block-search-form-block {
    display: none;
  }

  #block-footerblockswithtext-3 .content .field--name-body {
    flex-direction: column;
    padding-left  : 10px;
    padding-right : 10px;
  }
}



.field.field--name-field-bildcaption {
  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;
}

.field.field--name-field-article-image img {
    margin-bottom: 5px;
}