.field--name-field-paragraph > .field__item,
.clearing-wrapper {
  margin: 5em 0;
  clear: both;
  display: block;
}


img {
	max-width: 100%;
	width: auto;
	height: auto;
}
figcaption,
figure {
	text-align: center;
}
a.link-op-afbeelding {
	text-decoration: none;
}
/*front editing*/
.editing-container {
  z-index: 2000;
}
/*end front editing*/

/*Geysir*/
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 30%;
  width: 40px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 40px;
}
.ui-dialog-titlebar-close::before {
  content: "X";
  font-weight: bold;
  font-size: 1.4em;
}
.geysir-modal-add-select-type-form {
display: flex;
justify-content: center;
padding: 10px;
align-items: flex-start;
flex-wrap: wrap;  
}
.geysir-modal-add-select-type-form .geysir-add-type {
  border: 2px solid #ffffff;
  display: inline-block;
  margin-right: 20px;
  min-width: 110px;
  padding: 10px;
  width: 110px;
}
.geysir-modal-add-select-type-form .geysir-add-type span {
  font-size: 0.8em !important;
  line-height: 1 !important;
}

/*---Fotogalerij---*/
.paragraph--type--fotogalerij section,
.paragraph--type--fotogalerij .container,
.paragraph--type--fotogalerij .container-fluid {
  position: relative;
  word-wrap: break-word;
}

.paragraph--type--fotogalerij section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.paragraph--type--fotogalerij .carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.paragraph--type--fotogalerij .carousel-controls {
  display: -webkit-flex;
}

.paragraph--type--fotogalerij .modal-dialog,
.paragraph--type--fotogalerij .modal-content {
  height: 100%;
}

.paragraph--type--fotogalerij .modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .paragraph--type--fotogalerij .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

.paragraph--type--fotogalerij .carousel-item {
  text-align: center;
}

.paragraph--type--fotogalerij .carousel-item img {
  margin: auto;
}

.paragraph--type--fotogalerij .carousel-item.active,
.paragraph--type--fotogalerij .carousel-item-next,
.paragraph--type--fotogalerij .carousel-item-prev {
  display: flex;
}

.paragraph--type--fotogalerij .item {
  position: relative;
}
.paragraph--type--fotogalerij a.carousel-control,
.paragraph--type--fotogalerij a.close {
  text-decoration: none;
}




.paragraph--type--fotogalerij .paragraph-gallery {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: var(--bs-body-bg) ;
}

.paragraph--type--fotogalerij .paragraph-gallery .row {
  margin-left: 0;
  margin-right: 0;
}
.paragraph--type--fotogalerij .paragraph-gallery .item {
  padding-left: 0;
  padding-right: 0;
}
.paragraph--type--fotogalerij .paragraph-gallery .item-wrapper {
  height: 100%;
  max-height: 400px;
  position: relative;
}
.paragraph--type--fotogalerij .paragraph-gallery .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.paragraph--type--fotogalerij .paragraph-gallery .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}


.paragraph--type--fotogalerij .paragraph-gallery .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.paragraph--type--fotogalerij .paragraph-gallery .carousel-control,
.paragraph--type--fotogalerij .paragraph-gallery .close {
  background: #1b1b1b;
}
.paragraph--type--fotogalerij .paragraph-gallery .carousel-control-prev {
  margin-left: 2.5rem;
}
.paragraph--type--fotogalerij .paragraph-gallery .carousel-control-prev span {
  margin-right: 5px;
}
.paragraph--type--fotogalerij .paragraph-gallery .carousel-control-next {
  margin-right: 2.5rem;
}
.paragraph--type--fotogalerij .paragraph-gallery .carousel-control-next span {
  margin-left: 5px;
}
.paragraph--type--fotogalerij .paragraph-gallery .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}

.paragraph--type--fotogalerij .paragraph-gallery .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.paragraph--type--fotogalerij .paragraph-gallery .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.paragraph--type--fotogalerij .paragraph-gallery .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.paragraph--type--fotogalerij .paragraph-gallery .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .paragraph--type--fotogalerij .paragraph-gallery .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.paragraph--type--fotogalerij .paragraph-gallery .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.paragraph--type--fotogalerij .paragraph-gallery .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.paragraph--type--fotogalerij .paragraph-gallery .carousel-indicators li.active,
.paragraph--type--fotogalerij .paragraph-gallery .carousel-indicators li:hover {
  opacity: 0.9;
}
.paragraph--type--fotogalerij .paragraph-gallery .carousel-indicators li::after,
.paragraph--type--fotogalerij .paragraph-gallery .carousel-indicators li::before {
  content: none;
}
.paragraph--type--fotogalerij .paragraph-gallery .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}






@media (max-width: 768px) {
  .paragraph--type--fotogalerij .paragraph-gallery .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .paragraph--type--fotogalerij .paragraph-gallery .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .paragraph--type--fotogalerij .paragraph-gallery .carousel-indicators {
    display: none;
  }
}
.paragraph--type--fotogalerij .paragraph-gallery .carousel-inner {
  display: flex;
  align-items: center;
}
.paragraph--type--fotogalerij .paragraph-gallery .carousel-inner > .active {
  display: block;
}
.paragraph--type--fotogalerij .paragraph-gallery .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.paragraph--type--fotogalerij .paragraph-gallery .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.paragraph--type--fotogalerij .paragraph-gallery .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .paragraph--type--fotogalerij .paragraph-gallery .carousel-control,
  .paragraph--type--fotogalerij .paragraph-gallery .carousel-indicators,
  .paragraph--type--fotogalerij .paragraph-gallery .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .paragraph--type--fotogalerij .paragraph-gallery .my-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .paragraph--type--fotogalerij .paragraph-gallery .my-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.paragraph--type--fotogalerij .paragraph-gallery .carousel-indicators .active,
.paragraph--type--fotogalerij .paragraph-gallery .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
  color: transparent;
}
.paragraph--type--fotogalerij .paragraph-gallery .carousel-indicators .active {
  background: #fff;
}
.paragraph--type--fotogalerij .paragraph-gallery .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.paragraph--type--fotogalerij .paragraph-gallery .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.paragraph--type--fotogalerij .paragraph-gallery .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.paragraph--type--fotogalerij .paragraph-gallery .modal-content {
  border-radius: 0;
  border: none;
  background: rgba(0, 0, 0, 0.6);
}
.paragraph--type--fotogalerij .paragraph-gallery .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.paragraph--type--fotogalerij .paragraph-gallery .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.paragraph--type--fotogalerij .paragraph-gallery .carousel {
  width: 100%;
}
.paragraph--type--fotogalerij .paragraph-gallery .modal-backdrop.in {
  opacity: 0.8;
}
.paragraph--type--fotogalerij .paragraph-gallery .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.paragraph--type--fotogalerij .paragraph-gallery .modal.fade .modal-dialog,
.paragraph--type--fotogalerij .paragraph-gallery .modal.in .modal-dialog {
  transform: none;
}
.paragraph--type--fotogalerij .paragraph-gallery .my-gallery .item-wrapper {
  cursor: pointer;
}
.paragraph--type--fotogalerij .paragraph-gallery H6 {
  text-align: center;
}

/*---Tabs---*/
/*variabelen voor de kleur*/
.paragraph--type--inhoud-in-tabs {
  --tw-tab-active-bg-color: #8B8F8A;
  --tw-tab-bg: #1F221F;
}
/*  --horizontaal--*/
.paragraph--type--inhoud-in-tabs .nav-tabs .nav-link {
  color: var(--tw-tab-active-bg-color);
  background: var(--tw-tab-bg);
  text-transform: capitalize;
  font-weight: bold;
  padding: 1rem;
  transition: 0.3s;
  z-index: 1;
  position: relative;
  border-color: white !important;

}
.paragraph--type--inhoud-in-tabs .nav-tabs .nav-link::before {
    content: '';
    background-color: var(--tw-tab-active-bg-color);
    height: 10px;
    width: 100%;
    box-shadow: 5px 0 5px rgba(138,181,23,0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.3s ease 0s; 
    border-top-left-radius: 0.375rem; 
    border-top-right-radius: 0.375rem;
}
.paragraph--type--inhoud-in-tabs .nav-tabs .nav-link:hover,
.paragraph--type--inhoud-in-tabs .nav-tabs .nav-link.active {
    color: #fff;
    background-color: var(--tw-tab-bg);
    text-shadow: 0 0 6px rgba(0,0,0,0.3);
}

.paragraph--type--inhoud-in-tabs .nav-tabs .nav-link.active::before,
.paragraph--type--inhoud-in-tabs .nav-tabs .nav-link:hover::before
 {
  height: 100%;
}

.paragraph--type--inhoud-in-tabs .tab-content.horizontal {
  padding: 1rem;
  border-left: 3px solid var(--tw-tab-active-bg-color);
  border-bottom: 3px solid var(--tw-tab-active-bg-color);
  border-right: 3px solid var(--tw-tab-active-bg-color);
  margin-left: 1px;
  margin-right: 1px;  
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

/*  --verticaal--*/
.paragraph--type--inhoud-in-tabs .flex-column .nav-link {
    color: var(--tw-tab-active-bg-color);
    background-color: var(--tw-tab-bg);
    font-weight: bold;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    text-align: center;
    padding: 15px 10px;
    margin: 0 0 1px 0;
    border-radius: 0;
    border: none;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0s;
    width: 95%;
}
.paragraph--type--inhoud-in-tabs .flex-column .nav-link.active,
.paragraph--type--inhoud-in-tabs .flex-column .nav-link:hover {
    color: #fff;
    background-color: var(--tw-tab-bg);
    border: none;
    text-shadow: 0 0 6px rgba(0,0,0,0.3);
}
.paragraph--type--inhoud-in-tabs .flex-column .nav-link::before {
    content: '';
    background-color: var(--tw-tab-active-bg-color);
    height: 100%;
    width: 10px;
    border-radius: 0 20px 20px 0;
    box-shadow: 5px 0 5px rgba(138,181,23,0.2);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.paragraph--type--inhoud-in-tabs .flex-column .nav-link:hover::before,
.paragraph--type--inhoud-in-tabs .flex-column .nav-link.active::before {
  width: 110%;
}
.paragraph--type--inhoud-in-tabs .flex-column.nav-tabs {border: none;}
.paragraph--type--inhoud-in-tabs .tab-content.vertical {
    color: #333;
    padding: 15px 15px 10px 25px;
    display: table-cell;
    border: 3px solid var(--tw-tab-active-bg-color);
    border-radius: 0 8px 8px 0; 
    margin-right: 5px;
}
@media only screen and (max-width: 479px){
    .paragraph--type--inhoud-in-tabs .flex-column{
        width: 100%;
        padding: 0;
        display: block;
    }
    .paragraph--type--inhoud-in-tabs .flex-column .nav-link:hover:before,
    .paragraph--type--inhoud-in-tabs .flex-column .nav-link.active:before{
        width: 100%;
        border-radius: 0;
    }
    .paragraph--type--inhoud-in-tabs .tab-content.vertical {
        margin-top: 0;
        border-radius: 0;
        display: block;
    }
}

/* --Accordeon-- */
.accordion-button {
  --bs-accordion-btn-icon-transform: rotate(-90deg);
}
.accordion-item {
  margin-bottom: 2px; 
}
.accordion-button {
  font-weight: bold;
  font-size: 1.1rem;
  text-transform: uppercase;
}
.accordion-button::after {
  content: "\276E";
  background: none !important;
  font-size: 1.25rem;
  text-align: center;
}
.accordion-button:not(.collapsed)::after {
  background: none !important;
}
.accordion-button:not(.collapsed) {
  background:var(--tw-accordion-btn-active-bg);
  }
.accordion-body {
  background: var(--tw-accordion-body-bg);
  }

/* quote 
 * ----------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@700&display=swap');
.quote-container {
  --tw-icon-color:#666;
}
blockquote.quote{
  display: block;
  padding: 1.5em 0 0.5em;
  margin: 1.5em 0;
  text-align:center;
  font-size:150%;
  position: relative;
  max-width: 800px;
  margin: auto;
}
blockquote.quote::after {
  content: '';
  position: absolute;
  left: 0; 
  top: 0;
  width: 100%; 
  height: 100%;
  pointer-events: none;
  border-width: 2px 0;
  border-style: solid;
  border-color: var(--tw-icon-color);
  opacity: 0.5;
}
blockquote.quote::before {
  content: '\201C';
  position: absolute;
  top: 0em;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--bs-body-bg);
  width: 5rem;
  height: 6rem;
  font: 6em/1.08em 'PT Sans', sans-serif;
  font-weight: 700;
  color: var(--tw-icon-color);
  text-align: center;
  z-index: 100;
} 
blockquote.quote p {
  text-align:center; 
}
blockquote.quote footer {
  text-align: right;
  color: #9C9C9C;
  font-size:100%;
}


@media only screen and (max-width: 479px){

.quote-containerAnnie {margin-left: -12%!important;
}
.quoteAnnie {margin-left: -12%!important;
}

}
/* -- quote einde -- */

/* -- FAQ -- */
.tw-faq {
  --tw-icon-color:#6592e6;
  --tw-listicon:"\2022";
} 
.paragraph--type--faq ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.paragraph--type--faq li {
  position: relative;
  margin-bottom: 1rem;
}
.paragraph--type--faq ul li::before {
  position: absolute;
  left: -1.6rem;
  content: var(--tw-listicon);
  color: var(--tw-icon-color);
  font-weight: bold;
  font-size: 3rem;
  width: 1.6rem;
  top: -1.6rem;
}
.paragraph--type--faq .tw-vraag {
  text-transform: uppercase;
}

/* --- teamslider --- */
.cid-tzSfuFoOvW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tzSfuFoOvW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tzSfuFoOvW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 570px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-tzSfuFoOvW .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tzSfuFoOvW .embla__button--next,
.cid-tzSfuFoOvW .embla__button--prev {
  display: flex;
}
.cid-tzSfuFoOvW .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tzSfuFoOvW .embla__button {
    display: none;
  }
}
.cid-tzSfuFoOvW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tzSfuFoOvW .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-tzSfuFoOvW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tzSfuFoOvW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-tzSfuFoOvW .embla__button {
    top: auto;
  }
}
.cid-tzSfuFoOvW .user_image {
  width: 200px;
  height: 200px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: var(--tw-radius);
  margin: 0 auto 2rem auto;
}
.cid-tzSfuFoOvW .user_image .item-wrapper {
  width: 200px;
  height: 200px;
}
.cid-tzSfuFoOvW .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-tzSfuFoOvW .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-tzSfuFoOvW .embla {
  position: relative;
  width: 100%;
}
.cid-tzSfuFoOvW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tzSfuFoOvW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tzSfuFoOvW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tzSfuFoOvW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.tw-team-link {
  text-decoration: none;
}
/* --- teamslider einde --- */





/* AANPASSING Annie - link op een inhoud met backgroundfoto - font-weight: BOLD uitgeschakeld -- */
.paragraph--type--bg-inhoud .field--name-field-inhoud-bg a {
  color: var(--tw-inhoud-color); 
  font-weight: normal; 
}

/* einde -- Achtergrond afbeelding + inhoud -- */

/* einde -- Achtergrond afbeelding + inhoud -- */

/* Achtergrond afbeelding + inhoud (grid) */
.paragraph--type--bg-inhoud-grid {
  background-position: bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
  padding: 3rem 2rem;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
.paragraph--type--bg-inhoud-grid .field--name-field-inhoud-bg {
  background-color: var(--tw-inhoud-bg);
  color: var(--tw-inhoud-color);
  padding: 1rem;
}
.paragraph--type--bg-inhoud-grid .field--name-field-inhoud-bg a {
  color: var(--tw-inhoud-color); 
  font-weight: bold; 
}

/* einde -- Achtergrond afbeelding + inhoud (grid) -- */


/* OPGELET. AANPASSING ANNIE bij hoofding-bgpaginahoofding 600px ipv 300px */
/* paginahoofding */
.hoofding-bg {
min-height: 500px!important;
padding: 70px 0;
background-position-x: center;
background-position-y: center;
background-repeat: no-repeat;
background-size: cover; 
}


.hoofding-bg p {
  font-size: 1.1em;
}
.hoofding-bg .lightshadow h1 {
  text-shadow: 2px 2px 2px #ffffff;
}
.hoofding-bg .lightshadow p {
  text-shadow: 1px 1px 2px #ffffff;
}
.hoofding-bg .darkshadow h1 {
  text-shadow: 2px 2px 2px #000000;
}
.hoofding-bg .darkshadow p {
  text-shadow: 1px 1px 2px #000000;
}




.hoofding-bg p {
  font-size: 1.1em;
}
.hoofding-bg .lightshadow h1 {
  text-shadow: 2px 2px 2px #ffffff;
}
.hoofding-bg .lightshadow p {
  text-shadow: 1px 1px 2px #ffffff;
}
.hoofding-bg .darkshadow h1 {
  text-shadow: 2px 2px 2px #000000;
}
.hoofding-bg .darkshadow p {
  text-shadow: 1px 1px 2px #000000;
}

/* einde AANPASSING ANNIE bij hoofding-bgpaginahoofding */
/* paginahoofding */

/* Achtergrond afbeelding + inhoud */
.paragraph--type--bg-inhoud {
  background-position: bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
  padding: 3rem 2rem;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
.paragraph--type--bg-inhoud .field--name-field-inhoud-bg {
  background-color: var(--tw-inhoud-bg);
  color: var(--tw-inhoud-color);
  padding: 1rem;
  min-width: 80%;
}

#paragraph-id--296 {max-height: 200px!important;
width: 100%;} 



/* Achtergrond afbeelding + inhoud */
.paragraph--type--bg-inhoud {
  background-position: bottom;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 200px;
  padding: 3rem 2rem;
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
.paragraph--type--bg-inhoud .field--name-field-inhoud-bg {
  background-color: var(--tw-inhoud-bg);
  color: var(--tw-inhoud-color);
  padding: 1rem;
  min-width: 80%;
}

.paragraph--type--bg-inhoud {min-height: 500px;
}

.paragraph paragraph-id--296 paragraph--type--bg-inhoud paragraph--view-mode--default {max-height: 200px!important;
width: 100%;
}

#paragraph-id--296 {max-height: 200px!important;
background-image: height: 200px;
width: 100%;} 

@media (max-width: 767px){ 

.paragraph--type--bg-inhoud .field--name-field-inhoud-bg {
  background-color: var(--tw-inhoud-bg);
  color: var(--tw-inhoud-color);
  padding: 1rem;
  max-width: 95%;
  margin-left:-0.5rem;

}}




@media (max-width: 767px){ 

.paragraph--type--bg-inhoud .field--name-field-inhoud-bg {
  background-color: var(--tw-inhoud-bg);
  color: var(--tw-inhoud-color);
  padding: 1rem;
  max-width: 95%;
  margin-left:-0.5rem;

}
}

/* EINDE Achtergrond afbeelding + inhoud */














/* einde paginahoofding */

/*video*/
.video-wrapper
 {
  position: relative;
}
.video-wrapper.video-in-modal:hover {
 cursor: pointer;
} 
.video-wrapper.video-in-modal .video-embed-field-launch-modal::after {
height: 72px;
width: 72px;
left: 50%;
top: 50%;
margin-left: -36px;
margin-top: -36px;
position: absolute;
background: url(play.svg) no-repeat;
  background-size: auto;
cursor: pointer;
background-size: 72px 72px;
content: '';
}
/*einde video*/

/*card-grid */
.card-image img {
 -o-object-fit: cover !important;
 object-fit: cover !important; 
 height: 200px; 
 width:100%;
}
@media (min-width: 768px){
    .card-image.horizontaal img {
     -o-object-fit: cover !important;
     object-fit: cover !important; 
     height: 100%; 
    }    
}
@media (max-width: 767px){
    .card-image.horizontaal img.rounded-start { 
        border-bottom-left-radius:0 !important;
        border-top-right-radius: var(--bs-border-radius) !important;
    }  
    .card-image.horizontaal img.rounded-end {
        border-bottom-left-radius:var(--bs-border-radius) !important;
        border-top-right-radius: 0 !important;      
    }
}
/* einde card-grid */


/* OPGELET Aanpassingen Annie frontpage bij STEUN bg inhoud */

.cardrand {border: none!important;}

.aanpassing_cb {
height: 500px!important;
} 

.aanpassing_cb fontawesome-icon{
height: 500px!important;
} 

.aanpassing_cb h1{color: #ffffff!important;
}
.aanpassing_cb h2{color: #ffffff!important;  font-weight: 100;
}

.aanpassing_cb h4 {color: #ffffff!important;
}

.aanpassing_cb_text {background-color: #4D4B4B!important;
max-width: 400px;}


.aanpassing_cb p {  font-family: "Roboto Condensed", sans-serif;
color: #ffffff;
font-size: 1.1rem!important;
line-height: 1.4!important;
letter-spacing: 1px!important;
text-align: left;
background-color: #4D4B4B!important;}

.aanpassing_cb a {  font-family: "Roboto Condensed", sans-serif;
color: #ffffff;
}


.aanpassing_cb a:hover {  font-family: "Roboto Condensed", sans-serif;
color: #c8c8c8;
}




.align-left {float: left;}

.field--name-field-inhoud-bg {margin-left: 90px; margin-top: 180px; width: 800px;}



/* einde aanpassingen Annie */





.block-mytheme-frontpaginablokachtergrondfotohelpstraatkinderen h2, h3, h1 {color:var(--accentkleur);}

#paragraph-id--52 h2 {color:var(--accentkleur);} 
#paragraph-id--52 h3 {color:var(--accentkleur);
text-transform: uppercase;} 

.border {
    /* border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; */
}





/* einde aanpassingen Annie */

/*card tw-style*/
.card.tw-style {
  height: 100%;
  background-color: white;
}
.card.tw-style:hover {
  background-color: var(--accentkleur);
}
.card-image.tw-card img {
 -o-object-fit: cover !important;
 object-fit: cover !important; 
 height: 300px; 
 width:100%;
}

.card.tw-style .card-title {
  font-weight: 700;
}
.card.tw-style .icon-link {
  font-size: 1em;
  font-weight: 700;
  color: #000000!important;
}
/*einde card tw-style*/




/*hover over afbeelding met tekst rechts of links Aanpassing Annie*/

/*einde hover over afbeelding met tekst rechts of link _ Aanpassing Annie*/


/*start afbeelding hoover effect*/
.ahe-wrapper {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin: auto;
}

/*tekst boven naar onder*/
.ahe-wrapper .text-overlay-top {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.ahe-wrapper:hover .text-overlay-top {
  bottom: 0;
  height: 100%;
}


/*tekst onder naar boven*/
.ahe-wrapper .text-overlay-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.ahe-wrapper:hover .text-overlay-bottom {
  height: 100%;
}

/*tekst opmaak*/
.ahe-wrapper .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #000000;
}
.ahe-wrapper .text,
.ahe-wrapper .text a {
  font-size: 16px;
  font-weight: 450;
  text-decoration: none;
  color: #000000;
}



.ahe-wrapper .text,
.ahe-wrapper .text a:hover {
  font-size: 16px;
  font-weight: 450;
  text-decoration: none;
  color: #01529c!important;
}


/*achtergrond van links naar rechts*/
.ahe-wrapper .overlay-left {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
  opacity: 0.5;
}

.ahe-wrapper:hover .overlay-left {
  width: 100%;
}
/*achtergrond van rechts naar links*/
.ahe-wrapper .overlay-right {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
  opacity: 0.5;
}

.ahe-wrapper:hover .overlay-right {
  width: 100%;
  left: 0;
}

@media (hover: none), (hover: on-demand), (-moz-touch-enabled: 1), (pointer:coarse){
  .ahe-wrapper .text-overlay-top {
    bottom: 0;
    height: 100%;
  }
  .ahe-wrapper .text-overlay-bottom {
    height: 100%;
  }
}
/*einde tekst hoover effect*/
