body   
{
    /*background: #99cccc url('../images/bilder/brada.jpg');*/ /*#b6b7bc;*/
   /* background-image:url("../image/09-147.png");*/
    background-image: url("../image/stor_byskola_vinter.png");
    background-size:cover;
    background-attachment:fixed;
    font-size: 1em;
    text-align: center;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
   /* color: #fff;/*  #696969;*/
    opacity:0.98;
    
}
body{ min-width:850px;}

/*menyer på sidan*/
/*stil på top länk navigator */
.topnav{
    overflow: hidden;
    background-color: #333;
}
/*stil topnav länkar*/
.topnav a{
    float:left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.topnav a:hover{
    background-color: #ddd;
    color: black;
}


/*slut menyer på sidan*/

.bild
{
   margin-left:400px;
   color: #fff;
}

.datum
{
    margin-left: 140px;
    margin-top: 40px;
    color: #fff;
}

a:link, a:visited
{
    color: white; /*#034af3;*/
}

a:hover
{
    color: #1d60ff;
    text-decoration: underline;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

ul
{
  list-style-type: circle;
}



/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h4, h5, h6
{
    font-size: 1.5em;
    color:#999999;/* #666666;*/
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    color:Red;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 12px;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
.pages
{
   background: #999 url(../images/wrapper.jpg);
   width: 1000px;/* #900px;*/ /*#b6b7bc;*/
   margin: 0px auto; 
   margin-top: auto; 
   
  /* border-bottom: 1px solid #999;*/  
}

#page
{
    width: 900px;
    height: auto;
    background: #000;        /*#333333;/*#339933;/* #66cc66;*//* #99cccc url(../images/byskola.jpg);*/
    margin: 20px auto 0px auto;
    border: 4px solid #996633;/* #496077;*/
    border-bottom:10px solid #996633;
    box-shadow:0px 0px 20px 4px #000;


}
.page
{
    width: 1000px;/* 900px;*/
    height: auto;
    background: #000;        /*#333333;/*#339933;/* #66cc66;*//* #99cccc url(../images/byskola.jpg);*/
    margin: 20px auto 0px auto;
    border: 4px solid #996633;/* #496077;*/
    border-bottom:10px solid #996633;
    box-shadow:0px 0px 20px 4px #000;
    
}

.header
{
    
   /* position: relative;*/
    margin: 0px;
    padding: 0px;
    background:#333333;/* #99cccc;*//* #4b6c9e;*/
   /* background-image: url("../image/Bilder/litenbyskola2.jpg");*/
    background-image: url(../image/Bilder/byskola_vinter.png);
    background-repeat:no-repeat;
    background-position: left;
    height:133px;
    width:285px;   
}
/*
.header bild{
    margin: 490px;
    background-image: url("../image/bilder/hurubrik3.gf");
    background-repeat: no-repeat;
    background-position: right;
    height: 70px;
    width: 470px;
    
}
*/
/*
.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}
*/
.main
{
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 220px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    
    color: #fff;/* #4e5766;*/
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    font-size:.80em;
    text-align: center;
    text-decoration:underline;
    line-height: normal;
    
}

/* TWO COLUMN LAYOUT */
/*  The items below sets the properties for the sidebar and
content blocks as well as a wider content area for the single
column page layout  */

#sidebar {
	font-size: 85%;
	float: left;
	width: 30%;
	height:auto;
	padding: 0 10px 0 20px;
	 /*border-right:1px solid #000;*/
	}


#content {
	float: left;
	width: 60%;
    height: auto;
	line-height: 1.5em;
	padding:  0 20px 0 10px;
	/*border-left: 1px solid #fff;
    border-right:1px solid #fff;*/
	}



.boxtillvanster
{
    float: left;
    width: 30%;
    height: auto;
   /* line-height: 1.5em; */
    padding:  0 10px 0 20px;
    /*border-left:1px solid #fff;*/
}

.boxtillhoger
{
    float: left;
	width: 65%;
    height: auto;
	line-height: 1.5em;
	padding:  0 20px 0 10px;
	/*border-left: 1px solid #fff;
    border-right:1px solid #fff;*/
}

.boxcenter
{
    margin: 0 auto;
    width: 70%;
    padding: 10px;
    background: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #aaa;
}


/* ONE COLUMN LAYOUT */

#contentwide {
	float: left;
	width: 860px;
	line-height: 1.5em;
	padding: 0 20px 0 20px;}
	
#sidebar-styrelse
{
    width: 220px;
	float: left;
	
	
	padding: 0 10px 0 20px;
}

/* THREE COLUMN LAYOUT */

#sidebar-left {
	width: 220px;
	float: left;
	text-align: left;
	font-size: 85%;
	padding: 0 10px 0 20px;
	/*border-left:1px solid #c2c2c2;
   border-right:1px solid #c2c2c2;*/
	}

#contentmiddle {
	width: 600px;
	height: auto;
	float: left;
	text-align: left;
	line-height: 1.5em;
	padding:  0 20px;
	/*border-left: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;*/
}

#sidebar-right {
	width: 220px;
	float: left;
    margin-left:10px;
	text-align: left;
	font-size: 85%;
	padding:  0 10px 0  10px;
  /* border-left:1px solid #c2c2c2;
   border-right:1px solid #c2c2c2;*/
}

.nybildhallare{
     box-shadow: 0px 0px 20px 2px #ccc;/*skugga*/
    border-radius:30px;
    border: 1px solid #fff;
    padding:0px 2px 2px 2px;
   /* width:490px;
    height:auto;
    float:right;
    text-align:center;
    margin-bottom:20px;
    padding-top:20px;*/
}
/* clearfix class for clearing floats */
.clearfix {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.bildhallare
{
    width:610px;
    height:auto;
    float:right;
    text-align:center;
    margin-bottom:20px;
    padding-top:20px;
}



.bildrundskugga { 
   /* box-shadow: 0 4px 16px rgba(0,0,0,0.25); */
    box-shadow: 2px 2px 2px 2px #fff;/*skugga */ 
    border-radius: 20px;
    border: 2px solid #fff;
    padding: 0px;
    margin: 10px;
}

.styrelsenbox
{
    width: 230px;
    height: auto;
    vertical-align: top;
    margin: 20px;
    text-align: center;
    background-color: #333;
}

.bildbox {
    display: inline-block;
    vertical-align: top;
    margin: 2px;
    text-align: center;
}

.bildhavanst {
   width:305px;
   height:auto;
   float:left;
}
/* bild hållare för lännäs bok */
.bildhahoger {
   width:350px;
   height:auto;
   float:right;
   text-align:center;
   font-size: smaller;
}
/* Håller bilden till höger */
.hogerbildhallare{
   width: 470px;
   height: auto;
   float: right;
   
}
.bilder
{
   width:290px;
   float:left;
   padding: 5px  0px 5px 0px;
   
   
}
.bilderh
{
  margin-top:-990px;
  margin-left:490px;
  width:198px;
  background-color:Transparent;
  margin-bottom:1px;
  
}

.bildva 
{
    margin-top:5px;
    margin-left:1px;
    width:145px;
    background-color:transparent;

}


.tometebild
{
  margin-top:900px;
  
 
 clear:right;    
}
.kalke
{
    margin-top:-130px;
    margin-left:-50px;
}

.sladtomte
{
   
    margin-top:-1500px;
    margin-right:4px;       

    clear:both;
}

.hoger image
{
    float: right;
}
   





.textkall {
    font-family: Segoe Script Verdana, Geneva, Tahoma, sans-serif;
    text-align: center;
    /* font-family: Segoe Script, Lucida Handwriting, Monotype Corsiva;*/
    font-size: 25px;
    font-weight: bolder;
    border-block: 5px groove #99ff33;
    border-radius: 40px; /*runda hörn*/
    box-shadow: 0px 0px 20px 1px #508200;
}

.godjul
{
    margin-top:50px;
    font-family: Segoe Script, Lucida Handwriting;
    font-size:30px;
    font-weight:700;
    
    font-display:revert revert;
}

/* TAB MENU   
----------------------------------------------------------*/
/* The items below set the properties for the 
MAIN NAVIGATION dynamic menu block.*/
/*
.menu {
   
   
   margin-top: 0px auto;
   margin-left: 300px;
   height: 40px;
   width:600px;
   clear:both;
   
}

.menu dl { /*Begins the Definition List
   float: left;
   width: 130px;
   margin: 0;
   padding: 0;}

.menu dt { /*Begins Properties for the Definition Topic
   line-height: 20px;
   color: #000000;
   text-align: center;
   font-weight: bold;
   margin: 0 0 2px 0;
   padding: 0;
   /*border-left: 1px solid #404040;
   border-right: 1px solid #404040;
   border-bottom: 2px solid #fff; 
   }

.menu dt a {
   color: #ffffff;
   text-decoration: none;
   display: block;
   height: 100%;
   border: 0 none;
   margin: 0; padding: 0;
  /* background-color:#99cccc;/* Navy;
   }
   
.menu dt a:hover {
   background-color: #508200;} 

.menu dt a:focus {
   background: none;}

.menu dd { /*Begins Settings for Definition Description
   background: #303030;
   margin: 0; 
   padding: 0;
   display: none;
   border-bottom: 1px solid #000000;
   border-left: 1px solid #000000;
   border-right: 1px solid #000000;}

.menu dd li a {
   font-weight: normal;
   border-bottom: 5px #303030 solid;}

.menu dd li a:hover {
   background-color: #505050;}

.menu ul {
   margin: 0; 
   padding: 0;}
   
.menu li {
   list-style-type: none;
   text-align: center;
   margin: 0; 
   padding: 0;}

.menu li a {
   color: #fff;
   text-decoration: none;
   display: block;
   height: 100%;
   border: 0 none;
   margin: 0; padding: 0;}



.menu li a:focus  {
background: none;
}

.menu li a:hover  {
background: none;
}
*/ 

/* För dropdown-menyn */

.menu {
    text-align: center;
    width: 100%;
}

.menu ul {
    padding: 0;
    margin: 0 auto;
    display: inline-block;
}

.menu li {
    display: inline-block;
    list-style-type: none;
    margin: 0 10px;
    padding: 0;
}


.menu li.dropdown {
    position: relative;
}

.menu li.dropdown:hover .dropdown-content {
    display: block;
}

.menu .dropdown-content {
    display: none;
    position: absolute;
    background-color: #303030;
    min-width: 160px;
    z-index: 1;
}

.menu .dropdown-content a {
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.menu .dropdown-content a:hover {
    background-color: #505050;
}
/* slut på dropdown-menyn */

/*
div.hideSkiplink
{
    background-color:#000;/*#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
    font-size:  20em;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color:#dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}*/

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}



.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/*box för låt stå rutan*/
.latsta
{
  box-shadow:0px 0px 20px 1px #508200; /* skugga över boxen*/
  border: 1px solid #fff;
  margin-top:50px;
  padding:10px 10px 10px 10px;
  color: #fff;/*Färg text*/
  
}

.boxskuggamedhorn {
  border-radius:20px;/*runda hörn*/
  box-shadow:0px 0px 20px 1px #508200;
}

.bilderna /*bilderna i defult startsida*/
{
    width:470px;
    height:470px;
    border:1px double #b200ff ;
    text-align:center;
    padding: 4px 7px 2px 4px;
    border-radius:20px;

}

.bilderskugga {
  border-radius:30px;
  border:1px solid #838181;/*000; svart kant*/
  box-shadow:0px 0px 15px 2px #ada2a2;/*skugga 426e3e */
  
}

.adroterbild {
  border-radius:20px;
  border:solid 1px #fff;
  opacity:1;
}

.bildgastb
{
  margin-top:150px;
  border:1px Dashed #fff;
  padding:4px 1px 20px 1px;
  text-align:center;
}

.liutantecken
{ 
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.akuellt
{
   box-shadow: 0px 0px 20px 2px #ccc;/*skugga*/
   border-radius:30px;
  border: 1px solid #fff;
  padding:0px 2px 2px 2px;  
  text-align:center; 
  color: #fff;  
}

.textBildeMeny
{
   font-size:medium;
    color:#f1f0f0;/* #666666;*/
    font-variant: small-caps;
    text-transform: none;
    font-weight:200;
}
.aktuellttext
{
   font-size: 1.2em;
    color:#999999;/* #666666;*/
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
}

.bildtext
{
  text-align:center;
  padding-top:5px;
}

.textRubrik{
    color: #ffffff;
}

.text
{
  text-align:left;
  font-size:medium;
}

.textcentermitt
{
  text-align:center;
  font-size:smaller;
  color:#ffffff;
}   

.textsmal
{
  font-size:smaller; 
  text-align:left;  
  font-weight:normal;
  color:#ffffff;
}
.texthogersida
{
  text-align:left;
  color: #ffffff;
}

.textcenter
{
   text-align:center;
   font-family:Segoe Script, Lucida Handwriting, Monotype Corsiva ;
   font-size:larger;
   font-weight:bolder;
   color: #ffffff;
}

.centerTextnormal {
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: medium;
    color: #ffffff;
}

.centerText {
    text-align:center;
    font-family:Verdana, Geneva, Tahoma ;
    font-size:smaller;
    color: #ffffff;
}

.centerTextstore {
    text-align: center;
    font-family: Verdana, Segoe Script, Lucida Handwriting, Monotype Corsiva;
    font-size:1em;
    color:#fff;
}

.Texstorbigcenter {
    text-align: center;
    font-family: Segoe Script, Lucida Handwriting, Monotype Corsiva;
    font-size: 3em;
    font-weight: bolder;
    color: #fff;
}

.centerTextStor{
    text-align:center;
   font-family:Segoe Script, Lucida Handwriting, Monotype Corsiva ;
   font-size:3em;
   font-weight:bolder;
}

.textvanster
{
  text-align:left;
  font-family: Verdana, Segoe Script, Lucida Handwriting, Monotype Corsiva ;
   font-size:smaller;
   font-weight:normal;    
}
.textmedlank
{
    text-align:center;
  
  color:White;
  
   font-weight:bolder;
   
}

.bosakare
{
   
  color:White;
}

.fotboll
{
  
  height: auto;
  margin-top: 200px;
  margin-left:300px;  
}


.bildfrantop
{
   margin-top:120px;
}

.bildfrantop50
{
   margin-top:10px;    
}

.rubrikt
{
  margin-top:0em;
  text-align:center;
  font-family:Segoe Script;
  font-size:3em;
  font-weight:normal;
}

.rubriktext{
   text-align:center;
  font-family:Segoe Script;
  font-size:3em;
  font-weight:normal;
}

.tidruta
	{
	  /* margin-left:25%;*/
	   margin:0px auto; 
	   color:black;
	   margin-top:10px;
	   background:#ddd;
	   width:650px;
	}
	
.tidrutatext
{
   background-image:url(bilder/skugga3.gif);
   padding:0px 0px 0px 10px ;
   
   color:black;
   text-align:center;
   font-family:Verdana, Lucida Handwriting, Monotype Corsiva ;
}

.lannasb {
   width:595px;
   height:auto;
   margin-top:0px;
   margin-bottom:20px;
}

.textLannasb {
   font-size: inherit;
   font-family:Lucida Grande;
   line-height:1,5em;
   padding-top:30px;
   color: #ffffff;
}
/* bok text stil */
.bildbokpadding {
  padding-top:5px;
  padding-bottom:2px;
  padding-right:5px;
}

.bokenRubrik {
  font-size:1em;
  font-family: 'Lucida Grande';
  text-align:center;
  color: #ffffff;
}

.boktextvanster {
   font-size:15px;
   font-family:'Lucida Grande';
   text-align:right;
   /*padding-top:20px; */
   color: #ffffff; 
}

.boktexthoger {
    width: 450px;
    height: auto;
    
   font-size:15px;
   font-family:'Lucida Grande';
   text-align:right;
   /*padding-top:20px; */
   color: #ffffff; 
}

.bildbokpadding {
  padding-top:5px;
  padding-bottom:2px;
  padding-right:1px;
}

.paddingbottombok {
  padding-bottom:5px;
}

.redtext{
    color:red;
    font-weight:bolder;


}

.skuggaText {
     text-shadow: 0px 0px 12px #f3f2f2;
}
.textskugga {
    font-size: 40px;
    font-weight:bolder; 
  text-align:left;
  color:black;
   text-shadow: 0px 0px 12px #ccc;
}

.kev {
    
    width: 100px;
    height: 150px;
    background-color: red;
    border: 1px solid black;
    margin-left:4px;
    margin-top:50px;
    z-index:2;
    position:absolute;

}
.kev.kev {
           
     -ms-transform: skew(5deg,-35deg); /* IE 9 */
     -webkit-transform: skew(5deg,-35deg); /* Chrome, Safari, Opera */
     transform: skew(5deg,-35deg); /* Standard syntax */

}

.top {
  margin-top:0px;
  position:absolute;
  z-index:1;
}

.hojd {
  margin-top:480px;
}

/*för bild senast inlagt i defualt förstsa sidan för utzomning*/
.Scalaut  img  {
    /* height: 210px;
     width: 280px;*/
     border: 1px red solid;
    /* margin: 10px auto;
     text-align: center;*/
     border-radius: 30px;
     box-shadow:  5px 5px 15px rgba(0,0,0, 0.5);
     -webkit-transition: all 2s ease-in-out;
     -moz-transition: all 2s ease-in-out;
     
     transition: all 2s ease-in-out;
     opacity:1;
}

.Scalaut img:hover, .Scalaut img.hover_effect {
  -webkit-transform: scale(3,3);
  -moz-transform:scale(3,3);
  -ms-transform: scale(3,3);
  transform: scale(3,3);    }

.main-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.sidebar {
  width: 30%;/* 30%; --- IGNORE --- */
  /*background: #eee;*/
  padding: 10px;/* padding för innehåll */
 /* box-sizing: border-box;/* skugga 
  box-shadow: 0px 0px 20px 2px #ccc;/*skugga
   border-radius:30px; /*runda hörn
  border: 1px solid #fff; /* vit kant 
  padding:0px 2px 2px 2px;  /* padding för innehåll 
  text-align:center; /* centrera text 
  color: #fff;  /* vit text */
}

.content {
  flex: 1;
  /*background: #fff;*/
  width: 70%;/* 70%; --- IGNORE --- */
  padding: 10px;/* padding för innehåll */
  /*box-sizing: border-box;
  box-shadow: 0px 0px 20px 2px #ccc;/*skugga
   border-radius:30px;
  border: 1px solid #fff;
  padding:0px 2px 2px 2px;  
  text-align:center; 
  color: #fff;  */
}

.kalender {
    background-color: #333;
    color: #fff;
}
.kalender th, .kalender td {
    border: 1px solid #fff;
}

/*box för gastbok*/
.hemadroterbild
{
  width: 550px;
  height:300px;
  border:1px Double #fff;
  text-align:center;
  padding:4px 1px 20px 1px;/**/
  border-radius:20px;/*runda hörn*/
  box-shadow:0px 0px 20px 1px #508200;

}

/* Gästbok css */

.gastbok-inlagg {
    background: #f9f9f9;
    border: 1px solid #bebdbd;
    padding: 15px;
    margin: 20px 0;
    border-radius: 8px;
    box-sizing: border-box;
}

.gastbok-inlagg .inlagg {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    font-size: 1.05em;
}

.gastbok-inlagg .inlagg:last-child {
    border-bottom: none;
}

/* Slideshow Galleri */
* {
  box-sizing: border-box;
  
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
  
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
/* Position the "previous button" to the left */
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;/*#222;*/
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 75px;
    padding: 0px;
    margin: 0px;
    height: auto;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}
/* Slideshow Galleri slut*/
/* Button styles */
input[type="button"] {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
}

input[type="button"]:hover {
  background-color: #3b883f;
}