@font-face {
	font-family: "Uni Sans";
	src: url("/theme/assets/fonts/Uni%20Sans%20Heavy.otf") format("opentype");
	font-weight: 900;
	font-style: normal;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	font-family: 'Open Sans', sans-serif;
	background-color: #F6F6F6;
	line-height: 2;
	font-size: 0.9em;
}

.uppercase-title {
	font-family: "Uni Sans", Arial, sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1.5;
}

.text-style--light {
	color: #fff;
}

.text-style--dark {
	color: #000;
}

#header-bar {
	height: 100px;
}

.header-icon {
	font-size: 1.5em;
	text-align: center;
}

.header-icon__wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 20px;
}

.header-icon a {
	text-decoration: none;
}

.header-action--search .search-bar__submit {
	border: 3px solid #fff;
}

.header-content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-ms-flex-line-pack: center;
	align-content: center;
	height: 100px;
}

#header-logo {
	padding-top: 5px;
	width: 130px;
}

.header-image {
	height: 150px;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 0;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.header-image {
		height: auto;
		max-height: 600px;
	}
}

.header-image--bg {
	background-position: 50% 50%;
	background-size: cover;
	height: inherit;
	width: inherit;
}

.header-image--content {
	height: inherit;
	width: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
	-ms-flex-line-pack: center;
	align-content: center;
	z-index: 1;
	position: relative;
}

.header-image--overlay {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(14%, rgba(12, 12, 12, 0.49)), color-stop(48%, #0c0101));
	background-image: linear-gradient(180deg, rgba(12, 12, 12, 0.49) 14%, #0c0101 48%);
	opacity: 0.5;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 0;
}

.header-image--home {
	height: 270px;
}

.header-titles {
	overflow: hidden;
	color: #fff;
}

.header-titles__line-title {
	font-family: "Uni Sans", Arial, sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	line-height: 0.8;
}

@media screen and (min-width: 768px) {
	.header-titles__line-title {
		font-size: 1.4em;
		line-height: 0.5;
	}
}

.header-titles__line-title span {
	display: inline-block;
	position: relative;
}

.header-titles__line-title span:before, .header-titles__line-title span:after {
	content: "";
	position: absolute;
	height: 7px;
	background-color: #fff;
	top: 0;
	width: 1000px;
}

.header-titles__line-title span:before {
	right: 100%;
	margin-right: 5px;
}

@media screen and (min-width: 768px) {
	.header-titles__line-title span:before {
		margin-right: 15px;
	}
}

.header-titles__line-title span:after {
	left: 100%;
	margin-left: 5px;
}

@media screen and (min-width: 768px) {
	.header-titles__line-title span:after {
		margin-left: 15px;
	}
}

.header-titles__main-title-wrapper {
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.header-titles__main-title-wrapper {
		width: 680px;
	}
}

.header-titles__main-title {
	font-family: "Uni Sans", Arial, sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
	font-size: 1.6em;
	line-height: 1.8;
}

@media screen and (min-width: 768px) {
	.header-titles__main-title {
		font-size: 2.5em;
		line-height: 1.3;
	}
}

#main-search-bar {
	margin-top: -52px;
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

.search-bar {
	height: 64px;
}

.search-bar input {
	height: 64px;
}

.search-bar__form-wrapper {
	position: relative;
}

.search-bar__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media screen and (max-width: 400px) {
	.search-bar__input {
		max-width: 60%;
	}

	.search-bar__submit {
		max-width: 40%;
	}

	input.search-bar__submit, input.search-bar__input {
		font-size: 16px !important;
	}
}

.search-bar__input {
	display: inline-block;
	padding: 0 10px;
	margin: 0;
	border: none;
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	font-size: 1em;
	font-family: "Uni Sans", Arial, sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
}

@media screen and (min-width: 768px) {
	.search-bar__input {
		padding: 0 20px;
	}
}

.search-bar__input::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}

.search-bar__input:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

.search-bar__input::-ms-input-placeholder {
	color: #000;
	opacity: 1;
}

.search-bar__input::placeholder {
	color: #000;
	opacity: 1;
}

.search-bar__input:-ms-input-placeholder {
	color: #000;
}

.search-bar__input::-ms-input-placeholder {
	color: #000;
}

.search-bar__submit {
	display: inline-block;
	border: none;
	font-size: 1em;
	cursor: pointer;
	width: 35%;
	font-family: "Uni Sans", Arial, sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
}

.predictive-search-results {
	position: absolute;
	width: 100%;
	-webkit-box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.25);
	display: none;
}

@media screen and (min-width: 768px) {
	.predictive-search-results {
		width: 65%;
	}
}

.predictive-search-results__item {
	background-color: #EDEDED;
	border-bottom: 1px solid #C9C9C9;
	padding: 10px 25px;
	display: block;
	text-decoration: none;
	color: #000;
}

.predictive-search-results__item:hover, .predictive-search-results__item:focus {
	background-color: #D8D8D8;
}

.predictive-search-results__title {
	margin: 0;
}

.categories-list-section {
	padding: 10px 0;
}

@media screen and (min-width: 768px) {
	.categories-list-section {
		padding: 30px 0;
	}
}

.content-section {
	padding: 10px 0;
}

@media screen and (min-width: 768px) {
	.content-section {
		padding: 30px 0;
	}
}

.categories-list-sidebar {
	margin-top: 15px;
	padding: 20px 40px;
	border: 1px solid #e7e7e7;
}

.categories-list-sidebar .categories-list__item {
	width: auto;
	display: block;
	margin: 0;
}

.categories-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.categories-list__item {
	margin: 0 30px;
	border-bottom: 1px solid #e7e7e7;
}

@media screen and (min-width: 768px) {
	.categories-list__item {
		display: inline-block;
		width: 320px;
	}
}

.categories-list__item span {
	vertical-align: middle;
	justify-content: center;
}

.categories-list__link {
	display: block;
	min-height: 30px;
	text-decoration: none;
}

.categories-list__link:hover .categories-list__title {
	text-decoration: underline;
}

.categories-list__icon {
	justify-content: center;
}

.categories-list__icon img {
	display: block;
	width: 50%;
	margin: 10px 0;
}

.categories-list__title {
	line-height: 20px;
	font-weight: 600;
	padding: 10px 0;
}

@media screen and (min-width: 768px) {
	.latest-section {
		margin-top: 40px;
	}
}

@media screen and (min-width: 768px) {
	.latest-section__container {
		border-top: 1px solid #B4B4B4;
	}
}

.latest-section.featured{
	padding-bottom: 3rem;
	margin-top: -5rem;
	padding-top: 5rem;
} 
.latest-section.featured .post-block{
	text-align: center;
	color: white;
} 

.latest-section.featured .post-block .post-block__title a{
	color: white;
}

.latest-section.featured .post-block .theme-button{
	background-color: white;
}

@media screen and (max-width: 767px) {
	.latest-section.featured .post-block{
		text-align: left;
	}
}

.latest-section.featured .latest-section__container{
	border: none;
}

.latest-section__title {
	font-family: "Uni Sans", Arial, sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
	font-size: 2.5em;
	line-height: 1.5;
	text-align: center;
}

@media screen and (min-width: 768px) {
	.latest-section__title {
		margin-top: 40px;
	}
}

.post-block {
	background-color: #fff;
	padding: 4px;
	-webkit-transition: -webkit-box-shadow 0.2s;
	transition: -webkit-box-shadow 0.2s;
	transition: box-shadow 0.2s;
	transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
	margin: 15px 0;
	height: calc(100% - 38px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.post-block:hover, .post-block:focus {
	-webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.25);
}

.post-block__body {
	padding: 20px;
	margin-bottom: auto;
}

.post-block__title {
	font-family: "Uni Sans", Arial, sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
	font-size: 2em;
	margin: 10px 0;
	line-height: 1.2;
}

.post-block__title a {
	text-decoration: none;
}

.post-block__footer {
	padding: 20px 30px;
	border-top: 1px solid #eee;
	margin-top: auto;
}

.theme-button {
	display: inline-block;
	padding: 25px 30px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
	font-size: 1em;
	line-height: 0.9;
	text-decoration: none;
	text-align: center;
	font-family: "Uni Sans", Arial, sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
}

.article-body {
	background-color: #fff;
	margin-top: -30px;
	margin-bottom: 20px;
	position: relative;
}

@media screen and (min-width: 768px) {
	.article-body {
		margin-top: -50px;
	}
}

.sharing-button {
	font-family: "Uni Sans", Arial, sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
	display: inline-block;
	color: #fff;
	font-size: 1em;
	line-height: 1;
	text-decoration: none;
	margin: 10px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 54px;
}

@media screen and (min-width: 768px) {
	.sharing-button {
		margin: 10px 0;
	}
}

.sharing-button--inner {
	padding: 20px 20px;
	text-align: center;
	margin: 0 auto;
}

.sharing-button__email {
	background-color: #4A90E2;
}

.sharing-button__pdf {
	/* background-color: #A50E21; */
}

.sharing-button__whatsapp {
	background-color: #53920B;
}

.sharing-button--icon {
	width: 54px;
	text-align: center;
	height: 54px;
	line-height: 54px;
	font-size: 1.8em;
}

.sharing-button--icon__email {
	background-color: #2872C7;
}

.sharing-button--icon__whatsapp {
	background-color: #417505;
}

.button-to-category-list {
	margin-top: 20px;
}

.navigation-bar {
	margin: 20px 0;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #dbdbdd;
}

.navigation-bar__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}

.navigation-bar__button {
	height: 40px;
	width: 100%;
	line-height: 40px;
	color: #A1A1A1;
	text-decoration: none;
	font-family: "Uni Sans", Arial, sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
}

.navigation-bar__button--next {
	text-align: right;
}

.navigation-bar__button--disabled {
	color: #d1d1d1;
	cursor: default;
}

.navigation-bar__buttons-divider {
	height: 40px;
	width: 2px;
	background-color: #dbdbdb;
}

iframe {
	width: 100%;
	height: 400px !important;
}

#footer-bar {
	height: 25px;
	width: 100%;
	margin-top: 20px;
}

button[type="submit"]:not(.theme-button) {
	background: none;
	border: none;
	cursor: pointer;
}

/*# sourceMappingURL=style.css.map */
.post-block {
	-ms-word-break: break-word;
	word-break: break-word;
	/* Non standard for WebKit */
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}

.header-titles__line-title span:before {
	display: none;
}

.header-titles__line-title span:after {
	display: none;
}

ul {
	padding-left: 15px;
}

input {
	border-radius: 0;
}

.button-to-category-list {
	line-height: 1.5;
}

.search-bar__input input {
	font-size: 26px !important;
}

.plate--element__image img {
	width: auto !important;
}

@media screen and (max-width: 992px) {
	.header-titles__main-title, .latest-section__title {
		font-size: 22px;
		line-height: 1.3;
		padding-right: 20px;
		padding-left: 20px;
	}

	video {
		width: 600px;
	}

	.latest-section__title {
		margin-top: 50px;
		margin-bottom: 25px;
	}

	.post-block__title {
		font-size: 22px;
	}
}

/* Edge */
@supports (-ms-ime-align: auto) {
	#header-logo {
		height: 90px;
		width: auto;
	}

	#header-bar .plate--column.xs-6:last-child {
		justify-content: center;
	}

	.header-content-wrapper {
		height: auto;
	}

	.header-image--content {
		padding: 40px 0;
	}
}

/* IE */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	#header-logo {
		height: 90px;
		width: auto;
	}

	#header-bar .plate--column.xs-6:last-child {
		justify-content: center;
	}

	.header-content-wrapper {
		height: auto;
	}

	.header-image--content {
		padding: 40px 0;
	}

	.post-block__title,
	.header-titles__main-title {
		-ms-word-break: break-all;
	}
}

/* Toetsingsmodule */
.ui-sortable-handle svg {
	height: 12px;
	margin-right: 5px;
}

ul.ui-sortable {
	list-style: none;
	padding: 0
}

.test_module p {
	margin: 0;
}
.test_module input, .test_module select, .test_module textarea{
	-webkit-appearance:none;
}

.test_module textarea {
	background: #F3F3F3;
	border-radius: 2px;
	height: 100px;
	resize: none;
}

.test_module__question {
	display: flex;
	flex-direction: column;
}

.test_module__question label {
	margin-bottom: 14px;
}

.test_module__answer--checkbox .test_module__answer__text::before, .test_module__answer--rating .test_module__answer__text::after, .test_module__answer--radio .test_module__answer__text::before {
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	top: 4px;
	transition: background-image 0.2s;
	background-size: 50%;
	background-repeat: no-repeat;
	background-position: center;
	left: -24px;
	background-color: #E9E9E9;
	z-index: 5;
}

.test_module__answer--checkbox .test_module__answer__text::before {
	border-radius: 2px;
}

.test_module__answer--radio .test_module__answer__text::before, .test_module__answer--rating .test_module__answer__text::after {
	border-radius: 50%;
}

.test_module__answer--rating .test_module__answer__text {
	padding-bottom: 20px;
}

.test_module__answer--rating .test_module__answer__text::after {
	top: unset;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.test_module input, .test_module textarea {
	border: none;
	padding: 14px 26px;
	background: #F3F3F3;
	border-radius: 2px;
}

.test_module__question {
	margin-bottom: 24px;
}

.test_module__answer, .test_module__question .ui-sortable li {
	background: #FFFFFF;
	padding: 15px 10px;
	margin-bottom: 10px;
	border-radius: 2px;
	position: relative;
	cursor: pointer;
}
.test_module__question .ui-sortable li{
	border: 1px solid #E5E8EF;
	border-radius: 2px;
}

/* @media (hover: hover) {
	.test_module__answer--checkbox:hover, .test_module__answer--radio:hover, .test_module__answer--rating:hover {
		color: white;
	}
} */

.test_module__answer input {
	opacity: 0;
}

.test_module__answer input, .test_module__answer textarea, .test_module__answer .test_module__answer__text {
	z-index: 5;
}

.test_module__answer .test_module__answer__text {
	position: relative;
	pointer-events: none;
	margin-left: 25px;
	transition: color 0.2s;
	line-height: 18px;
}

.test_module__answer--rating .test_module__answer__text {
	margin-left: 0 !important;
}

.else__text {
	margin-top: 14px;
}

.test_module__answer--checkbox input, .test_module__answer__background, .test_module__answer--radio input, .test_module__answer__background, .test_module__answer--rating input, .test_module__answer__background {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.test_module__answer .test_module__answer__background {
	pointer-events: none;
	z-index: 1;
	transition: background-color 0.2s;
	border: 1px solid #E5E8EF;
	border-radius: 2px;
}
/* @media (hover: hover) {
	.test_module__answer--checkbox:hover .test_module__answer__background, .test_module__answer--radio:hover .test_module__answer__background, .test_module__answer--rating:hover .test_module__answer__background {
		background-color: #A50E21;
	}
} */
/* .test_module__answer--checkbox input:checked~.test_module__answer__background, .test_module__answer--radio input:checked~.test_module__answer__background, .test_module__answer--rating input:checked~.test_module__answer__background {
	background-color: #A50E21;
} */


.test_module__answer__text svg {

    position: absolute;
    top: 7px;
    left: -21px;
    z-index: 10;
    height: 8px;

}
.test_module__answer--checkbox input:not(:checked) ~ .test_module__answer__text svg path,
.test_module__answer--radio input:not(:checked) ~ .test_module__answer__text svg path,
.test_module__answer--rating input:not(:checked) ~ .test_module__answer__text svg path {
	fill: transparent;
}



.test_module__answer--checkbox input:checked~.test_module__answer__text, .test_module__answer--radio input:checked~.test_module__answer__text, .test_module__answer--rating input:checked~.test_module__answer__text {
	color: white;
}

.test_module__question li {
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.05);
	cursor: grab;
}

.test_module__answer--else {
	display: flex;
	flex-direction: column;
}

.test_module__answer--else textarea {}

.rating__wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.rating__item {
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	text-align: center;
}
.test_module{
	padding-top: 24px;
		padding-top: 24px;

	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.test_module .btn {
	width: 100%;
	/* background: #A50E21; */
	border-radius: 2px;
	padding: 20px 20px;
	text-align: center;
	margin: 0 auto;
	font-family: "Uni Sans", Arial, sans-serif;
	font-weight: 900;
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
	font-size: 1em;
	line-height: 1;
}
.errors{
	list-style: none;
	padding: 0;
}
.select__wrapper{
	position: relative;
}
.select__wrapper select{
	width: 100%;
	margin-bottom: 0;
}
.select__wrapper::after{
	height: calc(100% - 2px);
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	width: 30px;
	background-color: white;
	pointer-events: none;
	background-image: url('/theme/assets/svg/chevron-down-solid.svg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px;
	border: 1px solid #E5E8EF;
	border-left: none;
}

input, select, textarea, .test_module__question li, .test_module__answer__text {
	font-size: 16px !important;
	border-radius: 2px;
}
@media screen and (min-width: 768px) {
 input, select, textarea, .test_module__question li, .test_module__answer__text {
	 font-size: unset !important;
 }
}
.disable {
	pointer-events:none;
	color:grey;
}

.language-switch {
	margin-right: 20px;
	position: relative;
	top: 1px;
}

.language-switch:hover ul {
	opacity: 1;
	pointer-events: all;
}

.language-switch:hover::after {
	content: '';
	position: absolute;
	left: 0;
	top: 90%;
	width: 230%;
	height: 90px;
	z-index: 1;
}

.language-switch__flag {
	width: 1.1rem;
	height: 1.1rem;
	border: 1px solid white;
	border-radius: 50%;
	position: relative;
	display: block;
	overflow: hidden;
}

.language-switch__flag {
	background-size: cover;
	background-position: center center;
}

.language-switch ul {
	position: absolute;
	top: 44px;
	z-index: 9999;
	background: white;
	list-style: none;
	padding: 0;
	opacity: 0;
	pointer-events: none;
}

.language-switch ul .language-switch__flag {
	width: 1.1rem;
	height: 1.1rem;
	margin-right: 0.4rem;
}

.language-switch ul li.menu__item--dropdown__item a {
	display: flex;
	align-items: center;
	color: black;
	text-decoration: none;
	padding: .4rem 2rem .4rem 1rem;
}

.language-switch ul li.menu__item--dropdown__item a:hover {
	background-color: #d7d7d7;
}

.flag-en {
	background-image: url('/theme/assets/images/flag-en.jpg')
}

.flag-de {
	background-image: url('/theme/assets/images/flag-de.jpg')
}

.flag-nl {
	background-image: url('/theme/assets/images/flag-nl.jpg')
}

.flag-es {
	background-image: url('/theme/assets/images/flag-es.jpg')
}

.flag-fr {
	background-image: url('/theme/assets/images/flag-fr.jpg')
}

.flag-pl {
	background-image: url('/theme/assets/images/flag-pl.jpg')
}

.flag-us {
	background-image: url('/theme/assets/images/flag-us.jpg')
}

.inactivity-popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2000;
	display: none;
	opacity: 0;
	transition-duration: 200ms;
}

body.inactive {
	overflow: hidden;
}

body.inactive .inactivity-popup {
	display: flex;
	opacity: 1;
}

.inactivity-modal {
	background-color: #ffffff;
	padding: 2rem 4rem;
	text-align: center;
}

.inactivity-subtitle {
	font-weight: 600;
	margin: 0 0 .75rem;
	font-size: 1rem;
}

.inactivity-title {
	font-weight: 700;
	margin: .75rem 0 1.5rem 0;
	font-size: 2rem;
}

.announcement {
	padding: 2rem;
	color: #ffffff;
}
.announcement__title {
	font-size: 2rem;
	font-weight: 700;
	margin-top: 0;
}

.quick-links {
	display: flex;
	height: 100%;
}
.quick-link {
	color: #ffffff;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	flex: 1 1 0px;
}
.quick-link-wrap {
	padding: .5rem;
	display: flex;
	position: relative;
	flex: 1 1 0px;
}

.quick-link__link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.single-element-button {
	margin: .6125rem 0;
	display: block;
}

.plate--element__quick_link {
	/* display: flex;
	flex-grow: 1; */
	height: 50%;
	margin: 0;
}

.plate--element__quick_link:first-child {
	margin-top: 0;
}
.plate--element__quick_link:last-child {
	margin-bottom: 0;
}

.plate--element__quick_link:first-child .quick-links .quick-link-wrap {
	padding-top: 0;
}
.plate--element__quick_link:last-child .quick-links .quick-link-wrap {
	padding-bottom: 0;
}

.quick-link__icon {
	text-align: center;
}
.quick-link__img {
	height: 3rem;
	margin: 0 auto;
	filter: brightness(0) invert(1);
}

.quick-link__title {
	font-weight: 700;
	margin-top: 1rem;
	font-size: 1.25rem;
	text-align: center;
}

@media (max-width: 1199px) {
	.header-icons .plate--column {
		width: auto !important;
		max-width: none !important;
		flex-basis: auto !important;
		padding-left: 5px;
	}

	.header-content-wrapper .plate--row {
		display: flex;
		justify-content: flex-end;
	}

	.header-icon__wrapper {
		padding-right: 0;
	}
}

@media (min-width: 768px) {
	.language-switch__flag {
		width: 1.3rem;
		height: 1.3rem;
	}

	.header-icon {
		font-size: 2em;
	}

	.language-switch ul {
		top: 46px;
	}
}

@media (min-width: 1199px) {
	.language-switch ul {
		top: 50px;
	}
}

@media screen and (max-width: 992px) {
	.quick-links {
		display: block;
	}
	.quick-link {
		min-height: 100px;
	}
	.quick-link-wrap {
		margin: 1rem 0;
	}
	.quick-link-wrap:last-child {
		margin-bottom: 0;
	}
}

@media screen and (max-width: 768px) {
	.quick-links {
		margin: 0 -.5rem;
		height: auto;
	}
	.quick-link-wrap {
		height: 100%;
	}
	.plate--element__quick_link:last-child {
		padding-bottom: 2rem;
	}
}
