/*
=========================================================
SMARTPHONE CSS
=========================================================
 * Innehåller styling för smartphones
 * 
 * Copyright (C) 2015 Limepark AB
=========================================================*/

/*
---------------------------------------------------------
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;
}


/*
---------------------------------------------------------
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;
}

.lp-print-container {
   display: none;
}

/*
---------------------------------------------------------
INPUTFÄLT
--------------------------------------------------------- */

input[type="text"],
input[type="password"],
input[type="date"],
textarea {
  width: 94%;
  padding: 12px 3%;
}

select {
  width: 100%;
  padding: 12px 1% 12px 3%;
}


/*
---------------------------------------------------------
KNAPPAR
--------------------------------------------------------- */

button,
input[type="submit"],
input[type="button"] {
  padding: 12px 20px;
}


/*
---------------------------------------------------------
SIDHUVUD
--------------------------------------------------------- */

header {
   padding: 0 10px;
}


/*
---------------------------------------------------------
SÖKRUTA SIDHUVUD 
--------------------------------------------------------- */

header .sv-searchform-portlet input[type="text"] {
   padding: 12px 3%;
}


/*
---------------------------------------------------------
SIDFOT
--------------------------------------------------------- */

footer {
   margin: 0;
   padding: 20px;
}

footer .sv-column-12 > div {
   display: block;
}

footer .sv-column-12 > div > .sv-text-portlet {
   display: block;
   padding: 12px 0 12px 35px !important;
}


/*
---------------------------------------------------------
TOPPMENY
--------------------------------------------------------- */

.lp-topmenu {
   display: none;
}


/*
---------------------------------------------------------
UNDERMENY 1/2 - Standardinställningar
--------------------------------------------------------- */

/* 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-color: transparent;
}

/* Direktlänk till mobilmenyn */
.lp-mobile-navigation {
  display: block;
  padding: 14px 22px 14px 10px;
  background: no-repeat 95% 50% #333 url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAeBAMAAAC70dEnAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMA5kpJG2qUMwAAACZJREFUKM9jMHRBBcIMImgijgwu6ABTBIsuRTQRIQY6glF/Ue4vAJ7DTkxRHHIOAAAAAElFTkSuQmCC');
  background-position: right 20px top 50%;
  background-size: 17px 15px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
}

.lp-mobile-navigation:active,
.lp-mobile-navigation:hover,
.lp-mobile-navigation:focus {
   background-color: #555;
}


/*
---------------------------------------------------------
UNDERMENY 2/2 - Knappar
--------------------------------------------------------- */

.lp-menu button {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}


/*
---------------------------------------------------------
HERO STARTPAGE
---------------------------------------------------------*/

.lp-hero {
   position: static;
}

.lp-hero > div {
   margin: 20px 0 0;
   position: static;
}


/*
---------------------------------------------------------
SYNPUNKTER & FELANMÄLAN
--------------------------------------------------------- */

.lp-opinions {
   position: static;
   top: auto;
   right: auto;
   width: auto;
   height: auto;
}

.lp-opinions a {
   width: auto;
   height: auto;
   padding: 10px;
   margin: 10px;
   background: #efaa23;
   color: #fff;
   font-size: 18px;
   font-weight: bold;
   text-align: center;
   text-decoration: none;
   text-indent: 0;
}

.lp-opinions a:hover,
.lp-opinions a:focus {
   background: #d28c02;
   text-decoration: underline;
}


/*
---------------------------------------------------------
BILDPUFFAR
--------------------------------------------------------- */

.lp-entrypage-puffar li {
   width: 100%;
   margin: 0 0 20px;
}

.lp-entrypage-puffar img {
   width: 100%;
}
