/******************************************************************
Stylesheet: Bakkenanlegg overrides

Moved verbatim from Appearance > Customize > Additional CSS.
Loaded after dist/styles/style.min.css, so these rules win.

Plain CSS on purpose: this file is NOT part of the gulp build and
is served directly from assets/styles/. Edit it and the change is
live, no npm install or gulp run required.
******************************************************************/

p {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

h2, h3 {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

#site-footer .box.information p {
	margin-left: 0px
}

ul {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-image {
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
}

.blocks-gallery-grid, .wp-block-gallery {
	margin-left: auto;
  margin-right: auto;
}

.services a img {
	max-width: 200px;
	max-height: 180px;
}

body.home .block-services .servicebox .services p {
	display: none;
}
body.home .block-services .servicebox .services .service-button {
	display: none;
}

.block-services .servicebox {
	margin-bottom: 80px;
}

body.post-type-archive-service .archive-wrapper .services {
	display: grid;
	display: flex;
	align-items: start;
	margin-left: auto;
	margin-right: auto;
}

Body.post-type-archive-service .archive-wrapper .services .image img {
	padding: 0px;
	width: 50%;
}

body.post-type-archive-service .archive-wrapper .services .image {
	min-height: auto;
	Max-width: 300px;
	background-color: transparent;
}

/*nyheter page*/
.page-id-999 .projects {
	margin-top: 103px!important;
}

@media (max-width: 767px) {
	body.post-type-archive-service .archive-wrapper .services {
		display: block;
		margin: 5em 0;
	}
	body.post-type-archive-service .archive-wrapper .services .image {
		margin-bottom: 1em;
	}
	Body.post-type-archive-service .archive-wrapper .services .image img {
		margin-left: 0px;
	}
	body.post-type-archive-service .archive-wrapper .services .content/sites/4 button {
		margin-top: 0px;
	}
	.block-services .servicebox .services a .img-box {
		min-height: 100px !important;
		margin-bottom: 10px;
	}
	.block-services .servicebox .services a img {
		max-height: 100px !important;
	}
}

@media (max-width: 520px) {
	Body.post-type-archive-service .archive-wrapper .services .image img {
		width: 100%;
		max-width: none;
		margin-left: auto;
		margin-right: auto;
	}
	body.post-type-archive-service .archive-wrapper .services .content/sites/4 h2 {
		text-align: center;
	}
	body.post-type-archive-service .archive-wrapper .services .image {
		margin-bottom: 1em;
		margin-left: auto;
		margin-right: auto;
		max-width: 150px;
	}
	body.post-type-archive-service .archive-wrapper .services .content/sites/4 {
		text-align: center;
	}
	.block-employees .employees {
		margin: auto;
	}
	.project-details {
	flex-direction: column !important;
	padding:0 10px 20px !important;
	}

	/*cookie consent*/
	.coi-consent-banner{
		top: 40px;
		background-color: transparent !important;
	}
	.coi-consent-banner__summary{
		padding-top: 10px !important;
		}
	.summary-texts__description {
    font-size: 10px !important;
	}

	h1 {
		line-height: 100% !important;
	}
	h2 {
  font-size: 1.5rem !important;line-height: 100% !important;
}
	h3 {
  font-size: 1.3rem !important;line-height: 100% !important;
}
}

.block-employees .employees {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 40px;
}

.block-employees .employees .single-employee .image {
	width: 100%
}

.block-services .servicebox .services a h4.services {
	text-align: center;
	background-color: transparent !important;
	padding: 0px !important;
}

.block-services .servicebox .services a .img-box {
	background-color: transparent !important;
	padding: 0px !important;
}

.block-services .servicebox .services:hover {
	opacity: 70%;
}

Body.post-type-archive-service .archive-wrapper .services .image .title {
	display: none;
}

.block-testimonials h3 {
	display: none;
}

.block-employees .employees .single-employee .information {
	width: 100% !important;;
}

.block-employees .employees .single-employee .information p {
	display: block !important;
}

.content/sites/4.cf .details {
max-width: 450px;
}

.information .badges img {
	max-width: 100px;
}

.page-id-1265 h4 {
	max-width: 780px !important;
	margin: 3rem auto 0;
}

.page-id-1265 .alignright {
	max-width: 50%;
}

.gavekort {
  background: #DAF7A6;
  padding: 10px 10px 20px;
  margin: 50px auto;
}

body.postid-1366 h3 {
  font-size: 1.6rem;
}

body.postid-1366 iframe {
  width: 400px;
  height: 400px;
}

@media only screen and (max-width: 600px) {
  body.postid-1366 iframe {
  width: 300px;
  height: 300px;
}
}

/* NEW JOB SITE */

.gformMain .gform_wrapper.gravity-theme .gfield--type-radio .gfield_label, .gformMain .gform_wrapper.gravity-theme .gfield--type-checkbox .gfield_label {
  line-height: 120% !important;
}

.gform_wrapper.gravity-theme .gsection {
    margin-top: 7vw !important;
    margin-bottom: 7vw !important;
}

body.page-template-career-page-template a {
  color: green;
}

body.page-template-career-page-template a:hover {
  color: black;
  text-decoration: none;
}

body.page-template-career-page-template h1.jobb-heading {
  font-size: 4rem !important;
  line-height: 100% !important;
}

body.page-template-career-page-template h2 {
	line-height: 140% !important;
	margin: 20px auto 40px !Important;
}

	body.page-template-career-page-template input, body.page-template-career-page-template textarea {
		font-size: 18px !important;
	}

.jobb-header {
  max-width: 800px !important;
}

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

body.page-template-career-page-template h1.jobb-heading {
  font-size: 2.4rem !important;
}

body.page-template-career-page-template h1 {
  font-size: 1.5rem !important;
  line-height: 130% !important;
  }
}

/* GREEN TO ORANGE */

#main-menu, .menu-header-menu-container, .block-cta.alignfull, #site-footer-outer, #site-header-inner .company-informations .kontakt .mail .icon, #site-header-inner .company-informations .kontakt .phone .icon {
	background-color: #e6c4a0 !important;
}


.logo {
	max-width: 420px;
}
