/* css voor login */
.loginform{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}



/* css voor statestieken */
.mijn-hoogte{
    height: 45%;
}
.mijn-hoogte-2{
    height: 10%;
}
.mijn-hoogte-3{
    height: 40px;
}
.mijn-hoogte-3{
    height: 40px;
}
.mijn-bg{
    background-color: #e2e2e2
}
.midden{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}
.font-plus{
    font-size: 100px
}
.mijn-min-hoogte{
    min-height: 200px;
}
.link-tekst, .link-tekst:hover{
    color: black!important;
    text-decoration: none!important
}
textarea{
    resize: none!important;
}
.m-heigt{
    min-height: 185px!important;
}
.vh-50{
    height: 50vh;
}


/* css voor medewerkers */
.verwijderen{
    animation: movingTopToBottom 0.4s linear ;
}
@keyframes movingTopToBottom {
  0% {
    margin-top: -1000px;
  }
  100% {
    margin-top: 0px;
  }
}

.mr25 {
	margin-right:25%;
	text-align:right;
}

.middle.display-4 {
    align-items: center;
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 1010px) {
	.h3, h3 { 
		font-size:20px;
	}
	.h5, h5 { 
		font-size:16px;
	}
	.h3, h3, 
	.h5, h5 { 
		font-size:20px;
		margin-right:0!important;
		text-align: center!important;
		display: block!important;
		width: 100%;
	}
	.mainpagewrapper {
		margin-left: 10px!important;
		margin-right: 10px!important;
	}
}

@media only screen and (max-width: 768px) {
	.mr25 { margin-right:20%; }
	.m-heigt { min-height: 200px!important; }
}