:root {
	--u-color-purple: #A3166C;
	--u-color-orange: #f07d00;
}
a:hover {
	text-decoration: none;
}
ul {
	padding-left: 0;
	list-style-type: none;
}
html{
	overflow-x: hidden;
}
input[type=text],
input[type=text]:focus {
	border: 1px solid #f07d00;
	border-radius: 5px;
	box-shadow: none;
	outline: none;
}
input[type=text]::placeholder {
	color: #f07d00;
}
.search-box-input {
    width: 100%;
    padding: 5px 15px;

    border: 0;
}
.search-box .search-box-input {
    border-right-color: transparent !important;
}
.search-box .input-group-text {
    cursor: pointer;

    color: #f07d00;
    background: transparent;
    border: none;
	position: absolute;
	right: 10px;
	top: 5px;
}
.search-box-input:focus {
    outline: none;
}
html, body {
	color: #000000;
	font-size: 16px;

	font-family: 'Meta Pro Regular';
}
body {
	padding-top: 50px;
}
header {
    position: fixed;
    width: 100%;
    z-index: 1001;
    height: 65px;
    top: 0;

	background-color: #ffffff;
	-webkit-box-shadow: -1px 2px 11px 1px rgba(0,0,0,0.11);
	box-shadow: -1px 2px 11px 1px rgba(0,0,0,0.11);
}
header .hamburger {
	display: none;
}
header a.logo-link {
	z-index: 9999;
	position: absolute;
	top: -10px;
}
header ul.main-nav {
	display: block;

	padding-left: 0;
	padding-top: 20px;
	list-style-type: none;
}
header ul.main-nav > li {
	float: left;
}
header ul.main-nav > li > a {
	font-size: 14px;
	padding: 0 15px;
	/*color: #686868;*/
	transition: all 1s;

	text-transform: uppercase;
	font-family: 'Meta Pro Bold';
}
header ul.main-nav > li > a:hover {
	color: var(--u-color-orange);
	text-decoration: none;
}
header ul.main-nav > li > a.active,
header ul.main-nav > li > a.search {
	color: var(--u-color-orange);
}
header .mobile-btn {
	display: none;
}
header .btn-custom {
	margin-top: 15px;
}

header .search-box {
	min-height: unset;
}
header .search-form .search-wrapper {
	border-top: var(--u-color-orange) 3px solid;
}
header .search-form form input {
	height: 31px;
	width: 85%!important;
}
header .search-form form .btn-primary {
	background-color: var(--u-color-orange);
}

div.header-spacer {
    width: 100%;
    min-height: 310px;

    background: url(../svg/header.svg) no-repeat center center;
    background-size: 103%;

    top: -100px;
    position: relative;
}
div.header-divider {
	width: 100%;
	min-height: 16px;

	background: url(../images/line.png) no-repeat center center;

	position: relative;
	bottom: -15px;
}
div.footer-spacer {
	width: 100%;
	min-height: 310px;

	background: url(../svg/footerv2.svg) no-repeat center center;
	background-size: 103%;

	bottom: -100px;
	position: relative;

	z-index: -1;
}
.divider-bg {
	width: 100%;
	height: 16px;
	display: flex;
	background: url(../images/line.png) no-repeat center center;
	background-size: cover;
}

section {
	min-height: 150px;
	padding-bottom: 80px;
}
section.plain:not(.woordenboek) {
	padding: 80px 0;
}
section.plain.section-0 {
	padding: 20px 0;
}
section.plain.section-0.intro:not(.home) {
	padding: 50px 0;
}
section.search {
	padding-bottom: 20px;
}
.white-plain-box {
	padding: 30px;
	background-color: #ffffff;
}
.white-plain-box2 {
	padding: 15px;
	background-color: #ffffff;
}
.white-plain-box .title {
	font-size: 28px;
}
section.gray-bg {
    width: 100%;
	background: url(../svg/gray.bg.svg) no-repeat center right;
	background-size: cover;

	padding-top: 30px;
	padding-bottom: 30px;
}
section.orange-bg .orange-top-box {
	font-weight: 600;
    background: linear-gradient(to right, #fdd131 0%, #fdd131 50%, #fdc806 50%, #fdc806 100%);
}
section.gray-bg-color {
    width: 100%;
	background-color: #F2F2F2;

	padding-top: 50px;
	padding-bottom: 50px;
}
.bg-purple {
    width: 100%;
	background: url(../svg/purple.bg.svg) no-repeat center right;
	background-size: cover;

	padding-top: 30px;
	padding-bottom: 30px;
}
section .title {
	color: var(--u-color-purple);
	font-family: 'Meta Pro Bold';
	font-size: 40px;
}
section .o-title{
	color: #fff;
	font-family: 'Meta Pro Bold';
	font-size: 35px;
}
section .title-light {
	color: var(--u-color-purple) !important;
	font-family: 'Meta Pro Bold';
	font-size: 28px !important;
}
section.intro {
	font-size: 16px;
}

section.information {
	background-color: #ececec;
	margin-top: 0;
}
section h2:not(.title) {
	color: #282828;
	font-family: 'Meta Pro Bold';
	font-size: 40px;
}
section .info-box {
	width: 100%;
    min-height: 150px;

    background: url(../svg/info-box.svg) no-repeat center center;
    background-size: contain;
}
section .info-box .media {
    padding: 40px 0;
    width: 90%;
}

.full-page-plain-wrapper .image {
    width: 100%;
    width: 100%;
	height: 405px;

	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}
.full-page-plain {
	padding: 50px;
	background-color: #ffffff;
}
.full-page-plain p {
	text-align: left !important;
}

.slick-wrapper {
    width: 100%;
    height: 100%;
}
.slick-slide {
    margin: 0 27px;
}
.slick-list {
    margin: 0 -27px;
}
.slick-active:focus {
    outline: none;
}
.slick-initialized .slick-slide {
    border-radius: 5px;
    background-color: #fff;

    -webkit-box-shadow: -1px 2px 11px 1px rgb(0 0 0 / 20%);
    box-shadow: -1px 2px 11px 1px rgb(0 0 0 / 20%);

    padding-bottom: 50px !important;
}
.slick-arrow:before {
    color: #ef8129 !important;
    font-size: 30px !important;
}
.slick-dots {
	bottom: -35px !important;
}
.slick-dots li button:before {
	font-size: 15px !important;
	opacity: 1 !important;
	color: #ffffff !important;
}
.slick-dots li.slick-active button:before {
	color: #FF9800 !important;
}
.news-wrapper {
	margin-top: 3rem;

    -webkit-box-shadow: -1px 2px 11px 1px rgb(0 0 0 / 20%);
    box-shadow: -1px 2px 11px 1px rgb(0 0 0 / 20%);
}
.news-wrapper .img-wrapper,
.slick-wrapper .img-wrapper {
    height: 150px;
    background-size: cover !important;
	background-position: center center !important;
    background-repeat: no-repeat !important;
}
@media only screen and (min-width: 1200px) {
	.news .img-wrapper {
		height: 191px!important;
	}
}
.news-wrapper .small-info div,
.slick-wrapper .small-info div {
	min-width: 49%;
	padding: 5px 10px;

	color: #A5A7AA;
	font-size: 14px;

	display: inline-block;

    font-family: 'Meta Pro Regular';
	font-weight: normal;
	font-style: normal;
}
.news-wrapper .small-info .tags,
.slick-wrapper .small-info .tags {
	margin-top: 10px;
}
.news-wrapper .small-info span:not(.hidden),
.slick-wrapper .small-info span:not(.hidden) {
	margin-right: 10px;
}
.news-wrapper .small-info span > i,
.slick-wrapper .small-info span > i {
	margin-right: 10px;
}
.news-wrapper .news-content {
	text-align: left;
}
.news-wrapper .news-content h5,
.slick-wrapper .news-content h5 {
	color: var(--u-color-purple);
	font-family: 'Meta Pro Bold';
	font-size: 20px;
	margin-bottom: 0;
}
.news-wrapper .news-content p,
.slick-wrapper .news-content p {
	margin-top: 2rem;
}

.news-detail-wrapper h1 {
	font-family: 'Meta Pro Bold';
}
.news-detail-wrapper h2:not(.title) {
	font-style: italic;
	font-family: 'Meta Pro Regular' !important;
}
.news-detail-wrapper h3 {
	text-decoration: underline;
}


footer {
	z-index: 999;
	color: #282828;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #EAEAEA;
}
footer ul {
	padding-left: 0;
}
footer ul li {
	float: none;
	margin-bottom: 8px;
	list-style-type: none;
}
footer ul li a {
	display: block;

	color: #3B3B3B;
	font-size: 18px;
	text-transform: uppercase;

	font-family: 'Meta Pro Bold';
}
footer ul li a:hover {
	color: #a5a7aa;
	text-decoration: none;
}

footer ul.light li:not(:first-child) a {
	font-size: 16px;
	text-transform: none;
	font-family: 'Meta Pro Regular';
}


.btn-custom {
	border: 0;
	color: #ffffff;
	border-radius: 50px;

	padding: 5px 30px;

	font-size: 14px;
	font-weight: 700;
}
.btn-custom:focus {
	box-shadow: none;
	outline: none;
}
.btn-orange {
	color: #ffffff;
	background-color: #f07d00
}
.btn-orange:hover,
.btn-orange:focus {
	color: #ffffff;
}
.btn-orange-reverse {
	color: #f07d00;
	border: 1px solid #f07d00;
	background-color: #ffffff;
}
a,
.btn-orange-reverse:hover,
.btn-orange-reverse:focus {
	color: #f07d00;
}

a.gray {
	color: rgb(119, 119, 119);
}

.tags a {
	color: rgb(119, 119, 119);
	font-size: 14px;
}

.container .row ul:not(.main-nav):not(.categories):not(.ul-tag-list),
.container .row ol {
	padding-inline-start: 18px;
	list-style-type: unset;
}

.search-wrapper {
    -webkit-box-shadow: -1px 2px 11px 1px rgb(0 0 0 / 20%);
    box-shadow: -1px 2px 11px 1px rgb(0 0 0 / 20%);
	margin-bottom: 10px;
}

.video-el {
	margin: 0 auto;
    width: 100%;
}

table {
	border: 1px solid #eaeaeb;
    margin: 0 0 1.78571em;
    width: 100%;
}

table th, table td {
    border: 1px solid #eaeaeb;
    padding: 0.75em;
}

.news-wrapper .small-info .date {
	margin-left: 5px;
}

a:hover {
	color: var(--u-color-purple);
}

section:first-of-type .row:not(.search-row):not(.news-spacing-row):not(.news-row) > div:nth-child(2).first-right,
section:first-of-type .row:not(.search-row):not(.news-spacing-row):not(.news-row) > div:first-child {
    padding-top: 50px;
    padding-bottom: 50px;
}

section:first-of-type .row.news-spacing-row > div:first-child,
section:first-of-type .row.search-row > div:first-child {
    padding-top: 50px;
}

section.container-fluid.section-0.intro.plain.home {
	margin-top: -75px;
}

section:last-of-type:not(.has-background) {
	padding-bottom: 0;
}

@media only screen and (max-width: 800px) {
	section .title {
		font-size: 20px;
	}
  }

