@media only screen and (max-width: 767px) {
	.forsk-header-mobil img {
		max-width: 100%;
		height: auto;
	}

	#desktop-header-ad {
		display: none;
	}

	/* HEADER AND MENU STUFF */
	#masthead-other,
	#masthead {
		display: none;
	}

	#quick-search {
		display: none;
	}

	#mobile-stripe {
		/*background-color: var(--lightpink);*/
		background-color: #fff;
		display: flex;
		/*padding: 15px 25px 15px 25px;*/
		padding: 15px 15px 0 15px;
		position: relative;
		height: 30px;
	}

	#mobile-stripe > div {
		/*position: absolute;*/
	}

	#mobile-stripe > div:nth-child(2) {
		left: 23px;
		top: 17px;
	}

	#mobile-stripe > div:first-child {
		width: 50px;
		top: 19px;
	}

	#mobile-stripe img {
		width: 100%;
		height: auto;
	}

	#mobile-search {
		display: block;
	}

	#mobile-search-submit {
		height: 40px;
		width: 40px;
		border: none;
		margin: 0;
		border-left: none;
		border-right: none;
		background-color: transparent;
		color: #fff;
	}

	#mobile-search-input {
		margin: 0;
		border-radius: 0;
		width: 100%;
		border: none;
		padding: 10px;
		box-sizing: border-box;
		height: 40px;
		border-right: none;
	}

	#mobile-search-input:focus {
		outline: none;
	}

	#mobile-stripe-2 {
		display: grid;
  		grid-template-columns: 100%;
		padding: 15px 15px;
		border-bottom: 2px solid var(--darkgrey);
	}

	#mobile-logo-container {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
	}

	#mobile-logo-container > div:nth-child(1) {
		width: calc(100% - 68px);
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	#mobile-logo-container > div:nth-child(1) img {
		width: 240px;
	}

	#mobile-logo-container > div:nth-child(2) {
		width: 68px;
	}

	#mobile-logo-container > div:nth-child(2) img {
		width: 68px;
	}

	#mobile-stripe-2 img {
		/*max-width: 100%;*/
	}

	#mobile-masthead {
		box-sizing: border-box;
		position: relative;
		grid-template-columns: initial;
		display: block;
	}

	#mobile-masthead a:focus {
		outline: none;
		box-shadow: none;
	}

	#mobile-stripe img {
		max-width: 100%;
		height: 100%;
	}

	#hamburger-container {
		position: absolute;
	}

	#mobile-stripe > #mobile-slogan {
		width: calc(100% - 42px);
		display: flex;
		justify-content: right;
		display: none;
	}

	#mobile-stripe > #mobile-slogan a {
		color: rgb(60, 67, 74);
		text-decoration: none;
		font-size: 16px;
	}

	#mobile-stripe > #mobile-slogan > span:first-child {
		width: 25px;
		margin-right: 10px;
	}

	#mobile-stripe > #mobile-slogan > span:last-child {
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	#looking-glass-container {
		position: absolute;
	}

	#circle-container {
		width: 85px;
		height: 85px;
		position: absolute;
		right: 20px;
		top: 20px;
	}

	#masthead #slogan-container {
		display: none;
	}

	#mainmenu {
		display: none;
	}

	#logo-container {
		padding: 0;
		width: 71%;
	}

	#hamburger-menu {
		width: 100%;
		right: calc(0px - 100%);
		border-left: none;
		transition: right 0.1s;
	}

	#hamburger-menu.active {
		transition: right 0.1s;
	}

	#hamburger-container > img,
	#s-button {
		-webkit-tap-highlight-color: transparent;
	}

	#hamburgermeny {
		font-size: 1rem;
		line-height: 1.4;
	}

	/* SINGLE POST*/
	#single-title {
		padding: 10px;
	}

	figure.hovedbilde {
		margin: 0 -15px;
	}

	figure.hovedbilde figcaption {
		padding: 0 var(--36);
	}

	.faktaboks {
		margin: 0;
		width: 100%;
		margin-top: 15px;
	}

	#single-container {
		flex-direction: column;
	}
	#single-sidebar {
		flex: 0 0 auto;
		padding: 10px;
	}

	#single-main {
		padding: 0 15px;
		border-right: none;
		box-sizing: border-box;
	}

	.ff-header {
		word-spacing: normal;
		letter-spacing: normal;
	}

	.ff-lead {
		font-size: 22px!important;
		line-height: 28px!important;
	}

	#single-readmore {
		grid-template-columns: 1fr;
		padding: 15px;
		margin-top: 15px;
		row-gap: 15px;
		margin-bottom: 15px;
	}

	/*
	#single-readmore {
		grid-template-columns: 1fr;
		padding: var(--36);
		margin-top: var(--36);
		row-gap: var(--36);
		margin-bottom: var(--36);
	}
	*/

	#single-readmore h4 {
		font-size: 22px;
		line-height: 28px;
	}

	#featured-caption {
		clear: both;
		padding: 10px;
	}

	#single-readmore > .related-border {
		display: none;
	}

	/*
	#single-readmore a:nth-child(3n) .related-post {
		background-color: var(--orange);
		color: #fff;
	}
	*/

	.tag {
		margin: 0 10px 10px 0;
		font-size: 13px;
		padding: 5px 10px;
	}

	#single-tags {
		margin-top: var(--36);
	}

	.single-innsendt #single-container .byline-container .byline-bildekolonne {
		flex-basis: 90px!important;
	}

	.single-innsendt #single-main > *:nth-child(4) div {
		width: 100%;
	}

	.single-innsendt #single-main > .wp-block-group figure {
		display: none;
	}

	.single-innsendt #single-container .byline-container p {
		font-size: 18px;
		line-height: 25px;
	}

	.single-post #single-container p,
	.single-innsendt #single-container p {
		font-size: 20px;
		line-height: 1.4;
	}

	.single-post blockquote,
	.single-anmeldelse blockquote,
	.single-innsendt blockquote {
		margin-left: -15px;
		margin-right: -15px;
		background-color: #ff00000a;
		padding: var(--36);
		margin-top: var(--36);
		margin-bottom: var(--36);
	}

	.single-post blockquote p::before,
	.single-reportasje blockquote p::before,
	.single-anmeldelse blockquote p::before,
	.single-innsendt blockquote p::before {
		color: var(--black);
	}

	.single-post blockquote br,
	.single-anmeldelse blockquote br,
	.single-innsendt .ff-lead br,
	.single-innsendt blockquote br {
		content: "";
	}

	.single-post blockquote br:after,
	.single-anmeldelse blockquote br:after,
	.single-innsendt .ff-lead br:after,
	.single-innsendt blockquote br:after {
		content: " ";
	}

	.single-post blockquote p,
	.single-anmeldelse blockquote p,
	.single-innsendt blockquote p {
		color: var(--black)!important;
	}

	.single-anmeldelse .wp-block-columns {
		flex-direction: column-reverse;
	}

	.single-innsendt .byline-container {
		padding-top: 20px;
		padding-bottom: 20px;
		height: 132px;
	}

	.single-innsendt .byline-name {
		padding: 0;
	}

	.single-innsendt .byline-container img {
		width: 90px!important;
	}

	/* CATEGORY.PHP */
	#category-readmore {
		grid-template-columns: 1fr;
		padding: 10px;
		margin-top: 10px;
		row-gap: var(--36);
	}

	#category-container h1 {
		margin: 20px 0;
		line-height: 1.1;
		font-size: 26px;
	}

	#category-readmore > .related-border {
		display: none;
	}

	#category-main .nav-previous,
	#category-main .nav-next {
		margin: 0 10px;
	}

	/* FOOTER */
	#footer {
		padding: var(--36);
	}

	#footer p {
		font-size: 18px;
		line-height: 24px;
	}

	#footer :where(.wp-block-columns.is-layout-flex) {
		gap: 0;
	}

	#footer-container .wp-block-column p:last-child {
		margin-bottom: 0;
	}

	#footermeny {
		width: 100%;
	}

	#footer-container > .footer-cell {
		width: 100%;
	}

	#footer-menu-and-affiliations > * {
		width: 100%;
	}

	#footer-container > .footer-cell:first-child {
		text-align: center;
	}

	.footer-cell:nth-child(1) img {
		width: 80px;
	}

	#footer-menu-and-affiliations > div:last-child {
		padding-left: 0;
		margin-top: 20px;
	}

	#affiliations {
		display: block;
	}

	#footer-container {
		display: block;
	}

	#affiliations > div {
		margin-top: 15px;
	}

	#footer-menu-and-affiliations {
		flex-direction: column;
	}

	/*reportasje*/
	.editor-col-reportasje-container .wp-block-image.alignfull,
	.editor-col-reportasje-container .wp-block-image.alignwide {
		margin-left: -15px!important;
		width: 100vw;
	}

	.editor-col-reportasje-container .wp-block-image.aligncenter figcaption,
	.editor-col-reportasje-container .wp-block-image.alignfull figcaption,
	.editor-col-reportasje-container .wp-block-image.alignwide figcaption {
		margin: 15px;
		font-size: 18px;
		line-height: 1.4;
	}

	.single-reportasje #single-main .faktaboks {
		width: 100vw;
		margin-left: var(--n36);
		padding: var(--36);
	}

	.single-reportasje #single-main .faktaboks h4 {
		font-size: 22px;
		line-height: 27px;
	}

	.single-reportasje #single-main .ff-header {
		font-size: 40px !important;
		line-height: 1.1 !important;
		hyphens: auto;
	}

	.single-reportasje .ff-lead {
		display: none;
	}

	.single-innsendt #single-tags,
	.single-reportasje #single-tags {
		flex-direction: column;
		row-gap: 27px;
	}

	.single-innsendt #single-tags .tag,
	.single-reportasje #single-tags .tag {
		margin: 0;
		display: block;
		text-align: center;
		font-size: 21px;
		line-height: 25px;
		text-transform: capitalize;
		padding: 8px 30px;
	}

	.single-innsendt #single-tags a,
	.single-reportasje #single-tags a {
		text-decoration: none;
	}

	.single-reportasje .hovedbilde figcaption {
		text-align: left;
		padding: 0 15px 0 15px;
		font-weight: 300;
		margin: 35px 0 0 0;
		font-size: 20px;
		line-height: 26px;
		font-family: 'proxima-nova';
	}

	.single-reportasje .hovedbilde {
		margin-bottom: var(--27);
	}

	.single-reportasje #single-main > div:nth-child(4) {
		padding-top: var(--27);
		margin-bottom: var(--27);
		border-bottom: 1px solid var(--orange);
	}

	.single-i_samtale #single-main .byline-name,
	.single-reportasje #single-main .byline-name {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: var(--27);
	}

	#category-readmore h4,
	#single-readmore h4 {
		font-size: 26px!important;
		line-height: 1.2;
	}

	#category-nav {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 389px) {
	#mobile-logo-container > div:nth-child(1) img {
		width: 82.5%;
	}
	#mobile-stripe > #mobile-slogan a {
		font-size: 13px;
	}
	#mobile-logo-container > div:nth-child(2) {
		width: 20.1%;
	}
	#mobile-logo-container > div:nth-child(2) img {
		width: 100%;
	}
}
