/*
 Theme Name:     Martin
 Description:    The latest theme for martinerichsen.dk
 Author:         Stefan Ristic
 Version:        1.0.0
*/

/* GENERAL */
/* Selvhostede fonte (tidligere Google Fonts @import) — woff2, font-display: swap */
@font-face {
	font-family: 'Cabin';
	font-style: italic;
	font-weight: 400 700;
	font-display: swap;
	src: url('/wp-content/themes/martin/fonts/Cabin-italic-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: 'Cabin';
	font-style: italic;
	font-weight: 400 700;
	font-display: swap;
	src: url('/wp-content/themes/martin/fonts/Cabin-italic-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Cabin';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('/wp-content/themes/martin/fonts/Cabin-normal-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: 'Cabin';
	font-style: normal;
	font-weight: 400 700;
	font-display: swap;
	src: url('/wp-content/themes/martin/fonts/Cabin-normal-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	src: url('/wp-content/themes/martin/fonts/SpaceGrotesk-normal-latin-ext.woff2') format('woff2');
	unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
	font-family: 'Space Grotesk';
	font-style: normal;
	font-weight: 300 700;
	font-display: swap;
	src: url('/wp-content/themes/martin/fonts/SpaceGrotesk-normal-latin.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
	scroll-behavior: smooth;
}
body {
	font-family: "Space Grotesk", sans-serif;
	font-optical-sizing: auto;
  	font-weight: normal;
  	font-style: normal;
	color: #303030;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 120%;
	font-weight: 600;
}
h1, h2, h3 {
	font-family: "Space Grotesk", sans-serif;
}
h4, h5, h6 {
	font-family: "Space Grotesk", sans-serif;
}
h1, h2 {
	letter-spacing: -4%;
}
h3, h4, h5, h6 {
	letter-spacing: -3%;
}
h1 {
	font-size: 56px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 14px;
}
a {
	color: #2A665A;
	text-decoration: underline;
}
a:hover {
	color: #AFC5C1;
}

p {
	margin-bottom: 20px;
	line-height: 140%;
}
p:last-child {
	margin-bottom: 0;
}
strong {
	font-weight: 600;
}
img {
	width: 100%;
}
td, th {
  line-height: 1.4;
}
.padding-fifty {
	padding: 50px 0;
}
.padding-eighty {
	padding: 80px 0;
}
.padding-ninety {
	padding: 90px 0;
}
.padding-remove {
	padding: 0;
}
.margin-remove {
	margin: 0;
}
.flex-opposite {
	flex-direction: row-reverse;
	margin: -4px 0 24px;
}
.flex-opposite-vertical {
	flex-direction: column;
}
.flex-justify-right {
	justify-content: right!important;
}
.paragraph-large {
	font-size: 24px!important;
}
.banner {
	height: 70vh;
}
.banner img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.beige-background {
	background: #F8F5F3;
}
.orange-title {
	color: #FF7642;
	font-size: 18px;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: "Space Grotesk", sans-serif;
  	font-weight: normal;
}
.read-more-button {
	color: #2A665A;
	font-weight: 700;
	font-size: 18px;
	line-height: 140%;
	margin-top: 20px;
  	display: block;
}
.inner-header, .inner-container, .inner-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	max-width: 1120px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.inner-footer {
	align-items: end;
}
/* Footer højre kolonne: links øverst, copyright nederst — alle højrestillet */
.footer-right {
	margin-left: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
}
.footer-legal {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 4px;
	font-size: 13px;
	font-family: "Space Grotesk", sans-serif;
}
.footer-legal .footer-legal-link,
.footer-legal .footer-legal-link:link,
.footer-legal .footer-legal-link:visited,
.footer-legal .footer-legal-link:hover,
.footer-legal .footer-legal-link:active,
.footer-legal .footer-legal-link:focus {
	color: #ffffff;
	text-decoration: none;
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	font: inherit;
	cursor: pointer;
}
.inner-container.block-display {
	display: block;
}
.inner-container.align-top {
	align-items: flex-start;
}

/* BLOCKQUOTE */
.blockquote-section {
	background-color: #2A665A;
	color: #fff;
}
.blockquote-section .inner-container {
  /* padding-left: 161px; */
  padding-left: 100px;
  position: relative;
  box-sizing: border-box;
}
.blockquote-section .inner-container::before {
	content: "";
    background-image: url('/wp-content/themes/martin/images/Subtitle.png');
	background-repeat: no-repeat;
	background-size: contain;
  	position: absolute;
	left: 0;
	top: 10px;
	/* width: 118px;
	height: 93px; */
	width: 66px;
  	height: 52px;
}
.blockquote-section blockquote {
	font-size: 24px;
	line-height: 140%;
}
.blockquote-section blockquote iframe {
	display: block;
}
.blockquote-section h4 p {
	font-size: 18px;
	font-weight: 500;
	margin-top: 15px;
	line-height: 200%;
}
/* BLOCKQUOTE end */
/* LIGHT BLOCKQUOTE */
.light.blockquote-section {
	background-color: #F9F6F4;
  	color: #2A665A;
}
.light.blockquote-section .inner-container {
	padding-left: 271px;
}
.light.blockquote-section .inner-container::before {
	left: 170px;
  	height: 61;
  	width: 77;
}
.light.blockquote-section blockquote {
	line-height: 120%;
	font-weight: 600;
}
/* LIGHT BLOCKQUOTE end */
/* SMALL BLOCKQUOTE */
.small-quotes blockquote {
	font-size: 18px;
  	line-height: 140%;
	position: relative;
	padding-top: 52px;
}
.small-quotes-inner iframe {
	width: 100%;
}
.author-info {
	display: flex;
	margin-top: 32px;
	align-items: center;
}
.author-info img {
	margin-right: 10px;
	max-width: 70px;
	height: auto;
	filter: grayscale(1);
  	opacity: 0.4;
}
.small-quotes .author {
	font-size: 16px;
	line-height: 200%;
}
.small-quotes .authors-location {
	font-size: 16px;
	line-height: 140%;
	font-weight: 600;
	opacity: 0.5;
}
.small-quotes blockquote::before {
	content: "";
	background-image: url('images/small-quotes.png');
	position: absolute;
	width: 39px;
	height: 30px;
	top: 0;
}
/* SMALL BLOCKQUOTE end*/

/* ONE THIRD TWO THIRDS */
.one-third-two-thirds .image {
	width: 31.5%;
}
.one-third-two-thirds .text {
	width: 65.7%;
}
.one-third-two-thirds p {
	font-size: 18px;
	line-height: 140%;
}
/* ONE THIRD TWO THIRDS end */

/* FORM */
.form-section p {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 140%;
}
.form-section .inner-container {
  background-color: #2A665A;
  margin-bottom: 80px;
  color: #fff;
  padding: 32px 40px 40px;
  align-items: unset;
  box-sizing: border-box;
}
.form-section-text {
	width: 30%;
}
.form {
	width: 66.9%;
}
.form-section h3 {
	letter-spacing: -5%;
}
form li input, form li select, form li textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  text-indent: 0 !important;
  padding: 20px 0 !important;
  width: 100% !important;
  color: #fff;
  outline: none;
}
form input::placeholder, form li select, form textarea::placeholder {
	color: #fff;
	opacity: 1;
	font-weight: 600;
}
form input:focus, form textarea:focus {
	outline: none;
}
form li.gfield.gplaceholder  {
	margin-bottom: 30px;
}
.hide_label label {
	display: none!important;
}
.form-checkbox {
  position: absolute;
  width: 31%;
}
.form-checkbox label {
	font-weight: 400;
}
.gform_footer.top_label {
	text-align: right;
	padding: 0!important;
	margin-top: 30px;
}
.gform_footer.top_label input {
	font-family: 'Space Grotesk';
	font-size: 18px !important;
	color: #2A665A;
	background-color: #C4F336;
	padding: 18px 83px !important;
	border-radius: 60px;
	font-weight: 600;
	border: 2px solid #C4F336;
}
.gform_footer.top_label input:hover {
	background-color: #fff;
	color: #AFC5C1;
}
form li select, .gform_footer.top_label input {
	cursor: pointer;
}
form li select option {
	background: #fff;
	color: #303030;
	font-weight: 400;
}
form li select option:hover {
	background: #F6F6F6;
}
.form-section .gform_wrapper {
	max-width: unset!important;
	margin: 0;
}
.form-section .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
	width: 46.4%!important;
	margin-bottom: 30px;
}
.form-section .gform_wrapper .top_label li.gfield.gf_left_half {
	margin-right: 7.2%;
}
.form-section .gform_wrapper .gform_heading {
	display: none;
}
.form-section .gform_wrapper label.gfield_label + div.ginput_container {
	margin-top: 0;
}


/* #input_1_3::focus ::placeholder {
	display: none;
	color: transparent;
}

#field_1_3::focus label {
	display: block;
}
input:placeholder-shown {
	border: 5px solid red;
}
form label {
	display: block;
}


.gfield_description {
	display: block;
}

input:placeholder-shown .gfield_description {
	border: 5px solid red;
} */

/* FORM end */

/* FAQ */
.faq-section .left h3 {
	font-size: 56px;
	color: #2A665A;
	letter-spacing: -4%;
	margin: 0px 3.6% 16px 0;
}
.faq-section p {
	font-size: 24px;
  	line-height: 140%;
  	color: #1E1E1E;
}
.faq-section .left {
	width: 46.5%;
}
.faq-section .right {
	width: 48.3%;
}
.faq-section .right p {
	font-size: 16px;
}
.faq-section .right .faq-item:not(.faq-section .right .faq-item:last-child) {
	margin-bottom: 28px;
}
.faq-section .right a {
	font-size: 16px;
	font-weight: 600;
	color: #2A665A;
	position: relative;
	padding-left: 32px;
}
.faq-section .right a:before {
	content: "";
	background-image: url('/wp-content/themes/martin/images/arrow-right.png');
	position: absolute;
	width: 24px;
	height: 25px;
	top: 0;
	left: 0;
}
.faq-section .right .faq-item h4 {
	font-size: 40px;
	letter-spacing: -4%;
	color: #1E1E1E;
	opacity: 0.2;
	cursor: pointer;
	transition: opacity 0.4s;
}
.faq-section .right .faq-item h4:last-child {
	margin-bottom: unset;
}
.faq-section .right .faq-item h4.active {
	opacity: 1;
	margin-bottom: 18px;
	transition: opacity 0.4s;
}
/* .faq-answer {
	display: none;
}

.faq-answer.open {
	display: block;
} */
/* FAQ end*/

/* ANIMATION EFFECTS */
.animation .animation-img {
	overflow: hidden;
}
.animation .animation-img {
	transition: 0.3s;
}
.animation .animation-img img {
	border-radius: 0;
	transition: 0.3s;
	scale: inherit;
}
.animation:hover .animation-img {
	transition: 0.3s;
	border-radius: 60px;
}
.animation:hover .animation-img img {
	transition: 0.3s;
	scale: 1.1;
}
.animation .animation-text, .animation .animation-text h2, .animation .animation-text h3, .animation .animation-text p {
	color: #303030;
	text-decoration: none;
	transition: 0.3s;
}
.animation .animation-text h2, .animation .animation-text h3, .animation .animation-text h2 a, .animation .animation-text h3 a {
	cursor: pointer;
}
.animation .animation-text .lecture-title {
	cursor: pointer;
}
.all-thirds.animation {
	cursor: pointer;
}
.animation:hover .lecture-category span, .animation:hover .animation-text h2, .animation:hover .animation-text h3, .animation:hover .animation-text .lecture-title a {
	color: #2A665A!important;
	text-decoration: underline;
	transition: 0.3s;
}
/* Wrapper <a> around lecture-excerpt should NOT underline on hover */
.animation:hover .animation-text > a:not(.lecture-title a),
.animation:hover .animation-text .lecture-excerpt,
.animation:hover .animation-text .lecture-excerpt p { text-decoration: none !important; }

.animation:hover .animation-text p {
	color: #2A665A!important;
	text-decoration: none;
	transition: 0.3s;
}
.animation:hover .animation-text .orange-title {
	color: #FF7642;
	text-decoration: none;
}
/* ANIMATION EFFECTS end */

/* GENERAL end */

/* HEADER */
header .inner-header {
	position: relative;
}
.hamburger-menu, .checkbox {
    display: none; /* Hidden by default */
}
header li {
	display: inline-block;
	margin-right: 50px;
}
header li:last-child {
	margin-right: unset;
}
header li a {
	color: #1e1e1e;
	font-size: 16px;
	text-decoration: none;
	font-weight: 500;
}
header li a:hover {
	color: #1e1e1e;
}
header .contact-menu-item a {
	color: #fff;
	padding: 18px 38px;
	display: inline-block;
	border-radius: 60px;
	background-color: #2A665A;
	border: 2px solid #2A665A;
}
header .contact-menu-item a:hover {
	background: #fff;
	color: #2A665A;
}
/* HEADER end */

/* FRONT PAGE */
/* SLIDER */
.front-page .banner .inner-container {
	max-width: 1160px;
	margin: auto;
	text-align: left;
	color: #fff;
	display: flex;
	justify-content: left;
	align-items: stretch;
	height: 100%;
	box-sizing: border-box;
}
.front-page .banner .inner-container h2 {
	font-family: "Space Grotesk", sans-serif;
	font-size: 76px;
	font-weight: 600;
	color: #FFFC98;
	align-self: center;
	margin-top: 50px;
	width: 100%;
}
.slide-content p {
	font-size: 24px;
	line-height: 140%;
	filter: drop-shadow(0px 0px 2px #000);
	margin: 0 11%;
	align-self: end;
}
.front-page .banner h2 span {
	display: block;
	line-height: 100%;
	letter-spacing: -5%;
}
.title-left {
	margin-right: 43%;
}
.title-right {
	margin-left: 31%;
}
.title-left-second {
	margin-right: 40%;
}
.slider-subtitle {
  font-size: 15px;
  text-transform: uppercase;
  line-height: 120%;
  letter-spacing: 0;
}
.front-page .slider-container {
	position: relative;
	margin: auto;
	overflow: hidden; /* Hide overflow for the sliding effect */
}
.front-page .slider {
	display: flex;
	transition: transform 0.5s ease-in-out; /* Smooth transition for sliding */
	height: 100%;
}
.front-page .slide {
	width: 100%;
	flex-shrink: 0;
	background-repeat: no-repeat;
  	background-size: cover;
	background-position: center;
}
.front-page .slide img {
	width: 100%;
	height: auto;
}
.front-page .dots {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
}
.front-page .dot {
	height: 15px;
	width: 15px;
	margin: 0 5px;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.5;
	cursor: pointer;
}
.front-page .dot.active {
	width: 45px;
	border-radius: 20px;
	background-color: #fff;
  	opacity: 1;
}
/* SLIDER end */
.front-page .first-section p {
  font-size: 24px;
  line-height: 140%;
}
.fordrag-section h3, .workshops-section h3, .about-martin h3, .kunder-section h3, .form-section h3 {
	font-family: "Space Grotesk", sans-serif;
	font-size: 40px;
	line-height: 120%;
	letter-spacing: -2%;
	margin-bottom: 18px;
	font-weight: 600;
}
.front-page .first-section .orange-title {
	margin-bottom: 30px;
}
.hp-links {
  text-decoration: none;
}
.front-page .fordrag-section p, .workshops-section p, .about-martin p {
	font-size: 18px;
	line-height: 140%;
}
.front-page .fordrag-section .text, .workshops-section .text, .about-martin .text {
	width: 43%;
}
.fordrag-section .inner-container, .workshops-section .inner-container, .about-martin .inner-container, .wider-section .inner-container {
	flex-wrap: unset;
}
.workshops-section .image {
	text-align: right;
}
.front-page .about-martin img {
  object-position: top;
}
.kunder-section {
	text-align: center;
}
.kunder-section .inner-container {
	max-width: 1176px;
}
.kunder-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.kunder-images a {
	display: flex;
	margin: 0px 28px 50px;
	background: transparent;
	width: 140px;
	height: 140px;
	justify-content: center;
	align-items: center;
	position: relative;
	cursor: pointer;
	text-decoration: none;
	z-index: 1;
}
.kunder-images a:hover {
	z-index: 50;
}
.kunder-images img {
	width: 100px;
	height: auto;
	filter: grayscale(1);
	opacity: 0.4;
	/* Multiply-blend fjerner hvid GIF-baggrund mod sidens baggrund,
	   så logoer ikke længere ser ud som hvide kasser. */
	mix-blend-mode: multiply;
	transition: filter 0.25s ease, opacity 0.25s ease;
}
.kunder-images a:hover img {
	filter: none;
	opacity: 1;
	mix-blend-mode: normal;
}
.kunder-images .kunder-quote {
	display: block;
	position: absolute;
	top: calc(100% + 8px);
	left: 50%;
	transform: translateX(-50%) translateY(8px);
	background: #2A665A url('/wp-content/themes/martin/images/Subtitle.png') no-repeat 0.5cm 18px;
	background-size: 20px auto;
	color: #fff;
	/* 0.5cm venstre-margin før citat-tegn + 20px ikon + 12px luft = tekst starter her */
	/* 0.5cm højre-margin efter tekst (sættes dynamisk via JS) */
	padding: 16px 0.5cm 16px calc(0.5cm + 20px + 12px);
	border-radius: 8px;
	font-family: "Space Grotesk", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.45;
	text-decoration: none;
	text-align: left;
	white-space: normal;
	max-width: 440px;
	/* width sættes dynamisk via JS efter hover — falder tilbage til max-content hvis JS er deaktiveret */
	width: max-content;
	text-wrap: balance;
	box-sizing: border-box;
	box-shadow: 0 8px 22px rgba(0,0,0,0.18);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.2s ease, transform 0.2s ease;
	z-index: 10;
}
.kunder-images a:hover .kunder-quote {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}
/* Første kolonne (1, 7): venstre-justér tooltip med logo-vignettets venstre kant */
.kunder-images a:nth-child(6n+1) .kunder-quote {
	left: 0;
	transform: translateX(0) translateY(8px);
}
.kunder-images a:nth-child(6n+1):hover .kunder-quote {
	transform: translateX(0) translateY(0);
}
/* Sidste kolonne (6, 12): højre-justér tooltip med logo-vignettets højre kant */
.kunder-images a:nth-child(6n) .kunder-quote {
	left: auto;
	right: 0;
	transform: translateX(0) translateY(8px);
}
.kunder-images a:nth-child(6n):hover .kunder-quote {
	transform: translateX(0) translateY(0);
}

/* Dynamisk flip-up: når JS detekterer at logo er nær viewport-bund, tilføjes .flip-up */
.kunder-images a.flip-up .kunder-quote {
	top: auto;
	bottom: calc(100% + 8px);
}
/* Center-kolonner (default) når flip-up: */
.kunder-images a.flip-up .kunder-quote {
	transform: translateX(-50%) translateY(-8px);
}
.kunder-images a.flip-up:hover .kunder-quote {
	transform: translateX(-50%) translateY(0);
}
/* Første kolonne + flip-up: venstre + opad */
.kunder-images a:nth-child(6n+1).flip-up .kunder-quote {
	transform: translateX(0) translateY(-8px);
}
.kunder-images a:nth-child(6n+1).flip-up:hover .kunder-quote {
	transform: translateX(0) translateY(0);
}
/* Sidste kolonne + flip-up: højre + opad */
.kunder-images a:nth-child(6n).flip-up .kunder-quote {
	transform: translateX(0) translateY(-8px);
}
.kunder-images a:nth-child(6n).flip-up:hover .kunder-quote {
	transform: translateX(0) translateY(0);
}
.kunder-section h3 {
	color: #2A665A;
	margin-bottom: 10px;
}
.kunder-section p {
	margin-bottom: 70px;
	font-size: 18px;
	line-height: 140%;
}
.front-page .animation .animation-img img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
.hp-links span {
	color: #2A665A;
	font-weight: 700;
	font-size: 18px;
	line-height: 140%;
	text-decoration: underline;
}
.front-page .animation:hover .animation-text span {
	color: #AFC5C1!important;
}
/* FRONT PAGE end */

/* ABOUT PAGE */
.mobile-show {
	display: none;
}
.about-page h1 {
	margin-bottom: 50px;
}
.team-section h4 {
	margin-bottom: 40px;
}
.about-page .form-section .inner-container {
	margin-top: 80px;
}
.about-page .list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about-page .list .item {
	color: #3F756A;
	line-height: 140%;
	font-weight: 600;
	padding: 15px 0 15px 50px;
	width: 47%;
	display: inline-flex;
	align-items: center;
	position: relative;
	box-sizing: border-box;
}

.about-page .list .item:before {
	content: "";
	background-image: url('/wp-content/themes/martin/images/white-arrow.png');
	position: absolute;
	width: 29px;
	height: 29px;
	left: 0px;
	background-color: #3F756A;
	border-radius: 60px;
	background-repeat: no-repeat;
	background-position: center;
}


/* ABOUT PAGE end */

/* FORDRAG PAGE */
.foredrag-page .text h1, .workshop-page .text h1 {
	font-family: 'Space Grotesk', sans-serif;
	font-size: 40px;
	margin-bottom: 20px;
}
.all-thirds {
	margin-bottom: 70px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
.all-thirds.animation a {
  text-decoration: none;
}
.foredrag-page .image img, .workshop-page .image img  {
	width: 100%;
	height: auto;
}
.foredrag-page .orange-title, .workshop-page .orange-title {
	margin-bottom: 8px;
}
.foredrag-page .lecture-title, .workshop-page .lecture-title {
	margin-bottom: 8px;
}
.foredrag-page .lecture-title a, .workshop-page .lecture-title a {
	color: #1e1e1e;
	text-decoration: none;
}
.lecture-excerpt * {
	font-family: "Space Grotesk", sans-serif!important;
	font-size: 18px!important;
	line-height: 140%;
	color: #1e1e1e!important;
}
.lecture-excerpt ul {
	margin-bottom: 16px;
}
.lecture-category, .lecture-category {
	font-weight: 600;
	line-height: 120%;
	color: #2A665A;
	font-size: 18px;
	margin-top: 16px;
}
.lecture-category span:not(.lecture-category span:last-child) {
	margin-right: 12px;
}
/* FORDRAG PAGE end */

/* SINGLE LECTURES */
.banner-fi  {
	background-repeat: no-repeat;
  	background-size: cover;
	background-position: center center;
	height: calc(70vh + 38px);
}
.banner-fi .banner-inner {
	max-width: 1160px;
	margin: auto;
	text-align: left;
	color: #FFFC98;
	display: flex;
	justify-content: left;
	align-items: center;
	height: 100%;
	box-sizing: border-box;
	padding: 0 20px;
}
.banner-fi .banner-inner h2 {
	font-size: 60px;
	line-height: 100%;
	letter-spacing: -5%;
}
.banner-inner:has(h2.align-right) {
  justify-content: right;
}
.foredrag-single-page .banner-inner h2.align-right, .workshop-single-page .banner-inner h2.align-right {
	text-align: right;
}
.foredrag-single-intro .inner-container {
	align-items: flex-end;
}
.foredrag-single-intro h1 {
	margin: -4px 0 24px;
}
.foredrag-single-intro .paragraph-large {
	font-weight: 600;
	margin-bottom: 24px;
}
.workshop-single-page a, .foredrag-single-page a {
	text-decoration: none;
}
/* .foredrag-single-intro ul {
	display: flex;
} */
.foredrag-single-intro ul li {
	font-weight: 600;
	line-height: 120%;
	color: #2A665A;
	margin-right: 16px;
}
.lecture-single .full-width {
	width: 100%;
 }
.lecture-single .full-width, .lecture-single .image, .lecture-single .text {
	padding: 40px 0;
}
.lecture-single .text {
	margin: auto 0 auto auto;
}
.inner-container.padding-bottom {
	padding-bottom: 80px;
}
.foredrag-single-page h3, .workshop-single-page h3 {
	margin-bottom: 30px;
}
.list ul {
  background-color: #F9F6F4;
  padding: 30px 4% 0px;
}
.list ul li {
  color: #2A665A;
  line-height: 140%;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  padding-left: 40px;
}
.list ul li::before {
	content: "";
	width: 18px;
	height: 18px;
	background-color: #2A665A;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
}
.visit-contact {
	width: 31.5%;
	background: #2A665A;
	padding: 30px 30px 33px;
	color: #fff;
	box-sizing: border-box;
	border-radius: 20px;
}
.visit-contact p {
	margin-bottom: 28px;
	font-size: 16px;
}
.visit-contact a {
	color: #2A665A;
	background-color: #fff;
	text-decoration: none;
	font-size: 18px;
	line-height: 120%;
	font-weight: 600;
	display: block;
	text-align: center;
	padding: 20px 0;
	border-radius: 60px;
}
.wider-section .inner-container  {
  /* max-width: 1200px; */
  position: relative;
  /* left: 2%; */
}
.wider-section .title p {
	font-size: 16px;
  	opacity: 0.5;
  	margin-top: 8px;
}
.wider-section .text.small-quotes {
	display: flex;
	width: 65.7%;
}
.text.small-quotes .small-quotes-inner {
	width: 50%;
}
.small-quotes .small-quotes-inner:first-child {
	margin-right: 32px;
}
.author-info .small-quotes-inner p {
	margin: 0;
}
.lecture-single:last-child {
	padding-bottom: 0;
}
.lecture-single blockquote {
	background-color: #F9F6F4;
	color: #2A665A;
	width: 100vw;
  	margin-left: calc((-100vw + 100%) / 2);
  	margin-right: calc((-100vw + 100%) / 2);
	padding: 80px 0;
	margin-top: 20px;
	margin-bottom: 30px;
}
.lecture-single blockquote p {
	font-size: 32px;
	line-height: 120%;
	max-width: 1120px;
	margin: 0 auto;
	/* padding-left: 271px; */
	padding-left: 81px;
	box-sizing: border-box;
	position: relative;
	padding-right: 20px;
}
.lecture-single blockquote p:before {
	content: "";
	background-image: url('/wp-content/themes/martin/images/Subtitle.png');
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	/* left: 170px; */
	left: 0;
	top: 14px;
	/* height: 61px;
	width: 77px; */
	height: 50px;
  	width: 64px;
}
.lecture-single ol li {
  margin-bottom: 50px;
}
/* SINGLE LECTURES end */

/* ERFARING */
.erfaring-intro h1 {
	font-family: "Space Grotesk", sans-serif;
}
.erfaring-intro p {
	margin: 20px 0;
}
.references-quotes {
	padding-top: 0;
}
.single-quote {
	padding: 40px 0;
  	border-bottom: 1px solid #cbcbcb;
}
.author p {
	margin: 0;
}
.erfaring-page .kunder-section h2 {
	font-size: 56px;
	font-weight: 500;
	line-height: 120%;
	letter-spacing: -4%;
	color: #2A665A;
	margin-bottom: 70px;
  }
/* ERFARING end */

/* Ensartet h1-font-size (40px) og afstande i alle topmenu-intro-
   sektioner. Reference: Workshops-siden (.workshop-page).
   Overskriver desktop-default h1 { font-size: 56px }, global
   .orange-title { margin-bottom: 20px } og .front-page-override
   samt side-specifikke p-margins (.erfaring-intro, .blog-intro,
   .about-intro). */
.one-third-two-thirds .text > .orange-title {
	margin-bottom: 8px;
}
.one-third-two-thirds .text > h1 {
	font-size: 40px;
	margin: 0 0 24px;
}
.one-third-two-thirds .text > h1 + p,
.one-third-two-thirds .text > h1 + .paragraph-large {
	margin-top: 0;
}

/* INSPIRATION(BLOG) */
.blog-intro .text p {
	margin: 24px 0 40px;
}
.category-filter a {
    text-decoration: none;
	padding: 10px 20px;
	display: inline-block;
	color: #2A665A;
	border: 1px solid;
	border-radius: 60px;
	margin: 0 30px 20px 0;
	line-height: 120%;
	font-weight: 600;
}
.category-filter a.active {
    background: #2A665A;
  	color: #fff;
	border-color: #2A665A;
}
.padding-eighty.posts:not(.related-posts) {
	padding-top: 0;
	margin-top: -20px;
}
.posts .post {
	width: 30%;
	margin-bottom: 80px;
}
.post .post-thumbnail {
	margin-bottom: 24px;
}
.post .post-thumbnail a {
	display: block;
}
.post .post-thumbnail img{
	width: 100%;
	height: auto;
}
.posts .post .orange-title {
	margin-bottom: 8px;
	line-height: 120%;
	font-weight: 600;
	display: inline-block;
}
.post h3 a {
	font-size: 24px;
	line-height: 120%;
	letter-spacing: -0.04em !important;
	color: #1e1e1e;
	text-decoration: none;
}
.post p {
	margin: 8px 0 24px;
}
.post-tags a {
	font-weight: 600;
	line-height: 120%;
	color: #2A665A;
	font-size: 18px;
	letter-spacing: -4%;
	display: inline-block;
	text-decoration: none;
	margin: 0 4px 8px 0;
}
.pagination {
	width: 100%;
}
.nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
}
.erfaring-page .nav-links {
	margin-top: 30px;
}
.erfaring-page .nav-links span:first-child {
	margin-left: 0;
}
.page-numbers:not(.dots) {
	color: #2A665A;
	line-height: 120%;
	border-radius: 60px;
	text-decoration: none;
	border: 1px solid;
	display: flex;
	width: 38px;
	height: 38px;
	justify-content: center;
	align-items: center;
	margin: 0 15px;
}
.page-numbers.current {
	background-color: #2A665A;
	color: #fff;
	border-color: #2A665A;
}
.prev.page-numbers, .next.page-numbers {
	display: none;
}
/* INSPIRATION(BLOG) end */

/* SINGLE POST */
/* .single-post-content {
	max-width: 1120px;
  	margin: auto;
	padding: 0 20px;
} */
/* .single-post-content-inner {
	width: 65.7%;
	margin: auto 0 auto auto;
} */
.single-blog-page section:first-child, .single-references-page section:first-child {
	padding-bottom: 0;
}
.single-blog-page section:nth-child(2), .single-references-page section:nth-child(2) {
	padding-top: 20px;
}
/* .single-blog-page ol {
	padding-top: 30px;
  	padding-bottom: 20px;
} */
.single-blog-page p {
	font-size: 18px;
}
/* Ældre artikler bruger <div align="left"> i stedet for <p>. Sikrer samme    */
/* font-size, line-height og margin som <p>, så alle artikler ser ens ud      */
/* uanset HTML-struktur (matcher global p-regel: line-height 140%, mb 20px).  */
.single-blog-page .single-post-content-inner > div[align],
.single-blog-page .single-post-content-inner > div:not([class]) {
	font-size: 18px;
	line-height: 140%;
	margin-bottom: 20px;
}
/* 9 ældre artikler har hele indholdet pakket i én ydre <div>/<div align>-    */
/* wrapper, så reglerne for direkte børn ikke rammer de indre blokke — lead-  */
/* h2 og brødtekst klistrede sammen. Giv blokke ét niveau nede samme          */
/* typografi og afstande som direkte børn.                                    */
.single-blog-page .single-post-content-inner > div[align] > div[align],
.single-blog-page .single-post-content-inner > div:not([class]) > div[align] {
	font-size: 18px;
	line-height: 140%;
	margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
	.single-blog-page .single-post-content-inner > div[align] > h2:not(:empty),
	.single-blog-page .single-post-content-inner > div:not([class]) > h2:not(:empty) {
		margin-bottom: 30px;
	}
	/* Hero-billedet i en div[align]-wrapper (direkte barn eller nestet): samme  */
	/* 30px under billedet som <p>-wrappede heroes får. Den generelle div[align]- */
	/* regel (20px) vinder ellers over "> *"-reglen pga. højere specificitet.     */
	.single-blog-page .single-post-content-inner > div[align]:has(img[fetchpriority]),
	.single-blog-page .single-post-content-inner > div[align] > div[align]:has(img[fetchpriority]),
	.single-blog-page .single-post-content-inner > div:not([class]) > div[align]:has(img[fetchpriority]) {
		margin-bottom: 30px;
	}
}
.single-post-content td {
	padding: 20px 20px;
}
/* Datatabeller (stil A): fed header-række med grøn linje + tynde streger mellem  */
/* rækker. 1-celle-infobokse har kun én række og rammes ikke af tr + tr-reglen.   */
.single-post-content th {
	padding: 20px 20px;
	font-weight: 600;
	text-align: left;
	border-bottom: 2px solid #2A665A;
}
.single-post-content table tr + tr td,
.single-post-content table tr + tr th {
	border-top: 1px solid #E3DCD4;
}
.single-post-content table {
	background-color: #F8F5F3!important;
	width: 740px !important;
  	transform: translate(25.7%);
}
.single-post-content blockquote p {
	font-size: 32px;
	max-width: 1120px;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}
.single-post-content blockquote p::before {
	content: "";
	background-image: url('/wp-content/themes/martin/images/Subtitle.png');
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: -110px;
	height: 61px;
	width: 77px;
}
.related-posts h2 {
	width: 100%;
	margin-bottom: 50px;
}
ol {
	list-style: decimal;
}
ol li {
	padding-left: 32px;
	text-indent: 0px;
	margin-left: 35px;
	position: relative;
	line-height: 140%;
	margin-bottom: 25px;
}
ol li::marker {
	color: #2A665A;
}
ol li::before {
	content: '';
	width: 46px;
	height: 46px;
	border: 1px solid #2A665A;
	border-radius: 50%;
	position: absolute;
	left: -36px;
	top: -13px;
}
.single-blog-page ul {
	/* Fix dobbelt-prik: browserens disc-marker var aktiv oven i den grønne ::before-prik */
	list-style: none;
}
.single-blog-page ul li {
	color: #303030;
	line-height: 140%;
	font-weight: 400;
	margin: 14px 0;
}
/* Korte nøgleords-lister beholder sitets grønne, fede udtryk (klasse sættes i HTML) */
.single-blog-page ul.keyword-list li {
	color: #2A665A;
	font-weight: 600;
}
.single-blog-page ul li::before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #2A665A;
	display: inline-block;
	border-radius: 50%;
	margin-right: 12px;
}

/* SINGLE POST end */

.workshop-single-page table {
	background-color: transparent!important;
}
.workshop-single-page table ol li span {
	display: none;
}

/* SINGLE REFERENCES POST */
.single-references-page .wp-post-image {
	width: auto;
}
/* SINGLE REFERENCES POST end */

/* CONTACT PAGE */
.contact-page .one-third-two-thirds p {
	margin-top: 20px;
}
/* CONTACT PAGE end*/

/* ERROR PAGE */
.error-page p, .page-page p {
	margin: 20px 0;
  }
/* ERROR PAGE end */

/* FOOTER */
footer {
	background-color: #303030;
  padding: 92px 0 100px 0;
}
footer, footer li a {
  color: #fff;
}
footer li a {
	line-height: 140%;
  	text-decoration: none;
  	margin-bottom: 12px;
  	display: inline-block;
}
.footer-widget-inner.first ul {
	margin-top: 24px;
  	margin-left: -3px;
}
.footer-widget-inner.first ul li {
	background-color: transparent;
}
.footer-widget-inner.first ul li a {
	padding: 0;
}
.footer-widget h4 {
	line-height: 140%;
  	font-weight: bold;
  	margin-bottom: 28px;
}
.footer-widgets {
	display: flex;
	justify-content: space-between;
}
.footer-widget-inner {
	width: 23.4%;
}
.third-footer-widget li a, .third-footer-widget h4 {
	color: #ffefef;
}
.footer-widget-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 140%;
}
/* FOOTER end */

/* RESPONSIVE */

@media only screen and (min-width: 769px) {
	.erfaring-page .pagination {
		display: flex;
		justify-content: end;
	}
	.erfaring-page .nav-links {
		justify-content: left;
		width: 65.7%;
	}
	.erfaring-page .nav-links.single .nav-links {
		justify-content: left;
		width: 100%;
	}
}

@media only screen and (min-width: 993px) {
	header nav ul {
		height: 100px;
  		display: flex;
	}
	header li {
		display: flex;
		height: 100%;
		align-items: center;
		box-sizing: border-box;
		border-bottom: 5px solid transparent;
	}
	header li.current_page_parent,  header li.current-menu-item:not(.contact-menu-item) {
		border-bottom: 5px solid #2A665A;
	}
}
@media only screen and (min-width: 1200px) {
	.single-post .single-post-content-inner > *, .single-references .single-post-content-inner {
		max-width: 1160px;
		box-sizing: border-box;
		margin: auto;
		padding-left: 400px;
		padding-right: 20px;
		margin-bottom: 30px;
	}
	.single-post .single-post-content-inner .test:has(img) {
		padding-left: 20.3% !important;
		padding-right: 0;
		max-width: 100% !important;
	}
	.single-post .single-post-content blockquote {
		padding-left: 300px;
	}
	.img-auto img {
		width: auto;
	}
}

/* Extra large devices (large laptops and desktops, 1600px) */
@media only screen and (max-width: 1600px) {
	h2 {
		font-size: 32px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
	body p {
		font-size: 16px;
	}
	.front-page .first-section p {
		font-size: 18px;
	}
	.paragraph-large {
		font-size: 18px !important;
	  }
}

/* Large devices (large laptops and desktops, 1200px) */
@media only screen and (max-width: 1200px) {
	header li {
		margin-right: 30px;
	}
	header .contact-menu-item a {
		padding: 16px 32px;
	}
	.front-page .banner h2 span {
		line-height: 75%;
	}
	.front-page .animation-img {
		width: 45%;
	}
	.blockquote-section .inner-container::before {
		left: 20px;
	}
	.single-post-content {
		padding-left: 20px;
		padding-right: 20px;
	}
	.single-blog-page .one-third-two-thirds .text, .single-references-page .one-third-two-thirds .text {
		width: 100%;
	}
	.single-post-content table {
		background-color: #F8F5F3 !important;
		width: unset;
		transform: unset;
	}
}
/* Large devices (large laptops and desktops, 1024px) */
@media only screen and (max-width: 1024px) {
	.banner {
		height: unset;
	}
	.banner img {
		height: auto;
	}
	.front-page .slider {
		height: 70%;
	}
	.front-page .banner .inner-container h2 {
		margin-top: 0;
	}
	.slide-content p {
		font-size: 22px;
	}
	.banner-fi  {
		height: calc(60vh + 38px);
	}
	.banner-fi .banner-inner h2 {
  		font-size: 50px;
	}
}
/* Larger devices (laptops/desktops, 992px) */
@media only screen and (max-width: 992px) {
	/* header .menu {
		width: 75%;
	}
	header .menu ul {
		text-align: right;
	} */
	/* header .contact-menu-item {
		margin-top: 10px;
	}
	header .contact-menu-item a {
		padding: 9px 24px;
	} */
	header {
		padding: 20px 0;
	}
	.blockquote-section blockquote {
		font-size: 28px;
	}
	/* MENU */
	.padding-eighty, .padding-ninety {
		padding: 48px 0;
	}
	.front-page .banner .inner-container.padding-eighty {
		padding: 80px 20px;
	}
	.slide-content p {
		font-size: 20px;
		margin: 0 2%;
	}
	div.logo {
		width: 100%;
	}
	div.logo img {
		width: 122px;
	}
	header .menu {
		width: 100%;
	}
	.hamburger-menu {
        cursor: pointer;
		position: absolute;
		top: 10px;
		right: 20px;
		height: 23px;
		width: 30px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
    }
	.hamburger-menu .line {
		display: block;
		width: 100%;
		height: 3px;
		background-color: #2A665A;
	}
	.hamburger-menu .line2 {
		width: 24px;
	}
	.checkbox {
		position: absolute;
		display: block;
		height: 32px;
		width: 32px;
		top: 0;
		right: 20px;
		z-index: 5;
		opacity: 0;
		cursor: pointer;
	}
	.hamburger-menu .line1 {
		transform-origin: 0% 0%;
		transition: transform 0.4s ease-in-out;
	  }
	.hamburger-menu .line2 {
		transition: transform 0.2s ease-in-out;
	  }
	.hamburger-menu .line3 {
		transform-origin: 0% 100%;
		transition: transform 0.4s ease-in-out;
	}
	header .menu input[type="checkbox"]:checked ~ .hamburger-menu .line1 {
		transform: rotate(45deg);
	}
	header .menu input[type="checkbox"]:checked ~ .hamburger-menu .line2 {
		transform: scaleY(0);
	}
	header .menu input[type="checkbox"]:checked ~ .hamburger-menu .line3 {
		transform: rotate(-45deg);
	}
	.header-menu-list.active {
		display: block;
    	margin: 65px 0;
	}
	.header-menu-list {
		display: none;
	}
    .header-menu-list li {
		margin: 0;
		display: block;
    	text-align: left;
    }
	header li a {
		color: #2A665A;
		font-size: 36px;
		font-weight: 600;
		line-height: 160%;
	}
	header .contact-menu-item a {
		padding: 0;
		color: #2A665A;
		background-color: unset;
		border: none !important;
	}
	header .contact-menu-item a:hover {
		color: #C4F336;
	}
	.front-page .banner .inner-container h2 {
		font-size: 80px;
	}
	/* MENU end */
}

/* Medium devices (landscape tablets, 768px) */
@media only screen and (max-width: 768px) {
	/* FRONT PAGE */
	.slider-subtitle {
		display: none;
	}
	.front-page .banner .inner-container h2 {
		font-size: 60px;
		margin: 0 0 20px;
	}
	.front-page .slider {
		height: 60%;
	}
	.front-page .banner .inner-container.padding-eighty {
		padding: 50px 20px 80px;
	}
	.front-page .banner h2 span {
		line-height: 80%;
	}
	.title-left {
		margin-right: 30%;
	}
	.title-right {
		margin-left: 20%;
	}
	.title-left-second {
		margin-right: 15%;
	}
	.slide-content p {
		margin: 0px 4% 30px;
	}
	.front-page .dots {
		bottom: 24px;
	}
	.fordrag-section h3, .workshops-section h3, .about-martin h3 {
		font-size: 24px;
	}
	.fordrag-section h3, .workshops-section h3, .about-martin h3 {
		font-size: 32px;
		margin: 24px 0 8px;
	}
	.fordrag-section .inner-container, .workshops-section .inner-container, .about-martin .inner-container, .wider-section .inner-container {
		flex-wrap: wrap;
	}
	.front-page .animation-img {
    	width: unset;
  	}
	.fordrag-section .image img, .workshops-section .image img, .about-martin .image  img {
		width: 100%;
	}
	.kunder-section h3 {
		margin-top: 0;
	}
	.kunder-section p {
		margin-bottom: 40px;
	}
	.kunder-images {
		margin-left: -20px;
  		margin-right: -20px;
	}
	.kunder-images a {
		margin: 0px 10px 20px;
		width: 100px;
		height: 100px;
	}
	.kunder-images img {
		width: 85%;
	}
	.front-page .fordrag-section .text, .workshops-section .text, .about-martin .text {
		width: 100%;
	}
	.front-page .fordrag-section p, .workshops-section p, .about-martin p {
		font-size: 16px;
	}
	.workshops-section .inner-container {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.blockquote-section .inner-container {
		padding-left: 20px;
		padding-top: 70px;
	}
	.blockquote-section .inner-container::before {
		left: 20px;
		top: 0;
		width: 60px;
		height: 47px;
	}
	.blockquote-section blockquote {
		font-size: 18px;
	}
	.blockquote-section h4 p {
		font-size: 18px;
		line-height: 140%;
	}
	.form-section .inner-container {
		margin-left: 20px;
		margin-right: 20px;
		flex-direction: column;
		padding-left: 20px;
  		padding-right: 20px;
		margin-bottom: 48px;
	}
	.form-section-text, .form {
		width: 100%;
	}
	.form-section .gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
		width: 100%!important;
	}
	.form-section .gform_wrapper .top_label li.gfield.gf_left_half {
		margin-right: 0;
	}
	#gform_fields_1 li {
		margin-bottom: 20px;
	}
	.form-checkbox {
		position: relative;
	}
	.gform_footer.top_label input {
		width: 100%;
	}
	footer {
		padding: 40px 0;
	}
	.footer-widgets {
		flex-direction: column;
	}
	.footer-widget-inner {
		width: 100%;
		padding-bottom: 50px;
	}
	.footer-widget-inner:last-child {
		padding-bottom: 0;
	}
	.kunder-section p {
		margin-bottom: 70px;
		font-size: 16px;
	}
	/* FRONT PAGE end */

	/* FORDRAG */
	.one-third-two-thirds .title, .one-third-two-thirds .image, .one-third-two-thirds .text, .faq-section .left, .faq-section .right {
		width: 100%;
	}
	.fordrag-section h3, .workshops-section h3, .about-martin h3, .kunder-section h3, .form-section h3 {
		font-size: 24px;
	}
	h1 {
		font-size: 40px;
		margin-bottom: 30px;
	}
	.padding-fifty {
		padding: 40px 0;
	}
	.banner img {
		min-height: 170px;
	}
	.banner-mobile img {
		min-height: 250px;
		max-height: 300px;
	}
	.all-thirds {
		flex-direction: column;
	}
	.all-thirds .image {
		margin-bottom: 24px;
	}
	.faq-section .inner-container {
		flex-direction: column;
	}
	.faq-container .faq-item:first-child {
		margin-top: 16px;
	}
	.faq-section .left h3 {
		font-size: 40px;
		margin: 0 0 16px;
	}
	.faq-section .right .faq-item h4 {
		font-size: 24px;
	}
	.faq-section .right .faq-item h4.active {
		margin: 16px 0 18px;
	}
	.banner-fi, .banner-fi .banner-inner  {
		height: unset;
		min-height: 14ch;
	}
	.banner-fi .banner-inner h2 {
  		font-size: 40px;
		margin: 40px 0;
	}
	/* FORDRAG end */

	/* ABOUT PAGE */
	.mobile-hide {
		display: none;
	}
	.mobile-show {
		display: block;
	}
	.about-page .img-auto img {
		width: 100%;
	}
	.about-intro {
		flex-direction: column-reverse;
	}
	.about-intro .img-auto.mobile-show {
		position: relative;
		width: 83%;
		left: 78px;
		margin: 48px 0 48px;
	}
	.team-section h4 {
		margin-bottom: 40px;
	}
	.team-section .img-auto {
		position: relative;
		width: 83%;
		left: -62px;
		margin-bottom: 48px;
	}
	.about-page .list .item {
		color: #3F756A;
		line-height: 140%;
		font-weight: 600;
		padding: 15px 0 15px 50px;
		width: 100%;
	}
	.img-auto img:not(.footer-widget img) {
		width: 100%;
	}
	/* ABOUT PAGE end */

	/* ERFARING */
	.erfaring-page .kunder-section h2 {
		font-size: 40px;
	}
	/* ERFARING end */

	/* INSPIRATION */
	.blog-page .category-filter {
		display: flex;
		overflow: auto;
	}
	.posts .post {
		width: 100%;
		margin-bottom: 64px;
	}
	.posts .post:last-child {
		margin-bottom: 44px;
	}
	.page-numbers:not(.dots) {
		margin: 0px 10px;
	}
	/* INSPIRATION end */

	/* WORKSHOP FORDRAG SINGLE */
	.wider-section .inner-container {
		left: unset;
	}
	.wider-section .text.small-quotes {
		width: 100%;
	}
	.wider-section .text.small-quotes {
		flex-direction: column;
	}
	.text.small-quotes .small-quotes-inner {
		width: 100%;
	}
	.small-quotes .small-quotes-inner:first-child {
		margin-right: 0;
	}
	.small-quotes-inner:first-child {
		margin-bottom: 50px;
	}
	.foredrag-single-intro .inner-container {
		align-items: center;
		flex-direction: column-reverse;
	}
	.visit-contact {
		width: 100%;
		margin-top: 30px;
	}
	.lecture-single blockquote p {
		padding: 70px 20px 0;
	}
	.lecture-single blockquote p::before {
		left: 20px;
		height: 47px;
		width: 60px;
		top: 0;
	}
	.lecture-single blockquote p {
		font-size: 24px;
	}
	iframe {
		width: 100%;
	}
	/* WORKSHOP FORDRAG SINGLE end */
	.form-checkbox {
		width: 100%;
	}
	.single-post-content-inner {
		width: 100%;
	}
	.single-post-content blockquote {
		margin-left: unset;
	}
	.single-post-content blockquote p {
		font-size: 24px;
		max-width: 100%;
		padding-top: 70px;
	}
	.single-post-content blockquote p::before {
		left: 0;
		height: 47px;
		width: 60px;
		top: 0;
	}
	.single-post-content table {
		width: 100%!important;
	}
	.single-post-content table tr, .single-post-content table td {
		display: block;
		width: 100%!important;
		box-sizing: border-box;
		text-align: left;
	}
}

/* Small devices (portrait tablets and large phones, 600px) */
@media only screen and (max-width: 600px) {
	.front-page .banner .inner-container h2 {
		font-size: 40px;
	}
	.inner-footer {
		flex-direction: column;
  		align-items: center;
	}
	.footer-logo {
		margin-bottom: 40px;
	}
	.banner-fi .banner-inner h2 {
  		font-size: 30px;
   	 	margin: 60px 0;
	}
}

/* Extra small devices */
@media only screen and (max-width: 400px) {
	.front-page .banner .inner-container h2 {
		font-size: 35px;
	}
	.front-page .banner h2 span {
		line-height: 90%;
	}
	.front-page .slider {
		height: 50%;
	}
	.slide-content p {
		font-size: 16px;
	}
	.banner-fi .banner-inner h2 {
  		font-size: 22px;
	}
}
/* RESPONSIVE end */


select:before {
	content: '<div>';
	display: block;
}
select:after {
	content: '</div>';
	display: block;
}
select option:first-child:before {
	content: '<div>';
	display: block;
}
select option:last-child:after {
	content: '</div>';
	display: block;
}





.faq-answer {
	/* opacity: 0; */
	max-height: 0;
	overflow: hidden;
	/* transition: max-height 1s ease; */
  }
  
  .faq-answer.open {
	/* opacity: 1; */
	max-height: 500px; /* Adjust as needed based on the content size */
	transition: max-height 1.5s ease;
  }
  
  .faq-question.active {
	font-weight: bold; /* Optional: make the question bold when active */
  }
  




form li {
	position: relative;
}
form li label {
	position: absolute;
	top: -10px;
	cursor: text;
	width: 100%;
	padding: 20px 0;
	height: 100%;
  	box-sizing: border-box;
	height: 80px;
}
form li.text-area label {
	height: 105%;
	margin-top: -5px;
}
form li label.test {
	top: -30px;
	font-size: 12px;
	transition: 0.3s;
	height: auto;
}
form li.text-area label.test {
	top: -35px;
}

.gform_validation_error .validation_error {
	display: none;
}
.gform_validation_error .gfield_error, .gform_validation_error textarea {
	background: transparent !important;
	border: none !important;
}
.gform_validation_error .gfield_error input {
	border: none !important;
	border-bottom: 1px solid #FF7777!important;
}
.gform_validation_error .gfield_error .gfield_label, .gform_validation_error .gfield_required, .gfield_required {
	color: #fff!important;
}
.gform_validation_error .gfield_error .gfield_description.validation_message, .gform_validation_error  .gfield_error .instruction.validation_message {
	color: #FF7777;
}


.single-workshops ol {
  list-style: none;
  counter-reset: items;
}

.single-workshops ol li {
  counter-increment: items;
}

.single-workshops ol li:before {
  vertical-align: top;
  line-height: 45px;
  transform: translateY(-50%);
  top: 50%;
  text-align: center;
  content: counter(items);
  font-size: 15px;
  font-weight: bold;
  color: #2A665A;
}

/* === Site-wide smart-hide sticky top menu === */
html body > header {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 1000 !important;
  background: #fff;
  transition: transform 0.35s ease;
  will-change: transform;
}
html body.header-hidden > header {
  transform: translateY(-100%);
}

/* === Inspiration-artikel: ensartet billed-placering i tekstkolonnen === */
/* Mål: alle hero/content-billeder i Inspiration-artikler skal stå i samme    */
/* tekstkolonne (det højrestillede område med ~400px venstre-padding på       */
/* desktop), i samme størrelse som reference-artiklen                          */
/* /findes-der-privilegerede-teams/.                                           */
/*                                                                              */
/* Problem 1 (størrelse): Global "img { width: 100% }" stretcher billeder ud  */
/*   til containerens fulde bredde. Løses ved at tvinge "width: auto" så      */
/*   billedet rendres i sin native intrinsic størrelse (typisk 600px).         */
/*                                                                              */
/* Problem 2 (placering): Nogle artikler havde billedet wrappet i et element  */
/*   der ikke fik "padding-left: 400px"-reglen anvendt konsistent, så billedet*/
/*   stod for langt til venstre. Tvinger wrapper-elementet (p/h2/h3/div) til  */
/*   at respektere kolonne-padding, så billedet altid står i tekstkolonnen.   */
@media only screen and (min-width: 1200px) {
  .single-post .single-post-content-inner > p,
  .single-post .single-post-content-inner > h1,
  .single-post .single-post-content-inner > h2,
  .single-post .single-post-content-inner > h3,
  .single-post .single-post-content-inner > h4,
  .single-post .single-post-content-inner > div {
    max-width: 1160px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    padding-left: 400px;
    padding-right: 20px;
  }
}
.single-post .single-post-content-inner img.alignnone,
.single-post .single-post-content-inner img.aligncenter,
.single-post .single-post-content-inner img.alignleft,
.single-post .single-post-content-inner img.alignright {
  display: block;
  width: auto !important;
  max-width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: auto;
}
/* Der kører et JS der tilføjer class="test" på den første <p> med et billede. */
/* En ældre CSS-regel (.test:has(img)) sætter padding-left: 20.3% !important  */
/* og max-width: 100% !important — hvilket stretcher billedet og placerer det */
/* forkert. Her overrides den regel så .test-wrapperen får samme               */
/* kolonne-padding som alle andre direct children i Inspiration-artikler.     */
@media only screen and (min-width: 1200px) {
  .single-post .single-post-content-inner .test,
  .single-post .single-post-content-inner .test:has(img) {
    max-width: 1160px !important;
    box-sizing: border-box;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 400px !important;
    padding-right: 20px !important;
  }

  /* Fix: når .test (auto-tilføjet af JS til første <p> med billede) ligger
     inde i en <div align="left">-wrapper, får begge elementer padding-left:
     400px der stacker og kvæler billedet til ~320px. Fjern det indre padding
     så kun den ydre div[align]-padding gælder. Rammer 8 ældre artikler bl.a.
     find-arbejdsglaede, er-du-god-til-at-vaere-darlig osv. */
  .single-post .single-post-content-inner > div[align] .test,
  .single-post .single-post-content-inner > div[align] .test:has(img) {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    /* Match 30px-afstanden under hero-billedet som direkte børn får */
    margin-bottom: 30px !important;
  }
}

/* === Inspiration-oversigt: ensartet højde på artikel-kortenes billeder === */
/* Thumbnails er uploadet i forskellige aspektforhold (209x128, 228x128,      */
/* 199x128 osv). Med "height: auto" rendres de i forskellige højder, hvilket */
/* giver ujævne kort. Låser derfor aspect-ratio til 209/128 (samme som       */
/* reference-billedet "Kører dit team uden sikkerhedssele") og bruger        */
/* object-fit: cover så billederne fylder kassen uden at forvrænges.         */
.post .post-thumbnail img {
  aspect-ratio: 209 / 128;
  object-fit: cover;
  object-position: center;
  height: auto;
  width: 100%;
  display: block;
}

/* ============================================================ */
/* COOKIE-BANNER (cookie-consent.js styrer visning)              */
/* Bundbar der vises ved første besøg.                           */
/* Kan genåbnes via [data-action="open-cookie-settings"] i footer*/
/* ============================================================ */
#cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background: #ffffff; /* matcher hovedsidens baggrundsfarve (hvid) */
  border-top: 1px solid #e0e0e0;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.06);
  font-family: "Space Grotesk", sans-serif;
  color: #303030;
  transform: translateY(100%);
  transition: transform 240ms ease-out;
}
#cookie-banner.cookie-banner-visible {
  transform: translateY(0);
}
#cookie-banner .cookie-banner-inner {
  /* Spejler kontaktformularens og produktsidernes inner-container, som har    */
  /* page-specific override: max-width: 960px !important. På smalle viewports  */
  /* falder den tilbage til main's calc(100vw - 7cm)-ramme (samme constraint   */
  /* som main bruger). Banneret ligger uden for main, så vi gør det manuelt.   */
  max-width: min(960px, calc(100vw - 7cm));
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 32px;
}
#cookie-banner .cookie-banner-text {
  flex: 1 1 auto;
  min-width: 0;
}
#cookie-banner .cookie-banner-text strong {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}
#cookie-banner .cookie-banner-text p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
#cookie-banner .cookie-banner-text a {
  color: #2A665A;
  text-decoration: underline;
}
#cookie-banner .cookie-banner-actions {
  flex: 0 0 auto;
  display: flex;
  gap: 12px;
}
#cookie-banner .cookie-btn {
  font-family: inherit;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid transparent;
  min-width: 110px;
  letter-spacing: -0.01em;
  transition: background 150ms ease, color 150ms ease;
}
#cookie-banner .cookie-btn-decline {
  background: #ffffff;
  color: #303030;
  border-color: #303030;
}
#cookie-banner .cookie-btn-decline:hover {
  background: #f5f5f5;
}
#cookie-banner .cookie-btn-accept {
  background: #2A665A;
  color: #ffffff;
}
#cookie-banner .cookie-btn-accept:hover {
  background: #1f4e44;
}
#cookie-banner .cookie-btn:focus-visible {
  outline: 2px solid #2A665A;
  outline-offset: 2px;
}

@media (max-width: 720px) {
  #cookie-banner .cookie-banner-inner {
    max-width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 16px;
    padding: 16px 16px 20px;
  }
  #cookie-banner .cookie-banner-actions {
    justify-content: stretch;
  }
  #cookie-banner .cookie-btn {
    flex: 1 1 0;
    min-width: 0;
  }
}

/* ============================================================ */
/* INSPIRATION: View-count tæller (eye-ikon + tal)               */
/* Vises på artikel-kort (nederst-højre) og artikel-side         */
/* (efter .orange-title h4 i sidens header).                     */
/* Auto-skjules når tal < 500 (data-baseline attribut læses).    */
/* ============================================================ */

.view-count {
  color: #303030;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.01em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}
.view-count::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23303030' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'/><circle cx='12' cy='12' r='3'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* På artikel-kort: tæller står på samme linje som "Artikel"-label
   ("Artikel" til venstre, tæller helt til højre i kortets fulde bredde) */
.post .post-category {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}
.post .post-category .view-count {
  margin-left: auto;
}

/* På artikel-side: absolut placering øverst-højre i .text */
.one-third-two-thirds .text {
  position: relative;
}
.view-count.article-page {
  position: absolute;
  right: 0;
  top: 0;
}

/* Skjul tæller når tallet er under 500 — sættes via JS data-attr */
.view-count[data-hidden="1"] {
  display: none !important;
}

/* ============================================================ */
/* KONSOLIDEREDE PRODUKTSIDE-REGLER                              */
/* Flyttet fra inline <style>-blokke 2026-05-02 — formål:        */
/* single source of truth for spacing/typography på de 13        */
/* foredrag-single-page produktsider.                            */
/* ============================================================ */

/* === Foredrag-single-page (alle 13 produktsider) === */
.foredrag-single-page section.padding-fifty { padding: 32px 0 !important; }
.foredrag-single-page section.padding-eighty { padding: 32px 0 !important; }
.foredrag-single-page .one-third-two-thirds h3 { margin-bottom: 10px !important; }
.foredrag-single-page .one-third-two-thirds .image { padding-top: 0 !important; padding-bottom: 0 !important; }
.foredrag-single-page .one-third-two-thirds .text { padding-top: 0 !important; padding-bottom: 0 !important; }
.foredrag-single-page .one-third-two-thirds .text p:last-child { margin-bottom: 0 !important; }
.foredrag-single-page .visit-contact { padding: 24px 24px 26px !important; }
.foredrag-single-page .faq-section + .form-section > .inner-container { margin-top: 32px !important; }

/* Typography (kun de 9 Group A-sider — Group B har ikke disse i inline) */
.foredrag-single-page h1 { font-size: 42px !important; }
.foredrag-single-page h3 { font-size: 26px !important; }
.foredrag-single-page .one-third-two-thirds p { font-size: 16px !important; }
.foredrag-single-page .visit-contact h5 { font-size: 18px !important; }
.foredrag-single-page .visit-contact p { font-size: 14px !important; margin-bottom: 20px !important; }
.foredrag-single-page .visit-contact a { font-size: 16px !important; }
.foredrag-single-page .small-quotes blockquote p { font-size: 16px !important; }
.foredrag-single-page .lecture-excerpt * { font-size: 16px !important; }
.foredrag-single-page .inner-container { max-width: 960px !important; padding: 0 30px !important; }
.foredrag-single-page .gdsm-references .ref-header h3 { font-size: 22px !important; white-space: nowrap !important; }
.foredrag-single-page .faq-question { font-size: 18px !important; }
.foredrag-single-page .faq-answer p { font-size: 15px !important; }
.foredrag-single-page .kunder-images img { max-height: 70px !important; }

/* === FAQ-section (alle 13 produktsider) === */
.faq-section { background: #f8f5f3; }
.faq-section .inner-container { display: block !important; max-width: 960px !important; padding: 0 30px !important; }
.faq-section .faq-grid { display: grid; grid-template-columns: 1fr 2fr; gap: 60px; align-items: start; }
.faq-section .faq-intro h3 { color: #2A665A; font-size: 36px !important; line-height: 1.15; margin: 0 0 16px; font-weight: 700; }
.faq-section .faq-intro p { color: #303030; font-size: 15px; line-height: 1.5; margin: 0; }
.faq-section .faq-list { display: flex; flex-direction: column; }
.faq-section .faq-item { padding: 22px 0; border-bottom: 1px solid #cbcbcb; cursor: pointer; }
.faq-section .faq-item:first-child { border-top: 1px solid #cbcbcb; }
.faq-section .faq-question { color: #cbcbcb; font-size: 24px !important; font-weight: 700; margin: 0; line-height: 1.3; transition: color 0.2s ease; }
.faq-section .faq-answer { max-height: 0; overflow: hidden; opacity: 0; font-size: 15px; line-height: 1.6; color: #000; margin-top: 0; transition: max-height 0.4s ease, opacity 0.35s ease, margin-top 0.3s ease; }
.faq-section .faq-answer p { margin: 0; color: #000; }
.faq-section .faq-item:hover .faq-answer, .faq-section .faq-item:hover .faq-question { color: #000; }
.faq-section .faq-item.is-open .faq-answer { max-height: 500px; opacity: 1; margin-top: 6px; }
@media (max-width: 768px) {
  .faq-section .faq-grid { grid-template-columns: 1fr; gap: 30px; }
  .faq-section .faq-intro h3 { font-size: 28px !important; }
  .faq-section .faq-question { font-size: 20px !important; }
}

/* === GDSM references (9 Group A-sider — gælder også Erfaring-siden) === */
.gdsm-references .inner-container { display: block !important; max-width: 960px !important; box-sizing: border-box; }
.gdsm-references .ref-header { margin-bottom: 0; }
.gdsm-references .ref-header h3 { margin-bottom: 4px; font-size: 22px !important; white-space: nowrap !important; }
.gdsm-references .ref-header p { color: #666; font-size: 15px; margin: 0; }
.gdsm-references .ref-list { margin-top: 0; width: 100%; }
.gdsm-references .ref-item { padding: 36px 0; border-bottom: 1px solid #cbcbcb; display: flex; align-items: flex-start; gap: 30px; cursor: pointer; width: 100%; box-sizing: border-box; }
.gdsm-references .ref-item:first-child { border-top: 1px solid #cbcbcb; margin-top: 20px; }
.gdsm-references .ref-body { flex: 1 1 0%; min-width: 0; position: relative; padding-left: 52px; }
.gdsm-references .ref-body::before { content: "\201C"; font-family: 'Space Grotesk', Georgia, serif; font-size: 48px; font-weight: 700; color: #2A665A; position: absolute; top: -2px; left: 0; line-height: 1; }
.gdsm-references .ref-company { display: block; font-size: 16px; font-weight: 700; color: #2A665A; margin-bottom: 10px; }
.gdsm-references .ref-text { font-size: 15px; line-height: 1.6; color: #303030; margin: 0; text-wrap: balance; min-height: 48px; }
.gdsm-references .ref-full { max-height: 0; overflow: hidden; opacity: 0; font-size: 15px; line-height: 1.6; color: #303030; margin-top: 0; transition: max-height 0.4s ease, opacity 0.35s ease, margin-top 0.3s ease; }
.gdsm-references .ref-author { max-height: 0; overflow: hidden; opacity: 0; margin-top: 0; font-size: 14px; color: #555; line-height: 1.5; transition: max-height 0.4s ease, opacity 0.35s ease, margin-top 0.3s ease; }
.gdsm-references .ref-item.is-open .ref-full { max-height: 300px; opacity: 1; margin-top: 6px; }
.gdsm-references .ref-item.is-open .ref-author { max-height: 80px; opacity: 1; margin-top: 16px; }
.gdsm-references .ref-author-short { font-size: 14px; color: #555; text-align: right; transition: opacity 0.2s ease; }
.gdsm-references .ref-item.is-open .ref-author-short { opacity: 0; pointer-events: none; }
.gdsm-references .ref-footer { display: flex; justify-content: space-between; align-items: center; margin-top: 10px; }
.gdsm-references .ref-more { color: #2A665A; font-size: 13px; cursor: pointer; font-weight: 600; background: none; border: none; padding: 0; transition: opacity 0.2s ease; }
.gdsm-references .ref-logo { flex: 0 0 140px; width: 140px; padding-top: 20px; display: flex; align-items: flex-start; justify-content: center; }

/* === Quote-section, large-quote, grey-box-text (9 Group A-sider) === */
.quote-section { background-color: #f5f5f0; }
.quote-section .inner-container { max-width: 760px !important; padding: 45px 20px !important; }
.large-quote { border-left: none; margin: 0; padding: 0; position: relative; }
.large-quote::before { content: "\201C"; font-size: 100px; color: #C4F336; position: absolute; top: 0; left: 0; line-height: 1; }
.large-quote p { font-size: 28px; line-height: 1.4; font-style: italic; color: #2A665A; font-weight: 600; padding-left: 65px; padding-top: 10px; }
.grey-box-text { background-color: #f5f5f0; padding: 30px 4%; }
.grey-box-text p { color: #2A665A; font-weight: 600; font-size: 18px; line-height: 1.4; margin: 0; }
@media (max-width: 768px) {
  .large-quote::before { font-size: 193px !important; top: -24px !important; left: 0 !important; }
  .large-quote p { font-size: 22px !important; padding-left: 110px !important; padding-top: 0 !important; }
  .grey-box-text p { font-size: 16px !important; }
}

/* === Om-Martin-section fact-box (alle 13 produktsider) === */
#om-martin-section { padding-top: 32px !important; }
#om-martin-section .text ul { padding: 20px 4% !important; background-color: #f5f5f0 !important; }
#om-martin-section .text ul li { display: block !important; font-size: 16px !important; font-weight: 600 !important; margin-bottom: 14px !important; padding-left: 28px !important; }
#om-martin-section .text ul li::before { width: 10px !important; height: 10px !important; top: 50% !important; transform: translateY(-50%) !important; }

/* === Tak-besked (form-thankyou + ty-card) — vises in-page efter formular-submit === */
.form-thankyou { max-width: 600px; }
.form-thankyou h3 { color: #fff; font-size: 22px; font-weight: 700; line-height: 1.35; margin-bottom: 18px; }
.form-thankyou p { color: rgba(255,255,255,0.9); font-size: 16px; line-height: 1.75; margin-bottom: 14px; }
.form-thankyou a { color: #C4F336; text-decoration: underline; }
.form-thankyou a:hover { opacity: 0.82; }
.ty-card { display: flex; margin: 20px 0 6px; border-radius: 5px; overflow: visible; border: 1px solid rgba(255,255,255,0.2); cursor: pointer; text-decoration: none !important; }
.ty-card-img { flex: 0 0 42%; display: block; overflow: hidden; border-radius: 5px 0 0 5px; transition: border-radius 0.3s; }
.ty-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.3s; }
.ty-card:hover .ty-card-img { border-radius: 60px; }
.ty-card:hover .ty-card-img img { transform: scale(1.1); }
.ty-card-body { flex: 1; background: #2A665A; border-left: 1px solid rgba(255,255,255,0.2); padding: 16px 18px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: space-between; border-radius: 0 5px 5px 0; }
.ty-card-title { display: block; font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 8px; line-height: 1.3; }
.ty-card-desc { font-size: 14px; color: rgba(255,255,255,0.88); line-height: 1.55; margin: 0 0 14px; flex-grow: 1; }
.ty-card-tags { display: flex; gap: 10px; flex-wrap: wrap; padding-top: 10px; border-top: 1px solid rgba(255,255,255,0.2); }
.ty-tag { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.5); }
.ty-sig { color: rgba(255,255,255,0.9) !important; margin-top: 18px !important; margin-bottom: 4px !important; }
.ty-sig-line { margin-top: 0 !important; }
.ty-sig-line em { color: rgba(255,255,255,0.7); font-style: italic; }

/* === Related-posts: behold 80px luft til footer (override af 32px konsoliderings-regel) === */
.foredrag-single-page section.padding-eighty.related-posts { padding: 32px 0 80px !important; }

/* === Foredrag-page / workshop-page: kort-spacing matcher banner→orange-tekst (~50px) === */
.foredrag-page section.lecture-posts.padding-eighty,
.workshop-page section.lecture-posts.padding-eighty { padding-top: 0 !important; }
.foredrag-page .all-thirds,
.workshop-page .all-thirds { margin-bottom: 50px !important; }

/* === Inspiration-grid: ligestil kolonne-bredder uafhængigt af indholdets min-content === */
/* Uden dette går nogle kort i kolonne 3 (eller 1+2) bredere end de andre fordi              */
/* min-width: auto holder kortet på dets indholds-størrelse, hvilket overrider 1fr-fordeling. */
.blog-page .posts .post { min-width: 0; }
