@import url("https://design.menighet.no/Portals/0/Menighet.css");
.news-item {max-height:440px;height:440px;}
/* TOP MENU bootstrap */
.top-menu-bootstrap {
 max-width: 88% !important;
  margin: 0 auto;
  padding-bottom: 40px;
  text-align: center;
}
.menu-item-bootstrap {
border:2px solid #fff;
  border-radius: 5px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 500;
  font-size: 25px;
   transition: all .3s ease;
  text-align: center;
  background-color: #f2f2f2 !important;
}
 .menu-item-bootstrap a::after {
    content: '';
    display: block;
    margin-top: 10px;
    width: 40px;
    height: 4px;
    background: #D90011;
    transition: width .3s;
}
.menu-item-bootstrap a {
  display: inline-block;
  font-weight: 500;
  font-size: 25px;
}
@media only screen and (min-width: 800px) {
.top-menu-bootstrap {
display: block !important
}
.top-menu-mobil-bootstrap {
display: none !important;
}
}
@media only screen and (max-width: 800px) {
.top-menu-bootstrap {
display: none !important;
}
  
.top-menu-mobil-bootstrap {
display: block !important;
}
}
@media only screen and (min-width: 1050px) {
  .menu-item-bootstrap a:hover::after {
    width: 100%;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1050px){
.top-menu-bootstrap {
 text-align: center !important;
}
}
@media only screen and (max-width: 780px) {
  .menu-item-bootstrap {
   margin-top: 10px;
  font-weight: 500;
  font-size: 22px;
  line-height: 40px;
   padding-top: 12px;
  padding-bottom: 20px;
  transition: all .3s ease;
}
}

/* TOP MENU bootstrap SLUTT */

/* Skalering banner */
#slider {
  background-position: center center;
  background-size: contain !important;
  background-color: #fff !important;
  background-repeat: no-repeat;
}

/* Skalering banner SLUTT */

/* Kyrkjer og sokn */
.sokn-item {
border-bottom:1px solid #666;
  margin-bottom: 20px;

}
.sokn-image {
width: 100%;
        padding-top: 66.66%;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
      cursor:pointer;
}
.sokn-item-title {  font-weight:600;}
.sokn-title {
  margin-bottom:6px;
}
.sokn-title::before {
  font-family: "Font Awesome 5 Free";
   font-weight: 900; content: "\f105";
   color: #D90011;
   margin-right: 4px;
   width: 0px;
   height: 0px;
}
.sokn-les-mer {
  float:right;
  cursor:pointer;
  font-size:0.9em;
  
}
.sokn-les-mer:hover {
  color:#D90011;
}
/* Kyrkjer og Sokn SLUTT */

/*Facebook knapp*/
a#facebookBtn {
    background-color: #F2F2F2;
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
}
a#facebookBtnMobile {
    background-color: #F2F2F2;
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
 	margin-left: 25%;
}
/*Facebook knapp SLUTT*/





















