@font-face {
  font-family: 'MrEavesXLModOT-Book';
  src: url('fonts/MrEavesXLModOT-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MrEavesXLModOT-Book';
  src: url('fonts/MrEavesXLModOT-BookItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'MrEavesXLModOT-Book';
  src: url('fonts/MrEavesXLModOT-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Libre Baskerville';
  font-weight: normal;
  src: url('fonts/LibreBaskerville-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Libre Baskerville';
  font-style: italic;
  src: url('fonts/LibreBaskerville-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Libre Baskerville';
  font-weight: bold;
  src: url('fonts/LibreBaskerville-Bold.ttf') format('truetype');
}
html {
  font-size: 17px;
  line-height: 16px;
}
body {
  display: flex;
  flex-direction: column;
  width: 100vw;
  min-height: 100vh;
  background-color: #ebebeb;
  color: black;
  font-family: 'MrEavesXLModOT-Book';
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.btn-primary {
  width: 100%;
  background-color: #e7f4cf;
  border-color: #e7f4cf;
  color: black;
  font-weight: 600;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #9ed142;
  border-color: #9ed142;
  color: white;
}
.btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(158, 209, 66, 0.5);
}
.btn-primary.active {
  background-color: #707070;
  border-color: #707070;
}
.btn-secondary {
  width: 100%;
  background-color: lightgray;
  border-color: lightgray;
  color: black;
  font-weight: 600;
}
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  background-color: gray;
  border-color: gray;
  color: white;
}
.btn-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(128, 128, 128, 0.5);
}
.btn-secondary.active {
  background-color: #707070;
  border-color: #707070;
}
h2 {
  font-weight: normal;
  font-size: 1.4rem;
}
h3 {
  font-size: 1rem;
  font-weight: bold;
}
img {
  vertical-align: unset;
}
figure {
  margin: 0;
}
figure img {
  display: block;
}
a {
  color: #9ed142;
}
a:hover {
  color: #84b42c;
}
.ratio-30x10 {
  --bs-aspect-ratio: 33%;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
body > header {
  position: sticky;
  top: 0;
  z-index: 999;
  background: white;
  border-bottom: 2px solid #9ed142;
  height: 70px;
}
body > header > div.container {
  height: 100%;
}
body > header > div.container > figure img {
  height: 30px;
}
body > header > div.container > nav > ul > li > a:not(.btn) {
  display: block;
  padding: 10px;
  color: black;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
body > header > div.container > nav > ul > li > a:not(.btn):hover {
  border-bottom-color: lightgray;
}
body > header > div.container > nav > ul > li > a.dropdown-toggle:after {
  color: gray;
}
body > header > div.container > nav > ul > li.search {
  padding: 10px;
}
body > header > div.container > nav > ul > li.search input[type=search] {
  display: none;
  margin: 0 5px;
}
body > header > div.container > nav > ul > li.search button {
  -webkit-appearance: none;
  background: none;
  border: none;
  outline: none;
}
body > header > div.container > nav > ul > li.search button.btn-cancel {
  display: none;
  color: lightgray;
}
body > header > div.container > nav > ul > li.search button:hover {
  color: #9ed142;
}
body > header > div.container > nav > ul > li.profiel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.8rem;
  line-height: 0.8rem;
  border-left: 1px solid black;
  padding: 0 32px 0 10px;
  margin-left: 10px;
  text-align: right;
  background: url('../img/ico_user.svg') no-repeat right center;
  background-size: 22px;
}
body > header > div.container > nav > ul > li.profiel a {
  color: black;
  text-decoration: none;
}
body > header > div.container > nav > ul > li.active > a:not(.btn) {
  font-weight: bold;
  border-bottom-color: #9ed142;
}
body > header > div.container > nav > ul > li > ul.dropdown-menu {
  margin-top: -5px !important;
  padding: 0;
  border-radius: 0;
}
body > header > div.container > nav > ul > li > ul.dropdown-menu a:active {
  background-color: #9ed142 !important;
}
body > header > div.container > nav > ul > li > ul.dropdown-menu .dropdown-header {
  font-size: unset;
  font-weight: bold;
}
body > header > div.container > nav.search-active li:not(.search) {
  display: none;
}
body > header > div.container > nav.search-active li.search {
  width: 50vw;
  max-width: 400px;
}
body > header > div.container > nav.search-active li.search input[type=search] {
  display: inline-block;
}
body > header > div.container > nav.search-active li.search button.btn-cancel {
  display: inline-block;
}
body > header > div.container > div.offcanvas a {
  color: unset;
  text-decoration: none;
}
body > header > div.container > div.offcanvas ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body > header > div.container > div.offcanvas ul li > a {
  display: block;
  position: relative;
  padding: 0.5rem 0;
}
body > header > div.container > div.offcanvas ul li > a > span.bi {
  width: 20px;
  margin-right: 10px;
}
body > header > div.container > div.offcanvas ul li > a:after {
  content: '\F285';
  display: flex;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  font-family: 'bootstrap-icons';
  font-size: 0.6rem;
  opacity: 0.6;
}
body > header > div.container > div.offcanvas ul li.dropdown > a:after {
  transform: rotate(90deg);
}
body > header > div.container > div.offcanvas ul li.dropdown > ul {
  padding-left: 45px;
}
body > header > div.container button.navbar-toggler:focus {
  box-shadow: none;
}
body > main {
  flex: 1;
  margin-top: 20px;
  /* available on homepage, dossier, landingpage and patientenvoorlichting */
}
body > main > nav:first-of-type li {
  font-weight: bold;
}
body > main > nav:first-of-type li a {
  color: black;
  text-decoration: none;
}
body > main > nav:first-of-type li a:hover {
  text-decoration: underline;
}
body > main > section {
  background: white;
  margin-bottom: 20px;
  padding: 3rem;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
body > main > section div.col-md-4 > a:not(.btn) {
  text-decoration: none;
  color: unset;
  height: 100%;
}
body > main > section div.col-md-4 > a:not(.btn):hover {
  background: #f2f2f2;
}
body > main > section figure img {
  width: 100%;
}
body > main > section figure.ratio img {
  object-fit: cover;
}
body > main > section figure.section-img {
  flex: 1;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
body > main > section figure.section-img img {
  display: block;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
body > main > section.column {
  background-color: #e2d9e3;
}
body > main > section.column h3:first-of-type {
  margin-bottom: 0;
}
body > main > section.column h3:last-of-type {
  font-family: 'Libre Baskerville';
  font-size: 1.4rem;
  font-weight: normal;
}
body > main > section.column .btn-primary {
  background-color: #958ac3;
  border-color: #958ac3;
  color: white;
}
body > main > section.column .btn-primary:hover,
body > main > section.column .btn-primary:active,
body > main > section.column .btn-primary:focus {
  background-color: #7668b2;
  border-color: #7668b2;
  color: white;
}
body > main > section.column .btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(149, 138, 195, 0.5);
}
body > main > section.column .btn-primary.active {
  background-color: #707070;
  border-color: #707070;
}
body > main section.faqs {
  padding-bottom: 30px;
}
body > main section.faqs li.list-group-item > a {
  color: unset;
  text-decoration: unset;
}
body > main section.faqs li.list-group-item > a:hover {
  text-decoration: underline;
}
body > footer {
  background: #707070;
  border-top: 2px solid #9ed142;
  color: white;
}
body > footer figure {
  width: 75%;
}
body > footer figure img {
  width: 100%;
}
body > footer figure span {
  display: block;
  font-size: 12px;
  text-align: right;
  border-top: 1px solid white;
  margin-top: 5px;
  padding-top: 5px;
  opacity: 0.4;
}
body > footer ul {
  list-style-type: '- ';
  padding: 0 0 0 10px;
  margin: 0;
}
body > footer ul li {
  padding: 0;
  margin: 0;
}
body > footer ul li a {
  color: white !important;
  text-decoration: none;
}
body > footer ul li a:hover {
  text-decoration: underline;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.access-level-required-full,
.access-level-required-part {
  position: relative;
}
.access-level-required-full:after,
.access-level-required-part:after {
  content: '';
  display: none;
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 50px;
  right: 10px;
  top: 0px;
  font-size: 30px;
  font-weight: bold;
  background-color: #E6D60F;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 50%;
  background-image: url('/img/ico_access_esc.svg');
}
html:not(.has-login) .access-level-required-full:after,
html:not(.has-login) .access-level-required-part:after {
  display: block;
}
html.login-access-level-part .access-level-required-full:after {
  display: block;
  background-image: url('/img/ico_access_rx.svg');
}
div.access-denied {
  position: relative;
  width: 100%;
}
div.access-denied > div {
  border: 2px solid #9ed142;
  background: url('/img/deco_badge_premium.png') no-repeat right 10px top;
  background-size: 30px;
  padding: 30px;
}
html.page-artikel div.access-denied:before {
  content: '';
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  height: 100px;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
div.modal-login button[type=button] span.spinner {
  display: none;
}
div.modal-login.sending * {
  pointer-events: none;
}
div.modal-login.sending button[type=button] span.spinner {
  display: inline-block;
}
div.modal-login.sending button[type=button] span:not(.spinner) {
  display: none;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
html.page-home section.section-dossier nav a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
html.page-dossier div.dossier-author figure {
  width: 75px;
  height: 75px;
}
html.page-dossier div.dossier-author figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
html.page-podcasts main > section > div.row,
html.page-columns main > section > div.row {
  --bs-gutter-x: 0px;
  flex-direction: row-reverse;
}
html.page-columns main > section > div.row .btn-primary {
  background-color: #958ac3;
  border-color: #958ac3;
  color: white;
}
html.page-columns main > section > div.row .btn-primary:hover,
html.page-columns main > section > div.row .btn-primary:active,
html.page-columns main > section > div.row .btn-primary:focus {
  background-color: #7668b2;
  border-color: #7668b2;
  color: white;
}
html.page-columns main > section > div.row .btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(149, 138, 195, 0.5);
}
html.page-columns main > section > div.row .btn-primary.active {
  background-color: #707070;
  border-color: #707070;
}
html.page-column main > section:first-of-type {
  background-color: #e2d9e3;
}
html.page-column main > section:first-of-type h2:first-of-type {
  font-family: 'Libre Baskerville';
}
html.page-column main > section:first-of-type a {
  color: #7668b2;
}
html.page-videos input[type=checkbox]:checked + label {
  color: #9ed142;
  font-weight: bold;
}
html.page-videos div.articles a {
  text-decoration: none;
  color: unset;
}
html.page-videos div.articles a:hover {
  background: #f2f2f2;
}
html.page-zoeken div.articles a {
  text-decoration: none;
  color: unset;
}
html.page-zoeken div.articles a figure[class^=access-level-required]:after {
  transform-origin: right top;
  transform: scale(0.75);
}
html.page-zoeken div.articles a h3 {
  font-size: 1.15rem;
  margin: 0;
  padding: 0;
}
html.page-zoeken div.articles a h4 {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #666666;
  margin: 0;
  padding: 0;
}
html.page-zoeken div.articles a:hover {
  background: #f2f2f2;
}
html.page-patientenvoorlichting .btn-primary {
  background-color: #1f4e77;
  border-color: #1f4e77;
  color: white;
  font-weight: 600;
}
html.page-patientenvoorlichting .btn-primary:hover,
html.page-patientenvoorlichting .btn-primary:active,
html.page-patientenvoorlichting .btn-primary:focus {
  background-color: #14334f;
  border-color: #14334f;
  color: white;
}
html.page-patientenvoorlichting .btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(31, 78, 119, 0.5);
}
html.page-patientenvoorlichting .btn-primary.active {
  background-color: #707070;
  border-color: #707070;
}
html.page-patientenvoorlichting body > header {
  border-color: #1f4e77;
}
html.page-patientenvoorlichting-preview div.video-embed,
html.page-patientenvoorlichting-preview div.doc-embed {
  position: relative;
}
html.page-patientenvoorlichting-preview div.video-embed div.embed-overlay,
html.page-patientenvoorlichting-preview div.doc-embed div.embed-overlay {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
}
html.page-patientenvoorlichting-preview div.video-embed div.embed-overlay.active,
html.page-patientenvoorlichting-preview div.doc-embed div.embed-overlay.active {
  display: flex;
}
html.page-patientenvoorlichting-preview div.doc-embed div.embed-overlay {
  left: 0.25rem;
  top: 0.25rem;
  width: calc(100% - 0.5rem);
  height: calc(100% - 0.5rem);
  background-color: rgba(255, 255, 255, 0.8);
}
html.page-patientenvoorlichting-preview div.doc-embed div.embed-overlay p,
html.page-patientenvoorlichting-preview div.doc-embed div.embed-overlay h2 {
  color: black;
  text-shadow: 0 0 2px white;
}
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
html.page-registreren main h1 {
  font-size: 1.8rem;
  font-weight: 600;
  padding-top: 20px;
}
html.page-registreren main button[type=submit] span.spinner {
  display: none;
}
html.page-registreren main div.reg-progress {
  padding: 20px 0 100px 0;
  margin: 0 30px;
}
html.page-registreren main div.reg-progress div.line:after {
  content: '';
  display: block;
  height: 50%;
  border-bottom: 1px solid #9ed142;
}
html.page-registreren main div.reg-progress div.step {
  position: relative;
  text-align: center;
}
html.page-registreren main div.reg-progress div.step div.number {
  display: inline-block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #f2f9e6;
  border-radius: 50%;
  font-weight: bold;
  color: #666666;
}
html.page-registreren main div.reg-progress div.step div.desc {
  position: absolute;
  width: 100px;
  left: -50%;
  margin-top: 10px;
  opacity: 0.5;
}
html.page-registreren main div.reg-progress div.step.active div.number {
  border: 1px solid #9ed142;
  color: black;
}
html.page-registreren main div.reg-progress div.step.active div.desc {
  opacity: 1;
}
html.page-registreren main div.reg-progress div.step.done div.number {
  color: transparent;
  background-image: url('/img/ico_reg_check.svg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 40%;
}
html.page-registreren main form div.row {
  margin-bottom: 10px;
}
html.page-registreren main form label {
  display: block;
  margin: 0;
}
html.page-registreren main form.sending button[type=submit] span.spinner {
  display: inline-block;
}
html.page-registreren main form.sending button[type=submit] span:not(.spinner) {
  display: none;
}
html.page-registreren main form.form-big {
  text-align: center;
}
html.page-registreren main form.form-big > div {
  border: 1px solid #9ed142;
  padding: 30px;
  margin-top: 20px;
}
html.page-registreren main form.form-big > div strong {
  display: block;
  margin-bottom: 20px;
}
html.page-registreren main form.form-toestemming > p {
  text-align: center;
}
html.page-registreren main form.form-toestemming div.scrollfield {
  height: 300px;
  padding: 20px;
  margin-bottom: 30px;
  border: 1px solid #9ed142;
  overflow: scroll;
}
html.page-registreren main form.form-toestemming div.scrollfield h3 {
  font-size: 1.2rem;
  font-weight: bold;
}
html.page-registreren main p.btn-back {
  text-align: center;
}
html.page-registreren main p.btn-back a {
  color: gray;
}
html.page-registreren main p.btn-back a:hover {
  color: black;
}
html.page-registreren main p.btn-back a:before {
  content: '‹';
  display: inline-block;
  padding-right: 7px;
  color: #9ed142;
  font-weight: bold;
}
html.page-artikel,
html.page-column {
  /*
	div.article-header {
		height: 290px;
		padding-bottom: 20px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		margin-bottom: 20px;

		div.article-category {
			background: @base-color-green;
			padding: 2px 10px;
			color: white;
			margin-bottom: 10px;
		}

		h1 {
			color: white;
			font-weight: bold;
			font-size: 22px;
			margin: 0;
			padding: 0;
			text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
		}
	}

	div.article-actions {
		padding-bottom: 30px;

		ul {
			margin: 0;
			padding: 0;
			list-style: none;
			position: relative;
			z-index: 1;
			
			li {
				margin: 0px;
				padding: 0;

				a {
					position: relative;
					display: block;
					width: 40px;
					padding: 35px 0 5px 0;
					margin: 0 3px 3px 0;
					background-color: gray;
					background-position: center 14px;
					background-repeat: no-repeat;
					background-size: auto 14px;
					text-decoration: none;
					color: white;
					text-align: center;

					&:hover {
						background-color: @base-color-green;

						&:after {
							display: block;
						}
					}

					&:after {
						content: attr(data-tooltip);
						display: none;
						position: absolute;
						top: 50%;
						left: 100%;
						line-height: 20px;
						margin: -10px 0 0 5px;
						padding: 2px 5px;
						white-space: nowrap;
						background: @background-gray-dark;
						z-index: 1;
					}
				}

				&.home a {background-image: url('/img/ico_home_white.svg')}
				&.like a {background-image: url('/img/ico_like_white.svg')}
				&.share a {background-image: url('/img/ico_share_white.svg')}
				&.comment a {background-image: url('/img/ico_comment_white.svg')}

				&.done a {
					background-color: @base-color-green;
				}
			}
		}
	}

	div.article-main {
		position: relative;
		//padding: 0 50px;
	}

	div.article-meta {

		div.author {

			div.author-img {
				min-width: 80px;
				height: 80px;
				background-repeat: no-repeat;
				background-position: center center;
				background-size: cover;
				border-radius: 50%;
				margin-right: 20px;
			}

			div.author-info {
				
			}

			div.article-info {
				margin-top: 5px;
			}
		}

	}

	div.article-shared-intro {
		padding: 20px;
	    margin: 40px 0 20px 0;
	    background: whitesmoke;
	    border: 1px solid lightgray;
	    text-align: center;
	}
*/
}
html.page-artikel div.article-author figure,
html.page-column div.article-author figure {
  width: 75px;
  height: 75px;
}
html.page-artikel div.article-author figure img,
html.page-column div.article-author figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
html.page-artikel div.article-elements,
html.page-column div.article-elements {
  margin-top: 50px;
  /*
		div.element-video,
		div.element-podcast {
			padding: 20px;
			margin-bottom: 20px;
			background: whitesmoke;
			border: 1px solid lightgray;

			h2 {
				font-weight: bold;
				font-size: 1rem;
			}

			.video-container {
				margin-bottom: 10px;
			}

			.video-caption {
				font-style: italic;
			}
			
			.video-meta {
				white-space: nowrap;
			}
		}
*/
}
html.page-artikel div.article-elements div.element-summary,
html.page-column div.article-elements div.element-summary,
html.page-artikel div.article-elements div.element-doc,
html.page-column div.article-elements div.element-doc {
  position: relative;
  padding: 0;
  margin: 30px 0;
}
html.page-artikel div.article-elements div.element-summary h2,
html.page-column div.article-elements div.element-summary h2,
html.page-artikel div.article-elements div.element-doc h2,
html.page-column div.article-elements div.element-doc h2 {
  display: block;
  margin: 0;
  padding: 0 0 0 40px;
  font-weight: bold;
  font-style: normal;
  font-size: 1.2rem;
  color: #9ed142;
}
html.page-artikel div.article-elements div.element-summary div.content,
html.page-column div.article-elements div.element-summary div.content,
html.page-artikel div.article-elements div.element-doc div.content,
html.page-column div.article-elements div.element-doc div.content {
  position: relative;
  padding: 10px 0 10px 20px;
}
html.page-artikel div.article-elements div.element-summary div.content a,
html.page-column div.article-elements div.element-summary div.content a,
html.page-artikel div.article-elements div.element-doc div.content a,
html.page-column div.article-elements div.element-doc div.content a {
  text-decoration: none;
}
html.page-artikel div.article-elements div.element-summary:before,
html.page-column div.article-elements div.element-summary:before,
html.page-artikel div.article-elements div.element-doc:before,
html.page-column div.article-elements div.element-doc:before {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 10px;
  height: calc(100% - 10px);
  width: 1px;
  border-left: 1px solid #9ed142;
}
html.page-artikel div.article-elements div.element-summary:after,
html.page-column div.article-elements div.element-summary:after,
html.page-artikel div.article-elements div.element-doc:after,
html.page-column div.article-elements div.element-doc:after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 10px;
  height: 1px;
  width: 30px;
  border-bottom: 1px solid #9ed142;
}
html.page-artikel div.article-elements div.element-summary div.content,
html.page-column div.article-elements div.element-summary div.content {
  font-style: italic;
}
html.page-artikel div.article-elements div.element-quote,
html.page-column div.article-elements div.element-quote {
  position: relative;
  background-color: #e2d9e3;
  padding: 80px 50px 30px 50px;
  margin-bottom: 15px;
  font-family: 'Libre Baskerville';
  font-size: 1.2rem;
  font-weight: normal;
}
html.page-artikel div.article-elements div.element-quote h2,
html.page-column div.article-elements div.element-quote h2 {
  display: none;
}
html.page-artikel div.article-elements div.element-quote:before,
html.page-column div.article-elements div.element-quote:before {
  content: '“';
  display: block;
  position: absolute;
  left: 15px;
  top: 0;
  font-size: 120px;
}
html.page-artikel div.article-elements div.element-header h1,
html.page-column div.article-elements div.element-header h1 {
  font-weight: bold;
  font-size: 1.4rem;
}
html.page-artikel div.article-elements div.element-header h2,
html.page-column div.article-elements div.element-header h2 {
  font-weight: bold;
  font-size: 1.2rem;
}
html.page-artikel div.article-elements div.element-header h3,
html.page-column div.article-elements div.element-header h3 {
  font-weight: bold;
  font-size: 1rem;
}
html.page-artikel div.article-elements div.element-plaintext p,
html.page-column div.article-elements div.element-plaintext p {
  margin: 0;
  padding: 0 0 15px 0;
}
html.page-artikel div.article-elements div.element-wysiwyg,
html.page-column div.article-elements div.element-wysiwyg {
  padding: 0 0 15px 0;
}
html.page-artikel div.article-elements div.element-image,
html.page-column div.article-elements div.element-image {
  padding-bottom: 15px;
}
html.page-artikel div.article-elements div.element-image img,
html.page-column div.article-elements div.element-image img {
  max-width: 100%;
}
html.page-artikel div.article-elements div.element-articles,
html.page-column div.article-elements div.element-articles {
  padding-top: 50px;
}
html.page-artikel div.article-elements div.element-form div.row,
html.page-column div.article-elements div.element-form div.row {
  margin-top: 50px;
}
html.page-artikel div.article-elements div.element-form div.row > div,
html.page-column div.article-elements div.element-form div.row > div {
  border: 2px solid #9ed142;
  padding: 30px;
}
html.page-artikel div.article-elements div.element-form div.row > div h2,
html.page-column div.article-elements div.element-form div.row > div h2 {
  font-size: 17px;
  font-weight: bold;
  margin: 0;
  padding: 0 0 20px 0;
}
html.page-artikel div.article-elements div.element-form div.row > div p,
html.page-column div.article-elements div.element-form div.row > div p {
  margin: 0;
  padding: 0 0 20px 0;
}
html.page-artikel div.article-elements div.element-form div.row > div div.container-cb,
html.page-column div.article-elements div.element-form div.row > div div.container-cb {
  padding: 20px;
  margin-bottom: 20px;
  background: whitesmoke;
}
html.page-artikel div.article-elements div.element-form div.row > div div.container-cb label,
html.page-column div.article-elements div.element-form div.row > div div.container-cb label {
  margin: 0;
}
html.page-artikel div.article-elements div.element-form div.row > div div.container-submit,
html.page-column div.article-elements div.element-form div.row > div div.container-submit {
  text-align: center;
}
html.page-artikel div.article-elements div.element-form div.row > div div.container-submit button[type=submit],
html.page-column div.article-elements div.element-form div.row > div div.container-submit button[type=submit] {
  display: inline-block;
  padding: 10px 30px;
  margin-bottom: 5px;
  background: #9ed142;
  color: white;
}
html.page-artikel div.article-elements div.element-form div.row > div div.container-submit button[type=submit]:hover,
html.page-column div.article-elements div.element-form div.row > div div.container-submit button[type=submit]:hover {
  text-decoration: none;
}
html.page-artikel div.article-elements div.element-faq,
html.page-column div.article-elements div.element-faq {
  padding-bottom: 30px;
}
html.page-artikel div.article-elements div.element-faq li.list-group-item > a,
html.page-column div.article-elements div.element-faq li.list-group-item > a {
  color: unset;
  text-decoration: unset;
}
html.page-artikel div.article-elements div.element-faq li.list-group-item > a:hover,
html.page-column div.article-elements div.element-faq li.list-group-item > a:hover {
  text-decoration: underline;
}
html.page-artikel .modal-article-share input,
html.page-column .modal-article-share input {
  padding: 5px;
  border: 1px solid #9ed142;
  width: 100%;
  margin-bottom: 20px;
}
html.page-artikel .modal-article-share div.share-buttons a,
html.page-column .modal-article-share div.share-buttons a {
  display: block;
  color: white;
  padding: 5px 10px 5px 32px;
  margin-bottom: 10px;
  background-color: #9ed142;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 16px;
}
html.page-artikel .modal-article-share div.share-buttons a.share-whatsapp,
html.page-column .modal-article-share div.share-buttons a.share-whatsapp {
  background-image: url('/img/ico_share_whatsapp.svg');
}
html.page-artikel .modal-article-share div.share-buttons a.share-linkedin,
html.page-column .modal-article-share div.share-buttons a.share-linkedin {
  background-image: url('/img/ico_share_linkedin.svg');
}
html.page-artikel .modal-article-share div.share-buttons a.share-email,
html.page-column .modal-article-share div.share-buttons a.share-email {
  background-image: url('/img/ico_share_email.svg');
}
html.page-artikel .modal-article-comment textarea,
html.page-column .modal-article-comment textarea {
  border: 1px solid #9ed142;
  width: 100%;
  height: 200px;
  padding: 5px;
}
html.page-artikel .modal-article-comment .modal-body button,
html.page-column .modal-article-comment .modal-body button {
  background: #9ed142;
  color: white;
  width: 100%;
  padding: 10px 0;
  border: none;
  outline: none;
  cursor: pointer;
}
html.page-column div.article-elements div.element-quote {
  background-color: white;
}
@media only screen and (max-width: 768px) {
  body.page-artikel div.article-header {
    background-image: var(--article-img-main) !important;
  }
  body.page-artikel div.article-actions ul li a:after {
    top: 100%;
    width: 150px;
    height: auto;
    left: 50%;
    margin: 5px 0 0 -75px;
    white-space: normal;
  }
}
html.app * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: none;
  -webkit-user-select: none;
}
html.app select,
html.app input,
html.app textarea,
html.app button {
  -webkit-user-select: auto;
}
html.app input[type=checkbox] {
  min-width: 15px;
  min-height: 15px;
}
html.app .offcanvas {
  padding-top: env(safe-area-inset-top);
}
html.app body {
  opacity: 0;
  transition: opacity 200ms ease-in-out;
}
html.app body > header {
  height: calc(60px + env(safe-area-inset-top));
  padding-top: env(safe-area-inset-top);
}
html.app body > header button.btn-back {
  display: inline-block !important;
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
}
html.app body > header figure {
  display: flex;
  justify-content: center;
  align-items: center;
}
html.app body > header .offcanvas {
  width: 100vw;
}
html.app body.loaded {
  opacity: 1;
}
html.app body.loading {
  opacity: 0;
}
html.app.page-home header button.btn-back {
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 575.98px) {
  body {
    background-color: white;
  }
  body > main {
    margin-top: 0;
  }
  body > main > section {
    background: transparent;
    box-shadow: none;
    padding: 1rem;
    margin-bottom: 0;
    border-bottom: 1px solid #e6e6e6;
  }
  body > main > section.section-keylearnings,
  body > main > section.section-columns {
    border: none;
  }
  body > main > nav {
    padding: 1rem 1rem 0 1rem;
  }
  body > main > nav ol.breadcrumb {
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  body > main > section:not(.section-latest) div.col-md-4 {
    border-bottom: 1px solid #e6e6e6;
  }
  body > main > section:not(.section-latest) div.col-md-4 > a:not(.btn) {
    position: relative;
    /*> div {
							flex: 1;
						}

						> figure {
							width: 25% !important;
							margin-right: 1rem;
						}*/
  }
  body > main > section:not(.section-latest) div.col-md-4 > a:not(.btn) p {
    margin: 0;
  }
  body > main > section:not(.section-latest) div.col-md-4 > a:not(.btn):after {
    content: '\F285';
    display: block;
    position: absolute;
    right: 0px;
    bottom: 10px;
    font-family: 'bootstrap-icons';
    font-size: 0.8rem;
  }
  body > main > section:not(.section-latest) div.col-md-4:last-child {
    border-bottom: none;
  }
  body > main > section:not(.section-latest) figure.section-img {
    height: 200px !important;
  }
  body > footer {
    display: none;
  }
  html.page-dossier section nav {
    justify-content: space-between;
    padding-bottom: 1rem;
  }
  html.page-dossier section nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: calc(50% - 5px) !important;
  }
}
/* ios 15 fixes*/
input:is([type="button"], [type="submit"], [type="reset"]),
input[type="file"]::file-selector-button,
button {
  color: black;
}
