* {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

.fadeUp {
  transform: translateY(40px);
  opacity: 0;
  transition: 0.3s ease;
}

.fadeUp.inView {
  transform: inherit;
  opacity: 1;
}

.fadeRight {
  transform: translateX(-40px);
  opacity: 0;
  transition: 0.3s ease;
}

.fadeRight.inView {
  transform: inherit;
  opacity: 1;
}

a {
  text-decoration: none;
  color: inherit;
}

.btn {
  position: relative;
  padding: 23px 60px 23px 23px;
  transition: 0.2s ease;
  text-transform: uppercase;
  text-decoration: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  font-family: canada-type-gibson, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  background-image: url("../../img/icon-arrow-right-white.svg");
  background-size: 20px 18px;
  background-position: right 24px bottom 50%;
  background-repeat: no-repeat;
}
.btn:hover {
  padding: 23px 70px 23px 30px;
}

.btns {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex-direction: column;
}

article {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-family: canada-type-gibson, sans-serif;
  color: #FFFFFF;
}
article h1 {
  font-size: 100px;
  font-weight: 700;
  line-height: 100px;
}
article h2 {
  font-size: 75px;
  font-weight: 700;
  line-height: 75px;
}
article h3 {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}
article h4 {
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}
article h5 {
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}
article h6 {
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}
article p {
  font-size: 22px;
  font-weight: 200;
  line-height: 30px;
}
article a {
  text-decoration: underline;
}
article ol, article ul {
  padding-left: 20px;
  font-size: 22px;
  font-weight: 200;
  line-height: 30px;
}
article blockquote {
  margin-left: 10px;
  font-size: 30px;
  font-weight: 200;
  line-height: 30px;
}

.nf-form-wrap {
  padding: 50px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-family: canada-type-gibson, sans-serif;
  color: #000000;
  background-color: #FFFFFF;
}
.nf-form-wrap .nf-form-layout form .nf-before-form-content {
  display: none;
}
.nf-form-wrap .nf-form-layout form .nf-form-content {
  padding: 0px;
  margin: inherit;
  max-width: 700px;
}
.nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
.nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container {
  margin-bottom: 0px;
}
.nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field .field-wrap .nf-field-label {
  font-size: 20px;
  font-weight: 600;
}
.nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field .field-wrap .nf-field-label span {
  font-size: 20px;
  font-weight: 600;
}
.nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field .field-wrap .nf-field-label label {
  display: none;
}
.nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field .field-wrap .nf-field-description {
  margin: 0px;
  font-size: 20px;
  font-weight: 700;
}
.nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field .field-wrap .nf-field-element input {
  padding: 16px 16px 16px 0px;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000000;
  border-left: none;
  font-family: canada-type-gibson, sans-serif;
  font-size: 20px;
  font-weight: 600;
  background-color: #FFFFFF;
}
.nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field .field-wrap .nf-field-element input::placeholder {
  color: #000000;
}
.nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field .field-wrap .nf-field-element textarea {
  padding: 16px 16px 16px 0px;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000000;
  border-left: none;
  height: auto;
  resize: none;
  font-family: canada-type-gibson, sans-serif;
  font-size: 20px;
  font-weight: 600;
  background-color: #FFFFFF;
}
.nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field .field-wrap .nf-field-element textarea::placeholder {
  color: #000000;
}
.nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field .field-wrap .nf-field-element select {
  display: flex;
  padding: 16px 16px 16px 0px;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000000;
  border-left: none;
  min-width: inherit;
  width: 100%;
  height: auto;
  transition: 0.2s ease;
  cursor: pointer;
  font-family: canada-type-gibson, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-image: url("../../img/icon-arrow-down-turq.svg");
  background-size: 20px 18px;
  background-position: right 20px bottom 50%;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
}
.nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field .field-wrap .nf-field-element input[type=checkbox] {
  position: relative;
  padding: 0px;
  margin-bottom: 0px;
  border: none;
  width: 30px;
  -webkit-appearance: none;
}
.nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field .field-wrap .nf-field-element input[type=checkbox]:before {
  content: "";
  position: absolute;
  left: 0px;
  border-bottom: 2px solid #000000;
  width: 30px;
  height: 30px;
}
.nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field .field-wrap .nf-field-element input[type=checkbox]:after {
  content: "";
  display: none;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background-color: #000000;
}
.nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field .field-wrap .nf-field-element input[type=checkbox]:checked:after {
  display: block;
}
.nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field .field-wrap .nf-field-element input[type=radio] {
  position: relative;
  padding: 0px;
  margin-bottom: 0px;
  border: none;
  width: 30px;
  height: 30px;
  -webkit-appearance: none;
}
.nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field .field-wrap .nf-field-element input[type=radio]:before {
  content: "";
  position: absolute;
  left: 0px;
  border-bottom: 2px solid #000000;
  width: 30px;
  height: 30px;
}
.nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field .field-wrap .nf-field-element input[type=radio]:after {
  content: "";
  display: none;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background-color: #000000;
}
.nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field .field-wrap .nf-field-element input[type=radio]:checked:after {
  display: block;
}
.nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field .field-wrap .nf-field-element input[type=button], .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field .field-wrap .nf-field-element input[type=submit] {
  position: relative;
  padding: 23px;
  border: none;
  height: auto;
  transition: 0.2s ease;
  text-transform: uppercase;
  text-decoration: none;
  font-family: canada-type-gibson, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #FF0091;
}
.nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field .field-wrap .nf-field-element input[type=button]:hover, .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field .field-wrap .nf-field-element input[type=submit]:hover {
  padding: 23px 30px 23px 30px;
}
.nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field .checkbox-wrap {
  flex-direction: column;
}
.nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field .nf-field-container .nf-field .checkbox-wrap .nf-field-label label {
  display: block;
}

.bg-white:has(+ .bg-white) {
  padding-bottom: 0px;
}

/*
 * 404 general style
 */
.error404 .text {
  padding-top: 120px;
  padding-bottom: 120px;
}
.error404 .text article {
  align-items: flex-start;
  margin: auto auto;
  width: 85.7142857143%;
}
.error404 .text article .btn {
  background-color: #FF0091;
}

/*
 * contact template styles
 */
.page-template-page-contact main {
  gap: 0px;
}
.page-template-page-contact .hero-page .hero-inner {
  position: relative;
  z-index: 2;
}
.page-template-page-contact .hero-page:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 200px;
  z-index: 0;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.page-template-page-contact .hero-page .hero-background-image {
  transform: scaleX(-1);
  z-index: 1;
}
.page-template-page-contact .nf-form-wrap {
  padding: 0px;
  box-shadow: none;
}
.page-template-page-contact .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap {
  grid-template-columns: repeat(2, 1fr);
}
.page-template-page-contact .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap:nth-child(5) {
  grid-column: span 2;
}
.page-template-page-contact .nf-form-wrap .nf-form-layout form .nf-form-content nf-fields-wrap nf-field:nth-child(5) {
  grid-column: span 2;
}

/*
 * praktische info template styles
 */
.page-template-page-praktische-info main {
  gap: 0px;
}
.page-template-page-praktische-info .hero-page .hero-background-image {
  transform: scaleX(-1);
}
.page-template-page-praktische-info .pages {
  padding-bottom: 120px;
}

/*
 * locaties template styles
 */
.page-template-page-locaties main {
  gap: 0px;
}

/*
 * page default styles
 */
.page-template-default main {
  padding-bottom: 120px;
}

/*
 * single nieuws styles
 */
.single-nieuws main {
  padding-bottom: 120px;
}

/*
 * single agenda styles
 */
.single-agenda main {
  padding-bottom: 120px;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #FFFFFF;
}
header .homelink {
  position: relative;
  margin-left: 7.1428571429%;
}
header .homelink .logo {
  height: 90px;
}
header nav {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-right: 7.1428571429%;
}
header nav .menu {
  display: flex;
  align-items: center;
  gap: 50px;
  list-style: none;
}
header nav .menu .menu-item {
  position: relative;
  transition: 0.2s ease;
  text-transform: uppercase;
  font-family: canada-type-gibson, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
header nav .menu .menu-item:last-of-type {
  padding-right: 0px;
}
header nav .menu .menu-item a {
  position: relative;
  transition: 0.2s ease;
  z-index: 1;
  text-decoration: none;
  color: #000000;
}
header nav .menu .menu-item:hover a {
  color: #FF0091;
}
header nav .menu .menu-item .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  top: 100%;
  left: -40px;
  padding: 0px 40px;
  width: 300px;
  height: 0%;
  transition: 0.2s ease;
  list-style: none;
  overflow: hidden;
  z-index: 2;
  background-color: #FFFFFF;
}
header nav .menu .menu-item .sub-menu .menu-item {
  transition: 0.2s ease;
  font-size: 18px;
}
header nav .menu .menu-item .sub-menu .menu-item a {
  color: #000000;
}
header nav .menu .menu-item-has-children {
  margin-top: 20px;
  padding-bottom: 20px;
}
header nav .menu .menu-item-has-children:hover .sub-menu {
  padding: 40px 40px;
  height: fit-content;
}
header nav .menu .menu-item-has-children:hover .sub-menu .menu-item:hover {
  padding-left: 10px;
}
header nav .menu .menu-item-has-children:hover .sub-menu .menu-item:hover a {
  color: #7C67A2;
}
header nav .menu .btn {
  padding-left: 0px;
}
header nav .menu .btn a {
  position: relative;
  padding: 23px;
  transition: 0.2s ease;
  text-transform: uppercase;
  text-decoration: none;
  font-family: canada-type-gibson, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  background-image: none;
  background-color: #FF0091;
}
header nav .menu .btn:hover {
  padding-left: 0px;
}
header nav .menu .btn:hover a {
  padding: 23px 30px 23px 30px;
  margin-left: -14px;
  color: #FFFFFF;
}
header nav .search-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  transition: 0.2s ease;
  cursor: pointer;
  background-color: #FF0091;
}
header nav .search-icon svg {
  width: 40px;
  height: auto;
}
header nav .search-icon:hover {
  background-color: #7C67A2;
}
header #menu-toggle {
  display: none;
  position: relative;
  margin-right: 7.1428571429%;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 4;
}
header #menu-toggle span {
  display: block;
  background: #FF0091;
  border-radius: 5px;
  transition: 0.2s ease;
}
header #menu-toggle #hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
}
header #menu-toggle #hamburger span {
  width: 30px;
  height: 3px;
  position: relative;
  margin-bottom: 7px;
}
header #menu-toggle #hamburger span:nth-child(1) {
  transition-delay: 0.5s;
}
header #menu-toggle #hamburger span:nth-child(2) {
  transition-delay: 0.625s;
}
header #menu-toggle #hamburger span:nth-child(3) {
  transition-delay: 0.75s;
  margin-bottom: 0px;
}
header #menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}
header #menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 3px;
  position: absolute;
  top: 0%;
  left: 14px;
  transition-delay: 0s;
}
header #menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 3px;
  position: absolute;
  left: 0%;
  top: 14px;
  transition-delay: 0.25s;
}
header #menu-toggle.open #hamburger span {
  width: 0%;
}
header #menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
header #menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
header #menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: 0.25s;
}
header #menu-toggle.open #cross span:nth-child(1) {
  height: 30px;
  transition-delay: 0.625s;
}
header #menu-toggle.open #cross span:nth-child(2) {
  width: 30px;
  transition-delay: 0.375s;
}

.search-wrapper {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  padding-top: 40px;
  padding-right: 7.1428571429%;
  padding-bottom: 40px;
  padding-left: 7.1428571429%;
  height: 100%;
  width: 100%;
  z-index: 4;
  font-family: canada-type-gibson, sans-serif;
  background-color: #7C67A2;
}
.search-wrapper .search-close {
  position: absolute;
  top: 30px;
  right: 7.1428571429%;
  width: 40px;
  height: 40px;
  z-index: 5;
}
.search-wrapper .search-form {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  width: 85.7142857143%;
}
.search-wrapper .search-form input {
  display: inline-block;
  padding: 20px 30px;
  border: none;
  border-bottom: 2px solid #FFFFFF;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-family: canada-type-gibson, sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  background-color: transparent;
}
.search-wrapper .search-form input::placeholder {
  color: #FFFFFF;
}
.search-wrapper .search-form button {
  display: inline-block;
  border: none;
  border-bottom: 2px solid #FFFFFF;
  max-width: 40px;
  width: 20%;
  transition: 0.2s ease;
  cursor: pointer;
  background-color: transparent;
}
.search-wrapper .search-form button svg {
  width: 20px;
  height: 20px;
}
.search-wrapper .search-form button svg path {
  fill: #FFFFFF;
}

.search-open {
  display: flex;
}

.mobile-menu-wrapper {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  padding-top: 40px;
  padding-right: 7.1428571429%;
  padding-bottom: 40px;
  padding-left: 7.1428571429%;
  height: 100%;
  width: 100%;
  overflow: auto;
  z-index: 3;
  font-family: canada-type-gibson, sans-serif;
  background-color: #000000;
}
.mobile-menu-wrapper .menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  margin-bottom: 40px;
  width: 85.7142857143%;
  list-style: none;
}
.mobile-menu-wrapper .menu .menu-item {
  transition: 0.2s ease;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}
.mobile-menu-wrapper .menu .menu-item a {
  transition: 0.2s ease;
  color: #FFFFFF;
}
.mobile-menu-wrapper .menu .menu-item .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 15px;
  padding-left: 15px;
}
.mobile-menu-wrapper .menu .menu-item .sub-menu .menu-item a {
  color: #FFFFFF;
}
.mobile-menu-wrapper .menu .menu-item .sub-menu .menu-item:hover a {
  color: #7C67A2;
}
.mobile-menu-wrapper .menu .menu-item:hover {
  padding-left: 20px;
}
.mobile-menu-wrapper .menu .menu-item:hover a {
  color: #FF0091;
}
.mobile-menu-wrapper .menu .btn {
  align-self: flex-start;
  font-size: 18px;
  background-color: #FF0091;
}
.mobile-menu-wrapper .search-icon svg {
  width: 20px;
  height: 20px;
}

.hero-front {
  display: flex;
  align-items: center;
  position: relative;
  height: 80vh;
}
.hero-front .hero-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  margin: auto auto;
  width: 71.4285714286%;
  height: 100%;
}
.hero-front .hero-inner .hero-image {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: auto;
  max-height: 80%;
  height: 100%;
  object-fit: contain;
}
.hero-front .hero-inner .hero-content {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 50px;
}
.hero-front .hero-inner .hero-content h1 {
  max-width: 900px;
  mix-blend-mode: multiply;
  text-align: right;
  font-family: ofelia-display, sans-serif;
  font-size: 130px;
  font-weight: 900;
  line-height: 96px;
  color: #FF0091;
}
.hero-front .hero-inner .hero-content .btn {
  padding: 24px;
  transition: 0.2s ease;
  background-image: none;
  background-color: #000000;
}
.hero-front .hero-inner .hero-content .btn:hover {
  background-color: #7C67A2;
}
.hero-front .scroll {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  text-decoration: center;
}
.hero-front .scroll p {
  text-align: center;
  font-family: canada-type-gibson, sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.hero-front .hero-background-image {
  position: absolute;
  bottom: 70px;
  left: 0px;
  width: 100%;
  height: auto;
  min-height: 700px;
  z-index: -1;
  object-fit: cover;
  opacity: 0.9;
}

.hero-page, .hero-single {
  position: relative;
  height: 400px;
  background-color: #000000;
}
.hero-page .hero-inner, .hero-single .hero-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  margin: auto auto;
  width: 71.4285714286%;
  height: 100%;
  z-index: 1;
}
.hero-page .hero-inner h1, .hero-single .hero-inner h1 {
  text-transform: uppercase;
  text-align: right;
  font-family: ofelia-display, sans-serif;
  font-size: 130px;
  font-weight: 700;
  line-height: 96px;
  color: #FFFFFF;
}
.hero-page img, .hero-single img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  mix-blend-mode: luminosity;
  object-fit: cover;
  object-position: center;
}
.hero-page .hero-background-image, .hero-single .hero-background-image {
  position: absolute;
  top: 120px;
  left: 0px;
  width: 100%;
  height: auto;
  min-height: 700px;
  mix-blend-mode: inherit;
  z-index: 0;
  opacity: 0.35;
  object-fit: cover;
}

.hero-archive {
  position: relative;
  height: 500px;
}
.hero-archive .hero-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  margin: auto auto;
  width: 71.4285714286%;
  height: 100%;
  z-index: 1;
}
.hero-archive .hero-inner h1 {
  text-transform: uppercase;
  text-align: right;
  font-family: ofelia-display, sans-serif;
  font-size: 130px;
  font-weight: 700;
  line-height: 96px;
  color: #FFFFFF;
}
.hero-archive img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  mix-blend-mode: luminosity;
  object-fit: cover;
  object-position: center;
}
.hero-archive .hero-background-image {
  position: absolute;
  top: 120px;
  left: 0px;
  width: 100vw;
  height: auto;
  min-height: 700px;
  mix-blend-mode: inherit;
  z-index: 0;
  opacity: 0.35;
  object-fit: cover;
}

.front-search-bar {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #000000;
}
.front-search-bar .front-search-bar-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 70px;
  margin: auto auto;
  width: 71.4285714286%;
}
.front-search-bar .front-search-bar-inner h3 {
  font-family: canada-type-gibson, sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 90px;
  color: #FF0091;
}
.front-search-bar .front-search-bar-inner .front-search-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  border-radius: 50px;
  transition: 0.2s ease;
  cursor: pointer;
  background-color: #FF0091;
}
.front-search-bar .front-search-bar-inner .front-search-icon svg {
  width: 40px;
  height: auto;
}
.front-search-bar .front-search-bar-inner .front-search-icon:hover {
  background-color: #7C67A2;
}

.front-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.front-grid .col {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  gap: 50px;
  padding-top: 120px;
  padding-left: 7.1428571429%;
  padding-right: 7.1428571429%;
  padding-bottom: 120px;
  font-family: canada-type-gibson, sans-serif;
}
.front-grid .col h2 {
  font-size: 75px;
  line-height: 75px;
  color: #FFFFFF;
}
.front-grid .col p {
  font-size: 35px;
  font-weight: 300;
  line-height: 50px;
  color: #FFFFFF;
}
.front-grid .col:nth-child(1) {
  background-color: #1CB2AF;
}
.front-grid .col:nth-child(1) .btn {
  background-color: #FF0091;
}
.front-grid .col:nth-child(2) {
  background-color: #7C67A2;
}
.front-grid .col:nth-child(2) .btn {
  background-color: #1CB2AF;
}
.front-grid .col:nth-child(3) {
  background-color: #56739D;
}
.front-grid .col:nth-child(3) .btn {
  background-color: #1CB2AF;
}
.front-grid .col:nth-child(4) {
  background-color: #FF0091;
}
.front-grid .col:nth-child(4) .btn {
  background-color: #56739D;
}

.front-parallax {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 0px;
  left: 0px;
  padding-top: 120px;
  padding-bottom: 120px;
  height: 600px;
  width: 100%;
  z-index: -3;
  background-image: url("../../img/bg-fixed.svg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000000;
}

.posts-news-agenda {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: canada-type-gibson, sans-serif;
  background-color: #000000;
}
.posts-news-agenda:after {
  content: "";
  position: absolute;
  top: -20%;
  left: 0px;
  width: 100%;
  height: 120%;
  opacity: 0.1;
  background-image: url("../../img/bg-shape-dark.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 200px 0px;
  z-index: 0;
}
.posts-news-agenda .posts-news-agenda-inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 150px;
  position: relative;
  margin: auto auto;
  width: 71.4285714286%;
  z-index: 1;
}
.posts-news-agenda .posts-news-agenda-inner .news h3 {
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 30px;
  color: #FF0091;
}
.posts-news-agenda .posts-news-agenda-inner .news .posts {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 20px;
}
.posts-news-agenda .posts-news-agenda-inner .news .posts .post {
  display: flex;
  align-items: stretch;
  transition: 0.3s ease;
  background-color: #FFFFFF;
}
.posts-news-agenda .posts-news-agenda-inner .news .posts .post .wp-post-image {
  max-width: 240px;
  min-width: 200px;
  width: 100%;
  height: auto;
  transition: 0.3s ease;
  object-fit: cover;
  object-position: center;
  background: #FFFFFF;
}
.posts-news-agenda .posts-news-agenda-inner .news .posts .post .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  position: relative;
  padding: 50px;
  width: 100%;
}
.posts-news-agenda .posts-news-agenda-inner .news .posts .post .content h4 {
  transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  color: #1CB2AF;
}
.posts-news-agenda .posts-news-agenda-inner .news .posts .post .content span {
  transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
.posts-news-agenda .posts-news-agenda-inner .news .posts .post:hover .wp-post-image {
  filter: grayscale(100%);
}
.posts-news-agenda .posts-news-agenda-inner .news .posts .post:hover .content h4 {
  padding-left: 10px;
}
.posts-news-agenda .posts-news-agenda-inner .news .posts .post:hover .content span {
  padding-left: 20px;
}
.posts-news-agenda .posts-news-agenda-inner .agenda h3 {
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 30px;
  color: #FF0091;
}
.posts-news-agenda .posts-news-agenda-inner .agenda .posts {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 70px;
}
.posts-news-agenda .posts-news-agenda-inner .agenda .posts .month-group {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  padding-left: 200px;
}
.posts-news-agenda .posts-news-agenda-inner .agenda .posts .month-group .month {
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 900;
  line-height: 40px;
  color: #1CB2AF;
}
.posts-news-agenda .posts-news-agenda-inner .agenda .posts .month-group .post {
  cursor: pointer;
}
.posts-news-agenda .posts-news-agenda-inner .agenda .posts .month-group .post h4 {
  transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  color: #FFFFFF;
}
.posts-news-agenda .posts-news-agenda-inner .agenda .posts .month-group .post span {
  transition: 0.3s ease;
  font-size: 25px;
  font-weight: 600;
  color: #1CB2AF;
}
.posts-news-agenda .posts-news-agenda-inner .agenda .posts .month-group .post:hover h4 {
  padding-left: 10px;
}
.posts-news-agenda .posts-news-agenda-inner .agenda .posts .month-group .post:hover span {
  padding-left: 20px;
  color: #FFFFFF;
}
.posts-news-agenda .posts-news-agenda-inner .agenda .posts .month-group:hover .month {
  color: #FFFFFF;
}

.text {
  position: relative;
  margin: auto auto;
  width: 71.4285714286%;
  z-index: 2;
  background-color: #FFFFFF;
}
.text .btns .btn {
  background-color: #FF0091;
}

.text-sidebar {
  position: relative;
  z-index: 2;
}
.text-sidebar .text-sidebar-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 120px;
  margin: auto auto;
  width: 71.4285714286%;
}
.text-sidebar .text-sidebar-inner article {
  min-width: 700px;
  width: 100%;
  color: #FFFFFF;
}
.text-sidebar .text-sidebar-inner article .btns .btn {
  background-color: #FF0091;
}
.text-sidebar .text-sidebar-inner aside {
  position: sticky;
  top: 40px;
  margin-top: 0px;
  max-width: 475px;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #FFFFFF;
}
.text-sidebar .text-sidebar-inner aside .aside-inner {
  padding: 60px 40px;
}

.page-template-page-contact .text-sidebar .text-sidebar-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  gap: 50px;
  padding-bottom: 120px;
  margin: auto auto;
  width: 71.4285714286%;
  z-index: 1;
}
.page-template-page-contact .text-sidebar .text-sidebar-inner article {
  padding: 50px;
  min-width: 50%;
  color: #000000;
  background-color: #FFFFFF;
}
.page-template-page-contact .text-sidebar .text-sidebar-inner article h1, .page-template-page-contact .text-sidebar .text-sidebar-inner article h2, .page-template-page-contact .text-sidebar .text-sidebar-inner article h3, .page-template-page-contact .text-sidebar .text-sidebar-inner article h4, .page-template-page-contact .text-sidebar .text-sidebar-inner article h5 {
  color: #FF0091;
}
.page-template-page-contact .text-sidebar .text-sidebar-inner article p {
  font-weight: 400;
}
.page-template-page-contact .text-sidebar .text-sidebar-inner article a {
  text-decoration: underline;
  color: #FF0091;
}
.page-template-page-contact .text-sidebar .text-sidebar-inner article .nf-form-cont {
  margin-top: 50px;
}
.page-template-page-contact .text-sidebar .text-sidebar-inner aside {
  position: sticky;
  top: 40px;
  margin-top: 0px;
  min-width: 500px;
  width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #56739D;
}
.page-template-page-contact .text-sidebar .text-sidebar-inner aside .aside-inner {
  padding: 60px 40px;
}
.page-template-page-contact .text-sidebar .text-sidebar-inner aside .aside-inner h2 {
  color: #FFFFFF;
}
.page-template-page-contact .text-sidebar .text-sidebar-inner aside .aside-inner h3 {
  color: #FFFFFF;
}
.page-template-page-contact .text-sidebar .text-sidebar-inner aside .aside-inner h4 {
  color: #FFFFFF;
}
.page-template-page-contact .text-sidebar .text-sidebar-inner aside .aside-inner h5 {
  color: #FFFFFF;
}
.page-template-page-contact .text-sidebar .text-sidebar-inner aside .aside-inner p {
  color: #FFFFFF;
}
.page-template-page-contact .text-sidebar .text-sidebar-inner aside .aside-inner a {
  display: inline-block;
  transition: 0.2s ease;
}
.page-template-page-contact .text-sidebar .text-sidebar-inner aside .aside-inner a:hover {
  padding-left: 10px;
  color: #1CB2AF;
}
.page-template-page-contact .text-sidebar .text-sidebar-inner aside .btns {
  padding: 0px 40px 60px 40px;
}
.page-template-page-contact .text-sidebar .text-sidebar-inner aside .btns .btn {
  background-image: none;
  background-color: #1CB2AF;
}
.page-template-page-contact .text-sidebar .text-sidebar-inner aside .btns .btn:after {
  box-shadow: none;
  background-color: transparent;
}

.single-cursus .text-sidebar {
  padding-top: 120px;
}
.single-cursus .text-sidebar aside {
  background-color: inherit;
}
.single-cursus .text-sidebar aside .course-information {
  display: flex;
  padding: 0px;
  margin-bottom: 40px;
  transform: inherit;
  width: inherit;
  max-height: 300px;
  height: auto;
  transition: 0.2s ease;
  overflow: hidden;
  background-color: #000000;
}
.single-cursus .text-sidebar aside .course-information ul {
  position: relative;
  padding: 60px 40px;
}
.single-cursus .text-sidebar aside .course-information ul:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 80%;
  opacity: 1;
  transition: 0.2s ease;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.single-cursus .text-sidebar aside .course-information .btn {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: #FF0091;
}
.single-cursus .text-sidebar aside .course-information .btn:after {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 70px;
  transition: 0.3s ease;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-image: url("../../img/icon-arrow-right-white.svg");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FF0091;
}
.single-cursus .text-sidebar aside .open {
  padding-bottom: 40px;
  max-height: 9000px;
}
.single-cursus .text-sidebar aside .open ul:after {
  opacity: 0;
  z-index: -1;
}
.single-cursus .text-sidebar aside .aside-inner {
  background-color: #FFFFFF;
}
.single-cursus .text-sidebar aside .btns .btn:first-of-type {
  background-color: #7C67A2;
}

.image-content {
  position: relative;
  margin: auto auto;
  width: 57.1428571429%;
  z-index: 2;
}

.pages h2 {
  margin-left: 14.2857142857%;
  margin-bottom: 60px;
  font-family: canada-type-gibson, sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #FF0091;
}
.pages h2:empty {
  display: none;
}
.pages .pages-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 50px;
  position: relative;
  margin-left: 14.2857142857%;
  width: 78.5714285714%;
  z-index: 1;
}
.pages .pages-inner .page {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 100%;
  font-family: canada-type-gibson, sans-serif;
}
.pages .pages-inner .page img {
  height: 270px;
  width: 100%;
  transition: 0.2s ease;
  object-fit: cover;
  object-position: center;
}
.pages .pages-inner .page .content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
  gap: 40px;
  height: 100%;
  padding: 40px;
  background-color: #FFFFFF;
}
.pages .pages-inner .page .content .content-inner h4 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  color: #FF0091;
}
.pages .pages-inner .page .content .content-inner h3 {
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 600;
  color: #7C67A2;
}
.pages .pages-inner .page .content .content-inner p {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
.pages .pages-inner .page .content .btn {
  align-self: flex-start;
  background-color: #FF0091;
}
.pages .pages-inner .page:hover img {
  filter: grayscale(100%);
}

.page-template-page-praktische-info .pages .pages-inner {
  width: 71.4285714286%;
}
.page-template-page-praktische-info .pages .pages-inner .page .content .content-inner h3 {
  margin-bottom: 0px;
}

.locations {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 50px;
  position: relative;
  padding-bottom: 160px;
  z-index: 1;
}
.locations .location-group {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px;
  position: relative;
  margin: auto auto;
  width: 71.4285714286%;
  font-family: canada-type-gibson, sans-serif;
}
.locations .location-group h3 {
  grid-column: span 3;
  text-transform: uppercase;
  font-size: 40px;
  color: #FF0091;
}
.locations .location-group .location {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding: 70px 40px;
  background-color: #FFFFFF;
}
.locations .location-group .location h4 {
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 600;
  color: #1CB2AF;
}
.locations .location-group .location ul {
  display: flex;
  flex-direction: column;
  padding: 0px;
  list-style: none;
}
.locations .location-group .location ul li {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}
.locations .location-group .location ul li:empty {
  display: none;
}
@keyframes pointerLocationAnimation {
  from {
    margin-top: -100px;
    opacity: 0;
  }
  to {
    margin-top: 0px;
    opacity: 1;
  }
}
.locations .location-group .location .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 70px;
  height: 70px;
  transition: 0.2s ease;
  background-color: #FF0091;
}
.locations .location-group .location .icon svg {
  max-width: 20px;
  max-height: 30px;
  transition: 0.2s;
}
.locations .location-group .location .icon:hover {
  width: 80px;
}
.locations .location-group .location .icon:hover svg {
  animation: pointerLocationAnimation;
  animation-duration: 0.4s;
}

/*
 * archive cursus and related course posts
 */
.post-type-archive-cursus .post-wrapper, .archive .post-wrapper, .posts-related .post-wrapper, .post-type-archive-docent .post-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 80px;
  position: relative;
  padding-bottom: 160px;
  margin-left: 7.1428571429%;
  width: 78.5714285714%;
}
.post-type-archive-cursus .post-wrapper aside, .archive .post-wrapper aside, .posts-related .post-wrapper aside, .post-type-archive-docent .post-wrapper aside {
  display: flex;
  flex-direction: column;
  gap: 50px;
  padding: 70px 60px;
  min-width: 400px;
  max-width: 480px;
  width: 30%;
  height: auto;
  transition: 0.2s ease;
  background-color: #FFFFFF;
}
.post-type-archive-cursus .post-wrapper aside .open-filter, .archive .post-wrapper aside .open-filter, .posts-related .post-wrapper aside .open-filter, .post-type-archive-docent .post-wrapper aside .open-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: flex-end;
  width: 100%;
}
.post-type-archive-cursus .post-wrapper aside .open-filter svg, .archive .post-wrapper aside .open-filter svg, .posts-related .post-wrapper aside .open-filter svg, .post-type-archive-docent .post-wrapper aside .open-filter svg {
  display: none;
  height: 40px;
  cursor: pointer;
}
.post-type-archive-cursus .post-wrapper aside .open-filter svg path, .archive .post-wrapper aside .open-filter svg path, .posts-related .post-wrapper aside .open-filter svg path, .post-type-archive-docent .post-wrapper aside .open-filter svg path {
  transition: 0.2s ease;
}
.post-type-archive-cursus .post-wrapper aside .open-filter svg path:nth-child(6), .archive .post-wrapper aside .open-filter svg path:nth-child(6), .posts-related .post-wrapper aside .open-filter svg path:nth-child(6), .post-type-archive-docent .post-wrapper aside .open-filter svg path:nth-child(6) {
  transition-delay: 0.2s;
}
.post-type-archive-cursus .post-wrapper aside .open-filter svg path:nth-child(7), .archive .post-wrapper aside .open-filter svg path:nth-child(7), .posts-related .post-wrapper aside .open-filter svg path:nth-child(7), .post-type-archive-docent .post-wrapper aside .open-filter svg path:nth-child(7) {
  transition-delay: 0.3s;
}
.post-type-archive-cursus .post-wrapper aside .open-filter svg:hover path:nth-child(5), .archive .post-wrapper aside .open-filter svg:hover path:nth-child(5), .posts-related .post-wrapper aside .open-filter svg:hover path:nth-child(5), .post-type-archive-docent .post-wrapper aside .open-filter svg:hover path:nth-child(5) {
  transform: translateX(4px);
}
.post-type-archive-cursus .post-wrapper aside .open-filter svg:hover path:nth-child(6), .archive .post-wrapper aside .open-filter svg:hover path:nth-child(6), .posts-related .post-wrapper aside .open-filter svg:hover path:nth-child(6), .post-type-archive-docent .post-wrapper aside .open-filter svg:hover path:nth-child(6) {
  transform: translateX(-4px);
}
.post-type-archive-cursus .post-wrapper aside .open-filter svg:hover path:nth-child(7), .archive .post-wrapper aside .open-filter svg:hover path:nth-child(7), .posts-related .post-wrapper aside .open-filter svg:hover path:nth-child(7), .post-type-archive-docent .post-wrapper aside .open-filter svg:hover path:nth-child(7) {
  transform: translateX(4px);
}
.post-type-archive-cursus .post-wrapper aside h3, .archive .post-wrapper aside h3, .posts-related .post-wrapper aside h3, .post-type-archive-docent .post-wrapper aside h3 {
  font-size: 25px;
  font-weight: 700;
}
.post-type-archive-cursus .post-wrapper aside h4, .archive .post-wrapper aside h4, .posts-related .post-wrapper aside h4, .post-type-archive-docent .post-wrapper aside h4 {
  font-size: 25px;
  font-weight: 600;
}
.post-type-archive-cursus .post-wrapper aside .searchandfilter, .archive .post-wrapper aside .searchandfilter, .posts-related .post-wrapper aside .searchandfilter, .post-type-archive-docent .post-wrapper aside .searchandfilter {
  font-family: canada-type-gibson, sans-serif;
}
.post-type-archive-cursus .post-wrapper aside .searchandfilter ul, .archive .post-wrapper aside .searchandfilter ul, .posts-related .post-wrapper aside .searchandfilter ul, .post-type-archive-docent .post-wrapper aside .searchandfilter ul {
  list-style: none;
}
.post-type-archive-cursus .post-wrapper aside .searchandfilter ul .sf-field-search, .archive .post-wrapper aside .searchandfilter ul .sf-field-search, .posts-related .post-wrapper aside .searchandfilter ul .sf-field-search, .post-type-archive-docent .post-wrapper aside .searchandfilter ul .sf-field-search {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.post-type-archive-cursus .post-wrapper aside .searchandfilter ul .sf-field-search input, .archive .post-wrapper aside .searchandfilter ul .sf-field-search input, .posts-related .post-wrapper aside .searchandfilter ul .sf-field-search input, .post-type-archive-docent .post-wrapper aside .searchandfilter ul .sf-field-search input {
  display: inline-block;
  padding: 20px 30px;
  border: none;
  width: 100%;
  font-family: canada-type-gibson, sans-serif;
  font-size: 20px;
  color: #000000;
  background-color: rgba(0, 0, 0, 0.16);
}
.post-type-archive-cursus .post-wrapper aside .searchandfilter ul .sf-field-search input::placeholder, .archive .post-wrapper aside .searchandfilter ul .sf-field-search input::placeholder, .posts-related .post-wrapper aside .searchandfilter ul .sf-field-search input::placeholder, .post-type-archive-docent .post-wrapper aside .searchandfilter ul .sf-field-search input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.post-type-archive-cursus .post-wrapper aside .searchandfilter ul .sf-field-search button, .archive .post-wrapper aside .searchandfilter ul .sf-field-search button, .posts-related .post-wrapper aside .searchandfilter ul .sf-field-search button, .post-type-archive-docent .post-wrapper aside .searchandfilter ul .sf-field-search button {
  display: inline-block;
  padding: 20px;
  border: none;
  transition: 0.2s ease;
  cursor: pointer;
  background-color: #FF0091;
}
.post-type-archive-cursus .post-wrapper aside .searchandfilter ul .sf-field-search button svg, .archive .post-wrapper aside .searchandfilter ul .sf-field-search button svg, .posts-related .post-wrapper aside .searchandfilter ul .sf-field-search button svg, .post-type-archive-docent .post-wrapper aside .searchandfilter ul .sf-field-search button svg {
  max-width: 20px;
  max-height: 20px;
}
.post-type-archive-cursus .post-wrapper aside .searchandfilter ul .sf-field-search button:hover, .archive .post-wrapper aside .searchandfilter ul .sf-field-search button:hover, .posts-related .post-wrapper aside .searchandfilter ul .sf-field-search button:hover, .post-type-archive-docent .post-wrapper aside .searchandfilter ul .sf-field-search button:hover {
  padding: 20px 30px;
  background-color: #000000;
}
.post-type-archive-cursus .post-wrapper aside .searchandfilter ul li, .archive .post-wrapper aside .searchandfilter ul li, .posts-related .post-wrapper aside .searchandfilter ul li, .post-type-archive-docent .post-wrapper aside .searchandfilter ul li {
  padding-right: 0px;
}
.post-type-archive-cursus .post-wrapper aside .searchandfilter ul li label, .archive .post-wrapper aside .searchandfilter ul li label, .posts-related .post-wrapper aside .searchandfilter ul li label, .post-type-archive-docent .post-wrapper aside .searchandfilter ul li label {
  width: 100%;
}
.post-type-archive-cursus .post-wrapper aside .searchandfilter ul li ul, .archive .post-wrapper aside .searchandfilter ul li ul, .posts-related .post-wrapper aside .searchandfilter ul li ul, .post-type-archive-docent .post-wrapper aside .searchandfilter ul li ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}
.post-type-archive-cursus .post-wrapper aside .searchandfilter ul li ul li, .archive .post-wrapper aside .searchandfilter ul li ul li, .posts-related .post-wrapper aside .searchandfilter ul li ul li, .post-type-archive-docent .post-wrapper aside .searchandfilter ul li ul li {
  display: flex;
  padding: 20px 40px 20px 20px;
  width: auto;
  transition: 0.2s ease;
  cursor: pointer;
  font-size: 20px;
  line-height: 30px;
  background-color: rgba(0, 0, 0, 0.16);
}
.post-type-archive-cursus .post-wrapper aside .searchandfilter ul li ul li input, .archive .post-wrapper aside .searchandfilter ul li ul li input, .posts-related .post-wrapper aside .searchandfilter ul li ul li input, .post-type-archive-docent .post-wrapper aside .searchandfilter ul li ul li input {
  position: relative;
  padding-left: 40px;
  transition: 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.post-type-archive-cursus .post-wrapper aside .searchandfilter ul li ul li input:before, .archive .post-wrapper aside .searchandfilter ul li ul li input:before, .posts-related .post-wrapper aside .searchandfilter ul li ul li input:before, .post-type-archive-docent .post-wrapper aside .searchandfilter ul li ul li input:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  border: 10px solid #FFFFFF;
  border-radius: 40px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  transition: 0.2s ease;
  background-color: #FFFFFF;
}
.post-type-archive-cursus .post-wrapper aside .searchandfilter ul li ul li input:checked:before, .archive .post-wrapper aside .searchandfilter ul li ul li input:checked:before, .posts-related .post-wrapper aside .searchandfilter ul li ul li input:checked:before, .post-type-archive-docent .post-wrapper aside .searchandfilter ul li ul li input:checked:before {
  background-color: #000000;
}
.post-type-archive-cursus .post-wrapper aside .searchandfilter ul li ul li:has(input:checked), .archive .post-wrapper aside .searchandfilter ul li ul li:has(input:checked), .posts-related .post-wrapper aside .searchandfilter ul li ul li:has(input:checked), .post-type-archive-docent .post-wrapper aside .searchandfilter ul li ul li:has(input:checked) {
  background-color: #1CB2AF;
}
.post-type-archive-cursus .post-wrapper aside .searchandfilter ul li ul li:has(input[type=checkbox]) input:before, .archive .post-wrapper aside .searchandfilter ul li ul li:has(input[type=checkbox]) input:before, .posts-related .post-wrapper aside .searchandfilter ul li ul li:has(input[type=checkbox]) input:before, .post-type-archive-docent .post-wrapper aside .searchandfilter ul li ul li:has(input[type=checkbox]) input:before {
  border-radius: 0px;
}
.post-type-archive-cursus .post-wrapper aside .searchandfilter ul li ul li:hover, .archive .post-wrapper aside .searchandfilter ul li ul li:hover, .posts-related .post-wrapper aside .searchandfilter ul li ul li:hover, .post-type-archive-docent .post-wrapper aside .searchandfilter ul li ul li:hover {
  padding: 20px 60px 20px 40px;
}
.post-type-archive-cursus .post-wrapper aside .searchandfilter ul li ul .current-cat label input:before, .archive .post-wrapper aside .searchandfilter ul li ul .current-cat label input:before, .posts-related .post-wrapper aside .searchandfilter ul li ul .current-cat label input:before, .post-type-archive-docent .post-wrapper aside .searchandfilter ul li ul .current-cat label input:before {
  background-color: #000000;
}
.post-type-archive-cursus .post-wrapper aside .searchandfilter ul select, .archive .post-wrapper aside .searchandfilter ul select, .posts-related .post-wrapper aside .searchandfilter ul select, .post-type-archive-docent .post-wrapper aside .searchandfilter ul select {
  display: flex;
  padding: 20px;
  border: none;
  min-width: inherit;
  width: 100%;
  transition: 0.2s ease;
  cursor: pointer;
  font-family: canada-type-gibson, sans-serif;
  font-size: 20px;
  line-height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-image: url("../../img/icon-arrow-down-turq.svg");
  background-size: 20px 18px;
  background-position: right 20px bottom 50%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.16);
}
.post-type-archive-cursus .post-wrapper aside .searchandfilter ul input[type=submit], .archive .post-wrapper aside .searchandfilter ul input[type=submit], .posts-related .post-wrapper aside .searchandfilter ul input[type=submit], .post-type-archive-docent .post-wrapper aside .searchandfilter ul input[type=submit] {
  position: relative;
  padding: 23px 23px 23px 23px;
  border: none;
  transition: 0.2s ease;
  cursor: pointer;
  text-transform: uppercase;
  text-decoration: none;
  font-family: canada-type-gibson, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #FF0091;
}
.post-type-archive-cursus .post-wrapper aside .searchandfilter ul input[type=submit]:hover, .archive .post-wrapper aside .searchandfilter ul input[type=submit]:hover, .posts-related .post-wrapper aside .searchandfilter ul input[type=submit]:hover, .post-type-archive-docent .post-wrapper aside .searchandfilter ul input[type=submit]:hover {
  padding: 23px 30px 23px 30px;
}
.post-type-archive-cursus .post-wrapper .open, .archive .post-wrapper .open, .posts-related .post-wrapper .open, .post-type-archive-docent .post-wrapper .open {
  max-height: 3000px;
  height: auto;
}
.post-type-archive-cursus .post-wrapper .posts, .archive .post-wrapper .posts, .posts-related .post-wrapper .posts, .post-type-archive-docent .post-wrapper .posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 60px;
  width: 70%;
  z-index: 1;
}
.post-type-archive-cursus .post-wrapper .posts a:nth-child(odd) .placeholder, .archive .post-wrapper .posts a:nth-child(odd) .placeholder, .posts-related .post-wrapper .posts a:nth-child(odd) .placeholder, .post-type-archive-docent .post-wrapper .posts a:nth-child(odd) .placeholder {
  transform: scaleX(-1);
}
.post-type-archive-cursus .post-wrapper .posts .post, .archive .post-wrapper .posts .post, .posts-related .post-wrapper .posts .post, .post-type-archive-docent .post-wrapper .posts .post {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  font-family: canada-type-gibson, sans-serif;
}
.post-type-archive-cursus .post-wrapper .posts .post .label, .archive .post-wrapper .posts .post .label, .posts-related .post-wrapper .posts .post .label, .post-type-archive-docent .post-wrapper .posts .post .label {
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 20px;
  z-index: 2;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  background-color: #7C67A2;
}
.post-type-archive-cursus .post-wrapper .posts .post .label.full, .archive .post-wrapper .posts .post .label.full, .posts-related .post-wrapper .posts .post .label.full, .post-type-archive-docent .post-wrapper .posts .post .label.full {
  background-color: #1CB2AF;
}
.post-type-archive-cursus .post-wrapper .posts .post .label.canceled, .archive .post-wrapper .posts .post .label.canceled, .posts-related .post-wrapper .posts .post .label.canceled, .post-type-archive-docent .post-wrapper .posts .post .label.canceled {
  background-color: #FF0091;
}
.post-type-archive-cursus .post-wrapper .posts .post .wp-post-image, .archive .post-wrapper .posts .post .wp-post-image, .posts-related .post-wrapper .posts .post .wp-post-image, .post-type-archive-docent .post-wrapper .posts .post .wp-post-image {
  height: 270px;
  width: 100%;
  transition: 0.2s ease;
  object-fit: cover;
  object-position: center;
}
.post-type-archive-cursus .post-wrapper .posts .post .content, .archive .post-wrapper .posts .post .content, .posts-related .post-wrapper .posts .post .content, .post-type-archive-docent .post-wrapper .posts .post .content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
  gap: 30px;
  height: 100%;
  padding: 45px 30px;
  background-color: #FFFFFF;
}
.post-type-archive-cursus .post-wrapper .posts .post .content h3, .archive .post-wrapper .posts .post .content h3, .posts-related .post-wrapper .posts .post .content h3, .post-type-archive-docent .post-wrapper .posts .post .content h3 {
  font-size: 25px;
  font-weight: 600;
  color: #56739D;
}
.post-type-archive-cursus .post-wrapper .posts .post .content ul, .archive .post-wrapper .posts .post .content ul, .posts-related .post-wrapper .posts .post .content ul, .post-type-archive-docent .post-wrapper .posts .post .content ul {
  list-style: none;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}
.post-type-archive-cursus .post-wrapper .posts .post .content ul li, .archive .post-wrapper .posts .post .content ul li, .posts-related .post-wrapper .posts .post .content ul li, .post-type-archive-docent .post-wrapper .posts .post .content ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding-left: 40px;
  margin-bottom: 10px;
  background-size: 25px;
  background-position: 0px 50%;
  background-repeat: no-repeat;
}
.post-type-archive-cursus .post-wrapper .posts .post .content ul li label, .archive .post-wrapper .posts .post .content ul li label, .posts-related .post-wrapper .posts .post .content ul li label, .post-type-archive-docent .post-wrapper .posts .post .content ul li label {
  display: none;
}
.post-type-archive-cursus .post-wrapper .posts .post .content ul li:last-of-type, .archive .post-wrapper .posts .post .content ul li:last-of-type, .posts-related .post-wrapper .posts .post .content ul li:last-of-type, .post-type-archive-docent .post-wrapper .posts .post .content ul li:last-of-type {
  margin-bottom: 0px;
}
.post-type-archive-cursus .post-wrapper .posts .post .content ul .location, .archive .post-wrapper .posts .post .content ul .location, .posts-related .post-wrapper .posts .post .content ul .location, .post-type-archive-docent .post-wrapper .posts .post .content ul .location {
  background-image: url("../../img/icon-location-turq.svg");
}
.post-type-archive-cursus .post-wrapper .posts .post .content ul .days, .archive .post-wrapper .posts .post .content ul .days, .posts-related .post-wrapper .posts .post .content ul .days, .post-type-archive-docent .post-wrapper .posts .post .content ul .days {
  background-image: url("../../img/icon-calander-turq.svg");
}
.post-type-archive-cursus .post-wrapper .posts .post .content ul .target-audience, .archive .post-wrapper .posts .post .content ul .target-audience, .posts-related .post-wrapper .posts .post .content ul .target-audience, .post-type-archive-docent .post-wrapper .posts .post .content ul .target-audience {
  background-image: url("../../img/icon-person-turq.svg");
}
.post-type-archive-cursus .post-wrapper .posts .post .content .btn, .archive .post-wrapper .posts .post .content .btn, .posts-related .post-wrapper .posts .post .content .btn, .post-type-archive-docent .post-wrapper .posts .post .content .btn {
  align-self: flex-start;
  background-color: #FF0091;
}
@keyframes pointerArrowAnimation {
  from {
    margin-left: -100px;
    opacity: 0;
  }
  to {
    margin-left: 0px;
    opacity: 1;
  }
}
.post-type-archive-cursus .post-wrapper .posts .post .content .icon, .archive .post-wrapper .posts .post .content .icon, .posts-related .post-wrapper .posts .post .content .icon, .post-type-archive-docent .post-wrapper .posts .post .content .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 70px;
  height: 60px;
  transition: 0.2s ease;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #FF0091;
}
.post-type-archive-cursus .post-wrapper .posts .post .content .icon svg, .archive .post-wrapper .posts .post .content .icon svg, .posts-related .post-wrapper .posts .post .content .icon svg, .post-type-archive-docent .post-wrapper .posts .post .content .icon svg {
  max-width: 20px;
  max-height: 30px;
  transition: 0.2s;
}
.post-type-archive-cursus .post-wrapper .posts .post:hover .wp-post-image, .archive .post-wrapper .posts .post:hover .wp-post-image, .posts-related .post-wrapper .posts .post:hover .wp-post-image, .post-type-archive-docent .post-wrapper .posts .post:hover .wp-post-image {
  filter: grayscale(100%);
}
.post-type-archive-cursus .post-wrapper .posts .post:hover .icon, .archive .post-wrapper .posts .post:hover .icon, .posts-related .post-wrapper .posts .post:hover .icon, .post-type-archive-docent .post-wrapper .posts .post:hover .icon {
  width: 80px;
}
.post-type-archive-cursus .post-wrapper .posts .post:hover .icon svg, .archive .post-wrapper .posts .post:hover .icon svg, .posts-related .post-wrapper .posts .post:hover .icon svg, .post-type-archive-docent .post-wrapper .posts .post:hover .icon svg {
  animation: pointerArrowAnimation;
  animation-duration: 0.4s;
}
.post-type-archive-cursus .post-wrapper .posts .pagination, .archive .post-wrapper .posts .pagination, .posts-related .post-wrapper .posts .pagination, .post-type-archive-docent .post-wrapper .posts .pagination {
  grid-column: span 3;
}

.post-type-archive-docent .post-wrapper .posts .post .content {
  gap: 10px;
}
.post-type-archive-docent .post-wrapper .posts .post .content p {
  font-size: 25px;
  font-weight: 200;
  color: #1CB2AF;
}
.post-type-archive-docent .post-wrapper .posts .post .content .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 70px;
  height: 70px;
  transition: 0.2s ease;
  background-color: #FF0091;
}
.post-type-archive-docent .post-wrapper .posts .post .content .icon svg {
  max-width: 20px;
  max-height: 30px;
  transition: 0.2s;
}
.post-type-archive-docent .post-wrapper .posts .post .content .icon:hover {
  width: 80px;
}
.post-type-archive-docent .post-wrapper .posts .post .content .icon:hover svg {
  animation: pointerLocationAnimation;
  animation-duration: 0.4s;
}

/*
 * related posts
 */
.posts-related {
  padding-top: 120px;
  padding-bottom: 120px;
  margin-top: 120px;
  background-color: #000000;
}
.posts-related .post-wrapper {
  flex-direction: column;
  padding-bottom: 0px;
  margin-right: auto;
  margin-left: auto;
  width: 71.4285714286%;
}
.posts-related .post-wrapper h2 {
  font-family: canada-type-gibson, sans-serif;
  font-size: 60px;
  font-weight: 700;
  color: #FF0091;
}
.posts-related .post-wrapper .posts {
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}

.post-type-archive-nieuws .post-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
  grid-column-gap: 90px;
  position: relative;
  z-index: 1;
  padding-bottom: 160px;
  margin: auto auto;
  width: 71.4285714286%;
}
.post-type-archive-nieuws .post-wrapper h2 {
  grid-column: span 2;
  text-transform: uppercase;
  font-family: canada-type-gibson, sans-serif;
  font-size: 40px;
  line-height: 48px;
  color: #FF0091;
}
.post-type-archive-nieuws .post-wrapper a {
  height: 100%;
}
.post-type-archive-nieuws .post-wrapper .post {
  display: flex;
  align-items: stretch;
  height: 100%;
  transition: 0.3s ease;
  background-color: #FFFFFF;
}
.post-type-archive-nieuws .post-wrapper .post .wp-post-image {
  max-width: 240px;
  min-width: 200px;
  width: 100%;
  height: auto;
  transition: 0.3s ease;
  object-fit: cover;
  object-position: center;
  background: #FFFFFF;
}
.post-type-archive-nieuws .post-wrapper .post .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 15px;
  position: relative;
  padding: 50px;
  width: 100%;
  font-family: canada-type-gibson, sans-serif;
}
.post-type-archive-nieuws .post-wrapper .post .content h3 {
  transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
  color: #1CB2AF;
}
.post-type-archive-nieuws .post-wrapper .post .content span {
  text-transform: uppercase;
  transition: 0.3s ease;
  font-size: 16px;
  font-weight: 600;
}
.post-type-archive-nieuws .post-wrapper .post:hover .wp-post-image {
  filter: grayscale(100%);
}
.post-type-archive-nieuws .post-wrapper .post:hover .content h3 {
  padding-left: 10px;
}
.post-type-archive-nieuws .post-wrapper .post:hover .content span {
  padding-left: 20px;
}

.post-type-archive-agenda .post-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 120px;
  padding-bottom: 160px;
  margin: auto auto;
  width: 71.4285714286%;
}
.post-type-archive-agenda .post-wrapper .month-group {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  padding-left: 240px;
  font-family: canada-type-gibson, sans-serif;
}
.post-type-archive-agenda .post-wrapper .month-group .month {
  position: absolute;
  top: 20px;
  left: 0px;
  transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 70px;
  font-weight: 900;
  line-height: 60px;
  color: #1CB2AF;
}
.post-type-archive-agenda .post-wrapper .month-group .post {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 40px 50px;
  cursor: pointer;
  background-color: #FFFFFF;
}
.post-type-archive-agenda .post-wrapper .month-group .post .content .details {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  list-style: none;
  transition: 0.3s ease;
}
.post-type-archive-agenda .post-wrapper .month-group .post .content .details li {
  font-size: 25px;
  font-weight: 400;
  color: #1CB2AF;
}
.post-type-archive-agenda .post-wrapper .month-group .post .content .details .time {
  color: #000000;
}
.post-type-archive-agenda .post-wrapper .month-group .post .content h3 {
  transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 600;
  color: #000000;
}
.post-type-archive-agenda .post-wrapper .month-group .post .btn {
  background-color: #FF0091;
}
.post-type-archive-agenda .post-wrapper .month-group .post:hover .content .details {
  padding-left: 10px;
}
.post-type-archive-agenda .post-wrapper .month-group .post:hover .content h3 {
  padding-left: 20px;
}
.post-type-archive-agenda .post-wrapper .month-group .post:hover .btn {
  padding: 23px 70px 23px 40px;
}
.post-type-archive-agenda .post-wrapper .month-group:hover .month {
  color: #FFFFFF;
}

/*
 * pagination
 */
.pagination {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: canada-type-gibson, sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  width: 60px;
  height: 60px;
  transition: 0.2s ease;
  color: #000000;
  background-color: #FFFFFF;
}
.pagination .page-numbers:hover {
  margin-top: -5px;
  color: #FF0091;
}
.pagination .current {
  color: #FF0091;
}
.pagination .prev {
  display: none;
}
.pagination .next {
  display: none;
}

.faq {
  position: relative;
  margin: auto auto;
  width: 57.1428571429%;
  z-index: 2;
  font-family: canada-type-gibson, sans-serif;
}
.faq h3 {
  font-size: 50px;
  font-weight: 700;
  color: #FFFFFF;
}
.faq .item {
  position: relative;
  padding: 30px 20px;
  border-top: 2px solid #FF0091;
  transition: 0.2s ease;
  font-size: 20px;
}
.faq .item:first-of-type {
  border-top: none;
}
.faq .item h3 {
  position: relative;
  width: 100%;
  transition: 0.2s ease;
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  color: #FFFFFF;
}
.faq .item h3:hover {
  padding-left: 20px;
}
.faq .item h3:hover:after {
  right: 20px;
}
.faq .item h3:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0px;
  width: 20px;
  height: 20px;
  transition: 0.2s ease;
  background-image: url("../../img/icon-arrow-down-white.svg");
  background-size: 20px;
  background-repeat: no-repeat;
}
.faq .item article {
  padding-top: 0px;
  padding-right: 40px;
  padding-bottom: 0px;
  max-height: 0px;
  transition: 0.2s ease;
  overflow: hidden;
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
}
.faq .item article strong {
  font-weight: 600;
}
.faq .open {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.1);
}
.faq .open h3:after {
  transform: rotate(180deg);
}
.faq .open article {
  padding-top: 20px;
  max-height: 900px;
}

.newsletter {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  z-index: 2;
  font-family: canada-type-gibson, sans-serif;
  background-color: #1CB2AF;
}
.newsletter .newsletter-inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: auto auto;
  width: 71.4285714286%;
}
.newsletter .newsletter-inner .col {
  width: 40%;
}
.newsletter .newsletter-inner .col h3 {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  color: #FFFFFF;
}
.newsletter .newsletter-inner .col p {
  font-size: 30px;
  font-weight: 200;
  color: #FFFFFF;
}
.newsletter .newsletter-inner form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.newsletter .newsletter-inner form .email {
  padding: 16px;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #FFFFFF;
  border-left: none;
  min-width: 200px;
  width: 100%;
  font-family: canada-type-gibson, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: transparent;
}
.newsletter .newsletter-inner form .email::placeholder {
  color: #FFFFFF;
}
.newsletter .newsletter-inner form .btn {
  padding: 23px;
  border: none;
  text-transform: center;
  font-weight: 700;
  background-image: none;
  background-color: #000000;
}
.newsletter .newsletter-inner form .btn:hover {
  padding: 23px 30px 23px 30px;
}

.course-information {
  position: relative;
  padding: 40px;
  margin: auto auto;
  transform: translateY(-50%);
  width: 71.4285714286%;
  font-family: canada-type-gibson, sans-serif;
  background-color: #000000;
}
.course-information ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
}
.course-information ul li {
  font-size: 22px;
  font-weight: 200;
  color: #FFFFFF;
}
.course-information ul li strong {
  font-weight: 600;
}

.teacher-information {
  position: relative;
  padding: 40px;
  margin: auto auto;
  transform: translateY(-50%);
  width: 71.4285714286%;
  z-index: 2;
  font-family: canada-type-gibson, sans-serif;
  background-color: #000000;
}
.teacher-information ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  list-style: none;
}
.teacher-information ul li {
  font-size: 22px;
  font-weight: 200;
  color: #FFFFFF;
}
.teacher-information ul li strong {
  font-weight: 600;
}

.signup-form {
  padding: 50px;
  margin-top: 120px;
  margin-bottom: 120px;
  margin-left: 14.2857142857%;
  width: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  font-family: canada-type-gibson, sans-serif;
  background-color: #FFFFFF;
}
.signup-form h3 {
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}
.signup-form .crd-course-info, .signup-form .crd-personal-info, .signup-form .crd-payment-info, .signup-form .crd-registration {
  padding: 0px;
  flex-direction: column;
  gap: 20px;
}
.signup-form .crd-course-info input, .signup-form .crd-course-info select, .signup-form .crd-personal-info input, .signup-form .crd-personal-info select, .signup-form .crd-payment-info input, .signup-form .crd-payment-info select, .signup-form .crd-registration input, .signup-form .crd-registration select {
  padding: 16px 16px 16px 0px;
  margin-bottom: 40px;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000000;
  border-left: none;
  width: 100%;
  font-family: canada-type-gibson, sans-serif;
  font-size: 20px;
  font-weight: 600;
  background-color: #FFFFFF;
}
.signup-form .crd-course-info input::placeholder, .signup-form .crd-course-info select::placeholder, .signup-form .crd-personal-info input::placeholder, .signup-form .crd-personal-info select::placeholder, .signup-form .crd-payment-info input::placeholder, .signup-form .crd-payment-info select::placeholder, .signup-form .crd-registration input::placeholder, .signup-form .crd-registration select::placeholder {
  color: #000000;
}
.signup-form .crd-course-info textarea, .signup-form .crd-personal-info textarea, .signup-form .crd-payment-info textarea, .signup-form .crd-registration textarea {
  padding: 16px 16px 16px 0px;
  margin-bottom: 40px;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #000000;
  border-left: none;
  width: 100%;
  height: auto;
  resize: none;
  font-family: canada-type-gibson, sans-serif;
  font-size: 20px;
  font-weight: 600;
  background-color: #FFFFFF;
}
.signup-form .crd-course-info textarea::placeholder, .signup-form .crd-personal-info textarea::placeholder, .signup-form .crd-payment-info textarea::placeholder, .signup-form .crd-registration textarea::placeholder {
  color: #000000;
}
.signup-form .crd-course-info .checkbox, .signup-form .crd-personal-info .checkbox, .signup-form .crd-payment-info .checkbox, .signup-form .crd-registration .checkbox {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  width: auto;
}
.signup-form .crd-course-info input[type=checkbox], .signup-form .crd-personal-info input[type=checkbox], .signup-form .crd-payment-info input[type=checkbox], .signup-form .crd-registration input[type=checkbox] {
  position: relative;
  padding: 0px;
  margin-bottom: 0px;
  border: none;
  width: 30px;
  height: 30px;
  -webkit-appearance: none;
}
.signup-form .crd-course-info input[type=checkbox]:before, .signup-form .crd-personal-info input[type=checkbox]:before, .signup-form .crd-payment-info input[type=checkbox]:before, .signup-form .crd-registration input[type=checkbox]:before {
  content: "";
  position: absolute;
  left: 0px;
  border-bottom: 2px solid #000000;
  width: 30px;
  height: 30px;
}
.signup-form .crd-course-info input[type=checkbox]:after, .signup-form .crd-personal-info input[type=checkbox]:after, .signup-form .crd-payment-info input[type=checkbox]:after, .signup-form .crd-registration input[type=checkbox]:after {
  content: "";
  display: none;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background-color: #000000;
}
.signup-form .crd-course-info input[type=checkbox]:checked:after, .signup-form .crd-personal-info input[type=checkbox]:checked:after, .signup-form .crd-payment-info input[type=checkbox]:checked:after, .signup-form .crd-registration input[type=checkbox]:checked:after {
  display: block;
}
.signup-form .crd-course-info .radio, .signup-form .crd-personal-info .radio, .signup-form .crd-payment-info .radio, .signup-form .crd-registration .radio {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  width: auto;
}
.signup-form .crd-course-info input[type=radio], .signup-form .crd-personal-info input[type=radio], .signup-form .crd-payment-info input[type=radio], .signup-form .crd-registration input[type=radio] {
  position: relative;
  padding: 0px;
  margin-bottom: 0px;
  border: none;
  width: 30px;
  height: 30px;
  -webkit-appearance: none;
}
.signup-form .crd-course-info input[type=radio]:before, .signup-form .crd-personal-info input[type=radio]:before, .signup-form .crd-payment-info input[type=radio]:before, .signup-form .crd-registration input[type=radio]:before {
  content: "";
  position: absolute;
  left: 0px;
  border-bottom: 2px solid #000000;
  width: 30px;
  height: 30px;
}
.signup-form .crd-course-info input[type=radio]:after, .signup-form .crd-personal-info input[type=radio]:after, .signup-form .crd-payment-info input[type=radio]:after, .signup-form .crd-registration input[type=radio]:after {
  content: "";
  display: none;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 20px;
  height: 20px;
  background-color: #000000;
}
.signup-form .crd-course-info input[type=radio]:checked:after, .signup-form .crd-personal-info input[type=radio]:checked:after, .signup-form .crd-payment-info input[type=radio]:checked:after, .signup-form .crd-registration input[type=radio]:checked:after {
  display: block;
}
.signup-form .crd-course-info input[type=button], .signup-form .crd-course-info button, .signup-form .crd-personal-info input[type=button], .signup-form .crd-personal-info button, .signup-form .crd-payment-info input[type=button], .signup-form .crd-payment-info button, .signup-form .crd-registration input[type=button], .signup-form .crd-registration button {
  position: relative;
  padding: 23px;
  margin-right: 20px;
  border: none;
  height: auto;
  transition: 0.2s ease;
  text-transform: uppercase;
  text-decoration: none;
  font-family: canada-type-gibson, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #FF0091;
}
.signup-form .crd-course-info input[type=button]:hover, .signup-form .crd-course-info button:hover, .signup-form .crd-personal-info input[type=button]:hover, .signup-form .crd-personal-info button:hover, .signup-form .crd-payment-info input[type=button]:hover, .signup-form .crd-payment-info button:hover, .signup-form .crd-registration input[type=button]:hover, .signup-form .crd-registration button:hover {
  padding: 23px 30px 23px 30px;
}
.signup-form .crd-course-info .crd-date-of-birth select, .signup-form .crd-personal-info .crd-date-of-birth select, .signup-form .crd-payment-info .crd-date-of-birth select, .signup-form .crd-registration .crd-date-of-birth select {
  width: 33% !important;
}

footer {
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
}
footer .footer-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 120px;
  padding-top: 60px;
  padding-bottom: 90px;
  margin: auto auto;
  width: 71.4285714286%;
}
footer .footer-inner .col {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
footer .footer-inner .col:first-of-type {
  align-items: center;
}
footer .footer-inner .col .logo {
  height: 70px;
}
footer .footer-inner .col .social-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 70px;
}
footer .footer-inner .col .social-icons p {
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-family: canada-type-gibson, sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
}
footer .footer-inner .col .social-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  transition: 0.2s ease;
}
footer .footer-inner .col .social-icons a svg {
  max-height: 30px;
  max-width: 30px;
}
footer .footer-inner .col .social-icons a:nth-child(2) {
  background-color: #FF0091;
}
footer .footer-inner .col .social-icons a:nth-child(3) {
  background-color: #7C67A2;
}
footer .footer-inner .col .social-icons a:nth-child(4) {
  background-color: #1CB2AF;
}
footer .footer-inner .col .social-icons a:hover {
  background-color: #000000;
}
footer .footer-inner .col h3 {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: canada-type-gibson, sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: #FF0091;
}
footer .footer-inner .col p {
  font-family: canada-type-gibson, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
footer .footer-inner .col .menu {
  list-style: none;
}
footer .footer-inner .col .menu .menu-item {
  font-family: canada-type-gibson, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
footer .footer-inner .col .menu .menu-item a {
  transition: 0.2s ease;
  color: #000000;
}
footer .footer-inner .col .menu .menu-item:hover a {
  color: #7C67A2;
}
footer .under-footer {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #000000;
}
footer .under-footer .under-footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto auto;
  width: 71.4285714286%;
}
footer .under-footer .under-footer-inner span {
  font-family: canada-type-gibson, sans-serif;
  font-size: 16px;
  color: #FFFFFF;
}

/*
 * responsive
 */
@media only screen and (max-width: 2399px) {
  .post-type-archive-cursus .post-wrapper .posts, .archive .post-wrapper .posts {
    grid-template-columns: repeat(2, 1fr);
  }
  .post-type-archive-cursus .post-wrapper .posts .pagination, .archive .post-wrapper .posts .pagination {
    grid-column: span 2;
  }
}
@media only screen and (max-width: 1799px) {
  header .homelink .logo {
    height: 70px;
  }
  header nav .menu {
    gap: 30px;
  }
  .newsletter .newsletter-inner .col {
    width: 50%;
  }
}
/*
 * container width
 */
@media only screen and (max-width: 1799px) {
  .hero-front .hero-inner {
    width: 85.7142857143%;
  }
  .hero-page .hero-inner, .hero-single .hero-inner {
    width: 85.7142857143%;
  }
  .front-search-bar .front-search-bar-inner {
    width: 85.7142857143%;
  }
  .posts-news-agenda .posts-news-agenda-inner {
    gap: 90px;
    width: 85.7142857143%;
  }
  .text {
    width: 85.7142857143%;
  }
  .text-sidebar .text-sidebar-inner {
    width: 85.7142857143%;
  }
  .page-template-page-contact .text-sidebar .text-sidebar-inner {
    width: 85.7142857143%;
  }
  .pages h2 {
    margin-left: 7.1428571429%;
  }
  .pages .pages-inner {
    margin-left: 7.1428571429%;
    width: 85.7142857143%;
  }
  .locations .location-group {
    width: 85.7142857143%;
  }
  .posts-related .post-wrapper {
    width: 85.7142857143%;
  }
  .archive .post-wrapper {
    width: 85.7142857143%;
  }
  .page-template-page-praktische-info .pages .pages-inner {
    width: 85.7142857143%;
  }
  .newsletter .newsletter-inner {
    width: 85.7142857143%;
  }
  .course-information {
    width: 85.7142857143%;
  }
  .signup-form {
    margin-left: 7.1428571429%;
    width: 85.7142857143%;
  }
  footer .footer-inner {
    gap: 90px;
    width: 85.7142857143%;
  }
  footer .under-footer .under-footer-inner {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 1499px) {
  header .homelink .logo {
    height: 48px;
  }
  header nav .menu {
    gap: 20px;
  }
  header nav .menu .menu-item {
    font-size: 18px;
  }
  header nav .menu .btn a {
    padding: 20px;
    font-size: 18px;
  }
  header nav .menu .btn:hover {
    margin-left: 8px;
  }
  header nav .menu .btn:hover a {
    padding: 20px 23px 20px 23px;
  }
  .post-type-archive-agenda .post-wrapper .month-group {
    padding-left: 180px;
  }
  .newsletter .newsletter-inner {
    align-items: center;
  }
  .newsletter .newsletter-inner .col {
    width: 50%;
  }
  .newsletter .newsletter-inner .col form {
    align-items: flex-start;
    flex-direction: column;
  }
  .newsletter .newsletter-inner .col form .email {
    max-width: inherit;
    width: 100%;
  }
  .newsletter .newsletter-inner .col form .btn {
    width: auto;
  }
}
@media only screen and (max-width: 1499px) {
  .post-type-archive-cursus .post-wrapper .posts {
    gap: 20px;
  }
}
/*
 * font sizes
 */
@media only screen and (max-width: 1299px) {
  .btn {
    font-size: 20px;
  }
  article h1 {
    font-size: 80px;
    line-height: 80px;
  }
  article h2 {
    font-size: 55px;
    line-height: 55px;
  }
  article h3 {
    font-size: 30px;
    line-height: 30px;
  }
  article h4 {
    font-size: 25px;
    line-height: 25px;
  }
  article h5 {
    font-size: 22px;
    line-height: 22px;
  }
  article h6 {
    font-size: 18px;
    line-height: 18px;
  }
  article p {
    font-size: 20px;
    line-height: 20px;
  }
  aside {
    font-family: canada-type-gibson, sans-serif;
  }
  aside .aside-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  aside .aside-inner h2 {
    font-size: 28px;
    line-height: 28px;
  }
  aside .aside-inner h3 {
    font-size: 26px;
    line-height: 26px;
  }
  aside .aside-inner h4 {
    font-size: 24px;
    line-height: 24px;
  }
  aside .aside-inner h5 {
    font-size: 22px;
    line-height: 22px;
  }
  aside .aside-inner p {
    font-size: 18px;
    line-height: 30px;
  }
  aside .aside-inner ul, aside .aside-inner ol {
    font-size: 18px;
    line-height: 30px;
  }
  .hero-front .hero-inner .hero-content h1 {
    font-size: 90px;
    line-height: 70px;
  }
  .hero-page .hero-inner .hero-content h1 {
    font-size: 90px;
    line-height: 70px;
  }
  .front-grid .col h2 {
    font-size: 55px;
    line-height: 55px;
  }
  .front-grid .col p {
    font-size: 25px;
    line-height: 35px;
  }
  .front-search-bar .front-search-bar-inner h3 {
    font-size: 55px;
    line-height: 55px;
  }
  .posts-news-agenda .posts-news-agenda-inner .agenda .posts .month-group .month {
    font-size: 40px;
  }
  .pages .pages-inner .page .content .content-inner h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .pages .pages-inner .page .content .content-inner p {
    font-size: 20px;
    line-height: 24px;
  }
  .locations .location-group h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .locations .location-group .location h4 {
    font-size: 25px;
    line-height: 25px;
  }
  .locations .location-group .location ul li {
    font-size: 20px;
    line-height: 24px;
  }
  .posts-related .post-wrapper h2 {
    font-size: 55px;
    line-height: 55px;
  }
  .signup-form h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .signup-form .crd-course-info, .signup-form .crd-personal-info, .signup-form .crd-payment-info, .signup-form .crd-registration {
    padding: 0px;
    flex-direction: column;
    gap: 10px;
  }
  .signup-form .crd-course-info input, .signup-form .crd-course-info select, .signup-form .crd-personal-info input, .signup-form .crd-personal-info select, .signup-form .crd-payment-info input, .signup-form .crd-payment-info select, .signup-form .crd-registration input, .signup-form .crd-registration select {
    font-size: 18px;
  }
  .signup-form .crd-course-info textarea, .signup-form .crd-personal-info textarea, .signup-form .crd-payment-info textarea, .signup-form .crd-registration textarea {
    font-size: 18px;
  }
  .signup-form .crd-course-info input[type=button], .signup-form .crd-course-info button, .signup-form .crd-personal-info input[type=button], .signup-form .crd-personal-info button, .signup-form .crd-payment-info input[type=button], .signup-form .crd-payment-info button, .signup-form .crd-registration input[type=button], .signup-form .crd-registration button {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1299px) {
  .hero-front {
    max-height: 900px;
  }
  .hero-front .hero-inner {
    position: relative;
  }
  .hero-front .hero-inner .hero-image {
    position: absolute;
    left: 0px;
    height: auto;
  }
  .front-search-bar .front-search-bar-inner .front-search-icon svg {
    width: 30px;
  }
  .text-sidebar .text-sidebar-inner {
    gap: 40px;
  }
  .text-sidebar .text-sidebar-inner article {
    min-width: inherit;
  }
  .text-sidebar .text-sidebar-inner aside {
    max-width: 320px;
  }
  .posts-news-agenda .posts-news-agenda-inner .news .posts .post .content {
    padding: 40px;
  }
  .posts-news-agenda .posts-news-agenda-inner .agenda .posts .month-group {
    padding-left: 120px;
  }
  .pages .pages-inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .locations .location-group {
    grid-template-columns: repeat(2, 1fr);
  }
  .locations .location-group h3 {
    grid-column: span 2;
  }
  .posts-related .post-wrapper .posts {
    grid-template-columns: repeat(2, 1fr);
  }
  .posts-related .post-wrapper .posts h3 {
    grid-column: span 2;
  }
  .post-type-archive-agenda .post-wrapper .month-group {
    padding-left: 0px;
  }
  .post-type-archive-agenda .post-wrapper .month-group .month {
    position: relative;
    top: 0px;
  }
  .post-type-archive-docent .post-wrapper aside {
    padding: 40px 40px;
    z-index: 2;
    width: 40%;
  }
  .post-type-archive-docent .post-wrapper .posts {
    grid-template-columns: repeat(1, 1fr);
    width: 60%;
  }
  .post-type-archive-docent .post-wrapper .posts .pagination {
    grid-column: span 1;
  }
  .post-type-archive-cursus .post-wrapper {
    gap: 40px;
  }
  .post-type-archive-cursus .post-wrapper aside {
    padding: 40px 40px;
    z-index: 2;
    width: 40%;
  }
  .post-type-archive-cursus .post-wrapper .posts {
    grid-template-columns: repeat(1, 1fr);
    width: 60%;
  }
  .post-type-archive-cursus .post-wrapper .posts .pagination {
    grid-column: span 1;
  }
  .course-information ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .signup-form {
    padding: 30px;
  }
  .signup-form .crd-date-of-birth {
    display: flex;
    gap: 5px;
  }
  .signup-form .back-course-info-button {
    margin-bottom: 10px;
  }
  .search-results .posts .post .content {
    align-items: flex-start;
    flex-direction: column;
  }
  .faq {
    width: 85.7142857143%;
  }
}
@media only screen and (max-width: 1199px) {
  header nav {
    display: none;
  }
  header #menu-toggle {
    display: block;
  }
}
@media only screen and (max-width: 999px) {
  .hero-front {
    max-height: 700px;
  }
  .front-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .posts-news-agenda .posts-news-agenda-inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .text-image {
    grid-template-columns: repeat(1, 1fr);
  }
  .text-sidebar .text-sidebar-inner {
    flex-direction: column;
  }
  .text-sidebar .text-sidebar-inner aside {
    max-width: inherit;
    min-width: inherit;
  }
  .page-template-page-contact .text-sidebar .text-sidebar-inner {
    flex-direction: column;
  }
  .page-template-page-contact .text-sidebar .text-sidebar-inner aside {
    min-width: inherit;
  }
  .pages .pages-inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .locations .location-group {
    grid-template-columns: repeat(1, 1fr);
  }
  .locations .location-group h3 {
    grid-column: span 1;
  }
  .posts-related .post-wrapper .posts {
    grid-template-columns: repeat(1, 1fr);
  }
  .posts-related .post-wrapper .posts h3 {
    grid-column: span 1;
  }
  .archive .post-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .archive .post-wrapper h2 {
    grid-column: span 1;
  }
  .post-type-archive-agenda .post-wrapper .month-group .post {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .post-type-archive-docent .post-wrapper {
    flex-direction: column;
  }
  .post-type-archive-docent .post-wrapper aside {
    max-width: inherit;
    min-width: inherit;
    width: 100%;
    max-height: 100px;
    height: 100px;
    overflow: hidden;
  }
  .post-type-archive-docent .post-wrapper aside .open-filter svg {
    display: block;
  }
  .post-type-archive-docent .post-wrapper .posts {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
  .post-type-archive-cursus .post-wrapper {
    flex-direction: column;
  }
  .post-type-archive-cursus .post-wrapper aside {
    max-width: inherit;
    min-width: inherit;
    width: 100%;
    max-height: 100px;
    height: 100px;
    overflow: hidden;
  }
  .post-type-archive-cursus .post-wrapper aside .open-filter svg {
    display: block;
  }
  .post-type-archive-cursus .post-wrapper .posts {
    grid-template-columns: repeat(1, 1fr);
    width: 100%;
  }
  .newsletter .newsletter-inner {
    flex-direction: column;
  }
  .newsletter .newsletter-inner .col {
    width: 100%;
  }
  .newsletter .newsletter-inner .col form .email {
    max-width: 70%;
  }
  .course-information {
    margin-top: 40px;
    margin-bottom: 40px;
    transform: inherit;
  }
  .course-information ul {
    grid-template-columns: repeat(1, 1fr);
  }
  footer .footer-inner {
    grid-template-columns: repeat(1, 1fr);
    text-align: center;
  }
  footer .footer-inner .col {
    align-items: center;
  }
}
@media only screen and (max-width: 799px) {
  .hero-front .hero-inner .hero-image {
    width: 100%;
  }
  .hero-front .hero-inner .hero-content h1 {
    position: relative;
    z-index: 2;
    mix-blend-mode: inherit;
  }
  .hero-front .scroll {
    gap: 0px;
  }
  .hero-front .scroll svg {
    width: 20px;
  }
  .hero-front .scroll p {
    font-size: 18px;
  }
  .hero-page .hero-inner .hero-content h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .posts-news-agenda .posts-news-agenda-inner .agenda .posts .month-group {
    padding-left: 0px;
  }
  .posts-news-agenda .posts-news-agenda-inner .agenda .posts .month-group .month {
    position: relative;
  }
  footer .under-footer {
    text-align: center;
  }
  footer .under-footer .under-footer-inner {
    flex-direction: column;
    gap: 20px;
  }
}
/*
 * font sizes
 */
@media only screen and (max-width: 599px) {
  .btn {
    font-size: 18px;
  }
  article h1 {
    font-size: 40px;
    line-height: 40px;
  }
  article h2 {
    font-size: 30px;
    line-height: 30px;
  }
  article h3 {
    font-size: 25px;
    line-height: 25px;
  }
  article h4 {
    font-size: 20px;
    line-height: 20px;
  }
  article h5 {
    font-size: 18px;
    line-height: 24px;
  }
  article h6 {
    font-size: 18px;
    line-height: 24px;
  }
  article p {
    font-size: 18px;
    line-height: 24px;
  }
  aside {
    font-family: canada-type-gibson, sans-serif;
  }
  aside .aside-inner {
    gap: 30px;
  }
  .hero-front .hero-inner .hero-content h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .hero-page .hero-inner .hero-content h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .front-grid .col h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .front-grid .col p {
    font-size: 20px;
    line-height: 30px;
  }
  .front-search-bar .front-search-bar-inner h3 {
    font-size: 30px;
    line-height: 30px;
  }
  .posts-news-agenda .posts-news-agenda-inner .agenda .posts .month-group .month {
    font-size: 25px;
  }
  .pages .pages-inner .page .content .content-inner h3 {
    font-size: 25px;
    line-height: 25px;
  }
  .pages .pages-inner .page .content .content-inner p {
    font-size: 18px;
    line-height: 24px;
  }
  .posts-related .post-wrapper h2 {
    font-size: 30px;
    line-height: 30px;
  }
  .newsletter .newsletter-inner .col h3 {
    font-size: 25px;
    line-height: 25px;
  }
  .newsletter .newsletter-inner .col p {
    font-size: 20px;
    line-height: 20px;
  }
  .course-information ul li {
    font-size: 18px;
    line-height: 18px;
  }
}
@media only screen and (max-width: 599px) {
  header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hero-page, .hero-single {
    height: 300px;
  }
  .front-search-bar .front-search-bar-inner .front-search-icon svg {
    width: 20px;
  }
  .front-parallax {
    height: 300px;
    background-size: contain;
    background-position: center;
    background-attachment: inherit;
  }
  .android .front-parallax {
    background-attachment: fixed;
  }
  .locations .location-group .location .icon {
    width: 50px;
    height: 50px;
  }
}
/*
 * padding
 */
@media only screen and (max-width: 499px) {
  header .homelink .logo {
    max-height: 40px;
  }
  .hero-front {
    max-height: 400px;
  }
  .front-search-bar {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .front-search-bar .front-search-bar-inner {
    gap: 40px;
  }
  .front-search-bar .front-search-bar-inner .search-icon svg {
    width: 20px;
  }
  .front-grid .col {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .posts-news-agenda {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .posts-news-agenda .posts-news-agenda-inner .news .posts .post .wp-post-image {
    display: none;
  }
  .posts-news-agenda .posts-news-agenda-inner .news .posts .post .content {
    padding: 40px 30px;
  }
  .post-type-archive-nieuws .post-wrapper .post .wp-post-image {
    display: none;
  }
  .post-type-archive-nieuws .post-wrapper .post .content {
    padding: 40px 30px;
  }
  .locations .location-group .location {
    padding: 40px 30px;
  }
  .post-type-archive-cursus .post-wrapper aside {
    padding: 30px;
  }
  .pagination .page-numbers {
    width: 40px;
    height: 40px;
  }
  .newsletter {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (max-width: 499px) {
  .hero-front .hero-background-image {
    min-height: 400px;
  }
}
.fadeUp {
  transform: translateY(40px);
  opacity: 0;
  transition: 0.3s ease;
}

.fadeUp.inView {
  transform: inherit;
  opacity: 1;
}

.fadeRight {
  transform: translateX(-40px);
  opacity: 0;
  transition: 0.3s ease;
}

.fadeRight.inView {
  transform: inherit;
  opacity: 1;
}

.no-scroll {
  overflow: hidden;
}

.page-template-page-over-ons main {
  position: relative;
}

a {
  text-decoration: none;
}

.btns {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

article {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
  font-family: "arboria", sans-serif;
}
article h1 {
  font-size: 55px;
  font-weight: 900;
  line-height: 55px;
}
article h2 {
  font-size: 55px;
  font-weight: 900;
  line-height: 55px;
}
article h3 {
  font-size: 45px;
  font-weight: 900;
  line-height: 45px;
}
article h4 {
  font-size: 35px;
  font-weight: 900;
  line-height: 35px;
}
article p {
  font-size: 20px;
  line-height: 30px;
}
article ol, article ul {
  font-size: 20px;
  line-height: 30px;
}
article .btn {
  width: auto;
}

.btn {
  align-self: flex-start;
  padding: 18px 70px 18px 35px;
  margin-bottom: 0px;
  border: none;
  transition: 0.2s ease;
  text-transform: uppercase;
  text-align: left;
  font-family: "arboria", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #003070;
  background-image: url("../../img/icon-arrow-right.svg");
  background-size: 20px;
  background-position: 90% 50%;
  background-repeat: no-repeat;
}
.btn:hover {
  background-color: #459524;
}

#wpadminbar {
  opacity: 0.4;
}
#wpadminbar:hover {
  opacity: 1;
}

header {
  position: fixed;
  top: 0px;
  padding-top: 50px;
  padding-bottom: 50px;
  width: 100%;
  z-index: 4;
  transition: 0.2s ease;
  background-color: rgb(255, 255, 255);
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto auto;
  width: 85.7142857143%;
}
header .inner .logo {
  position: relative;
  height: 40px;
}
header .inner .logo .logo-dark {
  position: absolute;
  height: 40px;
  opacity: 1;
}
header .inner .logo .logo-light {
  position: absolute;
  height: 40px;
  opacity: 0;
}
header .inner .menu {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  gap: 30px;
  list-style: none;
}
header .inner .menu .menu-item {
  text-transform: uppercase;
  font-family: "circe", sans-serif;
  font-size: 20px;
  font-weight: 400;
}
header .inner .menu .menu-item a {
  color: #003070;
}
header .inner #menu-toggle {
  display: none;
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 4;
}
header .inner #menu-toggle span {
  display: block;
  background: #003070;
  border-radius: 5px;
  transition: 0.2s ease;
}
header .inner #menu-toggle #hamburger {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
}
header .inner #menu-toggle #hamburger span {
  width: 30px;
  height: 3px;
  position: relative;
  margin-bottom: 7px;
}
header .inner #menu-toggle #hamburger span:nth-child(1) {
  transition-delay: 0.5s;
}
header .inner #menu-toggle #hamburger span:nth-child(2) {
  transition-delay: 0.625s;
}
header .inner #menu-toggle #hamburger span:nth-child(3) {
  transition-delay: 0.75s;
  margin-bottom: 0px;
}
header .inner #menu-toggle #cross {
  position: absolute;
  height: 100%;
  width: 100%;
  transform: rotate(45deg);
}
header .inner #menu-toggle #cross span:nth-child(1) {
  height: 0%;
  width: 3px;
  position: absolute;
  top: 0%;
  left: 14px;
  transition-delay: 0s;
}
header .inner #menu-toggle #cross span:nth-child(2) {
  width: 0%;
  height: 3px;
  position: absolute;
  left: 0%;
  top: 14px;
  transition-delay: 0.25s;
}
header .inner #menu-toggle.open #hamburger span {
  width: 0%;
}
header .inner #menu-toggle.open #hamburger span:nth-child(1) {
  transition-delay: 0s;
}
header .inner #menu-toggle.open #hamburger span:nth-child(2) {
  transition-delay: 0.125s;
}
header .inner #menu-toggle.open #hamburger span:nth-child(3) {
  transition-delay: 0.25s;
}
header .inner #menu-toggle.open #cross span:nth-child(1) {
  height: 30px;
  transition-delay: 0.625s;
}
header .inner #menu-toggle.open #cross span:nth-child(2) {
  width: 30px;
  transition-delay: 0.375s;
}

.header-sticky {
  z-index: 11;
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: rgb(255, 255, 255);
}
.header-sticky .inner .logo .logo-dark {
  opacity: 1;
}
.header-sticky .inner .logo .logo-light {
  opacity: 0;
}
.header-sticky .inner .menu .menu-item a {
  color: #003070;
}

.home header {
  background-color: rgba(255, 255, 255, 0);
}
.home header .inner .logo .logo-dark {
  opacity: 0;
}
.home header .inner .logo .logo-light {
  opacity: 1;
}
.home header .inner .menu .menu-item a {
  color: #FFFFFF;
}
.home header .inner #menu-toggle span {
  background: #FFFFFF;
}
.home .header-sticky {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: rgb(255, 255, 255);
}
.home .header-sticky .inner .logo .logo-dark {
  opacity: 1;
}
.home .header-sticky .inner .logo .logo-light {
  opacity: 0;
}
.home .header-sticky .inner .menu .menu-item a {
  color: #003070;
}
.home .header-sticky .inner #menu-toggle span {
  background: #003070;
}

.page-template-page-diensten header .inner .logo .logo-dark {
  opacity: 1;
}
.page-template-page-diensten header .inner .logo .logo-light {
  opacity: 0;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 70px;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
}
.mobile-menu .menu {
  display: grid;
  flex-direction: column;
  gap: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: auto auto;
  width: 85.7142857143%;
  list-style: none;
}
.mobile-menu .menu .menu-item {
  text-transform: uppercase;
  font-family: "arboria", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.mobile-menu .menu .menu-item a {
  color: #003070;
}

.hero-front, .hero-page, .hero-single {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
}
.hero-front .inner, .hero-page .inner, .hero-single .inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin: auto auto;
  width: 71.4285714286%;
  height: 100%;
}
.hero-front .inner h1, .hero-page .inner h1, .hero-single .inner h1 {
  position: fixed;
  text-transform: uppercase;
  text-align: right;
  max-width: 700px;
  width: 100%;
  font-family: "arboria", sans-serif;
  font-size: 90px;
  font-weight: 900;
  line-height: 90px;
  color: #FFFFFF;
}
.hero-front img, .hero-page img, .hero-single img {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
}
.hero-front:before, .hero-page:before, .hero-single:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 80%;
  z-index: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(0, 48, 112) 100%);
}
.hero-front:after, .hero-page:after, .hero-single:after {
  content: "";
  position: fixed;
  top: 50%;
  right: -100px;
  width: 200px;
  height: 200px;
  transform: translateY(-50%) rotate(45deg);
  background-color: #459524;
}

.hero-single {
  max-height: 500px;
}
.hero-single .inner h1 {
  margin-top: 140px;
}
.hero-single:after {
  display: none;
}

.form-filter {
  background-color: #FFFFFF;
}
.form-filter .inner {
  position: relative;
  padding: 40px 80px;
  margin: auto auto;
  width: 85.7142857143%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #FFFFFF;
}
.form-filter .inner h3 {
  text-transform: uppercase;
  font-family: "arboria", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 36px;
  color: #003070;
}
.form-filter .inner .form h2 {
  display: none;
}
.form-filter .inner .form .gform_wrapper .gform_validation_errors {
  padding: 18px 35px;
  border-width: 1px;
  border-radius: 0px;
}
.form-filter .inner .form .gform_wrapper .gform_validation_errors h2 {
  display: block;
  font-family: "arboria", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.form-filter .inner .form form {
  margin-top: 30px;
}
.form-filter .inner .form form .gform-body {
  grid-column: span 3;
}
.form-filter .inner .form form .gform-body .gform_page {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}
.form-filter .inner .form form .gform-body .gform_page .gform_page_fields {
  grid-column: span 3;
}
.form-filter .inner .form form .gform-body .gform_page .gform_page_footer {
  grid-column: span 1;
  display: flex;
  padding: 0px;
  margin: 0px;
}
.form-filter .inner .form form .gform-body .gform_page .gform_page_footer .gform_previous_button {
  padding: 18px;
  width: 50%;
  background-image: none;
}
.form-filter .inner .form form .gform-body .gform_page .gform_page_footer input[type=submit] {
  padding: 18px;
  width: 50%;
}
.form-filter .inner .form form .gform-body .gform_fields label {
  display: none;
}
.form-filter .inner .form form .gform-body .gform_fields input, .form-filter .inner .form form .gform-body .gform_fields select {
  padding: 18px 35px;
  border: none;
  font-family: "arboria", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #003070;
  background-color: #E5E5E5;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.form-filter .inner .form form .gform-body .gform_fields input::placeholder, .form-filter .inner .form form .gform-body .gform_fields select::placeholder {
  color: #003070;
}
.form-filter .inner .form form .gform-body .gform_fields select {
  background-image: url("../../img/icon-arrow-down.svg");
  background-size: 20px;
  background-position: 90% 50%;
  background-repeat: no-repeat;
}
.form-filter .inner .form form .gform-body .gfield_description {
  padding: 18px 35px;
  font-family: "arboria", sans-serif;
  font-size: 16px;
}
.form-filter .inner .form form .gform_footer {
  padding: 0px;
  margin: 0px;
}
.form-filter .inner .form form input[type=submit], .form-filter .inner .form form input[type=button] {
  align-self: flex-start;
  padding: 18px 35px;
  margin-bottom: 0px;
  border: none;
  width: 100%;
  transition: 0.2s ease;
  text-align: left;
  font-family: "arboria", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #459524;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-image: url("../../img/icon-arrow-right.svg");
  background-size: 20px;
  background-position: 90% 50%;
  background-repeat: no-repeat;
}
.form-filter .inner .form form input[type=submit]:hover, .form-filter .inner .form form input[type=button]:hover {
  background-color: #003070;
}
.form-filter .inner .scroll {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 30px;
  transform: translatex(-50%);
  height: auto;
  width: 40px;
}

.home .form-filter .inner {
  transform: translateY(-50%);
}

.page-template-page-over-ons .form-filter {
  padding-bottom: 200px;
}

.page-template-page-diensten .form-filter {
  padding-bottom: 200px;
}

.page-template-page-offerte-aanvragen .form-filter {
  padding-bottom: 100px;
  background-color: #003070;
}

.single-dienst .form-filter {
  padding-bottom: 200px;
}

.services {
  padding-top: 40px;
  padding-bottom: 140px;
  background-color: #FFFFFF;
}
.services .inner #tabs ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  width: 71.4285714286%;
  list-style: none;
}
.services .inner #tabs ul li {
  text-transform: uppercase;
  font-family: "circe", sans-serif;
  font-size: 30px;
}
.services .inner #tabs ul li a {
  color: #003070;
}
.services .inner #tabs ul .ui-state-active {
  border-bottom: 4px solid #003070;
}
.services .inner #tabs ul .ui-state-active a {
  transition: 0.2s ease;
  color: #459524;
}
.services .inner #tabs .tab {
  display: flex;
  flex-direction: column;
  margin-left: 28.5714285714%;
  width: 57.1428571429%;
}
.services .inner #tabs .tab .wp-post-image {
  align-self: flex-end;
  margin-bottom: 40px;
  max-width: 1100px;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
  object-fit: contain;
}
.services .inner #tabs .tab article {
  max-width: 700px;
}
.services .inner #tabs .tab article h2, .services .inner #tabs .tab article h3, .services .inner #tabs .tab article h4 {
  color: #003070;
}

.page-template-page-diensten .services {
  padding-top: 220px;
}

.cta {
  position: relative;
  padding-top: 120px;
  z-index: 2;
  background-color: #FFFFFF;
}
.cta .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  position: relative;
  margin: auto auto;
  width: 85.7142857143%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #459524;
}
.cta .inner .col {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 90px 40px;
}
.cta .inner .col img {
  position: absolute;
  bottom: 0px;
  max-width: 400px;
  width: 100%;
}
.cta .inner .col h3 {
  text-transform: uppercase;
  font-family: "arboria", sans-serif;
  font-size: 40px;
  font-weight: 900;
  color: #FFFFFF;
}
.cta .inner .col .btn {
  align-self: center;
  padding: 18px 35px 18px 70px;
  font-size: 25px;
  line-height: 25px;
  color: #003070;
  background-color: #EFDD0E;
  background-size: 20px;
  background-position: 10% 50%;
}
.cta .inner .col .btn:hover {
  background-color: #FFFFFF;
}

.page-template-page-offerte-aanvragen .cta {
  padding-top: 240px;
  background-color: #003070;
}
.page-template-page-offerte-aanvragen .cta article {
  padding-bottom: 300px;
  margin-left: 7.1428571429%;
  width: 50%;
  color: #FFFFFF;
}
.page-template-page-offerte-aanvragen .cta article h1 {
  text-transform: uppercase;
  font-size: 80px;
  line-height: 80px;
}

.text-slider {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #FFFFFF;
}
.text-slider article {
  margin-left: 14.2857142857%;
  width: 28.5714285714%;
  color: #003070;
}
.text-slider .swiperImage {
  margin: 0px;
  width: 57.1428571429%;
}
.text-slider .swiperImage .swiper-slide {
  width: 80%;
  max-height: 600px;
}
.text-slider .swiperImage .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.text-slider .swiper-button-prev {
  width: 100px;
  height: 160px;
}
.text-slider .swiper-button-prev svg {
  height: 100%;
  transition: 0.2s ease;
  opacity: 0.56;
}
.text-slider .swiper-button-prev svg path {
  fill: #003070;
}
.text-slider .swiper-button-prev svg:hover {
  opacity: 1;
}
.text-slider .swiper-button-prev:after {
  display: none;
}
.text-slider .swiper-button-next {
  width: 100px;
  height: 160px;
}
.text-slider .swiper-button-next svg {
  height: 100%;
  transition: 0.2s ease;
  opacity: 0.56;
}
.text-slider .swiper-button-next svg path {
  fill: #003070;
}
.text-slider .swiper-button-next svg:hover {
  opacity: 1;
}
.text-slider .swiper-button-next:after {
  display: none;
}

.text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  width: 100%;
  background-color: #FFFFFF;
}
.text article {
  width: 57.1428571429%;
}

.text-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #FFFFFF;
}
.text-image article {
  margin-left: 14.2857142857%;
  width: 28.5714285714%;
  color: #003070;
}
.text-image img {
  margin: 0px;
  width: 57.1428571429%;
  object-fit: cover;
  object-position: center;
}

.error404 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
}

.map-form {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 140px;
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #003070;
}
.map-form .acf-map {
  margin-top: -200px;
  margin-left: -200px;
  width: 50%;
  clip-path: circle(50%);
}
.map-form .acf-map:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.map-form .contact-info {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 35.7142857143%;
  bottom: 10%;
  margin-left: -200px;
  width: 300px;
  height: 300px;
  border-radius: 300px;
  font-family: "arboria", sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  background-color: #459524;
}
.map-form article {
  padding-top: 100px;
  width: 42.8571428571%;
  max-width: 600px;
  color: #FFFFFF;
}
.map-form article h1 {
  text-transform: uppercase;
}
.map-form article .gform_wrapper {
  width: 100%;
}
.map-form article .gform_wrapper .gform_title {
  display: none;
}
.map-form article .gform_wrapper .gform_validation_errors {
  padding: 18px 35px;
  border-width: 1px;
  border-radius: 0px;
}
.map-form article .gform_wrapper .gform_validation_errors h2 {
  display: block;
  font-family: "arboria", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.map-form article form {
  margin-top: 30px;
}
.map-form article form .gform-body {
  grid-column: span 3;
}
.map-form article form .gform-body .gform_fields label {
  display: none;
}
.map-form article form .gform-body .gform_fields input, .map-form article form .gform-body .gform_fields select, .map-form article form .gform-body .gform_fields textarea {
  padding: 18px;
  border: none;
  border-bottom: 1px solid #459524;
  width: 100%;
  resize: none;
  font-family: "arboria", sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #FFFFFF;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.map-form article form .gform-body .gform_fields input::placeholder, .map-form article form .gform-body .gform_fields select::placeholder, .map-form article form .gform-body .gform_fields textarea::placeholder {
  color: #FFFFFF;
}
.map-form article form .gform-body .gform_fields textarea {
  max-height: 100px;
}
.map-form article form .gform-body .gform_fields select {
  background-image: url("../../img/icon-arrow-down.svg");
  background-size: 20px;
  background-position: 90% 50%;
  background-repeat: no-repeat;
}
.map-form article form .gform-body .gfield_description {
  padding: 18px 35px;
  font-family: "arboria", sans-serif;
  font-size: 16px;
}
.map-form article form .gform_footer {
  padding: 0px;
  margin: 0px;
}
.map-form article form .gform_footer .gform_button {
  align-self: flex-start;
  padding: 18px 70px 18px 35px;
  margin-bottom: 0px;
  border: none;
  width: auto;
  transition: 0.2s ease;
  text-align: left;
  font-family: "arboria", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #459524;
  background-image: url("../../img/icon-arrow-right.svg");
  background-size: 20px;
  background-position: 90% 50%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}
.map-form article form .gform_footer .gform_button:hover {
  background-color: #003070;
}

.payoff {
  padding-top: 40px;
  width: 100%;
  background-color: #003070;
}
.payoff .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin: auto auto;
  width: 85.7142857143%;
}
.payoff .inner .title {
  font-family: "arboria", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  font-weight: 900;
  color: #459524;
}
.payoff .inner .icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  flex-grow: 1;
}
.payoff .inner .icons .line {
  flex-grow: 1;
  height: 10px;
  background-color: #459524;
}
.payoff .inner .icons .cirkle {
  border: 10px solid #459524;
  border-radius: 40px;
  width: 40px;
  height: 40px;
}
.payoff .inner .icons .round {
  border-radius: 40px;
  width: 40px;
  height: 40px;
  background-color: #459524;
}
.payoff .inner .icons .square {
  width: 40px;
  height: 40px;
  background-color: #459524;
}
.payoff .inner .icons .line-ver {
  width: 10px;
  height: 40px;
  background-color: #459524;
}
.payoff .inner .icons .arrow-right {
  width: 45px;
  height: 45px;
}
.payoff .inner .icons .arrow-right svg {
  width: 100%;
  height: 100%;
}
.payoff .inner .icons .arrow-right svg path {
  fill: #459524;
}

.page-template-page-over-ons .payoff {
  padding-bottom: 40px;
}
.page-template-page-over-ons .payoff .inner .title {
  color: #FFFFFF;
}

footer {
  width: 100%;
  background-color: #003070;
}
footer .inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 200px;
  padding-top: 120px;
  padding-bottom: 200px;
  margin: auto auto;
  width: 85.7142857143%;
}
footer .inner .col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: "arboria", sans-serif;
  color: #FFFFFF;
}
footer .inner .col h4 {
  font-size: 25px;
}
footer .inner .col p {
  font-size: 20px;
  font-weight: 300;
  line-height: 35px;
}
footer .inner .col:last-of-type {
  grid-column: span 2;
}
footer .footer-under {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  padding-bottom: 40px;
  margin: auto auto;
  width: 85.7142857143%;
  font-family: "arboria", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  color: #FFFFFF;
}
footer .footer-under div:first-of-type {
  padding-right: 20px;
  border-right: 1px solid #FFFFFF;
}
footer .footer-under a {
  color: #FFFFFF;
}

@media only screen and (max-width: 1799px) {
  header .inner .logo {
    height: 30px;
  }
  header .inner .logo .logo-light {
    height: 30px;
  }
  header .inner .logo .logo-dark {
    height: 30px;
  }
  .map-form .contact-info {
    bottom: 30%;
  }
}
@media only screen and (max-width: 1599px) {
  header .inner .logo {
    height: 25px;
  }
  header .inner .logo .logo-light {
    height: 25px;
  }
  header .inner .logo .logo-dark {
    height: 25px;
  }
  header .inner nav .menu {
    gap: 20px;
  }
  header .inner nav .menu .menu-item {
    font-size: 18px;
  }
  .services .inner #tabs ul li {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1399px) {
  header .inner .logo {
    height: 20px;
  }
  header .inner .logo .logo-light {
    height: 20px;
  }
  header .inner .logo .logo-dark {
    height: 20px;
  }
  .cta .inner {
    grid-gap: 20px;
  }
  .cta .inner .col {
    padding: 40px 20px;
  }
  .cta .inner .col .btn {
    font-size: 18px;
  }
  .text-slider article {
    width: 35.7142857143%;
  }
  .text-slider .swiperImage {
    width: 42.8571428571%;
  }
  .text-slider .swiperImage .swiper-slide {
    width: 100%;
  }
  .map-form .contact-info {
    bottom: 40%;
  }
}
@media only screen and (max-width: 1299px) {
  header .inner nav .menu {
    display: none;
  }
  header .inner #menu-toggle {
    display: block;
  }
  .hero-front .inner h1, .hero-page .inner h1, .hero-single .inner h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .payoff .inner {
    flex-direction: column;
  }
  .payoff .inner .icons {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .hero-front, .hero-page, .hero-single {
    margin-top: 130px;
    max-height: 400px;
  }
  .home .hero-front, .home .hero-page, .home .hero-single {
    margin-top: 0px;
    max-height: 600px;
  }
  .form-filter .inner .form form .gform-body .gform_page .gform_page_fields {
    grid-column: span 4;
  }
  .form-filter .inner .form form .gform-body .gform_page .gform_page_footer {
    grid-column: span 4;
  }
  .form-filter .inner .form form .gform_footer .gform_button {
    padding: 18px 70px 18px 35px;
    width: auto;
  }
  .services {
    padding-top: 0px;
  }
  .services .inner #tabs .tab {
    margin-left: 14.2857142857%;
  }
  .cta .inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .cta .inner .col {
    justify-content: flex-start;
  }
  .cta .inner .col:first-of-type {
    grid-row: span 2;
  }
  .text-slider article {
    margin-left: 7.1428571429%;
    width: 42.8571428571%;
  }
  .text-slider .swiper-button-prev {
    width: 60px;
    height: 100px;
  }
  .text-slider .swiper-button-next {
    width: 60px;
    height: 100px;
  }
  .text-slider .swiper-button-prev {
    top: inherit;
    bottom: 140px;
  }
  .text-slider .swiper-button-next {
    top: inherit;
    bottom: 140px;
  }
  .map-form {
    flex-direction: column-reverse;
  }
  .map-form article {
    margin: auto auto;
    max-width: inherit;
    width: 85.7142857143%;
  }
  .map-form .contact-info {
    margin-left: 0px;
    top: 80%;
    right: 7.1428571429%;
    left: inherit;
  }
  .map-form .acf-map {
    position: relative;
    margin-top: 0px;
    margin-left: 7.1428571429%;
    width: 85.7142857143%;
  }
  footer .inner {
    grid-gap: 30px;
  }
}
@media only screen and (max-width: 999px) {
  article {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    font-family: "arboria", sans-serif;
  }
  article h1 {
    font-size: 45px;
    line-height: 45px;
  }
  article h2 {
    font-size: 45px;
    line-height: 45px;
  }
  article h3 {
    font-size: 35px;
    line-height: 25px;
  }
  article h4 {
    font-size: 25px;
    line-height: 25px;
  }
  article p {
    font-size: 18px;
    line-height: 28px;
  }
  article ol, article ul {
    font-size: 18px;
    line-height: 28px;
  }
  article .btn {
    font-size: 18px;
    width: auto;
  }
  .btns .btn {
    font-size: 18px;
  }
  .home .form-filter {
    padding-bottom: 40px;
  }
  .home .form-filter .inner {
    transform: translateY(-10%);
  }
  .home .form-filter .inner .scroll {
    display: none;
  }
  .form-filter .inner {
    padding: 40px;
  }
  .services .inner #tabs ul {
    justify-content: flex-start;
    gap: 20px;
    flex-wrap: wrap;
    margin: auto auto;
    width: 85.7142857143%;
  }
  .services .inner #tabs .tab {
    padding-top: 40px;
    margin: auto auto;
    width: 85.7142857143%;
  }
  .cta .inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .cta .inner .col {
    padding: 40px;
  }
  .cta .inner .col:first-of-type {
    grid-row: 3;
  }
  .cta .inner .col img {
    position: relative;
    max-width: 300px;
  }
  .cta .inner .col:last-of-type {
    padding-top: 0px;
  }
  .text-slider {
    flex-direction: column;
  }
  .text-slider article {
    width: 85.7142857143%;
  }
  .text-slider .swiperImage {
    width: 85.7142857143%;
  }
  .page-template-page-offerte-aanvragen .cta article h1 {
    font-size: 40px;
    line-height: 40px;
  }
  footer .inner {
    grid-template-columns: repeat(2, 1fr);
  }
  footer .inner .col {
    align-items: flex-start;
  }
  footer .inner .col img {
    height: 20px;
  }
}
@media only screen and (max-width: 599px) {
  article h1 {
    font-size: 40px;
    line-height: 40px;
  }
  article h2 {
    font-size: 40px;
    line-height: 40px;
  }
  article h3 {
    font-size: 30px;
    line-height: 30px;
  }
  article h4 {
    font-size: 20px;
    line-height: 20px;
  }
  article p {
    font-size: 16px;
    line-height: 26px;
  }
  article ol, article ul {
    font-size: 16px;
    line-height: 26px;
  }
  article .btn {
    font-size: 16px;
    width: auto;
  }
  .btns .btn {
    font-size: 16px;
  }
  header .inner .logo {
    height: 15px;
  }
  header .inner .logo .logo-light {
    height: 15px;
  }
  header .inner .logo .logo-dark {
    height: 15px;
  }
  .hero-front .inner, .hero-page .inner, .hero-single .inner {
    width: 85.7142857143%;
  }
  .hero-front .inner h1, .hero-page .inner h1, .hero-single .inner h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .hero-front:after, .hero-page:after, .hero-single:after {
    display: none;
  }
  .form-filter .inner {
    padding: 40px 20px;
  }
  .form-filter .inner form .gform-body .gform_fields label {
    line-height: inherit;
  }
  .form-filter .inner form .gform-body .gform_fields input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
    min-height: inherit;
    line-height: inherit;
  }
  .services {
    padding-bottom: 0px;
  }
  .page-template-page-diensten .services {
    padding-top: 120px;
  }
  .cta .inner .col {
    padding: 40px 20px;
  }
  .cta .inner .col:first-of-type {
    padding-bottom: 0px;
  }
  .page-template-page-over-ons .cta {
    padding-top: 0px;
  }
  .text-slider .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .text-slider .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .page-template-page-offerte-aanvragen .cta article {
    width: 85.7142857143%;
  }
  .page-template-page-offerte-aanvragen .cta article h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .payoff .inner .title {
    font-size: 30px;
  }
  .map-form {
    gap: 0px;
    padding-bottom: 0px;
  }
  .map-form .acf-map {
    margin: inherit;
    width: 100%;
    clip-path: inherit;
  }
  .map-form .contact-info {
    position: relative;
    padding-top: 40px;
    padding-right: 7.1428571429%;
    padding-bottom: 40px;
    padding-left: 7.1428571429%;
    border-radius: 0px;
    width: 100%;
    height: auto;
  }
  .map-form article {
    margin-bottom: 120px;
  }
  footer .inner {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 40px;
  }
  footer .inner .col:last-of-type {
    grid-column: span 1;
  }
  footer .footer-under {
    flex-direction: column;
    align-items: flex-start;
  }
  footer .footer-under div {
    font-size: 16px;
  }
  footer .footer-under div:first-of-type {
    border-right: none;
  }
}

/*# sourceMappingURL=style.css.map */
