﻿html, body, form {
    height: 100%;
}

.röd { 
    color: #d71920;
}

.grön {
    color: #7cc242;
}

.gul {
    color: #ffd51c;
}

.lila {
    color: #7f3f98;
}

.vit {
    color: #fff;
}

.black { color: #000000 !important;}

.bgröd {
    background-color: #d71920;
}

.bggul {
    background-color: #ffd51c;
}

.bggrön {
    background-color: #7cc242;
}


.bglila {
    background-color: #7f3f98;
}




.whitelink {
    color: white;
    text-decoration: underline;
}


/* Byta färg på knapparna på förstasidan*/
.centrerade_kolumner .btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #7cc242;
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-image: linear-gradient(to bottom, #7f3f98, #ed5a1c);
    border-left-color: #7f3f98;
    border-right-color: #7f3f98;
    border-top-color: #7f3f98;
    border-bottom-color: #7f3f98; 
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 95%;
}

.header 
{    
    padding-top: 40px;
    margin-bottom: 12px;
    width: 100%;
}

        
.tulpan {
   float: left; width: 59px;  height: 63px; -moz-outline-style:none;
}

.referens {
    font-size: .85em;
}

.intro {
    text-align: center; font-size: .8em; 
}


#toppbild {
    margin-top: 20px;
}
#toppmarginaler {
    margin-top: 60px; 
}


.btn {
    margin-left: 0px;
}

.gap-right {
    margin-right: 10px;
}

.gap-left {
    margin-left: 10px;
}

.gap-top {
    margin-top: 10px;
}

.gap-top-big {
    margin-top: 50px;
}

.splash {
    background-image: url('../img/splash_red.png'); 
    width: 144px; height: 65px;
}

.splash .rubrik {
    padding-top: 23px; padding-left: 21px; 
    font-family: Arial; 
    font-size: 20px; 
    font-weight:bold; color: white;
}

.splash_medium {
    background-image: url('../img/splash_red_medium.png'); 
    width: 200px; height: 90px;
}

.splash_medium_lila {
    background-image: url('../img/splash_lila_medium.png'); 
    width: 200px; height: 90px;
}

.splash_medium_text {
    padding-top: 5px;
    color:white; 
    text-align: center;
}

.rounded-corners {
    border-radius: 8px;
}

#brödsmulor .active {
    text-decoration: underline;
}


/* Wrapper for page content to push down footer */
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /* Negative indent footer by it's height */
    margin: 0 auto -250px;
}


.storknapp, .välj_säsong {
    float:left; 
}

centrera_bild_small_resolution {
        float: none;
    }


/* RESPONSIV */

@media (max-width: 665px) {
    .välj_säsong {
        margin-left: auto;
        margin-right: auto;
    }
    .storknapp {
        width: 180px;
        float: none;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    #toppbild {
        display: none;
    }
    
    #toppmarginaler {
            margin-top: 0px;
        }
   
}


@media (max-width: 767px) {

    #toppmarginaler .pad-right {
        padding-right: 5px;
    }
    .storknapp {
        width: 152px;
    }
    .välj_säsong {
        float: none;
        width: 100px;
        margin-bottom: 10px;
    }
    .centrerade_kolumner .span3, .centrerade_kolumner .span6 {
        text-align: center;
        margin-bottom: 50px;
    }
    .referens .span4 {        
        margin-bottom: 20px;
    }

    .bottom-pad {
        margin-bottom: 40px;
    }
        
    li {
        list-style: none;
    }
    #toppmarginaler {
        margin-top: 0px;
    }

    centrera_bild_small_resolution {
        margin-left: auto;
        margin-right: auto;
    }
   
}


@media (min-width: 768px) {
   
    #toppmarginaler {
        margin-top: 0px;
    }
    #toppmarginaler .pad-right {
        padding-right: 2px;
    }
    .storknapp {
        width: 151px;
    }
    .välj_säsong {
        width: 110px;
    }       
}

@media (max-width: 980px) {
    .logo {
        padding-left: 10px;
    }
     #tb_mobil, #tb_epost, #ctl00_ContentPlaceHolder1_tb_epost, #ctl00_ContentPlaceHolder1_tb_mobil {
        width: 70%;
    }
}

@media (min-width: 980px) {
      
    #toppmarginaler {
        margin-top: 100px;
    }
    #toppmarginaler .pad-right {
        padding-right: 2px;
    }
    .storknapp {
        width: 200px;
    }
    .välj_säsong {
        width: 130px;
    }    
    #tb_mobil, #tb_epost, #ctl00_ContentPlaceHolder1_tb_epost, #ctl00_ContentPlaceHolder1_tb_mobil {
        width: 160px;
    }

    .navbar .nav > li > a {
        font-size: 12px;
    }
}

@media (min-width: 1200px) { 
    .storknapp {
        width: 251px;
    }
    .välj_säsong {
        width: 150px;
    }   
    .navbar .nav > li > a {
       font-size: 15px;
    }
}


hr.soften {
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.1), rgba(0,0,0,0));
  border: 0;
}



/* footer */
#push,
#footer {
        height: 335px;        
}

#footer 
{
    background-image: url('../img/footeralt.gif');
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #db2128;    
    /*margin-top: -120px;*/
    color: White;
}

#footer a {
        color: white;
}




@media (max-width: 767px) {
        #footer {
          margin-left: -20px;
          margin-right: -20px;
          padding-left: 20px;
          padding-right: 20px;
        }      
        #push,
        #footer {
                height: 565px;        
        }    
}


@media (max-width: 767px) {
    #footer {
        min-height: 770px;        
        text-align: center;        
    }  
   
}

@media (max-width:980px) {
    #push,
    #footer {
            height: 415px;        
    }
    /*.spec {
        margin-left: 0px!important;
        margin-right: 0px!important;
    }*/
}



/* Kolumn linjer */
   
    .gutter-border {
        overflow: hidden;
    }



@media (min-width: 980px) {

    .spec {
        margin-left: 10px!important;
        margin-right: 10px!important;
    }

    .gutter-border [class*=span] {
        border-left: 1px solid #ccc;
        margin-left: 19px;
        padding-left: 20px;
        padding-bottom: 9999px;
        margin-bottom: -9999px;
    }
    .gutter-border [class*=span]:first-child {
            border-left: 0;
            margin-left: 0px;
            padding-left: 0;
    }

    .gutter-border [class*=span]:last-child {

            margin-right: 0px;
            padding-right: 0;
    }

    .storknapp:hover {
            margin-left: 5px;   
            margin-right: -5px;
    
            transition: all .02s;
           -webkit-transition:all .02s ease-in;  
        }
}

@media (min-width: 1200px) {
    .spec {
        margin-left: 20px!important;
        margin-right: 20px!important;
    }
    .gutter-border [class*=span] {
        border-left: 1px solid #ccc;
        margin-left: 11px;
        padding-left: 20px;
        padding-bottom: 9999px;
        margin-bottom: -9999px;
    }   
    .gutter-border [class*=span]:first-child {
            border-left: 0;
            margin-left: 0px;
            padding-left: 0;
    } 
}





















/* Affix */

/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {
  width: 228px;
  margin: 76px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 40px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}


/* Desktop large
------------------------- */
@media (min-width: 1200px) {
  .bs-docs-container {
    max-width: 970px;
  }
  .bs-docs-sidenav {
    width: 258px;
  }
  .bs-docs-sidenav > li > a {
    width: 230px \9; /* Override the previous IE8-9 hack */
  }
}

@media (max-width: 980px) {
    /* When affixed, space properly */
    .bs-docs-sidenav {
        top: 0;
        width: 218px;
        margin-top: 30px;
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    /* Adjust sidenav width */
  .bs-docs-sidenav {
    width: 166px;
    margin-top: 115px; 
  }
  .bs-docs-sidenav.affix {
    top: 200px;
    
  }
}


@media (max-width: 767px) {
     /* Sidenav */
  .bs-docs-sidenav {
    width: auto;
    margin-bottom: 20px;
  }
  .bs-docs-sidenav.affix {
    position: static;
    width: auto;
    top: 0;
  }
}

a.anchor{display: block; position: relative; top: -80px; visibility: hidden;}



.pris {
    border: 3px solid #d71920;
    padding: 12px;
    padding-top:0px;
    padding-bottom:22px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}