 /*
 Theme Name: Underforening med Woo
 Author: Nettbrygga AS
 Author URI: https://nettbrygga.no/
 Description: Nettbrygga
 Version: 1.0
 Tags: EventuelleTags
 */

html{
	height: 100% !important;
}


body {
	font-family: 'Open Sans', sans-serif;
	-webkit-animation: fadein 1s;
    -moz-animation: fadein 1s;
    -ms-animation: fadein 1s;
    -o-animation: fadein 1s;
    animation: fadein 1s;
	width: 100%;
	color: #333;

}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat',sans-serif;
		text-transform: uppercase;
}

.h1, h1 {
	font-size: 2.8rem;
	font-weight: 700;
	margin-bottom: 3.5rem;
}

.h2, h2 {
	font-size: 2.5rem;
	font-weight: 700;
}

p {
	font-size: 18px;
}

img {
    max-width: 100%;
	height: auto;
}

input {
    padding: .5rem .5rem;
    background-color: #fafafa;
    border: 1px solid #cacece;
    font-size: .8rem;
}



.sub-page-container {
    padding: 1rem 0 6rem;
}

.hoved-event,
.report {
    padding: 6rem 0 6rem;
}

.singular {
		padding: 1rem 0 2rem;
}

.sub-page-container .gallery a,
.sub-page-container .gallery a:focus,
.sub-page-container .gallery a:hover {
	 border-bottom: 0;
	 background-color: transparent;
}

.sub-page-container iframe {
    width: 100%;
    height: 500px;
    display: block;
    margin: auto;
}

.sub-page-container a,
.wp-activate-container a {
    color: #333;
    border-bottom: 2px solid #138039;
}

.sub-page-container a:hover,
.wp-activate-container a:hover {
    background-color: #138039;
    color: #fff;
}

.sub-page-header-bg {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
		color: #fff;
		height: 350px;
}

.sub-page-header-bg h1 {
	margin-bottom: 0;
}

.nomad {
	padding-top: 0;
}

.header-image-page {
	margin-top: 4rem;
}
.remove-coop-list {
	margin-left: 0.5rem;
	cursor: pointer;
}

ul.coop-list {
	list-style: none;
	padding-left: 0;
}

.coop-list li {
	display: inline-block;
	background-color: #13392e;
	padding: 0.5rem 1rem;
	color: #fff;
	margin: 1rem 1rem 0 0;
}


a:focus {
    color: #333;
}

a:focus, a:hover {
	text-decoration: none;
}

.disablescroll{
	overflow: hidden;
}

.big-button {
	 font-size: 1.4rem;
}

.small-button {
	 	font-size: 1.1rem;
}

button.orange-button-shadow,
input.orange-button-shadow,
.single_add_to_cart_button,
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order,
a.checkout-button.button.alt.wc-forward,
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    color: #fff;
    border: 0;
    background-color: #ef7e1d;
    padding: .6rem 1.2rem;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
		box-shadow: 2px 6px 21px -2px rgba(8,8,8,1);
		-webkit-box-shadow: 2px 6px 22px -4px rgba(8,8,8,1);
		-moz-box-shadow: 2px 6px 22px -4px rgba(8,8,8,1);
}

.orange-button-shadow:hover,
.orange-button-shadow:focus {
		background-color: #ef7e1ddb;
}

.orange-bg {
    background-color: #ef7e1d;
}

.orange-bg:hover,
.orange-bg:focus {
    background-color: #ef7e1ddb;
}

button.no-shadow,
.no-shadow {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.bg-img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.blue-overlay {
    background-color: #222a3580;
    width: 100%;
    height: 100%;
}

.header-bg-blue-overlay {
	background-color: #222a3580;
	width: 100%;
	height: 100%;
	display:flex;
}

.text-shadow {
	text-shadow: 2px 2px #333;
}

[type=checkbox], [type=radio] {
	box-shadow: none;
	padding: 9px;
	border-radius: 0;
	display: inline-block;
	position: relative;
	background-color: #fafafa;
	border: 1px solid #cacece;
	cursor: pointer;
	vertical-align: middle;
	width: 20px;
	height: 20px;
}

[type=checkbox]:active,
[type=checkbox]:checked:active,
[type=radio]:active,
[type=radio]:checked:active {
	background-color: #555;
	border: 1px solid #555;
}

[type=checkbox]:checked,
[type=radio]:checked {
	background-color: #555;
	border: 1px solid #555;
}

.copy-btn {
	display: inline-block;
    background-color: transparent;
	padding: 0.5rem .75rem;
	color: #333;
	font-size: 0.75rem;
	cursor: pointer;
	margin: .5rem 3px;
	margin-bottom: 0;
	font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    background-color: #ef7e1d;
    color: #fff;
}

.copy-btn:hover {
	background-color: #ef7e1ddb;
}
.grid-item-kalendar a {
    color: #333;
}

.big_checkbox_margin{
    padding: 12px;
		margin-right: 1rem;
}

a.img-link {
    border-bottom: 0;
}

a.img-link:hover {
    background-color: transparent;
		opacity:.9;
}

.content-margin-bot {
    margin-bottom: 3rem;
}

#breadcrumbs{
	list-style:none;
	margin:10px 0;
	overflow:hidden;
	padding-left: 0;
}

#breadcrumbs a {
    color: #333;
    border-bottom: 1px solid #138039;
}

#breadcrumbs a:hover {
	background-color: #138039;
	color: #fff;
}

#breadcrumbs li{
	display:inline-block;
	margin-right: .3rem;
}

.breadcrumbs-container {
    padding-top: 3rem;
    text-align: center;
}

.breadcrumbs-with-bg #breadcrumbs a {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.breadcrumbs-with-bg {
    text-align: center;
		padding-top: 0;
}

a.no-color-link {
    background-color: transparent !important;
    border-bottom: none !important;
}

.checkboxholder {
    user-select: none;
}

/* HEADER */

nav#site-navigation {
    position: relative;
    background-color: #212934;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0 6rem;
		z-index: 999;
}

button.hamburger {
	display: none;
}

.menu {
    text-transform: uppercase;
		margin-top: 2rem;
    margin-bottom: 2rem;
}

.menu-primary-container {
    display: inline-block;
    float: right;
}

.menu-item {
  font-size: 1.2rem;
  border-bottom: 2px solid transparent;
	display: inline-block;
	padding-left: 3rem;
	font-family: 'Montserrat', sans-serif;
}

.menu-item a {
	color: #fff;
	font-weight: 500;
	transition: ease-in-out .05s;
}

.menu-item a:hover, .menu-item a:focus {
    color: #ef7e1d;
    text-decoration: none;
    transition: ease-in-out .05s;
}

span.headermedlem {
    padding: .4rem .5rem;
		color:#fff;
}

span.headermedlem:hover {
    color: #fff;
}

.logo {
    display: inline-block;
    margin-top: .7rem;
}

.logo svg {
    height: 4.5rem;
    display: block;
    margin: auto;
}

/* FOOTER */

footer {
    background-color: #212934;
		padding: 8rem 0;
}

footer h3 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    color: #fff;
		font-size: 1.2rem;
		font-weight: 500;
		margin-bottom: .5rem;
}

footer ol {
    list-style-type: none;
    padding-left: 0;
}

.footer-section-1 {
	margin-bottom: 5rem;
}

footer li, footer a {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

footer a {
    border-bottom: 2px solid transparent;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    border-bottom: 2px solid #fff;
    text-decoration: none;
}

footer input,
.firenullfire input {
    background: #C4C4C4;
    border: 0;
    padding: .75rem 1rem;
		width: 82%;
		font-family: 'Montserrat', sans-serif;
}

footer label,
.firenullfire label {
    display: none;
}

input.input-password, {
    width: 64%;
}

footer input#user_pass,
.firenullfire input#user_pass {
    width: 100%;
}

footer p.login-password,
.firenullfire p.login-password {
    width: 64%;
    display: inline-block;
    float: left;
}

input::placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    padding-left: .5rem;
}

button .fa-check {
    font-size: 1rem;
    vertical-align: middle;
}

.footer-circle {
    display: inline-block;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    background-color: #ef7e1d;
    text-align: center;
    vertical-align: middle;
		margin-right: 2rem;
}

.footer-social svg {
    font-size: 1.5rem;
    margin-top: .7rem;
    height: 1.5rem;
}

.soppforgiftning ol, .soppforgiftning svg {
    display: inline-block;
}

.soppforgiftning ol {
	margin-top: .5rem;
}

.soppforgiftning svg {
    margin-right: 1rem;
    height: 4rem;
    display: inline-block;
    width: auto;
		vertical-align: top;
}

button.password-button,
footer button#wp-submit,
.firenullfire button {
    border: 0;
    color: #fff;
    width: 16.5%;
    margin: 0;
    padding: .5rem;
    position: absolute;
		cursor: pointer;
}

.footerlogo a,
.footerlogo a:hover,
.footerlogo a:focus,
.footer-social,
.footer-social a:focus,
.footer-social a:hover {
    border: 0;
}

.footerlogo svg {
    height: 5rem;
}

.forgot-password {
    width: 100%;
    display: flex;
    font-size: .8rem;
}

.forgot-password a {
	border-bottom:0;
}
.forgot-password a:hover {
	border-bottom: 1px solid;
	opacity: .8;
}

.rist {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}


.openid-connect-login-button {
	margin-bottom: .5rem;
}

.openid-connect-login-button a {
	color: #fff;
	border: 0;
	background-color: #ef7e1d;
	padding: .6rem 1.2rem;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	cursor: pointer;
	display: inline-block;
}

.openid-connect-login-button a:hover {
	background-color: #ef7e1ddb;
	border-bottom: 0;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

/* FRONT PAGE */

.fp-section-1 {
		height: 80vh;
}

.fp-section-1-box {
    position: relative;
    z-index: 991;
		width: 40%;
		display: block;
		margin: auto;
		color: #fff;
}

.fp-section-1 h1 {
	margin-bottom: 1rem;
}

.fp-section-1-box p {
    margin-bottom: 2rem;
}

.fp-section-2,
.fp-section-3,
.fp-section-4,
.fp-section-5,
.fp-section-6 {
	padding: 6rem 0;
}

.fp-section-2 {
    padding-bottom: 2rem;
}

.fp-section-2 h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.fp-section-3 {
    padding-bottom: 0rem;
}

.fp-section-3 h3 {
    margin-top: 1rem;
		display: inline-block;
		border-bottom: 3px solid transparent;
}

.bruk-naturen-box {
	margin-bottom: 3rem;
}

.bruk-naturen-box:hover h3 {
    border-bottom: 3px solid #138039;
}

.bruk-naturen-box:hover img {
	opacity: .8;
}

.fp-section-3 a {
	color: #333;
}

.fp-section-4 {
    text-align: center;
		color: #fff;
}

.fp-section-3 img {
    height: auto;
    width: 350px;
    max-width: 100%;
		display: block;
}

.fp-section-3 h2,
.fp-section-5 h2,
.fp-section-6 h2 {
    text-align: center;
		margin-bottom: 2rem;
}

.fp-section-6 img {
    max-height: 600px;
		display: block;
		margin: auto;
		max-width: 100%;
}

.fp-medlemsforening {
    height: 500px;
}

.arrangement-box {
	background-image: url('/soppognyttevekster/wp-content/uploads/2018/06/soppo.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 320px;
	padding: 0;
}

.arrangement-box:hover svg.arrangement-icons {
    height: 90px;
    transition: ease-in-out .1s;
}

.arrangement-layer {
    height: 100%;
    width: 100%;
}

.arrangement-box-title {
		text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
}

svg.arrangement-icons {
    display: block;
    margin: auto;
    width: auto;
    height: 70px;
		margin-bottom: 1.5rem;
		transition: ease-in-out .1s;
}

.arrangement-nyttevekst {
	background-color: #138039b0;
}

.arrangement-nyttevekst:hover,
.arrangement-nyttevekst:focus {
	background-color: #138039;
}

.arrangement-vinter {
	background-color: #212934cc;
}

.arrangement-vinter:hover,
.arrangement-vinter:focus {
	background-color: #212934;
}

.arrangement-host {
	background-color: #ef7e1db8;
}

.arrangement-host:hover,
.arrangement-host:focus {
	background-color: #ef7e1d;
}

.grid-item-kalendar:hover {
    opacity: .8;
}

/* HVA SKJER OG KALENDER*/

.grid-item-content a:hover {
    color: #333;
}

.filter-container {
    margin-bottom: 1rem;
}

.checkboxholder label {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 1.25rem;
		cursor: pointer;
}

.checkboxholder ul {
    list-style-type: none;
    padding-left: 0.5rem;
}

span.filter-item-text {
	padding-left: 0.5rem;
	vertical-align: -2px;
}

.calendar-left,
.calendar-right {
    font-family: 'Montserrat', sans-serif;
}

.calendar-left {
	text-align: right;
	border-right: 1px solid #333;
}

p.calendar-p-maned {
    font-size: 27px;
    margin-bottom: 0;
}

p.calendar-p-dag {
    font-size: 50px;
    font-weight: 700;
		line-height: 1;
}

p.calendar-p-region {
    display: inline;
    background-color: #138039;
    color: #fff;
    padding: .3rem .6rem;
		text-transform: uppercase;
    font-weight: 500;
    font-size: .8rem;
}

p.calendar-p-tittel {
    font-size: 22px;
    font-weight: 700;
    margin: .5rem 0;
		line-height: 1.2;
}

p.calendar-p-beskrivelse {
    font-family: 'Open Sans', sans-serif;
}

.grid-item-kalendar {
    margin-bottom: 4rem;
}

.sorting-section li {
    cursor: pointer;
}

.pameldingsbox {
	padding: 2rem;
margin-top: 6rem;
}

.fake-link p {
	-webkit-touch-callout: text;
    -webkit-user-select: text;
     -khtml-user-select: text;
       -moz-user-select: text;
        -ms-user-select: text;
          user-select: text;
}

/* ICONBOX */

.serviceboxlink h2 {
    font-size: 2rem;
}

.serviceboxlink a {
    color: #333;
}

.servicecontainer {
    margin-bottom: 4rem;
    background-color: #eceeef;
		box-shadow: 2px 6px 22px -4px rgba(8,8,8,1);
		-webkit-box-shadow: 2px 6px 22px -4px rgba(8,8,8,1);
		cursor: pointer;
}

.svgoransje {
	transition: ease-in-out .10s;
}

.servicecontainer:hover {
	opacity: .95;
}


.servicecontainer:hover .svgoransje {
    fill: #ef7e1d;
		transition: ease-in-out .25s;
}

.iconbox {
    background-color: #13392e;
    display: block;
    margin: auto;
    height: 100%;
}

.iconbox svg {
    height: 70px;
    max-width: 100%;
    vertical-align: middle;
    margin: 3rem 0;
		transition: ease-in-out .25s;
}

.servicearrow {
	display: block;
	margin: auto;
}

.servicearrow svg {
    height: 48px;
    max-width: 100%;
    vertical-align: middle;
		transition: ease-in-out .25s;
}

.servicecontainer:hover .servicearrow svg {
    margin-left: 1rem;
    transition: ease-in-out .25s;
}

.serviceboxcontent {
	padding-left: 2rem;
	display: block;
  margin: auto;
}

.serviceboxlink a:hover {
    color: #333;
}

/* SOPPLEKSIKON */

h2.norwegianname {
    font-size: 20px;
		margin-top: .5rem;
}

.normlistestatus {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
		padding: 0 .3rem;
}

.normliste-rod {
	background-color: red;
}

.normliste-illrod {
	background-color: red;
}

.normliste-gul {
    background-color: #ef7e1d;
}

.normliste-gronn {
	background-color: #138039;
}

.soppimgcontainer {
    height: 200px;
    display: flex;
}

.soppcontainer img {
    height: auto;
    max-height: 100%;
    margin: auto;
}

.grid-item-soppleksikon {
    margin-bottom: 4rem;
		text-align: center;
}

img.sopp-placeholder-img {
    opacity: .14;
}

.fake-link {
	margin-bottom: 1rem;
}

.fake-link span {
	border-bottom: 2px solid #138039;
  cursor: pointer;
}

.fake-link p {
    margin-top: 1rem;
    font-size: .9rem;
}

.grid-item-soppleksikon:hover {
    opacity: .8;
}

/* SINGLE SOPP */

.single-sopp-image-container {
    margin-top: 4rem;
}

.generell-beskrivelse h2 {
    font-size: 1.7rem;
}

img.single-sopp-img {
    display: block;
    margin: auto;
    max-height: 350px;
    max-width: 100%;
}

.single-sopp-image-container .normlistestatus {
	right: 50px;
	font-size: 2rem;
}

p.vitenskapelig-navn {
    font-size: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-style: italic;
    margin-top: 1rem;
}


.sopp-left-column h2 {
    margin-bottom: 1rem;
}


.no-image {
    background-color: #eceeef;
}

.no-image span {
	display: block;
    margin: auto;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
}

.sopp-info-blokk {
    margin-top: 4rem;
}

.single-sopp-vanlig-img {
    width: 100%;
    max-height: none;
		max-width: 100%;
}

.generell-beskrivelse {
    margin-bottom: 3rem;
}

.bli-medlem-boks {
    padding: 2rem;
    box-shadow: 2px 6px 22px -4px rgba(8,8,8,1);
    -webkit-box-shadow: 2px 6px 22px -4px rgba(8,8,8,1);
}

.ikke-medlemsinfo {
	font-size: 1.5rem;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

/* MEDLEMSBLADET */

.blad-row .bli-medlem-boks {
    display: block;
    margin: auto;
}

/* PAGE BUILDER */

.vizivigg-seksjon {
    margin-bottom: 4rem;
}

.vizivigg-seksjon h2 {
	margin-bottom: 1rem;
}

.vizivigg-seksjon img {
	margin-bottom: 1rem;
	height: auto;
}

.front-page-blad {
    margin-bottom: 2rem;
}

img.full-width {
	width: 100%;
	height: auto;
	max-width: 100%;
}

.vizivigg-seksjon .aligncenter {
    display: block;
    margin: auto;
}

.vizivigg-seksjon li {
    font-size: 18px;
}

.table-tidspunkt {
    width: 14%;
}

.table-dato {
    width: 33%;
}

.table-beskrivelse {
    width: 50%;
}

.table-varighet {
    width: 10%;
}

.grey-row {
    background-color: #f2f2f2;
}

td {
	padding: .5rem .3rem;
}

/* HVA GJØR VI */
.hva-gjor-vi img {
	width: 100%;
}

.image-luft-i {
    margin-bottom: -4rem;
}

.hva-gjor-vi h2 {
    margin-top: 1rem;
}

/* SURVEY */

.survey-form-box {
    margin: 2.5rem 0;
}

.kalender-sok {
	padding: 0.5rem 0.5rem;
	background-color: #fafafa;
	border: 2px solid #333;
	background-image: url("/wp-content/themes/soppognyttevekstforening/resources/loupe.svg");
	background-size: 25px;
	background-repeat: no-repeat;
	font-size: 1rem;
	top: 5px;
	vertical-align: middle;
	background-position: center right 7px;
	padding-right: 2.2rem;
	margin-bottom: 1.5rem;
	font-family: "Open sans", sans-serif;
	width: 100%;
  }

.survey-form-box p {
    font-size: 1.3rem;
    padding-bottom: 1rem;
		font-weight: 700;
}

.survey-form-box textarea {
    width: 100%;
    resize: none;
}

.sub-survey-form-box {
    margin-bottom: 3rem;
}

.survey-form-box label {
	padding-left: 1.5rem;
	cursor: pointer;
}

p.eval-small-q {
    font-weight: 700;
    font-size: 1.1rem;
    padding-bottom: 0;
}

.survey-intro-box {
    margin-bottom: 2.5rem;
}

/* VAKTLISTE */

.mine-vakter-buttons {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.week-container {
    cursor: pointer;
		padding: 2rem 1rem;
}

.week-container:hover {
    background-color: #ef7e1d;
    color: #fff;
}

.week-opened:hover {
    background-color: transparent;
    color: #333;
}

li.vaktliste-dato {
	font-weight: 700;
}

.week-container ul {
    list-style-type: none;
    padding-left: 0;
    padding-right: 1rem;
}

.popup-vaktliste-close {
	position:absolute;
	right:0;
	top:35px;
	z-index: -1;
}

.week-container h4,
.my-slots h4 {
	font-weight: 700;
}

.popup-vaktliste {
    padding-bottom: 6rem;
    padding-top: 6rem;
}

.popup-vaktliste svg {
    height: 1.5rem;
    float: right;
    width: auto;
}

.vakter-container {
    padding: 1rem 4rem 1rem 1rem;
}

.popup-vaktliste-content {
	display: inline-flex;
}

.vaktliste-tab-container h3 {
    margin-top: 3rem;
}

.vaktliste-vakter-times {
    border: 2px solid transparent;
		margin-bottom: .3rem;
}

.session-expired{
	opacity:0.3;
}

.vaktliste-vakter-times-reserve {
	border: 2px solid #ef7e1d;
}

.vaktliste-vakter-times-taken {
    opacity: .3;
}

.taken-by-me {
    background-color: #0080004a;
		opacity: 1;
}

li.vaktliste-vakter-timetable-ekstra {
	font-weight: 700;
	padding-top: 1rem;
}

span.klokko {
    float: right;
}

/* SINGLE EVENT */

.event-content {
    margin-top: 4rem;
}

.fotograf {
	position: absolute;
display: block;
bottom: 0;
color: #fff;
background-color: #212934;
font-size: .7rem;
bottom: 0;
left: 50%;
transform: translate(-50%);
padding: 0rem .3rem;
}
.deadline{
	padding-top: 1rem;
}
.participant-description {
	display: inline-block;
	margin-right: 1rem;
	padding-left: .25rem;
}

.ledere-info p {
    margin-bottom: 0.5rem;
		font-size: 16px;
}

.ledere-info .single-leder p {
    display: flex;
    justify-content: flex-start;
}

.ledere-info .single-leder p a {
    overflow: hidden;
    text-overflow: ellipsis;
}

.single-event-info {
	margin-bottom: 4rem;
}

img.single-event-img {
    max-height: 400px;
    display: block;
    margin: auto;
    max-width: 100%;
}

.event-content h3 {
	font-weight: 700;
  font-size: 1.5rem;
	margin-bottom: 1rem;
}

.single-leder {
    margin-bottom: 3rem;
}


.single-event-info p {
    font-size: 16px;
}

.single-leder a {
	font-size: .9rem;
}

p.single-event-ingress {
	font-weight: 700;
}

.sign_up_button {
    display: block;
    margin-top: .5rem;
}

.events-participants-row {
	margin-top: 2rem;
	padding: 1.5rem 2rem;
	background: #e9e6ef;
	border-radius: .2rem;
	-webkit-box-shadow: 2px 6px 17px -4px rgba(8, 8, 8, 0.34);
}
.events-participants-row label input, .events-participants-row label select {
    display: block;
		width: 100%;
}
.events-participants-row label.sign_up_medlem input{
		display: inline-block;
}
.events-participants-row .sign_up_medlem, .events-participants-row .sign_up_event_comment{
		margin:0;
}
.events-participants-row .sign_up_event_year, .events-participants-row .sign_up_event_alternatives{
		    padding: .5rem .5rem !important;
    background-color: #fafafa;
    border: 1px solid #cacece;
}
.events-participants-row .delete-signup-row svg{
		margin-right: -.75rem;
}
.events-participants-row .form-row{
		display: flex;
}
.events-participants-row .form-row.bot{
		align-items: center;
}
.events-participants-row .form-row.bot input{
		width: unset;
}
.events-participants-row .form-row.top label{
		flex: .33;
}
.events-participants-row .form-row.mid label:first-child{
		flex: .322;
}
.events-participants-row .form-row.mid label:last-child{
		flex: .666;
}
.events-participants-row .form-row.bot label:first-child{
		flex: .666;
}
.events-participants-row .form-row.bot label:last-child{
		flex: .322;
}
.sign_up_number_of_participants_button {
    margin-top: 1rem;
}

.events-participants-row label {
    padding-right: 1rem;
}

.sign_up_event_name,
.sign_up_event_email {
    width: 14rem;
}

input.sign_up_event_phone {
    width: 7rem;
}

.single-event-info label {
    font-size: .9rem;
}

.event-participants-head {
    display: block;
}

.events-participants-row h3 {
    margin-bottom: 2rem;
		display:inline-block;
}

.delete-signup-row,
.remove-household-member {
	background-color: transparent;
	border: 0;
	box-shadow: none;
	cursor: pointer;
	float: right;
}

.delete-signup-row svg,
.remove-household-member svg{
    height: 1.2rem;
    width: auto;
    vertical-align: middle;
}

.sign_up_number_of_participants {
	margin-top: .5rem;
}

.delete-signup-row:hover {
    opacity: .7;
}

.events-only-for-members {
	background-color: #ff0000b3;
	padding: 1rem;
	color: #fff;
}

.sign_up_medlem {
    margin-top: 1.5rem;
}

.participants_submit_area {
    margin-top: 2rem;
}

.sign_up_warning {
    margin: 2rem 0;
    background-color: #ff0000ad;
    padding: 3rem 2rem;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
}

p.sign_up_result {
    margin-bottom: 0;
}
/* SURVEY FEEDBACK */
.header-container .stats{
  display: flex;
  justify-content: space-around;
}
.survey-feedback p.spm{
	font-weight: 600;
  font-size: 1.2rem;
}
.survey-feedback .question .block{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1rem;
}
.survey-feedback .question .graph-container{
	background: #e0d7d0;
	border-radius: .5rem;
	padding: 1rem;
	color: #000;
	-webkit-box-shadow: 2px 6px 22px -4px rgba(8, 8, 8, 0.5);
}
.survey-feedback .question .alternativer{
  border-bottom: 1px solid;
}
.survey-feedback .question .detail-container {
  display: flex;
	flex-wrap: wrap;
	margin-left: -1rem;
  margin-right: -1rem;
}
.survey-feedback .question .detail {
  background: #3c3c3c;
  border-radius: .5rem;
  border-radius: .5rem;
  padding: 1rem;
	margin: 1rem;
	flex: 1 0 26%;
	display: flex;
  align-items: center;
  color: #FFF;
  -webkit-box-shadow: 2px 6px 22px -4px rgba(8, 8, 8, 0.5);
}
.survey-feedback .question .detail-container label{
  font-weight: 600;
}
.survey-feedback .question .detail-container label, .survey-feedback .question .detail-container p{
	padding: .25rem .75rem;
}
.survey-feedback .question .detail-container p{
	font-size: .9rem;
	font-weight: 500;
}
.survey-feedback .question .alternativer, .survey-feedback .question .prosent, .survey-feedback .question .antall {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0;
}
.survey-feedback .question span {
  border-radius: .25rem;
  padding: .25rem .75rem;
	width: 100%;
  text-align: center;
}
.survey-feedback .question span:first-child {
  text-align: left;
	font-weight: 600;
}
@media only screen and (max-width : 480px) {
	.survey-feedback .question .detail {
		flex: 1 0 80%;
	}
	.survey-feedback .question .alternativer, .survey-feedback .question .prosent, .survey-feedback .question .antall{
		flex-wrap: wrap;
	}
}

/* MEDLEMSFORENINGENE */



.foreningsblokk {
    background-color: #13392e;
    color: #fff;
    margin-bottom: 3rem;
		cursor: pointer;
		box-shadow: 2px 6px 22px -4px rgba(8,8,8,1);
    -webkit-box-shadow: 2px 6px 22px -4px rgba(8,8,8,1);
}

.foreningsblokk:hover {
    opacity: .95;
}

.foreningsblokk .et_pb_toggle_content {
    padding: 0 1.5rem 1.5rem;
}

.foreningsblokk h2 {
    font-size: 1.5rem;
    padding: 1.5rem;
}

.foreningscontainer a {
    color: #fff;
    font-size: 1.3rem;
    border-bottom: 2px solid transparent;
}

.foreningscontainer a:hover {
    background-color: transparent;
    border-bottom: 2px solid #fff;
}


/* SOPP */

.foreningsblokk svg,
.foreningsblokk i,
.for-sale-block svg,
.for-sale-block i {
	float:right;
}

.sopp-page-blokk {
    margin-bottom: 3rem;
}



/* HVEM ER VI */

.ansatt {
    margin-top: 3rem;
}

.ansatt img {
    height: 200px;
    border-radius: 50%;
}

.ansatte-container h2 {
    margin-top: 5rem;
}

.ansatt h3 {
    font-size: 1.3rem;
    font-weight: 700;
}

.ansatt p {
    color: #333;
    font-size: 1rem;
}

p.bio-ansatt {
    font-size: .9rem;
    color: #717171;
}

.ansatt a {
	font-size: .9rem;
}

.styre-container p {
    color: #333;
}

p.ansatt-kontaktinfo {
    padding-bottom: .5rem;
}

p.ansatt-telefon {
    margin-bottom: .3rem;
}

span.not-grey {
    display: inline-block;
    color: #333;
}

.ansatt svg,
.single-leder svg {
    height: 17px;
    vertical-align: middle;
    padding-right: .5rem;
}

/* REPORT */

.report-block {
    margin-bottom: 2rem;
}

.report textarea {
    height: 150px;
    background-color: #fafafa;
    padding: .5rem .5rem;
    border: 1px solid #cacece;
    margin-top: 1rem;
}

.report-info-container {
	background-color: #00800047;
	padding: 2rem;
}

.report-info-text {
    font-size: 1rem;
}

.report-block input {
    width: 4rem;
}

/* NYTT SEPTEMBER 2019 */
#annet-sprak-fritekst {
			border: 0;
		border-bottom: 2px solid #138039;
		background: #fff;
		padding: 0rem .5rem 0;
		width: 0rem;
		margin-left:1rem;
		transition: ease-in-out .5s;
		font-size: 1rem;
	}

	.reveal-if-active {
		opacity: 0;
		max-height: 100px;
		overflow: hidden;
		display: inline;
		transform-origin: left center;
		transition: 0.5s;
	}

	#annet-check:checked ~ .reveal-if-active {
		opacity: 1;
		max-height: 100px;
		overflow: visible;
	}

	#annet-check:checked ~ .reveal-if-active #annet-sprak-fritekst,input:checked ~ .reveal-if-active input {
    width: 10rem;
    transition: ease-in-out .5s;
}


#annet-sprak-fritekst:active, #annet-sprak-fritekst:focus {
    outline: 0;
}

.report-heading {
	font-weight: 700;
}


/* RADIO BUTTONS */

.radio {
  margin: 0.5rem;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  background-color: #138039;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
	border-color: #138039;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #138039;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}

.radio input {
	width: 1.4rem;
	z-index: 999;
}

/* ACF MAP */

.acf-map.initiated{
  width: 100%;
  height: 400px;
  margin-top: 3rem;
}

.acf-map img {
  max-width: inherit !important;
}
.temp-map{
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin-top: 3rem;
}
.temp-map button{
  color: #fff;
  border: 0;
  background-color: #ef7e1d;
  padding: 0.6rem 1.2rem;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  position: absolute;
}
.temp-map:hover img{
  opacity: .9;
}
.temp-map:hover button{
  background-color: #ef7e1ddb;
}

/* JS TOGGLER */
.et_pb_toggle_content {
    display: none;
}

.et_pb_toggle_close .fa-angle-up,
.et_pb_toggle_close .fa-minus {
    display: none;
}

.et_pb_toggle_open .fa-angle-up,
.et_pb_toggle_open .fa-minus {
    display: inline-block;
}

.et_pb_toggle_close .fa-angle-down,
.et_pb_toggle_close .fa-plus {
    display: inline-block;
}

.et_pb_toggle_open .fa-angle-down,
.et_pb_toggle_open .fa-plus {
    display: none;
}

/* MEDLEMSKAP */

.medlem-intro-box {
	margin-bottom: 3rem;
}

.robot-bait {
	display: none;
}

select.input_req.sign_up_membership_organisation,
select.change_membership_organisation,
select.input_req.sign_up_gender,
select.sign_up_membership_year,
select.change_membership_year,
select.sign_up_membership_year_household,
select.input_req.sign_up_event_alternatives,
select.sign_up_event_year {
		padding: .3rem;
    background-color: #fafafa;
}

.existing-member-container {
    margin: 2rem 0 4rem;
}

select.medlemskap-select {
    float: right;
    font-size: 1rem;
    font-family: 'Montserrat', sans-serif;
    padding: .3rem;
    margin-top: .5rem;
}

.sign_up_membership_invoice_email,
.sign_up_membership_email_household {
	margin-bottom: 1rem;
}

.member-description,
.report-description {
    display: inline-block;
    width: 16rem;
}

.membership-col h2 {
	margin-bottom: 1rem;
}

.membership-col h3 {
    font-size: 1.2rem;
}

.membership-block {
    margin: 2rem 0 0;
}

.household-element h3{
	display:inline-block;
}

.membership-standard-width,
.order_name,
.order_email,
.order_address,
.order_place {
    width: 13rem;
}

.sign_up_membership_year,
.sign_up_membership_year_household,
.change_membership_year,
.sign_up_membership_zip_code,
.change_membership_zip_code,
.sign_up_gender,
.order_zip_code  {
    width: 6rem;
}

.change_membership_telephone,
.sign_up_membership_telephone,
.order_telephone {
    width: 8rem;
}

.sup-header-button {
    margin-right: 1rem;
		width: 31%;
}

.membership-active-button {
	  background-color: #ef7e1ddb !important;
}

.membership-button-section {
    text-align: center;
}



/* TIL SALGS /BUTIKK */

.for-sale-block {
    margin-bottom: 1rem;
    border-bottom: 1px solid #333;
		cursor: pointer;
		padding-bottom: 1rem;
}

.for-sale-content {
    margin-top: 1rem;
}


.for-sale-block h2 {
	font-size: 1.5rem;
	padding: 1.5rem 0;
	font-weight: 500;
}

.order-summary-block h3 {
    margin-bottom: 1rem;
}

.for-sale-block img {
    max-height: 350px;
    width: auto;
    max-width: 100%;
    display: block;
    margin: auto;
}

input.add_product {
    width: 4rem;
}

.for-sale-block .orange-button-shadow {
    box-shadow: none;
    padding: .4rem;
}

h4.cart-product-item {
    font-size: 1.2rem;
		margin-top: 1.5rem;
}

h4.cart-total {
    margin-top: 2rem;
}

.shopping-cart svg {
    font-size: 1.4rem;
    cursor: pointer;
    margin-right: .5rem;
    background-color: #ef7e1d;
    padding: .3rem;
    vertical-align: middle;
    color: #fff;
}

.number-of-products {
    margin-right: .8rem;
}

.order-summary-block {
    margin-top: 3rem;
}

.membership-message {
    margin-top: 6rem;
    padding: 2rem;
}

.membership-message p {
	margin-bottom: 0;
}

.positive {
	background-color: #00800047;
}

.negative {
	background-color: #ff00006e;
}

label.order_medlem {
    display: block;
}

.bestillingsbox {
		background-color: #00800075;
  	padding: 4rem;
  	margin: 2rem;
  	display: block;
}

img.thumbnailstorepic {
	display: inline-block;
    height: 5rem;
    width: auto;
    float: left;
    margin-right: 1rem;
}
/* Blogg */
.single-post-header {
    height: 400px;

}

.single-post-header-container {
	margin-bottom: 2rem;
}

.single-blog-post-container h1 {
    margin-bottom: 1rem;
}

.ingress p {
    font-size: 1.2rem;
    font-weight: 700;
}


/* 404 page */

.firenullbox {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.firenullfire img {
    height: 250px;
    display: block;
    margin: auto;
}

/* WP-ACTIVATE */

.wp-activate-container {
	  padding: 6rem;
		text-align: center;
}

/* UNDERFORENINGSPESIFIKK CSS */

#wp-admin-bar-new-content {
  display:none;
}

.logo {
   margin-top: .4rem;
 }

 .blogg-placeholder-img {
   max-height: 350px;
   display: block;
   margin: auto;
 }

.underforeningsnav,
.underforeningsfooter {
 background-color: #13392e !important;
}


.fp-container {
    margin-bottom: 6rem;
}

.fp-container .fp-section-3 h3 {
    margin-top: 0;
}

.blogg-image {
    height: 300px;
    transition: all 0.5s ease;
}

.blogg-overlay {
    height: 300px;
    overflow: hidden;
   margin-bottom:1rem;
}

.blog-post {
 transition: all 0.5s ease;
}

.blog-post:hover .blogg-image {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-post:hover {
 opacity: .9;
 transition: all 0.5s ease;
}

.blog-post {
 padding-bottom: 2rem;
}

.blog-post h3 {
    font-weight: 700;
}

.blog-post a:hover {
    color: #333;
}

.sub-page-container {
    padding: 6rem 0 6rem;
}

.wizizite {
    padding-bottom: 0;
}

.vizivigg-seksjon img {
    display: block;
    margin: auto;
}

.min-konto-title {
  display: flex;
  justify-content: center;
}

.leader-tables {
  display: flex;
  justify-content: space-around;
  font-family: 'Montserrat', sans-serif;
  padding: 3% 3% 5% 3%;
}

.upcoming-events {
  display: flex;
  flex-direction: column;
  width: 33%;
}

.upcoming-events > p {
  font-size: 13px;
}

.past-events {
  display: flex;
  flex-direction: column;
  width: 45%;
}

.past-events > p {
  font-size: 13px;
}

.upcoming {
  border-collapse: collapse;
  margin: 1.5625rem 0;
  font-size: 1rem;
  min-width: 28.125rem;
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.15);
  color: #111;
  background-color: #f2f2f2;
}

.upcoming > thead > tr {
  background-color: #212934;
  color: #ffffff;
  text-transform: uppercase;
}

.upcoming th {
  padding: 1rem 1.5rem;
}

.upcoming td {
  padding: 2rem 1.5rem;
}

.upcoming > tbody > tr {
  border-bottom: 0.5px solid #ffffff;
  font-size: 0.85rem;
}

.upcoming > tbody > tr:hover {
  background-color: #e2e2e2;
  transition: .15s ease-in-out all;
}

.upcoming > tbody > tr > .title > a {
  font-weight: 500;
  color: #ef7e1d;
  font-size: 0.9rem;
}

.upcoming > tbody > tr:last-of-type {
  border-bottom: 4px solid #212934;
}

.past {
  border-collapse: collapse;
  margin: 1.5625rem 0;
  font-size: 1rem;
  min-width: 28.125rem;
  box-shadow: 2px 4px 20px rgba(0, 0, 0, 0.15);
  color: #111;
  background-color: #f2f2f2;
}

.past > thead > tr {
  background-color: #212934;
  color: #fff;
  text-transform: uppercase;
}

.past th {
  padding: 1rem 1.5rem;
}

.past td {
  padding: 2rem 1.5rem;
}

.past > tbody > tr {
  border-bottom: 0.5px solid #ffffff;
  font-size: 0.85rem;
}

.past > tbody > tr:hover {
  background-color: #e2e2e2;
  transition: .15s ease-in-out all;
}

.past > tbody > tr > .title > a {
  font-weight: 500;
  color: #ef7e1d;
  font-size: 0.9rem;
}

.past > tbody > tr:last-of-type {
  border-bottom: 4px solid #212934;
}

.past > tbody > tr > td.report {
  padding: 0;
}

.past > tbody > tr > td.report > a,
.past > tbody > tr > td.report > button {
  border: 0;
  outline: 0;
  width: 6.25rem;
  height: 3.75rem;
  cursor: pointer;
  background: #c91818;
  color: #fff;
  font-family: 'Montserrat', sans-serif;display: inline-block;
    padding: 20px 0;
    text-align: center;
}

.past > tbody > tr > td.survey {
  padding: 0 0.5rem;
}

.past > tbody > tr > td.survey > a,
.past > tbody > tr > td.survey > button {
  border: 0;
  outline: 0;
  width: 8.75rem;
  height: 3.75rem;
  cursor: pointer;
  background: #138039;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
    padding: 20px 0;
    text-align: center;
}

.past > tbody > tr > td.report > button:hover {
  background-color: #c91818de;
  transition: .1s ease-in-out all;
}

.past > tbody > tr > td.survey > button:hover {
  background-color: #207c40d4;
  transition: .1s ease-in-out all;
}


.product-type-pw-gift-card .variations .label {
    color: #060606;
    padding: .2em .6em .3em 0;
  }
.product-type-pw-gift-card.single-product-nb input {
      width: 100%;
  }
.product-type-pw-gift-card #pwgc-message {
    display: block;
    height: 100px;
    width: 100%;
    padding: 0.5rem 0.5rem;
    background-color: #fafafa;
    border: 1px solid #cacece;
    font-size: 0.8rem;
}
#pwgc-redeem-form #pwgc-redeem-gift-card-number {
    width: calc(100% - 92px);
}
/*###############################################################*/
/*###############################################################*/
/*                                                               */
/*                                                               */
/*    MEDIA QUERIES  -  Ingen annen CSS beyond this point!!!     */
/*                                                               */
/*                                                               */
/*###############################################################*/
/*###############################################################*/

@media only screen and (max-width : 1600px) {
	/* GLOBAL */
	.h1, h1 {
    font-size: 2.8rem;
	}

	.h2, h2 {
    font-size: 2rem;
	}

	/* HEADER */

	nav#site-navigation {
		padding: 0 4rem;
	}

	.menu-item {
		font-size: 1.1rem;
		padding-left: 3.5rem;
	}

	/* FRONT PAGE */


}

@media only screen and (max-width : 1400px) {
	/* GLOBAL */
	.h1, h1 {
    font-size: 2rem;
		margin-bottom: 1.5rem;
  }

  .h2, h2 {
    font-size: 1.5rem;
  }

	.h3, h3 {
		font-size: 1.2rem;
	}

	button.orange-button-shadow,
	input.orange-button-shadow {
		font-size: 1rem;
	}

	/* HEADER */
	nav#site-navigation {
		padding: 0 2rem;
	}

	.menu-item {
		padding-left: 2rem;
	}

	/* FOOTER */

	footer {
		    padding: 6rem 0;
	}

	/* FRONT PAGE */

	.fp-section-2 h2 {
    font-size: 1.5rem;
	}
}

@media only screen and (max-width : 1200px) {
	/* GLOBAL */
	.checkboxholder label {
			font-size: 1rem;
	}

	/* HEADER */
	.menu-item {
    padding-left: 1.5rem;
		font-size: 1rem;
	}

	.logo {
    margin-top: 1rem;
	}

	.logo svg {
    height: 3.5rem;
    vertical-align: middle;
	}

	/* FRONT PAGE */


	/* HVEM ER VI */
	.ansatt img {
    height: 170px;
	}

	/* KALENDER HVA SKJER*/
	h2.norwegianname,
	p.calendar-p-tittel {
    font-size: 1rem;
	}

	p.latinname {
		font-size: 16px;
	}

	p.calendar-p-region {
		font-size: .7rem;
	}
}

@media only screen and (max-width : 1000px) {

	/* GLOBAL */
	.breadcrumbs-container {
		padding-top: 5rem;
	}

	[type=checkbox], [type=radio] {
		width: 15px;
		height: 15px;
	}

	p {
    font-size: 16px;
	}

	.h3, h3 {
		font-size: 1rem;
	}

	.serviceboxlink h2 {
    font-size: 1.5rem;
	}

	button.orange-button-shadow, input.orange-button-shadow {
    font-size: .8rem;
	}

	.sub-page-container iframe {
		height:350px;
	}

	.firenullfire img {
    height: 200px;
	}

	.ikke-medlemsinfo {
		    font-size: 1rem;
	}
	/* HEADER */
	nav#site-navigation {
		position: fixed;
		height: auto;
	}

	.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
		background-color: #fff;
		width: 33px;
    height: 2px;
		border-radius: 0px;
	}

	button.hamburger:focus {
    outline: 0;
	}

	.logo {
    margin: .5rem 0 .5rem;
	}

	.logo img {
    height: 4rem;
	}

	.expandednav {
    height: 100vh !important;
	}

	button.hamburger {
    display: block;
    float: right;
    position: absolute;
		top: 26px;
		right: 18px;
		padding: 0;
	}

	ul#primary-menu {
    display: none;
		padding-left: 0;
		margin-top: 6rem;
	}

	.menytoggler {
		display: block !important;
	}

	.menu-primary-container {
		display: block;
		float: none;
	}

	.menu-item {
		padding-left: 0;
		font-size: 1.5rem;
		margin-bottom: 2rem;
		text-align: center;
		width: 100%;
		display: block;
	}

	/* FOOTER */

	footer {
		    padding: 4rem 0;
	}

	.footer-box li {
    font-size: .9rem;
	}

	footer h3 {
		font-size: 1.1rem;
	}

	.footer-circle {
    width: 2.5rem;
    height: 2.5rem;
		    margin-right: 1rem;
	}

	.footer-social svg {
		font-size: 1.1rem;
		margin-top: .5rem;
	}

	.footerlogo svg {
    height: 4rem;
	}

	button.password-button,
	footer button#wp-submit,
	.firenullfire button {
		padding: .6rem;
	}

	/* TIL SALG */

	.for-sale-block h2 {
    font-size: 1rem;
    padding: 1rem 0;
	}

	h4.cart-product-item {
    font-size: 1rem;
	}

	/* FRONT PAGE */
	.fp-section-1-box {
		width: 85%;
	}

	.fp-medlemsforening {
    height: 350px;
	}

	.fp-section-2, .fp-section-3, .fp-section-4, .fp-section-5, .fp-section-6 {
    padding: 3rem 0;
	}

	.bruk-naturen-box {
		margin-bottom:1rem;
	}

	.fp-section-1-box p {
    margin-bottom: 1rem;
	}

	.arrangement-box {
		height: 200px;
	}

	.arrangement-box-title {
		font-size: 1rem;
	}

	svg.arrangement-icons,
	.arrangement-box:hover svg.arrangement-icons {
		height: 50px;
	}

	.fp-section-6 img {
    max-height: 350px;
	}

	/* KALENDER HVA SKJER */
	.checkboxholder label,
	a.download-normlist,
	.fake-link,
	span.filter-item-text,
	.sorting-section {
		font-size: .7rem;
	}

	span.filter-item-text {
    padding-left: 0.2rem;
    vertical-align: 0px;
	}

	a.download-normlist,
	.fake-link span{
		border-bottom: 1px solid #138039;
	}

	.filter-container {
    margin-bottom: .2rem;
	}

	p.latinname,
	h2.norwegianname,
	.normlistestatus,
	p.calendar-p-tittel,
	p.calendar-p-beskrivelse,
	p.calendar-p-maned{
    font-size: .8rem;
	}

	p.calendar-p-dag {
    font-size: 2rem;
	}

	p.calendar-p-region {
		    font-size: .5rem;
				    padding: .3rem .4rem;
	}

	p.calendar-p-tittel {
		margin: .3rem 0 0;
	}

	.event-content h3 {
		font-size: 1.2rem;
	}

	/* SINGEL SOPP */
	.single-sopp-image-container .normlistestatus,
	p.vitenskapelig-navn {
		font-size: 1.2rem;
	}

	.single-sopp-image-container {
    margin-top: 1rem;
	}

	/* MEDLEMSKAP */

	.sup-header-button.orange-button-shadow.no-shadow {
		width: 30%;
		padding: .6rem .2rem;
	}

	/* PAGE BUILDER */

	.vizivigg-seksjon li {
    font-size: 16px;
	}

	/* TIL SALGS / BUTIKK */
	img.thumbnailstorepic {
		height: 3.5rem;
	}


}

@media only screen and (max-width : 768px) {

}

@media only screen and (max-width : 767px) {
	/* GLOBAL */
	.h1, h1 {
    font-size: 1.5rem;
		margin-bottom: 1rem;
	}

	.h2, h2 {
    font-size: 1.3rem;
	}

	button.orange-button-shadow, input.orange-button-shadow {
    font-size: .7rem;
	}

	table, thead, tbody, th, td, tr {
		display: block;
	}

	td:before {
		padding-right: 10px;
		font-weight: 700;
	}

	td:nth-of-type(1):before { content: "Tidspunkt:"; }
	td:nth-of-type(2):before { content: "Hvem:"; }
	td:nth-of-type(3):before { content: "Beskrivelse:"; }
	td:nth-of-type(4):before { content: "Varighet:"; }

	.table-tidspunkt,
	.table-dato,
	.table-beskrivelse,
	.table-varighet {
	    width: auto;
	}

	.vizivigg-seksjon th {
    display: none;
	}

	.table-data-rows {
		margin-bottom:2rem;
	}

	.sub-page-container {
    padding: 6rem 0 2rem;
	}

	.hoved-event,
	.report {
    padding: 6rem 0 2rem;
	}

	.servicearrow {
		display: none;
	}

	.servicecontainer {
    margin-bottom: 2rem;
	}

	.sub-page-header-bg {
		height: 250px;
	}

	.header-image-page {
    margin-top: 2rem;
	}

	.sub-page-container iframe {
		height: 250px;
	}

	#breadcrumbs li {
			font-size: .75rem;
	}

	/* HEADER */

	nav#site-navigation {
    padding: 0 1rem;
	}

	ul#primary-menu {
		margin-top: 4rem;
	}

	/* FRONT PAGE */
	.fp-section-1-box {
		width: 100%;
		line-height: 1.2;
	}

	.fp-section-1-box p {
		padding: 0 1rem;
	}

	.fp-section-2,
	.fp-section-3,
	.fp-section-4,
	.fp-section-5,
	.fp-section-6 {
		padding: 2rem 0;
	}

	.fp-section-3 h2,
  .fp-section-5 h2,
	.fp-section-6 h2 {
		margin-bottom: 2rem;
	}

	.fp-medlemsforening{
    height: 300px;
	}

	.fp-section-6 img {
    max-height: 250px;
    margin-bottom: 2rem;
	}


	.fp-section-3 h3 {
	    border-bottom: 2px solid #138039;
	}

	.fp-section-2 button {
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: 3rem;
	}

	/* MEDLEMSFORENINGENE */

	.foreningsblokk {
		margin-bottom: 2rem;
	}

	.foreningsblokk h2 {
    font-size: 1rem;
    padding: 1rem;
	}

	.foreningscontainer a {
		font-size: 1em;
	}

	.foreningsblokk .et_pb_toggle_content {
    padding: 0 1rem 1rem;
	}

	/* BUTIKK */

	.bestillingsbox {
    padding: 2rem;
        margin: 2rem 0;
	}

	.for-sale-block h2 {
    font-size: .9rem;
	}

	/* SURVEY */

	.survey-form-box {
    margin: 1.5rem 0;
	}

	.survey-form-box p {
		font-size: 1.2rem;
		padding-bottom: .5rem;
	}

	p.eval-small-q {
		font-size: 1rem;
	}

	.sub-survey-form-box {
    margin-bottom: 2rem;
	}

	.survey-form-box label {
    padding-left: 1rem;
    cursor: pointer;
    display: block;
	}

	.survey-intro-box {
		margin-bottom: 1.5rem;
	}

	/* FOOTER */

	footer {
		padding: 4rem 1rem 4rem 2rem;
	}

	.footer-box {
    padding-bottom: 2rem;
		padding-top: 2rem;
	}

	.footer-section-1 {
		margin-bottom: 0;
	}

	.soppforgiftning ol {
    margin-top: 0rem;
	}

	.soppforgiftning svg {
    margin-right: .5rem;
    height: 3rem;
	}

	/* HVEM ER VI */

	.ansatt img {
    height: 200px;
    display: block;
    margin: auto;
    margin-bottom: 1rem;
	}

	.ansatt h3 {
    font-size: 1rem;
	}

	/* OM OSS */

	.serviceboxlink h2 {
    font-size: .9rem;
		margin-bottom: 0;
	}

	.serviceboxcontent {
    padding-left: 1rem;
	}

	.serviceboxlink p {
    font-size: .8rem;
	}

	.iconbox svg {
    height: 35px;
		margin: 2rem 0;
	}

	/* SINGLE EVENT */

	.sign_up_warning {
		 padding: 1rem 1rem;
	}

	.event-content {
    margin-top: 1rem;
	}

	.single-event-info {
    margin-bottom: 3rem;
	}

  .event-content h3 {
		font-size: 1.2rem;
	}

	.participant-description {
	    display: inline-block;
	    width: 5rem;
	}

	.events-participants-row .form-row {
    display: block;
	}

	.events-participants-row .form-row.top label {
    display: block;
	}

	.robot-bait {
    display: none !important;
	}


	/* KALENDER HVA SKJER */
	.checkboxholder {
    margin-bottom: 2rem;
		padding-left: 2rem;
	}

	.grid-item-kalendar {
    margin-bottom: 2rem;
	}

	.fake-link {
    margin-bottom: .5rem;
	}

	a.download-normlist {
		display: none;
	}

	/* MEDLEMSKAP */
	.sup-header-button {
		margin-bottom: .5rem;
	}

	.sup-header-button.orange-button-shadow.no-shadow {
		width: 100%;
	}

	.housemember-container {
    margin-bottom: 2rem;
	}

	select.input_req.sign_up_membership_organisation,
	select.change_membership_organisation {
		width: 100%;
	}

	.member-description,
	.report-description {
		display: block;
	}

	.medlem-intro-box {
		margin-bottom: 2rem;
	}

	/* SINGLE SOPP */
	img.single-sopp-img {
		height: 250px;
	}

	.baguetteBox-button#close-button {
    top: 15px;
		right: calc(2% + 30px);
	}

	/* VAKTLISTE */

	.popup-vaktliste-content {
    display: inline-block;
	}

	.week-container ul {
		display: inline-block;
    width: 45%;
	}

}

@media only screen and (max-width : 480px) {

	/* GLOBAL */
	#breadcrumbs li {
    display: inline-block;
    margin-right: .2rem;
    font-size: .65rem;
	}

	.vizivigg-seksjon {
    margin-bottom: 1rem;
	}

	.image-luft-i {
    margin-bottom: -2rem;
	}

	.firenullfire img {
    height: 170px;
	}

	/* HEADER */

	.menu-item {
		font-size: 1.2rem;
    margin-bottom: 1.5rem;
	}

	/* FOOTER */
	footer {
    padding: 2rem 1rem 2rem 1rem;
	}

	.footer-box {
    padding-bottom: 1rem;
    padding-top: 1rem;
	}

	/* FRONT pAGE */
	.fp-section-3 img {
		width: 100%;
		height: auto;
	}

	/* KALENDER + NORMLISTE */

	.grid-item-soppleksikon {
		margin-bottom: 2rem;
	}

	p.latinname,
	h2.norwegianname,
	.normlistestatus,
	p.calendar-p-tittel,
	p.calendar-p-beskrivelse,
	p.calendar-p-maned {
		font-size: .7rem;
	}

	p.calendar-p-region {
		padding: .15rem .4rem;
	}

	.soppimgcontainer {
        height: 130px;
	}

	/* VAKTLISTE */
	.week-container {
		    padding: .5rem 1rem;
	}

	.mine-vakter-buttons {
    padding-top: 0;
	}

}


@media only screen and (max-width : 320px) {
	/* GLOBAL */
	.breadcrumbs-container {
    padding-top: 3.5rem;
	}

	.hoved-event,
	.report {
    padding: 4rem 0 2rem;
	}

	.h2, h2 {
    font-size: 1.2rem;
	}

	/* HEADER */
	.menu-item {
			margin-bottom: 1rem;
	}

	.logo svg {
    height: 2.5rem;
	}

	button.hamburger {
		top: 17px;
		right: 10px;
	}

	/* HVA SKJER OG SOPPLEKSI */

	.soppimgcontainer {
    height: 100px;
	}

	.grid-item-soppleksikon {
    margin-bottom: 1rem;
	}

	/* VAKTLISTE */
	.week-container ul {
		display: block;
		width: 50%;
	}

}

@media only screen and (min-width : 321px) and (orientation:landscape) and (max-device-width : 1000px) {

	/* HEADER */
	ul#primary-menu {
		margin-top: 0;
	}

	.menu-item {
    padding-left: 0;
    font-size: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    width: 100%;
    display: block;
	}

}
