nav, ul, li, a  {
   margin: 1px 0 0 0;
   padding: 0;
}
nav{
   position:relative;
}

.menu-container a {
    text-decoration: none;
}

.menu-container a:hover {
   /* color: #a0b22d;*/
}

.menu-container {
    max-width: 900px;
}
.toggle-menu {
    display: none;
    background: #fff;
    padding: 10px 15px;
    color: #000;
}
.nav {
     /*zoom: 1;*/
     background: #e0e4ab;
     position: relative;
     z-index: 9998;   
  }
.nav:before,
.nav:after {
    content: " ";
    display: table;
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 10px 15px;
    color:#000;
    /*zoom: 1;*/
}
.nav > li {
    float: left;
    list-style: none;
    z-index: 200;
}
.nav > li > a {
    display: inline-block;
}
.nav li ul {
    position: absolute;
    left: -9999px;
    z-index: 100;
}
.nav li li a {
    display: block;
    background-color: #e0e4ab;
    position: relative;
    z-index:100;
    margin-left: 10px;
    list-style: none;
}
.nav li li li a {
    background: #e0e4ab;
   /* z-index:200;*/
}

.nav li {
    position: relative;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}

.arrow {
   display: none;
}

@media screen and (min-width: 797px) {
   .sv-carousel__img{
      width: 100%;
    	height: 600px;
    	max-width: 100%;
    	object-fit: cover;
      object-position: center center;
    	max-height: 600px;
    	
   }
   
}

@media screen and (min-width: 1600px) {
   .sv-carousel__img{
		object-position: center center;
    	max-height: 700px;
      height: 700px;
   }
}




@media screen and (max-width: 797px) {
   
   .custom-menu nav{
      position:unset;
   }
   
   .custom-menu #svid10_3e0e1d2f18249c092ff3ed11{
      margin-right:0 !important;
      
   }
   header{
      position: relative;
   }
   .custom-menu{
          display: flex;
    	justify-content: space-between;
    	align-items: center;
          
   }
  
    .custom-menu >div{
       margin: auto;
   }
    .custom-menu > div:last-of-type{
       margin-right: auto;
   }
   .custom-menu .nav{
      position:absolute;
      left:0;
      right:0;
      padding: 15px;
   }
   
   .custom-menu .nav a{
    padding: 10px 15px 10px 0px;
   }
   
   .custom-menu #svid12_72bc891b165a387a5641472{
		position: unset !important;
      margin:0;
   }
}


@media screen and (min-width: 960px) {
   header{
    padding-top: 10px;
    padding-bottom: 10px;
   }
   
}
   

@media screen and (max-width: 780px) {

    .nav > li {
        float: none;
        border-bottom: 1px solid #000;
          display: flex;
    		justify-content: space-between;
    		align-items: center;
       flex-wrap:wrap;
       
    }
   
   .nav > li:last-of-type {
      border-bottom: none;
      
   }
   .nav > li ul {
      width:100%:
         background-color: #706f6f;
    margin: 0 -24px;
    padding: 0 24px;
      
   }
    .nav > li ul li a {
         background-color: #706f6f;
    color: white;
    margin: 0;
           border-bottom: solid 1px white;
      
   }
   
   .nav > li ul li:last-of-type  a{
      background-color: #706f6f;
    	color: white;
    	margin: 0;
      border-bottom: none;
      
   }
   
    .nav ul {
        display: block;
        width: 100%;
        z-index:200;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
      position: static;
      background-color: #706f6f;
    }

   .arrow {
   display: inline;
   float: right;
   color: #000;
   cursor: pointer;
   height:100%;
   }
   button.arrow {
   display: inline;
   float: right;
   color: #000;
   cursor: pointer;
   height:100%;
   background-color: #e0e4ab;
   border: none;
   }
}
   
 .sv-inline-submenu {
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 5px;
    border-bottom: 1px solid #afafaf;
 }


.accordion {
    background-color: #ededed;
    border: 1px solid #afafaf;
    color: #444;
    cursor: pointer;
    padding: 18px;
    text-align: left;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
    background-color: #ddd;
}

.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
   margin-top: -22px;
}

.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
   margin-top: -22px;
}


/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    /*background-color: white;*/
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
    border: 1px solid #afafaf;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
.show {
   opacity: 1;
   max-height: 500px;
}

/*--Vänstermenyn--*/
.hejja {
   margin-top: 2em;
   background-color: red;
  }

.toplevelitem {
    list-style: none;
}

.sublevel {
   border-left: 1px solid #afafaf;
   margin: 0.5em 0 0.5em 2em;
   /*padding-left: 1em;*/
   list-style: none;
}
.sublevel a {
   background-image: none;
}
.sublevel a.active {
   font-weight: bold;
}
.toplevel a {
    padding-left: 2em;
}

.toplevel > li > a {
    display: inline-block;
}

.toplevel li li a {
   display: inline-block;
   list-style: none;
   padding-left: 1em;
}


/*--- Citat ---*/
.witness img {
   border-radius: 50%;
}

.sv-channel-item {
   background-color: #ededed;
   padding: 1em;
}

/*--- Formulär ---*/
.sv-defaultFormTheme input[type=button], .sv-defaultFormTheme input[type=submit], .sv-defaultFormTheme input[type=reset] {
   background-color: #e0e4ab;
   color: #000;
   font-family: Helvetica;
   padding: 1em 2em 1em 2em;
   border-radius: 5px;
   border: none;
}
input[type="text"]{
   border-radius: 5px;
   border: 1px solid #afafaf;
}
textarea {
   border-radius: 5px;
   border: 1px solid #afafaf;
}

/*--- Artikelsidan ---*/
#svid12_259e9b1915989d42ebc1274 img {
   border-radius: 0;
}

#svid12_259e9b1915989d42ebc1274 .sv-channel-item {
   background-color: #fff;
   padding: 0;
}

#svid12_259e9b1915989d42ebc1275 img {
   border-radius: 0;
}

#svid12_4129a56815a40ba5f68221 img {
   border-radius: 0;
}

#svid12_4129a56815a40ba5f6822b img {
   border-radius: 0;
}
#svid12_4129a56815a40ba5f68261 img {
   border-radius: 0;
}



/*--- Internet Explorer Hack ---*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
   .sv-channel-image  {
      padding-bottom: 0;
      padding-right: 0;
      margin-right: 15px;
}
}


/*--- Artiklar på startsidan ---*/

#svid12_740b9b2415a40b18826148 li {
   background-image: url(/images/18.259e9b1915989d42ebc12da/1485416931744/Arrow.png);
   background-position: top 50% right 15px;
   background-repeat: no-repeat;
}

.sv-portlet-image-caption {
   font-size:80%;
}


.e-postlabel label {
   color: #fff;
    line-height: 3em;
    font-weight: normal !important;
}

.startpage-grid-artikel .sv-channel-item{
   background-color:#fff;
   padding: 24px 0;
}

.startpage-grid-artikel .sv-channel-item img{
	max-height: 150px !important;
   object-fit: cover;
}

@media screen and (min-width: 780px) {
   
   .startpage-grid-artikel .sv-channel-item img{
      max-height: 250px !important;
      height:250px;
      float:none !important;
      width: 50% !important;
      box-sizing: border-box;
      padding: 0 24px 0 0;
	}
   
   .startpage-grid-artikel .sv-channel-item .news-startpage-article{
      display:flex;
      flex-wrap:wrap;
   }
   
   .articleText{
       width: 50% !important;
   }
   .news-startpage-article .nyhetsingress{
      display: inline-block;
    padding: 10px 0;
   }
       
}

@media screen and (min-width: 780px) {
   
   .startpage-grid-artikel .sv-channel-item img{

      padding: 0 48px 0 0;
	}
}
/*--- Video på startsidan ---*/
.video-container {
	position:relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow:hidden;
}
.video-container iframe, .video-container2 object, .video-container2 embed {
	position:absolute;
	top: -150px;
	left:0;
	width:100%;
	height:100%;
}

iframe {
    border-width: 0px;
}
/*--- END Integrationer ---*/

.banner-film-text {
   position: absolute;
   top: 200px;
   left: 150px;
   z-index: 10000;
   padding: 1em;
   background-color:rgba(0,0,0,0.5);
   min-height: 60px;
}
.start-button-left {
   color: #fff;
   border-left: 1px solid #fff;
   border-right: 1px solid #fff;
   padding: 5px;
}
.start-button-right {
   color: #fff;
   border-right: 1px solid #fff;
   padding: 5px;
}

i.search-icon a {
   text-decoration: none;
   color: #fff;
   font-size: 24px;
}
.fab, .fas {
   color: #fff;
   font-size: 1.2em;
   margin-left: 1em;
}

.fa-search.c2477:before{
   color:black;

}
.fa-search.c2477{
   font-size: 16px;
   margin-left: 10px;
}

.banner-text {
   position: absolute;
   top: 500px;
   left: 150px;
   z-index: 10000;
   padding: 1em;
   background-color:rgba(0,0,0,0.7);
   min-height: 60px;
}
.skip {
   position: absolute;
   top: -1000px;
   left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
}
.skip:active, .skip:focus, .skip:hover {
   left: 0; 
   top: 0;
   height: auto;
   width: auto;
   overflow: visible;
}
*:focus {
    outline: 3px dotted #a0b22d;
}
.sv-defaultFormTheme input[type=text]:focus, .sv-defaultFormTheme input[type=email]:focus, .sv-defaultFormTheme input[type=url]:focus, .sv-defaultFormTheme input[type=tel]:focus, .sv-defaultFormTheme input[type=number]:focus, .sv-defaultFormTheme textarea:focus, .sv-defaultFormTheme select:focus {
    border-color: #a0b22d;
    outline: 3px dotted #a0b22d;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(160,178,45,.6);
}
.sv-defaultFormTheme input[type=button]:focus, .sv-defaultFormTheme input[type=submit]:focus, .sv-defaultFormTheme input[type=reset]:focus {
    outline: thin dotted;
    outline: 3px dotted #a0b22d;
    outline-offset: -2px;
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
/*--- Buttons ---*/
.green-button a{
   background-color:#a0b22d;
   color:black;
   border:none;
   border-radius:0;
   font-weight: 700;
}