/*-------- inport fonter ---------*/
@font-face {  
    font-family:'book-antiqua-italic';
    src: local('0'),
		 url('../fonts/book-antiqua-italic.woff2') format('woff2'),
         url('../fonts/book-antiqua-italic.woff') format('woff'),
         url('../fonts/book-antiqua-italic.ttf') format('truetype');
}
@font-face {  
    font-family:'Lato-Regular';
    src: local('Lato-Regular'),
		 url('../fonts/Lato-Regular.woff2') format('woff2'),
         url('../fonts/Lato-Regular.woff') format('woff'),
         url('../fonts/Lato-Regular.ttf') format('truetype');
}
@font-face {   
    font-family:'georgia-Regular';
    src: local('0'),
		 url('../fonts/georgia-Regular.woff2') format('woff2'),
         url('../fonts/georgia-Regular.woff') format('woff'),
         url('../fonts/georgia-Regular.ttf') format('truetype');
}   

/*----------------- end ------------*/

/*---------------- body ------------*/
body {font-family:georgia-Regular;
    background-image: url(/images/Body/Body_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 15px;
    padding-bottom: 15px;
}

/*----------------- end ------------*/

/*---------------- Header ------------*/
 .container-header { 
  margin: 0 auto;
 /* margin-bottom: 2rem; */
  max-width: 1320px;
  width: 93%;
  background-image: url(/images/headers/Header_11.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: .5rem 0rem 0rem;
  -moz-border-radius: .5rem .5rem 0rem 0rem;
  border-radius: .5rem .5rem 0rem 0rem; 
  border-radius: .5rem .5rem 0rem 0rem;
}

/*----------------- end ------------*/

/*---------------- site-grind ------------*/
.site-grid {
   
}  
.container-component{
   padding-top: 2rem;
   background-color:#ffff;
}
.item-content {
  a {text-decoration: none !Important;
    color:#267575
    }
}
.item-page {
   a {text-decoration: none !Important;
    color:#267575
    }
}
.clearfix { margin-bottom: 3rem; }  /* mellanrum mellan kategori och arkiklar */

/*----------------- end ------------*/

/*------------- font stiler --------*/

p {font-size: 1.1rem;} 
h1 {font-family: book-antiqua-italic; !Important}
h2 {font-family: book-antiqua-italic; !Important}
h3 {font-family: book-antiqua-italic; !Important}
h4 {font-family: book-antiqua-italic; !Important}
h5 {font-family: book-antiqua-italic; !Important}

p, h2, h4{
  padding-right: 1rem;
  padding-left: 1rem;
}
li {font-size: 1.1rem;  
    line-height: 1.6;
}
a {
  text-decoration: none !Important; 
}

em {
  color:#267575; 
}

/*------------- font stiler --------*/

/*------------- home page --------*/
@media (width <= 576px) {
  .responsive_0 {
        display: none;
  }
   .responsive_1 {
        display: show;
   }
}
@media (width >= 577px) {
  .responsive {
        display: show;
  }
  .responsive_1 {
        display: none;
   }
}   
/*------------- XXX --------*/
.flow {
  overflow-y: hidden;
  overflow-x: scroll;
}
/*----------------- end ------------*/
/*
.metismenu.mod-menu {
    color: var(--black);
}
p, h2, h4{
  padding-right: 1rem;
  padding-left: 1rem;
}
.container-header .mod-menu {
    colour: #0088cc;
}
linear-gradient(90deg, rose, Puce,Pear ); 

background-color:#fffdf2;
'/'