






.sv-grid-main {
  padding-left: 50px;
  padding-right: 50px;
}







.normal a {
  color: #204560;
}
.normal a:hover {
  text-decoration: none;
}
.normal a:visited {
  color: #FBCD02;
}

.font-small-button {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23;
}
.sv-font-sidfotstext--bold {
  font-weight: 900;
  margin-top: 13px;
}
.font-date {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
}
.sv-text-portlet strong {
  font-weight: normal!important;
  font-family: brhendrix-medium, sans-serif;
}

.sv-text-portlet-content ul {
  list-style: none;
  padding-left: 25px;
}
.sv-text-portlet-content ul li,
.sv-text-portlet-content ol li,
.sv-text-portlet-content ol,
.sv-text-portlet-content li {
  padding-bottom: 1.2em;
  padding-top: 0px!important;
}
.sv-text-portlet-content ul li::before {
  content: url(/images/18.6bef976e170202ed03822d/1582034789035/bullet.svg);
  font-weight: bold;
  display: inline-block;
  text-indent: -25px;
}

ul.sv-list-style-punktlista {
  list-style: none;
  padding-left: 25px;
}
ul.sv-list-style-punktlista li,
ol.sv-list-style-punktlista li,
ol,
li {
  padding-bottom: 1.2em;
  padding-top: 0px!important;
}
ul.sv-list-style-punktlista li::before {
  content: url(/images/18.6bef976e170202ed03822d/1582034789035/bullet.svg);
  font-weight: bold;
  display: inline-block;
  text-indent: -25px;
}
ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding-left: 25px;
}
ol li {
  counter-increment: my-awesome-counter;
  padding-top: 1.2em;
}
ol li::before {
  content: counter(my-awesome-counter);
  color: #487f84;
  background: #ffffff;
  border-radius: 50%;
  font-size: 14px;
  height: 25px;
  width: 25px;
  display: inline-block;
  text-align: center;
  margin-right: 20px;
  font-family: brhendrix-bold, sans-serif;
  line-height: 1.9em;
}

ol {
  list-style: none;
  counter-reset: my-awesome-counter;
  padding-left: 25px;
}
ol li {
  counter-increment: my-awesome-counter;
  padding-top: 1.2em;
  position: relative;
}
ol li::before {
  position: absolute;
  top: 2px;
  content: counter(my-awesome-counter);
  color: #487f84;
  background: none;
  font-size: 14px;
  height: 25px;
  width: 25px;
  display: inline-block;
  text-align: center;
  margin-right: 0;
  font-family: brhendrix-bold, sans-serif;
  line-height: 1.9em;
  text-indent: -65px;
  z-index: 2;
}
ol li::after {
  position: absolute;
  left: -32px;
  top: 2px;
  content: '';
  background: #ffffff;
  border-radius: 50%;
  font-size: 14px;
  height: 25px;
  width: 25px;
  display: inline-block;
  text-align: center;
  margin-right: 0;
  font-family: brhendrix-bold, sans-serif;
  line-height: 1.9em;
  text-indent: 0;
  z-index: 1;
}
strong {
  font-family: brhendrix-bold, sans-serif !important;
  font-weight: normal!important;
}


input[type="text"] {
  background-color: white;
  font-size: 1em;
  line-height: 1.5em;
  color: #204560;
  border: 1px solid #8a8a91;
  padding: 0.55em 1em;
  border-radius: 2px;
  min-width: 50%;
}






.adv-section--centered {
  margin: auto;
  max-width: 42.813rem;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.body-bg-color {
  background-color: #F9F9F9;
}
.flex-wrapper {
  display: flex !important;
}
.flex-wrapper-for-column-content {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.flex-wrapper-for-column-content > div {
  display: flex;
}
.flex-wrapper-for-column-content > div > div {
  display: flex;
  width: 100%;
}
.flex-wrapper-for-column-content > div > div > div {
  display: flex;
  width: 100%;
}
.flex-wrapper-for-column-content > div > div > div:first-child {
  display: none;
}
@media (max-width: 992px) {
  .sv-grid-main .flex-wrapper-for-column-content.sv-row *[class*='sv-column-'] {
    width: 46% !important;
    margin: 1.5% !important;
    margin-bottom: 0;
  }
}
@media (max-width: 375px) {
  .sv-grid-main .flex-wrapper-for-column-content.sv-row *[class*='sv-column-'] {
    width: 100% !important;
    margin-bottom: 1em;
  }
}
.sv-editing-mode .flex-wrapper-for-column-content > div > div > div:first-child {
  display: flex;
}
.flex-between {
  justify-content: space-between;
}
.flex-right {
  display: flex !important;
  justify-content: flex-end;
}

.sv-linklist-portlet table.sv-standard th p,
.sv-blog-portlet table.sv-standard th p,
.sv-archive-portlet table.sv-standard th p,
.sv-text-portlet table.sv-standard th p {
  font-size: 16px;
  font-family: brhendrix-bold, sans-serif;
  line-height: 1.3em;
}
.sv-linklist-portlet table.sv-standard td,
.sv-linklist-portlet table.sv-standard th,
.sv-blog-portlet table.sv-standard td,
.sv-blog-portlet table.sv-standard th,
.sv-archive-portlet table.sv-standard td,
.sv-archive-portlet table.sv-standard th,
.sv-text-portlet table.sv-standard td,
.sv-text-portlet table.sv-standard th {
  padding: 1.1em 1em 0.8em;
}
.sv-text-portlet table.sv-standard th {
  background-color: #FBCD02;
}
.text-portlet table.sv-standard th {
  border-right: 1px solid rgba(255, 255, 255, 0.6);
}
.sv-linklist-portlet table,
.sv-blog-portlet table,
.sv-archive-portlet table,
.sv-text-portlet table {
  background-color: transparent;
  border-collapse: collapse;
  box-shadow: 4px 4px 0 0 rgba(115, 178, 170, 0.2);
}
.sv-text-portlet table.sv-standard > tbody > tr:first-of-type th {
  background: #f1f7f7;
  box-shadow: 4px 4px 0 0 #f1f7f7;
}
.sv-text-portlet table.sv-standard > tbody > tr:first-of-type th p {
  color: #FBCD02;
}
table.sv-standard tr:first-of-type th {
  border-right: 1px solid rgba(230, 230, 235, 0.25);
}
@media (max-width: 767px) {
  table.sv-standard tr:first-of-type {
    border-right: 0;
  }
}
.hidden {
  display: none !important;
}




.env-button {
  background: #FBCD02;
  border-radius: 30px;
  color: #fff;
  font-size: 13px;
  line-height: 1.6em;
  margin: 1em 0;
  padding: 12px 25px 10px;
  font-family: brhendrix-regular, sans-serif;
  font-weight: normal;
  transition: all 0.5s;
}
.env-button:focus {
  background: #FBCD02;
  color: #fff;
  border: none;
  text-decoration: underline;
}
.env-button:active {
  background: #FBCD02;
  color: #fff;
  text-decoration: underline;
}
.env-button:hover {
  background: #033152;
  color: #fff;
  text-decoration: underline;
}
.env-button--small {
  padding: 8px 20px;
}
.env-button--large {
  padding: 15px 29px 12px;
  font-size: 16px;
  letter-spacing: inherit;
}
.env-button--white {
  background-color: #ffffff;
  color: #272727;
}
.env-button--white:hover {
  background-color: #ffffff;
}
.env-button--white-on-white {
  border-radius: 30px;
  border: solid 1px #FEFAF1;
  background-color: #ffffff;
  color: #272727;
}
.env-button--white-on-white:hover {
  background-color: #ffffff;
  border: solid 1px #FEFAF1;
}

.shortcut {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 1em;
  background-color: #487f84;
}
.shortcut-title {
  display: block;
  width: 100%;
}
.shortcut-description {
  display: flex;
  width: 100%;
}
.action-style,
.action-external-link,
.action-style--fullwidth,
.action-bkg-pattern {
  border-radius: 50px;
  box-shadow: 4px 4px 0px rgba(115, 178, 170, 0.2);
}

.action-btn--fullwidth,
.action-bkg-pattern {
  border-radius: 35px;
  width: 100%;
  margin: 0 0 1.2em 0;
  background: #487f84;
  display: inline-flex;
  font-family: inherit;
  line-height: 1.6em;
  box-shadow: 4px 4px 0px rgba(115, 178, 170, 0.2);
  cursor: pointer;
}
.action-btn--fullwidth:last-of-type,
.action-bkg-pattern:last-of-type {
  margin-bottom: 1.5em;
}
.action-btn--fullwidth p,
.action-bkg-pattern p {
  padding: 0;
  position: relative;
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.action-btn--fullwidth p::before,
.action-bkg-pattern p::before {
  font-family: "Font Awesome 5 pro";
  font-weight: 400;
  content: "\f061";
  color: #272727;
  display: block;
  margin-right: 1.5em;
}
.action-btn--fullwidth a,
.action-bkg-pattern a {
  padding: 1.3em 0 1.2em 1.5em;
  color: #272727;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: 600;
  width: 100%;
  margin: 0;
  display: block;
}
.action-btn--fullwidth a:hover,
.action-bkg-pattern a:hover {
  color: inherit;
  text-decoration: underline;
}
.action-btn--fullwidth a::after,
.action-bkg-pattern a::after {
  display: none;
}
.action-btn--fullwidth .sv-text-portlet-content,
.action-bkg-pattern .sv-text-portlet-content {
  width: 100%;
}
.action-btn--fullwidth .normal,
.action-bkg-pattern .normal {
  font-size: 1em;
}
.action-style {
  background: #487f84;
  color: #ffffff;
  display: inline-flex;
  margin: 1em 0;
  font-family: brhendrix-bold, sans-serif;
  line-height: 1.6em;
}
.action-style:hover {
  cursor: pointer;
  text-decoration: underline;
}
.action-style a {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-size: 15px;
  padding: 3px 25px;
  text-decoration: none;
  line-height: 18px;
  font-family: brhendrix-bold, sans-serif;
  font-weight: normal;
}
.action-style a:hover {
  color: #ffffff;
  cursor: pointer;
  text-decoration: underline;
}
.action-style a:visited {
  color: #ffffff !important;
}
.action-style a:after {
  font-family: "Font Awesome 5 pro";
  font-weight: 400;
  content: "\f061";
  padding-left: 20px;
}
.action-style p {
  color: #ffffff;
  font-size: 15px;
  padding: 2px 3px 0px;
}
.action-style i {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.7);
}
.action-external-link {
  background: #487f84;
  border-radius: 50px;
  color: #ffffff;
  display: inline-flex;
  margin: 1em 0;
  font-family: brhendrix-bold, sans-serif;
  line-height: 1.6em;
}
.action-external-link:hover {
  cursor: pointer;
  text-decoration: underline;
}
.action-external-link a {
  display: inline-flex;
  align-items: center;
  color: #ffffff;
  font-size: 15px;
  padding: 3px 25px;
  text-decoration: none;
  line-height: 18px;
  font-family: brhendrix-bold, sans-serif;
  font-weight: normal;
}
.action-external-link a:hover {
  color: #ffffff;
  cursor: pointer;
  text-decoration: underline;
}
.action-external-link a:active {
  color: #ffffff;
}
.action-external-link a:focus {
  color: #ffffff;
}
.action-external-link a:visited {
  color: #ffffff !important;
}
.action-external-link a:after {
  font-family: "Font Awesome 5 pro";
  font-weight: 400;
  content: "\f35d";
  padding-left: 20px;
}
.action-external-link p {
  color: #ffffff;
  font-size: 15px;
  padding: 2px 3px 0px;
}
.action-external-link i {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.7);
}
.action-external-link a:after {
  content: "\f35d";
}
.action-bkg-pattern {
  background-image: url('https://lidkoping.se/images/18.2a3fa5e717e04eeb810a0ce/1641310087984/monster.svg');
}
.btn-plus {
  background-color: #FBCD02;
  font-size: 15px;
  padding: 10px 20px 8px 20px;
}
.btn-plus:active {
  background-color: #ffffff;
  box-shadow: 4px 4px 0 0 rgba(115, 178, 170, 0.2);
  border: solid 1px rgba(200, 231, 237, 0.6);
  color: #FBCD02;
}
.btn-plus:focus {
  background-color: #ffffff;
  box-shadow: 4px 4px 0 0 rgba(115, 178, 170, 0.2);
  border: solid 1px rgba(200, 231, 237, 0.6);
  color: #FBCD02;
}
.btn-plus:hover {
  background-color: #ffffff;
  box-shadow: 4px 4px 0 0 rgba(115, 178, 170, 0.2);
  border: solid 1px rgba(200, 231, 237, 0.6);
  color: #FBCD02;
}
.btn-plus:hover:before a {
  text-decoration: none;
}
.btn-plus:before {
  font-family: "Font Awesome 5 pro";
  font-weight: 400;
  content: "\f055";
  margin-right: 3px;
}
.btn-plus:before a {
  text-decoration: none;
}
.search-btn-active {
  background-color: #ffffff;
  color: #FBCD02;
  box-shadow: 4px 4px 0 0 rgba(115, 178, 170, 0.2);
  border: solid 1px rgba(200, 231, 237, 0.6);
}
.search-btn-active:before {
  content: "\f068";
}
.sv-linkicon {
  display: none;
}

.calendar-section {
  margin-top: 20px;
  margin-bottom: 20px;
}
.calendar-section .month-navigator {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.calendar-section .month-navigator h3 {
  display: inline-block;
  margin-right: 15px;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: capitalize;
  width: 110px;
}
.calendar-section .month-navigator span {
  cursor: pointer;
}
.calendar-section .month-navigator span.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.calendar-section .month-navigator .month-navigator-icons {
  position: relative;
  display: inline-block;
  margin-right: 8px;
}
.calendar-section .month-navigator .month-navigator-icons span {
  font-size: 16px;
}
.calendar-section .month-navigator .month-navigator-icons span i {
  color: #FBCD02;
}
.calendar-section .month-navigator .month-navigator-icons span i.fa-inverse {
  color: white;
}
.calendar-section .sv-channel-item {
  display: flex;
}
.calendar-section .sv-channel-item > * {
  display: flex;
  flex-direction: column;
}
.calendar-section .sv-channel-item > * > * {
  display: flex;
  flex-direction: column;
}
.calendar-section .sv-channel-item .calendar-item__day {
  font-size: 30px;
  font-weight: 900;
  color: #FBCD02;
  margin-right: 0.2em;
}
.calendar-section .sv-channel-item .calendar-item__month {
  font-size: 18px;
  color: #FBCD02;
  text-transform: uppercase;
}
.calendar-section .sv-channel-item h2 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 0;
}
.calendar-section .sv-channel-item .calendar-item__date {
  margin-right: 0;
  align-items: baseline;
  justify-content: start;
  padding: 1em 0;
  margin-bottom: 0.5em;
  flex-direction: row;
}
.calendar-section .sv-channel-item .calendar-item__footer {
  font-size: 17px;
  color: #8a8a91;
  margin-bottom: 1em;
  line-height: 1.3em;
}
.calendar-section .sv-channel-item .calendar-item__footer-time {
  margin-bottom: 0.5em;
}
.calendar-section .sv-channel-item .calendar-item__footer a {
  color: inherit;
}
.calendar-section .sv-channel-item .calendar-item__footer a:hover {
  text-decoration: underline!important;
}



.cookie-consent {
  width: 100%;
  text-align: center;
  background-color: #272727;
  font-size: 14px;
  line-height: 1.5;
  color: white;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
  position: relative;
}
@media (max-width: 767px) {
  .cookie-consent {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .cookie-consent span {
    width: 100%;
    text-align: left;
  }
}
.cookie-consent a {
  color: white;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .cookie-consent a {
    margin-left: 0;
    margin-top: 10px;
  }
}
.cookie-consent__link {
  text-decoration: underline;
}
.cookie-consent__accept {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 30px;
  border: 1px solid white;
}



.adv-box--white {
  border-radius: 4px;
  box-shadow: 4px 4px 0 0 rgba(115, 178, 170, 0.2);
  border: solid 1px rgba(200, 231, 237, 0.6);
  background-color: #FFFFFF;
}
.adv-box--yellow {
  border-radius: 4px;
  box-shadow: 4px 4px 0 0 rgba(115, 178, 170, 0.2);
  border: solid 1px rgba(200, 231, 237, 0.6);
  background-color: #f1ca63;
}
.adv-box--marginbottom {
  margin-bottom: 40px;
}
.badge {
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.6;
  padding: 3px 8px 3px 8px;
  font-family: brhendrix-medium, sans-serif;
  margin-right: 4px;
  position: relative;
  top: -2px;
}
.badge--red {
  background-color: #c2544c;
  color: #FFFFFF;
}
.badge--blue {
  background-color: #FBCD02;
  color: #FFFFFF;
}
.adv-link--roundedwhite {
  border-radius: 30px;
  border: solid 1px #FEFAF1;
  background-color: #ffffff;
}
.adv-box-container {
  display: flex;
}
.adv-box-container .adv-box-container__iconcolumn {
  min-width: 50px;
  width: 50px;
  text-align: center;
  margin-top: 1rem;
}
.adv-box-container .adv-box-container__iconcolumn .adv-box__icon {
  --fa-primary-color: #272727;
  --fa-secondary-color: #c8e7ed;
  --fa-secondary-opacity: 1;
  position: relative;
  top: -6px;
}
.adv-box-container .adv-box-container__contentcolumn {
  padding-right: 20px;
  padding-left: 10px;
}
.adv-box-container .adv-box-container__contentcolumn h4 {
  margin-top: 14px;
  margin-bottom: 14px;
}



.adv-search-form {
  font-size: 20px;
  line-height: 1.35;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .adv-search-form {
    margin-bottom: 25px;
  }
}
.adv-search-form__searchfield {
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.adv-search-form__searchfield--input {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border: solid 0.8px rgba(32, 69, 96, 0.2);
  font-size: 20px;
  line-height: 1.35;
  padding-left: 26px;
  width: 100%;
  height: 80px;
}
@media only screen and (max-width: 767px) {
  .adv-search-form__searchfield--input {
    height: 60px;
    font-size: 16px;
  }
}
.adv-search-form__icon {
  background-color: #FBCD02;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  color: #FFF;
  width: 80px;
  height: 80px;
  display: flex;
  min-width: 80px;
  justify-content: center;
  align-items: center;
  border: none;
}
@media only screen and (max-width: 767px) {
  .adv-search-form__icon {
    width: 60px;
    height: 60px;
  }
}



.adv-globalalert {
  background-color: #f1ca63;
  overflow: hidden;
  z-index: 20;
  position: relative;
  padding: 16px 0;
}
.adv-globalalert:nth-of-type(2) {
  background-color: rgba(241, 202, 99, 0.8);
}
.adv-globalalert:nth-of-type(3) {
  background-color: rgba(241, 202, 99, 0.6);
}
.adv-globalalert > .sv-grid-main,
.adv-globalalert > .sv-grid-main > .sv-row {
  min-height: 100px;
}
.adv-globalalert__container {
  display: flex;
  justify-content: space-between;
}
.adv-globalalert__content {
  display: flex;
  align-items: center;
}
.adv-globalalert__toggler {
  padding-top: 15px;
  min-width: 100px;
}
.adv-globalalert__toggler > a {
  border-radius: 30px;
  border: solid 1px #272727;
  background-color: #f1ca63;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23;
  padding: 6px;
  text-decoration: none;
  transition: all 0.5s;
}
.adv-globalalert__toggler > a:hover {
  text-decoration: underline;
  background-color: #fff;
  border: solid 1px #f1ca63;
}
.adv-globalalert__icon > .fal {
  font-size: 3.5em;
}
.sv-font-rubrik-krismeddelande {
  font-size: 24px;
}
.adv-globalalert__textcontainer__link {
  position: relative;
  display: block;
  margin: 4px auto;
}
.adv-globalalert--open {
  min-height: 260px;
}
.adv-globalalert--open .adv-globalalert > .sv-grid-main,
.adv-globalalert--open .adv-globalalert > .sv-grid-main > .sv-row {
  min-height: 260px;
}
.adv-globalalert--open .adv-globalalert__container {
  min-height: 260px;
}
.adv-globalalert--open .adv-globalalert__icon > .fal {
  font-size: 9em;
}
.adv-globalalert--open .sv-font-rubrik-krismeddelande {
  font-size: 36px;
  margin-top: 0;
  padding-top: 10px;
}
.adv-globalalert--open .adv-globalalert__icon {
  width: 200px;
  min-width: 200px;
}
.adv-globalalert--open .adv-globalalert__textcontainer {
  max-width: 750px;
}
.adv-globalalert--open .adv-globalalert__content--dates {
  display: block;
  margin-top: 20px;
  padding-bottom: 10px;
}
.adv-globalalert--open .font-date {
  margin-top: 10px;
}
.adv-globalalert--open .font-date strong {
  font-family: brhendrix-bold, sans-serif;
  font-weight: 400;
}
.adv-globalalert--closed {
  min-height: 100px;
  
}
.adv-globalalert--closed .adv-globalalert__container {
  min-height: 100px;
}
.adv-globalalert--closed .adv-globalalert__content--dates {
  display: flex;
  padding-top: 15px;
}
.adv-globalalert--closed .font-date:first-child {
  margin-right: 50px;
}
.adv-globalalert--closed .font-date strong {
  font-weight: normal;
  font-family: brhendrix-bold, sans-serif;
}
.adv-globalalert--closed .adv-globalalert__textcontainer__block {
  margin-top: 0;
}
.adv-globalalert--closed .adv-globalalert__textcontainer__heading,
.adv-globalalert--closed .adv-globalalert__textcontainer__block {
  display: inline;
}
.adv-globalalert--closed .adv-globalalert__textcontainer__text {
  display: none;
}
.adv-globalalert--closed .adv-globalalert__textcontainer__heading {
  margin-top: 0;
}
.adv-globalalert--closed .adv-globalalert__icon {
  width: 100px;
}
@media (max-width: 767px) {
  .adv-globalalert__content {
    align-items: flex-start;
    padding-top: 20px;
  }
  .adv-globalalert--open .adv-globalalert__textcontainer,
  .adv-globalalert--closed .adv-globalalert__textcontainer {
    display: block;
  }
  .adv-globalalert--open .adv-globalalert__textcontainer__heading .adv-globalalert--closed .adv-globalalert__textcontainer__heading {
    display: block;
  }
  .adv-globalalert--open .adv-globalalert__textcontainer__block,
  .adv-globalalert--closed .adv-globalalert__textcontainer__block {
    display: block;
    margin-top: 15px;
  }
  .adv-globalalert--open .adv-globalalert__content--dates,
  .adv-globalalert--closed .adv-globalalert__content--dates {
    display: block;
  }
  .adv-globalalert--open .adv-globalalert__icon > .fal,
  .adv-globalalert--closed .adv-globalalert__icon > .fal {
    font-size: 2.5em;
  }
  .adv-globalalert--open .adv-globalalert__textcontainer__link,
  .adv-globalalert--closed .adv-globalalert__textcontainer__link {
    padding-left: 0;
    left: 0px;
  }
  .adv-globalalert--open .sv-font-rubrik-krismeddelande,
  .adv-globalalert--open .sv-font-rubrik-krismeddelande {
    font-size: 18px;
    padding-top: 0;
  }
  .font-date {
    margin-bottom: 15px;
    margin-left: 0;
    font-size: 13px!important;
  }
  .adv-globalalert--open .adv-globalalert__icon,
  .adv-globalalert--closed .adv-globalalert__icon {
    min-width: 60px;
    width: 60px;
    position: relative;
    top: -13px;
  }
}



.adv-relatedinfo__container {
  margin-bottom: 20px;
  padding: 10px 20px 15px;
}
.adv-relatedinfo__heading {
  color: #c2544c;
  margin-top: 11px;
  font-family: brhendrix-regular, sans-serif;
  font-size: 20px;
}
.adv-relatedinfo__list {
  border-left: 3px solid #f1f7f7;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.adv-relatedinfo__list_item {
  padding-left: 20px;
}
.adv-relatedinfo__list_item a {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.3px;
  color: #FBCD02;
}
.adv-relatedinfo-linktype:after {
  font-family: "Font Awesome 5 Pro";
  font-size: 18px;
  color: #FBCD02;
  padding-left: 5px;
  position: relative;
  top: 1px;
  left: 3px;
}
.adv-relatedinfo-linktype--external:after {
  content: "\f14c";
}
.adv-relatedinfo-linktype--file:after {
  content: "\f15b";
}
.adv-relatedinfo-linktype--pdf:after {
  content: "\f1c1";
}
.adv-relatedinfo-linktype--doc:after {
  content: "\f1c2";
}
.adv-relatedinfo-linktype--xls:after {
  content: "\f1c3";
}
.adv-relatedinfo-linktype--ppt:after {
  content: "\f1c4";
}



.adv-contactcard {
  margin-bottom: 30px;
  margin-top: 40px;
  padding: 2em;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .adv-contactcard {
    padding: 20px;
    display: block;
  }
}
.adv-contactcard--image {
  width: 120px;
  height: 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin-right: 2em;
}
.adv-contactcard__heading {
  margin-bottom: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.adv-contactcard__heading:after {
  display: block;
  content: '';
  height: 8px;
  width: calc 110%;
  background-color: rgba(254, 250, 241, 0.6);
  margin-top: -10px;
  margin-left: -5px;
  margin-right: -5px;
}
.adv-contactcard__text {
  line-height: 1.65;
  margin-top: 0;
  margin-bottom: 0;
}
.adv-contactcard__text a {
  color: #204560;
}



footer {
  background-color: #FBCD02;
}
@media only screen and (max-width: 767px) {
  footer {
    text-align: center;
  }
}
footer .icon-paragraphs .icon-text {
  padding-left: 2em;
  position: relative;
}
footer .icon-paragraphs .icon-text i {
  position: absolute;
  left: -0.2em;
  top: 0;
  width: 2em;
  text-align: center;
}
footer li a {
  margin-bottom: 0.6em;
  transition: all 0.5s;
}
footer li a:hover {
  opacity: 0.7;
}
footer .social-media-wrapper {
  display: flex;
  justify-content: flex-start;
}
footer .social-media-wrapper a {
  text-decoration: none;
}
footer .social-media-wrapper .social-media-column-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 75px;
}
footer .social-media-wrapper .social-media-column-wrap .fa-stack {
  font-size: 18px;
}
footer .social-media-wrapper .social-media-column-wrap .fa-stack .fa-circle {
  color: white;
}
footer .social-media-wrapper .social-media-column-wrap .fa-stack .fa-inverse {
  color: #FBCD02;
}
footer .social-media-wrapper .social-media-column-wrap p {
  color: white;
  font-size: 13px;
  display: block;
  margin-top: 6px;
  font-weight: 300;
  text-decoration: none;
}
footer .social-media-wrapper .social-media-column-wrap p:hover {
  text-decoration: underline;
}
footer a.sv-font-sidfotstext:hover,
footer .sv-font-sidfotstext a:hover {
  text-decoration: underline;
}
footer .sv-font-sidfotstext {
  font-family: brhendrix-medium, sans-serif;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  footer .sv-font-sidfotstext {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  footer .sv-use-margins .sv-font-sidfotsrubrik {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}



* {
  box-sizing: border-box;
}
sv-defaultFormTheme input[type=text],
.sv-defaultFormTheme input[type=email],
.sv-defaultFormTheme input[type=url],
.sv-defaultFormTheme input[type=tel],
.sv-defaultFormTheme input[type=number],
.sv-defaultFormTheme textarea,
.sv-defaultFormTheme select {
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
input[type=text] {
  
  -webkit-appearance: none;
  -moz-appearance: none;
}
.sv-formField span {
  font-size: 14px;
  margin-top: 14px;
  display: inline-block;
}

fieldset > div {
  width: 100%;
  margin-right: 10px;
  margin-left: 0 !important;
}

.sv-defaultFormTheme input[type=text],
[type=email],
[type=number],
[type=tel] {
  width: 95%;
  padding: 26px 12px !important;
  border: 1px solid #C8E7ED !important;
  border-radius: 3px !important;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  color: #4c4d4b !important;
}
.sv-defaultFormTheme input[type=text],
.sv-defaultFormTheme input[type=email],
.sv-defaultFormTheme input[type=url],
.sv-defaultFormTheme input[type=tel],
.sv-defaultFormTheme input[type=number],
.sv-defaultFormTheme textarea,
.sv-defaultFormTheme select {
  width: 95%;
}

.sv-defaultFormTheme textarea {
  width: 95%;
  padding: 15px 12px 20px !important;
  border: 1px solid #C8E7ED !important;
  border-radius: 3px !important;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  color: #4c4d4b !important;
  min-height: 150px;
  font-size: 14px;
  font-family: brhendrix-regular, sans-serif;
}

.sv-formField label {
  color: #4c4d4b;
  display: inline-block;
  font-size: 14px;
  font-weight: normal !important;
  font-family: brhendrix-bold, sans-serif;
  margin: 18px 0 8px;
  position: relative;
}
.sv-field-title-container {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .sv-field-title-container {
    margin-top: 10px;
  }
}
.sv-field-title-container span {
  font-size: 18px;
  font-weight: 400 !important;
  margin-top: 1rem;
}

.sv-defaultFormTheme input[type=submit] {
  background-color: #FBCD02;
  color: white;
  font-size: 13px;
  font-weight: 500 !important;
  padding: 12px 30px;
  border: none;
  border-radius: 50px;
  font-family: brhendrix-regular, sans-serif;
  font-weight: normal;
  cursor: pointer;
  margin-top: 1em;
}
.sv-defaultFormTheme input[type=submit]:hover {
  background: #FBCD02;
  color: #ffffff;
  text-decoration: underline;
}

.sv-defaultFormTheme input[type='radio'] {
  width: 30px;
  height: 30px;
  position: absolute;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  margin-left: 0px;
  margin-top: 9px;
}
.sv-form-singleselectionfield label:before {
  
  content: " ";
  display: inline-block;
  position: relative;
  top: 9px;
  margin: 0 10px 0 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #C8E7ED !important;
  background-color: #fff;
}
.sv-form-singleselectionfield label {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  position: relative;
  font-family: brhendrix-medium, sans-serif;
}
.sv-field-description-field,
.sv-form-multipleselectionfield label {
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  position: relative;
  font-family: brhendrix-medium, sans-serif;
}
.sv-defaultFormTheme input[type='radio']:checked + label:after {
  background-color: #FBCD02;
  color: #ffffff;
  border-radius: 50%;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 9px;
  left: 1px;
  font-family: "Font Awesome 5 pro";
  content: "\f00c";
  display: block;
  text-indent: 6px;
  line-height: 28px;
}
.sv-form-consent input[type="checkbox"]:checked + label:after {
  background-color: #FBCD02;
  color: #ffffff;
  border-radius: 4px;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 9px;
  left: 1px;
  font-family: "Font Awesome 5 pro";
  content: "\f00c";
  display: block;
  text-indent: 6px;
  line-height: 28px;
}
.sv-form-consent label.normal:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 9px;
  margin: 0 10px 0 0;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #C8E7ED !important;
  background-color: #fff;
}
.sv-formField .sv-form-consent {
  padding-left: 0;
}
.sv-formField .sv-form-consent label span {
  display: none;
}

.sv-defaultFormTheme input[type='checkbox'] {
  display: none;
}
.sv-form-multipleselectionfield label:before {
  content: " ";
  display: inline-block;
  position: relative;
  top: 9px;
  margin: 0 10px 0 0;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  border: 1px solid #C8E7ED !important;
  background-color: #fff;
}
.sv-form-multipleselectionfield input[type='checkbox']:checked + label:after {
  background-color: #FBCD02;
  color: #ffffff;
  border-radius: 4px;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 9px;
  left: 1px;
  font-family: "Font Awesome 5 pro";
  content: "\f00c";
  display: block;
  text-indent: 6px;
  line-height: 28px;
}

.sv-defaultFormTheme select[multiple] {
  border: 1px solid #C8E7ED;
  padding: 0;
}
.sv-defaultFormTheme select[multiple] option {
  padding: 8px 12px;
}
.sv-defaultFormTheme select,
.sv-defaultFormTheme select[disabled] {
  border: 1px solid #C8E7ED !important;
  height: 50px;
  background: #fff;
  font-size: 15px;
  padding-right: 20px;
  padding-left: 15px;
  padding-top: 5px;
}
.c43 {
  margin-left: 30px;
}
@media (max-width: 767px) {
  .c43 {
    margin-left: 0;
  }
}

.sv-defaultFormTheme input[type="file"] {
  width: auto;
  padding: 10px;
  padding-left: 20px;
  position: relative;
}
.sv-defaultFormTheme input[type="file"]:focus {
  outline: 0;
}
.sv-defaultFormTheme input[type="file"]::-webkit-file-upload-button {
  visibility: hidden;
}
.sv-defaultFormTheme input[type="file"]::before {
  content: 'Välj filer';
  display: inline-block;
  background: #FBCD02;
  color: #ffffff;
  border-radius: 30px;
  padding: 5px 10px;
  position: absolute;
  left: 0;
  top: 4px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-family: brhendrix-regular, sans-serif;
  font-weight: normal;
  font-size: 13px;
}
.sv-defaultFormTheme input[type="file"]:hover::before {
  border-color: black;
}
.sv-defaultFormTheme input[type="file"]:active::before {
  text-decoration: underline;
}

.sv-form-orderfield span {
  font-size: 18px;
  margin-top: 14px;
  display: inline-block;
}
.modal-content {
  border-radius: 0.4rem !important;
  background-clip: padding-box;
  border: none;
}
.modal-header {
  background-color: #FBCD02;
  color: #ffffff;
  text-decoration: none;
}
.modal-header h4,
.modal-header p {
  margin: 0;
  color: #ffffff;
}
.modal-close {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.modal-close .fa-times-circle {
  font-size: 27px;
  text-decoration: none;
}
.modal-close .sv-font-brodtext-liten,
.modal-close i {
  color: #fff;
  margin-right: 10px;
  text-decoration: none;
}
.modal-header .close {
  text-decoration: none!important;
}
.modal-body {
  padding: 30px !important;
}
.modal-body,
.modal-footer {
  background-color: #F9F9F9;
}
.modal-footer {
  border-top: 0 !important;
  border-bottom-left-radius: 0.4rem !important;
  border-bottom-right-radius: 0.4rem !important;
  justify-content: center;
}
.modal-content .action-style p,
.modal-content .action-external-link p {
  margin-bottom: 10px;
}
.contact-modal-buttons {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-left: 1px solid #E6E6EB;
  padding-left: 40px;
}
@media only screen and (max-width: 992px) {
  .contact-modal-buttons {
    border-left: 0;
    padding-left: 0;
  }
}
.contact-modal-buttons .action-style {
  display: flex;
  position: relative;
}
.contact-modal-buttons .action-style a:after {
  right: 35px;
  position: absolute;
}
.modal-backdrop.show ~ .modal-backdrop.show {
  display: none;
}






.lidkoping-mmenu-wrapper {
  height: calc(100vh - 125px) !important;
  background-color: #f1f7f7;
  color: #333;
  bottom: 0 !important;
  top: auto !important;
  
  
  
  
  
  
}
@media (max-width: 991px) {
  .lidkoping-mmenu-wrapper {
    height: calc(100vh - 114px) !important;
  }
}
@media (max-width: 767px) {
  .lidkoping-mmenu-wrapper {
    height: calc(100vh - 72px) !important;
  }
}
.lidkoping-mmenu-wrapper > * {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
}
.lidkoping-mmenu-wrapper h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  color: #204560;
  text-align: left;
  justify-content: flex-start;
  margin: 25px 0 5px 0;
  padding-left: 15px;
  border-width: 0;
}
@media only screen and (max-width: 767px) {
  .lidkoping-mmenu-wrapper h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.lidkoping-mmenu-wrapper h3:after {
  border-width: 0;
}
.lidkoping-mmenu-wrapper li {
  font-size: 18px;
  line-height: 1.6em;
  color: #FBCD02;
  font-family: brhendrix-medium, sans-serif;
  background-color: transparent;
  border-width: 0;
  font-weight: normal;
  
  
  
  
  
}
@media only screen and (max-width: 767px) {
  .lidkoping-mmenu-wrapper li {
    font-size: 17px;
  }
}
.lidkoping-mmenu-wrapper li:after {
  border-width: 0;
}
.lidkoping-mmenu-wrapper li .mm-panel {
  background-color: transparent;
  padding: 0 !important;
}
.lidkoping-mmenu-wrapper li .mm-btn_next {
  background-color: transparent;
  height: auto;
  border-left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lidkoping-mmenu-wrapper li .mm-btn_next:after {
  transform: rotate(0);
  color: #FBCD02;
  width: 23px;
  height: 23px;
  border: 2px solid #FBCD02;
  border-radius: 50%;
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  position: static;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lidkoping-mmenu-wrapper li.mm-listitem_opened > .mm-btn_next:after {
  background-color: #FBCD02;
  content: "\f068";
  color: white;
}
.lidkoping-mmenu-wrapper li a {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  border-bottom: 2px solid rgba(254, 250, 241, 0.3);
  display: block;
  padding: 15px 15px 12px;
}
.lidkoping-mmenu-wrapper li ul {
  margin-left: 0;
}
.lidkoping-mmenu-wrapper li ul li {
  font-size: 16px;
  border-left: 3px solid #c2544c;
  font-family: brhendrix-regular, sans-serif;
}
.lidkoping-mmenu-wrapper li ul li a {
  padding-left: 30px;
}
.lidkoping-mmenu-wrapper .mm-navbar {
  background-color: transparent;
}
.lidkoping-mmenu-wrapper .mmenu-bottom-wrapper {
  display: flex;
  justify-content: flex-start;
  border-width: 0 !important;
  margin-top: 50px;
}
.lidkoping-mmenu-wrapper .mmenu-bottom-wrapper a {
  margin-right: 10px;
  max-width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lidkoping-mmenu-wrapper .mmenu-bottom-wrapper a i {
  background-color: white;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  color: #204560;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
}
.lidkoping-mmenu-wrapper .mmenu-bottom-wrapper a span {
  color: #4c4d4b;
  font-size: 13px;
  display: block;
  margin-top: 10px;
}
.lidkoping-mmenu-wrapper .mmenu-bottom-wrapper:after {
  border-width: 0;
}

.mm-menu,
.mm-panel {
  background-color: #f1f7f7 !important;
}
.mm-wrapper_opening .mm-menu_position-bottom {
  transform: translate3d(0, 0, 0);
  top: 115px;
  padding-top: 30px;
  height: 100vh!important;
}
body .mm-menu_position-bottom.mm-menu_opened,
body .mm-menu_position-front.mm-menu_opened,
body .mm-menu_position-top.mm-menu_opened {
  z-index: 1150;
}
.mm-menu_keyboardfocus a:focus,
.mm-menu_keyboardfocus.mm-menu_opened ~ .mm-wrapper__blocker a:focus {
  background: rgba(255, 255, 255, 0.4);
  outline: 0;
}
.mm-wrapper__blocker .mm-tabstart {
  cursor: default;
  display: block;
  width: 100%;
  height: 100%;
}
.mm-wrapper__blocker .mm-tabend {
  opacity: 0;
  position: absolute;
  bottom: 0;
}



.sv-multilevellink-portlet,
.adv-breadcrumbs {
  max-width: 500px;
  margin-top: 4px;
}
.sv-multilevellink-portlet ul li,
.adv-breadcrumbs ul li {
  font-size: 14px;
  
  
  
}
.sv-multilevellink-portlet ul li span,
.adv-breadcrumbs ul li span {
  color: #4c4d4b;
  font-size: inherit;
}
.sv-multilevellink-portlet ul li span:first-child,
.adv-breadcrumbs ul li span:first-child {
  color: #8a8a91;
}
.sv-multilevellink-portlet ul li a,
.adv-breadcrumbs ul li a {
  color: #204560;
  font-size: inherit;
}
@media (max-width: 865px) {
  .sv-multilevellink-portlet,
  .adv-breadcrumbs {
    display: none;
  }
}
.sv-multilevellink-portlet ul li span:first-child,
.adv-breadcrumbs ul li span:first-child {
  color: #4c4d4b;
}
.skip-to-main-content {
  width: 100%;
  max-height: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: 0!important;
  transition: max-height 0.3s;
}
.skip-to-main-content a.env-button {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0.5em;
  background-color: inherit;
  color: #ffffff;
  border-radius: 0;
  margin: 0;
}
.skip-to-main-content a.env-button:focus {
  box-shadow: none;
}
header {
  background-color: #FBCD02;
  z-index: 20;
  position: relative;
}
@media only screen and (max-width: 767px) {
  header .top-navigation {
    padding-left: 0px;
    padding-right: 0px;
  }
}
header .topmenu-links-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
header .topmenu-links-wrapper .topmenu-links-column-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 114px;
  text-decoration: none;
  padding-top: 28px;
  padding-bottom: 21px;
}
header .topmenu-links-wrapper .topmenu-links-column-wrap:hover span {
  text-decoration: underline;
}
@media (min-width: 1200px) {
  header .topmenu-links-wrapper .topmenu-links-column-wrap {
    width: 145px;
  }
}
@media (max-width: 767px) {
  header .topmenu-links-wrapper .topmenu-links-column-wrap {
    display: none;
    flex-direction: row;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 500px) {
  header .topmenu-links-wrapper .topmenu-links-column-wrap {
    width: auto;
  }
}
header .topmenu-links-wrapper .topmenu-links-column-wrap i {
  font-size: 32px;
  color: white;
  opacity: 0.7;
}
@media (max-width: 991px) {
  header .topmenu-links-wrapper .topmenu-links-column-wrap i {
    font-size: 24px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  header .topmenu-links-wrapper .topmenu-links-column-wrap {
    width: 90px;
  }
}
header .topmenu-links-wrapper .topmenu-links-column-wrap span {
  color: white;
  font-size: 15px;
  display: block;
  margin-top: 15px;
}
@media (max-width: 767px) {
  header .topmenu-links-wrapper .topmenu-links-column-wrap span {
    margin-left: 10px;
    font-size: 16px;
  }
}
header .topmenu-links-wrapper .topmenu-links-column-wrap--darker-1 {
  background-color: rgba(0, 0, 0, 0.1);
}
header .topmenu-links-wrapper .topmenu-links-column-wrap--darker-2 {
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  header .topmenu-links-wrapper #topmenu-links-menu,
  header .topmenu-links-wrapper #topmenu-links-search {
    display: flex;
  }
}
header .topmenu-links-wrapper #topmenu-links-menu i.fa-bars:before {
  background-image: url("/images/18.14cbd161707e557d1a2d4/1584953142758/hamburger.svg");
  width: 32px;
  height: 32px;
  content: " ";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 767px) {
  header .topmenu-links-wrapper #topmenu-links-menu i.fa-bars:before {
    position: relative;
    top: 4px;
    width: 26px;
    height: 26px;
  }
}
header .sv-fluid-grid.sv-grid-main .sv-column-3.flex-wrapper {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  header .sv-fluid-grid.sv-grid-main .sv-column-3.flex-wrapper img {
    max-height: 60px;
    max-width: 100%;
    margin-left: 15px;
  }
}
header .sv-fluid-grid.sv-grid-main .sv-column-9.flex-right {
  margin-left: auto !important;
  margin-bottom: 0 !important;
}




.env-button[data-env-collapse] {
  color: #272727 !important;
  background-color: white;
  border: solid 1px rgba(254, 250, 241, 0.6);
  width: 100%;
  text-align: left;
  padding: 18px 26px 12px;
  padding-right: 50px;
  text-decoration: none !important;
  position: relative;
  box-shadow: 2px 2px 0 2px rgba(254, 250, 241, 0.6);
  font-size: 15px;
  margin-bottom: 1em;
  
  
}
.env-button[data-env-collapse]:hover {
  color: #FBCD02 !important;
  text-decoration: underline !important;
  background-color: white !important;
}
.env-button[data-env-collapse]:after {
  font-family: "Font Awesome 5 pro";
  font-weight: 400;
  content: "\f067";
  position: absolute;
  right: 0;
  top: 0;
  color: #487f84;
  top: 16px;
  right: 26px;
  font-size: 18px;
}
.env-button[data-env-collapse]:focus {
  box-shadow: none;
}
.env-button[data-env-collapse].env-collapse--expanded {
  color: #FBCD02 !important;
  text-decoration: none!important;
  font-weight: 500;
  padding-bottom: 14px;
  box-shadow: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
  margin-bottom: 0;
}
.env-button[data-env-collapse].env-collapse--expanded:after {
  content: "\f068";
}
@media (max-width: 576px) {
  .env-button[data-env-collapse] {
    font-size: 13px;
  }
}

.env-collapse {
  border: solid 1px rgba(254, 250, 241, 0.6);
  background-color: white;
  padding: 26px 26px 10px;
  border-radius: 0 0 30px 30px;
  border-top: 0;
  margin-bottom: 1em;
  position: relative;
  font-family: brhendrix-regular, sans-serif;
  font-weight: normal;
}
.env-collapse p {
  font-size: 16px;
  font-weight: normal;
  color: #272727;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 0;
  
}
@media (max-width: 576px) {
  .env-collapse p {
    font-size: 13px;
  }
}
.env-collapse p a,
.env-collapse a {
  font-size: 16px;
}
.env-collapse ul li {
  font-size: 16px;
}
.env-collapse:before {
  border-top: solid 4px rgba(254, 250, 241, 0.6);
  width: calc(100% - 40px);
  margin-left: 20px;
  content: " ";
  margin-top: -24px;
  left: 0;
  position: absolute;
}

.listing-news a {
  text-decoration: none !important;
}
.listing-news ul li {
  position: relative;
  border-radius: 4px;
  box-shadow: 4px 4px 0 0 rgba(115, 178, 170, 0.2);
  border: solid 1px rgba(200, 231, 237, 0.6);
  background-color: #ffffff;
  display: block;
  margin-bottom: 20px;
  padding: 20px 30px;
  text-decoration: none;
  padding-top: 20px !important;
}
@media (max-width: 767px) {
  .listing-news ul li {
    margin-bottom: 20px;
    padding: 15px 20px;
    padding-top: 15px !important;
  }
}
.listing-news ul li a {
  text-decoration: none;
}
.listing-news ul li a:hover {
  color: #FBCD02;
}
.listing-news ul li:hover h2 {
  text-decoration: underline;
}
.listing-news ul li:hover span {
  text-decoration: underline;
}
.listing-news h4 {
  color: #4c4d4b;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 0;
}
.listing-news h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-decoration: none;
}
.listing-news h3:hover {
  text-decoration: underline;
}

a.sv-font-dold-lank {
  color: transparent !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
a.sv-font-dold-lank:hover {
  color: transparent !important;
}

a.adv-mynewsdesk {
  border-radius: 4px;
  box-shadow: 4px 4px 0 0 rgba(115, 178, 170, 0.2);
  border: solid 1px rgba(200, 231, 237, 0.6);
  background-color: #ffffff;
  display: block;
  margin-bottom: 20px;
  padding: 20px 30px;
  text-decoration: none;
}
@media (max-width: 767px) {
  a.adv-mynewsdesk {
    margin-bottom: 10px;
  }
}
a.adv-mynewsdesk:hover h4 {
  text-decoration: underline;
}
a.adv-mynewsdesk h3,
a.adv-mynewsdesk h4 {
  color: #FBCD02;
  display: inline;
  font-weight: 400;
  font-family: brhendrix-medium, sans-serif;
}
a.adv-mynewsdesk p.date {
  color: #4c4d4b;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
}
a.adv-mynewsdesk p.adv-mynewsdesk__summary {
  font-size: 16px;
}
a.adv-mynewsdesk i {
  color: #FBCD02;
  font-weight: 400;
  padding-left: 5px;
  font-weight: 300;
}

.desc-driftinfo {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 30px;
  margin-left: 3px;
}
@media (max-width: 767px) {
  .desc-driftinfo {
    justify-content: flex-start;
  }
}
.desc-driftinfo p {
  padding-left: 10px;
  padding-right: 30px;
  margin-top: 2px;
}
@media (max-width: 767px) {
  .desc-driftinfo p {
    padding-right: 15px;
    font-size: 14px;
  }
}
.driftinfo a,
.event a {
  text-decoration: none !important;
}
.driftinfo ul li,
.event ul li {
  position: relative;
  border-radius: 4px;
  box-shadow: 4px 4px 0 0 rgba(115, 178, 170, 0.2);
  border: solid 1px rgba(200, 231, 237, 0.6);
  background-color: #ffffff;
  display: block;
  margin-bottom: 20px;
  padding: 20px 30px;
  text-decoration: none;
  padding-top: 20px !important;
}
@media (max-width: 767px) {
  .driftinfo ul li,
  .event ul li {
    margin-bottom: 20px;
    padding: 15px 20px;
    padding-top: 15px !important;
  }
}
.driftinfo ul li a,
.event ul li a {
  text-decoration: none;
}
.driftinfo ul li a:hover,
.event ul li a:hover {
  color: #FBCD02;
}
.driftinfo h3,
.event h3 {
  float: left;
  font-size: 13px;
  color: #4c4d4b;
  font-weight: 300;
  margin: 0;
  padding-left: 10px;
}
.driftinfo h4,
.event h4 {
  font-size: 13px;
  color: #4c4d4b;
  font-weight: 300;
  margin: 0;
}
.driftinfo h4:before,
.event h4:before {
  content: 'Uppdaterad:';
  padding-left: 30px;
  padding-right: 5px;
  font-size: 13px;
  color: #4c4d4b;
  font-family: brhendrix-bold, sans-serif;
  font-weight: normal;
}
.driftinfo h2,
.event h2 {
  font-weight: normal;
  margin-bottom: 10px;
  text-decoration: none;
  font-family: brhendrix-bold, sans-serif;
}
.driftinfo a.normal,
.event a.normal {
  font-size: 16px;
}
.dot-wrap span {
  margin-right: 10px;
}
.adv-search-hit {
  margin-left: 0;
  margin-bottom: 20px;
}
.sv-autocomplete-search-result {
  border: solid 1px rgba(32, 69, 96, 0.2);
  background-color: #ffffff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-sizing: border-box;
  cursor: default;
  overflow: hidden;
  width: 100% !important;
  top: 70px;
  max-width: 685px !important;
}
.sv-autocomplete-result-item {
  border-bottom: solid 1px rgba(32, 69, 96, 0.2);
  color: #FBCD02 !important;
  font-size: 16px;
  white-space: nowrap;
  overflow: auto;
}
.sv-autocomplete-result-item a {
  font-family: brhendrix-regular, sans-serif;
  color: #FBCD02;
}
.sv-autocomplete-search-result .sv-autocomplete-result-item {
  padding-top: 15px !important;
  padding-left: 26px !important;
  padding-bottom: 15px !important;
}
.sv-autocomplete-result-item:last-child {
  border-bottom: none;
}
.adv-search-hit {
  margin-left: 0;
  margin-bottom: 20px;
  padding: 20px;
  display: flex;
}
.adv-search-hit > .adv-search-icon {
  width: 80px;
  padding-top: 20px;
}
.adv-search-content {
  padding-top: 20px;
}

.search-filter-wrapper {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .search-filter-wrapper {
    flex-direction: column;
  }
}
.sv-search-facet {
  margin-bottom: 0;
}
.sv-search-facet-name {
  color: #204560;
  font-weight: normal;
  font-size: 16px;
  padding-bottom: 20px;
  font-family: brhendrix-bold, sans-serif;
}
.sv-search-facet-items li {
  padding-bottom: 8px;
  font-size: 16px;
}
.sv-search-facet-items a {
  font-size: 16px;
  font-weight: normal;
  font-family: brhendrix-medium, sans-serif;
}
.face-item-count {
  background: #F9F9F9;
  padding: 10px;
  border-radius: 50%;
  font-size: 13px;
  font-weight: bold;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}

.adv-search-heading {
  font-family: brhendrix-bold, sans-serif;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  color: #FBCD02;
  text-decoration: none;
}
.adv-search-heading:hover {
  text-decoration: underline;
}

.adv-search-excerpt {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #333333;
}
.adv-search-excerpt strong {
  background-color: #f1ca63;
  border-radius: 1px;
  background: #f9eac1;
  font-family: brhendrix-bold, sans-serif;
  font-weight: normal;
  padding: 4px 3px 3px 3px;
  font-size: 15px;
}

.adv-search-path,
.adv-search-path > a {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #FBCD02;
  margin-bottom: 8px;
  display: inline-block;
}

.adv-search-type--selfservice,
.adv-search-type--subsite {
  margin-bottom: 20px;
  background-color: #FEFAF1;
  color: #FBCD02;
  font-size: 12px;
  font-family: brhendrix-medium, sans-serif;
  font-weight: normal;
}
.search-area {
  display: none;
  height: 100vh;
  padding-top: 50px;
}
.search-wrapper {
  position: relative;
  width: 60%;
  height: 85px;
  border-radius: 8px;
  border: solid 1px rgba(32, 69, 96, 0.2);
  background: #ffffff;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .search-wrapper {
    width: 100%;
    height: 65px;
  }
}
.search-wrapper .search-field {
  float: left;
  width: calc(100% - 100px);
  height: 83px;
  border: 0;
  border-radius: 8px;
  background-color: #ffffff;
  color: #8a8a91;
  padding-left: 20px;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .search-wrapper .search-field {
    width: calc(100% - 65px);
    height: 63px;
    font-size: 18px;
  }
}
.search-wrapper .search-field:focus {
  outline: 0;
}
.search-wrapper button {
  height: 85px;
  width: 100px;
  background-color: #FBCD02;
  border: 0;
  color: #ffffff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .search-wrapper button {
    height: 65px;
    width: 65px;
  }
}
.search-wrapper i {
  font-size: 35px;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .search-wrapper i {
    font-size: 25px;
  }
}
header .topmenu-links-wrapper .active {
  position: relative;
  background-color: #f1f7f7;
}
header .topmenu-links-wrapper .active i {
  opacity: 1;
}
header .topmenu-links-wrapper .active .fa-search:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
  color: #FBCD02;
  position: absolute;
  left: 35px;
}
@media only screen and (max-width: 767px) {
  header .topmenu-links-wrapper .active .fa-search:before {
    left: 15px;
    top: 30px;
  }
}
header .topmenu-links-wrapper .active span {
  color: #f1f7f7;
  margin-top: 8px;
}
@media only screen and (max-width: 767px) {
  header .topmenu-links-wrapper .active span {
    margin-top: 10px;
    margin-left: 0;
  }
}
header .topmenu-links-wrapper .active span:after {
  content: 'Stäng';
  color: #FBCD02;
}
.search-filter-area {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 4px 4px 0 0 rgba(115, 178, 170, 0.2);
  border: solid 1px rgba(200, 231, 237, 0.6);
  padding: 30px;
  margin-top: -30px;
}

.custom-search {
  width: 45%;
}
.custom-search h2.title {
  font-family: brhendrix-bold, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  color: #fff;
}
.custom-search p.ingress {
  font-family: Avenir;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
}
.custom-search .search-wrap {
  position: relative;
}
.custom-search input[type="text"] {
  padding: 1em;
  border-radius: 6px;
  width: 100%;
}
.custom-search i {
  font-size: 28px;
  color: #8A8A91;
  font-weight: 300;
  margin-top: 2px;
}
.custom-search .search-wrap .env-button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 15px;
  border-radius: 0;
  background-color: #fff;
  margin: 2px;
}
.custom-search .search-wrap .env-button:hover {
  box-shadow: none !important;
}
.custom-search .search-wrap .env-button:focus {
  box-shadow: none !important;
}
@media only screen and (max-width: 767px) {
  .custom-search {
    width: 100%;
  }
}




.table-of-contents {
  border: solid 1px #efefef;
  background-color: #ffffff;
  overflow: auto;
  height: auto;
  max-height: calc(100vh - 30px);
  box-shadow: 2px 2px 23px 0 rgba(0, 0, 0, 0.04);
  border: 0;
}
.table-of-contents .title {
  padding: 24px;
  font-size: 20px;
  position: relative;
  color: #FBCD02;
}
@media (max-width: 1299px) {
  .table-of-contents .title {
    font-size: 16px;
    padding: 16px 24px;
    color: white;
    background-color: #b6463e;
    line-height: 1em;
  }
}
.table-of-contents .title[toggable="1"] {
  cursor: pointer;
}
.table-of-contents .title i {
  color: inherit;
  position: absolute;
  right: 24px;
  top: 12px;
  font-size: 0.9em;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  background-color: white;
  color: #c2544c;
  display: flex;
  justify-content: center;
  align-items: center;
}
.table-of-contents .list {
  background-color: white;
  font-size: 15px;
  font-weight: normal;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 35px;
}
@media (max-width: 1299px) {
  .table-of-contents .list {
    background-color: #c2544c;
    padding-top: 15px;
  }
}
.table-of-contents .list li {
  padding: 15px 15px;
  padding-top: 15px !important;
  list-style: none;
  border-left: 3px solid #ededed;
  color: #FBCD02;
  font-size: 15px;
  text-decoration: none;
  cursor: pointer;
}
@media (max-width: 1299px) {
  .table-of-contents .list li {
    color: white;
    padding-bottom: 12px;
    padding-top: 12px !important;
  }
}
.table-of-contents .list li a {
  color: #14384d;
  text-decoration: inherit;
  font-size: inherit;
}
@media (max-width: 1299px) {
  .table-of-contents .list li a {
    color: white;
  }
}
.table-of-contents .list li.active {
  border-color: #FBCD02;
  color: #FBCD02;
}
@media (max-width: 1299px) {
  .table-of-contents .list li.active {
    color: white;
    font-family: brhendrix-bold, sans-serif;
    border-color: #903831;
  }
}
.table-of-contents .list li:hover,
.table-of-contents .list li:active {
  color: #FBCD02;
  text-decoration: underline;
}




.adv-infobox-container {
  box-shadow: 4px 4px 0 0 rgba(115, 178, 170, 0.2);
  border: solid 1px rgba(200, 231, 237, 0.6);
  border-radius: 10px;
  display: flex;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
  background: #ffffff;
}
.adv-infobox-container .adv-infobox-container__iconcolumn {
  min-width: 50px;
  width: 50px;
  text-align: center;
  margin-top: 1rem;
}
.adv-infobox-container .adv-infobox-container__contentcolumn {
  padding-right: 20px;
  padding-left: 10px;
}
.adv-infobox-container .adv-infobox__content--heading {
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.09px;
  color: #272727;
  font-family: brhendrix-bold, sans-serif;
}
.adv-infobox-container .env-button {
  margin-bottom: 20px;
}
.adv-infobox-container .env-button:hover {
  color: #272727;
}
.adv-infobox-container .adv-infobox__content--format {
  white-space: pre-wrap;
  font-family: brhendrix-light, sans-serif;
  line-height: 1.4em;
  margin-bottom: 5px;
}
.adv-infobox-container .adv-infobox__icon {
  --fa-primary-color: #272727;
  --fa-secondary-color: rgba(254, 250, 241, 0.6);
  --fa-secondary-opacity: 1;
  position: relative;
  top: -6px;
}
.adv-infobox-container .adv-infobox__icon--temporary {
  --fa-primary-color: #272727;
  --fa-secondary-color: #ffffff;
  --fa-secondary-opacity: 1;
  position: relative;
  top: -6px;
}
.adv-infobox--temporary {
  background-color: #f1ca63;
  box-shadow: 4px 4px 0 0 rgba(255, 221, 153, 0.6);
  border: solid 0px rgba(200, 231, 237, 0.6);
}



.adv-feedback {
  background-color: white;
  padding: 10px 20px 15px;
  margin-bottom: 20px;
  box-shadow: 4px 4px 0 0 rgba(115, 178, 170, 0.2);
  border-radius: 4px;
  border: solid 1px rgba(200, 231, 237, 0.6);
  margin-top: 45px;
  margin-bottom: 55px;
}
.adv-feedback label {
  display: inline-block;
}
.adv-feedback .adv-feedback__label {
  font-family: brhendrix-bold, sans-serif;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: normal;
}
.adv-feedback .adv-feedback__yes {
  background-color: #487f84;
  margin-right: 10px;
}
.adv-feedback .adv-feedback__no {
  background-color: #c2544c;
}
.adv-feedback .adv-feedback__close {
  background-color: #ffffff;
  color: #FBCD02;
}
.adv-feedback .adv-feedback__title {
  font-size: 24px;
  color: #204560;
  line-height: 1.3;
}
.adv-feedback .adv-feedback__step--2--yes,
.adv-feedback .adv-feedback__step--2--no,
.adv-feedback .adv-feedback__actions-buttons,
.adv-feedback .adv-feedback__step--sending,
.adv-feedback .adv-feedback__step--sent {
  display: none;
}



.section-latest h2 {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  .section-latest h2 {
    font-size: 26px!important;
  }
}
.adv-contentbox {
  display: flex;
  flex-direction: column;
  background-size: cover;
  background-position: center;
  text-decoration: none;
  width: 100%;
  min-height: 300px;
}
@media only screen and (max-width: 767px) {
  .adv-contentbox {
    min-height: 300px;
  }
}
.adv-contentbox .adv-contentbox__info {
  background-color: white;
  border-radius: 2px;
}
.adv-contentbox .adv-contentbox__info h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  font-family: brhendrix-medium, sans-serif;
  color: #14384d;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .adv-contentbox .adv-contentbox__info h3 {
    font-size: 15px;
  }
}
.adv-contentbox .adv-contentbox__info p {
  font-size: 16px;
  line-height: 1.35;
  color: #272727;
  margin: 0;
  margin-top: 0.6em;
  font-family: brhendrix-light, sans-serif;
}
@media only screen and (max-width: 767px) {
  .adv-contentbox .adv-contentbox__info p {
    font-size: 14px;
  }
}
.adv-contentbox .adv-contentbox__info p:first-child {
  margin-top: 0;
}
.adv-contentbox.adv-contentbox--cover {
  justify-content: flex-end;
  padding-top: 45%;
}
.adv-contentbox.adv-contentbox--cover .adv-contentbox__info {
  margin: 22px;
  padding: 16px 22px;
}
.adv-contentbox.adv-contentbox--top {
  padding-top: 0;
}
.adv-contentbox.adv-contentbox--top .adv-contentbox__image {
  padding-top: 55%;
  background-size: cover;
}
.adv-contentbox.adv-contentbox--top .adv-contentbox__image .adv-contentbox__tag {
  font-size: 13px;
  font-weight: 900;
  line-height: 1.6;
  background-color: #4c4d4b;
  color: white;
  margin-left: 22px;
  display: inline-block;
  width: auto;
  padding: 0.35em 1em 0.3em 1em;
  margin-bottom: 18px;
  border-radius: 2px;
  font-weight: normal;
  font-family: brhendrix-medium, sans-serif;
}
@media only screen and (max-width: 767px) {
  .adv-contentbox.adv-contentbox--top .adv-contentbox__image .adv-contentbox__tag {
    margin-left: 12px;
    margin-bottom: 10px;
  }
}
.adv-contentbox.adv-contentbox--top .adv-contentbox__info {
  background: transparent;
  padding: 22px 0;
}
a.adv-contentbox:hover h3 {
  text-decoration: underline!important;
}
a.adv-contentbox:hover p {
  text-decoration: underline!important;
}




.adv-support {
  display: flex;
  float: right;
  margin-top: -20px;
  position: relative;
}
.adv-support > a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  margin-left: 20px;
}
.adv-support > a:last-child {
  margin-left: 20px;
}
.adv-support > a span {
  width: 45px;
  height: 45px;
  background-color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adv-support > a span i {
  color: #c2544c;
  font-size: 26px;
}
.adv-support > a[open] span {
  background-color: #c2544c;
}
.adv-support > a[open] span i {
  color: white;
}
.adv-support > a p {
  font-size: 13px;
  color: #4c4d4b;
  margin: 0;
  margin-top: 6px;
}
.adv-support .adv-support__social-links {
  display: flex;
  position: absolute;
  top: 75px;
  right: 0;
}
@media only screen and (max-width: 865px) {
  .adv-support .adv-support__social-links {
    top: 5px;
    left: 160px;
    right: unset;
  }
}
.adv-support .adv-support__social-links a {
  margin-left: 12px;
  width: 35px;
  height: 35px;
  background-color: #c2544c;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.adv-support .adv-support__social-links a:hover {
  background-color: #b6463e;
}
.adv-support .adv-support__social-links a i {
  color: white;
  font-size: 18px;
}
@media (max-width: 865px) {
  .adv-support {
    float: none;
    margin-top: 15px;
    margin-left: -20px;
  }
  .adv-support > a {
    margin-right: 15px;
  }
}


.rsbtn_exp {
  min-width: 360px;
}

.sv-readspeaker_expandingplayer-portlet {
  float: right;
  margin-top: 20px;
  clear: both;
}
.sv-readspeaker_expandingplayer-portlet a.rs_skip {
  visibility: hidden;
  height: 1px;
  overflow: hidden;
  display: block;
}




.adv-disposal-listlink {
  float: right;
  margin-bottom: 45px;
  margin-top: 25px;
}

.adv-disposal-container {
  clear: both;
  display: flex;
  margin-bottom: 50px;
  padding: 0 20px 50px 30px;
}
.adv-disposal-container__iconholder {
  color: #FFF;
  display: flex;
  height: 136px;
  width: 136px;
  min-width: 136px;
  min-height: 136px;
  border-radius: 68px;
  margin-right: 20px;
  margin-top: 27px;
  justify-content: center;
  align-items: center;
}
.adv-dispadm__icon--large {
  max-width: 120px;
  max-height: 120px;
}
.adv-disposal-container__iconholder--small {
  display: none;
}
@media (max-width: 767px) {
  .adv-disposal-container {
    padding-left: 14px;
    padding-right: 14px;
  }
  .adv-disposal-form__searchfield {
    height: 60px;
  }
  .adv-disposal-form__searchfield--input {
    font-size: 16px;
    padding-left: 14px;
  }
  .adv-disposal-container__content__heading {
    display: flex;
    align-items: center;
  }
  .adv-disposal-container__iconholder {
    display: none;
  }
  .adv-disposal-container__iconholder--small {
    color: #FFF;
    display: flex;
    height: 84px;
    width: 84px;
    min-width: 84px;
    min-height: 84px;
    border-radius: 42px;
    justify-content: center;
    align-items: center;
    margin-top: 17px;
    margin-right: 20px;
  }
  .adv-dispadm__icon--small {
    max-width: 76px;
    max-height: 76px;
  }
  .adv-disposal-form__icon {
    width: 70px;
    min-width: 70px;
  }
}
@media (min-width: 769px) {
  .modal-dialog {
    max-width: 719px;
    margin: 1.75rem auto;
  }
}
@media (min-width: 992px) {
  .adv-disposalguide-modal {
    max-width: 882px;
  }
}
.adv-disposalguide-modal__header {
  background-color: #204560;
  color: #ffffff;
}
.adv-disposalguide-modal__header h4,
.adv-disposalguide-modal__header p {
  margin: 0;
  color: #ffffff;
}
.adv-disposalguide-modal__close {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.adv-disposalguide-modal__close .fa-times-circle {
  font-size: 27px;
}
.adv-disposalguide-modal__close .sv-font-brodtext-liten {
  color: #fff;
  margin-right: 10px;
}
.adv-disposalguide-modal__body,
.adv-disposalguide-modal__footer {
  background-color: #f1f7f7;
}
.adv-disposalguide-modal__footer {
  border-top: none;
  justify-content: center;
}
.adv-disposal-popup__letters {
  margin-top: 15px;
  margin-bottom: 30px;
}
.adv-disposal-popup__letters--desktop {
  display: flex;
  justify-content: space-evenly;
}
.adv-disposal-popup__letters--desktop span {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
}
.adv-disposal-popup__letters--desktop span.selected {
  color: #FFF;
  background-color: #204560;
  border-radius: 15px;
  min-width: 30px;
  padding-top: 2px;
}
.adv-disposal-popup__letter--selectable {
  cursor: pointer;
}
.adv-disposal-popup__table {
  width: 100%;
}
.adv-disposal-popup__table th {
  color: #ffffff;
}
.adv-disposal-popup__letters--mobile {
  display: none;
}
.adv-disposal-popup__table--stacked {
  display: none;
}
.adv-disposal-popup__letters--mobile table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.adv-disposal-popup__letters--mobile table td {
  background-color: #ffffff;
  border: 1px solid #ededed;
  height: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .adv-disposal-popup__letters--mobile {
    display: block;
  }
  .adv-disposal-popup__letters--desktop {
    display: none;
  }
  .adv-disposal-popup__table--stacked {
    display: table;
  }
  .st-head-row-main {
    display: none;
  }
}



.autocomplete-suggestions {
  border: solid 1px rgba(32, 69, 96, 0.2);
  background-color: #ffffff;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-sizing: border-box;
  cursor: default;
  overflow: hidden;
  width: 100% !important;
  top: 70px;
}
.autocomplete-suggestion {
  border-bottom: solid 1px rgba(32, 69, 96, 0.2);
  color: #204560;
  padding-top: 15px;
  padding-left: 26px;
  padding-bottom: 15px;
  font-size: 16px;
  white-space: nowrap;
  overflow: auto;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}



.adv-openinghours__contact {
  list-style-type: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 4px;
  padding-top: 10px;
}
.adv-openinghours__contact-icon {
  padding-right: 5px;
}
li.adv-openinghours__contact-item {
  padding-right: 1rem;
}
.adv-openinghours__links {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .adv-openinghours__links {
    display: inline-block;
  }
}
.adv-openinghours__currentcontainer {
  padding: 12px 15px 8px 23px;
  max-width: 480px;
}
@media only screen and (max-width: 475px) {
  .adv-openinghours__currentcontainer {
    padding: 13px 10px 8px 12px;
  }
}
.adv-openinghours__currentcontainer p,
.adv-openinghours__contact-item {
  font-size: 15px;
}
.adv-openinghours__currentcontainer .adv-openinghours__heading {
  margin-top: 0;
  margin-bottom: 0;
}
.adv-openinghours__currentcontainer .adv-openinghours__links a {
  margin-right: 20px;
}
.adv-openinghours__currentcontainer .adv-openinghours__links a:hover {
  color: #000;
}
.adv-openinghours__currentcontainer .adv-openinghours__links a:first-child {
  background-color: #FBCD02;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .adv-openinghours__currentcontainer .adv-openinghours__links a:first-child {
    margin-bottom: 4px;
  }
}
.adv-openinghours__currentcontainer .adv-openinghours__links a:first-child:hover {
  color: #fff;
}
.adv-openinghours__icon {
  width: 18px;
  height: 18px;
  min-width: 18px;
  border-radius: 9px;
  display: inline-block;
  margin-right: 12px;
}
.adv-openinghours__icon--open {
  background-color: #5c9870;
  position: relative;
  top: -2px;
}
.adv-openinghours__icon--closed {
  background-color: #d11035;
}
.adv-openinghours__currentcontainer .adv-openinghours__statusrow {
  display: flex;
  align-items: center;
}



.adv-openinghours__table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 4px 4px 0 0 rgba(115, 178, 170, 0.2);
}
.adv-openinghours__table caption {
  background-color: #FBCD02;
  color: #ffffff;
  height: 50px;
  font-size: 20px;
  line-height: 1.65;
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.adv-openinghours__table thead,
.adv-openinghours__table tbody {
  margin: 0 15px;
  display: table;
  width: calc(100% - 30px);
}
.adv-openinghours__table tr {
  border-bottom: 1px solid #f1f7f7;
}
.adv-openinghours__table th,
.adv-openinghours__table td {
  padding-left: 20px;
  padding-top: 14px;
  padding-bottom: 18px;
  text-align: left;
  min-width: 150px;
}
.adv-openinghours__table__time {
  white-space: nowrap;
}



.adv-openinghours--title {
  font-size: 1.8em;
  margin-bottom: 0.5em;
  display: block;
}
.adv-openinghours__list {
  width: 100%;
  display: none;
  margin-bottom: 24px;
}
.adv-openinghours__list:first-of-type {
  display: block;
}
.adv-openinghours__list .adv-openinghours__list-header {
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 16px;
  width: 100%;
  justify-content: center;
  background-color: #204560;
}
.adv-openinghours__list .adv-openinghours__list-header .heading {
  font-size: 1.3em;
  width: 50%;
  color: #ffffff;
}
@media (max-width: 768px) {
  .adv-openinghours__list .adv-openinghours__list-header .heading {
    display: none;
  }
}
.adv-openinghours__list .heading-mobile {
  font-size: 1.3em;
  width: 100%;
  color: #204560;
  background-color: #E5F5F8;
  padding: 16px;
}
@media (min-width: 769px) {
  .adv-openinghours__list .heading-mobile {
    display: none;
  }
}
.adv-openinghours__list .adv-openinghours__list-header .nav {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: right;
  align-items: center;
}
@media (max-width: 768px) {
  .adv-openinghours__list .adv-openinghours__list-header .nav {
    width: 100%;
    justify-content: space-between;
  }
}
.adv-openinghours__list .adv-openinghours__list-header .nav div {
  font-size: 24px;
  display: flex;
  align-items: center;
}
.adv-openinghours__list .adv-openinghours__list-header .nav div.inactive {
  color: rgba(200, 200, 200, 0.9);
}
.adv-openinghours__list .adv-openinghours__list-header .nav div:first-of-type {
  margin-right: 32px;
}
.adv-openinghours__list .adv-openinghours__list-header .nav div i {
  cursor: pointer;
}
.adv-openinghours__list .adv-openinghours__list-header .nav div i:hover {
  color: rgba(200, 200, 200, 0.4);
}
.adv-openinghours__list .adv-openinghours__list-header .nav div span {
  font-size: 16px;
}
.adv-openinghours__list .adv-openinghours__list-header .nav div.prev i {
  margin-right: 8px;
}
.adv-openinghours__list .adv-openinghours__list-header .nav div.next i {
  margin-left: 8px;
}
.adv-openinghours__list article {
  display: none;
  padding: 16px;
  align-items: center;
  width: 100%;
}
.adv-openinghours__list article:first-of-type {
  display: block;
}
.adv-openinghours__list article .article-row {
  display: flex;
  margin-bottom: 4px;
  border-bottom: 1px solid #f1f7f7;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.adv-openinghours__list article .article-row .article-day,
.adv-openinghours__list article .article-row .article-time,
.adv-openinghours__list article .article-row .article-notes {
  padding: 14px 0 16px;
  min-width: 120px;
  max-width: 33%;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .adv-openinghours__list article .article-row .article-day,
  .adv-openinghours__list article .article-row .article-time {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .adv-openinghours__list article .article-row .article-notes {
    flex-grow: 2;
    max-width: 100%;
    padding-top: 0;
  }
}
.adv-openinghours__list article .article-row .note-empty {
  padding: 0;
}
@media (min-width: 768px) {
  .adv-openinghours__list article .article-row .note-empty {
    padding: 14px 0 16px;
  }
}
.adv-openinghours__list article .article-row:first-of-type {
  font-size: 18px;
  margin-bottom: 8px;
  border-bottom: none;
  color: #204560;
}
@media (max-width: 767px) {
  .adv-openinghours__list article .article-row:first-of-type .article-notes {
    display: none;
  }
}
.adv-openinghours__list article .article-row:last-of-type {
  border-bottom: none;
}



.text-and-image--background-left:after,
.text-and-image--background-right:after {
  background-color: #FBCD02 !important;
}



.puffbox {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  min-height: 480px;
  background-size: cover;
  background-position: center;
  text-decoration: none;
}
.puffbox--info {
  padding: 1.4em 1.4em 3em;
}
.puffbox--info-icon {
  width: 60px;
  height: 60px;
  margin-bottom: 1.5em;
  overflow: hidden;
}
.puffbox--info-icon img {
  width: 100%;
}
.puffbox--info-title {
  font-size: 1.2em;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.puffbox--info-text {
  font-size: 0.9em;
}
.puffbox--info-status {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.9em;
  margin: 2em 0 1em;
}
.puffbox--info-status span.adv-openinghours__icon {
  width: 14px;
  height: 14px;
  min-width: 14px;
  margin-right: 1em;
}
.puffbox--info-contact {
  display: flex;
  flex-direction: column;
}
.puffbox--info-contact div {
  margin-bottom: 1em;
  font-size: 0.9em;
}
.puffbox--info-contact div i {
  margin-right: 1em;
  padding-right: 0;
}
.puffbox--info-contact div a {
  color: inherit;
}
.puffbox--info-actions a {
  color: inherit;
  border: 1px solid #ffffff;
}
.puffbox--info-actions a:first-of-type {
  margin-right: 0.5em;
}
.puffbox--info-actions a:hover {
  color: inherit!important;
  border: 1px solid #ffffff;
}



.find-fast {
  background-color: #14384d;
  background-repeat: no-repeat;
  position: relative;
  background-position-y: -1px;
  padding: 6rem 0;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 767px) {
  .find-fast {
    padding: 3rem 30px;
    background-size: auto;
  }
}
.find-fast .adv-column--nomargin {
  width: 50%;
  float: left;
  padding-left: 6rem;
}
@media (max-width: 992px) {
  .find-fast .adv-column--nomargin {
    width: 100%;
    padding-left: 0;
  }
  .find-fast .adv-column--nomargin:first-of-type {
    padding-top: 20px;
  }
}
.find-fast .sv-font-brodtext-liten {
  font-size: 13px;
  font-weight: 900;
}
.find-fast h2 {
  color: #ffffff;
  font-size: 36px;
}
@media (max-width: 767px) {
  .find-fast h2 {
    font-size: 24px;
  }
}
.find-fast h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 15px;
  margin-top: 0;
}
@media only screen and (max-width: 767px) {
  .find-fast h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.find-fast .fa-external-link-alt {
  margin-left: 5px;
}
.find-fast p {
  color: #ffffff;
  font-size: 19px;
}
@media only screen and (max-width: 767px) {
  .find-fast p {
    font-size: 16px;
  }
}
.find-fast ul {
  padding-top: 33px;
  padding-left: 0;
}
@media (max-width: 992px) {
  .find-fast ul {
    padding-top: 0;
    margin: 0;
  }
}
.find-fast ul li {
  list-style: none;
}
.find-fast ul li a {
  color: #ffffff;
  font-size: 18px;
}
.related-news {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  .related-news {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.related-news h2 {
  padding-bottom: 1rem;
}
.related-news ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .related-news ul {
    display: block;
  }
}
.related-news li {
  position: relative;
  background: #fff;
  box-shadow: 0px 1px 30px rgba(0, 0, 0, 0.03);
  border-radius: 2px;
  padding: 20px !important;
  width: 31%;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .related-news li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.related-news li:hover h4 {
  text-decoration: underline;
}
.related-news li span.normal {
  font-size: 16px;
}
.related-news li a.normal {
  font-size: 16px;
}
.related-news h4 {
  margin: 0;
  margin-top: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}
.related-news h4 a {
  text-decoration: none;
}
.related-news span.sv-font-brodtext-liten {
  color: #4c4d4b;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 120%;
}
.related-news .env-button {
  background: #ffffff;
  border: 1px solid #FEFAF1;
  color: #4c4d4b;
}
.listing-page-two .adv-support {
  display: flex;
  top: -20px;
}
.listing-page-two .wrapper-title {
  display: flex !important;
  width: auto !important;
  position: relative;
  top: 10px;
  padding-left: 10px;
  display: inline;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .listing-page-two .wrapper-title {
    display: inline-flex !important;
    position: relative !important;
    top: 0;
    padding-left: 20px;
    margin-bottom: 0;
    bottom: 0;
  }
  .listing-page-two .wrapper-title:before {
    left: -20px;
  }
}
.listing-page-two .wrapper-title:before {
  width: calc(100% + 50px);
  left: -20px;
}
.listing-page-two .adv-subnav__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 70%;
  float: left;
  padding: 10px 30px 15px 25px;
}
@media (max-width: 992px) {
  .listing-page-two .adv-subnav__container {
    width: 100%;
    padding: 20px 30px 0px 35px;
  }
}
.listing-page-two .adv-subnav__item {
  width: 45%;
}
@media (max-width: 767px) {
  .listing-page-two .adv-subnav__item {
    width: 100%;
  }
}
.listing-page-two .adv-subnav__lowprio-container {
  display: block;
  width: 30%;
  float: left;
  border: 1px solid rgba(200, 231, 237, 0.6);
  box-sizing: border-box;
  box-shadow: 4px 4px 0px rgba(115, 178, 170, 0.2);
  border-radius: 10px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .listing-page-two .adv-subnav__lowprio-container {
    width: 100%;
    margin-top: 30px;
  }
}
.listing-page-two .adv-subnav__lowprio-container:before {
  content: 'Hitta snabbt';
  color: #c2544c;
  display: block;
  font-size: 20px;
  padding: 20px;
  padding-top: 0;
}
.listing-page-two a.adv-subnav__lowprio-item {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(200, 231, 237, 0.6);
}
.listing-page-two a.adv-subnav__lowprio-item:first-child {
  border-top: 1px solid rgba(200, 231, 237, 0.6);
}
.listing-page-two a.adv-subnav__lowprio-item:last-child {
  border-bottom: 0;
}
.listing-page-two a.adv-subnav__lowprio-item:nth-child(even) {
  margin-right: 0;
  margin-left: 0;
}
.listing-page-two a.adv-subnav__lowprio-item h3 {
  text-decoration: none;
  color: #FBCD02;
  display: block;
  font-size: 15px;
  font-weight: normal;
  padding: 15px 20px;
  margin: 0;
}
.listing-page-two a.adv-subnav__lowprio-item h3:hover {
  text-decoration: underline;
}
.listing-page-two a.adv-subnav__lowprio-item h3:before {
  display: none;
}




.hero-angle {
  position: relative;
  width: 100%;
}
.hero-angle .hero-title-box {
  width: 100%!important;
}
.hero-angle .hero-title-box .search-wrap {
  z-index: 1000;
}
.hero-angle .adv-support {
  margin-top: 10px;
  position: absolute;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 1440px;
  padding-right: 90px;
}
@media only screen and (max-width: 767px) {
  .hero-angle .adv-support {
    display: none;
  }
}
.hero-angle .adv-support p {
  color: #ffffff;
  font-family: brhendrix-bold, sans-serif;
  text-shadow: 1px 1px 20px #000000;
}
.breadcrumbs-bg {
  position: absolute;
  background: #fff;
  padding: 2px 10px;
  border-radius: 3px;
  margin: 10px;
  z-index: 1100;
}
@media only screen and (max-width: 865px) {
  .breadcrumbs-bg {
    display: none;
  }
}
.title-bg {
  display: flex;
  background: #FBCD02;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  position: relative;
  top: 10px;
  height: 45px;
}
.title-bg:after,
.title-bg:before {
  height: 0;
  width: 0;
  content: "";
  display: block;
  position: relative;
}
.title-bg:before {
  border-bottom: 43px solid #FBCD02;
  border-left: 12px solid transparent;
  left: -12px;
  top: 2px;
}
.title-bg:after {
  border-bottom: 43px solid #FBCD02;
  border-right: 12px solid transparent;
  right: -12px;
  top: 2px;
}
.wrapper-title {
  bottom: 0;
  width: auto !important;
  position: absolute;
  z-index: 2;
  margin-left: 0 !important;
}
.wrapper-title:before {
  content: '';
  position: absolute;
  width: calc(100% + 40px);
  height: 5.31px;
  left: -20px;
  right: 20px;
  bottom: -13px;
  background: #000000;
  opacity: 0.2;
  filter: blur(3.54114px);
  transform: rotate(-0.2deg);
}
@media only screen and (max-width: 767px) {
  .wrapper-title {
    bottom: -30px;
    left: 30px;
  }
}
.wrapper-title h1 {
  color: #ffffff;
  font-size: 21px;
  font-weight: normal;
  font-family: brhendrix-bold, sans-serif;
}
@media only screen and (max-width: 992px) {
  .wrapper-title h1 {
    font-size: 18px;
    padding-top: 2px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper-title h1 {
    font-size: 17px;
    padding-top: 2px;
  }
}
@media screen and (min-width: 3400px) and (max-width: 10000px) {
  .wrapper-title {
    bottom: 0;
  }
  .adv-subnav__container {
    Margin-top: 20px;
  }
}

.adv-subnav__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 10px 30px 15px 0px;
}
@media only screen and (max-width: 992px) {
  .adv-subnav__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px 30px 15px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .adv-subnav__container {
    padding: 10px 30px 0px 40px;
    padding-top: 50px;
    display: block;
  }
}
.adv-subnav__column {
  padding-right: 85px;
}
@media only screen and (max-width: 992px) {
  .adv-subnav__column {
    width: 100%;
  }
}
.adv-subnav__item {
  display: block;
  width: 28%;
  margin-right: 5%;
  position: relative;
  margin-bottom: 60px;
  text-decoration: none;
  margin-top: 10px;
}
.adv-subnav__item:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 992px) {
  .adv-subnav__item {
    width: 45%;
    margin-right: 5%;
    margin-bottom: 30px;
  }
  .adv-subnav__item:nth-child(even) {
    margin-right: 0;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .adv-subnav__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
    margin-top: 0px;
  }
  .adv-subnav__item:nth-child(even) {
    margin-right: 0;
    margin-left: 0;
  }
}
.adv-subnav__item:before {
  position: absolute;
  top: 3px;
  left: -30px;
  content: "\f061";
  color: rgba(194, 84, 76, 0.4);
  font-family: "Font Awesome 5 pro";
  font-weight: 300;
  font-size: 17px;
  padding-right: 10px;
}
.adv-subnav__item h2 {
  color: #FBCD02;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  font-family: brhendrix-bold, sans-serif;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 3px;
}
.adv-subnav__item h2:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 992px) {
  .adv-subnav__item h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .adv-subnav__item h2 {
    font-size: 16px;
    margin-bottom: 3px!important;
  }
}
a.adv-subnav__item-link {
  color: #FBCD02;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  font-family: brhendrix-bold, sans-serif;
  line-height: 1.15;
}
a.adv-subnav__item-link:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 992px) {
  a.adv-subnav__item-link {
    font-size: 18px;
  }
}
.adv-subnav__item-description {
  color: #4c4d4b;
  font-size: 16px;
  line-height: 1.4;
  font-family: brhendrix-light, sans-serif;
  margin-top: 6px;
}
.adv-subnav__item-description:hover {
  text-decoration: underline;
}
.adv-subnav__lowprio-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-top: 1px solid #ededed;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 0;
}
@media only screen and (max-width: 992px) {
  .adv-subnav__lowprio-container {
    padding-left: 40px;
  }
}
a.adv-subnav__lowprio-item {
  position: relative;
  width: 28%;
  margin-right: 5%;
  text-decoration: none;
}
@media only screen and (max-width: 992px) {
  a.adv-subnav__lowprio-item {
    width: 45%;
    margin-right: 5%;
    margin-bottom: 30px;
  }
  a.adv-subnav__lowprio-item:nth-child(even) {
    margin-right: 0;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  a.adv-subnav__lowprio-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  a.adv-subnav__lowprio-item:nth-child(even) {
    margin-right: 0;
    margin-left: 0;
  }
  a.adv-subnav__lowprio-item:last-child {
    margin-bottom: 0px;
  }
}
.adv-subnav__lowprio-item h3 {
  color: #FBCD02;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 25px;
  padding-top: 3px;
  font-family: brhendrix-bold, sans-serif;
}
@media only screen and (max-width: 767px) {
  .adv-subnav__lowprio-item h3 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.adv-subnav__lowprio-item h3:before {
  position: absolute;
  top: 2px;
  left: -30px;
  content: "\f061";
  color: rgba(194, 84, 76, 0.4);
  font-family: "Font Awesome 5 pro";
  font-weight: 300;
  font-size: 17px;
  padding-right: 10px;
}
.adv-subnav__lowprio-item h3:hover {
  text-decoration: underline;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.sv-font-paginering {
  margin: 0px 5px;
  margin-top: 0;
}
span.sv-font-paginering {
  display: inline-block;
  background: #FBCD02;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid #FEFAF1;
  height: 34px;
  width: 34px;
  padding-top: 8px;
}
span.sv-font-paginering:last-child {
  background: none;
  border: 0;
}
span.sv-font-paginering:last-child:before {
  content: "\f054";
  color: rgba(194, 84, 76, 0.4);
  font-family: "Font Awesome 5 pro";
  font-weight: 300;
  font-size: 17px;
  padding-right: 10px;
}
a.sv-font-paginering {
  display: inline-block;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #FEFAF1;
  height: 34px;
  width: 34px;
  padding-top: 8px;
  text-decoration: none;
}
a.sv-font-paginering:first-child {
  background: none;
  border: 0;
}
.pagination .current {
  color: #ffffff;
  background: #FBCD02;
  border-radius: 50%;
  border: 1px solid #FEFAF1;
  height: 34px;
  width: 34px;
  padding-top: 4px;
  font-size: 16px;
  margin: 0px 5px;
  font-family: brhendrix-medium, sans-serif;
  font-weight: normal;
}
.pagination a {
  color: #FBCD02;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #FEFAF1;
  height: 34px;
  width: 34px;
  padding-top: 4px;
  font-size: 16px;
  margin: 0px 5px;
  font-family: brhendrix-medium, sans-serif;
  font-weight: normal;
}
.pagination .prev {
  border: 0;
  background: #F9F9F9;
  color: #F9F9F9 !important;
}
.pagination .prev:before {
  content: "\f053";
  color: #8a8a91;
  font-family: "Font Awesome 5 pro";
  font-weight: 300;
  font-size: 17px;
}
.pagination a:visited {
  color: #FBCD02;
}
.pagination a.next {
  border: 0;
  background: none;
  color: #F9F9F9 !important;
}
.pagination a.next:before {
  content: "\f054";
  color: #8a8a91;
  font-family: "Font Awesome 5 pro";
  font-weight: 300;
  font-size: 17px;
}
.pagination .next {
  border: 0;
  background: none;
  color: #F9F9F9 !important;
}
.pagination .next:before {
  content: "\f054";
  color: #8a8a91;
  font-family: "Font Awesome 5 pro";
  font-weight: 300;
  font-size: 17px;
  padding-left: 8px;
}
.pagination .current.next {
  border: 0;
  background: none;
}
.pagination .current.prev {
  border: 0;
  background: none;
}

.sticky-cta {
  position: fixed;
  bottom: 40px;
  right: 30px;
  height: 86px;
  width: 86px;
  background: #4c4d4b;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1000;
  border-radius: 100%;
  border: solid 2px #ffffff;
  text-decoration: none;
  transition: all 0.5s;
  cursor: pointer;
}
.sticky-cta:hover {
  background: #943932;
}
.sticky-cta:hover p {
  text-decoration: underline;
}
.sticky-cta:focus {
  outline: none;
}
.sticky-cta i {
  color: #fff;
  font-size: 30px;
}
.sticky-cta span {
  color: #fff;
  font-size: 12px;
  margin: 0;
  margin-top: 5px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .sticky-cta {
    height: 60px;
    width: 60px;
    right: 10px;
  }
  .sticky-cta i {
    font-size: 20px;
  }
  .sticky-cta span {
    font-size: 8px;
  }
}

.cta-icon {
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .cta-icon {
    padding: 0;
  }
  .cta-icon img {
    float: left;
    padding-right: 20px;
  }
}
.background-image {
  height: 70vh!important;
  display: flex!important;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .background-image {
    height: 40vh!important;
  }
}
@media only screen and (max-width: 767px) {
  .toppyta-startsida {
    padding-left: 15px;
    margin-bottom: 45px;
    padding-right: 15px;
  }
}
.publish p,
.updated p {
  font-size: 16px;
}
.publish {
  float: left;
  margin-right: 30px;
  margin-top: -40px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .publish {
    margin-bottom: 0px;
  }
}
.updated {
  float: left;
  margin-top: -40px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .updated {
    margin-bottom: 10px;
  }
}

.colored-transparent-bkg {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 1em!important;
}




.container-frontpage .background-image {
  height: 70vh!important;
}
@media only screen and (max-width: 767px) {
  .container-frontpage .background-image {
    height: 40vh!important;
  }
}
.container-frontpage .hero-title-box {
  padding-top: 180px;
}
@media only screen and (max-width: 993px) {
  .container-frontpage .hero-title-box {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .container-frontpage .hero-title-box {
    padding-top: 80px;
    width: 100% !important;
  }
}
.container-frontpage .hero-title-box h1 {
  color: #ffffff;
  font-size: 62px;
  font-weight: 900;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .container-frontpage .hero-title-box h1 {
    font-size: 32px;
  }
}
.container-frontpage .hero-title-box .sv-font-ingress {
  font-size: 30px;
  font-weight: 900;
  color: #ffffff;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .container-frontpage .hero-title-box .sv-font-ingress {
    font-size: 16px;
  }
}
.container-frontpage .title-bg {
  background: #FBCD02;
}
.container-frontpage .title-bg:before {
  border-bottom: 43px solid #FBCD02;
}
.container-frontpage .title-bg:after {
  border-bottom: 43px solid #FBCD02;
}
.container-frontpage .adv-subnav__item h2 {
  color: #FBCD02;
  margin-bottom: 15px;
}
.container-frontpage .adv-subnav__item:before {
  color: rgba(194, 84, 76, 0.4);
}

.sv-decoration-symbol-driftstorning {
  position: relative;
}
.sv-decoration-symbol-driftstorning h3 {
  padding-left: 30px;
  margin-bottom: 30px !important;
}
.sv-decoration-symbol-driftstorning h3 {
  margin-bottom: 30px !important;
}
.sv-decoration-symbol-driftstorning:before {
  position: absolute;
  top: 4px;
  left: 0;
  display: inline-block;
  content: "\f071";
  color: #272727;
  font-family: "Font Awesome 5 pro";
  font-weight: 300;
  font-size: 17px;
}
.driftinfo-start ul li {
  border-bottom: 1px solid #FEFAF1;
  padding-bottom: 10px;
}
.driftinfo-start ul li:last-child {
  border-bottom: 0;
}
.driftinfo-start .sv-font-brodtext-liten {
  background: #f1ca63;
  border-radius: 2px;
  color: #272727;
  font-size: 11px;
  font-weight: 900;
  padding: 5px 10px 3px;
  text-transform: uppercase;
  float: left;
  margin-right: 15px;
  position: relative;
  top: -4px;
}
.driftinfo-start h2,
.driftinfo-start h4 {
  font-size: 15px;
}

.lastest-frontpage h3 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px !important;
  margin-top: 0;
}
.lastest-frontpage h2,
.lastest-frontpage h4 {
  font-size: 17px;
  font-weight: normal;
  margin-top: 5px;
  font-family: brhendrix-medium, sans-serif;
}
.lastest-frontpage .sv-font-brodtext-liten {
  background: none;
  border-radius: 2px;
  color: #4c4d4b;
  font-size: 13px;
  font-weight: 900;
  padding: 0;
  text-transform: none;
  float: none;
  margin-right: 0;
}

.image-box-frontpage {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  position: relative;
  padding: 30px;
}
.image-box-frontpage a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: transparent !important;
}
.image-box-frontpage a:hover {
  color: transparent !important;
}
.image-box-frontpage h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.image-box-frontpage p {
  color: #272727;
}

.section-icons {
  padding-top: 120px;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .section-icons {
    padding-top: 20px;
  }
}
.section-icons h2 {
  font-size: 36px;
}
@media only screen and (max-width: 767px) {
  .section-icons h2 {
    font-size: 26px;
  }
}
.section-icons p.normal {
  color: #FBCD02;
  font-weight: normal;
}
.section-icons .link-icon-text {
  position: relative!important;
  float: left;
  margin-bottom: 75px;
  min-height: 150px;
}
@media only screen and (max-width: 767px) {
  .section-icons .link-icon-text {
    margin-bottom: 40px;
    min-height: 100px;
  }
}
.section-icons .link-icon-text:hover h4 {
  text-decoration: underline;
  font-weight: 300 !important;
  font-family: brhendrix-medium, sans-serif;
}
.section-icons .link-icon-text:hover .sv-font-brodtext-liten {
  text-decoration: underline;
}
.section-icons .link-icon-text img {
  max-width: 120px !important;
  position: relative;
  top: 16px;
}
@media only screen and (max-width: 767px) {
  .section-icons .link-icon-text img {
    max-width: 90px !important;
    position: relative;
    top: 5px;
  }
}
.section-icons .link-icon-text a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: transparent !important;
  z-index: 100;
}
.section-icons .link-icon-text a:hover {
  color: transparent !important;
  font-weight: normal;
}
.section-icons .link-icon-text h4 {
  font-size: 19px;
  font-weight: normal;
  font-family: brhendrix-medium, sans-serif;
}
.section-icons .link-icon-text h4:before {
  display: inline-block;
  content: "\f061";
  color: rgba(32, 69, 96, 0.3);
  font-family: "Font Awesome 5 pro";
  font-weight: 300;
  font-size: 17px;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .section-icons .link-icon-text h4:before {
    display: none;
  }
}
.section-icons .link-icon-text .sv-font-brodtext-liten {
  line-height: 1.5;
  color: #FBCD02;
}
@media only screen and (max-width: 767px) {
  .section-icons .link-icon-text .sv-font-brodtext-liten {
    margin: 0px;
  }
}
.section-icons .link-icon-text body .sv-grid-main,
.section-icons .link-icon-text .sv-grid-main .sv-row *[class*='sv-column-'],
.section-icons .link-icon-text .sv-grid-main.sv-fluid-grid *[class*='sv-row'] *[class*='sv-column-'] {
  width: 30% !important;
}
@media only screen and (max-width: 992px) {
  body .sv-grid-main.sv-fluid-grid *[class*='sv-row'] .sv-column-4.icon {
    float: left !important;
    width: 30% !important;
  }
}
.sections-icon-inverted {
  position: relative;
  padding-top: 120px;
  padding-bottom: 80px;
}
.sections-icon-inverted h2,
.sections-icon-inverted h4,
.sections-icon-inverted h3,
.sections-icon-inverted p.normal {
  color: #ffffff;
}
.sections-icon-inverted .link-icon-text h4:before {
  color: rgba(255, 255, 255, 0.3);
}
.sections-icon-inverted .link-icon-text p.sv-font-brodtext-liten {
  color: #ffffff;
}

.angle-section-yellow h2,
.angle-section-yellow h4,
.angle-section-yellow p.normal,
.angle-section-yellow a {
  color: #272727;
}
.angle-section-yellow .link-icon-text h4:before {
  color: rgba(0, 0, 0, 0.3);
}
.angle-section-yellow .link-icon-text p.sv-font-brodtext-liten {
  color: #272727;
}

.angle-section-green {
  position: relative;
}
.angle-section-green:after {
  position: absolute;
  content: "";
  background-image: url('/images/18.4339675b17252c37ce6d02/1591247834696/green-angle-small.svg');
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  left: -10px;
  right: 0;
  bottom: -100%;
  width: calc(100% + 10px);
  height: 100%;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .angle-section-green:after {
    height: calc(100% + 2px);
    bottom: calc(-100% - 2px);
  }
}
.angle-section-green h2,
.angle-section-green h4,
.angle-section-green p.normal,
.angle-section-green a {
  color: #ffffff;
}
.angle-section-green .link-icon-text h4:before {
  color: rgba(255, 255, 255, 0.3);
}
.angle-section-green .link-icon-text p.sv-font-brodtext-liten {
  color: #ffffff;
}

.angle-section-blue {
  position: relative;
  z-index: 1;
}
.wrapper-icons-flex {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .wrapper-icons-flex {
    display: block;
  }
}
.icon-flex {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .icon-flex {
    flex-direction: column;
    justify-content: flex-start;
  }
}

.section-latest {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .section-latest {
    padding-bottom: 30px;
  }
}
.section-latest h2 {
  font-size: 36px;
}

.pressrelease-frontpage {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pressrelease-frontpage .sv-column-12 .sv-portlet {
  width: 100%;
}
.pressrelease-frontpage h2 {
  font-size: 36px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 992px) {
  .pressrelease-frontpage h2 {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 9767px) {
  .pressrelease-frontpage h2 {
    font-size: 26px;
  }
}
.pressrelease-frontpage h3 {
  font-size: 17px;
}
.pressrelease-frontpage .env-button {
  margin-top: 60px;
}
@media only screen and (max-width: 992px) {
  .pressrelease-frontpage .env-button {
    margin-top: 20px;
  }
}
.pressrelease-frontpage a.adv-mynewsdesk {
  position: relative;
  width: 30%;
  height: 100%;
  float: left;
  padding: 5px 20px;
}
@media only screen and (max-width: 992px) {
  .pressrelease-frontpage a.adv-mynewsdesk {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.pressrelease-frontpage a.adv-mynewsdesk:first-child {
  margin-right: 1.5%;
}
@media only screen and (max-width: 992px) {
  .pressrelease-frontpage a.adv-mynewsdesk:first-child {
    margin-right: 0;
  }
}
.pressrelease-frontpage a.adv-mynewsdesk:nth-child(2) {
  margin-right: 1.5%;
  margin-left: 1.5%;
}
@media only screen and (max-width: 992px) {
  .pressrelease-frontpage a.adv-mynewsdesk:nth-child(2) {
    margin-right: 0;
    margin-left: 0;
  }
}
.pressrelease-frontpage a.adv-mynewsdesk:last-child {
  margin-right: 0;
  margin-left: 1.5%;
}
@media only screen and (max-width: 992px) {
  .pressrelease-frontpage a.adv-mynewsdesk:last-child {
    margin-left: 0;
  }
}
.pressrelease-frontpage a.adv-mynewsdesk i {
  position: absolute;
  top: 12px;
  right: 10px;
}
.red-dot {
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  border-radius: 100%;
}
.red-dot:before {
  font-family: "Font Awesome 5 pro";
  content: "\f071";
  font-size: 17px;
  position: relative;
  top: -3px;
  color: #c2544c;
}
.green-dot {
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  border-radius: 100%;
}
.green-dot:before {
  font-family: "Font Awesome 5 pro";
  content: "\f058";
  font-size: 17px;
  position: relative;
  top: -3px;
  color: #5c9870;
}
.yellow-dot {
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  border-radius: 100%;
}
.yellow-dot:before {
  font-family: "Font Awesome 5 pro";
  content: "\f05a";
  font-size: 17px;
  position: relative;
  top: -3px;
  color: #204560;
}
.driftinfo .red-dot:before {
  top: -9px;
}
.driftinfo .green-dot:before {
  top: -9px;
}
.driftinfo .yellow-dot:before {
  top: -9px;
}



.customer-journey-hero {
  position: relative;
  overflow: hidden;
  height: 70vh!important;
}
@media only screen and (max-width: 767px) {
  .customer-journey-hero {
    height: 40vh!important;
  }
}
.customer-journey-hero:before {
  content: '';
  position: absolute;
  bottom: -50px;
  left: -100px;
  right: -100px;
  width: calc(100% + 200px);
  height: 300px;
  -moz-filter: blur(30px);
  -o-filter: blur(30px);
  -ms-filter: blur(30px);
  filter: blur(30px);
  background: rgba(32, 69, 96, 0.8);
  overflow: hidden;
}
.customer-journey-hero--top-wrapper {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  position: relative;
}
.customer-journey-hero .background-image {
  height: 650px;
}
.customer-journey-hero .breadcrumbs-bg {
  margin-top: 20px;
}
@media only screen and (max-width: 865px) {
  .customer-journey-hero .breadcrumbs-bg {
    display: none;
  }
}
.customer-journey-hero .breadcrumbs-bg .adv-breadcrumbs {
  margin-top: 3px;
  max-width: 600px;
}
.customer-journey-hero .adv-support {
  margin-top: 20px;
  position: absolute;
  right: 50px;
}
@media only screen and (max-width: 767px) {
  .customer-journey-hero .adv-support {
    position: absolute;
    left: 25px;
  }
}
.customer-journey-hero .adv-support p {
  color: #fff;
  text-shadow: 1px 1px 20px #000000;
}
.customer-journey-hero .customer-journey-hero-title {
  position: relative;
  top: -140px;
}
@media only screen and (max-width: 767px) {
  .customer-journey-hero .customer-journey-hero-title {
    bottom: 0;
  }
}
.customer-journey-hero .customer-journey-hero-title h1 {
  color: #fff;
  padding-right: 50px;
}
@media only screen and (max-width: 550px) {
  .customer-journey-hero .customer-journey-hero-title h1 {
    max-width: 70%;
  }
}
.customer-journey-hero .sv-decoration-tagg {
  display: inline-block;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .customer-journey-hero .sv-decoration-tagg {
    margin-left: 0;
  }
}
.customer-journey-hero .sv-decoration-tagg p.normal {
  color: #fff;
  font-size: 13px;
  font-weight: 900;
  margin: 0;
}
.customer-journey-hero .env-button {
  background: #fff;
  color: #FBCD02;
}
@media only screen and (max-width: 550px) {
  .customer-journey-hero .env-button {
    position: absolute;
    top: 65px;
    right: 25px;
  }
}

.env-button[data-env-collapse] {
  text-align: left;
  display: block;
}

.modal {
  z-index: 1200;
}

.adv-customer-nav__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 60px;
}
.adv-customer-nav__column {
  padding-right: 85px;
}
@media only screen and (max-width: 767px) {
  .adv-customer-nav__column {
    width: 100%;
  }
}
.adv-customer-nav__item {
  display: block;
  width: 28%;
  min-height: 65px;
  margin-right: 5%;
  position: relative;
  margin-bottom: 40px;
  text-decoration: none;
  box-shadow: 2px 2px 6px 0 rgba(75, 125, 161, 0.1);
  background-color: #ffffff;
}
@media only screen and (max-width: 992px) {
  .adv-customer-nav__item {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .adv-customer-nav__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.adv-customer-nav__number {
  display: flex;
  justify-content: center;
  background: #FBCD02;
  color: #ffffff;
  height: 100%;
  width: 65px;
  float: left;
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .adv-customer-nav__number {
    width: 65px;
    margin-right: 10px;
  }
}
.adv-customer-nav__number h3 {
  font-size: 20px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  color: #ffffff;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  padding-top: 8px;
  margin: auto;
}
.adv-customer-nav__content {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-right: 40px;
}
.adv-customer-nav__content:after {
  position: absolute;
  right: 5px;
  content: "\f054";
  color: #7a92a8;
  font-family: "Font Awesome 5 pro";
  font-weight: 400;
  font-size: 24px;
  padding-right: 10px;
}
.adv-customer-nav__item h4 {
  color: #FBCD02;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  font-family: brhendrix-bold, sans-serif;
  line-height: 1.15;
  margin-top: 0;
  margin-bottom: 0;
}
.adv-customer-nav__item h4:hover {
  text-decoration: underline;
}
a.adv-customer-nav__item-link {
  color: #c2544c;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  font-family: brhendrix-bold, sans-serif;
  line-height: 1.15;
}
a.adv-customer-nav__item-link:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  a.adv-customer-nav__item-link {
    font-size: 18px;
  }
}
.adv-customer-nav__item-description {
  color: #7a92a8;
  font-size: 12px;
  font-family: brhendrix-light, sans-serif;
  margin-top: 5px;
}
.adv-customer-nav__lowprio-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  border-top: 1px solid #ededed;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-left: 60px;
}
@media only screen and (max-width: 767px) {
  .adv-customer-nav__lowprio-container {
    padding-left: 40px;
  }
}
a.adv-customer-nav__lowprio-item {
  position: relative;
  width: 28%;
  margin-right: 5%;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  a.adv-customer-nav__lowprio-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.sv-font-paginering {
  margin: 20px 5px;
  margin-top: 0;
}
span.sv-font-paginering {
  display: inline-block;
  background: #FBCD02;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid #FEFAF1;
  height: 34px;
  width: 34px;
  padding-top: 8px;
}
span.sv-font-paginering:last-child {
  background: none;
  border: 0;
}
span.sv-font-paginering:last-child:before {
  content: "\f054";
  color: rgba(194, 84, 76, 0.4);
  font-family: "Font Awesome 5 pro";
  font-weight: 300;
  font-size: 17px;
  padding-right: 10px;
}
a.sv-font-paginering {
  display: inline-block;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #FEFAF1;
  height: 34px;
  width: 34px;
  padding-top: 8px;
  text-decoration: none;
}
a.sv-font-paginering:first-child {
  background: none;
  border: 0;
}
.modal-customer-journey .adv-customer-nav__item {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 0;
}
.modal-customer-journey .modal-body {
  padding: 0px 20px !important;
}
.modal-customer-journey .adv-customer-nav__number {
  height: 65px;
}
.modal-customer-journey h4.modal-nav a {
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
}
.modal-customer-journey h4.modal-nav a:before {
  position: relative;
  top: 4px;
  content: "\f0a8";
  color: #ffffff;
  font-family: "Font Awesome 5 pro";
  font-weight: 300;
  font-size: 27px;
  padding-right: 10px;
}
.modal-customer-journey h1 {
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .modal-customer-journey h1 {
    font-size: 22px;
  }
}
.modal-customer-journey .title-number {
  display: inline-block;
  color: #FBCD02;
  font-size: 22px;
  border: solid 2.1px rgba(32, 69, 96, 0.35);
  background-color: rgba(200, 231, 237, 0.6);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  padding-top: 7px;
  margin-right: 10px;
  font-family: brhendrix-bold, sans-serif;
}
@media only screen and (max-width: 767px) {
  .modal-customer-journey .title-number {
    padding-top: 7px;
    font-size: 17px;
    height: 30px;
    width: 30px;
    display: block;
    margin-bottom: 10px;
  }
}



.signlanguage__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.signlanguage__list__item {
  border-radius: 10px;
  box-shadow: 4px 4px 0 0 rgba(115, 178, 170, 0.2);
  border: solid 1px rgba(254, 250, 241, 0.6);
  background-color: white;
  padding: 10px;
  width: calc(50% - 15px);
  margin-bottom: 45px;
  display: flex;
  flex-direction: column;
}
.signlanguage__list__item__image {
  height: 170px;
  width: 100%;
  background-size: cover;
  background-position: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.signlanguage__list__item__image:after {
  content: "\f04b";
  font-family: "Font Awesome 5 Pro";
  color: white;
  font-size: 30px;
  border-radius: 50%;
  border: 3px solid white;
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.signlanguage__list__item__tag {
  font-size: 13px;
  font-weight: 900;
  line-height: 1em;
  color: white;
  background-color: #c2544c;
  display: inline-block;
  position: absolute;
  bottom: 3px;
  left: 3px;
  padding: 5px 10px;
}
@media (max-width: 600px) {
  .signlanguage__list__item {
    width: 100%;
  }
  .signlanguage__list__item__image {
    height: 300px;
  }
}
@media (max-width: 450px) {
  .signlanguage__list__item__image {
    height: 200px;
  }
}



.special-page-top {
  display: flex;
}
@media (max-width: 992px) {
  .special-page-top {
    flex-direction: column-reverse;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.special-page-top .special-top-right {
  min-height: 520px;
  margin: 90px;
  box-shadow: 9px 12px 35px #2045607a;
  position: relative;
  top: 15px;
}
@media (max-width: 991px) {
  .special-page-top .special-top-right {
    min-height: 700px;
    margin: 30px;
  }
}
@media (max-width: 767px) {
  .special-page-top .special-top-right {
    min-height: 500px;
    margin: 0px;
  }
}
.special-page-top .special-top-left {
  padding-right: 40px;
}
@media (max-width: 767px) {
  .special-page-top .special-top-left {
    padding: 15px;
  }
}
.special-page-top .special-top-left .sv-multilevellink-portlet,
.special-page-top .special-top-left .adv-breadcrumbs {
  padding-top: 10px;
}
.special-page-top .special-top-left h1 {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .special-page-top .special-top-left h1 {
    margin-top: 10px;
  }
}
.special-page-top .adv-support {
  display: flex;
  position: absolute;
  top: -65px;
  right: -50px;
}
@media (max-width: 767px) {
  .special-page-top .adv-support {
    top: 10px;
    left: 20px;
  }
}

.adv-icon-nav__title {
  text-align: center;
  padding-top: 20px;
}
.adv-icon-nav__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .adv-icon-nav__container {
    flex-wrap: wrap;
  }
}
a.adv-icon-nav__item {
  text-decoration: none;
  text-align: center;
}
.adv-icon-nav__item {
  padding: 0 60px;
  border-right: 1px solid #ededed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.adv-icon-nav__item:last-child {
  border-right: 0;
}
@media (max-width: 767px) {
  .adv-icon-nav__item {
    width: 50%;
    border: 0;
    padding: 30px 0;
  }
}
.adv-icon-nav__item .circle {
  background: #FEFAF1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  border-radius: 50%;
}
.adv-icon-nav__item .circle i {
  font-size: 32px;
  font-weight: 300;
}
.adv-icon-nav__item h3 {
  font-size: 16px;
  font-weight: normal;
  text-decoration: underline;
}
.nav-active .circle {
  background: #FBCD02;
}
.nav-active .circle i {
  color: #ffffff;
}
@media (max-width: 767px) {
  
  .sv-grid-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  h1,
  .heading {
    font-size: 24px;
  }
  h2,
  .subheading {
    font-size: 20px;
  }
  h3,
  .subheading3 {
    font-size: 18px;
  }
  h4,
  .subheading4 {
    font-size: 16px;
  }
  .normal {
    font-size: 16px;
  }
  .sv-font-ingress {
    font-size: 18px;
  }
  .font-date {
    font-size: 11px;
  }
}


body {
  background-color: #f8fbfb;
  font-family: "Avenir";
}
header {
  background-color: #ffffff;
  
}
header .topmenu-links-wrapper .active span {
  color: #ffffff !important;
}
header .topmenu-links-wrapper .topmenu-links-column-wrap a,
header .topmenu-links-wrapper .topmenu-links-column-wrap i,
header .topmenu-links-wrapper .topmenu-links-column-wrap span,
header .topmenu-links-wrapper .topmenu-links-column-wrap .topmenu-links-wrapper .topmenu-links-column-wrap--darker-2,
header .topmenu-links-wrapper #topmenu-links-menu i.fa-bars:before {
  color: #272727;
}
header .topmenu-links-wrapper .topmenu-links-column-wrap--darker-1,
header .topmenu-links-wrapper .topmenu-links-column-wrap--darker-2 {
  background-color: inherit;
}
header .topmenu-links-wrapper #topmenu-links-menu i.fa-bars::before {
  background-image: url("https://lidkoping.se/images/18.1e737d317b9de7f15fcff/1630512420267/hamburger.svg");
}
header .topmenu-links-wrapper .active .fa-search::before,
header .topmenu-links-wrapper .active span::after {
  color: #272727;
}
header .topmenu-links-wrapper .topmenu-links-column-wrap i {
  font-size: 24px;
}
@media (max-width: 767px) {
  header .topmenu-links-wrapper .topmenu-links-column-wrap i {
    font-size: 16px;
  }
}
header .topmenu-links-wrapper .topmenu-links-column-wrap span {
  font-size: 15px;
}
@media (max-width: 767px) {
  header .topmenu-links-wrapper .topmenu-links-column-wrap span {
    margin-top: 11px;
  }
}
header .topmenu-links-wrapper #topmenu-links-menu i.fa-bars:before {
  width: 24px;
  height: 24px;
}
@media (max-width: 767px) {
  header .topmenu-links-wrapper #topmenu-links-menu i.fa-bars:before {
    width: 16px;
    height: 16px;
  }
}
.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Pro";
}
div.c900,
div.c2841 {
  background-color: #F9F9F9;
}
.adv-support {
  float: right;
}
.adv-support a p,
.campus-program-list-helper .hero-angle .adv-support a p {
  text-shadow: unset;
  font-family: brhendrix, sans-serif;
  color: #272727;
}
.hero-angle .adv-support a p {
  color: #ffffff;
  text-shadow: unset;
  font-family: brhendrix, sans-serif;
}

p.sv-portlet-image-caption {
  font-size: 0.8em;
  margin-top: 6px;
}
@media (min-width: 768px) {
  p.sv-portlet-image-caption {
    font-size: 1em;
  }
}
.wrapper-title h1 {
  font-size: 20px;
}
@media (max-width: 767px) {
  .wrapper-title h1 {
    font-size: 18px;
  }
}
h1.heading {
  line-height: 1.5em;
  color: #272727;
}
@media (max-width: 767px) {
  h1.heading {
    line-height: 1.2;
  }
}
.title-bg {
  background: #FBCD02;
  height: 56px;
}
@media (max-width: 767px) {
  .title-bg {
    height: 46px;
  }
}
.title-bg::before,
.title-bg::after {
  border-bottom: 56px solid #FBCD02;
}
@media (max-width: 767px) {
  .title-bg::before,
  .title-bg::after {
    border-bottom: 46px solid #FBCD02;
  }
}
.title-bg:before {
  left: -11px;
  top: 0;
}
.title-bg:after {
  right: -11px;
  top: 0;
}
.adv-customer-nav__number {
  background: #4c4d4b;
}
.adv-customer-nav__item h4 {
  color: #272727;
}

.mm-listview {
  padding: 0 1em;
}
.lidkoping-mmenu-wrapper li {
  color: #272727;
  border-top: 1px solid rgba(251, 205, 2, 0.4);
  padding: 0;
}
.lidkoping-mmenu-wrapper li:last-of-type {
  border-bottom: 1px solid rgba(251, 205, 2, 0.4);
}
.lidkoping-mmenu-wrapper li ul li:last-of-type {
  border-bottom: unset;
}
.lidkoping-mmenu-wrapper h3 {
  color: #272727;
  margin-bottom: 1em;
}
.lidkoping-mmenu-wrapper li ul li {
  border-left: none;
}
.lidkoping-mmenu-wrapper .mmenu-bottom-wrapper a i {
  color: #FBCD02;
}
.lidkoping-mmenu-wrapper li.mm-listitem_opened > .mm-btn_next::after {
  background-color: #204560;
}
.lidkoping-mmenu-wrapper li .mm-btn_next::after {
  border-color: #204560;
  color: #204560;
  background-color: #ffffff;
}
.find-fast {
  background-color: #ffffff;
  padding: 0 0 3rem;
  display: none;
}
.find-fast::after {
  background-image: none;
}
.adv-subnav__container {
  padding-top: 2rem;
}
.listing-page-two a.adv-subnav__lowprio-item h3 {
  color: #204560;
  font-weight: 300;
  font-family: brhendrix-light, sans-serif;
}
.modal-body .action-external-link p {
  padding: 2px 3px 4px;
}
.normal a,
.normal a:visited,
.adv-relatedinfo__list_item a,
.adv-relatedinfo__list_item a:after {
  color: #14384d;
}
.modal .normal a,
.modal .normal a:visited {
  color: #204560;
}
.sv-section-text-and-image .text-and-image__button:hover {
  text-decoration: underline;
}

.quotes__buttons button[disabled] {
  opacity: 0.4;
}
.quotes__buttons button[disabled] i {
  color: #ffffff !important;
  opacity: 1 !important;
}

.modal-body p.normal {
  color: #272727;
}
.modal-header {
  background-color: #FBCD02;
}
.modal-customer-journey .title-number {
  color: #204560;
}
.modal-header .action-external-link .normal a {
  color: #ffffff;
}

.campus-logo {
  position: absolute;
  margin-top: 20px;
  width: 100%;
  max-width: 480px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .campus-logo {
    margin-top: 30px;
    max-width: 40%;
  }
}
@media (max-width: 767px) {
  .campus-logo {
    margin-top: 16px;
    width: 47%;
  }
}

.env-button[data-env-collapse]:after {
  content: "\f078";
}
.env-button[data-env-collapse].env-collapse--expanded:after {
  content: "\f077";
}

.container-frontpage .background-image {
  min-height: 340px;
}
@media screen and (orientation: landscape) and (max-width: 767px) {
  .container-frontpage .background-image {
    min-height: 710px;
    max-height: 95vh;
  }
}
@media only screen and (max-width: 767px) {
  .container-frontpage .background-image {
    height: 70vh;
  }
}

.container-frontpage .background-image::before {
  content: "\A";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.15);
}

.container-frontpage .hero-title-box {
  width: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: normal;
  padding-top: unset;
  margin-top: -4em;
}
@media only screen and (min-width: 768px) {
  .container-frontpage .hero-title-box {
    width: 100%;
    margin-top: -10em;
  }
}

.container-frontpage .hero-title-box h1 {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.15em;
  position: relative;
  z-index: 1;
  margin-bottom: 0.3em;
}
@media only screen and (min-width: 768px) {
  .container-frontpage .hero-title-box h1 {
    font-size: 5em;
  }
}
.container-frontpage .hero-title-box .sv-font-ingress {
  font-size: 1.2em;
  line-height: 1.2em;
  font-weight: 600;
  position: relative;
  z-index: 1;
  width: 70%;
}
@media only screen and (min-width: 768px) {
  .container-frontpage .hero-title-box .sv-font-ingress {
    font-size: 2em;
    width: 100%;
  }
}

.adv-search-form__searchfield {
  z-index: 1000;
}
input[type="text"].campus-search-form--input {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  border-right-color: white;
  border: none;
}
.campus-search-form--icon {
  padding: 8px 0 0 24px;
  background-color: white;
  border: none;
}

.campus-btn--big {
  border-radius: 35px;
  width: 100%;
  margin: 0 0 1.2em 0;
  background: #FBCD02;
  display: inline-flex;
  font-family: "Avenir";
  line-height: 1.6em;
  box-shadow: 4px 4px 0px rgba(251, 205, 2, 0.3);
  cursor: pointer;
}
.campus-btn--big:last-of-type {
  margin-bottom: 1.5em;
}
.campus-btn--big p {
  padding: 2px 25px;
  position: relative;
}
.campus-btn--big p::before {
  font-family: "Font Awesome 5 pro";
  font-weight: 400;
  content: "\f061";
  position: absolute;
  top: 2px;
  right: 20px;
  color: #272727;
}
.campus-btn--big a {
  padding: 3px 0;
  text-decoration: none;
  font-size: 0.9em;
  font-weight: 600;
  font-family: inherit;
}
.campus-btn--big a::after {
  display: none;
}
.campus-btn--big .sv-text-portlet-content {
  width: 100%;
}
.campus-btn--big .normal {
  font-size: 1em;
}

.adv-subnav__item h2 {
  color: #272727;
  font-family: "Avenir-Heavy";
}
.adv-subnav__item:before {
  color: #FBCD02;
}

.section-icons {
  padding-top: 8em;
}

.section-icons p.normal {
  color: #272727;
}

.adv-box--white {
  border-radius: 10px;
}
.adv-openinghours__currentcontainer {
  max-width: 100%;
  margin-bottom: 2.5em;
}
li.adv-openinghours__contact-item {
  width: 100%;
}

.adv-contentbox--cover {
  border-radius: 10px;
}
.adv-contentbox.adv-contentbox--cover {
  padding-top: 38%;
  min-height: 200px;
}

.section-icons .link-icon-text .sv-font-brodtext-liten {
  color: #272727;
}

footer {
  background-color: #14384d;
}
footer .social-media-wrapper .social-media-column-wrap .fa-stack .fa-inverse {
  color: #FBCD02;
  background-color: #4c4d4b;
  border-radius: 50%;
}
footer .social-media-wrapper .social-media-column-wrap .fa-stack .fa-circle {
  color: #4c4d4b;
  background-color: #4c4d4b;
  border-radius: 50%;
}
@media (max-width: 767px) {
  footer .icon-paragraphs .icon-text i {
    position: relative;
  }
}

@media (max-width: 767px) {
  footer .social-media-wrapper {
    justify-content: center;
  }
}

footer p.normal {
  color: #ffffff;
  font-size: 1em;
}
footer #svid10_4d092e01759507d7517f07 {
  width: 100vw;
  margin-left: calc(-50vw + (100% / 2));
  height: auto;
  background-color: #0f3043;
}
footer #svid10_4d092e01759507d7517f72 {
  width: 90%;
  max-width: 1360px;
  margin: 0 auto;
  display: block;
  float: unset;
  padding: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  #svid10_4d092e01759507d7517fbe,
  #svid10_4d092e01759507d7517fbf {
    display: block;
    margin: auto;
    float: none;
    width: auto;
  }
}
@media (max-width: 767px) {
  ul.c548 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.campus-angle-section--green {
  position: relative;
  padding-top: 220px;
  padding-bottom: 180px;
  background-color: #eff6F5;
}
@media only screen and (max-width: 767px) {
  .campus-angle-section--green {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.campus-angle-section--blue {
  position: relative;
  padding-top: 220px;
  padding-bottom: 180px;
  background-color: #14384d;
  width: 101vw;
}
@media only screen and (max-width: 767px) {
  .campus-angle-section--blue {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.campus-angle-section--light-grey-right-base {
  position: relative;
  background-color: #f6f6f6;
  padding: 4em 0;
  z-index: 1;
}
.campus-angle-section--right-base {
  position: relative;
  padding: 3em 0 0;
  z-index: 1;
}
.campus-angle-section--right-top-base {
  position: relative;
  padding: 0 0 2em;
  z-index: 1;
}

.mm-menu_position-top.mm-menu_opened {
  z-index: 1150 !important;
}
.mm-panels,
.mm-menu,
.mm-panel {
  background-color: #F9F9F9 !important;
}

.campus-hero-text {
  padding-top: 10em;
  height: 70vh;
}
.campus-hero-text .heading {
  font-size: 3.5em;
  line-height: 74px;
  font-weight: 800;
  color: #ffffff;
}
.campus-hero-text p {
  font-size: 1.3em;
  line-height: 31px;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  .campus-hero-text {
    padding-top: 4em;
    height: 20vh;
    min-height: 250px;
    text-align: center;
  }
  .campus-hero-text .heading {
    font-size: 2.5em;
    line-height: 28px;
    font-weight: 800;
    color: #ffffff;
  }
  .campus-hero-text p {
    font-size: 1em;
    line-height: 22px;
    color: #ffffff;
    max-width: 65%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .campus-hero-text div.sv-grid-main {
    background-color: #ffffff;
    position: relative;
    padding: 3em 0;
    z-index: 100;
    margin-top: 11em;
  }
  .campus-hero-text div.sv-grid-main h1,
  .campus-hero-text div.sv-grid-main p {
    color: #4c4d4b;
    position: relative;
    z-index: 1;
  }
  .campus-hero-text div.sv-grid-main:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: 0;
    bottom: 0;
    left: 0;
    transform-origin: left bottom;
    transform: skewY(-3deg);
  }
  .campus-hero-text div.sv-grid-main:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: inherit;
    z-index: 0;
    bottom: 0;
    left: 0;
    transform-origin: left bottom;
    transform: skewY(3deg);
  }
}



.quotes {
  background-color: #F9F9F9;
  font-family: "Open Sans", sans-serif;
  overflow: hidden;
}
.quotes__title {
  color: #4c4d4b;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 0;
}
.quotes p {
  margin: 0;
  font-size: 100%;
  line-height: 1.69;
}
.quotes .wrapper {
  padding: 0 15px;
  text-align: center;
}
.quotes .wrapper hr {
  width: 15%;
  margin: 24px auto;
  border: 1px solid rgba(189, 189, 189, 0.5);
}
.quotes__description {
  max-width: 75%;
  margin: auto !important;
}
.quotes ul {
  position: relative;
  display: inline-flex;
  margin: 0;
  padding: 100px 0 0 0;
  right: 0;
  transition: right 0.5s;
}
.quotes ul li {
  list-style-type: none;
  width: 311px;
  flex-shrink: 0;
  padding: 0;
  box-sizing: border-box;
  transition: opacity 0.8s;
  text-align: center;
  position: relative;
}
.quotes ul li.hide {
  opacity: 0.4;
}
.quotes ul li img {
  border-radius: 50%;
  width: 90px;
  height: 90px;
  flex-grow: 0;
  flex-shrink: 0;
  margin-bottom: 15px;
  position: absolute;
  top: -25px;
  left: 40%;
  z-index: 1000;
}
.quotes ul li a {
  text-decoration: none;
}
.quotes ul li:first-child {
  padding-left: 0;
}
.quotes ul li:last-child {
  padding-right: 0;
}
.quotes ul.center-content {
  width: 100%;
  justify-content: center;
}
.quotes .quotes__text-wrapper {
  -webkit-clip-path: polygon(6% 4%, 97% 6%, 94% 86%, 11% 92%);
          clip-path: polygon(6% 4%, 97% 6%, 94% 86%, 11% 92%);
  background-color: #ffffff;
  padding: 25px;
  z-index: 1;
  position: relative;
}
.quotes .quotes__text-wrapper__title {
  font-size: 24px;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  padding: 24px 0 12px 0;
  margin: 0;
}
.quotes .quotes__text-wrapper-shadow {
  -webkit-clip-path: polygon(6% 4%, 97% 6%, 94% 86%, 11% 92%);
          clip-path: polygon(6% 4%, 97% 6%, 94% 86%, 11% 92%);
  position: absolute;
  z-index: 0;
  content: "";
  background: rgba(0, 0, 0, 0.02);
  width: 100%;
  height: 100%;
  left: 5px;
  top: 5px;
}
.quotes__person {
  display: block;
  min-height: 70px;
  margin-top: 60px;
  margin-bottom: 16px;
}
.quotes__person .person {
  font-size: 14px;
  margin: auto 0;
}
.quotes__person .person .name {
  font-weight: bold;
  line-height: 1.5;
}
.quotes__person .person .position {
  line-height: 1.36;
}
.quotes__person .person .divider {
  border-color: #d1b276;
  margin: 22px auto;
}
.quotes__text {
  padding: 0 22px 22px 22px;
  position: relative;
  height: auto;
  min-height: 230px;
}
.quotes__text p {
  font-weight: 300;
  color: #4c4d4b;
  font-style: italic;
}
.quotes__buttons {
  padding: 0 38px 50px;
  text-align: right;
}
.quotes__buttons button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: #14384d;
  box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 0.25);
}
.quotes__buttons button i {
  font-size: 22px;
  color: #ffffff;
}
.quotes__buttons button:first-child {
  margin-right: 16px;
  padding: 0 4px 0 0;
}
.quotes__buttons button:last-child {
  padding: 0 0 0 2px;
}
.quotes__buttons button[disabled] i {
  color: #4c4d4b;
  opacity: 0.4;
}
@media (min-width: 800px) {
  .quotes .wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }
  .quotes__description {
    max-width: 50%;
  }
  .quotes ul {
    margin-bottom: 20px;
  }
  .quotes ul li {
    width: 410px;
    padding: 0;
  }
  .quotes ul li:first-child {
    padding-left: 0;
  }
  .quotes ul li:last-child {
    padding-right: 0;
  }
  .quotes__title {
    padding: 100px 0 0 0;
  }
  .quotes__text {
    padding: 0 33px 60px;
  }
  .quotes__text i {
    font-size: 28px;
  }
  .quotes__text p {
    font-size: 20px;
  }
  .quotes__buttons {
    padding: 0 0 50px;
  }
  .quotes__buttons button {
    background-color: #14384d;
    transition: opacity 0.6s;
  }
  .quotes__buttons button[disabled] {
    opacity: 0.4;
  }
  .quotes__buttons button[disabled] i {
    color: #ffffff;
    opacity: 1;
  }
}
@media (max-width: 640px) {
  .speaker .quotes__text {
    min-height: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .campus-angle-section--light-grey-right-base .sv-row .sv-column-4:first-of-type .puff {
    padding-top: 16em;
  }
}




.portlet-font,
.portlet-font-label,
.portlet-font-dim,
.portlet-msg-status,
.portlet-msg-info,
.portlet-msg-error,
.portlet-msg-alert,
.portlet-msg-success,
.portlet-section-body,
.portlet-section-alternate,
.portlet-section-selected,
.portlet-section-footer,
.portlet-section-text,
.portlet-form-label,
.portlet-form-input-field,
.portlet-form-button,
.portlet-icon-label,
.portlet-dlg-icon-label,
.portlet-form-field-label,
.portlet-form-field,
.portlet-menu,
.portlet-menu-item,
.portlet-menu-item-selected,
.portlet-menu-item-hover,
.portlet-menu-item-hover-selected,
.portlet-menu-cascade-item,
.portlet-menu-cascade-item-selected,
.portlet-menu-description,
.portlet-menu-caption,
.sv-portlet-image-caption,
.sv-portlet-link-description,
.sv-portlet-primary-paragraph,
.normal {
  font-family: "Avenir";
}

.adv-support > a span i {
  color: #204560;
}

.table-of-contents .title {
  background-color: #204560;
  color: #ffffff;
}
.table-of-contents .title i {
  color: #204560;
}
.table-of-contents .list li.active {
  border-color: #FBCD02;
}
@media (max-width: 1299px) {
  .table-of-contents .list {
    background-color: #204560;
  }
}

ul.sv-list-style-punktlista li::before {
  content: url(/images/18.1e737d317b9de7f15f1470c/1631814000114/bullet-grey.svg);
}
ol li::before {
  color: #204560;
}

.adv-feedback {
  border: solid 1px #FBCD02;
  box-shadow: 4px 4px 0 0 rgba(251, 205, 2, 0.3);
}
.adv-feedback__label {
  color: #272727;
}
.adv-feedback__yes {
  color: #ffffff !important;
  background-color: #204560 !important;
}
.adv-feedback__no {
  background-color: #FBCD02 !important;
  color: #272727;
}
.adv-feedback .adv-feedback__close {
  color: #204560;
}

h1,
h2,
h3,
h4,
h5,
.heading,
.subheading,
.subheading3,
.subheading4 {
  color: #272727;
}

.normal a,
.normal a:hover,
a.sv-font-ingress:hover,
.sv-font-ingress a:hover {
  color: #272727;
}
.env-button--small:hover {
  color: #ffffff !important;
}

.adv-infobox-container,
.adv-box--white {
  border: solid 1px #FBCD02;
  box-shadow: 4px 4px 0 0 rgba(251, 205, 2, 0.3);
}

.sv-text-portlet table {
  box-shadow: 4px 4px 0 0 rgba(251, 205, 2, 0.3);
}
.sv-text-portlet table.sv-standard th p,
.sv-text-portlet table.sv-standard th p a {
  color: #272727;
}
.table-of-contents .title {
  background-color: #FBCD02;
  color: #272727;
}
.env-collapse p.normal {
  color: #272727;
}


.shortcut {
  background-color: #FBCD02;
  border-radius: 10px;
  box-shadow: 4px 4px 0px rgba(251, 205, 2, 0.3);
  color: #272727;
  text-decoration: none;
  position: relative;
  padding: 1.2em;
}
.shortcut:before {
  font-family: "Font Awesome 5 pro";
  font-weight: 400;
  content: "\f061";
  position: absolute;
  top: 1.2em;
  right: 1.2em;
  display: block;
}
.shortcut-title {
  display: inline-flex;
  width: 100%;
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0.4em;
}
.shortcut-description {
  display: block;
  width: 100%;
  font-size: 0.95em;
}

.action-style,
.action-external-link,
.action-btn--fullwidth,
.action-style--fullwidth {
  box-shadow: 4px 4px 0px rgba(251, 205, 2, 0.3);
}
.action-btn--fullwidth {
  background-color: #FBCD02;
}
.action-style a,
.action-external-link a {
  font-family: "Avenir";
  font-weight: 600;
  font-size: 0.9em;
}
.action-style {
  background-color: #FBCD02;
  color: #272727 !important;
}
.action-style p {
  color: #272727;
}
.action-style a {
  color: #272727 !important;
}
.action-style a:visited {
  color: #272727 !important;
}
.action-external-link {
  background-color: #FBCD02;
}
.action-external-link p,
.action-external-link a {
  color: #272727;
}
.action-external-link a:visited {
  color: #272727 !important;
}
.env-button {
  font-family: "Avenir";
  color: #272727;
}

.adv-infobox--temporary {
  background-color: #FBCD02;
  box-shadow: 4px 4px 0 0 rgba(251, 205, 2, 0.3);
  border: solid 0px #FBCD02;
  padding: 1em;
}

.env-button[data-env-collapse] {
  border: solid 1px #FBCD02;
  box-shadow: 2px 2px 0 2px rgba(251, 205, 2, 0.3);
}
.env-button[data-env-collapse].env-collapse--expanded {
  color: #204560 !important;
}
.env-collapse {
  border: solid 1px #FBCD02;
  font-family: inherit;
}
.env-collapse:before {
  border-top: solid 4px #ffffff;
}
.env-collapse--show {
  border-top: unset;
}

.infobox {
  border-radius: 4px;
  box-shadow: 4px 4px 0 0 rgba(251, 205, 2, 0.3);
  border: solid 1px #FBCD02;
  background-color: #ffffff;
  padding: 1em 1.5em 1.5em;
}
.infobox-title {
  font-family: "Avenir-Heavy";
  margin-bottom: 1.2em;
  font-size: 1.05em;
}
.infobox-row {
  display: flex;
  flex-direction: row;
  margin-bottom: 1em;
}
.infobox-telephone,
.infobox-email {
  align-items: center;
}
.infobox-email {
  margin-left: 2em;
}
.infobox-telephone,
.infobox-email,
.infobox-address {
  display: flex;
  flex-direction: row;
}
.infobox-telephone i,
.infobox-email i,
.infobox-address i {
  margin-right: 0.6em;
  width: 1em;
}
@media (max-width: 800px) {
  .infobox-row {
    flex-direction: column;
    margin-bottom: 0;
  }
  .infobox-telephone {
    margin-bottom: 0.6em;
  }
  .infobox-email {
    margin-bottom: 0.6em;
    margin-left: 0;
  }
}



.events {
  width: 100%;
  display: block;
  position: relative;
}
.events-list {
  margin: 0;
  padding: 0;
}
.events-list--item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .events-list--item {
    flex-direction: column;
  }
}
.events-list--item-image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .events-list--item-image {
    width: 100%;
  }
}
.events-list--item-image img {
  width: 100%;
  display: block;
}
.events-list--item-image-date {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("/images/18.36ac91af17c781f2c53f985/1635314567415/event-date.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 1.2em 1.4em 1.4em;
}
.events-list--item-image-date-year {
  font-size: 0.7em;
}
.events-list--item-image-date-month {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
}
.events-list--item-image-date-day {
  font-size: 1.2em;
  font-weight: 600;
}
.events-list--item-description {
  display: flex;
  width: 70%;
  flex-direction: column;
  justify-content: center;
  padding: 0 1em;
}
@media only screen and (max-width: 767px) {
  .events-list--item-description {
    width: 100%;
    padding: 2em 1em 0;
  }
}
.events-list--item-description p {
  margin-top: 0;
}
.events-list--item-description-title {
  font-weight: 400;
  font-size: 1.2em;
  margin: 0;
}
.events-list--item-description-preamble {
  font-weight: 300;
  margin: 0.2em 0 0 0 !important;
}
.events-list--item-description-action {
  border-radius: 35px;
  border: 1px solid #FBCD02;
  width: auto;
  max-width: 160px;
  margin: 1.2em 0 1.2em 0;
  padding: 0.5em 2em;
  font-weight: 300;
  font-size: 0.8em;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
.events-list--item-description-action:hover {
  background-color: #FBCD02;
  color: #272727;
}
.events-list--item:last-of-type {
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .events-list--item:last-of-type {
    padding-bottom: 0;
    margin-bottom: 1em;
  }
}
.events-button {
  border-radius: 35px;
  border: 1px solid #FBCD02;
  width: auto;
  margin: 1.2em 0 1.2em 0;
  padding: 0.5em 2em;
  font-weight: 300;
  font-size: 1em;
  background: #FBCD02;
  display: inline-flex;
  cursor: pointer;
  text-decoration: none;
}



.puff--usp {
  display: flex;
  flex-direction: column;
}
.puff--usp__image {
  text-align: center;
}
.puff--usp__image img {
  width: 100%;
  max-width: 100px;
}
.puff--usp__content {
  text-align: center;
}



.adv-contentbox__infoh3 {
  color: #272727;
}
