@font-face {
font-family: 'georgia';
url('http://jarvastaden.se/.../js2017_wm/fonts/georgiai.ttf') format('truetype');
font-weight: normal;
font-style: normal;
  
}

body {
  color: #000;
}

h1 {
    font-family: 'georgia';
	font-style: italic;
	line-height: 80px;
	font-size: 3.65em;
	font-weight: normal;
	line-height: 1em;
  padding-left: 50px;
  text-align: center;
	
}

.fontgeorgia {
	
	font-family: 'georgia';
	font-style: italic;
	color: #000000;
	font-size: 30pt;
  line-height: 36pt;
  text-align: center;
	
}

.calendar p {
	text-align: center;  

}

.calendar img {
	padding-top: 20px;

}

@media (min-width 798px) {
.container {
  max-width: 1250px;
  
  }

}


a {
text-decoration: none;
color: black;
}

p a {
text-decoration: underline;

}

.pagination ul > li > a {
  color: black;
}


.custom {
	width: 100%;
	border: 0px solid blue;
	
	
}

/* ingresser på kollagesidorna Desktop */
.text {
	width: 1250px;
}


/* huvudmenyn avgränsare mellan menyval */
.navigation ul li {
	border-right: 1px solid #333;
	padding-right: 13px;
  	padding-left: 13px;
  }

/* huvudmenyn för sökknappen, ska inte ha någon avgränsare */
.navigation2 ul li {
	border: none;
	padding-right: 13px;
  	padding-left: 13px;
  }

/* detta är menyval som ligger längst ut till höger och inte ska ha någon lodrät avskiljare */
 ul li.item-118 {
/* menyval Vår vision		border-right: 0; */
		
}

/*ul li.item-324 {
 menyval SÖK 		border-right: 0;
		
}*/



/* huvudmenyns bredd desktop */
.navigation {
	padding-bottom: 15px;
	text-align: center;
	margin: 0 auto;
	width: 1250px;
  
	
}

.search_style {
color: red;
	
}

.navbar.pull-left {
	padding: 0;
	margin: 0;
	
}


.nav-collapse {
	margin-left: auto;
	font-variant: small-caps;
  	border:0px solid blue;
  

}

/* menyval i huvudmenyn */
.nav-collapse ul a {
	color: #000;
	font-size: 1.25em;
	padding-left: 15px;
  	letter-spacing: 0.1em;
	
	
}

.nav-collapse ul a:active {
	background: none;
	
	
}

/* slut kod huvudmeny */

.megamenu {
	display: -webkit-flex;
    display: flex;	
    width: 1250px;
    height: auto;
	margin: 0 auto;
	padding-top: 15px;
    background-color: #f4f6f7;
  border-top: 1px solid black;
  }

.mainmenu p {
  clear: both;
  
}

.footer_1, .footer_2, .footer_3, .footer_4 {
	
	
    width: 240px;
    height: 250px;
    margin-left:10px;
	padding: 0;
	float:  left;
	text-align: left;
	
}

.footer_5 {
 
  background-repeat: no-repeat;
  width: 380px;
 
}
  
.footer_1 p, .footer_2 p, .footer_3 p, .footer_4 p, .footer_5 p {
	font-size: 1.15em;
	font-variant: normal;
	color:#000;
	line-height: 1.2em; 
	
	
}

.footer_1 a, .footer_2 a, .footer_3 a, .footer_4 a, .footer_5 a {
color: black;
}




.article_head {
  width: 214px; 
  height: 262px;
  float: left;
  padding: 20px;
  text-align: center;
  background-color: #fef200; /* löpsedelsgul */
  
}


.article_head a {
  font-size: 1.9em;
  color: #000;
  line-height: 1.3em;
  text-transform: uppercase;
  
}

.start_row {
  width: 1250px;
  height: auto;
  text-align: left;
  margin: 0;
  padding: 0;
  
}

.senaste {
  font-family: Arial;
  font-size: 2.4em;
  color: #000;
    
}

hr {
  border-top: 1px solid #000;
  border-bottom: 0px solid blue;
}

.pull-left.item-image img
{
  
  float: left;
  
  
}

.leading-0 p, .item.column-1 p 
{
  text-align: left;
  font-size: 1.3em;
  line-height: 1.5em;
  
}

.leading-0 h2, .item.column-1 h2 {
  text-align: center;
  font-size: 1.5em;
  line-height: 1.5em;
  
}
/*************** ÄNDRINGAR I ORIGINALET TEMPLATE.CSS ****************/

@media (max-width: 767px) {
/* bakgrundsfärg för aktivt menyval i mobilt utseende */
	.nav-pills > .active > a {
		background: #565050;
      text-align: left;
	}
  
  .nav-pills > li > a {
    text-align: left;
  }
}

/****************** GRUNDINSTÄLLNINGAR I MOBIL VY ************/

@media (max-width: 767px) {
  .main_container {
 	
    /*tror inte denna class används */
    
}
  
  
  .container /*hela sidans innehåll */ 
  {
  	max-width: 767px;
    
}
  
  	.custom /* innehåller brödtexten samt bilderna, ligger inuti container */ 
  {
	width: 100%;
    border: 0px solid green;
   	padding:0;
    float: left;
    text-align: left;
    clear:right;
	
}
  
  
  
}


/****************** MOBIL VY *******************/

/*** döljer det mobila utseendet på apparater med upplösning över 768px ***/
@media (min-width: 769px){
.mobil, .custom_mobil, .mobil468  {
	display: none;
	
}
}

/*** bredd på sajten i upplösning 769-1024 pixlar  ***/
@media (min-width:769px) and (max-width:1024px) {
  
  .container {
  max-width: 75%;
}

}


/*** döljer desktop-utseendet på apparater med upplösning under 768px ***/
@media (max-width: 768px) {
	.desktop469, .custom_desktop {
		display: none;
	}
  
  .leading-0 p, .item.column-1 p 
{
  padding-top: 50px;
  /* för att brödtexten (introtext) ska hamna under bilden */
  
}
  
  .leading-0 h2, .item.column-1 h2 {
  text-align: left;
    
    /* rubrik förhandsvy senaste nytt */
  }
	
}


@media (max-width: 767px) {

.mobil {
	/* vanliga bilder med class mobil */
	border: 0px solid blue;
	
  /* width: 100%; denna kod kan fungera när koden för container är korrekt */
	

}
  /*** loggan i mobil vy ****/
  .logo_mobil {
    width: 100%;
      }
  
   

}
/*************** TEXT I MOBIL VY ******************/

@media (max-width: 767px) {
  h1 {
    font-family: 'georgia';
	font-style: italic;
	font-weight: normal;
	font-size: 2em;
	
}

h2 {
    font-family: 'georgia';
	font-style: italic;
	font-weight: normal;
	font-size: 3em;
	line-height: 1.1em;
	
}
  
  .page-header {
    font-size: 1.4em;
    line-height: 1em;
  }
  
}

/*************** UTSEENDE AV TEXT I ARTIKLAR - DESKTOP ***************/

@media (min-width: 691px){
.item-page p {
	font-size: 1.37em;
	line-height: 1.4em;
  	text-align: left;
  
	}
  
  .item-page a {
    color: #000;
   
  }
  
  .img_caption {
    font-size: 0.75em;
    float: left;
    
        
  }
  
  .img_caption p {
    text-align: left !important;
    
  }
  
  .img_caption img {
    
    
     }
		
}

@media (max-width: 767px){
  /** brödtext mobil vy **/
	.item-page p {
	float: left;
	font-size: 1.4em;
    line-height: 1.3em;
	margin-bottom: 1em;
      text-align: left;
     
      		}
  
  
  /** megamenyn i mobil vy **/
  .megamenu {
    display: none;
  }
	}

@media (max-width: 767px){
	
	.pull-left.item-image {
	width: 100%;
	text-align: left;
      clear: right;
	
}
  
  .custom_mobil {
    width: 100%;
   
  }
  
   
	.page-header h2 {
	text-align: left;
		font-size: 2em;
		line-height: 1em;
	
}
}



/**************************************/

/******* tillfällig kod *******/


/* visning av logga i sidans topp, Desktop */
.logobild {
  float:right; 
  margin-top:-55px;
  width: 65px;
  height: 65px;
  
  
}

@media (max-width: 767px) {
  
  .logobild{
    border: 0px solid blue;
  } 
  
}

/* ev ändra på */.navbar-fixed-bottom .container {
	width: 940px;
	/*WM ska ev vara 1400*/
}


.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	/* background-color: #eee; */
	/* här är koden för vad som ska hända vid pekning på en menylänk */
}

.nav-tabs > li > a,
.nav-pills > li > a {
	padding-right: 0px;
	padding-left: 0px;
	/* WM båda var 12 px tidigare */
	margin-right: 0px;
	/* WM tidigare 2px */
	line-height: 14px;
}

.nav-pills > li > a {
	/*padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 2px;
	margin-bottom: 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
  border-radius: 5px;*/}
  
  
  .nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
	color: #000;
	/*background-color: #<strong>005e8d</strong>;*/
}
  
  .nav .dropdown-toggle .caret {
	/*border-top-color: #005e8d;
	border-bottom-color: #005e8d;*/
	margin-top: 6px;
}
  
  .navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
	width: 1400px;
	/*WM var 940 innan*/
}
  
  @media (min-width: 1200px) {
    .container,
	.navbar-static-top .container,
	.navbar-fixed-top .container,
	.navbar-fixed-bottom .container {
		width: 1250px;
		/*WM var 940 innan*/
    }}
  
  
  body.site {
	border-top: 0px solid #0088cc;
	/* WM linje i sajtens topp, var tidigare 3 px */
	padding: 20px;
	background-color: #f4f6f7;
}
  
  .navigation {
	padding: 5px 0;
	border-top: none;
	border-bottom: none;
	margin-bottom: 20px;
  }
  
  @media (min-width: 1024px) {
    .brand:hover {
	/*color: #005e8d;*/
	text-decoration: none;
}
    
    .navigation {
	padding: 5px 0;
	border-top: 0px;
	border-bottom: 0px;
	margin-bottom: 20px;
}
  }
  

/* icon på knappen läs mer */

.icon-chevron-right {
 	 
  display: none;
}
}

.main-content {
  text-align:left;
}

/* knapp längst ner på alla artikelsidor, som säger ALLA NYHETER */
.artikel-nyheter {
  text-align: center;
  font-weight: bold;
  
}

