body {
  font-family: Calibri, sans-serif;
  font-size: 20px;
  color: #595a5a;
  word-break: break-word;
}
p {
  font-size: 20px;
  color: #595a5a;
}
p strong,
p b {
  color: #000;
}
p.red {
  color: #e41e13;
}
p.purple {
  color: #84004b;
}
strong,
b {
  color: inherit;
  font-size: inherit;
}
a {
  font-size: 20px;
  color: #84004b;
  transition: 0.3s ease;
}
a:hover {
  color: #e41e13;
}
h1 {
  font-size: 48px;
  color: #e41e13;
  font-weight: bold;
}
h1.red {
  color: #e41e13;
}
h1.purple {
  color: #84004b;
}
h2 {
  font-size: 40px;
  color: #84004b;
  font-weight: bold;
}
h2.red {
  color: #e41e13;
}
h2.purple {
  color: #84004b;
}
h3,
h4,
h5,
h6 {
  font-size: 32px;
  color: #e41e13;
  font-weight: bold;
}
h3.red,
h4.red,
h5.red,
h6.red {
  color: #e41e13;
}
h3.purple,
h4.purple,
h5.purple,
h6.purple {
  color: #84004b;
}
img {
  max-width: 100%;
  height: auto;
}
main {
  min-height: 500px;
}
html.ccm-toolbar-visible .ccm-page {
  margin-top: 0px;
}
.block-margin {
  margin-bottom: 40px;
}
.ccm-page .button,
.ccm-page .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #84004b;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s ease;
  border: 0;
  box-shadow: none;
  padding: 10px 30px 10px 40px;
  font-weight: bold;
  font-size: 20px;
  width: fit-content;
  border-radius: 50px;
}
.ccm-page .button:hover,
.ccm-page .btn:hover {
  color: #fff;
  background-color: #e41e13;
}
.ccm-page .button::after,
.ccm-page .btn::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-left: 20px;
  flex-shrink: 0;
  background-image: url('/application/themes/wpw/img/icons/arrow-right-icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: transform 0.3s ease;
}
.ccm-page .button:hover::after,
.ccm-page .btn:hover::after {
  transform: translateX(5px);
}
.ccm-page .button.no-arrow,
.ccm-page .btn.no-arrow {
  padding: 10px 30px 10px 30px;
}
.ccm-page .button.no-arrow::after,
.ccm-page .btn.no-arrow::after {
  display: none;
}
.buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.block-navigation-menu-item {
  margin-bottom: 40px;
}
.block-navigation-menu-item a {
  color: #84004b;
  text-decoration: none;
  font-weight: bold;
}
.block-navigation-menu-item a .block-navigation-menu-content {
  padding: 30px;
  background-color: #fbdddb;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  text-align: center;
  transition: 0.3s ease;
}
.block-navigation-menu-item a .block-navigation-menu-content p {
  color: #84004b;
  text-decoration: none;
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 24px;
  transition: 0.3s ease;
}
.block-navigation-menu-item a .block-navigation-menu-content:hover {
  background-color: #84004b;
}
.block-navigation-menu-item a .block-navigation-menu-content:hover p {
  color: #fff;
}
.red-background {
  background-color: #fbdddb;
  padding: 60px;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .red-background {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .red-background {
    padding: 20px;
  }
}
footer {
  margin-top: 80px;
}
footer .footer-top {
  position: relative;
  background-color: #ececec;
  padding-top: 100px;
}
@media (max-width: 575px) {
  footer .footer-top {
    padding-top: 160px;
  }
}
footer .footer-top .footer-top-red-bar {
  background-color: #e41e13;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.15), 0 10px 25px rgba(0, 0, 0, 0.25);
}
footer .footer-top .footer-top-red-bar .footer-logo {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
}
@media (max-width: 575px) {
  footer .footer-top .footer-top-red-bar .footer-logo {
    height: 160px;
  }
}
footer .footer-top .footer-top-red-bar .footer-logo .logo-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 40px;
}
@media (max-width: 575px) {
  footer .footer-top .footer-top-red-bar .footer-logo .logo-wrapper {
    height: 160px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer .footer-top .footer-top-red-bar .footer-logo .logo-wrapper a {
    height: 120px;
  }
  footer .footer-top .footer-top-red-bar .footer-logo .logo-wrapper a img {
    height: 120px;
  }
}
footer .footer-top .footer-top-red-bar .footer-logo .logo-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 75px;
  width: 100vw;
  background: #fff;
  z-index: 0;
}
footer .footer-top .footer-top-red-bar .footer-logo .logo-wrapper::after {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  left: calc(100% - 25px);
  top: 50%;
  transform: translate(-450px, -50%);
  background: #fff;
  border-radius: 50%;
  z-index: 0;
}
footer .footer-top .footer-top-red-bar .footer-logo a {
  z-index: 1;
  pointer-events: auto;
  display: flex;
  align-items: flex-end;
}
footer .footer-top .footer-top-red-bar .footer-logo img {
  max-width: 260px;
  height: auto;
}
footer .footer-top .footer-top-red-bar .social-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0px;
  margin-left: 320px;
}
@media (max-width: 991px) {
  footer .footer-top .footer-top-red-bar .social-bar {
    margin-left: 0px;
    justify-content: flex-end;
  }
}
footer .footer-top .footer-top-red-bar .social-bar .social-bar-text {
  color: #fff;
  font-size: 24px;
}
@media (max-width: 991px) {
  footer .footer-top .footer-top-red-bar .social-bar .social-bar-text {
    display: none;
  }
}
footer .footer-top .footer-top-red-bar .social-bar .social-icons {
  display: flex;
  align-items: center;
  gap: 12px;
}
footer .footer-top .footer-top-red-bar .social-bar .social-icons a {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e41e13;
  border-radius: 50%;
  transition: 0.3s ease;
}
footer .footer-top .footer-top-red-bar .social-bar .social-icons a svg path {
  transition: 0.3s ease;
}
footer .footer-top .footer-top-red-bar .social-bar .social-icons a:hover {
  background-color: #84004b;
}
footer .footer-middle {
  padding: 150px 0px 32px 0px;
}
@media (max-width: 991px) {
  footer .footer-middle {
    padding: 80px 0px 32px 0px;
  }
}
footer .footer-middle .footer-item {
  margin-bottom: 68px;
}
@media (max-width: 991px) {
  footer .footer-middle .footer-item {
    margin-bottom: 40px;
  }
}
footer .footer-middle p {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
footer .footer-middle a {
  font-size: 24px;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s ease;
}
footer .footer-middle a:hover {
  color: #e41e13;
}
footer .footer-middle ul {
  padding-left: 0;
  margin-left: 0;
}
footer .footer-middle ul li {
  list-style-position: inside;
  padding-left: 0;
}
footer .footer-middle ul li::marker {
  font-size: 24px;
  color: #000;
}
footer .footer-middle h2 {
  color: #84004b;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  footer .footer-middle h2 {
    margin-bottom: 20px;
  }
}
footer .footer-middle h2 .highlight {
  color: #e41e13;
  font-style: italic;
  font-weight: bold;
  font-size: 40px;
}
footer .footer-middle .contact-options .contact-option {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #e41e13;
  margin-bottom: 16px;
  transition: 0.3s ease;
  width: fit-content;
}
@media (max-width: 400px) {
  footer .footer-middle .contact-options .contact-option {
    gap: 16px;
  }
}
footer .footer-middle .contact-options .contact-option:hover {
  color: #84004b;
}
footer .footer-middle .contact-options .contact-option:hover .icon {
  background-color: #e41e13;
}
footer .footer-middle .contact-options .contact-option .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #84004b;
  transition: 0.3s ease;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  padding: 10px;
  flex-shrink: 0;
  margin-bottom: 0px;
}
@media (max-width: 400px) {
  footer .footer-middle .contact-options .contact-option .icon {
    width: 48px;
    height: 48px;
  }
}
footer .footer-middle .contact-options .contact-option .icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
@media (max-width: 400px) {
  footer .footer-middle .contact-options .contact-option .icon img {
    width: 20px;
    height: 20px;
  }
}
footer .footer-middle .socials {
  display: flex;
  align-items: center;
  gap: 16px;
}
footer .footer-middle .socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  transition: 0.3s ease;
}
footer .footer-middle .socials a svg {
  width: 100%;
  height: 100%;
  display: block;
}
footer .footer-middle .socials a svg path {
  transition: 0.3s ease;
}
footer .footer-middle .socials a:hover svg path {
  fill: #e41e13;
}
footer .footer-middle .footer-logos {
  height: 100%;
  width: 100%;
  padding-bottom: 68px;
}
footer .footer-middle .footer-logos .gap {
  row-gap: 68px;
}
@media (max-width: 991px) {
  footer .footer-middle .footer-logos .gap {
    row-gap: 20px;
  }
}
footer .footer-middle .footer-logos .footer-logo-1,
footer .footer-middle .footer-logos .footer-logo-2,
footer .footer-middle .footer-logos .footer-logo-3,
footer .footer-middle .footer-logos .footer-logo-4 {
  height: 115px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  transition: 0.3s ease;
}
footer .footer-middle .footer-logos .footer-logo-1 {
  background-image: url(/application/themes/wpw/img/keurmerk-hkz.jpg);
}
footer .footer-middle .footer-logos .footer-logo-1:hover {
  background-image: url(/application/themes/wpw/img/keurmerk-hkz-color.jpg);
}
footer .footer-middle .footer-logos .footer-logo-2 {
  background-image: url(/application/themes/wpw/img/het-vrijwilligerspunt-dijk-en-waard.png);
}
footer .footer-middle .footer-logos .footer-logo-2:hover {
  background-image: url(/application/themes/wpw/img/het-vrijwilligerspunt-dijk-en-waard-color.png);
}
footer .footer-middle .footer-logos .footer-logo-3 {
  background-image: url(/application/themes/wpw/img/sociaal-werk-nederland.png);
}
footer .footer-middle .footer-logos .footer-logo-3:hover {
  background-image: url(/application/themes/wpw/img/sociaal-werk-nederland-color.png);
}
footer .footer-middle .footer-logos .footer-logo-4 {
  background-image: url(/application/themes/wpw/img/het-vrijwilligerspunt-noordkop.png);
}
footer .footer-middle .footer-logos .footer-logo-4:hover {
  background-image: url(/application/themes/wpw/img/het-vrijwilligerspunt-noordkop-color.png);
}
footer .footer-middle .footer-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .footer-middle .footer-arrow .up-arrow {
  width: 100%;
  max-width: 132px;
  aspect-ratio: 1;
  background-color: #e41e13;
  border-radius: 8px;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-middle .footer-arrow .up-arrow:hover {
  background-color: #84004b;
}
footer .footer-middle .footer-arrow .up-arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-bottom: 35px solid #fff;
}
footer .footer-bottom {
  background-color: #d2d2d2;
  color: #84004b;
  padding: 60px 0px 50px 0px;
}
@media (max-width: 991px) {
  footer .footer-bottom {
    padding: 30px 0px 30px 0px;
    text-align: center;
  }
}
footer .footer-bottom .left {
  color: #84004b;
  font-weight: bold;
}
footer .footer-bottom .left a {
  text-decoration: none;
  color: #84004b;
  transition: 0.3s ease;
}
footer .footer-bottom .left a:hover {
  color: #e41e13;
}
footer .footer-bottom .right {
  color: #84004b;
  text-transform: uppercase;
  font-weight: bold;
}
footer .footer-bottom .right a {
  color: #84004b;
  text-decoration: none;
  cursor: text;
}
header.header {
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
  z-index: 100;
}
header.header .header-container {
  position: relative;
}
header.header .header-container .header-top {
  background-color: #ececec;
  position: relative;
  z-index: 2;
  padding: 20px 0px 10px 0px;
}
header.header .header-container .header-top .header-top-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 0px 30px;
  margin-left: 320px;
}
@media (max-width: 991px) {
  header.header .header-container .header-top .header-top-inner {
    margin-left: 270px;
  }
}
@media (max-width: 767px) {
  header.header .header-container .header-top .header-top-inner {
    margin-left: 200px;
    gap: 0px 20px;
    justify-content: flex-end;
  }
}
@media (max-width: 575px) {
  header.header .header-container .header-top .header-top-inner {
    flex-direction: column;
    align-items: end;
  }
}
header.header .header-container .header-top .header-top-inner .header-item {
  margin-bottom: 10px;
}
header.header .header-container .header-top .header-top-inner .header-item a {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s ease;
}
header.header .header-container .header-top .header-top-inner .header-item a:hover .item-text {
  color: #e41e13;
}
header.header .header-container .header-top .header-top-inner .header-item a:hover img.icon {
  background: #e41e13;
}
header.header .header-container .header-top .header-top-inner .header-item img.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  background: #84004b;
  color: #fff;
  border-radius: 8px;
  font-size: 30px;
  transition: 0.3s ease;
}
header.header .header-container .header-top .header-top-inner .header-item .login-button {
  display: inline-flex;
  align-items: center;
  height: 50px;
  padding: 0px 12px 0px 12px;
  gap: 20px;
  background: #84004b;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s ease;
  border: 0px;
  box-shadow: none;
}
header.header .header-container .header-top .header-top-inner .header-item .login-button span {
  color: #fff;
  line-height: 19px;
  text-align: left;
  font-weight: bold;
}
@media (max-width: 575px) {
  header.header .header-container .header-top .header-top-inner .header-item .login-button span {
    display: none;
  }
}
header.header .header-container .header-top .header-top-inner .header-item .login-button span.logout {
  text-decoration: underline;
  font-weight: normal;
}
header.header .header-container .header-top .header-top-inner .header-item .login-button:hover {
  background: #e41e13;
}
@media (max-width: 575px) {
  header.header .header-container .header-top .header-top-inner .header-item .login-button {
    padding: 0;
    width: 50px;
    height: 50px;
    justify-content: center;
    gap: 0;
  }
}
header.header .header-container .header-top .header-top-inner .header-item .login-button img {
  padding: 0px;
  height: 28px;
  object-fit: contain;
}
header.header .header-container .header-top .header-top-inner .header-item .login-button .login-text {
  color: #fff;
}
@media (max-width: 575px) {
  header.header .header-container .header-top .header-top-inner .header-item .login-button .login-text {
    display: none;
  }
}
header.header .header-container .header-top .header-top-inner .header-item .login-button.login-desktop {
  display: inline-flex;
}
@media (max-width: 575px) {
  header.header .header-container .header-top .header-top-inner .header-item .login-button.login-desktop {
    display: none;
  }
}
header.header .header-container .header-top .header-top-inner .header-item .login-button.login-mobile {
  display: none;
}
@media (max-width: 575px) {
  header.header .header-container .header-top .header-top-inner .header-item .login-button.login-mobile {
    display: inline-flex;
  }
}
header.header .header-container .header-top .header-top-inner .header-item .item-text {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s ease;
}
@media (max-width: 1199px) {
  header.header .header-container .header-top .header-top-inner .header-item .item-text {
    display: none;
  }
}
header.header .header-container .header-bottom {
  background-color: #e41e13;
  position: relative;
  z-index: 2;
  padding-top: 40px;
  padding-bottom: 20px;
  box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.15), 0 10px 25px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  header.header .header-container .header-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
header.header .header-container .header-bottom .header-bottom-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 991px) {
  header.header .header-container .header-bottom .header-bottom-bg {
    display: none;
  }
}
header.header .header-container .header-bottom .header-bottom-bg .nav-highlight {
  position: absolute;
  top: -300px;
  bottom: -300px;
  left: -300px;
  width: 0;
  background: #84004b;
  pointer-events: none;
  transition: width 0.3s ease;
}
header.header .header-container .header-bottom .header-bottom-bg .nav-highlight::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  left: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #84004b;
  border-radius: 50%;
}
header.header .header-container .header-bottom .nav-search {
  margin-top: -12px;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  align-items: center;
  padding-left: 0px;
  order: 2;
}
@media (min-width: 992px) {
  header.header .header-container .header-bottom .nav-search {
    order: 3;
    margin-left: auto;
    margin-right: 0px;
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  header.header .header-container .header-bottom .nav-search {
    margin-top: 0px;
  }
}
header.header .header-container .header-bottom .nav-search button {
  background: none;
  border: none;
  padding: 0;
}
header.header .header-container .header-bottom .nav-search button i {
  color: #fff;
  font-size: 24px;
}
header.header .header-container .header-bottom .container {
  position: relative;
  z-index: 2;
}
header.header .header-container .header-bottom .ccm-block-top-navigation-bar {
  margin-left: 320px;
  position: relative;
}
@media (max-width: 991px) {
  header.header .header-container .header-bottom .ccm-block-top-navigation-bar {
    margin-left: 270px;
  }
}
@media (max-width: 767px) {
  header.header .header-container .header-bottom .ccm-block-top-navigation-bar {
    margin-left: 200px;
  }
}
@media (max-width: 575px) {
  header.header .header-container .header-bottom .ccm-block-top-navigation-bar {
    margin-left: 0px;
  }
}
header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper {
    width: 100%;
  }
}
header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar {
  padding: 0;
  position: relative;
  z-index: 2;
}
header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-toggler {
  padding: 0px;
  order: 3;
}
@media (min-width: 992px) {
  header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-toggler {
    order: 1;
  }
}
header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-toggler:focus {
  border: 0px;
  box-shadow: none;
}
header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-toggler .icon-bar {
  background-color: #fff;
}
header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse {
  order: 3;
}
@media (max-width: 991px) {
  header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse {
    order: 2;
  }
}
header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav {
    width: 100%;
    margin-top: 20px;
  }
}
header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item {
  position: relative;
  white-space: nowrap;
}
header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 0;
  margin-right: 44px;
  margin-bottom: 20px;
  text-decoration: none;
}
header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover,
header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:focus,
header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active,
header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.nav-path-selected {
  color: #fff;
}
header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item.dropdown {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: -20px;
}
header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item.dropdown:hover {
  z-index: 10;
}
header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item.dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 40px;
}
@media (max-width: 991px) {
  header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item.dropdown {
    width: 100%;
  }
}
header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
  display: none;
}
@media (max-width: 991px) {
  header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-toggle::after {
    display: inline-block;
  }
}
header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  top: 100%;
  left: -32px;
  padding: 0px;
  min-width: unset;
  border: 0px;
  border-radius: 0px 0px 10px 10px;
  box-shadow: -5px 10px 25px rgba(0, 0, 0, 0.15), 5px 10px 25px rgba(0, 0, 0, 0.15), 0px 10px 25px rgba(0, 0, 0, 0.25);
}
@media (max-width: 991px) {
  header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    display: none;
    position: static;
    box-shadow: none;
    border-radius: 0px;
    width: 100%;
    left: 0 !important;
    right: 0;
    background-color: #e41e13;
    margin-bottom: 20px;
  }
  header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.show-mobile {
    display: block;
  }
}
header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu li:nth-child(odd) .dropdown-item {
  background-color: #ececec;
}
@media (max-width: 991px) {
  header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu li:nth-child(odd) .dropdown-item {
    background-color: #e41e13;
  }
}
header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu li:nth-child(even) .dropdown-item {
  background-color: #ffffff;
}
@media (max-width: 991px) {
  header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu li:nth-child(even) .dropdown-item {
    background-color: #e41e13;
  }
}
header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu li:last-child .dropdown-item {
  border-radius: 0 0 10px 10px;
}
@media (max-width: 991px) {
  header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu li:last-child .dropdown-item {
    border-radius: 0px;
  }
}
header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
  color: #e41e13;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  transition: 0.3s ease;
  padding: 16px 32px;
  font-weight: bold;
}
@media (max-width: 991px) {
  header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    padding: 0px 0px 0px 16px;
    white-space: normal;
    word-break: break-word;
    color: #fff;
    margin-bottom: 12px;
  }
}
header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item::after {
  content: "";
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background-color: #e41e13;
  border-radius: 50%;
  background-image: url("/application/themes/wpw/img/icons/arrow-right-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  transition: background-color 0.3s ease;
}
@media (max-width: 991px) {
  header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item::after {
    display: none;
  }
}
header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: unset;
  color: #000;
}
@media (max-width: 991px) {
  header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    color: #fff;
  }
}
header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:hover::after {
  background-color: #84004b;
}
header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:active {
  background-color: unset;
}
header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus {
  background-color: unset;
}
header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item:focus-visible {
  background-color: unset;
}
header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse .navbar-nav .nav-item:last-child .nav-link {
  margin-right: 0;
}
header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse button {
  background-color: unset;
  border: none;
  padding: 0px;
}
header.header .header-container .header-bottom .ccm-block-top-navigation-bar .nav-wrapper .navbar .navbar-collapse button i {
  color: white;
  font-size: 25px;
}
header.header .header-container .header-logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
  overflow: hidden;
}
@media (max-width: 575px) {
  header.header .header-container .header-logo {
    height: 210px;
  }
}
header.header .header-container .header-logo .logo-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  header.header .header-container .header-logo .logo-wrapper {
    height: 186px;
    padding-top: 15px;
    padding-bottom: 35px;
  }
}
@media (max-width: 575px) {
  header.header .header-container .header-logo .logo-wrapper {
    align-items: center;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
header.header .header-container .header-logo .logo-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 75px;
  width: 100vw;
  background: #fff;
  z-index: 0;
}
header.header .header-container .header-logo .logo-wrapper::after {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  left: calc(100% - 25px);
  top: 70px;
  transform: translate(-525px, -50%);
  background: #fff;
  border-radius: 50%;
  z-index: 0;
}
@media (max-width: 991px) {
  header.header .header-container .header-logo .logo-wrapper::after {
    left: calc(100% - 65px);
  }
}
header.header .header-container .header-logo a {
  z-index: 1;
  pointer-events: auto;
  display: flex;
  align-items: flex-end;
  height: 100%;
}
@media (max-width: 575px) {
  header.header .header-container .header-logo a {
    align-items: center;
  }
}
header.header .header-container .header-logo img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 258px;
}
@media (max-width: 767px) {
  header.header .header-container .header-logo img {
    max-width: 180px;
  }
}
@media (max-width: 575px) {
  header.header.logged-in .header-container .header-logo {
    height: 270px;
  }
}
@media (max-width: 991px) {
  header.header.logged-in .header-container .header-logo .logo-wrapper {
    height: 240px;
    padding-top: 69px;
    padding-right: 20px;
  }
}
@media (max-width: 1399px) {
  header.header.logged-in .header-container .header-top .header-top-inner .header-item .item-text {
    display: none;
  }
}
body:has(main > .ccm-page > .block-margin:first-child .hero-image) header.header {
  margin-bottom: 0;
}
.news-area {
  margin-bottom: 120px;
}
.news-item {
  margin-bottom: 40px;
}
.news-item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}
.news-item a .news-image {
  border-radius: 15px;
  overflow: hidden;
  border-top: 8px solid #e41e13;
  margin-bottom: 50px;
  background-color: #84004b;
  height: 415px;
}
@media (max-width: 575px) {
  .news-item a .news-image {
    height: 320px;
  }
}
.news-item a .news-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s ease;
}
.news-item a .publish-date {
  text-transform: uppercase;
  color: #e41e13;
  font-weight: bold;
}
.news-item a .title {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
}
.news-item a .description {
  color: #595a5a;
  margin-bottom: 80px;
}
.news-item a .button {
  margin-top: auto;
}
.news-item a:hover .description {
  color: #595a5a;
}
.news-item a:hover .news-image img {
  transform: scale(1.05);
}
.news-item a:hover .button {
  background-color: #e41e13;
}
.news-detail .news-header .news-image {
  max-height: 450px;
  margin-bottom: 30px;
  max-width: 100%;
}
.news-detail .news-header .title {
  color: #84004b;
}
.news-detail .news-header .date {
  text-transform: uppercase;
  color: #e41e13;
  font-weight: bold;
}
.news-detail .news-content {
  margin-bottom: 40px;
}
.news-detail .news-list a {
  text-decoration: none;
}
.news-detail .news-list a .news-list-title {
  color: #84004b;
  transition: 0.3s ease;
}
.news-detail .news-list a:hover .news-list-title {
  color: #e41e13;
}
.news-overview .news-filter {
  background-color: #e41e13;
  border-radius: 15px;
  overflow: hidden;
  border-top: 8px solid #84004b;
  padding: 25px 20px;
  color: #fff;
  position: sticky;
  top: 40px;
  margin-bottom: 40px;
}
.news-overview .news-filter h3,
.news-overview .news-filter h4 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}
.news-overview .news-filter .text-search {
  margin-bottom: 20px;
}
.news-overview .news-filter .text-search input {
  width: 100%;
  border-radius: 8px;
  border: none;
  padding: 10px;
}
.news-overview .news-filter .text-search input:focus {
  box-shadow: none;
}
.news-overview .news-filter .form-check {
  margin-bottom: 10px;
}
.news-overview .news-filter .form-check .form-check-input:checked {
  background-color: #84004b;
  border-color: #84004b;
}
.news-overview .news-filter .form-check .form-check-input:focus {
  box-shadow: none;
}
.news-overview .news-filter .form-check .form-check-label {
  cursor: pointer;
  color: #fff;
}
.news-overview .news-filter .button {
  margin-top: 20px;
  width: 100%;
}
.news-overview .news-filter .button:hover {
  background-color: #84004b;
}
.news-overview .news-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}
.news-overview .news-pagination .page-numbers {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.news-overview .news-pagination .page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  height: 44px;
  padding: 0 14px;
  border-radius: 8px;
  background: #84004b;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  transition: 0.3s ease;
}
.news-overview .news-pagination .page-link img {
  width: 20px;
  height: 20px;
}
.news-overview .news-pagination .page-link.prev img {
  transform: rotate(180deg);
}
.news-overview .news-pagination .page-link:hover,
.news-overview .news-pagination .page-link.active {
  background: #e41e13;
  color: #fff;
}
.news-overview .news-pagination .page-link:focus {
  box-shadow: none;
}
@media (max-width: 1199px) {
  .news-overview .news-pagination .page-link.is-near-2 {
    display: none;
  }
}
@media (max-width: 575px) {
  .news-overview .news-pagination .page-link.is-near-1 {
    display: none;
  }
}
@media (max-width: 350px) {
  .news-overview .news-pagination .page-link {
    min-width: fit-content;
    padding: 0 10px;
  }
}
.news-overview .news-pagination .page-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  font-weight: bold;
  color: #84004b;
}
@media (max-width: 575px) {
  .news-overview .news-pagination .page-dots {
    display: none;
  }
}
.hero-image {
  position: relative;
  height: 65vh;
  margin-bottom: 100px;
}
.hero-image .hero-image-background {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.hero-image .hero-image-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.hero-image .hero-image-content .hero-disk {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  container-type: inline-size;
}
.hero-image .hero-image-content .hero-disk .hero-disk-bg {
  width: 100%;
  height: auto;
  display: block;
}
.hero-image .hero-image-content .hero-disk .hero-disk-logo {
  position: absolute;
  top: 5%;
  right: 5%;
  height: 35%;
}
.hero-image .hero-image-content .hero-disk .hero-disk-text {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 10cqw;
  text-align: center;
  width: 80%;
  line-height: 1.2;
  max-height: calc(2.4em);
  overflow: hidden;
}
.hero-image .hero-image-content .hero-disk .hero-disk-text h2 {
  color: white;
  font-size: 10cqw;
  font-weight: bold;
  font-style: italic;
}
.hero-image .hero-image-content h2 {
  margin-bottom: 0;
}
.hero-image .hero-wave {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
.hero-image.left .hero-image-content .hero-disk {
  margin-left: unset;
  margin-right: auto;
}
.hero-image.left .hero-image-content .hero-disk .hero-disk-logo {
  right: unset;
  left: 5%;
}
.hero-image.left .hero-image-content .hero-disk .hero-disk-bg {
  transform: scaleX(-1);
}
.hero-image.left .hero-wave {
  transform: scaleX(-1);
}
.hero-image.no-wpw .hero-image-content .hero-disk .hero-disk-logo {
  display: none;
}
.hero-image.no-wpw .hero-image-content .hero-disk .hero-disk-text {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: calc(3.6em);
}
.item {
  background-color: #f5f4f4;
  border-radius: 10px;
  border: 1px solid #84004b;
}
.item a {
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 32px;
  text-decoration: none;
  transition: 0.3s ease;
}
@media (max-width: 575px) {
  .item a {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
}
.item a .item-image {
  border-radius: 10px;
  padding: 10px;
  background-color: #84004b;
  height: 135px;
  width: 135px;
  flex-shrink: 0;
  transition: 0.3s ease;
}
.item a .item-text {
  display: flex;
  flex-direction: column;
}
.item a .item-text p {
  font-size: 36px;
  color: #84004b;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.3s ease;
}
.item a .item-text h1,
.item a .item-text h2,
.item a .item-text h3,
.item a .item-text h4,
.item a .item-text h5,
.item a .item-text h6 {
  font-size: 36px;
  color: #000;
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.3s ease;
}
.item a:hover .item-image {
  background-color: #e41e13;
}
.item a:hover .item-text p {
  color: #e41e13;
}
.item.three-item-row-item {
  background-color: unset;
  border-radius: 0px;
  padding: 0px;
  border: 0px;
  margin-bottom: 20px;
}
.item.three-item-row-item a {
  gap: 40px;
  padding: 0px;
}
@media (max-width: 1399px) {
  .item.three-item-row-item a {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .item.three-item-row-item a {
    flex-direction: row;
    text-align: left;
    gap: 10px;
  }
}
@media (max-width: 360px) {
  .item.three-item-row-item a .item-text {
    max-width: 160px;
  }
}
.item.three-item-row-item a .item-text p {
  font-size: 24px;
  color: #000;
}
.item.three-item-row-item a .item-text h1,
.item.three-item-row-item a .item-text h2,
.item.three-item-row-item a .item-text h3,
.item.three-item-row-item a .item-text h4,
.item.three-item-row-item a .item-text h5,
.item.three-item-row-item a .item-text h6 {
  font-size: 24px;
  color: #84004b;
}
.item.three-item-row-item a .item-arrow {
  background-color: #84004b;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  padding: 20px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
@media (max-width: 991px) {
  .item.three-item-row-item a .item-arrow {
    margin-left: auto;
  }
}
@media (max-width: 400px) {
  .item.three-item-row-item a .item-arrow {
    width: 50px;
    height: 50px;
    padding: 10px;
  }
}
.item.three-item-row-item a:hover .item-text h1,
.item.three-item-row-item a:hover .item-text h2,
.item.three-item-row-item a:hover .item-text h3,
.item.three-item-row-item a:hover .item-text h4,
.item.three-item-row-item a:hover .item-text h5,
.item.three-item-row-item a:hover .item-text h6 {
  color: #e41e13;
}
.item.three-item-row-item a:hover .item-arrow {
  background-color: #e41e13;
}
.three-item-row {
  background-color: #e3e2e2;
  border-radius: 10px;
  padding: 32px 32px 12px 32px;
  border: 1px solid #84004b;
  margin-bottom: 160px;
}
