/*
=========================================================
SMARTPHONE CSS
=========================================================
 * Innehåller styling för smartphones
 * 
 * Copyright (C) Limepark AB. Upprättad 2016.
=========================================================*/

/*
---------------------------------------------------------
FIXAR/FÖRBÄTTRINGAR
---------------------------------------------------------*/

/* Anpassar bilder i nyhetslistningen för mobilläge */
.lp-news-listing.sv-archive-portlet li img {
   float: none;
   padding: 0 0 10px 0 !important;
}

/* Dölj utskriftslänk i smartphone */
.lp-print-link { display: none !important; }

/* Fix så autocomplete inte kan bli bredare än tillgänglig yta */

.sv-autocomplete-search-result {
   box-sizing: border-box;
   max-width: 95% !important;
}

ul.sv-autocomplete-search-result .sv-autocomplete-result-item {
   box-sizing: border-box;
   padding: 3px 10px;
}


/*
---------------------------------------------------------
GRUNDLAYOUT
--------------------------------------------------------- */

.lp-content,
.lp-secondary-content,
.lp-submenu {
   margin-top: 0;
}

.lp-content {
   padding: 20px;
}

.lp-secondary-content {
   padding: 0 20px 20px 20px;
}

.lp-smartphone-margin {
   padding: 0 20px;
}


/*
---------------------------------------------------------
INPUTFÄLT
--------------------------------------------------------- */

input[type=text],
input[type=email],
input[type=url],
input[type=tel],
input[type=number],
input[type=password],
textarea,
select,
.sv-defaultFormTheme input[type=text],
.sv-defaultFormTheme input[type=email],
.sv-defaultFormTheme input[type=url],
.sv-defaultFormTheme input[type=tel],
.sv-defaultFormTheme input[type=number],
.sv-defaultFormTheme input[type=password],
.sv-defaultFormTheme textarea,
.sv-defaultFormTheme select {
   padding: 12px;
}


/*
---------------------------------------------------------
KNAPPAR
--------------------------------------------------------- */

button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.sv-defaultFormTheme input[type=button],
.sv-defaultFormTheme input[type=submit],
.sv-defaultFormTheme input[type=reset] {
   padding: 12px 20px;
}


/*
---------------------------------------------------------
SIDHUVUD
--------------------------------------------------------- */

header {
   padding: 0 10px;
}

.lp-logo {
   margin: 12px 25px 16px 0;
   float: left;
   position: relative;
   z-index: 2;
   max-width: 160px;
}

.lp-toolsmenu {
   width: 100%;
}

.lp-toolsmenu ul {
   text-align: center;
   height: 65px;
}

.lp-toolsmenu li > a {
   padding: 11px 5px 3px;
   font-size: 15px;
}

 
.lp-toolsmenu li:last-child > a {
  border-right: none;
}

#lp-tool-translate,
.lp-js #lp-tool-listen {
   display: none;
}



/*
---------------------------------------------------------
SÖKRUTA SIDHUVUD 
--------------------------------------------------------- */

header .sv-searchform-portlet input[type="text"] {
   padding: 12px 3%;
}


/*
---------------------------------------------------------
SIDFOT
--------------------------------------------------------- */

footer {
   margin: 0;
   padding: 40px 20px 10px;
}

footer .sv-column-4 {
   margin: 0 0 40px;
}


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

.lp-topmenu {
  display: none;
}


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

/* Visar alla huvudsidors menyer */
.lp-js .lp-menu {
   position: fixed;
   top: 0;
   padding-top: 50px;
   z-index: 9999;
   width: 300px;
   left: -315px;
   min-height: 100%;
   transition: left .4s ease;
   box-shadow: 0 0 15px 5px rgba(0, 0, 0, .4);
   background: #15436d;
}

.lp-menu > ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lp-js .lp-menu .lp-close-button {
    display: block;
    background-color: transparent;
    color: #fff;
    top: 5px;
}

.lp-js .lp-menu .lp-close-button .icon {
    width: 25px;
    height: 25px;
    fill: #fff;
}

/* 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;
  background: transparent !important;
}

/* Direktlänk till mobilmenyn */
.lp-skip-to-menu-mobile {
   position: absolute;
   display: inline-block;
   right: 0;
   height: 77px;
   -webkit-box-sizing: border-box;
           box-sizing: border-box;
   padding: 40px 40px 10px 25px;
   background: no-repeat 50% 35px url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAeCAYAAABXNvynAAAAXElEQVRYhe3WMQoAIQxE0US8/5UjNlaCSJDNsP/VFkMIGQ2PeUSE0pBbgQxX5AL3uRYFcgDAX6VvcLbZ3e8irNcqfwr+Eq/J7TAAHK5Kdj6fVfMmSMmqppohzcwG4/kVDDJ8b/0AAAAASUVORK5CYII=');   
   background-size: 22px 14px;
   border-left: none;
   color: transparent;
   font-size: 14px;
   text-align: left;
   text-decoration: none;
}

.lp-skip-to-menu-mobile:active,
.lp-skip-to-menu-mobile:hover,
.lp-skip-to-menu-mobile:focus {
   background-color: transparent;
}

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

.lp-menu a {
  font-size: 14px;
}

.lp-level-1 > li > a {
   font-size: 15px;
   border-top: 1px solid rgba(255,255,255,0.1);
}

.lp-level-2 > li > a {
   padding-left: 30px;
}

.lp-level-3 > li > a {
   padding-left: 50px;
}

.lp-level-4 > li > a {
   padding-left: 70px;
}

.lp-level-5 > li > a {
   padding-left: 90px;
}

.lp-level-6 > li > a {
   padding-left: 110px;
}

.lp-level-7 > li > a {
   padding-left: 130px;
}

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

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

.lp-level-1 > .lp-has-children > button svg {
    fill: #fff;
}

.lp-level-1 > .lp-open.lp-has-children > button svg {
    fill: #fff;
}


/*
---------------------------------------------------------
VIKTIGT MEDDELANDE
--------------------------------------------------------- */

.sv-archive-portlet.lp-alert li {
   margin: 25px 20px 25px;
}

.lp-alert .sv-channel-item > h1 span:before {
   display: block;
   /*content: 'VIKTIGT MEDDELANDE: ';*/
   font-size: 14px;
   line-height: 20px;
}

.lp-alert .sv-channel-item h1 a {
    padding: 20px 20px 17px 90px;
}

.lp-alert .sv-channel-item svg {
    margin: 22px 15px 0 10px;
}

.lp-alert .sv-channel-item > div:first-child:after {
   display: none;
}


/*
---------------------------------------------------------
STARTSIDA
--------------------------------------------------------- */

/* Slider */


.lp-hero {
   height: 100vh;
    background-size: cover;
    background-position: 65% 0;
    background-repeat: no-repeat;
    padding: 0;
}


.lp-slideshow-slides {
   width: 100%;
   list-style: none;
   margin: 0;
   padding: 0;
}

.lp-hero {
   position: relative;
}

.lp-hero-text {
   left: 20px;
   right: 20px;
   top: initial;
   bottom: 65px;
   width: auto;
   margin: 0;
}

.lp-slideshow-menu {
   position: absolute;
   width: auto;
   right: 20px;
   left: 20px;
   top: initial;
   bottom: 20px;
   margin: 0;
   background: none;
   text-align: center;
}

.lp-slideshow-menu li {
   overflow: hidden;
   display: inline-block;
   width: 20px;
   height: 20px;
   margin: 0 4px;
   border-radius: 50%;
   text-indent: -999px;
   background: rgba(255, 255, 255, 0.6);
}

.lp-slideshow-menu li + li {
    border-top: none;
}

.sv-grid-1920.sv-fluid-grid .sv-column-6 {
   width: auto;
}

#svid10_7eec88d11670cbf3cdf2a70c {
    /*margin-bottom: 100px;
    margin-top: 100px;*/
    padding-bottom: 20px;
    padding-top: 20px;
}


/* Mest sökta */

.lp-start-popular-links {
   margin: 0 0 20px;
}

.lp-start-popular-links-content {
    margin: -50px auto 60px;
}

.lp-start-popular-links li:first-child::after {
   display: none;
}

.lp-start-popular-links li {
   display: block;
   padding: 0;
}

.lp-start-popular-links li:first-child {
   padding: 10px 15px;
   border-radius: 5px 5px 0 0;
}

.lp-start-popular-links li:last-child {
   border-radius: 0 0 5px 5px;
}


.lp-start-popular-links li:nth-child(2) a {
   padding-top: 15px;
}

.lp-start-popular-links li:last-child a {
   padding-bottom: 15px;
}

.lp-start-popular-links a.normal {
   padding: 10px 15px;
   border-right: none;
   text-align: left;
}

/* Snabblänkar */


.lp-quick-links {
   margin: 0 10px;
   text-align: center;
   vertical-align: top;
   display: block;
}

.lp-quick-links li:nth-child(4n-7) {
   margin: 0 10px 20px 10px;
   clear: initial;
}

.lp-quick-links li {
   overflow: hidden;
   width: 120px;
   margin: 0 10px 20px 10px;
   display: inline-table;
   float: none;
}

.lp-quick-links a {
   height: 120px;
}

/* Nyheter */

.lp-start-news {
    margin: 0 10px;
}

.lp-start-news .sv-archive-portlet {
    max-width: 300px;
    margin: 0 auto;
}

.lp-start-news li:nth-child(3n+1) {
    margin: 0 0 60px;
}
.lp-start-news li {
    width: auto;
    margin: 0 0 60px;
    float: none;
}


/*
---------------------------------------------------------
SÖK
--------------------------------------------------------- */

.lp-hits-meta {
   white-space: normal;
}

.lp-facet-field-list {
   margin: 10px 0 0;
}

/*
---------------------------------------------------------
EVENEMANG
--------------------------------------------------------- */

.lp-event-startdate span,
.lp-event-enddate span {
   padding: 3px 7px !important;
}

.lp-event-detail-wrapper {
    float: none;
    margin: 0 0 20px 0;
}


/*
---------------------------------------------------------
KONTAKT I SIDVERKTYG
--------------------------------------------------------- */

.lp-remotetoggle-contact > div {
    display: block;
    padding: 0 !important;
    border: none !important;
}

.lp-remotetoggle-contact > div:last-child {
    margin: 30px 0 0;
}

.lp-byline > div {
   float: none;
   padding-left: 0;
   margin-left: 0;
}


/*
---------------------------------------------------------
RELATERAD INFO
--------------------------------------------------------- */

.lp-links {
   padding: 10px;
}

.lp-links a {
   padding: 15px 10px 15px 45px;
}

.lp-links li svg {
    position: absolute;
    left: 10px;
}

.lp-links li .lp-related-meta {
   display: none;
}

dropdown sv-entry-menu {
   right: 100px !important;
   
}


/*
---------------------------------------------------------
TABELLER I FAQ
--------------------------------------------------------- */

.lp-faq table.sv-standard th,
.lp-faq table.sv-standard td {
    display: block;
    margin: 0 -10px;
    padding: 10px;
}

.lp-faq table.sv-standard td:empty,
.lp-faq table.sv-standard th:empty {
   display: none;
   background: #f00;
}

.lp-faq table.sv-standard .sv-dummy-br {
   display: none;
}

/*
------------------------------------------------------
Emmabodafestivalen festivalsida mobilanpassning
------------------------------------------------------*/


#efmaps {
   display: none;
}

#svid10_10d283f15d25cd7d723cc94 {
   display: none;
}
/*
div#svid10_7eec88d11670cbf3cdf2a9b4 {
    padding: 10px 0 10px 0;
}

#svid10_7eec88d11670cbf3cdf2a9ef {
    padding: 10px 0 10px 0;
}*/

#myBtn {
    display: none;
    position: fixed;
    bottom: 5%;
    left: 40% !important;
    z-index: 99;
    font-size: 12px;
    border: 2px solid #ffffff;
    outline: none;
    background: #d45d47;
    /* background-color: #444545; */
    color: #ffffff !important;
    cursor: pointer;
    padding: 20px 17px 20px 17px;
    border-radius: 99rem;
    text-align: center;
    text-transform: uppercase;
    transition: all 200ms;
}


.lp-toolsmenu .icon {
   display: none;
}

.special-menu-btn a {
    padding: 10px 5px;
    font-size: 14px;
    line-height: 16px;
    color: #fff!important;
    text-transform: none;
    text-decoration: none!important;
    text-align: center;
    background-color: #990a2c;
    display: block;
    border-radius: 0;
    position: relative;
    margin-bottom: 10px;
	 margin-right: 15px;
    transition: all .3s ease-in-out;
    text-orientation: mixed;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
    z-index: 20;
    letter-spacing: 0;
    /*border-right: 1px solid #ffffff;
    border-left: 1px solid transparent;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;*/
    border: none;
}


.lp-slogan {
    padding-left: 0;
    position: relative;
    /*top: -150px;*/
    /* z-index: 9998; */
    margin-bottom: -330px;
}


.sv-font-vit-sidrubrik {
    font-family: "source sans pro",helvetica,sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 28px;
    color: #ffffff;
    line-height: normal;
}

   
.sv-font-vit-slogan-text {
    font-family: "source sans pro",helvetica,sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 3rem;
    color: #ffffff;
    line-height: normal;
}

/*
#svid10_770ba471176f9fc0d7a5ae9 {
    margin-bottom: 0;
    position: relative;
    top: -270px;
    width: 100%;
}*/

.sv-font-vmg-startsida {
    font-family: "source sans pro",helvetica,sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 2.5rem;
    color: #ffffff;
    line-height: normal;
}

/*
#svid12_16a7905f1773f8f34f33d9 {
    margin-bottom: 150px;
    position: relative;
    top: 20px;
}*/

#svid12_770ba471176f9fc0d7a43c8 {
    background-color: #990a2c;
    margin-bottom: 20px;
    margin-top: -240px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: relative;
    z-index: 1;
}

#svid10_770ba471176f9fc0d7a5ae9 {
   top: -280px;
}

.lp-program-h1 {
   position: relative;       
   margin-bottom: -180px;     
   top: 40px;
}