body {
    margin: 20px 0;
    padding: 0;
    background-color: #ffe6be;
}

/** 6 Columns grid layout **/
.grid_1 {
    width: 144px;
}

.grid_1.noPadding {
    width: 154px;
}

.grid_2 {
    width: 318px;
}

.grid_2.noPadding {
    width: 328px;
}

.grid_3 {
    width: 492px;
}

.grid_4 {
    width: 666px;
}

.grid_5 {
    width: 840px;
}

.grid_6 {
    width: 1014px;
}

.height_135 {
    height: 135px;
}

.height_135.noPadding {
    height: 160px;
}

.column {
    display: block;
    height: 135px;
    margin: 0 0 20px 20px;
    overflow: hidden;
    float: left;
    position: relative;
    padding: 20px 5px 5px 5px;
}

.column.col_1 {
    margin-left: 0;
}

.column.noPadding {
    padding: 0;
}

.row {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.row .row {
    margin: 0 -10px 0 -10px;
    width: auto;
    display: inline-block;
}

/** Fonts.com fonts */
.fontMyriad {
    font-family: 'Myriad W01', Arial, sans-serif;
}

.fontOfficinaSans {
    font-family: 'ITC Officina Sans W01', Arial, sans-serif;
    font-weight: 100;
    font-style: normal;
}

.fontOfficinaSansBook {
    font-family: 'ITC Officina Sans W01', Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.fontOfficinaSansBold {
    font-family: 'ITC Officina Sans W01', Arial, sans-serif;
    font-weight: 700;
    font-style: normal;
}

strong {
    font-weight: 700;
    font-style: normal;
}

/** Layout **/
.clear {
    clear: both;
}

.container {
    margin: 0 auto;
    width: 1024px;
}

.container .languages {
    text-align: right;
    letter-spacing: 2px;
    color: #E5002B;
}

.container .languages a {
    color: #5D4933;
    margin: 0 4px;
}

.container .languages a:hover {
    color: #FC990D;
    margin: 0 4px;
}

.container .languages .active {
    font-weight: bold;
}

.header {
    background-color: #A69C90;
    color: #fff;
    font-size: 34px;
    letter-spacing: 4px;
    padding: 15px 20px;
    text-align: center;
    word-break: break-all;
    margin-top: 20px;
}

.header a {
    color: #fff;
    text-decoration: none;
}

.header h1 {
    font-size: 34px;
    letter-spacing: 4px;
    margin: 0;
    padding: 0;
}

.header a {
    color: #fff;
    text-decoration: none;
}

.header a {
    color: #fff;
    text-decoration: none;
}

.bgYellow {
    background-color: #FFB43C;
}

.bgWhite {
    background-color: #ffffff;
}

.bgRed {
    background-color: #E5002B;
}

.bgOrange {
    background-color: #FF6131;
}

.bgBrown {
    background-color: #5D4933;
}

.bgGrey {
    background-color: #687586;
}

.bgWelkom {
    background-color: #CC071E;
}

.fontBrown,
.fontBrown a {
    color: #5D4933;
}

.fontWhite,
.fontWhite a {
    color: #fff;
}

p.exercise {
    font-weight: bold;
    text-decoration: underline;
}

.bekken01 {
    display: grid;
    grid-template-columns: 80fr 50fr;
    grid-gap: 10px;
}

.bekken02 {
    display: grid;
    grid-template-columns: 50fr 50fr;
    grid-gap: 10px;
}

.fcRed {
    color: #E5002B;
}

img.alBottom {
    bottom: 5px;
    left: 5px;
    position: absolute;
}

img.alCenter {
    bottom: 45px;
    left: 40px;
    position: absolute;
}

.talCenter {
    text-align: center;
}

.footer .tagLine {
    font-size: 34px;
    letter-spacing: 6px;
}

.footer .navigation {
    letter-spacing: 2px;
}

.footer .navigation a {
    text-decoration: none;
}

.footer > div {
    margin-top: 30px;
    clear: both;
    width: 100%;
}

.praktijk {
    background: url('/include/praktijkinfo.png') no-repeat #ffb43c;
    background-position: 50% 80%;
}

.contact {
    background: url('/include/contact.png') no-repeat #ff6131;
    background-position: 50% 80%;
}

.welkom {
    background: url('/include/welkom-icon.png') no-repeat #cc071e;
    background-position: 50% 80%;
    background-size: 59%;
}

.tarieven {
    background: url('/include/euro-icon.png') no-repeat #5d4933;
    background-position: 45% 75%;
    line-height: 20px;
    background-size: 30%;
}

.tarieven span {
    visibility: hidden;
}

.werkwijze {
    background: url('/include/werkwijze.png') no-repeat #ffb43c;
    background-position: 50% 80%;
}

.content {
    margin: 0 auto;
    overflow: hidden;
    width: 700px;
}

.contentHeader {
    overflow: hidden;
    position: relative;
}

.contentImage {
    height: 239px;
    width: 100%;
}

.contentImage img {
    width: 100%;
    height: auto;
}

.contentImageTeam {
    height: 370px;
}

.contentImageCenter {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.contentImageCenter img {
    width: 50%;
    height: auto;
}

.hoofdpijn {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: 30% 70%;
    margin: 0 0 20px 0;
}

.hoofdpijn img {
    width: 100%;
    height: auto;
}

.pageTitle {
    background-color: #ff6031;
    border-bottom: 3px solid #ffb093;
    bottom: 0;
    font-size: 30px;
    left: 0;
    opacity: 0.8;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 680px;
}

.pageTitle h2 {
    font-size: 30px;
    margin: 0;
    padding: 0;
    font-family: 'ITC Officina Sans W01', Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
}

.pageContent {
    background-color: #ff6031;
    padding: 10px 80px;
    width: 540px;
}

.navigation {
    color: #e5002b;
    letter-spacing: 2px;
    text-align: center;
}

.navigation div {
    display: inline-block;
}

.navigation .languages {
    float: right;
}

.navigation .languages .active {
    font-weight: bold;
}

.navigation a {
    color: #5d4933;
    margin: 0 4px;
}

.navigation a:hover {
    color: #fc990d;
    margin: 0 4px;
}

.subNavigation {
    overflow: hidden;
    margin-top: 1px;
}

.subNavigation a {
    background-color: #fc990d;
    color: #000;
    display: block;
    margin-bottom: 1px;
    padding: 8px 5px 3px 80px;
    text-decoration: none;
    width: 100%;
}

.subNavigation a:hover {
    text-decoration: underline;
}

.subNavigation a.active {
    color: #ff6031;
}

.wrapperTeamMember {
    float: left;
    padding-left: 25px;
    position: relative;
    width: 360px;
}

.teamMember {
    clear: both;
    float: left;
}

.teamMember > h3 {
    margin: 0;
}

.bekkenpijn img {
    width: 100%;
}

.bekkenpijnActive {
    font-weight: bold;
}

.header > :first-child {
    float: left;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 10px;
    text-decoration: underline;
}

.yellowBackground {
    width: calc(100% - 30px);
    background-color: #ffb500;
    padding: 10px;
}

a {
    cursor: pointer;
}

.breadcrumb, .breadcrumb a {
    font-size: 14px;
    color: #a69c90;
    text-decoration: none;
    margin: 15px auto;
}

/*callto only on mobile*/
.mobileOnly {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}

.notification {
    color: #000;
    background: #fff;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    text-align: center;
}

.footernav {
    margin-top: 20px;
    text-align: center
}

.footernav a {
    text-align: center;
    font-size: 14px;
    color: #a69c90;
    text-decoration: none;
}

hr {
    border: none;
    border-bottom: 3px solid #ffb093;
    height: 0;
    width: 100%;
    margin: 20px 0 0 0;
}

table.costs {
    border: 0;
    width: 100%;
    border-spacing: 0;
}

table.costs tr {
    border: 0;
}

table.costs tr:nth-child(even) {
    background-color: transparent;
    color: #fff;
}

table.costs tr:nth-child(odd) {
    background-color: #fbf2c8;
    color: #000;
}

table.costs tr td {
    vertical-align: bottom;
    padding: 10px 5px;
    border: 0;
}

table.costs tr td:nth-child(3) {
    padding-right: 20px;
}
