/*
---------------------------------------------------------
TOPPMENY
---------------------------------------------------------*/

.lp-topmenu {
  margin: 20px 0 0;
}

.lp-topmenu ul {
  display: -webkit-box;
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
}

.lp-topmenu li {
  display: block;
  margin: 0;
  padding: 0;

  -webkit-box-flex: 1;
  box-flex: 1; /* stylelint-disable-line */
  flex: 1 auto;
}

.lp-topmenu li > a {
  background: #ddd;
  border-right: 1px solid #ccc;
  color: #333;
  display: block;
  font-size: 1.5rem;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  width: auto;
}

.lp-topmenu li > a.lp-current {
  background: #ccc;
  text-decoration: underline;
}

.lp-topmenu li > a:hover,
.lp-topmenu li > a:focus {
  background: #ccc;
}


/*
---------------------------------------------------------
UNDERMENY 1/3 - Standardinställningar
--------------------------------------------------------- */

/* Döljer alla huvudsidors menyer */
.lp-menu .lp-level-1 > li {
  display: none;
}

/* Men visar huvudusidan man är inne på */
.lp-menu .lp-level-1 > li.lp-open {
  display: block;
}

/* Döljer pilknappen på första nivån så att man inte kan stänga menyn */
.lp-menu .lp-level-1 > li > button {
  display: none;
}

/* Döljer alla nivåer initialt */
.lp-menu .lp-level-1 ul {
  display: none;
}

/* Men visar undersidor när man har klickat på pilknappen */
.lp-menu .lp-open > ul {
  display: block;
}

/* Döljer tillbakalänk vid utpekning av egen startpunkt för undermeny */
.lp-menu a.lp-back-link {
  display: none;
}


.lp-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.lp-menu li.lp-has-children {
  position: relative;
}



/* Döljer stängknapp för off canvas-meny */
.lp-close-button {
  display: none;
}

/*
---------------------------------------------------------
UNDERMENY 2/3
--------------------------------------------------------- */

.lp-menu a,
.lp-sidebar .sv-jcrmenu-portlet a,
.lp-sidebar .sv-readspeaker_expandingplayer-portlet a.normal {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 150%;
  padding: 10px 44px 10px 20px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease;

  -webkit-font-smoothing: antialiased;
}

.lp-sidebar .sv-readspeaker_expandingplayer-portlet .lp-icon {
  font-size: 1.2em;
  margin: 0 5px 0 0;
}

.lp-sidebar .sv-readspeaker_expandingplayer-portlet .rsexpanded {
  margin: 0 0 0 15px;
}

.lp-menu a:before,
.lp-sidebar .sv-jcrmenu-portlet a:before,
.lp-sidebar .sv-readspeaker_expandingplayer-portlet a:before,
.lp-menu.lp-easy-read a:before {
  background: rgba(255, 255, 255, 0.1);
  content: '';
  height: 1px;
  left: 20px;
  position: absolute;
  right: 20px;
  top: 0;
  transition: all 0.3s ease;
}

.lp-menu li:first-child > a:before,
.lp-menu .lp-open + li:first-child > a:before {
  /* Hmm? på andra selektorn */
  opacity: 0;
}

.lp-menu .lp-level-3 li > a:before {
  background: rgba(0, 0, 0, 0.1);
}


.lp-menu a:hover,
.lp-menu a:focus,
.lp-sidebar .sv-jcrmenu-portlet a:hover,
.lp-sidebar .sv-readspeaker_expandingplayer-portlet a:hover,
.lp-sidebar .sv-jcrmenu-portlet a:focus,
.lp-sidebar .sv-readspeaker_expandingplayer-portlet a:focus {
  text-decoration: underline;
}

.lp-menu .lp-current > a {
  color: #fff;
  font-weight: bold;
}

.lp-menu a[href^='javascript']:after {
  background-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D\'0%200%2024%2024\'%20xmlns%3D\'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg\'%20fill%3D\'%23ffffff\'%3E%3Cpath%20%20d%3D%22M19%2021H5c-1.1%200-2-.9-2-2V5c0-1.1.9-2%202-2h7v2H5v14h14v-7h2v7c0%201.1-.9%202-2%202z%22%2F%3E%3Cpath%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20d%3D%22M21%2010h-2V5h-5V3h7z%22%2F%3E%3Cpath%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20d%3D%22M8.278%2014.308l11.03-11.03%201.414%201.414-11.03%2011.03z%22%2F%3E%3C%2Fsvg%3E');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
  display: inline-block;
  height: 1.2rem;
  margin-bottom: -2px;
  margin-left: 0.5rem;
  opacity: 0.7;
  width: 1.2rem;
}

/* Nivåer */

.lp-menu li > a > .lp-icon {
  color: #9c9d9f;
  font-size: 1.2em;
  margin: 0 5px 0 0;
}

/* Gul biljettlänk */
.lp-realmenu .lp-level-1 > li:first-child > a {
  color: #d19700;
}

.lp-level-2 > li > a {
  background: #282724;
  padding-left: 36px;
}

.lp-level-3 > li > a {
  background: #dfdfde;
  color: #555;
  padding-left: 48px;
}

.lp-level-3 .lp-current > a {
  color: #000;
}

.lp-level-4 > li > a {
  background: #eee;
  color: #555;
  padding-left: 60px;
}

.lp-level-5 > li > a {
  background: #fff;
  color: #555;
  padding: 10px 36px 10px 70px;
}

.lp-level-6 > li > a {
  background: #fff;
  color: #555;
  padding: 10px 36px 10px 80px;
}


/*
---------------------------------------------------------
UNDERMENY 3/3 - Knappar
--------------------------------------------------------- */

.lp-menu button {
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  height: 30px;
  outline: none;
  padding: 0;
  position: absolute;
  right: 20px;
  top: 5px;
  width: 44px;
  z-index: 3;
}

.lp-menu .lp-level-3 button {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.lp-has-children > button .lp-icon-close {
  opacity: 0;
  transform: rotate(-180deg);
}

.lp-has-children > button {
  color: #666;
}


.lp-has-children > button .lp-icon {
  left: 50%;
  margin-left: -0.5em;
  margin-top: -0.5em;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease;
}

.lp-sidebar button:hover {
  color: #fff;
}

.lp-sidebar button:focus {
  color: #d19700;
}

.lp-open.lp-has-children > button .lp-icon-open {
  opacity: 0;
  transform: rotate(180deg);
}

.lp-open.lp-has-children > button .lp-icon-close {
  opacity: 1;
  transform: rotate(0deg);
}

/* Avvikelser */
.lp-level-6 button {
  height: 36px;
}



/*
---------------------------------------------------------
VERTKTYGSMENY
---------------------------------------------------------*/

.lp-site-tools {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

.lp-site-tools li {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0;
}

.lp-site-tools li:first-child {
  margin: 0;
}

.lp-site-tools li > a {
  display: block;
  text-decoration: none;
}

.lp-site-tools li > a:hover,
.lp-site-tools li > a:focus {
  text-decoration: underline;
}

.lp-site-tools .lp-icon {
  margin: 0 5px 0 0;
}


.lp-site-tools img {
  display: none; /* tar bort bilden som visas för externa länkar */
}


/*
---------------------------------------------------------
SOCIAL MENY SIDFOT
---------------------------------------------------------*/

.lp-socialmenu {
  display: -webkit-box;
  display: flex;
  list-style-type: none;
  margin: 0 -10px;
  padding: 0;

  -webkit-box-pack: center;
  flex-wrap: wrap;
  justify-content: center;
}

.lp-socialmenu li {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  margin: 0 0 20px;

  -webkit-box-flex: 0;
  flex: 0 1 auto;
  flex-flow: column wrap;
}

.lp-socialmenu li::before {
  display: none !important;
}

.lp-socialmenu a {
  color: #fff;
  display: block;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;

  -webkit-box-flex: 1;
  flex-grow: 1;
}

.lp-socialmenu a:hover .lp-icon,
.lp-socialmenu a:focus .lp-icon {
  color: #d19700;
}

.lp-socialmenu .lp-icon {
  display: block;
  font-size: 4rem;
  margin: 0 auto 10px;
  transition: all 0.3s ease;
}

.lp-socialmenu a span {
  left: -999px;
  position: absolute;
}
/*
---------------------------------------------------------
FLERNIVÅLÄNK
--------------------------------------------------------- */

.sv-multilevellink-portlet {
  margin: 10px 0 0;
}

.sv-multilevellink-portlet .normal {
  color: #000;
  font-size: 1.3rem;
}

.sv-multilevellink-portlet a.normal {
  color: #747474;
  text-decoration: none;
}

.sv-multilevellink-portlet a.normal:hover,
.sv-multilevellink-portlet a.normal:focus {
  text-decoration: underline;
}

.sv-multilevellink-portlet .lp-icon {
  color: #777;
  font-size: 0.5em;
  margin: 0 1px 0 3px;
}

/*
---------------------------------------------------------
UNDERMENY 1/3 - Standardinställningar
--------------------------------------------------------- */

body {
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

/* Lägger menyn off canvas */
.lp-js .lp-menu {
  /*min-height: 100%;
  padding: 44px 20px 0;
          transition: right 0.4s ease;
  width: 300px;
  z-index: 9999;*/
}


/* Visar alla huvudsidors menyer */
.lp-menu .lp-level-1 > li {
  display: block;
}

/* Visar alltid pilknappen på första nivån */
.lp-menu .lp-level-1 > li > button {
  display: block;
}




/* Stängknapp off canvas-meny */
.lp-menu .lp-close-button {
  border-left: 0;
  color: #fff;
  display: block;
  right: 30px;
  width: auto;
}



.lp-close-button .lp-icon {
  height: 15px;
  width: 15px;

  fill: #fff;
}

/*
---------------------------------------------------------
UNDERMENY 2/3
--------------------------------------------------------- */

/* Tillbakalänk vid egen startpunkt */

.lp-child-root a.lp-back-link {
  background: #333;
  color: #fff;
  display: block;
  padding: 15px 44px 14px 10px;
}

.lp-child-root a.lp-back-link .lp-icon {
  height: 11px;
  margin: -3px 5px 0 0;
  transform: rotate(180deg);
  vertical-align: middle;
}

.lp-menu.lp-child-root .lp-level-1 > li > button {
  display: none;
}

/* Vanliga menyn */
/*
.lp-menu a {
  font-size: 14px;
}

.lp-level-1 > li > a {
  font-size: 15px;
}
*/

/*
---------------------------------------------------------
UNDERMENY 3/3 - Knappar
--------------------------------------------------------- */

.lp-menu button {
  background: none;
  width: 44px;
}
