/* DNN Search Results – verberg de kale URL-regel onder de titel */
.DnnModule-SearchResults .dnnSearchResultItem-Link,
.DnnModule-SearchResults .result-url,
.DnnModule-SearchResults .srUrl,
.DnnModule-SearchResults .url,
.DnnModule-SearchResults .result-hl-url,
.DnnModule-SearchResults p[data-bind*="displayUrl"],
.DnnModule-SearchResults span[data-bind*="displayUrl"] {
  display: none !important;
}

/* (optioneel) klein beetje compacter wanneer de linkregel weg is */
.DnnModule-SearchResults .dnnSearchResultItem-Title { margin-bottom: .25rem; }
.DnnModule-SearchResults .dnnSearchResultItem-Description { margin-top: .25rem; }



.container {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2%;
  width: 100%;
  padding: 0;
}

.rounded-container {
  border-radius: 10px;
  overflow: hidden;
}

.rounded-container iframe {
  border: none;
  border-radius: 10px; /* Voeg deze regel toe om de hoeken van het iframe af te ronden */
}

DonorBoxContainer {
  background-color: green;
  padding: 20px;
  box-sizing: border-box;
  border-radius:25px; 
  box-shadow:0 3px 10px rgb(0 0 0 / 0.2);
  }

.HeaderContainer {
  margin-bottom: 2%;
}


img {
  display: block;
  height: auto;
  margin: 0 auto; /* Centreer de afbeelding horizontaal */
}

.photo66 {
   width: 66%;
   left: 0px;
}

.photo66Right {
  width: 66%;
  float: right;
}

.photo75 {
    width: 75%;
}

.photo100 {
  width: 100%;
  object-fit: cover;
    margin: 0;
  padding: 0;
  border: none;
}

.transparent {
  background-color: rgba(255, 255, 255, 0.8);
}


.textboxIntro {
  background-color: white;
  width: 99%;
  padding: 20px;
  box-sizing: border-box;
  border-radius:25px; 
  box-shadow:0 3px 10px rgb(0 0 0 / 0.2);
}

.textboxWide {
  position: absolute;
  top: 40%;
  left: 5%;
  background-color: white;
  width: 45%;
  padding: 20px;
  box-sizing: border-box;
  border-radius:25px; 
  box-shadow:0 3px 10px rgb(0 0 0 / 0.2);
}

.textboxRight {
  position: absolute;
  top: 50%;
  right: 0%;
  background-color: white;
  width: 55%;
  padding: 20px;
  box-sizing: border-box;
  border-radius:25px; 
  box-shadow:0 3px 10px rgb(0 0 0 / 0.2);
}

.textboxRightlow {
  position: absolute;
  top: 70%;
  right: 0%;
  background-color: white;
  width: 55%;
  padding: 20px;
  box-sizing: border-box;
  border-radius:25px; 
  box-shadow:0 3px 10px rgb(0 0 0 / 0.2);
}

.ButtonInImage {
  position: absolute;
  top: 80%;
  right: 10%;
  padding: 20px;  
}



.textboxLeft {
  position: absolute;
  top: 55%;
  left: 5%;
  background-color: white;
  width: 55%;
  padding: 20px;
  box-sizing: border-box;
  border-radius:25px; 
  box-shadow:0 3px 10px rgb(0 0 0 / 0.2);
}

@media (max-width: 1200px) {
 .container {
    margin-bottom: 6%;
  }
  .HeaderContainer {
  margin-bottom: 8%;
}

}

@media (max-width: 1000px) {
 .container {
    display: block;
    margin-bottom: 1%;
  }



  
 img {
  display: grid;
  left: 0px;
  width: 100% !important;
  max-width: 100% !important;
  float:  none !important;
  height: auto;
  margin: 0 auto; /* Centreer de afbeelding horizontaal */
  }
 
 
.textboxIntro {
  background-color: white;
  width: 99%;
  padding: 2px;
  box-sizing: border-box;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
 
  .textboxWide {
  position: relative;
  top: initial;
  left: 0;
  background-color: white;
  width: auto;
  padding: 26px;
  box-sizing: border-box;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  }

.textboxRight {
  position: relative;
  top: initial;
  left: 0;
  background-color: white;
  width: auto;
  padding: 2px;
  box-sizing: border-box;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  }

.textboxRightlow {
  position: relative;
  top: initial;
  left: 0;
  background-color: white;
  width: auto;
  padding: 2px;
  box-sizing: border-box;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  }


.textbox2 {
  position: relative;
  top: initial;
  left: 0;
  background-color: white;
  width: auto;
  padding: 2px;
  box-sizing: border-box;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  }

  .textboxLeft {
  position: relative;
  top: initial;
  left: 0;
  background-color: white;
  width: auto;
  padding: 2px;
  box-sizing: border-box;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  }

}








/*
ul li {
margin-left: -35px;
}
*/ 


    
/* Han 15-11-2013 Verwijder grijs in edit mode */
.dnnEditState .DnnModule
{
    opacity: 1;
}


/* telerik dropdown */
body > form > .rcbSlide {
    position: absolute;
}




a.white-link {
  color: white;
}


































































































