.box-shadow  {
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2);
}



.bijschrift {
    font-size: 0.8rem;
    margin-top: 0.5rem;
}

/* peter */
.dataTables_wrapper {
    padding-bottom: 30px;
}

#Body table.dataTable.stripe tbody tr.odd, 
#Body table.dataTable.display tbody tr.odd {
    background-color: #f1f1f1;
}

/* peter end */

div.actionMenu ul.dnn_mact > li {
display: none;

}


li::before {
    content: "";
    display: none !important;
   
}

h6 {
    color: #FEB827;
}

/* Staff
-------------------------------------------------------*/
	
	.staff-container {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    margin-top: 70px;
	}
	.single-staff {
	    max-width: 250px;
	    width: 100%;
	    background: grey;
	    text-align: center;
	    position: relative;
	    padding: 0 0 20px;
	    margin: 0px 50px 30px 0;
	}
	.single-staff:before{
	    position: absolute;
	    content: "";
	    width: 95px;
	    height: 105px;
	    top: -10px;
	    left: -10px;
	    background: darkgrey;
	    z-index: -1;
	}
	.single-staff:after{
	    position: absolute;
	    content: "";
	    width: 95px;
	    height: 105px;
	    bottom: -10px;
	    right: -10px;
	    background: darkgrey;
	    z-index: -1;
	}
	.staff-info {
		padding: 20px 15px 0;
	}
	.single-staff img {
	    width: 100%;
	    display: block;
	}
	.fst-name {
	
	    color: black;
	    font-size: 22px;
	    font-weight: 700;
	    margin-bottom: 10px;
	}
	.lst-name {
	 
	    color: black;   
      display: block;
	    font-size: 18px;
	    font-weight: 700;
	}
/* End Staff
-------------------------------------------------------*/

    
/* Our Team
-------------------------------------------------------*/

.our-team .team-row {
  margin-left: -40px;
  margin-right: -40px;
}

.our-team .team-wrap {
  padding: 0 40px;
}

.our-team .container-fluid {
  padding: 0 50px;
}

.team-img img {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  overflow: hidden;
  width: 100%;
}

.team-member,
.team-img {
  position: relative;
  overflow: hidden;
}

.team-title {
  margin: 30px 0 7px;
}

.overlay {
  background-color: rgba(20,20,20,.7);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 5%;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.team-details p {
  color: #fff;
}

.team-img:hover .team-details {
  opacity: 1;
  margin-top: -80px;
}

.team-img:hover .overlay {
  opacity: 1;
}

/* End Our Team
-------------------------------------------------------*/
/* Start Timeline
-------------------------------------------------------*/
body{
    margin-top:20px;
    background:#eee;
}

.timeline {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative
}

.timeline:before {
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    width: 5px;
    background: #2d353c;
    left: 20%;
    margin-left: -2.5px
}

.timeline>li {
    position: relative;
    min-height: 50px;
    padding: 20px 0
}

.timeline .timeline-time {
    position: absolute;
    left: 0;
    width: 18%;
    text-align: right;
    top: 30px
}

.timeline .timeline-time .date,
.timeline .timeline-time .time {
    display: block;
    font-weight: 600
}

.timeline .timeline-time .date {
    line-height: 16px;
    font-size: 12px
}

.timeline .timeline-time .time {
    line-height: 24px;
    font-size: 20px;
    color: #242a30
}

.timeline .timeline-icon {
    left: 15%;
    position: absolute;
    width: 10%;
    text-align: center;
    top: 40px
}

.timeline .timeline-icon a {
    text-decoration: none;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 20px;
    background: #d9e0e7;
    line-height: 10px;
    color: #fff;
    font-size: 14px;
    border: 5px solid #2d353c;
    transition: border-color .2s linear
}

.timeline .timeline-body {
    margin-left: 23%;
    margin-right: 17%;
    background: #fff;
    position: relative;
    padding: 20px 25px;
    border-radius: 6px
}

.timeline .timeline-body:before {
    content: '';
    display: block;
    position: absolute;
    border: 10px solid transparent;
    border-right-color: #fff;
    left: -20px;
    top: 20px
}

.timeline .timeline-body>div+div {
    margin-top: 15px
}

.timeline .timeline-body>div+div:last-child {
    margin-bottom: -20px;
    padding-bottom: 20px;
    border-radius: 0 0 6px 6px
}

.timeline-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e7eb;
    line-height: 30px
}



.timeline-header .username {
    font-size: 16px;
    font-weight: 600
}

.timeline-header .username,
.timeline-header .username a {
    color: #2d353c
}

.timeline img {
    max-width: 100%;
    display: block
}

.timeline-content {
    letter-spacing: .25px;
    line-height: 18px;
    font-size: 13px
}

.timeline-content:after,
.timeline-content:before {
    content: '';
    display: table;
    clear: both
}

.timeline-title {
    margin-top: 0
}


.timeline-footer a:not(.btn):focus,
.timeline-footer a:not(.btn):hover {
    color: #2d353c
}


.lead {
    margin-bottom: 20px;
    font-size: 21px;
    font-weight: 300;
    line-height: 1.4;
}

.timelineImage {
    float:right;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-left:1rem;
    margin-bottom:1rem;
}


/* End Timeline
-------------------------------------------------------*/














