
body {
  font-family: 'Helvetica', sans-serif;
  background-color: white;
  font-size:1.25em;
  line-height: 1.9em;
}
.randje {
  border:1px solid grey;
}
#wrapper{
	color:#000000;
	font-family:tahoma;
	font-size:14px;
	margin:0 auto;
	width:800px;
	margin-top:50px;
}


a {
    color: #db2164 !important;
}


@media (max-width:800px) {
  a.navbar-brand {
    font-size:0.9em;
  }
  
  .titlebar {
    font-size:2.5em;
    font-family: 'Righteous', cursive;
     text-shadow: -5px -5px #db2164;
     line-height:1em;
  }
  .subtitlebar {
    font-size:2em;
    font-family: 'Righteous', cursive;
     text-shadow: -5px -5px black;
     line-height:1em;
  }
}
@media (min-width:800px) {
  a.navbar-brand {
    font-size:1.6em;
  }
  
.titlebar {
  font-size:3.5em;
  font-family: 'Righteous', cursive;
   text-shadow: -5px -5px #db2164;
   line-height:1em;
}
.subtitlebar {
  font-size:3em;
  font-family: 'Righteous', cursive;
   text-shadow: -5px -5px black;
   line-height:1em;
}
}

i.fa-solid {
  color:black !important;

}
a.white {
  color:white !important;
}
#wrapper a{
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}

.box {
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
    background-color: #ffffff;
    color: #888888;
    right: 10px;
	bottom:10px;
	display:none;
    padding: 20px;
    position: fixed;
	width:400px;
    z-index: 101;
	border:5px solid #ffe4c6;
	border-radius:10px;
	-moz-border-radius:10px;
}

#boxpopup {
	transition: visibility 1s, opacity 0.5s linear;
}

@media (max-width:800px) {
.box {
    height: auto;
    left: 10px;
    bottom:unset;
	top:25%;
	width:90%;
}

.overlay {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
	opacity:0.5;
}

}

.ietsgroter {
	font-size:1.25em; 
    text-shadow: 2px 2px 6px rgba(0,0,0,0.76);
}

.witruimte {
	height:70px;
}

a.boxclose {
    background: url("cancel.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 32px;
    position: relative;
    top: -33px;
    width: 26px;
}

.navbarCollapse {
}


.right {
	float:right;
}

h4 {
	font-size:18px;
	font-weight:bold;
}

.heelklein {
	font-size:13px;
}

.subimgtext{
	float: right;
    font-size: 13px;
    margin-top: 4px;
}



/* Use this next selector to style things like font-size and line-height: */
.my-custom-theme .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	padding: 8px 10px;
}

.featurette-image {
	margin-top:10px;
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.25);
	border-radius: 10px;
}
.question {
    position: fixed;
    top: 80px;
    left: 30px;
    background: white;
    border: 1px solid #db2164;
    width: 80%;
    padding: 5px;
    opacity: 0.8;
    border-radius: 5px;
}
.featurette-divider {
	border-top: 1px solid #9ac821;
	width:80%;
    margin: 40px auto !important;
	margin-top:30px !important;
	
}
@media (min-width:992px) {
  
  .subsection {
    width:600px;
  }
  
  .carousel-item {
    height: 45rem !important;
  }
}
@media (max-width:992px) {
  .subsection {
    width:330px;
  }
  .carousel-item {
    height: 65rem !important;
  }
}

.subsection {
  display:block;
  font-size: 1em;
  color:#db2164;
  background-color:white;
  border-radius:5px;
   opacity: 0.8;
   padding:10px;
}

 
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
 
.navbar-toggler .middle-bar {
  opacity: 0;
}
 
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
 
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
 
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
 
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.navbar {
	border-bottom:1px solid #db2164;
}

.icon-bar {
	width: 22px; 
	height: 2px;
	background-color: #db2164;
	display: block;
	transition: all 0.2s;
	margin-top: 4px
}
 
.navbar-toggler, .navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler:hover {
  border: none  !important;
  color: #db2164 !important;
  background: transparent !important;
  outline:none !important;
}

.mysubtext {
	color:white;
    
	font-size:1.00em;
	font-weight:bold;
}

@media (max-width:992px) {
	.mysubtext {
		position:relative;
		top:90px;
		left:30px;

	}
	.positionimage {
		top:50px;
		left: 20px;
		width: 300px;
		position: relative;
	}
}


@media (max-width:576px) {
	.mysubtext {
		position:relative;
		top:100px;
		left:10px;

	}
	.positionimage {
		top:100px;
		left: 0px;
		width: 300px;
		position: relative;
	}
}

.bg-primary {
  background-color: #db2164 !important;
}


.owl-carousel .owl-nav {
  position: absolute;
  width: 100px;
  height: 40px;
  top: -70px;
  left: calc(50% - 50px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B49C73;
  background: #37373F;
  border-radius: 5px;
  font-size: 22px;
}

.team-img .team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(55, 55, 63, 0.7);
  transition: .5s;
  z-index: 1;
  opacity: 0;
}
.smaller {
  font-size:0.6em;
}

.team-item:hover .team-social {
  opacity: 1;
}

@media (min-width:992px) {
	.mysubtext {
		position:relative;
		top:-40px;
		left:80px;
        width:900px;

	}
	.positionimage {
		top:300px;
		left: 680px;
		width: 400px;
		position: relative;
	}
}
	

.opvallen {
	font-weight:bold;
	color:#d42828;
}

.opvallenlight {
	font-weight:bold;
	color:#ffacac;
}




textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

input[type='email'],
input[type='text'] {
  background-color: white;
  height: calc(3em + 2px);
  padding: 0.6em;
  border: 1px solid #cccccc;
  border-radius: 1em;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
  outline: none;
}

input[type='email']:hover,
input[type='text']:hover {
  border: 1px solid #cccccc;
}

input[type='email']:focus, input[type='email']:active,
input[type='text']:focus, input[type='text']:active 
{
  border: 1px solid #e87e22;
}

input[type='email']:focus + label:before, input[type='email']:active + label:before,
input[type='text']:focus + label:before, input[type='text']:active + label:before {
  color: #e87e22;
}

input[type='email'] + label,
input[type='text'] + label {
  display: block;
  height: 3em;
  line-height: 3em;
  margin-top: calc(-3em - 1px);
  pointer-events: none;
}

input[type='email'] + label:before,
input[type='text'] + label:before {
  content: attr(placeholder);
  display: inline-block;
  color: #999999;
  margin: 0 calc(0.6em + 2px);
  white-space: nowrap;
  -webkit-transition-property: -webkit-transform, color;
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: transform, color;
  transition-property: transform, color, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

input[type='email']:focus + label:before, input[type='email'].active + label:before, input[type='email']:valid + label:before, 
input[type='text']:focus + label:before, input[type='text'].active + label:before, input[type='text']:valid + label:before {
  background: white;
  line-height: 1;
  padding: 0 1.5px;
  -webkit-transform: translateY(calc(-3em / 2 - 1px/2)) scale(0.8, 0.8);
  transform: translateY(calc(-3em / 2 - 1px/2)) scale(0.8, 0.8);
}

input[type='email']:valid,
input[type='text']:valid {
  border: 1px solid #23a045;
}

input[type='email']:valid + label:before,
input[type='text']:valid + label:before {
  content: attr(alt);
  color: #23a045;
}

textarea {
  width: 18em;
  background-color: white;
  height: calc(18em + 2px);
  padding: 1em;
  border: 1px solid #cccccc;
  border-radius: 16px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-shadow: none;
  box-shadow: none;
  resize: none;
  outline: none;
}

textarea:hover {
  border: 1px solid #cccccc;
}

textarea:focus, textarea:active {
  border: 1px solid #e87e22;
}

textarea:focus + label:before, textarea:active + label:before {
  color: #e87e22;
}

textarea + label {
  display: block;
  height: calc(18em + 2px);
  line-height: 1;
  padding-top: calc(1em + 1px);
  margin-top: calc(-18em - 2px);
  margin-bottom: 1em;
  pointer-events: none;
}

textarea + label:before {
  content: attr(placeholder);
  display: inline-block;
  color: #999999;
  margin: 0 calc(1em + 2px);
  white-space: nowrap;
  -webkit-transition-property: -webkit-transform, color;
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: transform, color;
  transition-property: transform, color, -webkit-transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

textarea:focus + label:before, textarea.active + label:before, textarea:valid + label:before {
  background: white;
  line-height: 1;
  padding: 0 1.5px;
  -webkit-transform: translateY(calc((-1em - 0.5em) - 0.5px)) scale(0.8, 0.8);
  transform: translateY(calc((-1em - 0.5em) - 0.5px)) scale(0.8, 0.8);
}

textarea:valid {
  border: 1px solid #23a045;
}

textarea:valid + label:before {
  content: attr(alt);
  color: #23a045;
}



.myform {
	width: 240px;
	BORDER: 1PX SOLID #6987c9;
}

.myformmid {
	width:110px;
BORDER: 1PX SOLID #6987c9;
}

.myformsmall {
	width:100px;
	BORDER: 1PX SOLID #6987c9;
}


select.myformsmall, select.myform, select.myformmid   {
  padding: 0.5em;

  border: 1px solid #cccccc;
  border-radius: 1em;
  border: 1px solid #23a045;
}
.ruimte {
	margin-bottom:10px;
}

.btngroot, .btngroot:hover  {
	font-size:1.0em;
	background-color:#db2164 !important;
	border:1px solid #7f1339 !important;
	color:white !important;
	font-weight:bold !important;
	border-radius:15px;
	padding:15px;
	margin-bottom: 5px;
	cursor:pointer;
	float:right;
}

li {

}

h1,h2,h3, h4
{
	margin-bottom:10px;
	margin-top:20px;
}

.lead {
    font-size: 1.35rem;
	line-height:1.7em;
    font-weight: 300;
}


.nav-link {
	font-size:0.85em;
	padding-left:10px !important;
	padding-right:10px !important;
	padding-top:2px;
	padding-bottom:2px;
}

.center {
	margin-left: auto !important;
	margin-right: auto !important;
	margin-top: 20px;
	display: block;
}

p.heelklein > a {
		color: white;
}
.footer {
	background-color:#db2164;
	color: white;
	height:150px;
	padding:20px;
}

.video-container 
{ position:relative; padding-bottom:56.25%; padding-top:30px; height:0; overflow:hidden; } 

.video-container iframe, .video-container object, .video-container embed 
{ position:absolute; top:0; left:0; width:100%; height:100%; }



.digit {
	width:70px;
	BORDER: 1PX SOLID #6987c9;
	padding: 10px !important;
height: 2.3em !important;
}

b, strong {
    font-weight: bold;
}
