@charset "UTF-8";
/*

blauw #024f85;
groen (button) #059280;

*/



body {
	font-family: "source-sans-pro", sans-serif; /* "mr-eaves-modern" */
	font-style: normal;
	font-weight: 300;
	font-size: 180%;
	color: #666;
}
.row {
	margin: 0;
}


input, textarea {
	-webkit-user-select: auto !important;
 /* -webkit-user-select: text !important;*/
  -moz-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}


h1 {
	padding: 0;
	margin: 0;
	padding-bottom: 20px;
	font-weight: 400;
}
p {
	line-height: 1.6;
}
.padtb {
	padding-top: 90px;
	padding-bottom: 90px;
}
.padtb40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.pt90 {
	padding-top: 90px;
}
.pt40 {
	padding-top: 40px;
}
.pb90 {
	padding-bottom: 90px;
}
.ptb10 {
	padding-top: 10px;
	padding-bottom: 10px; 
}
.pb40 {
	padding-bottom: 40px;
}
.pl40 {
	padding-left: 40px;
}
.mt20 {
	margin-top: 20px;
}
.mt40 {
	margin-top: 40px;
}
.bbgrey {
	border-bottom: 1px solid #e2e2e2;
}
.bgblue {
	background-color: #024f85;
}
.bggrey {
	background-color: #f8f8f8;
}
.bgdark {
	background-color: #ccc;
}
a.training-icon:link, a.training-icon:visited {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #808080;
	margin-bottom: 20px;
}
a.training-icon:hover, a.training-icon:active {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #024F85;
	font-weight: 400;
	/* schaduw png */
	-webkit-filter: drop-shadow(2px 2px 2px #d0d0d0);
	filter: drop-shadow(2px 2px 2px #d0d0d0);
	margin-bottom: 20px;
}

a:focus, li:focus {
    outline:none;
}


.flr {
	float: right;
}

/* TAALMENU */

.topmenu {
	padding: 3px 0px;
	background-color: #024F85;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 70%;
}
.topmenu a:link, .topmenu a:visited {
	display: block;
	float: right;
	text-decoration: none;
	color: #fff;
	padding: 0px 6px;
}
.topmenu a:hover, .topmenu a:active {
	display: block;
	float: right;
	text-decoration: none;
	color: #ccc;
	padding: 0px 6px;
}
.topmenu a.active:link, .topmenu a.active:visited {
	color: #999;
}
.topmenu a.active:hover, .topmenu a.active:active {
	color: #ccc;
}
.smallicon {
	color: #c9c9c9;
	font-size: 25px;
	height: 25px;
	position: fixed;
	right: 15px;
	top: 10px;
	/*transition: all 0.4s ease-in-out 0s;*/
	width: 25px;
	z-index: 102;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.smallicon:focus, callusicon:hover {
	color: #fff !important;
}
/* MENU */
.wrapper {
	max-width: 1140px;
	margin: 0 auto;
	min-width: 320px;
}
.header {
	font-weight: 500;
	text-transform: uppercase;
	width: 100%;
	display: block;
	min-height: 85px;/*padding:19px 0px 15px 0px;*//*background:url(../images/topbg.jpg) top center no-repeat;
	box-shadow: 0 0 20px rgba(0,0,0,.3);*/
}
.logo {
	padding: 0px 0px;
	padding-top: 10px;
	margin: 0;
	float: left;
	width: 165px;
}
.logo img {
	max-width: 100%;
}
.show-grid {
	background-color: #fff;
}



/* Trainers */

ul.cvtrainer {}

ul.cvtrainer span.date {
	display: inline-block;
	padding-right: 10px;
}

ul.cvtrainer span.function {
	
}

span.bedrijf {
	font-size: 85%;
	color: #999;
}





 @-webkit-keyframes rotating {
 from {
 -ms-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -ms-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 -o-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
@keyframes rotating {
 from {
 -ms-transform: rotate(0deg);
 -moz-transform: rotate(0deg);
 -webkit-transform: rotate(0deg);
 -o-transform: rotate(0deg);
 transform: rotate(0deg);
}
 to {
 -ms-transform: rotate(360deg);
 -moz-transform: rotate(360deg);
 -webkit-transform: rotate(360deg);
 -o-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
.rotating {
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

@media only screen and (min-width: 230px) and (max-width:780px) {
.wrapper {
	width: 100%;
	margin: 0% 0%;
}
.header {
	min-height: 75px;
}
.logo {
	display: none !important;
}
.header {
	box-shadow: none !important;
	background-image: none !important;
}
}

@media only screen and (min-width: 781px) and (max-width:1064px) {
.wrapper {
	width: 96%;
	margin: 0% 2%;
}
.logo {
	padding: 20px 0px;
	float: none !important;
	margin: 0 auto !important;
	width: 100% !important;
	text-align: center;
}
}

@media only screen and (min-width: 1024px) and (max-width:1200px) {
.wrapper {
	width: 96%;
	margin: 0% 2%;
}
}
/* Color Theme MENU */
.blue {/*background:#024F85;*/
	color: #fff;
}
.blue > .wsmenu-list > li > a {
	color: #024F85;
	background-color: #fff !important;
}
.blue > .wsmenu-list > li > a > .arrow:after {
	border-top-color: #024F85 !important;
}
.blue > .wsmenu-list > li:hover>a {
	background: #ffffff !important;
	color: #024F85 !important;
}
.blue > .wsmenu-list > li > a:hover {
	background: #ffffff !important;
	color: #024F85 !important;
	border-bottom: 2px solid #024F85;
}
.blue > .wsmenu-list > li > a.active {
	background: #ffffff !important;
	color: #024F85 !important;
	border-bottom: 2px solid #024F85;
}
.blue > .wsmenu-submenu li > a:hover {
	background: #ffffff !important;
	border-radius: 0px!important;
	color: #024F85 !important;
}
.blue .wsmenu-list li a:hover .arrow:after {
	border-top-color: #fff;
}
.blue .wsmenu-list li a.active .arrow:after {
	border-top-color: #fff;
}
.blue .wsmenu-list li:hover>a .arrow:after {
	border-top-color: #fff;
}
.blue .megamenu ul li a:link, .blue .megamenu ul li a:visited {
/*color: #024F85 !important;
	background-color: #ffffff !important;
	text-decoration: underline !important;*/
}
.blue .megamenu ul li a:hover, .blue .megamenu ul li a:active {
/*color: #ffffff !important;
	background-color: #024F85 !important;
	text-decoration: underline !important;*/
}
.megamenu {
	border: 1px solid #024f85;
	background-color: #fefefe !important;
}
.megamenu .link-list a {
	text-transform: none;
}

@media only screen and (max-width: 780px) {
.blue > .wsmenu-submenu > li:hover>a {
	background-color: #ffffff !important;
	color: #024F85;
}
.blue > .wsmenu > .wsmenu-list > li > a.active {
	color: #024F85;
	background-color: #ffffff;
}
.blue > .wsmenu > .wsmenu-list > li > a:hover {
	color: #024F85;
	background-color: #ffffff;
}
}
/* kleine menu */
.smallogo {
	background: #eeeeee;
	background: -moz-linear-gradient(top, #eeeeee 0, #eeeeee 50%, #eeeeee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(50%, #eeeeee), color-stop(100%, #eeeeee));
	background: -webkit-linear-gradient(top, #eeeeee 0, #eeeeee 50%, #eeeeee 100%);
	background: -o-linear-gradient(top, #eeeeee 0, #eeeeee 50%, #eeeeee 100%);
	background: -ms-linear-gradient(top, #eeeeee 0, #eeeeee 50%, #eeeeee 100%);
	background: linear-gradient(to bottom, #eeeeee 0, #eeeeee 50%, #eeeeee 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=0);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5);
	box-shadow: 0 1px 4px rgba(0,0,0,.5);
}
/* home parallax */
.parallax {
	text-align: center;
	background-image: url("../images/body/lean_training_home.jpg");
	height: 400px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax .button01 {
	display: inline-block;
	text-transform: uppercase;
	color: #024f85;
	background-color: #ffffff;
	margin-top: 180px;
	padding: 15px 30px;
	border-radius: 25px;
	text-decoration: none;
}
.parallax .button01:hover {
	display: inline-block;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #024f85;
	margin-top: 180px;
	padding: 15px 30px;
	border-radius: 25px;
	text-decoration: none;
}
.help {
	padding: 30px 0px;
}
.help .button01 {
	display: inline-block;
	text-transform: uppercase;
	color: #024f85;
	background-color: #ffffff;
	padding: 15px 30px;
	border-radius: 25px;
	text-decoration: none;
	border: #ffffff 1px solid;
}
.help .button01:hover {
	display: inline-block;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #024f85;
	padding: 15px 30px;
	border-radius: 25px;
	text-decoration: none;
	border: #ffffff 1px solid;
}
.help h2 {
	color: #ffffff;
	padding: 0;
	margin: 0;
	padding-top: 10px;
}
.footer {
	padding: 50px 0px;
}
.footer h2 {
	color: #AAAAAA;
	padding: 0;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 120%;
	text-transform: uppercase;
}
.footer ul.sitemap {
	padding: 0;
	margin: 0;
}
.footer ul.sitemap li {
	list-style-type: none;
	padding: 5px 0px;
}
.footer ul.sitemap li a:link, .footer ul.sitemap li a:visited {
	display: block;
	color: #808080;
	text-decoration: none;
}
.footer ul.sitemap li a:hover, .footer ul.sitemap li a:active {
	display: block;
	color: #808080;
	text-decoration: underline;
}
.footer ul.contact {
	padding: 0;
	margin: 0;
}
.footer ul.contact li {
	list-style-type: none;
	padding: 5px 0px;
}
.footer ul.contact li a:link, .footer ul.contact li a:visited {
	display: block;
	color: #808080;
	text-decoration: none;
}
.footer ul.contact li a:hover, .footer ul.contact li a:active {
	display: block;
	color: #808080;
	text-decoration: underline;
}
.footerbottom {
	padding: 30px 0px;
}
/* home agenda */

a.agenda-item:link, a.agenda-item:visited {
	text-decoration: none;
	margin-bottom: 20px;
}
a.agenda-item:hover, a.agenda-item:active {
	text-decoration: none;
}
.agenda-item .date {
	display: block;
	float: left;
	padding: 15px;
	background-color: #024f85;
	color: #ffffff !important;
	border-radius: 10px;
	text-align: center;
	line-height: 1.2;
	margin-right: 20px;
	margin-bottom: 30px;
}
.agenda-item .day {
	font-size: 200%;
	display: block;
}
.agenda-item .month {
	font-size: 100%;
	display: block;
	text-transform: uppercase;
}
.agenda-item .event {
	display: block;
	color: #808080 !important;
}
.agenda-item .place {
	display: block;
	color: #808080 !important;
	padding-top: 10px;
}
.agenda-item .readmore {
	display: block;
	color: #808080 !important;
	padding-top: 10px;
	text-decoration: underline;
}
.agenda-item:hover .readmore {
	display: block;
	color: #024f85 !important;
	padding-top: 10px;
	text-decoration: underline;
}
.button02 {
	display: inline-block;
	text-transform: uppercase;
	background-color: #024f85;
	color: #ffffff;
	padding: 15px 30px;
	border: 1px solid #024f85;
	border-radius: 25px;
	text-decoration: none;
}
.button02:hover {
	display: inline-block;
	text-transform: uppercase;
	background-color: #ffffff;
	color: #024f85;
	padding: 15px 30px;
	border: 1px solid #024f85;
	border-radius: 25px;
	text-decoration: none;
}
.button03 {
	display: inline-block;
	text-transform: uppercase;
	background-color: #024f85;
	color: #ffffff;
	line-height: 1.2;
	font-size: 80%;
	padding: 5px 10px;
	border: 1px solid #024f85;
	border-radius: 5px;
	text-decoration: none;
}
.button03:hover {
	display: inline-block;
	text-transform: uppercase;
	background-color: #ffffff;
	color: #024f85;
	line-height: 1.2;
	font-size: 80%;
	padding: 5px 10px;
	border: 1px solid #024f85;
	border-radius: 5px;
	text-decoration: none;
}

/* Hover Over plug-in */
.ho-box {
	position: relative;
	overflow: hidden;
}
.hover-content-box {
	display: none;
}
.hover-content-box, .hover-content-copy-txt, .hover-content-box-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.hover-content-copy-txt {
	z-index: 2;
	overflow: auto;
	color: #fff;
}
.hover-content-box-overlay {
	background: #000;
	opacity: 0.75;
	z-index: 1;
}
.ho-content, .ho-push-content {
	display: none;
}
.hover-content-block {
	padding: 20px;
	line-height: 16px;
}
/* Home Customer boxes */
.customer-box, .customerslider {
	width: 210px;
	height: 290px;
	padding: 20px;
}
.customerslider .hover-content-block {
	padding: 20px;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
}
.customerslider .hover-content-box-overlay {
	background: #024f85;
	opacity: 0.9;
}
.customerslider .hover-content-block p {
	padding: 0 0 20px 0;
}
.customerslider a.btn:link, .customerslider a.btn:visited {
	display: inline-block;
	text-transform: uppercase;
	color: #024f85;
	background-color: #ffffff;
	padding: 6px 15px;
	border: 1px solid #024f85;
	border-radius: 25px;
	text-decoration: none;
}
.customerslider a.btn:hover, .customerslider a.btn:active {
	display: inline-block;
	text-transform: uppercase;
	color: #024f85;
	background-color: #cccccc;
	padding: 6px 15px;
	border: 1px solid #024f85;
	border-radius: 25px;
	text-decoration: none;
}

/* TRAININGEN */
.traininglean .title {
	color: #024f85;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs {
	border: none;
}
.nav-tabs>li>a {
	background-color: #f8f8f8;
}
.nav-tabs>li.active>a, li.accordion-group:hover .accordion-heading a{
	background-color: #024f85;
	color: #ffffff;
}
.tabstraining span.dag {
	color: #024f85;
}
.tabstraining h3 {
	padding-top: 0px;
	margin-top: 0px;
	color: #024f85;
}
.tabstraining h4 {
	padding-top: 0px;
	margin-top: 0px;
	color: #024f85;
	font-weight: bold;
}
.tabstraining p {
	line-height: 1.1;
}
.accordion-heading a {
	display: block;
	text-align: center;
	padding: 10px 0px;
}
li.accordion-group .accordion-heading a {
	background-color: #e5e5e5;
}
li.accordion-group .accordion-heading a:hover {
	text-decoration: none;
}

ul.check {
	list-style-image: url(../images/body/li_check_blue.png);	
}
ul.user {
	list-style-image: url(../images/body/li_user_blue.png);	
}
ul.trainer {
	list-style-image: url(../images/body/li_trainer_blue.png);	
} 

.link-list.trainingen li { 
	display: block;
	padding-bottom: 10px;
}

span.ticons {
	display: block;
	float: left;
	min-height: 38px;
}
.megamenu span.ticons {
	display: block;
	float: left;
	min-height: 0px;
}



span.tname {
	/*display: block;
	float: right;*/
	/*display: inline-block;
	padding-left: 110px;*/
}
span.ticons img {
	margin-right: 5px;
	margin-bottom: 10px;
	
}

.megamenu span.ticons img { 
	width: 20px;
}

.btn-register {
	display: inline-block;
	min-width: 300px;
	text-align: center;
	text-transform: uppercase;
	background-color: #059280;
	color: #ffffff;
	padding: 15px 30px;
	border: 1px solid #059280;
	border-radius: 25px;
	text-decoration: none;
}
.btn-register:hover {
	display: inline-block;
	min-width: 300px;
	text-align: center;
	text-transform: uppercase;
	background-color: #024f85;
	color: #ffffff;
	padding: 15px 30px;
	border: 1px solid #024f85;
	border-radius: 25px;
	text-decoration: none;
}

.btn-news {
	display: block;
	min-width: 300px;
	text-align: center;
	text-transform: uppercase;
	background-color: #059280;
	color: #ffffff;
	padding: 15px 30px;
	border: 1px solid #059280;
	border-radius: 25px;
	text-decoration: none;
}
.btn-news:hover {
	display: block;
	min-width: 300px;
	text-align: center;
	text-transform: uppercase;
	background-color: #024f85;
	color: #ffffff;
	padding: 15px 30px;
	border: 1px solid #024f85;
	border-radius: 25px;
	text-decoration: none;
}




/* CONTACT */

.headerfoto {
	height: 400px;
}
.headerfoto.contact {
	background: url(../images/contact-lean/start-lean2.jpg);
	background-size: cover;
	background-position: center center;
}
ul.contact {
	padding: 0;
	margin: 0;
}
ul.contact li {
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	list-style-type: none;
}
div.card {
	border: 1px solid #024f85;/*B0B0B0;*/
	border-radius: 10px;
	padding: 20px;
}
div.card2 {
	border: 1px solid #024f85;/*B0B0B0;*/
	border-radius: 10px;
	padding: 20px;
	padding-top: 0px;
}

.contactform {
}
.contactform div {
	padding-top: 10px;
	padding-bottom: 5px;
}
.contactform .btn-primary {
	padding-left: 40px;
	padding-right: 40px;
	background-color: #059280;
}
.contactform .btn-primary:hover {
	background-color: #024f85;
}
/* ABOUT */
.headerfoto.about {
	background: url(../images/about-lean-academy/lean-about-van-goubergen.jpg);
	background-size: cover;
	background-position: center center;
}

ul.aboutaanbod {
	
}

ul.aboutaanbod li.tblue {
	padding-top: 20px;
	color: #024f85;
	font-weight: bold;
}

ul.aboutaanbod li {
	padding-top: 0px;
	color: #666;
	font-weight: 200;
}

/* Trainingen */

.headerfoto {
	background-size: cover;
	background-position: center center;
}
.headerfoto.blackbelt {
	background-image: url(../images/trainingen/training-lean-black-belt.jpg);
}
.headerfoto.greenbelt {
	background-image: url(../images/trainingen/training-lean-green-belt.jpg);
}
.headerfoto.leanchampion {
	background-image: url(../images/trainingen/training-leanchampion.jpg);
}
.headerfoto.pullkanban {
	background-image: url(../images/trainingen/training-pullkanban-lean.jpg);
}
.headerfoto.smed2d {
	background-image: url(../images/trainingen/training-smed-omsteltijdenreductie.jpg);
}
.headerfoto.problemsolving5 {
	background-image: url(../images/trainingen/training-problemsolving-a3-kaizen-lean.jpg);
}
.headerfoto.problemsolving2 {
	background-image: url(../images/trainingen/training-problemsolving-a3-kaizen-lean.jpg);
}
.headerfoto.problemsolving1 {
	background-image: url(../images/trainingen/training-problemsolving-a3-kaizen-lean.jpg);	
}
.headerfoto.hoshinkanri {
	background-image: url(../images/trainingen/training-hoshinkanri.jpg);	
}
.headerfoto.lean-office {
	background-image: url(../images/trainingen/lean-office.jpg);
}
.headerfoto.lean-production {
	background-image: url(../images/trainingen/lean-production.jpg);
}
.headerfoto.sixsigma {
	background-image: url(../images/trainingen/lean-production.jpg);
}
.headerfoto.leanoeeo {
	background-image: url(../images/trainingen/training-lean-operational-excellence.jpg);
}
.headerfoto.kmo-portefeuille {
	background-image: url(../images/subsidie-kmo-portefeuille/subsidies-trainingen-lean.jpg);
}
.headerfoto.aboutsalonsvanedel {
	background-image: url(../images/salonsvanedel/lean_training_salonsvanedel.jpg);
}

.headerfoto.register {
	background-image: url(../images/lean-faq/lean-questions-about.jpg);
}
.headerfoto.shingo {
	background-image: url(../images/trainingen/training-shingo.jpg);
}
.headerfoto.productie-advanced {
	background-image: url(../images/trainingen/training-lean-productie-advanced.jpg);
}


span.discount {
	display: inline-block;
	color: #024f85;
	padding-left: 30px;
	font-size: 120%;
	
	
}
.registerform input.form-control {
	margin-bottom: 10px;
}

.registerform input.form-control-radio {
	display: inline;
}

.registerform h3 {
	margin-top: 0;
	margin-bottom: 5px;
}
.registerform label {
	padding-right: 10px;
}

.registerform .registerp2, .registerform .registerp3, .registerform .registerp4 {
	display: none;
}
.adduser {
	cursor: pointer;
}


.placeholdercss::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #024F85;
}
.placeholdercss::-moz-placeholder { /* Firefox 19+ */
  color: #024F85;
}
.placeholdercss:-ms-input-placeholder { /* IE 10+ */
  color: #024F85;
}
.placeholdercss:-moz-placeholder { /* Firefox 18- */
  color: #024F85;
}

ul#reflist {
	padding-left: 0px;
}

ul#reflist li {
	display:none;
	list-style-type:none;
	list-style-image: none;
}
#loadMore {
	padding-top: 50px;
    color: #059280;
    cursor:pointer;
}
#loadMore:hover {
    color:#024F85;
}

.headerquote {
	padding-top: 40px;
	text-align: center;
	font-size: 250%;
}
.headerquote .author {
	font-size: 80%;
}
.headerquote.white {
	color: #ffffff;
	text-shadow: rgb(60, 60, 60) 2px 2px;
}

.button-group {
	text-align: center;
}

.button-group button {
	background: none;
	border: none;
	border: 1px solid #059280;
	color: #059280;
    cursor:pointer;
	padding: 10px 15px;
	margin: 5px;
}
.button-group button:hover {
	color:#024F85;
	border: 1px solid #024F85;
}

.button-group button.logogroupactive {
	color:#024F85;
	border: 1px solid #024F85;
}
button:focus {outline:0 !important;}

.nav-tabs>li.active>a {
	border-radius: 15px;
}

/* NEWSLETTER */
#newsletterin {
	padding-top: 40px;
}
#newsletterin input {
	height: 46px;
	border: 1px solid #024F85;
}
#newsletterin input.btn-newsletter{}
#newsletterin {}

p.footernewsletter {
	color: #024F85;
	font-size: 90%;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}


/* FAQ */
.headerfoto.faq {
	background: url(../images/lean-faq/lean-questions-about.jpg);
	background-size: cover;
	background-position: center center;
}
.panel-title {
	font-size: 100% !important;
}
.panel-default {
/*border-color: #f8f8f8;*/
}
.panel-default > .panel-heading {
/*background-color: #f8f8f8;*/
}
.faq h1 {
	color: #024F85;
	text-align: center;
	padding-top: 40px;
}



.link-list li {
	white-space: normal;
	
}


/* Testimonials */

.testimonial-box {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-right: 30px;
	font-style: oblique;
	text-align: center;
	background-image: url(../images/body/quote.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.testimonial-over {
	display: block;
	font-size: 85%;
	color: #999;
}

.testimonial-text {
	
}

.testimonial-author {
	display: block;
	font-size: 85%;
	color: #999;
}



/* TRAINERS */
.headerfoto.aboutdirkvangoubergen {
	background: url(../images/trainers/trainer-dirk-van-goubergen-lean.jpg);
	background-size: cover;
	background-position: center center;
}


/* TRAINERS TIMELINE */

/*
@import url(//fonts.googleapis.com/css?family=Open+Sans);
body {
    margin: 5px 20px;
   	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNiIgaGVpZ2h0PSI2Ij4KPHJlY3Qgd2lkdGg9IjYiIGhlaWdodD0iNiIgZmlsbD0iI2VlZWVlZSI+PC9yZWN0Pgo8ZyBpZD0iYyI+CjxyZWN0IHdpZHRoPSIzIiBoZWlnaHQ9IjMiIGZpbGw9IiNlNmU2ZTYiPjwvcmVjdD4KPHJlY3QgeT0iMSIgd2lkdGg9IjMiIGhlaWdodD0iMiIgZmlsbD0iI2Q4ZDhkOCI+PC9yZWN0Pgo8L2c+Cjx1c2UgeGxpbms6aHJlZj0iI2MiIHg9IjMiIHk9IjMiPjwvdXNlPgo8L3N2Zz4=");
    font-family: 'Open Sans'; 
    font-weight: 300; 
}

h2 {
    margin-bottom: 30px;
    color: #4679bd;
    font-weight: 400;
    text-align: center;
}

p.footer {
    margin-bottom: 20px;
    color: #999999;
    font-size: 18px;
    text-align: center;
}
*/

.interlinie {}

.interlinie a:link, .interlinie a:visited {
	display: block;
	text-align: right;
	font-size: 80%;
}

.interlinie a:hover, .interlinie a:active {
	display: block;
	text-align: right;
	font-size: 80%;
}

/* -----------------------------------------------
 * Timeline
 * --------------------------------------------- */
 .timeline {
    list-style: none;
    padding: 10px 0;
    position: relative;
    font-weight: 300;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content:" ";
    width: 2px;
    background: #ffffff;
    left: 50%;
    margin-left: -1.5px;
}
.timeline > li {
    margin-bottom: 20px;
    position: relative;
    width: 50%;
    float: left;
    clear: left;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li:before, .timeline > li:after {
    content:" ";
    display: table;
}
.timeline > li:after {
    clear: both;
}
.timeline > li > .timeline-panel {
    width: calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: -webkit-calc(100% - 25px);
    float: left;
    border: 1px solid #dcdcdc;
    background: #ffffff;
    position: relative;
}
.timeline > li > .timeline-panel:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #dcdcdc;
    border-right: 0 solid #dcdcdc;
    border-bottom: 15px solid transparent;
    content:" ";
}
.timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #ffffff;
    border-right: 0 solid #ffffff;
    border-bottom: 14px solid transparent;
    content:" ";
}
.timeline > li > .timeline-badge {
    color: #ffffff;
    width: 24px;
    height: 24px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -12px;
    z-index: 100;
}
.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}
.timeline-badge > a {
    color: #ffffff !important;
}
.timeline-badge a:hover {
    color: #dcdcdc !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-heading h4 {
    font-weight: 400;
    padding: 0 15px;
    color: #4679bd;
}
.timeline-body > p, .timeline-body > ul {
    padding: 10px 15px;
    margin-bottom: 0;
}
.timeline-footer {
    padding: 5px 15px;
    background-color: #f4f4f4;
}
.timeline-footer p { margin-bottom: 0; }
.timeline-footer > a {
    cursor: pointer;
    text-decoration: none;
}
.timeline > li.timeline-inverted {
    float: right;
    clear: right;
}
.timeline > li:nth-child(2) {
    margin-top: 60px;
}
.timeline > li.timeline-inverted > .timeline-badge {
    left: -12px;
}
.no-float {
    float: none !important;
}
@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline > li {
        margin-bottom: 0px;
        position: relative;
        width:100%;
        float: left;
        clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 65px);
        width: -moz-calc(100% - 65px);
        width: -webkit-calc(100% - 65px);
    }
    ul.timeline > li > .timeline-badge {
        left: 28px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline > li > .timeline-panel {
        float: right;
    }
    ul.timeline > li > .timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline > li > .timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
    .timeline > li.timeline-inverted {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .timeline > li.timeline-inverted > .timeline-badge {
        left: 28px;
    }
}

@media(max-width:1199px) {
	
	
	


}

@media(max-width:767px) {
	.help .text-right, .help .text-left {
		text-align: center !important;
		padding-bottom: 20px;
	}
	.contact .text-right {
		text-align: center !important;
		padding: 20px 0px;
	}
	.headerquote {
		padding-top: 100px;
		font-size: 140%;
	}
	
	


}

@media(min-width:768px) {
.help .text-right, .help .text-left {
	text-align: center !important;
	padding-bottom: 20px;
}
.contact .text-right {
	text-align: center !important;
	padding: 20px 0px;
}
.headerquote {
	padding-top: 80px;
	font-size: 180%;
}
}

@media(min-width:992px) {
.help .text-right {
	text-align: right !important;
	padding-bottom: 0px;
}
.help .text-left {
	text-align: left !important;
	padding-bottom: 0px;
}
.contact .text-right {
	text-align: right !important;
	padding: 20px 0px;
}
.headerquote {
	font-size: 250%;
}
}

@media(min-width:1200px) {
}
