@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,600,700&display=swap");
@font-face {
  font-family: "F37Jan-Family";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/F37Jan-Family/F37Jan-Light.eot");
  src: url("../fonts/F37Jan-Family/F37Jan-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/F37Jan-Family/F37Jan-Light.woff") format("woff"), url("../fonts/F37Jan-Family/F37Jan-Light.ttf") format("truetype"), url("../fonts/F37Jan-Family/F37Jan-Light.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "F37Jan-Family";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/F37Jan-Family/F37Jan-Regular.eot");
  src: url("../fonts/F37Jan-Family/F37Jan-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/F37Jan-Family/F37Jan-Regular.woff") format("woff"), url("../fonts/F37Jan-Family/F37Jan-Regular.ttf") format("truetype"), url("../fonts/F37Jan-Family/F37Jan-Regular.svg#fontawesome") format("svg");
}
@font-face {
  font-family: "F37Jan-Family";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/F37Jan-Family/F37Jan-Bold.eot");
  src: url("../fonts/F37Jan-Family/F37Jan-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/F37Jan-Family/F37Jan-Bold.woff") format("woff"), url("../fonts/F37Jan-Family/F37Jan-Bold.ttf") format("truetype"), url("../fonts/F37Jan-Family/F37Jan-Bold.svg#fontawesome") format("svg");
}
/* Breakpoints */
/* Transition effect */
/* Transform effect */
/* Flexbox effect */
/* Flexbox effect */
/* Function to create grid */
/*----------------------------------------------------*/
/* @Autor: YOURNAME
/* Description: SHORT DESCRIPTION OF WHAT THIS SNIPPET IS USED FOR
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/* @Autor: Nikita Englund
/* Description: General for all pages
/*----------------------------------------------------*/
body {
  color: #333;
  font-family: "Source Serif Pro", serif;
  font-size: 1rem;
  font-weight: 400;
}
body article button, body article label {
  font-family: "Source Serif Pro", serif;
  font-weight: 400;
}

main {
  padding-top: 5.5rem;
}

[v-cloak] > * {
  display: none;
}

h1 {
  font-size: 3.375rem;
}
@media (max-width: 40em) {
  h1 {
    font-size: 1.5625rem;
  }
}

h2 {
  font-size: 1.875rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: 0.875rem;
}

h6 {
  font-size: 0.75rem;
}

a {
  color: #333;
}

html strong {
  font-weight: bold;
}

p {
  font-weight: 400;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "F37Jan-Family", sans-serif;
  font-weight: bold;
  margin-bottom: 0.8rem;
  position: relative;
}

.button--primary {
  background: #549d38;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "Source Serif Pro", serif;
  padding: 8px;
}
.button--primary:hover {
  background: #40772b;
}

/*  ONline 3 fix with absolut header */
body .online3-page {
  padding-top: 70px;
}
@media (min-width: 64em) {
  body .online3-page {
    padding-top: 100px;
  }
}

/* Loader color */
.sk-folding-cube .sk-cube:before {
  background-color: #549d38;
}

input, button, select, optgroup, textarea {
  font-family: "F37Jan-Family", sans-serif;
}

blockquote {
  border-left: 0;
  display: block;
  font-size: 1.25rem;
  line-height: 1.3;
  padding: 15px 20px 15px 34px;
  position: relative;
  text-align: center;
}
@media (min-width: 40em) {
  blockquote {
    font-size: 1.875rem;
  }
}
blockquote:before {
  color: #333;
  content: "“";
  font-size: 60px;
  font-weight: bold;
  left: 0;
  position: absolute;
  top: 0;
}
blockquote p {
  display: inline;
  font-family: "F37Jan-Family", sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
}

.form-type-checkbox input[type=checkbox] {
  width: 1.2rem;
}

.back-btn {
  position: absolute;
  top: 0.4rem;
  z-index: 4;
  left: 0;
}
.back-btn a {
  background: rgba(255, 255, 255, 0.8);
  color: #333;
  display: block;
  padding: 0.5rem 1rem;
}

.SkeletonBox {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  overflow: hidden;
  background-color: #DDDBDD;
}
.SkeletonBox::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(84, 157, 56, 0) 0, rgba(84, 157, 56, 0.2) 20%, rgba(84, 157, 56, 0.5) 60%, rgba(84, 157, 56, 0));
  -webkit-animation: shimmer 5s infinite;
          animation: shimmer 5s infinite;
  content: "";
}
@-webkit-keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}
@keyframes shimmer {
  100% {
    transform: translateX(100%);
  }
}

.cc_container {
  background: #eff7ea;
  color: #333;
  font-family: "Source Serif Pro", serif;
}
.cc_container .cc_more_info {
  color: #333;
  text-decoration: underline;
}
.cc_container .cc_btn {
  background: #549d38;
}
.cc_container .cc_btn:hover {
  background: #4a8a31;
  color: #fff;
}

/*----------------------------------------------------*/
/* @Autor: Nikita Englund
/* Description: Header general style, logo and header position
/*----------------------------------------------------*/
body {
  /*Online3 styling */
}
body.show-menu .region-fullmenu .region-menu {
  -webkit-animation: fadeInRight 0.35s linear 0s both;
          animation: fadeInRight 0.35s linear 0s both;
  display: block;
}
@media (max-width: 39.999em) {
  body.show-menu #menu-button {
    position: relative;
    right: 1rem;
    top: 0;
  }
  body.show-menu #menu-button > span {
    display: none;
  }
}
body.hide-menu .region-fullmenu .region-menu {
  -webkit-animation: fadeOutRight 0.35s linear 0s both;
          animation: fadeOutRight 0.35s linear 0s both;
  display: none;
}
body.path-online3 header {
  background: #aeaeae;
  position: relative;
}

header {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  font-family: "F37Jan-Family", sans-serif;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 15;
}
header .container {
  max-width: 100rem;
}
header .region-logo a {
  display: block;
}
header .region-logo img {
  height: 70px;
  padding: 0.4rem 0.3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 40em) {
  header .region-logo .navbar-brand {
    margin-right: 0;
  }
}
header .region-headersection {
  align-items: center;
  display: flex;
  font-size: 0.875rem;
  margin-right: 1.2rem;
}
@media (min-width: 24em) {
  header .region-headersection {
    margin-right: 1rem;
  }
}
@media (min-width: 40em) {
  header .region-headersection {
    margin-right: 2rem;
  }
}
header .region-headersection > div {
  margin: 0 1rem;
}
@media (max-width: 40em) {
  header .region-headersection #block-cb-topcamp-language-switcher {
    /* display: none; */
  }
}
header .region-headersection .header-extra-icon-wrapper {
  color: #5c5c5d;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  text-align: center;
  text-transform: uppercase;
}
header .region-headersection .header-extra-icon-wrapper i {
  font-size: 1.3rem;
}
header .region-headersection .header-extra-icon-wrapper > span {
  font-size: 0.7rem;
  padding-top: 0.2rem;
}
@media (max-width: 40em) {
  header .region-headersection .header-extra-icon-wrapper > span {
    display: none;
  }
}
@media (max-width: 40em) {
  header .region-fullmenu #menu-button > span {
    display: none;
  }
}

#region-quote-stars .stars {
  display: flex;
  justify-content: center;
}
#region-quote-stars .stars .star-icon {
  background: no-repeat url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235.572%22%20height%3D%2235.589%22%20viewBox%3D%220%200%2035.572%2035.589%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fc6%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20id%3D%22Icon_material-star%22%20data-name%3D%22Icon%20material-star%22%20class%3D%22cls-1%22%20d%3D%22M20.786%2C31.6l10.992%2C6.987L28.861%2C25.421l9.711-8.86L25.784%2C15.419%2C20.786%2C3l-5%2C12.419L3%2C16.561l9.711%2C8.86L9.794%2C38.589Z%22%20transform%3D%22translate%28-3%20-3%29%22%2F%3E%0A%3C%2Fsvg%3E");
  height: 36px;
  margin: 0 0.4rem;
  width: 38px;
}

/*----------------------------------------------------*/
/* @Autor: Nikita Englund
/* Description: General for all pages
/*----------------------------------------------------*/
hr {
  border: solid #549d38 3px;
  margin: 15px auto;
}

.html-content ul:not(.browser-default) {
  margin: 0;
  position: relative;
}

.html-content table,
.article-body table {
  border: 0;
}
.html-content table thead,
.article-body table thead {
  background: #aeaeae;
  color: #fff;
}
.html-content table tbody,
.article-body table tbody {
  background: transparent;
  border: 0;
}
.html-content table tbody h2,
.article-body table tbody h2 {
  color: #aeaeae;
  font-size: 2.2rem;
}
.html-content table tbody tr:nth-child(even),
.article-body table tbody tr:nth-child(even) {
  color: #000;
}
.html-content table tbody tr:hover td:first-child,
.article-body table tbody tr:hover td:first-child {
  border-left-color: #aeaeae;
}
.html-content table tbody tr th, .html-content table tbody tr td,
.article-body table tbody tr th,
.article-body table tbody tr td {
  border: 0;
  border-bottom: 1px solid #aeaeae;
  font-weight: normal;
  padding: 0.8rem;
}
.html-content table tbody tr td:first-child,
.article-body table tbody tr td:first-child {
  border-left: 3px solid transparent;
  transition: border 0.4s;
}
.html-content table tbody tr th,
.article-body table tbody tr th {
  color: #aeaeae;
  font-family: "F37Jan-Family", sans-serif;
  font-size: 22px;
  line-height: 1;
}
.html-content blockquote:before,
.article-body blockquote:before {
  color: #549d38;
}

.html-expanding-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.html-expanding-text > a {
  color: #549d38;
  text-decoration: underline;
}
.html-expanding-text .cms-text-content {
  overflow: hidden;
  position: relative;
  transition: all 0.5s;
}
@media (max-width: 39.999em) {
  .html-expanding-text .cms-text-content {
    word-spacing: 2px;
  }
}
.html-expanding-text .cms-text-content:after {
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  bottom: 0;
  content: "";
  height: 60px;
  position: absolute;
  transition: height 0.3s;
  width: 100%;
}
.html-expanding-text .cms-text-content.open:after {
  height: 0;
}

/*----------------------------------------------------*/
/* @Autor: Nikita Englund
/* Description: New basket widget style
/*----------------------------------------------------*/
[id^=block-][id$=-basket] {
  justify-content: flex-end;
}
[id^=block-][id$=-basket] > div p {
  margin: 0;
  text-align: center;
}
[id^=block-][id$=-basket] > div .alternativ-text {
  display: block;
}
[id^=block-][id$=-basket] #citybreak_basket_widget_display {
  position: relative;
}
[id^=block-][id$=-basket] #citybreak_basket_widget_display:before {
  font-size: 1.25rem;
}
[id^=block-][id$=-basket] #citybreak_basket_widget_display .cb-text {
  text-align: center;
}
[id^=block-][id$=-basket] #citybreak_basket_widget_display .cb-count {
  background: #549d38;
  border-radius: 50%;
  color: #fff;
  font-size: 0.65rem;
  height: 15px;
  line-height: 15px;
  min-width: 15px;
  padding: 0 0.2rem;
  position: absolute;
  right: 1.1rem;
  top: 0.1rem;
  transition: background-color 0.4s ease 0s;
}
[id^=block-][id$=-basket] #citybreak_basket_widget_display .cb-label-short,
[id^=block-][id$=-basket] #citybreak_basket_widget_display .cb-label,
[id^=block-][id$=-basket] #citybreak_basket_widget_display .cb-amount {
  display: none;
}
[id^=block-][id$=-basket] #citybreak_basket_widget_display.cb-empty .cb-trigger {
  display: none;
}
[id^=block-][id$=-basket] #citybreak_basket_widget_summary {
  display: none;
}
[id^=block-][id$=-basket] #citybreak_basket_widget_summary.cb-open {
  display: block;
}

/*----------------------------------------------------*/
/* @Autor: Sara Lindberg
/* Description: Book now button created as custom block
/*----------------------------------------------------*/
[id^=block-][id$=-bookbutton] {
  display: block;
}
[id^=block-][id$=-bookbutton] p {
  display: flex;
  margin: 0;
  overflow: hidden;
  text-align: center;
}
[id^=block-][id$=-bookbutton] a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  padding: 0.3rem 0.5rem;
  position: relative;
  text-align: center;
  transition: background-color 0.4s ease 0s;
  /* &:hover:before {
    background: $dark-green;
  }

  &:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: 100% 0;
    transform: skewX(-$skew);
    z-index: -1;
    border-right: 1px solid #fff;
    transition: background-color 0.4s ease 0s;
  }
  */
}
@media (min-width: 24em) {
  [id^=block-][id$=-bookbutton] a {
    min-width: 68px;
    padding: 0.3rem 1.2rem;
  }
}
[id^=block-][id$=-bookbutton] a:hover {
  background: #549d38;
}
[id^=block-][id$=-bookbutton] a:last-child {
  border-left: 0;
}
[id^=block-][id$=-bookbutton] a:last-child:before {
  border-right: 0;
  width: calc(100% + 0.6rem);
}
[id^=block-][id$=-bookbutton] a span {
  position: relative;
}

.block-language {
  display: flex;
  position: relative;
  margin: 0 !important;
  /* Plus icon opener */
}
.block-language .icon-globe {
  cursor: pointer;
  display: block;
  text-align: center;
}
.block-language .icon-globe span {
  display: block;
}
.block-language span.menu-expander {
  cursor: pointer;
  position: relative;
  text-align: center;
  top: 0.6rem;
  z-index: 1;
}
.block-language span.menu-expander:after {
  -webkit-transform: rotate(45deg);
  border: solid #aeaeae;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  padding: 5px;
  position: relative;
  top: -4px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.block-language span.menu-expander.open:after {
  top: 0;
  transform: rotate(-135deg);
}
.block-language .overlay {
  display: none;
}
.block-language .overlay.visible {
  -webkit-animation: fadeInOut 0.3s ease-in-out;
          animation: fadeInOut 0.3s ease-in-out;
  background: #fff;
  display: block;
  position: absolute;
  top: 3rem;
}
.block-language .overlay.visible.menu-expander {
  top: -3px;
}
.block-language .overlay.visible.menu-expander:after {
  transform: rotate(-135deg);
}
.block-language ul:not(.contextual-links) {
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
@media (min-width: 64em) {
  .block-language ul:not(.contextual-links) {
    font-size: 1.2rem;
  }
}
.block-language ul:not(.contextual-links) li {
  list-style: none;
  padding: 0.2rem 1rem;
}
.block-language ul:not(.contextual-links) li a {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.25;
  margin: 0;
}
.block-language ul:not(.contextual-links) li a.is-active {
  color: #aeaeae;
  cursor: default;
  font-style: italic;
  pointer-events: none;
  text-decoration: underline;
}
.block-language ul:not(.contextual-links) li a:hover, .block-language ul:not(.contextual-links) li a:focus {
  opacity: 0.7;
}
.block-language #dropdownLanguageButton {
  border: none;
  font-size: 1.5em;
  line-height: 1;
  transform: translateY(-0.06em);
}
.block-language #dropdownLanguageButton:focus, .block-language #dropdownLanguageButton:active {
  box-shadow: none;
  outline: none;
}
.block-language #dropdownLanguageButton:after {
  font-size: 0.5em;
  margin: 0;
  transform: rotate(-90deg) translateX(0.187em);
}
.block-language #dropdownLanguageButton.show {
  color: #aeaeae;
}
.block-language #dropdownLanguageButton.show:after {
  transform: rotate(0);
}

/*----------------------------------------------------*/
/* @Autor: Nikita Englund
/* Description: General menu style, a type of normalization
/*----------------------------------------------------*/
header {
  /* Defualt menu settings */
  /* End defualt menu settings */
}
header nav .navbar-nav {
  flex-direction: row;
  list-style: none;
  margin: 0;
}
header nav .navbar-nav > li {
  display: none;
}
@media (min-width: 64em) {
  header nav .navbar-nav > li {
    display: inline;
  }
  header nav .navbar-nav > li:not(:last-child) {
    margin-right: 5rem;
  }
}
header nav .nav-link {
  font-family: "F37Jan-Family", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: left;
}
header nav .nav-link.dropdown-item {
  font-weight: 400;
}
header nav .nav-link.dropdown-item.is-active {
  text-decoration: underline;
}
header nav .nav-link.btn:focus {
  box-shadow: none;
}
header nav .nav-link:hover {
  color: #333;
  text-decoration: underline;
}
header nav#block-cb-topcamp-topmenu .nav-item.dropdown .dropdown-menu {
  padding-left: 1rem;
  padding-right: 1rem;
}
header nav#block-cb-topcamp-topmenu .nav-item.dropdown .dropdown-menu li .nav-link.dropdown-item:hover {
  background-color: transparent;
  opacity: 0.7;
}

/*----------------------------------------------------*/
/* @Autor: Nikita Englund
/* Description: Mobile menu button style
/*----------------------------------------------------*/
/* Mobile menu (hamburger) button with animation */
header.menu {
  /* padding: 0.5rem 0.1rem;

  @media (min-width: $breakpoint-small-min) {
    padding: 0.5rem 1.3rem;
  }*/
}
header.menu #menu-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  z-index: 44;
}
header.menu #menu-button > span {
  font-size: 0.7rem;
  padding-top: 0.2rem;
  text-transform: uppercase;
}
header.menu #menu-button .menu-button-wrapper {
  cursor: pointer;
  height: 22px;
  position: relative;
  width: 25px;
  z-index: 3;
  transform: rotate(0deg);
  transition: all 0.35s;
}
header.menu #menu-button .menu-button-wrapper span {
  background: #5c5c5d;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  width: 100%;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
header.menu #menu-button .menu-button-wrapper span:nth-child(1) {
  top: 1px;
  transform-origin: left center;
}
header.menu #menu-button .menu-button-wrapper span:nth-child(2) {
  top: 9px;
  transform-origin: left center;
}
header.menu #menu-button .menu-button-wrapper span:nth-child(3) {
  top: 17px;
  transform-origin: left center;
}
header.menu #menu-button.open .menu-button-wrapper {
  width: 30px;
}
header.menu #menu-button.open .menu-button-wrapper span:nth-child(1) {
  transform: rotate(45deg);
  left: 10%;
  top: 0;
}
header.menu #menu-button.open .menu-button-wrapper span:nth-child(2) {
  left: 200%;
  opacity: 0;
  width: 0;
}
header.menu #menu-button.open .menu-button-wrapper span:nth-child(3) {
  left: 11%;
  top: 22px;
  transform: rotate(-45deg);
}

/*----------------------------------------------------*/
/* @Autor: Nikita Englund
/* Description: SHOULD BE REMOVED IF NOT USED
/*----------------------------------------------------*/
header .region-fullmenu .region-menu {
  background: #eff7ea;
  bottom: 0;
  display: none;
  font-size: 1.3rem;
  overflow-y: auto;
  padding-bottom: 1.9rem;
  position: fixed;
  right: 0;
  top: 88px;
  z-index: 42;
}
@media (min-width: 40em) {
  header .region-fullmenu .region-menu {
    bottom: 0;
    box-shadow: -11px 8px 10px -5px rgba(0, 0, 0, 0.3);
    left: auto;
    top: 88px;
    width: 20rem;
  }
}
header .region-fullmenu .region-menu nav {
  display: flex;
  flex-direction: column;
}
header .region-fullmenu .region-menu nav h2 {
  background: #add893;
  color: #fff;
  padding: 1rem 1.8rem;
  font-size: 1.5rem;
}
header .region-fullmenu .region-menu nav > ul:not(.contextual-links) {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
  padding: 1rem 2.8rem;
}
header .region-fullmenu .region-menu nav > ul:not(.contextual-links) li {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0.2rem 0;
  position: relative;
}
header .region-fullmenu .region-menu nav > ul:not(.contextual-links) li span {
  font-size: 1.7rem;
}
@media (min-width: 40em) {
  header .region-fullmenu .region-menu nav > ul:not(.contextual-links) li span {
    font-size: 1.5rem;
  }
}
header .region-fullmenu .region-menu nav#block-topmenu-side {
  line-height: 2;
  padding-bottom: 2rem;
}
header .region-fullmenu .region-menu nav#block-topmenu-side .menu.navbar-nav ul.dropdown-menu.show {
  background-color: transparent;
  border: 0;
  margin-top: -0.8rem;
  position: static !important;
  transform: none !important;
}
header .region-fullmenu .region-menu nav#block-topmenu-side .menu.navbar-nav ul.dropdown-menu.show li a.dropdown-item:hover {
  background-color: transparent;
}
header .region-fullmenu .region-menu nav#block-cb-topcamp-main-menu {
  border-top: solid 1px #707070;
  padding-top: 1.5rem;
}
header .region-fullmenu .region-menu nav:not(#block-topmenu-side) > ul {
  font-size: 1rem;
}
header .region-fullmenu .region-menu nav:not(#block-topmenu-side) > ul li a:before {
  content: "- ";
}
header .region-fullmenu .region-menu nav .nav-link {
  display: block;
  font-size: inherit;
  font-style: inherit;
  padding: 0;
  text-decoration: none;
  transition: opacity 0.2s ease-in;
}
header .region-fullmenu .region-menu nav .nav-link:hover {
  opacity: 0.7;
}

body.toolbar-horizontal header .region-fullmenu {
  top: 119px;
}
body.toolbar-horizontal.toolbar-tray-open header .region-fullmenu {
  top: 145px;
}

.node--type-instagram {
  text-align: center;
}
@media (min-width: 40em) {
  .node--type-instagram {
    padding: 10px 10px 0;
  }
}
.node--type-instagram .instagram-item .instagram-image {
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  width: 100%;
}
@media (min-width: 40em) {
  .node--type-instagram .instagram-item .instagram-image {
    height: 380px;
  }
}
.node--type-instagram .instagram-item .instagram-image .ie-fix {
  transition: opacity 0.4s;
}
.node--type-instagram .instagram-item .instagram-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.95;
  width: 100%;
  transition: opacity 0.4s;
}
.node--type-instagram .instagram-item .instagram-body {
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-items: center;
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  padding: 1rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: 400ms linear all;
}
@media (min-width: 40em) {
  .node--type-instagram .instagram-item .instagram-body {
    background: transparent;
    opacity: 0;
    visibility: hidden;
  }
}
.node--type-instagram .instagram-item .instagram-body .container {
  padding-top: 10rem;
}
.node--type-instagram .instagram-item .instagram-body .container .icon-instagram {
  display: none;
  font-size: 1.4rem;
}
.node--type-instagram .instagram-item .instagram-body .container .instagram-likes {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0 10px;
}
@media (min-width: 40em) {
  .node--type-instagram .instagram-item .instagram-body .container .instagram-likes {
    font-size: 2.5rem;
  }
}
.node--type-instagram .instagram-item .instagram-body .container .instagram-title {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: none;
  /* Fallback for non-webkit */
  font-size: 1rem;
  height: 3.6rem;
  /* Fallback for non-webkit */
  line-height: 1.2;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 40em) {
  .node--type-instagram .instagram-item .instagram-body .container .instagram-title {
    display: block;
    display: -webkit-box;
  }
}
.node--type-instagram .instagram-item:hover .instagram-body {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  color: #fff;
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------------------*/
/* @Autor: Nikita Englund
/* Description: Article teaser style
/*----------------------------------------------------*/
article.article-page-teaser {
  height: 300px;
  overflow: hidden;
  position: relative;
}
article.article-page-teaser:hover h3 {
  text-decoration: underline;
}
article.article-page-teaser .paragraph--type--article-slideshow {
  width: 100%;
}
article.article-page-teaser .paragraph--type--article-slideshow img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
article.article-page-teaser .teaser-img {
  height: 100%;
  position: relative;
  width: 100%;
}
article.article-page-teaser .teaser-img > div:not(.play) {
  height: 100%;
  width: 100%;
}
article.article-page-teaser .teaser-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
article.article-page-teaser .teaser-body {
  background: rgba(51, 51, 51, 0.4);
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 1.2rem;
  position: absolute;
  right: 0;
  text-align: center;
  transition: background 0.4s;
}
article.article-page-teaser .teaser-body:hover {
  text-decoration: underline;
}
article.article-page-teaser .teaser-body h3 {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
}

/*----------------------------------------------------*/
/* @Autor: Nikita Englund
/* Description: Article full page style
/*----------------------------------------------------*/
article.article-page {
  /* #breadcrumb{
    position: absolute;
    top: 3rem;
    z-index: 20;
    left: .5rem;
    width: auto;

    @media (min-width: $breakpoint-medium-min) {
      left: 11rem;
      top: 3rem;
    }

    @media (min-width: $breakpoint-large-min) {
      top: .5rem;
    }

    .wrapper ul li,
    .wrapper ul li a{
      color: #fff;
    }
  }*/
}
article.article-page .article-header {
  position: relative;
}
article.article-page .video-area,
article.article-page .slideshow-area {
  height: 60vh;
  position: relative;
  width: 100%;
}
article.article-page .video-area.ie-fix,
article.article-page .slideshow-area.ie-fix {
  height: 100vh;
  max-height: 900px;
}
article.article-page .video-area .cred,
article.article-page .slideshow-area .cred {
  align-items: center;
  background: transparent;
  bottom: 0;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  font-size: 0.7rem;
  padding: 0.5rem;
  position: absolute;
  right: 0;
}
@media (min-width: 40em) {
  article.article-page .video-area .cred,
article.article-page .slideshow-area .cred {
    bottom: 10px;
    font-size: 0.9rem;
  }
}
article.article-page .video-area .cred span,
article.article-page .slideshow-area .cred span {
  margin-right: 5px;
}
article.article-page .article-title-wrapper {
  padding: 20px 0 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}
article.article-page .article-title-wrapper > div {
  color: #fff;
  margin: 0 auto;
  max-width: 80rem;
  padding: 0 0.9375rem 0.4rem;
  position: relative;
  text-transform: uppercase;
}
article.article-page .article-title-wrapper > div > h1 {
  color: #fff;
  font-size: 2rem;
  margin-top: 8px;
  text-align: center;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (min-width: 40em) {
  article.article-page .article-title-wrapper > div > h1 {
    font-size: 3rem;
    margin: 0;
  }
}
article.article-page .article-title-wrapper > div .article-author-time {
  color: #549d38;
  font-weight: bold;
  margin-top: 1rem;
  text-align: center;
}
article.article-page .article-title-wrapper > div .article-author-time .field--type-datetime {
  display: inline-flex;
}
article.article-page .article-title-wrapper > div .article-author-time a {
  pointer-events: none;
}
article.article-page .slideshow-area .swiper-container {
  height: 100%;
  width: 100%;
  /* Hover fade on slideshow */
}
article.article-page .slideshow-area .swiper-container.blur-fade, article.article-page .slideshow-area .swiper-container.hover-fade {
  background: #000;
}
article.article-page .slideshow-area .swiper-container.blur-fade > div, article.article-page .slideshow-area .swiper-container.hover-fade > div {
  filter: blur(3px);
  opacity: 0.7;
}
article.article-page .background-gray {
  background: #aeaeae;
  color: #fff;
}
article.article-page .row.columns > h1 {
  margin-bottom: 25px;
  margin-top: 15px;
}
article.article-page .article-body > .field__item > h4 {
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 36px;
  margin: 20px 0 30px;
  text-transform: uppercase;
}
article.article-page .article-body > .field__item > section {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
article.article-page .article-body > .field__item a:hover {
  text-decoration: underline;
}
article.article-page .article-body .node--type-inline-widget {
  background: #f5f5f5;
  max-width: 980px;
  min-height: 340px;
}
@media (max-width: 39.999em) {
  article.article-page .article-body .node--type-inline-widget {
    background: #fff;
  }
}
@media (min-width: 64em) {
  article.article-page .article-body .node--type-inline-widget {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.22);
    min-width: 800px;
  }
}
article.article-page .article-body .ingress {
  color: #8a8a8a;
  display: inline-block;
  font-size: 1.2rem;
  font-style: italic;
  margin-bottom: 15px;
}
article.article-page .article-body table {
  border: 0;
}
article.article-page .article-body table th, article.article-page .article-body table tr, article.article-page .article-body table td {
  border: 0;
}
article.article-page article.embedded-entity.align-left {
  margin-right: 10px;
}
article.article-page article.embedded-entity.align-right {
  margin-left: 10px;
}
@media (max-width: 39.999em) {
  article.article-page article.embedded-entity.align-left, article.article-page article.embedded-entity.align-right {
    float: none;
    margin: 0;
  }
}
article.article-page .node--type-inline-widget {
  padding: 10px;
  position: relative;
  width: 100%;
  /* foundation normalize */
}
@media (min-width: 64em) {
  article.article-page .node--type-inline-widget {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.22);
  }
}
article.article-page .node--type-inline-widget tbody {
  background-color: transparent;
}
article.article-page .node--type-inline-widget input {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 0;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------*/
/* @Autor: Nikita Englund
/* Description: Article sidebar style, rules for other content used in sidebar
/*----------------------------------------------------*/
article.basic-page,
article.article-page {
  /* Siderbar style of article page */
}
article.basic-page .article-sidebar,
article.article-page .article-sidebar {
  /* Article and Baisc page teaser 1 by 1 Override */
}
article.basic-page .article-sidebar > .field--name-field-sidebar,
article.article-page .article-sidebar > .field--name-field-sidebar {
  display: flex;
  flex-direction: column;
}
article.basic-page .article-sidebar > .field--name-field-sidebar > .field__item,
article.article-page .article-sidebar > .field--name-field-sidebar > .field__item {
  margin-bottom: 0.5em;
}
article.basic-page .article-sidebar .cb-widget-activity .cb-cell,
article.article-page .article-sidebar .cb-widget-activity .cb-cell {
  display: block;
}
article.basic-page .article-sidebar .node--type-weather-widget,
article.article-page .article-sidebar .node--type-weather-widget {
  display: flex;
}
article.basic-page .article-sidebar .node--type-weather-widget .weather-location-item,
article.article-page .article-sidebar .node--type-weather-widget .weather-location-item {
  padding: 1rem 0;
}
article.basic-page .article-sidebar #citybreak-widget .widget-header:after,
article.article-page .article-sidebar #citybreak-widget .widget-header:after {
  display: none;
}
article.basic-page .article-sidebar #citybreak-widget .widget-header .widget-tab,
article.article-page .article-sidebar #citybreak-widget .widget-header .widget-tab {
  display: block;
  height: 25%;
  margin: 0;
  width: 100%;
}
@media (min-width: 64em) {
  article.basic-page .article-sidebar #citybreak-widget .widget-header .widget-tab,
article.article-page .article-sidebar #citybreak-widget .widget-header .widget-tab {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin: 0 0 20px;
    width: 100%;
  }
}
article.basic-page .article-sidebar #citybreak-widget .widget-header .widget-tab span,
article.article-page .article-sidebar #citybreak-widget .widget-header .widget-tab span {
  bottom: auto;
  text-align: center;
  top: 50%;
  width: 100%;
}
article.basic-page .article-sidebar #citybreak-widget .widget-header .widget-tab button,
article.article-page .article-sidebar #citybreak-widget .widget-header .widget-tab button {
  width: 100%;
}
article.basic-page .article-sidebar #citybreak-widget .widget-wrapper .widget-content-type > .widget-cb-item > div,
article.article-page .article-sidebar #citybreak-widget .widget-wrapper .widget-content-type > .widget-cb-item > div {
  flex-direction: column;
}
@media (min-width: 64em) {
  article.basic-page .article-sidebar #citybreak-widget .widget-wrapper .widget-content-type > .widget-cb-item > div > div,
article.article-page .article-sidebar #citybreak-widget .widget-wrapper .widget-content-type > .widget-cb-item > div > div {
    margin: 10px 0;
  }
}
article.basic-page .article-sidebar #citybreak-widget .widget-wrapper .widget-content-type > .widget-cb-item > div > div .link-collection-titles,
article.article-page .article-sidebar #citybreak-widget .widget-wrapper .widget-content-type > .widget-cb-item > div > div .link-collection-titles {
  text-align: center;
}
@media (min-width: 64em) {
  article.basic-page .article-sidebar #citybreak-widget .widget-wrapper .widget-content-type > .widget-cb-item > div > div .link-collection-image,
article.article-page .article-sidebar #citybreak-widget .widget-wrapper .widget-content-type > .widget-cb-item > div > div .link-collection-image {
    height: 180px;
    width: 100%;
  }
}
article.basic-page .article-sidebar .node--type-inline-widget,
article.article-page .article-sidebar .node--type-inline-widget {
  background: #f5f5f5;
  min-height: 340px;
}
@media (min-width: 64em) {
  article.basic-page .article-sidebar .node--type-inline-widget,
article.article-page .article-sidebar .node--type-inline-widget {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
article.basic-page .article-sidebar .node--type-instagram .instagram-item,
article.article-page .article-sidebar .node--type-instagram .instagram-item {
  width: 100%;
}
article.basic-page .article-sidebar .content-list,
article.article-page .article-sidebar .content-list {
  font-size: 0.8rem;
}
article.basic-page .article-sidebar .content-list .views-row,
article.article-page .article-sidebar .content-list .views-row {
  width: 100%;
}
article.basic-page .article-sidebar .content-list .views-row:last-child,
article.article-page .article-sidebar .content-list .views-row:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 40em) {
  article.basic-page .article-sidebar .content-list.items-1 article.page-teaser .teaser-body,
article.basic-page .article-sidebar .content-list.items-1 article.article-page-teaser .teaser-body,
article.article-page .article-sidebar .content-list.items-1 article.page-teaser .teaser-body,
article.article-page .article-sidebar .content-list.items-1 article.article-page-teaser .teaser-body {
    min-width: 60%;
    width: auto;
  }
}

/*----------------------------------------------------*/
/* @Autor: Nikita Englund
/* Description: Article tags style
/*----------------------------------------------------*/
.tag-list .field__item {
  display: inline-block;
}
.tag-list .field__item a:not(:empty),
.tag-list .field__item h3 > a:not(:empty) {
  background: #549d38;
  color: #fff;
  display: block;
  font-size: 0.65rem;
  font-weight: 100;
  height: 20px;
  line-height: 20px;
  margin: 0 12px;
  padding: 0 10px;
  position: relative;
}

.article-page-teaser .tag-list {
  display: none;
}

/*----------------------------------------------------*/
/* @Autor: Bingo Joviken
/* Description: Accordion basic style
/*----------------------------------------------------*/
#breadcrumb {
  margin: 1rem 0 2rem 0;
}
#breadcrumb .wrapper ul, #breadcrumb .wrapper #breadcrumblist:not(.contextual-links) {
  display: flex;
  flex-wrap: wrap;
  font-family: "F37Jan-Family", sans-serif;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
}
#breadcrumb .wrapper ul li, #breadcrumb .wrapper #breadcrumblist:not(.contextual-links) li {
  display: inline-block;
  font-weight: 400;
}
#breadcrumb .wrapper ul li div, #breadcrumb .wrapper #breadcrumblist:not(.contextual-links) li div {
  display: inline-block;
}
#breadcrumb .wrapper ul li:before, #breadcrumb .wrapper #breadcrumblist:not(.contextual-links) li:before {
  display: none;
}
#breadcrumb .wrapper ul li:after, #breadcrumb .wrapper #breadcrumblist:not(.contextual-links) li:after {
  content: ">";
  display: inline-block;
  padding: 0 4px;
}
@media (min-width: 24em) {
  #breadcrumb .wrapper ul li:after, #breadcrumb .wrapper #breadcrumblist:not(.contextual-links) li:after {
    padding: 0 7px;
  }
}
#breadcrumb .wrapper ul li:last-child:after, #breadcrumb .wrapper #breadcrumblist:not(.contextual-links) li:last-child:after {
  display: none;
}
#breadcrumb .wrapper ul li a, #breadcrumb .wrapper #breadcrumblist:not(.contextual-links) li a {
  font-size: 0.75rem;
}
@media (min-width: 24em) {
  #breadcrumb .wrapper ul li a, #breadcrumb .wrapper #breadcrumblist:not(.contextual-links) li a {
    font-size: 0.9rem;
  }
}
#breadcrumb .wrapper ul li a:hover, #breadcrumb .wrapper #breadcrumblist:not(.contextual-links) li a:hover {
  text-decoration: underline;
}
#breadcrumb .wrapper ul li:last-child a,
#breadcrumb .wrapper ul li span, #breadcrumb .wrapper #breadcrumblist:not(.contextual-links) li:last-child a,
#breadcrumb .wrapper #breadcrumblist:not(.contextual-links) li span {
  font-size: 0.8rem;
  font-weight: 400;
}
@media (min-width: 24em) {
  #breadcrumb .wrapper ul li:last-child a,
#breadcrumb .wrapper ul li span, #breadcrumb .wrapper #breadcrumblist:not(.contextual-links) li:last-child a,
#breadcrumb .wrapper #breadcrumblist:not(.contextual-links) li span {
    font-size: 0.9rem;
  }
}

/* Buttons */
a.linkButton {
  background: #549d38;
  color: #fff;
  display: inline-block;
  font-family: "F37Jan-Family", sans-serif;
  padding: 0.4rem 1rem;
}
a.linkButton:hover {
  text-decoration: underline;
}
a.linkButton:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  margin-left: 1rem;
  padding: 4px;
  transform: rotate(-45deg);
}

button {
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 0.7rem 2rem;
}
button:disabled {
  cursor: auto;
}
button.open .icon-angle-down:before {
  transform: rotate(180deg);
}
button.btn--primary-border {
  border: 1px solid #549d38;
  display: block;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}
button.btn--primary-border:not(:disabled):hover {
  background: #549d38;
  border-color: transparent;
  color: #fff;
}
button.btn--border-white {
  border: 1px solid #fff;
  display: block;
  transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
}
button.btn--border-white:not(:disabled):hover {
  background: #549d38;
  border-color: transparent;
  color: #fff;
}

.btn.btn-primary, .btn.btn-primary.dropdown-toggle {
  background: #549d38;
  border-color: #549d38;
  color: #fff;
  font-family: "F37Jan-Family", sans-serif;
  padding: 0.35rem 1.3rem;
}
.btn.btn-primary:not(:disabled):active, .btn.btn-primary:not(:disabled):focus {
  background-color: #4a8a31;
  border-color: #4a8a31;
  box-shadow: 0 0 0 0.2rem rgba(84, 157, 56, 0.5) !important;
}
.btn.btn-primary:not(:disabled):hover {
  background-color: #509535;
}
.btn.btn-outline-primary {
  border-color: #549d38;
  box-shadow: none;
  color: #549d38;
  padding: 0.35rem 1.3rem;
}
.btn.btn-outline-primary:not(:disabled):active, .btn.btn-outline-primary:not(:disabled):focus, .btn.btn-outline-primary:not(:disabled).active {
  background-color: #549d38;
  border-color: #549d38;
  color: #fff;
}
.btn.btn-outline-primary:hover {
  background-color: #4a8a31;
  border-color: #4a8a31;
  color: #fff;
}

.paragraph--type--button .btn--default {
  background-color: #549d38;
  border: 1px solid #549d38;
  border-radius: 0;
  color: #fff;
  font-family: "F37Jan-Family", sans-serif;
  font-size: 1rem;
  position: relative;
}
.paragraph--type--button .btn--default:hover {
  text-decoration: underline;
}
.paragraph--type--button .btn--default:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  margin-left: 1rem;
  padding: 4px;
  transform: rotate(-45deg);
}
.paragraph--type--button .btn--primary {
  background-color: #549d38;
  border: 1px solid #549d38;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  margin-bottom: 0.4rem;
  font-family: "F37Jan-Family", sans-serif;
  font-size: 1rem;
  padding: 0.4rem 1rem;
  position: relative;
}
.paragraph--type--button .btn--primary:hover {
  text-decoration: underline;
}
.paragraph--type--button .btn--primary:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  margin-left: 1rem;
  padding: 4px;
  transform: rotate(-45deg);
}

/*----------------------------------------------------*/
/* @Autor: Bingo Joviken
/* Description: Accordion basic style
/*----------------------------------------------------*/
.node--type-accordion .paragraph.accordion h3 {
  margin: 0;
}
.node--type-accordion .paragraph.accordion button {
  align-items: center;
  border-bottom: 0.5px solid #ddd;
  color: #333;
  cursor: pointer;
  display: flex;
  font-size: 1.25rem;
  justify-content: space-between;
  line-height: 1.6;
  margin: auto;
  outline: none;
  padding: 1rem 2rem;
  text-align: left;
  width: 100%;
}
@media (max-width: 700px) {
  .node--type-accordion .paragraph.accordion button {
    font-size: 1.3rem;
  }
}
.node--type-accordion .paragraph.accordion button i {
  font-size: 1.25rem;
  transition: 300ms ease all;
}
.node--type-accordion .paragraph.accordion button span {
  flex-grow: 2;
}
.node--type-accordion .paragraph.accordion .field--name-field-html-content {
  margin: auto;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0, 1, 0, 1);
  padding: 0 3rem;
}
.node--type-accordion .paragraph.accordion.open i {
  transform: rotate(180deg);
}
.node--type-accordion .paragraph.accordion.open .field--name-field-html-content {
  margin-top: 1rem;
  transition: max-height 1s ease-in-out;
  max-height: 9999px;
}
@media (max-width: 700px) {
  .node--type-accordion .paragraph.accordion.open .field--name-field-html-content {
    padding: 0 2rem;
  }
}

/*----------------------------------------------------*/
/* @Autor: Sara Lindberg
/* Description: Landing page
/*----------------------------------------------------*/
.node--type-landing-page {
  position: relative;
}
.node--type-landing-page .page-title {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.55);
  color: #333;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0.4rem;
  z-index: 3;
}
.node--type-landing-page .page-title h3 {
  font-size: 1.5rem;
}
@media (min-width: 40em) {
  .node--type-landing-page .page-title h3 {
    font-size: 1.875rem;
  }
}
.node--type-landing-page .rating {
  color: #fff;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0.8rem;
  z-index: 3;
}

/*----------------------------------------------------*/
/* @Autor: Sara Lindberg
/* Description: Landing page teaser
/*----------------------------------------------------*/
article.landing-page-teaser {
  height: 300px;
  overflow: hidden;
  position: relative;
}
article.landing-page-teaser:hover div {
  text-decoration: underline;
}
article.landing-page-teaser .teaser-img {
  height: 100%;
  position: relative;
  width: 100%;
}
article.landing-page-teaser .teaser-img > div:not(.play) {
  height: 100%;
  width: 100%;
}
article.landing-page-teaser .teaser-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
article.landing-page-teaser .teaser-body {
  background: rgba(51, 51, 51, 0.4);
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 1.2rem;
  position: absolute;
  right: 0;
  text-align: center;
  transition: background 0.4s;
}
article.landing-page-teaser .teaser-body div {
  font-family: "F37Jan-Family", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: uppercase;
}

/*----------------------------------------------------*/
/* @Autor: Nikita Englund
/* Description: Push basic style
/*----------------------------------------------------*/
.content-list > .views-row > .push,
article.push {
  height: 300px;
  overflow: hidden;
  position: relative;
}
.content-list > .views-row > .push:hover .push-content h3,
article.push:hover .push-content h3 {
  text-decoration: underline;
}
@media (min-width: 40em) {
  .content-list > .views-row > .push:hover .push-content p,
article.push:hover .push-content p {
    -webkit-animation: fadeIn 0.3s;
            animation: fadeIn 0.3s;
    display: block;
  }
}
.content-list > .views-row > .push > div,
article.push > div {
  height: 100%;
}
.content-list > .views-row > .push .push-image,
article.push .push-image {
  height: 100%;
  position: relative;
  width: 100%;
}
.content-list > .views-row > .push .push-image > div:not(.play),
article.push .push-image > div:not(.play) {
  height: 100%;
  width: 100%;
}
.content-list > .views-row > .push .push-image img,
article.push .push-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.content-list > .views-row > .push .push-price,
article.push .push-price {
  background-color: #add893;
  color: #333;
  font-size: 0.8rem;
  font-weight: bold;
  left: 50%;
  padding: 0.5rem 1.2rem;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1;
}
.content-list > .views-row > .push .push-content,
article.push .push-content {
  background: rgba(51, 51, 51, 0.4);
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 1.2rem;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.4s ease-in-out 0s;
  /* transform: translateY(80%);
   width: 100%;
   height: 100%;*/
}
.content-list > .views-row > .push .push-content h3,
article.push .push-content h3 {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  order: -1;
}
@media (min-width: 40em) {
  .content-list > .views-row > .push .push-content h3,
article.push .push-content h3 {
    margin-bottom: 0;
    order: initial;
  }
}
.content-list > .views-row > .push .push-content p,
article.push .push-content p {
  margin-bottom: 0;
}
@media (min-width: 40em) {
  .content-list > .views-row > .push .push-content p,
article.push .push-content p {
    display: none;
    margin-bottom: 1rem;
  }
}
.content-list > .views-row > .push .push-link,
article.push .push-link {
  display: none;
  opacity: 0;
  padding: 0 1rem;
  text-align: center;
}
.content-list > .views-row > .push .push-link button:not(:empty),
article.push .push-link button:not(:empty) {
  background: #549d38;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  padding: 0.8rem 1.3rem;
}
.content-list > .views-row > .push .push-link button:not(:empty):after,
article.push .push-link button:not(:empty):after {
  border-style: solid;
  border-width: 0.05em 0.05em 0 0;
  content: "";
  display: inline-block;
  height: 0.45em;
  left: 30%;
  position: relative;
  top: 0.6rem;
  transform: rotate(45deg);
  vertical-align: top;
  width: 0.45em;
}
.content-list > .views-row > .push.video-push .icon-play,
article.push.video-push .icon-play {
  color: #fff;
  font-size: 5.5rem;
  left: 50%;
  position: absolute;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.content-list > .views-row > .push.video-push .push-content,
article.push.video-push .push-content {
  justify-content: flex-end;
}
@media (min-width: 40em) {
  .content-list > .views-row > .push.video-push .push-content p,
article.push.video-push .push-content p {
    display: none;
  }
}
.content-list > .views-row > .push.video-push .field--name-field-push-body,
.content-list > .views-row > .push.video-push .push-link,
article.push.video-push .field--name-field-push-body,
article.push.video-push .push-link {
  display: none;
}

/* fixes for more than 4 items in a row */
@media (min-width: 64em) {
  .items-5.no-slideshow.content-list .offer-content h2, .items-5.no-slideshow.content-list .offer-content h3,
.items-5.no-slideshow.content-list .push-content h2,
.items-5.no-slideshow.content-list .push-content h3 {
    font-size: 1.2rem;
  }
}
.items-5.no-slideshow.content-list .field--name-field-push-body p {
  height: 50px;
}

/*----------------------------------------------------*/
/* Description: Card - Node type and paragraph
/*----------------------------------------------------*/
.node--type-card .card {
  border: 0;
  border-radius: 0;
  box-shadow: 0 3px 6px #00000029;
  margin: 0.8rem 0;
  padding: 2.4rem !important;
}
.node--type-card .card:hover {
  color: inherit;
  text-decoration: none;
}
.node--type-card .card:hover button {
  text-decoration: underline;
}
.node--type-card .card .card-img-top img {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.node--type-card .card .card-body {
  padding: 0;
}
.node--type-card .card .stay-icon {
  height: 40px;
  margin-bottom: 1.2rem;
}
.node--type-card .card .stay-icon.motorhome {
  background: center/contain no-repeat url("../images/motorhome.svg");
}
.node--type-card .card .stay-icon.caravan {
  background: center/contain no-repeat url("../images/caravan.svg");
}
.node--type-card .card .stay-icon.cabin {
  background: center/contain no-repeat url("../images/cabin.svg");
}
.node--type-card .card .stay-icon.tent {
  background: center/contain no-repeat url("../images/tent.svg");
}
.node--type-card .card h3 {
  font-size: 1rem;
  margin: 1rem 0;
}
@media (max-width: 39.999em) {
  .node--type-card .card .card-text {
    display: none;
  }
}
.node--type-card .card .card-text p {
  height: 6.2rem;
  margin-bottom: 2rem;
}
.node--type-card .card .card-link button:not(:empty) {
  background: #549d38;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "F37Jan-Family", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  height: 2.3rem;
  padding: 0.2rem 1.3rem;
  width: 100%;
}
.node--type-card .card .card-link button:not(:empty):after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  margin-left: 1rem;
  padding: 4px;
  transform: rotate(-45deg);
}

/* Paragprah card - created in region */
.paragraph--type--image-card {
  border: 0;
}
@media (max-width: 64em) {
  .paragraph--type--image-card {
    flex-direction: column !important;
  }
}
@media (min-width: 64em) {
  .paragraph--type--image-card.flex-row .card-img, .paragraph--type--image-card.flex-row-reverse .card-img {
    width: 50%;
  }
}
.paragraph--type--image-card .card-img {
  border-radius: 0;
  flex-shrink: 1;
}
@media (min-width: 64em) {
  .paragraph--type--image-card .card-body {
    margin: auto 2rem;
  }
}
.paragraph--type--image-card .card-body a {
  background: #549d38;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: "F37Jan-Family", sans-serif;
  font-weight: 400;
  padding: 0.2rem 1.3rem;
  text-align: center;
  width: 100%;
}
.paragraph--type--image-card .card-body a:after {
  border: solid #fff;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  margin-left: 1rem;
  padding: 4px;
  transform: rotate(-45deg);
}

/*----------------------------------------------------*/
/* @Autor: Nikita Englund
/* Description: General linkbox style for use in region
/*----------------------------------------------------*/
.linkbox .field--name-field-link a {
  border: 0;
  color: #fff;
  display: block;
  font-weight: 400;
  margin: 0;
  padding: 5px 0;
  position: relative;
}
.linkbox .field--name-field-link a:after {
  background: #549d38;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: width 300ms;
  width: 0;
  z-index: 2;
}
.linkbox .field--name-field-link a:before {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.linkbox .field--name-field-link a:hover {
  background: transparent;
  padding-left: 0;
  text-decoration: none;
}
.linkbox .field--name-field-link a:hover:after {
  background: #549d38;
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
}

.socialmedia-links a {
  align-items: center;
  background: #fff;
  border-radius: 50%;
  color: #549d38;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}
.socialmedia-links a:hover {
  text-decoration: none;
}

/*Fnugg section*/
/*
/*----------------------------------------------------*/
/* @Autor: Sara Lindberg
/* Description: Weather widget style
/*----------------------------------------------------*/
.node--type-weather-widget {
  margin-bottom: 0.5rem;
}
.node--type-weather-widget .weather-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.weather-location-item {
  background-color: #edf9fa;
  box-shadow: 0 2px 6px #00000029;
  flex: 1 0 250px;
  flex-grow: 1;
  height: auto;
  overflow: hidden;
  position: relative;
}
.weather-location-item .weather-content {
  padding: 1.8rem;
  text-align: center;
  width: 100%;
}
@media (max-width: 64em) and (min-width: 24em) {
  .weather-location-item .weather-content {
    padding: 0.5rem;
  }
}
.weather-location-item .weather-content .weather--day {
  font-size: 1.25rem;
}
.weather-location-item .weather-content .weather-information {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.weather-location-item .weather-content .weather-condition {
  font-size: 0.875rem;
}
.weather-location-item .weather-content .weather--symbol {
  height: 150px;
  width: 150px;
}
.weather-location-item .weather-content .weather--facts span {
  font-size: 1.25rem;
}
.weather-location-item .weather-content .weather--temperature {
  font-family: "F37Jan-Family", sans-serif;
  font-size: 4rem;
}
.weather-location-item .weather-content .weather--temperature span.icon-celcius:before {
  content: "˚";
}
.weather-location-item .weather-content .weather-link-item {
  font-family: "F37Jan-Family", sans-serif;
  font-size: 0.75rem;
  font-weight: bold;
  margin-top: 2rem;
}
.weather-location-item .weather-content .weather-link-item a:hover {
  color: #333;
}
.weather-location-item .weather-content .weather-link-item a:after {
  content: " »";
}

@-webkit-keyframes weather-icon-move {
  50% {
    transform: translateY(-8px);
  }
}

@keyframes weather-icon-move {
  50% {
    transform: translateY(-8px);
  }
}
/*----------------------------------------------------*/
/* @Autor: Nikita Englund
/* Description: General for all pages
/*----------------------------------------------------*/
.node--type-slideshow {
  position: relative;
}
.node--type-slideshow .slide-content.position-left, .node--type-slideshow .slide-content.position-right, .node--type-slideshow .slide-content.position-bottom, .node--type-slideshow .slide-content.position-top, .node--type-slideshow .slide-content.position-center, .node--type-slideshow .slide-content.position-topLeft, .node--type-slideshow .slide-content.position-topRight, .node--type-slideshow .slide-content.position-bottomLeft, .node--type-slideshow .slide-content.position-bottomRight {
  background: rgba(255, 255, 255, 0.7);
  color: #333;
  margin-bottom: 0;
  padding: 1rem;
  width: auto;
}
@media (max-width: 63.999em) {
  .node--type-slideshow .slide-content.position-left, .node--type-slideshow .slide-content.position-right, .node--type-slideshow .slide-content.position-bottom, .node--type-slideshow .slide-content.position-top, .node--type-slideshow .slide-content.position-center, .node--type-slideshow .slide-content.position-topLeft, .node--type-slideshow .slide-content.position-topRight, .node--type-slideshow .slide-content.position-bottomLeft, .node--type-slideshow .slide-content.position-bottomRight {
    max-width: 70%;
    padding: 1rem 2.3rem;
    /*left: 50%;
    transform: translate(-50%);
    top: 25%;*/
    text-align: center;
  }
}
.node--type-slideshow .slide-content.position-top {
  top: 22%;
}
.node--type-slideshow .slide-content.position-topRight {
  left: auto;
  right: 10%;
  top: 22%;
  transform: translate(-10%, -10%);
}
.node--type-slideshow .slide-content.position-topLeft {
  left: 10%;
  right: auto;
  top: 22%;
  transform: translate(-10%, -10%);
}
.node--type-slideshow .slide-content.position-bottom, .node--type-slideshow .slide-content.position-bottomLeft, .node--type-slideshow .slide-content.position-bottomRight {
  bottom: 20%;
  top: auto;
}
.node--type-slideshow .slide-content.position-bottom {
  transform: translate(-50%, -20%);
}
.node--type-slideshow .slide-content.position-bottomLeft {
  left: 10%;
  right: auto;
  transform: translate(-10%, -20%);
}
.node--type-slideshow .slide-content.position-bottomRight {
  left: auto;
  right: 10%;
  transform: translate(-10%, -20%);
}

.slide-content h2, .slide-content h3, .slide-content h4, .slide-content h5, .slide-content h6 {
  font-size: 1.875rem;
  margin-bottom: 0;
}
@media (max-width: 63.999em) {
  .slide-content h2, .slide-content h3, .slide-content h4, .slide-content h5, .slide-content h6 {
    font-size: 1rem;
  }
}
.slide-content p {
  overflow: hidden;
}
.slide-content .field--name-field-slideshow-link {
  text-align: right;
}
.slide-content .field--name-field-slideshow-link a,
.slide-content .slide-link a {
  color: #549d38;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  position: relative;
  text-shadow: none;
}
.slide-content .field--name-field-slideshow-link a:after,
.slide-content .slide-link a:after {
  -webkit-transform: rotate(-45deg);
  border: solid #549d38;
  border-width: 0 2px 2px 0;
  content: "";
  display: inline-block;
  margin-left: 4px;
  padding: 4px;
  transform: rotate(-45deg);
  transition: all ease-in-out 0.3s;
}
.slide-content .field--name-field-slideshow-link a:hover:after,
.slide-content .slide-link a:hover:after {
  margin-left: 7px;
}

@media (max-width: 63.999em) {
  .content-list .swiper-container {
    padding-bottom: 30px;
  }
}

.swiper-pagination-bullet {
  background: #fff;
  height: 10px;
  width: 10px;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  padding: 0 10px;
}

.slideshow-scroll-down {
  background: transparent;
  border: 0;
  bottom: -2rem;
  font-size: 0;
  padding: 0.5rem;
}
.slideshow-scroll-down svg {
  height: 12px;
}
.slideshow-scroll-down:hover .st0 {
  fill: #549d38;
}

.node--type-slideshow .node--type-bookvisit-widget,
.node--type-slideshow .node--type-citybreak-widget {
  bottom: 1.8rem;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 10;
}
@media (min-width: 40em) {
  .node--type-slideshow .node--type-bookvisit-widget,
.node--type-slideshow .node--type-citybreak-widget {
    bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    max-width: 72rem;
    padding: 0 1rem;
    width: auto;
  }
}

.parent-node > .field > .field__item:first-child .parallax h1 {
  color: #fff;
}

@media (min-width: 40em) {
  .node--type-parallax #bookvisit-widget,
.node--type-parallax #citybreak-widget {
    position: relative !important;
    width: 800px !important;
  }
}

.parallax-node {
  min-height: 500px;
  /* Hover fade on slideshow */
}
.parallax-node .node__content {
  bottom: 0;
}
.parallax-node.blur-fade, .parallax-node.hover-fade {
  background: #000;
}
.parallax-node.blur-fade > .parallax-image, .parallax-node.hover-fade > .parallax-image {
  filter: blur(3px);
  opacity: 0.7;
}

/*----------------------------------------------------*/
/* @Autor: Sara Lindberg
/* Description: Style for gallery
/*----------------------------------------------------*/
.media-gallery-container .media-gallery-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.media-gallery-container .media-gallery-wrapper > div {
  flex: 0 1 50%;
  margin-bottom: 0;
  padding: 0.5rem;
}
.media-gallery-container .media-gallery-wrapper .gallery-image-wrapper {
  background: #ffff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.media-gallery-container .media-gallery-wrapper .gallery-image-wrapper img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.media-gallery-container .media-gallery-wrapper .gallery-image-wrapper > div {
  height: 100%;
  position: relative;
}
.media-gallery-container .media-gallery-wrapper .gallery-image-wrapper > div:hover .gallery-overlay {
  display: flex;
  opacity: 1;
  transition: all 0.5s;
  z-index: 1;
}
.media-gallery-container .media-gallery-wrapper .gallery-image-wrapper > div .gallery-overlay {
  align-items: center;
  -webkit-animation: fadeIn 0.5s both;
          animation: fadeIn 0.5s both;
  background: rgba(84, 157, 56, 0.9);
  bottom: 0;
  color: #fff;
  display: none;
  font-size: 2rem;
  justify-content: center;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s;
  z-index: 0;
}
.media-gallery-container .media-gallery-wrapper .gallery-image-wrapper .gallery-caption {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding: 1rem;
  width: 100%;
}
.media-gallery-container .media-gallery-wrapper .gallery-image-wrapper .gallery-caption span {
  margin-bottom: auto;
}
.media-gallery-container .media-gallery-wrapper .gallery-image-wrapper .gallery-caption h4 {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.3;
  overflow: hidden;
}
.media-gallery-container .media-gallery-wrapper .gallery-image-wrapper .gallery-caption p {
  color: #8d847a;
  padding-bottom: 1rem;
}

/*----------------------------------------------------*/
/* @Author: Annika Karlsson
/* Description: Swiper style
/*----------------------------------------------------*/
.swiper-container .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22161.609%22%20height%3D%22108.602%22%20viewBox%3D%220%200%20161.609%20108.602%22%3E%0A%20%20%3Cg%20id%3D%22Group_488%22%20data-name%3D%22Group%20488%22%20fill%3D%22%23fff%22%20transform%3D%22translate%28-801.006%20-86.729%29%22%3E%0A%20%20%20%20%3Cg%20id%3D%22Group_487%22%20data-name%3D%22Group%20487%22%20transform%3D%22translate%28801.006%2086.728%29%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22Path_2191%22%20data-name%3D%22Path%202191%22%20d%3D%22M883.248%2C86.733c6.637-.1%2C13.142%2C2.91%2C18.52%2C8.251C919.3%2C112.4%2C936.9%2C129.752%2C954.156%2C147.44c11.41%2C11.7%2C11.145%2C28.793.007%2C39.78s-27.968%2C10.822-39.817-.55c-6.482-6.221-12.708-12.708-19.1-19.028-8.554-8.462-18.552-8.429-27.2.1-6.263%2C6.181-12.407%2C12.481-18.683%2C18.648-11.845%2C11.639-29.156%2C11.921-40.23.721-11.131-11.257-10.81-28.535.8-40.175q25.784-25.844%2C51.6-51.652C867.267%2C89.531%2C874.028%2C86.592%2C883.248%2C86.733Z%22%20transform%3D%22translate%28-801.006%20-86.728%29%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  transform: rotate(90deg);
}
.swiper-container .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22161.609%22%20height%3D%22108.602%22%20viewBox%3D%220%200%20161.609%20108.602%22%3E%0A%20%20%3Cg%20id%3D%22Group_488%22%20data-name%3D%22Group%20488%22%20fill%3D%22%23fff%22%20transform%3D%22translate%28-801.006%20-86.729%29%22%3E%0A%20%20%20%20%3Cg%20id%3D%22Group_487%22%20data-name%3D%22Group%20487%22%20transform%3D%22translate%28801.006%2086.728%29%22%3E%0A%20%20%20%20%20%20%3Cpath%20id%3D%22Path_2191%22%20data-name%3D%22Path%202191%22%20d%3D%22M883.248%2C86.733c6.637-.1%2C13.142%2C2.91%2C18.52%2C8.251C919.3%2C112.4%2C936.9%2C129.752%2C954.156%2C147.44c11.41%2C11.7%2C11.145%2C28.793.007%2C39.78s-27.968%2C10.822-39.817-.55c-6.482-6.221-12.708-12.708-19.1-19.028-8.554-8.462-18.552-8.429-27.2.1-6.263%2C6.181-12.407%2C12.481-18.683%2C18.648-11.845%2C11.639-29.156%2C11.921-40.23.721-11.131-11.257-10.81-28.535.8-40.175q25.784-25.844%2C51.6-51.652C867.267%2C89.531%2C874.028%2C86.592%2C883.248%2C86.733Z%22%20transform%3D%22translate%28-801.006%20-86.728%29%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  transform: rotate(-90deg);
}
.swiper-container .swiper-button-next.swiper-button-green {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Lager_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 161.6 108.6' style='enable-background:new 0 0 161.6 108.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%230e2f69;%7D%0A%3C/style%3E%3Cg id='Group_488' transform='translate(-801.006 -86.729)'%3E%3Cg id='Group_487' transform='translate(801.006 86.728)'%3E%3Cpath id='Path_2191' class='st0' d='M79.4,108.6c-6.6,0.1-13.1-2.9-18.5-8.2C43.3,82.9,25.7,65.6,8.5,47.9 C-3,36.2-2.7,19.1,8.4,8.1s28-10.8,39.8,0.5c6.5,6.2,12.7,12.7,19.1,19c8.6,8.5,18.6,8.4,27.2-0.1c6.3-6.2,12.4-12.5,18.7-18.6 C125.1-2.7,142.4-3,153.5,8.2c11.1,11.3,10.8,28.5-0.8,40.2c-17.2,17.2-34.4,34.4-51.6,51.7C95.3,105.8,88.6,108.7,79.4,108.6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  transform: rotate(90deg);
}
.swiper-container .swiper-button-prev.swiper-button-green {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Lager_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 161.6 108.6' style='enable-background:new 0 0 161.6 108.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%230e2f69;%7D%0A%3C/style%3E%3Cg id='Group_488' transform='translate(-801.006 -86.729)'%3E%3Cg id='Group_487' transform='translate(801.006 86.728)'%3E%3Cpath id='Path_2191' class='st0' d='M79.4,108.6c-6.6,0.1-13.1-2.9-18.5-8.2C43.3,82.9,25.7,65.6,8.5,47.9 C-3,36.2-2.7,19.1,8.4,8.1s28-10.8,39.8,0.5c6.5,6.2,12.7,12.7,19.1,19c8.6,8.5,18.6,8.4,27.2-0.1c6.3-6.2,12.4-12.5,18.7-18.6 C125.1-2.7,142.4-3,153.5,8.2c11.1,11.3,10.8,28.5-0.8,40.2c-17.2,17.2-34.4,34.4-51.6,51.7C95.3,105.8,88.6,108.7,79.4,108.6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  transform: rotate(-90deg);
}

/* Put swiper buttons outside slideshow in desktop and tablet */
@media (min-width: 64em) {
  .display-as-slide.content-list,
.node--type-cbis-product-list.products-as-slideshow {
    position: relative;
  }
  .display-as-slide.content-list > .swiper-container.content-list-as-slideshow,
.display-as-slide.content-list .swiper-container,
.node--type-cbis-product-list.products-as-slideshow > .swiper-container.content-list-as-slideshow,
.node--type-cbis-product-list.products-as-slideshow .swiper-container {
    margin-bottom: 30px;
    position: static;
  }
  .display-as-slide.content-list > .swiper-container.content-list-as-slideshow .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets,
.display-as-slide.content-list .swiper-container .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets,
.node--type-cbis-product-list.products-as-slideshow > .swiper-container.content-list-as-slideshow .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets,
.node--type-cbis-product-list.products-as-slideshow .swiper-container .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    bottom: -30px;
  }
  .display-as-slide.content-list > .swiper-container.content-list-as-slideshow .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet,
.display-as-slide.content-list .swiper-container .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet,
.node--type-cbis-product-list.products-as-slideshow > .swiper-container.content-list-as-slideshow .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet,
.node--type-cbis-product-list.products-as-slideshow .swiper-container .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet {
    background: #dccdcd;
    border: 1px solid rgba(0, 0, 0, 0.1);
    opacity: 0.7;
  }
  .display-as-slide.content-list > .swiper-container.content-list-as-slideshow .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet-active,
.display-as-slide.content-list .swiper-container .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet-active,
.node--type-cbis-product-list.products-as-slideshow > .swiper-container.content-list-as-slideshow .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet-active,
.node--type-cbis-product-list.products-as-slideshow .swiper-container .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.2);
  }
  .display-as-slide.content-list > .swiper-container.content-list-as-slideshow > .swiper-button-next,
.display-as-slide.content-list .swiper-container > .swiper-button-next,
.node--type-cbis-product-list.products-as-slideshow > .swiper-container.content-list-as-slideshow > .swiper-button-next,
.node--type-cbis-product-list.products-as-slideshow .swiper-container > .swiper-button-next {
    right: -40px;
  }
  .display-as-slide.content-list > .swiper-container.content-list-as-slideshow > .swiper-button-prev,
.display-as-slide.content-list .swiper-container > .swiper-button-prev,
.node--type-cbis-product-list.products-as-slideshow > .swiper-container.content-list-as-slideshow > .swiper-button-prev,
.node--type-cbis-product-list.products-as-slideshow .swiper-container > .swiper-button-prev {
    left: -40px;
  }

  /* Green swiper buttons */
  .content-list.display-as-slide .swiper-button-next.swiper-button-white,
.products-as-slideshow .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Lager_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 161.6 108.6' style='enable-background:new 0 0 161.6 108.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%230e2f69;%7D%0A%3C/style%3E%3Cg id='Group_488' transform='translate(-801.006 -86.729)'%3E%3Cg id='Group_487' transform='translate(801.006 86.728)'%3E%3Cpath id='Path_2191' class='st0' d='M79.4,108.6c-6.6,0.1-13.1-2.9-18.5-8.2C43.3,82.9,25.7,65.6,8.5,47.9 C-3,36.2-2.7,19.1,8.4,8.1s28-10.8,39.8,0.5c6.5,6.2,12.7,12.7,19.1,19c8.6,8.5,18.6,8.4,27.2-0.1c6.3-6.2,12.4-12.5,18.7-18.6 C125.1-2.7,142.4-3,153.5,8.2c11.1,11.3,10.8,28.5-0.8,40.2c-17.2,17.2-34.4,34.4-51.6,51.7C95.3,105.8,88.6,108.7,79.4,108.6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    right: 0;
    transform: rotate(-90deg);
  }
  .content-list.display-as-slide .swiper-button-prev.swiper-button-white,
.products-as-slideshow .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 24.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Lager_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 161.6 108.6' style='enable-background:new 0 0 161.6 108.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%230e2f69;%7D%0A%3C/style%3E%3Cg id='Group_488' transform='translate(-801.006 -86.729)'%3E%3Cg id='Group_487' transform='translate(801.006 86.728)'%3E%3Cpath id='Path_2191' class='st0' d='M79.4,108.6c-6.6,0.1-13.1-2.9-18.5-8.2C43.3,82.9,25.7,65.6,8.5,47.9 C-3,36.2-2.7,19.1,8.4,8.1s28-10.8,39.8,0.5c6.5,6.2,12.7,12.7,19.1,19c8.6,8.5,18.6,8.4,27.2-0.1c6.3-6.2,12.4-12.5,18.7-18.6 C125.1-2.7,142.4-3,153.5,8.2c11.1,11.3,10.8,28.5-0.8,40.2c-17.2,17.2-34.4,34.4-51.6,51.7C95.3,105.8,88.6,108.7,79.4,108.6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    left: 0;
    transform: rotate(90deg);
  }
}
/*----------------------------------------------------*/
/* @Autor: Sara Lindberg
/* Description: Product teaser
/*----------------------------------------------------*/
.node--type-cbis-product.cbis-product-teaser {
  display: block;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.node--type-cbis-product.cbis-product-teaser:hover h3 {
  text-decoration: underline;
}
.node--type-cbis-product.cbis-product-teaser .product-header {
  height: 100%;
  position: relative;
  width: 100%;
}
.node--type-cbis-product.cbis-product-teaser .product-header img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  width: 100%;
}
.node--type-cbis-product.cbis-product-teaser .product-header .cbis-product-price-wrapper {
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.node--type-cbis-product.cbis-product-teaser .product-header .cbis-product-price {
  background-color: #add893;
  color: #333;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: bold;
  padding: 0.5rem 1.2rem;
}
.node--type-cbis-product.cbis-product-teaser .cbis-product-body {
  align-items: center;
  background: rgba(51, 51, 51, 0.4);
  bottom: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  left: 0;
  min-height: 70px;
  padding: 0.5rem 0.8rem;
  position: absolute;
  right: 0;
  text-align: center;
  transition: background 0.4s;
}
.node--type-cbis-product.cbis-product-teaser .cbis-product-body h3 {
  margin-bottom: 0;
}

/*----------------------------------------------------*/
/* @Autor: Nikita Englund
/* Description: Single Cbis item style
/*----------------------------------------------------*/
.node--type-cbis-product {
  background: #fff;
}

/* SLIDESHOW IN TOP ON CBIS ITEM */
.cbis-swiper-main-image {
  height: 60vh;
  max-height: 800px;
  min-height: 400px;
  width: 100%;
}
.cbis-swiper-main-image .swiper-slide {
  width: auto;
}
.cbis-swiper-main-image .swiper-slide:only-child {
  width: 100%;
}
.cbis-swiper-main-image .swiper-slide:only-child img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.cbis-swiper-main-image img {
  height: auto;
  -o-object-fit: initial;
     object-fit: initial;
  width: auto;
}
@media (min-width: 40em) {
  .cbis-swiper-main-image img {
    height: 100%;
  }
}
.cbis-swiper-main-image .swiper-pagination-bullets {
  bottom: 10px;
}
.cbis-swiper-main-image .swiper-pagination {
  padding-right: 0;
  text-align: center;
}

/* END SLIDESHOW IN TOP ON CBIS ITEM */
/* CBIS ITEM INTRO TEXT  */
.cbis-item-intro {
  color: #40772b;
  display: inline-block;
  font-size: 1.2rem;
  font-style: italic;
  margin-bottom: 15px;
}

/* END CBIS ITEM INTRO TEXT  */
.cbis-btn {
  -webkit-animation: fadeIn 0.4s both;
          animation: fadeIn 0.4s both;
  background: #549d38;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: "F37Jan-Family", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  height: 2.3rem;
  padding: 0.2rem 1.3rem;
  width: 100%;
}
.cbis-btn.non-bookable {
  display: none;
}

.cbis-product .cbis-sidebar {
  position: relative;
}
.cbis-product .cbis-sidebar .sidebar-info:not(:empty) {
  border: 3px solid #549d38;
  border-radius: 2px;
  padding: 2rem;
}
.cbis-product .cbis-sidebar .sidebar-info:not(:empty) .fas {
  color: #5c5c5d;
  margin-right: 0.4rem;
}
.cbis-product .cbis-booking-wrapper {
  background-color: #eff7ea;
}
.cbis-product .cbis-item-contact li {
  margin-bottom: 0.5rem;
  word-break: break-all;
}

/*----------------------------------------------------*/
/* Description: Product list
/*----------------------------------------------------*/
.node--type-cbis-product-list .product-filter .dropdown-menu {
  max-height: 250px;
  overflow-y: auto;
}
.node--type-cbis-product-list .product-filter .dropdown-item {
  display: flex;
  align-items: center;
  padding: 0.25rem 1rem;
}
.node--type-cbis-product-list .product-filter .dropdown-item label {
  flex-grow: 1;
  margin-bottom: 0;
  margin-left: 0.3rem;
}
.node--type-cbis-product-list .product-filter .dropdown-item:active {
  background: #549d38;
}
.node--type-cbis-product-list .product-filter .input-group {
  width: auto;
}
.node--type-cbis-product-list .selected-filters {
  border-bottom: 1px solid rgba(84, 157, 56, 0.5);
  border-top: 1px solid rgba(84, 157, 56, 0.5);
  padding: 1rem;
}
.node--type-cbis-product-list .selected-filters .filters {
  background: #fff;
}
.node--type-cbis-product-list .selected-filters .btn {
  height: auto;
  font-size: 0.8rem;
  padding: 0.3rem 0.7rem;
}
.node--type-cbis-product-list .selected-filters .btn span {
  margin-left: 10px;
}

/************* LIST **************/
.node--type-cbis-product-list.display-as-list .product-items {
  display: flex;
  flex-wrap: wrap;
}
.node--type-cbis-product-list.display-as-list .product-items > div {
  flex-basis: 300px;
  flex-grow: 1;
  margin: 0 5px 10px;
}
@media (max-width: 23.999em) {
  .node--type-cbis-product-list.display-as-list .product-items > div {
    margin: 10px 0;
  }
}

/************* END LIST **************/
.page-node-type-cbis-product-list .node--type-cbis-product-list {
  max-width: 1480px;
  margin: 5rem auto;
}

/*----------------------------------------------------*/
/* Description: CBIS Product Landing Page
/*----------------------------------------------------*/
.node--type-cbis-product-landing-page > div:not(.cbis-product-list-vue-app) {
  position: relative;
}
.node--type-cbis-product-landing-page .cbis-product-list-vue-app {
  /* Each product teaser */
}
.node--type-cbis-product-landing-page .cbis-product-list-vue-app .product-filter .dropdown-menu {
  max-height: 250px;
  overflow-y: auto;
}
.node--type-cbis-product-landing-page .cbis-product-list-vue-app .product-filter .dropdown-item {
  display: flex;
  align-items: center;
  padding: 0.25rem 1rem;
}
.node--type-cbis-product-landing-page .cbis-product-list-vue-app .product-filter .dropdown-item label {
  flex-grow: 1;
  margin-bottom: 0;
  margin-left: 0.3rem;
}
.node--type-cbis-product-landing-page .cbis-product-list-vue-app .product-filter .dropdown-item:active {
  background: #549d38;
}
.node--type-cbis-product-landing-page .cbis-product-list-vue-app .product-filter .input-group {
  width: auto;
}
.node--type-cbis-product-landing-page .cbis-product-list-vue-app .selected-filters {
  background-color: #f0f0f0;
  padding: 1rem;
}
.node--type-cbis-product-landing-page .cbis-product-list-vue-app .selected-filters .filters {
  background: #fff;
}
.node--type-cbis-product-landing-page .cbis-product-list-vue-app .selected-filters .filter {
  cursor: pointer;
  display: inline-block;
  font-size: 0.8rem;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 0.3rem 0.7rem;
}
.node--type-cbis-product-landing-page .cbis-product-list-vue-app .selected-filters .filter span {
  margin-left: 10px;
}
.node--type-cbis-product-landing-page .cbis-product-list-vue-app .product-items > div {
  -webkit-animation: fadeInUp 0.3s both;
          animation: fadeInUp 0.3s both;
}
.node--type-cbis-product-landing-page .cbis-product-list-vue-app .product-map .leaflet-container {
  min-height: 70vh;
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 90px;
}
.node--type-cbis-product-landing-page .cbis-product-list-vue-app.displayMapView .product-map {
  height: 100vh;
  position: relative;
  width: 100%;
}
.node--type-cbis-product-landing-page .cbis-product-list-vue-app.displayMapView .product-map > label {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  font-size: 0.9rem;
  left: 1rem;
  padding: 5px 10px;
  position: absolute;
  top: 2rem;
  z-index: 2;
}

/*----------------------------------------------------*/
/* @Autor: Nikita Englund
/* Description: Code to style the online 3 widget and its components, not tabs and such
/*----------------------------------------------------*/
body:not(.path-online3) .node--type-citybreak-widget .widget-wrapper .widget-tabs {
  display: flex;
  font-family: "F37Jan-Family", sans-serif;
  margin: 0 0.4rem;
}
@media (min-width: 40em) {
  body:not(.path-online3) .node--type-citybreak-widget .widget-wrapper .widget-tabs {
    margin: 0;
  }
}
body:not(.path-online3) .node--type-citybreak-widget .widget-wrapper .widget-tabs .widget-tab {
  background: #edf9fa;
  border: 1px solid rgba(174, 174, 174, 0.3);
  border-bottom: 0;
  color: #333;
  cursor: pointer;
  flex: 1 1 150px;
  padding: 10px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
body:not(.path-online3) .node--type-citybreak-widget .widget-wrapper .widget-tabs .widget-tab:not(:last-child) {
  margin-right: 5px;
}
body:not(.path-online3) .node--type-citybreak-widget .widget-wrapper .widget-tabs .widget-tab.active {
  background: #eff7ea;
  border-color: transparent;
  box-shadow: 0 -1px 7px 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 40em) {
  body:not(.path-online3) .node--type-citybreak-widget .widget-wrapper .widget-tabs .widget-tab {
    background: rgba(255, 255, 255, 0.55);
    border: 0;
    flex-grow: 0;
  }
  body:not(.path-online3) .node--type-citybreak-widget .widget-wrapper .widget-tabs .widget-tab.active {
    background: #fff;
  }
  body:not(.path-online3) .node--type-citybreak-widget .widget-wrapper .widget-tabs .widget-tab.active span {
    display: block;
  }
}
body:not(.path-online3) .node--type-citybreak-widget .widget-wrapper .widget-content-type > .widget-cb-item {
  display: none;
}
body:not(.path-online3) .node--type-citybreak-widget .widget-wrapper .widget-content-type > .widget-cb-item.visible {
  -webkit-animation: fadeIn 0.5s both;
          animation: fadeIn 0.5s both;
  display: block;
}
body:not(.path-online3) .node--type-citybreak-widget .widget-wrapper {
  display: none;
}
@media (min-width: 64em) {
  body:not(.path-online3) .node--type-citybreak-widget .widget-wrapper {
    display: block;
  }
}
@media (max-width: 63.999em) {
  body:not(.path-online3) .node--type-citybreak-widget.show {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 20;
  }
  body:not(.path-online3) .node--type-citybreak-widget.show .close {
    display: block;
  }
  body:not(.path-online3) .node--type-citybreak-widget.show .widget-title-headline {
    display: none;
  }
  body:not(.path-online3) .node--type-citybreak-widget.show .widget-wrapper {
    display: block !important;
    height: 100%;
  }
  body:not(.path-online3) .node--type-citybreak-widget.show .widget-wrapper .widget-wrapper-content {
    background: #eff7ea;
    height: 100%;
    padding: 1rem;
  }
}
@media (max-width: 63.999em) and (min-width: 40em) {
  body:not(.path-online3) .node--type-citybreak-widget.show .widget-wrapper {
    background: #fff;
  }
}
body:not(.path-online3) .node--type-citybreak-widget .widget-title-headline {
  color: #fff;
}
@media (max-width: 63.999em) {
  body:not(.path-online3) .node--type-citybreak-widget .widget-title-headline {
    background: #549d38;
    font-size: 1rem;
    margin: 0 auto;
    max-width: 20rem;
    padding: 0.8rem;
    text-align: center;
  }
}
@media (min-width: 64em) {
  body:not(.path-online3) .node--type-citybreak-widget .widget-title-headline .widget-title-text {
    display: none;
  }
}
body:not(.path-online3) .node--type-citybreak-widget .close {
  display: none;
  height: 34px;
  margin: 0.4rem 1rem 0.4rem auto;
  position: relative;
  width: 40px;
}
body:not(.path-online3) .node--type-citybreak-widget .close:after {
  border-left: 2px solid #5c5c5d;
  content: "";
  height: 34px;
  left: 20px;
  position: absolute;
  transform: rotate(45deg);
}
body:not(.path-online3) .node--type-citybreak-widget .close:before {
  border-left: 2px solid #5c5c5d;
  content: "";
  height: 34px;
  left: 20px;
  position: absolute;
  transform: rotate(-45deg);
}
body:not(.path-online3) .node--type-inline-widget .inline-widget-wrapper .Citybreak_engine {
  -webkit-animation: fadeIn 0.3s both;
          animation: fadeIn 0.3s both;
}
body:not(.path-online3) .node--type-inline-widget .inline-widget-wrapper .hide-geo #cb_acc_geodropdown_cnt {
  display: none;
}
body:not(.path-online3):not(.front-page) .Citybreak_SidebarBox.Citybreak_Search #cb_acc_geodropdown_cnt {
  display: none !important;
}

/*----------------------------------------------------
  Description: External Widget
  ----------------------------------------------------*/
@media (min-width: 64em) {
  #csob-booking-bar-wrapper #csobBookingBarContainer {
    background-color: #fff;
  }
}
#csob-booking-bar-wrapper #csobBookingBarContainer .varsSelector .placeHolder {
  color: #333;
  font-family: "F37Jan-Family", sans-serif;
}
@media (min-width: 64em) {
  #csob-booking-bar-wrapper #csobBookingBarContainer .csobBookingBarWrapper.horizontal {
    display: flex;
    justify-content: space-around;
  }
}
#csob-booking-bar-wrapper #csobBookingBarContainer .csobBookingBarWrapper.horizontal .csob-field.csob-item {
  font-size: 1rem;
  min-width: 160px !important;
  vertical-align: middle;
}
@media (min-width: 64em) {
  #csob-booking-bar-wrapper #csobBookingBarContainer .csobBookingBarWrapper.horizontal .csob-field.csob-item {
    margin: 0 !important;
  }
  #csob-booking-bar-wrapper #csobBookingBarContainer .csobBookingBarWrapper.horizontal .csob-field.csob-item:nth-of-type(5) .csob-field__input-wrapper .csob-field__input {
    border: none;
  }
}
@media (max-width: 64em) {
  #csob-booking-bar-wrapper #csobBookingBarContainer .csobBookingBarWrapper.horizontal .csob-field.csob-item {
    display: block !important;
  }
}
#csob-booking-bar-wrapper #csobBookingBarContainer .csobBookingBarWrapper.horizontal .csob-field.csob-item .csob-field__input-wrapper .csob-field__input {
  padding: 1.34em 0.8em;
}
@media (min-width: 64em) {
  #csob-booking-bar-wrapper #csobBookingBarContainer .csobBookingBarWrapper.horizontal .csob-field.csob-item .csob-field__input-wrapper .csob-field__input {
    border-bottom: none;
    border-left: none;
    border-radius: 0;
    border-right-color: #e0e0e0;
    border-top: none;
  }
}
#csob-booking-bar-wrapper #csobBookingBarContainer .csobBookingBarWrapper.horizontal .csob-field.csob-item .csob-field__input-wrapper .csob-field__input::-moz-placeholder {
  color: #333;
}
#csob-booking-bar-wrapper #csobBookingBarContainer .csobBookingBarWrapper.horizontal .csob-field.csob-item .csob-field__input-wrapper .csob-field__input:-ms-input-placeholder {
  color: #333;
}
#csob-booking-bar-wrapper #csobBookingBarContainer .csobBookingBarWrapper.horizontal .csob-field.csob-item .csob-field__input-wrapper .csob-field__input::placeholder {
  color: #333;
}
#csob-booking-bar-wrapper #csobBookingBarContainer .csobBookingBarWrapper.horizontal .csob-field.csob-item .csob-field__input-wrapper select {
  padding: 1.34em 0.8em !important;
}
#csob-booking-bar-wrapper #csobBookingBarContainer .csobBookingBarWrapper.horizontal .csob-field.csob-item .csob-field__input-wrapper select:invalid {
  color: #333;
}
#csob-booking-bar-wrapper #csobBookingBarContainer .csobBookingBarWrapper.horizontal .csob-field.csob-item:not(.csob-field--active) .varsSelector {
  padding: 1.34em 0.8em;
}
#csob-booking-bar-wrapper #csobBookingBarContainer .csobBookingBarWrapper.horizontal .csob-btn {
  font-size: 1rem;
  line-height: inherit;
  padding: 0.94em 0.8em !important;
}
@media (max-width: 64em) {
  #csob-booking-bar-wrapper #csobBookingBarContainer .csobBookingBarWrapper.horizontal .csob-btn {
    display: block !important;
  }
}

@media (min-width: 64em) {
  .node--type-slideshow .node--type-external-widget {
    bottom: 40px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 72rem;
    padding: 0 1rem;
    position: absolute;
    right: 0;
    width: auto;
    z-index: 10;
  }
}

/*----------------------------------------------------*/
/* @Autor: Nikita Englund
/* Description: General for all pages
/*----------------------------------------------------*/
.citybreak-event-calendar-widget {
  /* What happens today */
  /* #cb_whathappenstoday.cb_detailed ul li {
    @include flexbox();
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
  }*/
}
.citybreak-event-calendar-widget h2 {
  display: none;
}
.citybreak-event-calendar-widget #citybreak_event_calendar_widget {
  box-sizing: border-box;
  font-family: "Source Serif Pro", serif;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.citybreak-event-calendar-widget #citybreak_event_calendar_widget a {
  text-decoration: none;
}
.citybreak-event-calendar-widget h2,
.citybreak-event-calendar-widget #tblCalendarEventWidget thead tr th .cb_calendareventwidget_hd {
  font-family: "F37Jan-Family", sans-serif;
  font-weight: bold;
}
.citybreak-event-calendar-widget #cb_whathappenstoday.cb_detailed .cb_daytitle, .citybreak-event-calendar-widget #cb_whathappenstoday.cb_detailed ul li a.cb_title {
  font-family: "Source Serif Pro", serif;
  font-weight: 400;
}
.citybreak-event-calendar-widget #cb_whathappenstoday .cb_showmoreevents {
  font-family: "Source Serif Pro", serif;
  font-weight: 400;
}
.citybreak-event-calendar-widget #tblCalendarEventWidget thead tr th .cb_daytitle {
  font-weight: bold;
  line-height: 3;
}
.citybreak-event-calendar-widget #tblCalendarEventWidget th {
  padding: 0;
}
.citybreak-event-calendar-widget #tblCalendarEventWidget tbody tr {
  transition: background 0.4s;
}
.citybreak-event-calendar-widget #tblCalendarEventWidget tbody tr:hover {
  background: #efefef;
}
.citybreak-event-calendar-widget a.kalender {
  color: #204031;
  display: none;
}
.citybreak-event-calendar-widget a.more:hover {
  background: #000;
  transition: all 0.3s ease-in-out;
}
.citybreak-event-calendar-widget #tblCalendarEventWidget .cb_td_today:hover, .citybreak-event-calendar-widget #tblCalendarEventWidget .cb_td_manyevents:hover, .citybreak-event-calendar-widget #tblCalendarEventWidget .cb_td_events:hover {
  transition: all;
}
.citybreak-event-calendar-widget .cb_calendareventwidget_cell.cb_td_events {
  background: #000;
}
.citybreak-event-calendar-widget #cb_table_container {
  -webkit-justify-content: center;
  display: flex;
  justify-content: center;
  /* min-width: 300px;*/
}
.citybreak-event-calendar-widget #tblCalendarEventWidget {
  max-width: 300px;
  width: 100%;
}
.citybreak-event-calendar-widget #tblCalendarEventWidget .cb_td_manyevents,
.citybreak-event-calendar-widget #tblCalendarEventWidget .cb_td_today,
.citybreak-event-calendar-widget #tblCalendarEventWidget .cb_td_events {
  background: rgba(84, 157, 56, 0.1);
  border-radius: 0;
  color: #000;
  cursor: pointer;
  font-weight: 600;
}
.citybreak-event-calendar-widget #tblCalendarEventWidget .cb_td_manyevents:hover,
.citybreak-event-calendar-widget #tblCalendarEventWidget .cb_td_events:hover {
  background: #549d38;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #fff;
}
.citybreak-event-calendar-widget #tblCalendarEventWidget .cb_td_today {
  background: #549d38;
  border-radius: 0;
  color: #fff;
}
.citybreak-event-calendar-widget #tblCalendarEventWidget .cb_td_today:hover {
  background: #4a8a31;
}
.citybreak-event-calendar-widget #tblCalendarEventWidget .cb_td_noevents {
  background: none;
  color: rgba(0, 0, 0, 0.6);
}
.citybreak-event-calendar-widget #tblCalendarEventWidget .cb_lastrow .cb_calendareventwidget_cell {
  border-bottom: 0;
}
.citybreak-event-calendar-widget #tblCalendarEventWidget .cb_calendareventwidget_cell.cb_last {
  border-right: 0;
}
.citybreak-event-calendar-widget #tblCalendarEventWidget thead tr:last-child th {
  border-bottom: 1px solid #eee;
}
.citybreak-event-calendar-widget #tblCalendarEventWidget thead tr th .cb_calendareventwidget_hd {
  display: flex;
  font-size: 20px;
  width: 100%;
}
.citybreak-event-calendar-widget #tblCalendarEventWidget .cb_calendareventwidget_cell {
  transition: 0.2s;
  height: 38px;
  width: 38px;
}
.citybreak-event-calendar-widget #tblCalendarEventWidget .cb_td_inactive {
  background: none;
}
.citybreak-event-calendar-widget #tblCalendarEventWidget .cb_calendareventwidget_hd a {
  flex-grow: 1;
}
.citybreak-event-calendar-widget #tblCalendarEventWidget .cb_calendareventwidget_hd a .cb_next, .citybreak-event-calendar-widget #tblCalendarEventWidget .cb_calendareventwidget_hd a .cb_prev {
  display: none;
}
.citybreak-event-calendar-widget #tblCalendarEventWidget .cb_calendareventwidget_hd a#cb_prevMonthLink:after {
  color: #000;
  content: "\f104";
  font-family: "visitfont";
}
.citybreak-event-calendar-widget #tblCalendarEventWidget .cb_calendareventwidget_hd a#cb_nextMonthLink:after {
  color: #000;
  content: "\f105";
  font-family: "visitfont";
}
.citybreak-event-calendar-widget #tblCalendarEventWidget .cb_calendareventwidget_hd a .cb_next {
  background-position: -61px;
  margin-left: 9px;
}
.citybreak-event-calendar-widget #cb_whathappens_container {
  margin: 10px 0 20px;
  overflow: auto;
  padding: 0 10px 20px;
}
.citybreak-event-calendar-widget #cb_whathappenstoday.cb_detailed ul {
  overflow: hidden;
}
.citybreak-event-calendar-widget #cb_whathappenstoday.cb_detailed ul li {
  -webkit-animation: fadeInRight 0.4s both;
          animation: fadeInRight 0.4s both;
}
.citybreak-event-calendar-widget #cb_whathappenstoday.cb_detailed ul li:nth-child(2) {
  -webkit-animation: fadeInRight 0.4s both 0.2s;
          animation: fadeInRight 0.4s both 0.2s;
}
.citybreak-event-calendar-widget #cb_whathappenstoday.cb_detailed ul li:nth-child(3) {
  -webkit-animation: fadeInRight 0.4s both 0.4s;
          animation: fadeInRight 0.4s both 0.4s;
}
.citybreak-event-calendar-widget #cb_whathappenstoday.cb_detailed ul li a.cb_title {
  color: #549d38;
  display: block;
  font-family: "F37Jan-Family", sans-serif;
  font-weight: 600;
  line-height: 1;
  padding: 0 10px;
}
.citybreak-event-calendar-widget #cb_whathappenstoday.cb_detailed ul li a.cb_title:hover {
  color: #40772b;
}
.citybreak-event-calendar-widget #cb_whathappenstoday.cb_detailed ul li span {
  color: #549d38;
  display: block;
  font-size: 1rem;
  font-weight: 600;
}
.citybreak-event-calendar-widget #cb_whathappenstoday.cb_detailed ul li p {
  font-family: "Source Serif Pro", serif;
  margin: 10px 0;
}
.citybreak-event-calendar-widget #cb_whathappenstoday.cb_detailed ul li a.cb_image {
  float: left;
  padding-right: 10px;
}
.citybreak-event-calendar-widget #cb_whathappenstoday.cb_detailed ul li a.cb_image img {
  border-radius: 50%;
  display: block;
  height: 65px;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 65px;
  z-index: 2;
}
.citybreak-event-calendar-widget #cb_whathappenstoday.cb_detailed .cb_daytitle {
  display: block;
  font-size: 20px;
}
.citybreak-event-calendar-widget #cb_whathappenstoday .cb_showmoreevents {
  background: #549d38;
  border-bottom: 2px solid #549d38;
  border-radius: 0;
  color: #fff;
  padding: 7px 10px;
  transition: background 0.5s;
}
.citybreak-event-calendar-widget #cb_whathappenstoday .cb_showmoreevents:hover {
  background: #549d38;
}

@media (min-width: 64em) {
  #Citybreak_CalendarEventWidget {
    display: flex;
    flex-wrap: wrap;
  }
  #Citybreak_CalendarEventWidget > div {
    width: 50%;
  }
}

/* If column with is smaller than large 7, make wide */
@media (min-width: 64em) {
  .large-3 #Citybreak_CalendarEventWidget > div,
.large-4 #Citybreak_CalendarEventWidget > div,
.large-5 #Citybreak_CalendarEventWidget > div,
.large-6 #Citybreak_CalendarEventWidget > div {
    width: 100%;
  }
}

/*----------------------------------------------------*/
/* @Autor: Nikita Englund
/* Description: SHOULD BE REMOVED IF NOT USED
/*----------------------------------------------------*/
footer {
  box-shadow: 0 -3px 6px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  position: relative;
}
footer img.logo {
  height: 140px;
  width: auto;
}
footer .webX-logo {
  position: absolute;
  right: 0;
  top: 84%;
  z-index: 1;
}
footer .webX-logo svg {
  width: 100px;
}
@media (min-width: 40em) {
  footer .webX-logo svg {
    width: 115px;
  }
}
footer .webX-logo svg #text {
  display: none;
}
footer .webX-logo:hover #text {
  -webkit-animation: fadeIn 0.3s;
          animation: fadeIn 0.3s;
  display: block;
}
footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  line-height: 2;
}
footer p, footer a {
  color: #fff;
  margin: 0;
}
footer .html-content ul {
  list-style: none;
  margin: 0;
}
footer .html-content ul:not(.browser-default) li {
  list-style-type: none;
}
footer .embedded-entity {
  display: inline-block;
}
footer .linkbox {
  background: transparent;
  font-family: "F37Jan-Family", sans-serif;
  font-weight: 300;
  margin: 0 0 1.4rem;
  text-align: center;
}
footer .linkbox > div {
  margin-bottom: 1rem;
}
footer .linkbox a {
  color: #fff;
  display: inline-block;
  margin: 0;
  padding: 1px 0;
}
footer .linkbox a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .socialmedia-linkbox {
  display: flex;
  justify-content: center;
}
footer .socialmedia-linkbox .socialmedia-links {
  margin: 0 0.7rem;
}
footer .socialmedia-linkbox .socialmedia-links i {
  font-size: 21px;
}
footer .socialmedia-linkbox .socialmedia-links span {
  display: none;
}
footer .newsletter p {
  font-size: 0.8rem;
}
footer #region-site-information .cms-text-content p {
  color: #d7d7d6;
  font-size: 0.75rem;
}

#visitsearch {
  min-height: 70vh;
  padding-top: 3rem;
}
#visitsearch #searchField:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 157, 56, 0.25);
}
#visitsearch .search-result .row-result {
  -webkit-animation: fadeInUp 0.3s ease-in;
          animation: fadeInUp 0.3s ease-in;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  display: block;
  height: 100%;
  overflow: hidden;
  transition: box-shadow 0.3s ease-in-out;
}
#visitsearch .search-result .row-result:hover {
  text-decoration: none;
}
#visitsearch .search-result .row-result:hover h3 {
  text-decoration: underline;
}
#visitsearch .search-result .row-result .image {
  background: #cecece;
  height: 220px;
}
#visitsearch .search-result .row-result .image:empty {
  position: relative;
}
#visitsearch .search-result .row-result .image:empty:before {
  color: #fff;
  content: "\f03e";
  font-family: "Font Awesome 5 Free";
  font-size: 6rem;
  font-weight: 900;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
#visitsearch .search-result .row-result .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
#visitsearch .search-result .row-result .text {
  color: #000;
  padding: 1rem 1.5rem;
}
#visitsearch .search-result .row-result .text h3 {
  word-break: break-word;
}