﻿body {
    color: black; /*Textfärg*/
    /*background-image: url("../images/gras.jpg")*/
}
/*
.brand {
    background: url(images/Logga2_vit.jpg) no-repeat left center;
    height: 20px;
    width: 100px;
}*/
.well-xs{
    padding: 3px;
    border-radius: 3px;
    margin-bottom: 0px;
}

.well{
    margin-bottom: 0px !important;
}

.topboard {
  height: 200px;
  margin-bottom: 12px;
  background-image: url(../images/fotbollscup.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;

  -moz-border-radius-bottomright: 11px;
-webkit-border-bottom-right-radius: 11px;
border-bottom-right-radius: 11px;
-moz-border-radius-bottomleft: 12px;
-webkit-border-bottom-left-radius: 12px;
border-bottom-left-radius: 12px;
}
.toptext {
  position:absolute;
  top:100px;
  left:240px;
  z-index:1;  
  }
.topboll {
  position:absolute;
  top:30px;
  left:50px;
  z-index:1;  
  }
.skugga{
   -webkit-box-shadow: 0px 4px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 4px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 4px 10px 0px rgba(50, 50, 50, 0.75);
}
.skugga-footer{
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
 border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;
border-top-right-radius: 5px;

}
.topboard_old {
  height: 120px;
  margin-bottom: 5px;
  background-image: url(../images/boardleft.gif), url(../images/boardright.gif);
  background-repeat: no-repeat, repeat-x;
  /*background-size: 100% 100%;*/
  /*width: 100%;*/ 
}
.page-header{
    margin-top: 0px;
}
.panel-body{
    padding-top: 0px;
}
@media (min-width: 1200px) and (max-width: 1400px){
  .col-sm-9{
    padding-left: 70px;
    padding-right: 100px;
  }
}

h4{
    margin-top: 1.5em;
    font-weight: bold;
}
h5{
    margin-top: 1.2em;
    font-weight: bold;
    margin-bottom: 0.4em;
}
.nyhet_datum {
    margin-top:2.5em;
}
label{
    margin-top:1em;
}
.fixlabel{
    margin-top:0px;
}
legend{
    margin-top:1.5em;
}
.navbar-text{
    margin-right:1em;
    margin-left:1em;
    font-size: 18px;
    line-height: 20px;
    }
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fac0ba;/*white; */
    background-color: #ed2a12; /*transparent; RO e52610  ed2a12*/
    /*box-shadow: 0 4px 2px -2px red;*/
    box-shadow: inset 0 -5px 1px #d9230f;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: white; /*#fac0ba;*/
    background-color: #ed2a12; /*transparent; RO */
}
  .navbar-inverse .navbar-nav > li > a {
   border-right:1px inset #fd9489;
  }
  .navleftline {
   border-left:1px solid #fd9489;
  } 
  .img-camping{
      float:left;
      width:280px;
      height:auto;
      margin:10px;
      text-align: center;
  }
  .img-camping-center{
        display: table;
        margin: 0 auto;
  }
 .footer-height{
     clear: both;
     height:60px;
 }
 #valkommen{
     line-height:1.6em;
 }
 .panel-body{
     margin-top:0.8em;
     margin-bottom:-0.5em;
 }
 .navbar-text-fot{
     font-size: 83%;
 }
 .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.doljlt9{
    display:none;
}
.Ej_synlig {display:none;}

.Synlig {display:normal;}
.table-nonfluid {
   width: auto;
}
    .google-maps {
        position: relative;
        padding-bottom: 75%; /*This is the aspect ratio*/ 
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }