:root {
  color-scheme: light;
  /* General colors: */
  --site-bg: #f7f7f7;
  --site-text: #5a5a5a;
  --card-primary: #eeeef0;
  --card-primary-hover: #f3f4f6;
  --card-secondary: rgb(240, 240, 240);
  --card-tertiary: #fbfbfb;
  --muted-text: #6d6f8f;
  --primary-color: rgb(219, 94, 11);
  --heading-color: #17384f;
  --email-color: #5850ec;
  --default-link-color: #337ab7;
  --default-link-hover: #23527c;
  --image-border: #c1bdbd;
  --border-primary-color: #d7d7de;
  --contact-link-color: #284a63;

  /* Specific colors: */
  --progress-bar-color: #f56f26;
  --detail-tags-hover: #fdfdfd;
  --detail-tags-bg-right: #f3f3f3;
  --section-border: #969696;
  --nav-brand: #d8d8d8;
  --nav-grad-start: #2f516a;
  --nav-grad-end: #20425b;
  --nav-link: #e2dcdc;
  --nav-link-hover: #ffffff;
  --nav-active: #072949;
  --dropdown-bg: #ffffff;
  --dropdown-border: #cccccc;
  --dropdown-link: #2f2f2f;
  --dropdown-link-hover: #1f1f1f;
  --dropdown-link-hover-bg: #f2f5f8;
  --footer-bg: #2f516a;
  --footer-text: #cacaca;
  --input-bg: #ffffff;
  --input-text: #243849;
  --input-border: #c8d2db;
  --pagination-text: #284a63;
  --pagination-bg: #fbfbfb;
  --pagination-border: #dddddd;
  --pagination-active-border: #f3f3f3;
  --panel-bg: #eeedf0;
  --panel-border: #c5d3de;
  --panel-border-hover: #b8c8d4;
  --panel-text: #355167;
  --panel-link: #2f526b;
  --panel-link-hover: #203d52;
  --panel-muted: #6c7d8f;
  --event-title: #1f3d56;
  --chip-bg: #ffffff;
  --chip-border: #c6c2c2;
  --chip-hover-bg: #e6eff6;
  --chip-hover-border: #afc1cf;
  --chip-title: #000000;
  --chip-subtitle: #666666;
  --live-button-text: #db5f0c;
  --live-button-subtext: #1d5c86;
  --live-button-bg: rgba(39, 73, 98, 0.04);
  --live-button-border: rgb(232, 232, 232);
  --live-button-hover-bg: #ececec;
  --live-button-hover-border: #9e9e9e;
  --playing-link: #294b64;
  --playing-heading: #254760;
  --playing-url-accent: #f48040;
  --media-border: #294b64;
  --icon-muted: #bec0d8;
  --autocomplete-bg: #f1f1f3;
  --autocomplete-text: #545454;
  --autocomplete-border: #e6e3e3;
  --autocomplete-meta: rgb(111, 111, 128);
  --search-mobile-list-bg: #ffffff;
  --search-mobile-button-bg: #ffffff;
  --search-mobile-button-border: #d0cdcd;
  --search-mobile-hover-bg: lightgray;
  --as-program-text: #656565;
  --as-program-active-text: rgb(221, 219, 219);
  --as-program-border: #afc5d8;
  --heading-accent: #294b65;
  --dialog-bg: #fcfcfc;
  --firstpage-nav-bg: #eeeef0;
  --firstpage-nav-border: #c2d0db;
  --firstpage-nav-hover-border: #a8bccb;
  --firstpage-nav-hover-text: #24445a;
  --firstpage-nav-arrow: #567996;
  --legacy-show-more: #08c;
  --showmore-bg: #edf3f8;
  --showmore-border: #c2d0db;
  --showmore-bg-hover: #e3edf5;
  --ui-active-bg: #b4d6f1;
  --ui-active-border: #294b65;
  --ui-hover-bg: #e2eff9;
  --ui-subtle-border: #e8e7e7;
  --ui-muted: #4c4c4c;
  --vlist-date: rgb(132 130 130);
  --vlist-clock: rgb(109, 111, 143);
  --vlist-card-border: #c2c7cd;
  --vlist-listen: #737171;
  --vlist-strong: #747171;
  --vlist-shadow: 0 8px 16px rgba(44, 63, 80, 0.12);
  --vma-bg: #fdfbfb;
}

html[data-theme="dark"] {
  color-scheme: dark;
  /* General colors: */
  --site-bg: #131b23;
  --site-text: #ccdae4;
  --card-primary: #1e2831;
  --card-primary-hover: #26323d;
  --card-secondary: #1e2831;
  --card-tertiary: #1e2831;
  --muted-text: #a1b5c6;
  --primary-color: #9bc2df;
  --heading-color: #deedf9;
  --email-color: #9bc2df;
  --default-link-color: #9bc2df;
  --default-link-hover: #c2dcef;
  --image-border: #3d4f5f;
  --border-primary-color: #3a4d5b;
  --contact-link-color: #b8cfdf;

  /* Specific colors: */
  --progress-bar-color: #9bc2df;
  --detail-tags-hover: #5b7083;
  --detail-tags-bg-right: #0f1720;
  --section-border: #3a4d5b;
  --nav-brand: #d8e6f1;
  --nav-grad-start: #1f2c36;
  --nav-grad-end: #152028;
  --nav-link: #d7e5ef;
  --nav-link-hover: #f1f7fb;
  --nav-active: #35495a;
  --dropdown-bg: #1b2732;
  --dropdown-border: #3a4b5b;
  --dropdown-link: #d2e1ec;
  --dropdown-link-hover: #e9f2f8;
  --dropdown-link-hover-bg: #2a3947;
  --footer-bg: #111920;
  --footer-text: #bccbd7;
  --input-bg: #0f1720;
  --input-text: #d6e4ee;
  --input-border: #3e5263;
  --pagination-text: #b8cfdf;
  --pagination-bg: #1b2630;
  --pagination-border: #37495a;
  --pagination-active-border: #37495a;
  --panel-bg: #1e2831;
  --panel-border: #3d4f5f;
  --panel-border-hover: #5b7083;
  --panel-text: #ccdae4;
  --panel-link: #9bc2df;
  --panel-link-hover: #c2dcef;
  --panel-muted: #aebfcd;
  --event-title: #d5e7f4;
  --chip-bg: #1e2831;
  --chip-border: #3d4f5f;
  --chip-hover-bg: #26323d;
  --chip-hover-border: #5b7083;
  --chip-title: #ccdae4;
  --chip-subtitle: #aebfcd;
  --live-button-text: #9bc2df;
  --live-button-subtext: #9bc2df;
  --live-button-bg: #1e2831;
  --live-button-border: #3d4f5f;
  --live-button-hover-bg: #26323d;
  --live-button-hover-border: #5b7083;
  --playing-link: #ccdae4;
  --playing-heading: #ccdae4;
  --playing-url-accent: #9bc2df;
  --media-border: #466075;
  --icon-muted: #aebfcd;
  --autocomplete-bg: #15212b;
  --autocomplete-text: #cfdee9;
  --autocomplete-border: #314555;
  --autocomplete-meta: #aebfcd;
  --search-mobile-list-bg: #15212b;
  --search-mobile-button-bg: #15212b;
  --search-mobile-button-border: #314555;
  --search-mobile-hover-bg: #263947;
  --as-program-text: #aebfcd;
  --as-program-active-text: #cfdee9;
  --as-program-border: #466075;
  --heading-accent: #9bc2df;
  --dialog-bg: #15212b;
  --firstpage-nav-bg: #1e2831;
  --firstpage-nav-border: #3d4f5f;
  --firstpage-nav-hover-border: #5b7083;
  --firstpage-nav-hover-text: #c2dcef;
  --firstpage-nav-arrow: #9bb8ce;
  --legacy-show-more: #9bc2df;
  --showmore-bg: #26323d;
  --showmore-border: #4a5f71;
  --showmore-bg-hover: #2f3f4c;
  --ui-active-bg: #33506a;
  --ui-active-border: #6d8aa2;
  --ui-hover-bg: #263947;
  --ui-subtle-border: #314555;
  --ui-muted: #aebfcd;
  --vlist-date: #ccdae4;
  --vlist-clock: #aebfcd;
  --vlist-card-border: #3d4f5f;
  --vlist-listen: #ccdae4;
  --vlist-strong: #ccdae4;
  --vlist-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
  --vma-bg: #1e2831;
}

h1 {
  margin-top: 10px;
}
h4 {
  margin: 0 0 12px;
  padding-bottom: 0;
  border-bottom: 0;
  font-size: 22px;
  line-height: 1.2;
  color: var(--heading-color);
}
.navbar-inverse .navbar-brand {
  color: var(--nav-brand);
}
.progress-bar {
  background-color: var(--progress-bar-color);
}
.progress {
  height: 3px;
  margin-bottom: 0px;
  background-color: var(--ui-subtle-border);
}
.col-sm-3half,
.col-sm-8half {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}
#tlogga {
  top: 25px;
  left: 322px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.navbar .form-control,
.navbar #searchBarBtn {
  height: 32px;
}
.navbar-utility-actions {
  display: none;
}
.navbar-form {
  display: none;
}
.dropdown .dropdown-menu > li > a {
  font-size: 16px;
  color: var(--dropdown-link);
}
.navbar .dropdown-menu {
  background: var(--dropdown-bg);
  border-color: var(--dropdown-border);
}
.dropdown .dropdown-menu > li > a:hover,
.dropdown .dropdown-menu > li > a:focus {
  color: var(--dropdown-link-hover);
  background: var(--dropdown-link-hover-bg);
}
.jumbotron {
  background-color: var(--card-secondary);
}
.itunes-svg {
  color: var(--heading-color);
}
.global-search-dropdown {
  background-color: var(--dropdown-bg);
}
@media (min-width: 768px) {
  .v_list {
    grid-template-columns: repeat(2, 1fr);
  }
  #live_button {
    position: absolute;
  }
  .playing_wrap {
    width: 290px;
  }
  #erstavik {
    width: 720px;
  }
  .navbar .form-control,
  .navbar #searchBarBtn {
    height: 28px;
  }
  .navbar-utility-actions.hidden-xs {
    display: flex !important;
    align-items: center;
    gap: 10px;
  }
  .navbar-utility-actions .navbar-search-form {
    display: block;
    margin: 8px 0;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    box-shadow: none;
  }
  .navbar .container-fluid {
    padding-right: 10px;
  }
  .navbar-form {
    display: block;
  }
  .navbar-mobile-form,
  #search-results-mobile {
    display: none;
  }
  #footer .container {
    justify-content: space-evenly;
  }
  #archive-tabs.nav-tabs.nav-justified > .active > a,
  #archive-tabs.nav-tabs.nav-justified > .active > a:focus,
  #archive-tabs.nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: var(--site-bg);
  }
  #archive-tabs.nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid var(--border-primary-color);
    border-radius: 4px 4px 0 0;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .navbar .input-group {
    width: 159px;
  }
  .navbar .input-group-btn {
    display: none;
  }
  .navbar #searchBar {
    border-radius: 3px;
  }
  .navbar .navbar-form {
    padding-left: 0px;
  }
  .navbar-utility-actions.hidden-xs {
    gap: 4px;
  }
  .playing_wrap {
    width: 384px;
  }
}
.navbar-nav > li > a {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}
.navbar {
  min-height: 44px !important;
}
.navbar .btn {
  padding: 3px 13px;
  color: var(--muted-text);
}
.navbar-inverse {
  background-color: red;
  background-image: none;
  background: var(--nav-grad-start);
  background: -moz-linear-gradient(top, #2f516a 0%, #20425b 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #2f516a),
    color-stop(100%, #20425b)
  );
  background: -webkit-linear-gradient(top, #2f516a 0%, #20425b 100%);
  background: -o-linear-gradient(top, #2f516a 0%, #20425b 100%);
  background: -ms-linear-gradient(top, #2f516a 0%, #20425b 100%);
  background: linear-gradient(
    to bottom,
    var(--nav-grad-start) 0%,
    var(--nav-grad-end) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f516a', endColorstr='#20425b',GradientType=0 );
}
.navbar-inverse .navbar-nav > li > a {
  color: var(--nav-link);
  font-weight: bold;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: var(--nav-active);
  color: white;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: var(--nav-link-hover);
}
.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  background-color: var(--nav-active);
}
.navbar .nav > li > a {
  text-transform: uppercase;
}
.navbar-nav > li.theme-toggle-nav-item > a {
  text-transform: none;
  letter-spacing: 0.01em;
  display: flex;
  gap: 8px;
  align-items: center;
}
.theme-toggle-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  color: var(--nav-link);
  border: 1px solid transparent;
  text-decoration: none;
  transition:
    background-color 150ms ease,
    border-color 150ms ease,
    color 150ms ease;
}
.theme-toggle-icon-btn:hover,
.theme-toggle-icon-btn:focus {
  color: var(--nav-link-hover);
  border-color: rgba(255, 255, 255, 0.25);
  background-color: rgba(255, 255, 255, 0.08);
  text-decoration: none;
}
.theme-toggle-icons {
  display: inline-flex;
  line-height: 0;
}
.theme-icon {
  display: none;
  width: 16px;
  height: 16px;
}
.theme-icon svg {
  width: 100%;
  height: 100%;
}
.theme-toggle-nav-item .theme-icon-dark,
.theme-toggle-icon-btn .theme-icon-dark {
  display: inline-flex;
}
html[data-theme="dark"] .theme-icon-dark {
  display: none;
}
html[data-theme="dark"] .theme-icon-light {
  display: inline-flex;
}
.theme-toggle-nav-item.visible-xs-block > a {
  display: flex !important;
  align-items: center;
  gap: 8px;
}
.navbar-mobile-form .form-control,
.navbar .form-control {
  background-color: var(--input-bg);
  color: var(--input-text);
  border-color: var(--input-border);
}
.navbar #searchBarBtn {
  border-color: var(--input-border);
  background-color: var(--input-bg);
}
#rightColumn .navbar-search {
  margin-top: 0px;
  float: none;
  margin-bottom: 30px;
}
.container {
  max-width: 1030px;
  position: relative;
}
p {
  color: var(--site-text);
  line-height: 1.5;
}
a {
  color: var(--default-link-color);
}
a:hover,
a:focus {
  color: var(--default-link-hover);
}
html,
body {
  height: 100%;
  font-size: 16px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
body {
  background: var(--site-bg);
  color: var(--site-text);
  transition:
    background-color 180ms ease,
    color 180ms ease;
}
#footer .container {
  display: flex;
  color: var(--footer-text);
  flex-wrap: wrap;
}
#footer .container a {
  color: var(--footer-text);
}
#footer .container ul {
  list-style-type: none;
}
#footer .footer-title {
  font-size: 16px;
  margin-bottom: 5px;
  padding-top: 5px;
  display: inline-block;
}
#footer {
  background: var(--footer-bg);
  margin-top: 100px;
  border-radius: 5px 5px 0px 0px;
  padding: 20px;
  padding-bottom: 10px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
#footerImage {
  background-image: url(../images/layout/smal-logo-vector.png);
  background-repeat: no-repeat;
  background-position-x: right;
  width: 17px;
  height: 28px;
  background-size: 17px 30px;
  position: relative;
  top: 3px;
  margin-right: 5px;
  display: inline-block;
}
#wrap {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -60px;
}
.extraMarginBottom {
  margin-bottom: 100px;
}
#erstavik {
  margin-bottom: 41px;
  border-radius: 4px;
}
html[data-theme="dark"] #erstavik {
  filter: brightness(0.8) contrast(1.1);
}
#leftColumn {
  margin-bottom: 20px;
}
.pagination > li > a,
.pagination > li > span {
  color: var(--pagination-text);
  background-color: var(--pagination-bg);
  border-color: var(--pagination-border);
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: var(--primary-color);
  border-color: var(--pagination-active-border);
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  background-color: var(--pagination-bg);
  border-color: var(--pagination-border);
}
.event p {
  margin-bottom: 0px;
}
#rightColumn .event img {
  height: 150px;
  display: block;
  max-width: 100%;
  object-fit: cover;
  margin-top: 5px;
  border-radius: 4px;
}
#rightColumn article {
  margin-bottom: 44px;
}
#rightColumn .event {
  margin-bottom: 20px;
  margin-top: 20px;
}
#rightColumn .event span {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 1px;
  display: block;
}
#rightColumn .event .daysLeft {
  color: gray;
}
#rightColumn h4 {
  border-bottom: thin var(--section-border) solid;
  padding-bottom: 6px;
  margin-bottom: 12px;
}
#klogga {
  margin-top: 6px;
  position: absolute;
  right: 0px;
  display: none;
}
#rightColumn #kLink {
  width: 17px;
  margin-left: 3px;
  margin-bottom: 3px;
}

/* First-page lower panel redesign */
#rightColumn.firstpage-right-column {
  margin-top: 18px;
  margin-bottom: 50px;
}
#rightColumn.firstpage-right-column > section {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: stretch;
  max-width: 1120px;
  margin: 0 auto;
}
#rightColumn.firstpage-right-column article {
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  padding: 22px 22px 20px;
  border: 1px solid var(--panel-border);
  border-radius: 4px;
  background: var(--panel-bg);
  box-shadow: none;
  color: var(--panel-text);
  line-height: 1.6;
}
#rightColumn.firstpage-right-column article:hover {
  border-color: var(--panel-border-hover);
}
#rightColumn.firstpage-right-column article p {
  margin: 0 0 12px;
  max-width: 730px;
}
#rightColumn.firstpage-right-column article a:hover {
  color: var(--panel-link-hover);
}
#rightColumn.firstpage-right-column article img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 9px;
}
#rightColumn.firstpage-right-column article > img {
  margin: 12px 0 14px;
}
#rightColumn.firstpage-right-column #kLink {
  display: inline-block;
  vertical-align: middle;
}
#rightColumn.firstpage-right-column .event {
  margin: 14px 0 0;
  padding: 14px;
  padding-bottom: 5px;
  border: 1px solid var(--panel-border);
  border-radius: 3px;
  background: var(--card-tertiary);
}
#rightColumn.firstpage-right-column .event p {
  margin-bottom: 0;
}
#rightColumn.firstpage-right-column .event .daysLeft {
  margin: 0 0 9px;
  color: var(--panel-muted);
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 700;
}
#rightColumn.firstpage-right-column .event .event-title {
  text-transform: none;
  font-size: 18px;
  color: var(--event-title);
  margin-bottom: 6px;
}
#rightColumn.firstpage-right-column .event img {
  height: 170px;
  margin: 8px 0 12px;
  border-radius: 3px;
  object-fit: cover;
}
#rightColumn.firstpage-right-column .event > a:hover {
  color: var(--panel-link-hover);
}
#rightColumn.firstpage-right-column #showMoreEvent {
  margin: 14px 0 0;
  padding: 10px 14px;
  color: var(--panel-link);
  border: 1px solid var(--showmore-border);
  border-radius: 3px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  background: var(--showmore-bg);
}
#rightColumn.firstpage-right-column #showMoreEvent:hover {
  background: var(--showmore-bg-hover);
  border-color: var(--firstpage-nav-hover-border);
  color: var(--firstpage-nav-hover-text);
}
#rightColumn.firstpage-right-column #moreEvent {
  margin-top: 12px;
}
#rightColumn.firstpage-right-column .firstpage-podcast-list-link {
  margin-top: 12px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  padding: 8px;
  border: thin var(--chip-border) solid;
  border-radius: 15px;
  padding-right: 68px;
  background-color: var(--chip-bg);
}
#rightColumn.firstpage-right-column .firstpage-podcast-list-link:hover {
  border-color: var(--chip-hover-border);
  background: var(--chip-hover-bg);
  text-decoration: none;
}
#rightColumn.firstpage-right-column .firstpage-podcast-list-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
#rightColumn.firstpage-right-column .firstpage-podcast-list-title {
  font-size: 16px;
  font-weight: 500;
  color: var(--chip-title);
}
#rightColumn.firstpage-right-column .firstpage-podcast-list-subtitle {
  font-size: 14px;
  color: var(--chip-subtitle);
}
#rightColumn.firstpage-right-column a > img[alt="Download on the App Store"],
#rightColumn.firstpage-right-column a > img[alt="Get it on Google Play"] {
  margin-top: 12px;
}
#live_button {
  margin-bottom: 22px;
  /*width: 200px;*/
  cursor: pointer;
  font-size: 18px;
  color: var(--live-button-text);
  font-weight: 600;
  padding: 12px 16px;
  border: 1px var(--live-button-border) solid;
  background-color: var(--live-button-bg);
  border-radius: 2px;
  top: 20px;
  right: 17px;
  text-align: center;
}
#live_button span {
  color: var(--live-button-subtext);
}
#live_button:hover {
  background-color: var(--live-button-hover-bg);
  border: 1px var(--live-button-hover-border) solid;
}
.playing_wrap {
  margin-bottom: 22px;
  margin-top: 20px;
  overflow: hidden;
}
.playing_wrap a {
  color: var(--playing-link);
}
.playing_wrap h4 {
  color: var(--playing-heading);
  font-size: 17px;
}
.playing_logo {
  height: 50px;
  width: 80px;
  border: thin var(--media-border) solid;
  border-radius: 2px;
  object-fit: cover;
}
.ui-autocomplete-category {
  margin: 0.8em 0 0.2em;
  line-height: 1.4;
  font-size: 14px;
  padding: 5px 0px 5px 10px;
  background-color: var(--autocomplete-bg);
  color: var(--autocomplete-text);
  border: thin var(--autocomplete-border) solid;
}
.ui-autocomplete-category span {
  color: var(--autocomplete-meta);
  padding-left: 3px;
  font-style: italic;
  font-size: 14px;
}
.ui-autocomplete-category a {
  color: var(--default-link-color);
  font-size: 14px;
  margin-left: 8px;
}
#search-results-mobile {
  margin-bottom: 40px;
}
#search-results-mobile ul {
  list-style-type: none;
  background-color: var(--search-mobile-list-bg);
  padding: 5px;
  border-radius: 5px;
}
.navbar-mobile-form input {
  font-size: 16px;
}
#search-results-mobile .ui-autocomplete-item {
  padding: 10px;
  cursor: pointer;
}
#search-results-mobile .ui-autocomplete-item:hover {
  background-color: var(--search-mobile-hover-bg);
}
#search-results-mobile button {
  width: 100%;
  padding: 10px;
  background-color: var(--search-mobile-button-bg);
  border: thin var(--search-mobile-button-border) solid;
  margin-top: 15px;
  margin-bottom: 5px;
}
.as-icon {
  width: 15px;
  height: 15px;
  display: inline-block;
  font-size: 12px;
  color: var(--icon-muted);
  margin-right: 6px;
}
.as-icon svg {
  fill: currentColor;
}
.as-program img {
  max-height: 50px;
  border: thin var(--as-program-border) solid;
  border-radius: 5px;
  overflow: hidden;
}
.as-program .as-container {
  display: flex;
  min-width: 0;
}
.as-program .as-body {
  min-width: 0;
  line-height: 24px;
  padding-left: 5px;
}
.as-left {
  min-width: 0;
  flex: none;
}
.as-program h4 {
  border: thin black solid;
  margin-top: 4px;
  margin-bottom: 2px;
  font-size: 14px;
}

.as-program .as-program-wrapper {
  width: 100%;
  position: relative;
  color: var(--as-program-text);
}
.as-program .ui-state-active .as-program-wrapper {
  color: var(--as-program-active-text);
}
.as-program .as-program-wrapper div:first-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 80px;
}
.as-program .as-program-wrapper .as-program-date {
  position: absolute;
  right: 0;
  top: 0;
}
.v_listing {
  margin-bottom: 90px;
}
#archive-tabs > li.active > a,
#archive-tabs > li.active > a:focus,
#archive-tabs > li.active > a:hover {
  background-color: var(--card-tertiary);
}
#archive-tabs.nav-tabs.nav-justified > .active > a,
#archive-tabs.nav-tabs.nav-justified > .active > a:focus,
#archive-tabs.nav-tabs.nav-justified > .active > a:hover {
  border: 1px solid var(--border-primary-color);
}
#archive-tabs > li.active > a,
#archive-tabs > li.active > a:focus,
#archive-tabs > li.active > a:hover {
  color: var(--heading-color);
}
#archive-tabs > li > a:focus,
#archive-tabs > li > a:hover {
  background: var(--card-primary-hover);
}
@media (min-width: 979px) {
  .flexible-centered-items {
    display: flex;
    align-items: center;
    margin-right: -20px;
  }
  .flexible-centered-items > div {
    padding-right: 20px;
  }
  .col-sm-3half,
  .col-sm-8half {
    float: left;
  }
  .col-sm-3half {
    width: 37.5%;
  }
  .col-sm-8half {
    width: 62.5%;
  }
  .v_listing {
    margin-bottom: 120px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1030px;
  }
  .detail-page #leftColumn {
    padding-right: 10px;
  }
  .detail-page #rightColumn {
    padding-left: 29px;
  }
  #tlogga {
    margin-top: 52px;
  }
  #live_button {
    top: 70px;
  }
  .playing_wrap {
    position: absolute;
    right: 182px;
    top: 71px;
    margin-top: 0px;
  }
  #erstavik {
    width: 1000px;
  }
  .navbar #searchBar {
    width: 180px;
  }
  #rightColumn.firstpage-right-column article {
    padding: 24px 26px 22px;
  }
  #rightColumn.firstpage-right-column .event img {
    height: 190px;
  }
}
@media (min-width: 1400px) {
  .v_list {
    grid-template-columns: repeat(3, 1fr);
  }
  .col-sm-3half {
    width: 37%;
  }
  .col-sm-8half {
    width: 63%;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1400px;
  }
  .container {
    max-width: 1400px;
  }
  #erstavik {
    width: 1400px;
    height: 56px;
  }
  #leftColumn .playerNav {
    width: 652px;
  }
  .detail-description {
    margin-right: 20px;
  }
  .playing_wrap {
    right: 184px;
    width: 400px;
  }
  .detail-page #rightColumn {
    padding-left: 24px;
  }
  .extra-panel {
    margin-right: 6.5px;
  }
}
#wrapBox {
  background-color: var(--card-secondary);
  padding: 30px;
  padding-top: 10px;
}
#wrapBox h3 {
  color: var(--heading-accent);
  border-bottom: thin solid var(--heading-accent);
  padding-bottom: 5px;
}
.extra-margin {
  margin: 10px 0;
}
.heading1 {
  color: var(--heading-accent);
  border-bottom: thin solid var(--heading-accent);
  font-size: 24.5px;
}
.ui-dialog-content {
  background: var(--dialog-bg) !important;
}
#firstpage_link_wrapper {
  margin: 36px 0px 40px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
#firstpage_link_wrapper p {
  margin: 0;
}
#firstpage_link_wrapper .firstpage-nav-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid var(--firstpage-nav-border);
  border-radius: 3px;
  background: var(--firstpage-nav-bg);
  color: var(--panel-link);
  text-decoration: none;
  font-weight: 600;
}
#firstpage_link_wrapper .firstpage-nav-link:hover {
  border-color: var(--firstpage-nav-hover-border);
  background: var(--card-primary-hover);
  color: var(--firstpage-nav-hover-text);
}
#firstpage_link_wrapper .svg-arrow {
  width: 8px;
  height: 8px;
  margin: 0;
  color: var(--firstpage-nav-arrow);
  vertical-align: middle;
}
#moreEvent {
  display: none;
}
#showMoreEvent {
  padding-bottom: 10px;
  padding-top: 5px;
  color: var(--legacy-show-more);
  margin-bottom: 25px;
  cursor: pointer;
}
.ui-menu-item.ui-state-active {
  background: var(--ui-active-bg);
  border-color: var(--ui-active-border);
}
.ui-menu-item {
  padding: 4px 7px;
  font-size: 14px;
  line-height: 29px;
  cursor: pointer;
}
.ui-menu-item:hover {
  background: var(--ui-hover-bg);
}
.ui-menu .ui-menu-item-wrapper {
  padding-left: 8px;
}
.ui-menu {
  box-shadow:
    0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.arrow-duration-combo {
  font-size: 12px;
  font-weight: normal;
  display: flex;
  align-items: center;
  color: var(--vlist-listen);
}
.arrow-duration-combo span {
  font-size: 20px;
  margin-right: 5px;
}

/*Accordion style*/

.v_list {
  display: grid;
  gap: 20px;
  align-items: stretch;
  padding: 0px 0;
}
.v_list article {
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
.v_list .accordTitle {
  margin-top: 0px;
  margin-bottom: 2px;
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-color);
  font-size: 22px;
}
.v_list .accordContent {
  margin: 0px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0;
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.v_list .accordHeadWrap {
  padding: 5px 10px;
  padding-bottom: 32px;
}
.v_list .accordDate {
  margin: 0px;
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--vlist-date);
}
.v_list .accordClockStyle .accordTime {
  padding-left: 3px;
}
.v_list .accordClockStyle .glyphicon {
  top: 2px;
}
.v_list .accordClockStyle .accordClock {
  color: var(--vlist-clock);
  margin-top: 0.7em;
  font-size: 11px;
  position: absolute;
  bottom: 8px;
}
.v_list img {
  object-fit: cover;
  margin-top: 1px;
  margin-right: 10px;
  width: 100%;
  height: 220px;
  float: none;
  margin-bottom: 5px;
  transition: transform 220ms ease;
}
.v_list .v-list-wrapper {
  background: var(--card-primary);
  border-radius: 4px;
  display: block;
  color: black;
  color: inherit;
  text-decoration: none;
  text-decoration: inherit;
  position: relative;
  overflow: hidden;
  flex-grow: 1;
  transition:
    transform 180ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
}
.v_list .v-list-wrapper:hover {
  border-color: var(--vlist-card-border);
  background: var(--card-primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 16px var(--vlist-shadow);
}
.v_list .v-list-wrapper:hover img {
  transform: scale(1.01);
}
.v_list .v-list-wrapper:focus-visible {
  border-color: var(--vlist-card-border);
  background: var(--card-primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 16px var(--vlist-shadow);
}
.v_list .accordTitleRibbon {
  margin-right: 26px;
}
.v_list .accordListen {
  position: absolute;
  bottom: 4px;
  right: 10px;
}
.v_list strong {
  color: var(--vlist-strong);
}
@media (max-width: 490px) {
  h4 {
    font-size: 20px;
  }
  .v_list {
    grid-template-columns: repeat(1, 1fr);
  }
  .v_list .accordContent {
    font-size: 15px;
  }
  .v_list .accordTitle {
    font-size: 20px;
  }
  .v_list img {
    height: 165px;
  }
  .container .radio_subpage {
    display: none;
  }
  #leftColumn #progTitle {
    font-size: 30px;
  }
  .v_list .accordClockStyle .accordListen {
    bottom: 4px;
  }
  .v_list .accordDate {
    font-size: 14px;
  }
  #firstpage_link_wrapper {
    align-items: stretch;
  }
  #firstpage_link_wrapper p {
    width: 100%;
  }
  #firstpage_link_wrapper .firstpage-nav-link {
    width: 100%;
    justify-content: center;
  }
  #rightColumn.firstpage-right-column > section {
    gap: 16px;
  }
  #rightColumn.firstpage-right-column article {
    padding: 18px 16px;
  }
  #rightColumn.firstpage-right-column .event img {
    height: 150px;
  }
}
.clear {
  clear: both;
}
.max-width-lg {
  max-width: 730px;
}
.accord-ribbon {
  position: absolute;
  background-color: rgb(73, 145, 200);
  width: 85px;
  height: 20px;
  top: -20px;
  right: -24.895923599143px;
  transform: rotate(30deg);
  padding-left: 30px;
  padding-right: 30px;
  margin: 0px;
  transform-origin: 0 100%;
  line-height: 20px;
  text-align: center;
  color: #f7f7f7;
}
.accord-ribbon-replay {
  background-color: rgb(200, 121, 73);
  line-height: 21px;
  height: 21px;
  width: 120px;
  padding-left: 21px;
  padding-right: 21px;
  top: -23px;
  transform: rotate(26deg);
  right: -35.147186257614px;
  font-size: 13px;
}
.ui-menu .cat-victim {
  background-image: url(../images/layout/contacts-user3.png);
  background-position: 3px 10px;
  background-repeat: no-repeat;
  padding-left: 22px;
}
.playing_wrap .playing_url span {
  color: var(--playing-url-accent);
}
#live_button .live-button-arrow {
  margin-right: 3px;
  color: var(--vlist-clock);
}
#filterBtn {
  margin-bottom: 30px;
}
.svg-arrow {
  width: 7px;
  height: 7px;
  margin: 7px 2px 0 0;
  vertical-align: top;
  color: var(--firstpage-nav-arrow);
  fill: currentColor;
}
.autocompelte-show-all {
  color: var(--ui-muted);
}
.ui-menu .autocompelte-show-all {
  font-weight: bold;
  border-top: thin var(--ui-subtle-border) solid;
  margin-top: 10px;
}
.ui-menu .svg-arrow {
  margin: 11px 5px 0 0;
  color: var(--ui-muted);
}
.podcast-badge-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -15px;
}
.podcast-badge-group > p {
  padding: 0px;
  margin: 0px;
  padding-right: 20px;
  padding-bottom: 15px;
}
.active-vma-banner {
  background-color: var(--vma-bg);
  border: thick var(--primary-color) dotted;
  padding: 11px;
  border-radius: 11px;
  margin-top: 5px;
  margin-bottom: 50px;
}
