@import url("https://design.menighet.no/Portals/0/Menighet.css");

.CommandButton  {
max-width: 280px !important;
text-align: center !important;
border: solid 2px
#D90011 !important;
border-radius: 5px;
padding: 10px !important;
font-size: 15px !important;
font-weight: 800 !important;
  transition: all .3s ease;}

/* Acordeon styles */
.tab {
  position: relative;
  margin-bottom: 1px;
  margin: 0 auto;
  /* color: #fff; */
  overflow: hidden;
}

.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.tab label {
  position: relative;
  display: block;
  padding: 5px;
  font-weight: 500;
  font-size: 22px;
  color: #555;
  line-height: 2;
  cursor: pointer;
  border-bottom: solid 1px #ddd;
}

.tab-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .35s;
  -o-transition: max-height .35s;
  transition: max-height .35s;
}

.blue .tab-content {
  background: #3498db;
}

.tab-content p {
  margin: 5px;
}

/* :checked */
.tab input:checked~.tab-content {
  max-height: 100vh;
}

/* Icon */
.tab label:before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 700;
  content: "\f105";
  color: #D90011;
  float: left;
  margin-right: 10px;
  font-size: 150%;
  line-height: 120%;
}

.tab-text {
  max-width: 300px;
  display: inline-block;
  vertical-align: top;
}

.tab-image {
  width: 300px;
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: middle;
  display: inline-block;
  vertical-align: top;
  float: right;
}

.besok-nettside {
  margin-top: 10px;
  border-bottom: solid 3px #D90011;
  color: #333 !important;
  padding: 8px;
  width: 260px;
  text-align: center;
  font-size: 15px !important;
  font-weight: 800;
  transition: all .3s ease;
}

.besok-nettside a {
  color: #333 !important;
  font-size: 15px !important;
}

.besok-nettside a:hover {
  color: #D90011 !important;
}

@media only screen and (max-width: 750px) {
  .introduksjon-fellesrad {
    max-width: 715px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0px 50px 0px;
  }

  .introduksjon-fellesrad h1 {
    font-size: 24px;
  }

  .tab {
    position: relative;
    margin-bottom: 1px;
    margin: 0 auto;
    max-width: 800px;
    color: #fff;
    overflow: hidden;
  }

  .tab-text {
    max-width: 300px;
    display: block;
  }

  .tab-image {
    width: 100%;
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: middle;
    display: block;
    vertical-align: top;
    float: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
/* Acordeon styles Slutt */

.page-image div:empty {
  background: none;
   display: none;
}

/* MailMojo stiler */
.mailmojo label {
		display: block;
		margin-bottom: 5px;
	}
	.mailmojo input[type=email],
	.mailmojo input[type=text],
	.mailmojo select {
		max-width: 250px;
		width: 100%;
	}
	.mailmojo .field {
		margin-bottom: 10px;
	}
/* MailMojo stiler SLUTT */


/* Stiler bibelord */
.verse {
	font-size:80%;
	font-family: Helvetica, Arial, san serif;
	font-style: italic;
	font-weight: bold;
	text-transform: none;
	letter-spacing: normal;
	line-height: 1.4em;	
}

a.versenumber,
span.versenumber {
	font-size: 0.85em; 
	font-weight: bold;
	text-decoration: none;
	color: #8a8a8a;   
}

span.versenumber {
	color: #777777;
}

.verseheader {
	font-family: Helvetica, Arial, san serif;
	font-size: 1.1em; 
	font-weight: bold;
	line-height: 2.2em; 
	text-decoration: none;
}

.verseref {
	font-family: Helvetica, Arial, san serif;
	font-size: 0.9em; 
	font-weight: bold;
	line-height: 1.5em; 
	text-decoration: none;
}
/* stiler bibelord slutt */

#ui-datepicker-div {
    background-color: white;
    border: 1px solid black;
    padding: 5px;
}







