html {
  position: relative;
  min-height: 100%;
}

body{
    font-family: Arial,sans-serif;
	font-weight: 100;
	margin-bottom: 110px;
	/*background-image: url("../assets/images/bg_2.png");
	background-position: left;
  background-repeat: repeat-y;*/
  /*background-size: cover;*/
}

.intro {
  /*background-color: #246B80;*/
  height: 60px;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}

.first-elem{
	margin-top:-40px;
}

ul.therapie{
	margin-left:-30px;
}

.card--in-house-workshops .subheader{
	font-size: 22px;
}

.contact-header {
	padding-top: 10px;
	text-align: right;
	background-image: url("../assets/images/hand-drawn-circle.svg");
	background-position: right;
	background-repeat: no-repeat;
	background-size: 50%;
	padding-right: 77px;
	height: 60px;
}

.navbar{
	background: #ffffff;
	display: block;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.2);
	z-index: 10;	
}

.therapie .card, .tarief .card, .overons .card, .contact .card {
    /*position: relative;*/
    margin-bottom: 1.875rem;
    border: 1px solid;
    border-color: white;
    background: white;
    background-image: none;
    background-repeat: repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    border-top: 1px solid rgba(0,0,0,0.05);
    border-radius: 3px;
    transition: box-shadow 0.3s;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.38);
    /*z-index: -1;*/
}

.card--no-border {
    border: none;
}

.therapie .card {
    background-position: bottom right;
    background-repeat: no-repeat;
    min-height: 360px;
}
.card > :last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.card > :first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}


.navbar li.active a{
	color: #FF600B;
}

.starter, .slip-under-bottom {
/*    font-family: Helvetica,Arial,sans-serif;*/
    font-family: 'Montserrat', sans-serif;
 	 text-align: left;
/* 	 margin-top: 60px;*/
}

h1, h2, h3{
	/*font-family: Helvetica,Arial,sans-serif;*/
    font-family: 'Montserrat', sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: inherit;
    font-weight: 600;
    text-rendering: optimizeLegibility;
    line-height: 1;
}

h1{
	line-height: 44px;
	font-weight: 600;
}

h2, h2.subheader, .h2, .h2.subheader {
	line-height:	40px;
/*    font-size: 2.25rem;*/
    margin-bottom: 0.375rem;
    margin-top: 0.375rem;
}

h3, h3.subheader, .h3, .h3.subheader {
	line-height:	30px;
/*    font-size: 1.375rem;*/
    margin-bottom: 0.0625rem;
    margin-top: 0.0625rem;
}

.border-link {
    border-bottom: 2px solid;
    color: inherit;
}

a.border-link:hover {
    color: inherit;
    text-decoration:none;
}

.card{
	 min-height: 270px;
}

.red_card{
	background: rgb(242,76,39) none repeat scroll 0 0; /*fc5e38*/
    border-color: rgb(242,76,39);
    color: white;
}

.index .red_card{
	background: url("../assets/images/meisje_jongen.svg") rgb(242,76,39) ;
	background-position: bottom right;
	background-repeat: no-repeat;
    background-size: 27%;
    border-color: rgb(242,76,39);
    color: white;

}

.blue_card{
    background: rgb(86,185,208) none repeat scroll 0 0; /*59c9e8*/
    border-left: 10px solid #fff;
    color: white;
}

.island {
    padding: 1.5rem 1.875rem;
}

.card .island strong{
    font-weight: 500;
}

.yellow_card{
	margin-top: 10px;
    background: rgb(251,186,66) none repeat scroll 0 0; /*ffe355*/
    border-color: rgb(251,186,66);
    color: rgb(59,63,66); /*#373E46*/
    min-height: 140px;
}

.white_card{
	margin-top: 10px;
    background: #ffffff none repeat scroll 0 0; /*ffe355*/
    border: 1px solid rgba(0,0,0,0.5);
    color: rgb(59,63,66); /*#373E46*/
    min-height: 100px;
}

.index .yellow_card{
	background-image: url("../assets/images/meisje_staart.svg");
	background-repeat: no-repeat;
    background-size: 14%;
    background-position: right 20px bottom 0;
}

.overons .praktijk{
/*	background-image: url("../assets/images/meisje_staart.svg");
	background-repeat: no-repeat;
    background-size: 6%;
    background-position: right 50px bottom 0;*/
}


.footer {
	background: rgb(59,63,66); /*#373E46*/
	color: #fff;
  	position: absolute;
  	bottom: 0;
  	width: 100%;
	/* Set the fixed height of the footer here */
	height: 110px;
	border-top: 10px solid #fff;
}


.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}


.paint-white {
    border-color: white !important;
    color: white !important;
}

.subheader{
	font-weight: 100;
}

.sticky--absolute, .circle--center {
    position: absolute;
        letter-spacing: 1px;
}
.sticky--bottom {
    bottom: 0;
    left: 0;
    right: 0;
}
.strong {
    font-weight: 500;
    margin: 0;
}
a {
    outline: medium none;
}

.footer a{
	color: #ffffff;
	text-decoration: underline;
}

.subheader + a{
    margin: 1.5rem 2.875rem;
}

a.hidden-link, .react-tagsinput fieldset .react-tagsinput-tag a.react-tagsinput-remove {
    border: medium none !important;
    color: inherit;
    transform-style: preserve-3d;
    transition: color 0.2s ease-in-out 0s;
}

.paint-background-orange-mid{
	background: rgb(242,76,39) none repeat scroll 0 0; /*fc5e38*/
}
.paint-background-green-mid{
	background: rgb(86,185,208) none repeat scroll 0 0; /*fc5e38*/
}
.paint-background-yellow-mid{
	background: rgb(251,186,66) none repeat scroll 0 0; /*fc5e38*/
}
.paint-background-white-light {
    background: #efefef;
}


.island--peninsula, .islet--peninsula, .tracy-island--peninsula, .bluff--peninsula {
    padding-left: 0;
    padding-right: 0;
}
.slip-under-bottom {
    position: relative;
    top: 1.5rem;
    /*margin-top: 1rem;*/
    padding-bottom: 2.5rem;
    z-index: -1;
}

.column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    /*float: left;*/
}

.stand-out {
    text-transform: uppercase;
}
.paint-orange-mid {
    color: #e84a24 !important;
    fill: #e84a24 !important;
    border-color: #e84a24 !important;
}

.paint-green-mid {
    color: #00CEAB !important;
    fill: #00CEAB !important;
    border-color: #00CEAB !important;
}

.paint-grey{
	color: rgb(59,63,66);
}


row .row, .container .row, .row .container, .container .container {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto;
}

.theme-yellow{
	background: rgb(251,186,66);
    color: #373e46;
}
.tracy-island {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.nudge-bottom {
    margin-top: 0;
    margin-bottom: 1.5rem;
}
.nudge-top {
    margin-top: 1.5rem;
    margin-bottom: 0;
}

.islet {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.paint-blue-dark {
    color: #45b5ca !important;
    fill: #45b5ca !important;
    border-color: #45b5ca !important;
}

.island--peninsula, .islet--peninsula, .tracy-island--peninsula, .bluff--peninsula {
    padding-left: 0;
    padding-right: 0;
}

.medium-text-right {
    text-align: right !important;
}

.paint-cobalt-ulight {
    color: #737a82 !important;
    fill: #737a82 !important;
    border-color: #737a82 !important;
}


.green-highlight {
    background: #99FFCC; /* Default color, all browsers */
}

.green-highlight::selection {
    background: #99CCCC; /* Selection color, WebKit/Blink Browsers */
}

.green-highlight::-moz-selection {
    background: #99CCCC; /* Selection color, Gecko Browsers */
}

.pink-highlight {
    background: #FFCCFF; /* Default color, all browsers */
}

.pink-highlight::selection {
    background: #FF99FF; /* Selection color, WebKit/Blink Browsers */
}

.pink-highlight::-moz-selection {
    background: #FF99FF; /* Selection color, Gecko Browsers */
}

.yellow-highlight {
    background: #FFFFCC; /* Default color, all browsers */
}

.yellow-highlight::selection {
    background: #FFFF66; /* Selection color, WebKit/Blink Browsers */
}

.yellow-highlight::-moz-selection {
    background: #FFFF66; /* Selection color, Gecko Browsers */
}


@media (min-width: 768px) and (max-width: 991px) {
	.contact-header {
		background: none;
	}

	.blue_card{
    	border-left: none;
    	border-top: 10px solid #fff;
	}
	.yellow_card{
		min-height: 150px;
	}
	.white_card{
		min-height: 150px;
	}

	.index .yellow_card{
	    background-size: 12%;
	    background-position: right bottom;
	}

	.footer{
	    border-top: 10px solid #fff;
	}

}
@media (max-width: 767px) {
	.contact-header {
		background: none;
		padding-right: 0;
	}
	.blue_card{
    	border-left: none;
    	border-top: 10px solid #fff;
    	min-height: 320px;
	}
	h2, h2.subheader, .h2, .h2.subheader {
		font-size: 24px;
		line-height: 30px;
	}
	.yellow_card{
		min-height: 200px;
	}
	.white_card{
		min-height: 200px;
	}

	.index .yellow_card{
	    background-size: 23%;
	    background-position: right bottom;
	}
	.index .red_card{
		background-size: 40%;
	}
	.footer{
	    border-top: 10px solid #fff;
	}
	
	.starter{
		/*margin-top: 30px; */
	}

}