@charset "UTF-8";

html {
  font-family: Verdana, Geneva, sans-serif;
  font-size: .9em;
  margin-top:0px;
  margin-bottom:0px;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background-color: #6a8457;
  margin: 0;
  padding: 0;
  text-align: center;
}

table.tablemain {
  width: 960px;
  border: 0;
  background-color: #f5f5df;
}

table.tablefooter {
  width: 960px;
  border: 0;
  background-color: #323903;
}

table.tablebottom {
  width: 960px;
  height: 75px;
  border: 0;
  background-color: #323903;
  background-image: url(../img/Ela_Vissers_IMGfoot.jpg);
}

table.tableagenda {
  border: 3px;
  border-style: solid;
  border-color: #6a8457;
  border-radius: 8px;
  border-spacing: 5px;
  background-color: #ededce;
  line-height: 1.9em;
  color: #343b04;
}
table.tableagenda tr {
  vertical-align: top;
}
table.tableagenda td {
  padding: 3px;
  border: 3px;
  border-style: solid;
  border-color: #ededce;
  border-radius: 8px;
}

table.tableinfo {
  width: 100%;
  border: 3px;
  border-style: solid;
  border-color: #6a8457;
  border-radius: 8px;
  border-spacing: 5px;
  background-color: #ededce;
  line-height: 1.9em;
  color: #343b04;
}
table.tableinfo tr {
  vertical-align: top;
}
table.tableinfo td.label {
  width: 10%;
  font-weight: 600;
  padding-left:  4px;
  padding-right: 4px;
}
table.tableinfo td.colon {
  width: 10px;
  font-weight: 600;
  padding-left:  4px;
  padding-right: 4px;
}
table.tableinfo td.info {
  background-color: #f9f9e4;
  padding-left:  4px;
  padding-right: 4px;
}
table.tableinfo td.img {
  width: 250px;
  background-color: #f9f9e4;
  padding-left:  4px;
  padding-right: 4px;
}

table.imglinks {
  width: 100%;
  align: center;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 2.0em;
  text-align: center;
  font-weight: 600;
  color: #fdb914;
}
table.imglinks td.padding {
  width: 50px;
  padding-bottom: 50px;
}
table.imglinks td.imglink {
  width: 162px;
  height: 242px;
}
table.imglinks td.imglink.edu {
  width: 300px;
  height: 250px;
}
table.imglinks td.imglink:hover {
  padding: 2px;
  padding-bottom: 0px;
}
table.imglinks td.imglink.edu:hover {
  padding: 3px;
  padding-bottom: 1px;
}
table.imglinks a:link {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 1em;
  color: #fcdf99;
  text-decoration: none;
}
table.imglinks a:visited {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: #fcdf99;
}
table.imglinks a:hover {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: #fdb914;
}

img.imglink {
  box-sizing: border-box;
  width: 100%;
  padding: 0px;
  padding-bottom: 50px;
  text-align: center;
  border-radius: 8px;
  margin: 0px;
}
img.imglink.edu {
  padding-bottom: 90px;
}

div.imglink {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  background: #323903;
  border-radius: 8px;
  box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.5);
  padding-bottom: 3px;
}
div.imglink:hover {
  background: #a90c07;
  background-color: #323903;
}
div.imgtext {
  position: absolute;
  z-index: 1;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 10px;
  text-align: center;
  width: 90%;
}

.welcomemenu {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.welcomebox {
  background-color: #323903;
  border-radius: 8px;
  box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.5);
}
.welcomebutton {
  cursor: pointer;
  padding: 10px;
  margin: 5px;
  background-color: #f5f5df;
  border-radius: 8px;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.welcomebutton a:link {
  text-decoration: none;
}
.welcomebutton:hover {
  font-style: normal;
  background-color: #ededce;
  transform: scale(0.95);
}
.welcomebutton .title {
  font-family: 'Mr De Haviland';
  color: #a90c07;
  text-align: center;
  font-style: normal;
  line-height: 30px;
  font-weight: 700;
  font-size: 3.6em;
  padding-top: 20px;
}
.welcomebutton .subtitle {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-align: center;
  font-size: 0.8em;
  line-height: 1.8em;
  color: #50651a;
}
.welcomebutton .name {
  font-family: 'Mr De Haviland';
  color: #a90c07;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 2.5em;
}

img.inline {
  margin-top: 3px;
  margin-bottom: 3px;
  border: 3px;
  border-style: solid;
  border-color: #6a8457;
  border-radius: 8px;
}
img.inline.flleft {
  margin-right: 9px;
  float: left;
}
img.inline.flright {
  margin-left: 9px;
  float: right;
}

.p {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1em;
  text-align: left;
  line-height: 1.6em;
  color: #343b04;
  /* z-index: 100; */
}

.small {
  font-size: 70%;
}

.ps {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.7em;
  text-align:left;
  line-height: 1.6em;
  color: #343b04;
  /* z-index: 100; */
}

.name-logo {
  font-family: 'Mr De Haviland';
  color: #a90c07;
  font-style: normal;
  line-height: 30px;
  font-weight: 700;
  font-size: 3.6em;
  margin-top: 50px;
  margin-bottom: 30px;
}

.name-logo-small {
  font-family: 'Mr De Haviland';
  color: #a90c07;
  font-style: normal;
  line-height: 30px;
  font-weight: 700;
  font-size: 2.0em;
  margin-top: 50px;
  margin-bottom: 30px;
}

.doterra-right {
  box-sizing: border-box;
  width: 150px;
  z-index: 1;
  float: right;
  overflow: auto;
  border: none;
  margin-top: -25px;
  padding-bottom: 18.8%;
  background-size: 150px auto;
}

.doterra-logo {
  box-sizing: border-box;
  width: 100%;
  background: linear-gradient(to bottom, #7d8725 0%, #a9b732 100%);
  text-align: center;
  margin: 0;
  padding: 5px;
  border-radius: 8px;
  box-shadow: 1px 3px 3px 0 rgba(0, 0, 0, 0.5);
  top: 6px;
}
.doterra-logo:hover {
  padding-left: 7px;
  padding-right: 7px;
}

.logos-top {
  float: right;
  display: flex;
  align-items: center;
}

.logos-bottom {
  float: right;
}

.logo-link {
  vertical-align: middle;
  box-sizing: border-box;
  border: none;
  padding: 5px;
}
.logo-link:hover {
  padding: 7px;
}

.logo-inline {
  float: left;
}

.social-link {
  vertical-align: middle;
  border: none;
  padding: 1px;
}
.social-link:hover {
  padding: 3px;
}

.lefttext {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-align: left;
  font-size: 1em;
  line-height: 1.8em;
  color: #50651a;
}

.righttext {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 1.6em;
  text-align:right;
  font-weight: 600;
  color: #fdb914;
}

.langbutton {
  padding: 0px;
}

a:link {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1em;
  color: #812114;
  text-decoration: underline;
}
a:visited {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1em;
  color: #812114;
  text-decoration: underline;
}
a:hover {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1em;
  color: #343b04;
  text-decoration: underline;
}
a.readmore {
  font-family: Verdana, Geneva, sans-serif;
  font-size: .9em;
  color: #812114;
}
a.readmore:hover {
  font-family: Verdana, Geneva, sans-serif;
  font-size: .9em;
  color: #343b04;
}

table.menu {
  width: 960px;
  border: 0;
  background-color: #323903;
}

div.menubar {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  width: 960px;
  height: 34px;
  border: 0;
  background-color: #323903;
  display: flex;
  overflow: visible;
}

.menu-item {
  flex: 2;
  height: 100%;
  max-width: 105px;
  background-color: #323903;
  font-size: 1em;
  border: 0px;
  text-align: left;
}
.menu-item.icon {
  flex: 1;
  height: 100%;
  max-width: 40px;
  padding-top: 3px;
}
.menu-item a {
  color: #fcdf99;
  text-decoration: none;
  text-align: center;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
.menu-item.icon a {
  padding-left: 5px;
  padding-right: 5px;
}
.menu-item a:hover {
  color: #fdb914;
  background-color: #6a8457;
}
.menu-item.active a {
  color: #fdb914;
}
.menu-item.active a:hover {
  background-color: #6a8457;
}
.menu-home {
  flex: 1;
}
.menu-home a {
  color: #323903;
  padding-left: 5px;
  padding-right: 5px;
}
.menu-home a:hover {
  color: #323903;
  background-color: #323903;
}
.menu-spacer {
  flex: 1;
  height: 100%;
  width: 20px;
  border: 0px;
  background-color: #323903;
}
.m-submenu {
  display: none;
  position: absolute;
  margin-top: 8px;
  background-color: #323903;
  width: auto;
  white-space: nowrap;
  z-index: 1;
  box-shadow: 0px 8px 16px 0px #6a8457;
}
.m-submenu a {
  text-align: left;
  /* margin-left: 4px; */
  color: #fcdf99 !important;
  text-decoration: none;
  display: block;
}
.m-submenu a:hover {
  color: #fdb914 !important;
  background-color: #6a8457;
}
#m-praktijk {
  position: relative;
  display: inline-block;
}
#m-welkom:hover #m-welkom-submenu {
  display: block;
}
#m-praktijk:hover #m-praktijk-submenu {
  display: block;
}
#m-opleiding {
  position: relative;
  display: inline-block;
}
#m-educatie:hover #m-educatie-submenu {
  display: block;
}
#m-opleiding:hover #m-opleiding-submenu {
  display: block;
}

strong {
  font-family:Verdana, Geneva, sans-serif;
  font-size: 1em;
  color: #3f4709;
}

h1 {
  font-family:Verdana, Geneva, sans-serif;
  font-size: 1.3em;
  color: #202020;
}
h2 {
  font-family:Verdana, Geneva, sans-serif;
  font-size: 1.2em;
  color: #202020;
}
h3 {
  font-family:Verdana, Geneva, sans-serif;
  font-size: 1.1em;
  color: #202020;
}

div.informlink {
  width: 100%;
  color: #a90c07;
  font-size: 1.2em;
  font-weight: 600;
}

ul.none {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1em;
  text-align:left;
  line-height: 1.4em;
  list-style-type: none;
  list-style-position: outside;
  text-indent: -2em;
  color: #343b04;
}

ul.prk {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1em;
  text-align:left;
  line-height: 1.4em;
  list-style-type: none;
  text-indent: -2em;
  color: #343b04;
}
ul.prk li::before {
  content: "\2714";
  padding-right: 5px;
  color: #a90c07;
}

ul.prkplain {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1em;
  text-align:left;
  line-height: 1.4em;
  list-style-type: none;
  text-indent: -2em;
  color: #343b04;
}
ul.prkplain li::before {
  content: "\2022";
  padding-right: 5px;
  color: #a90c07;
}

ul.edu {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1em;
  text-align:left;
  line-height: 1.4em;
  list-style-type: none;
  text-indent: -2em;
  color: #343b04;
}
ul.edu li::before {
  content: "\2714";
  padding-right: 5px;
  color: #a90c07;
}

ul.eduplain {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1em;
  text-align:left;
  line-height: 1.4em;
  list-style-type: none;
  text-indent: -2em;
  color: #343b04;
}
ul.eduplain li::before {
  content: "\2022";
  padding-right: 5px;
  color: #a90c07;
}

li.green {
  color: #343b04;
}
li.col01 {
  color: #ff0000;
}
li.col02 {
  color: #ff9114;
}
li.col03 {
  color: #ffc900;
}
li.col04 {
  color: #7bbd03;
}
li.col05 {
  color: #129505;
}
li.col06 {
  color: #08b896;
}
li.col07 {
  color: #0981b7;
}
li.col08 {
  color: #1414b2;
}
li.col09 {
  color: #7d1ca4;
}
li.col10 {
  color: #b51184;
}
li.col11 {
  color: #f244c4;
}

tr.agenda {
  background-color: #f9f9e4;
  color: #343b04;
}
tr.agendapast {
  display: none;
}
tr.agenda a:link {
  color: #a90c07;
  text-decoration: none;
}
tr.agenda a:visited {
  color: #812114;
}
tr.agenda a:hover {
  color: #343b04;
}
td.date {
  width: 120px;
  padding-left:  4px;
  padding-right: 4px;
  vertical-align: top;
}
td.date div.spec {
  padding-top: 4px;
  padding-bottom: 5px;
  margin: 4px;
}
td.location {
  width: 180px;
  padding-left:  4px;
  padding-right: 4px;
  vertical-align: top;
}
td.location div.spec {
  padding-top: 4px;
  padding-bottom: 5px;
  margin: 4px;
}
td.agenda {
  width: 300px;
  padding-left:  4px;
  padding-right: 4px;
  vertical-align: top;
}
td.agenda div.spec {
  padding-top: 4px;
  padding-bottom: 5px;
  margin: 4px;
}
td.cost {
  width: 100px;
  padding-left:  4px;
  padding-right: 4px;
  line-height: 2.2em;
  vertical-align: top;
}
td.cost div.spec {
  padding-top: 4px;
  padding-bottom: 5px;
  margin: 4px;
}
.oldprice {
  text-decoration: line-through;
  text-decoration-color: #a90c07;
  text-decoration-thickness: 2px;
}

td.register {
  width: 170px;
  padding-left:  4px;
  padding-right: 4px;
  line-height: 2.1em;
  vertical-align: top;
}
td.register div.regbutton {
  padding-top: 2px;
  padding-bottom: 2px;
  margin: 4px;
}
td.register a:link {
  display: flex;
  background-color: #323903;
  color: #fcdf99;
  padding: 4px;
  border-radius: 8px;
  text-decoration: none;
}
td.register a:visited {
  background-color: #323903;
  color: #fcdf99;
  text-decoration: none;
}
td.register a:hover {
  background-color: #323903;
  color: #fdb914;
  padding: 2px;
  margin: 2px;
  text-decoration: none;
}

div.avail {
  color: #a90c07;
  padding-left:  4px;
  padding-right: 4px;
  text-align: center;
  vertical-align: top;
  font-weight: 700;
}

.footer {
  font-family: Verdana, Geneva, sans-serif;
  text-align: center;
  font-size: .7em;
  color: #fcdf99;
}
.footer a:link {
  font-family:Verdana, Geneva, sans-serif;
  color: #fcdf99;
  text-decoration: none;
}
.footer a:visited {
  font-family:Verdana, Geneva, sans-serif;
  color: #fcdf99;
}
.footer a:active {
  font-family:Verdana, Geneva, sans-serif;
  color: #fcdf99;
}
.footer a:hover {
  font-family:Verdana, Geneva, sans-serif;
  color: #fdb914;
}

.name-logo-large {
  font-family: 'Mr De Haviland';
  text-align: center;
  color: #a90c07;
  font-style: normal;
  line-height: 100px;
  font-weight: 700;
  font-size: 18em;
# padding-left: 100px;
  padding-top: 300px;
  padding-bottom: 50px;
}

.name-logo-medium {
  font-family: 'Mr De Haviland';
  text-align: center;
  color: #a90c07;
  font-style: normal;
  line-height: 100px;
  font-weight: 700;
  font-size: 14em;
# padding-left: 200px;
  padding-top: 100px;
  padding-bottom: 50px;
}

.lefttext-large {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-align: center;
  font-size: 4em;
  line-height: 1.0em;
  color: #50651a;
# padding-left: 100px;
  padding-top: 10px;
}

.empty {
  background-color: #ffffff;
}

.prktitle {
  font-size: 1.2em;
  font-weight: 700;
  font-style: italic;
  text-align: left;
  margin-bottom: 15px;
  color: #6a8457;
}

.edutitle {
  display: inline-block;
  font-size: 2em;
  font-weight: 700;
  color: #6a8457;
  white-space: nowrap;
  width: 100%;
  margin-bottom: 1em;
}

.edusubtitle {
  font-size: 1.2em;
  font-weight: 600;
  color: #a90c07;
  white-space: nowrap;
  width: 100%;
}

.edupartitle {
  font-size: 1.2em;
  font-weight: 700;
  text-align: left;
  color: #6a8457;
  margin-top: 3em;
  margin-bottom: 15px;
}

.eduparsubtitle {
  font-weight: 700;
  text-align: left;
  color: #6a8457;
  margin-top: 10px;
}

.eduinfo {
  display: table;
}
.eduschedule {
  float: left;
  display: table;
  width: auto;
  border: 2px;
  border-style: solid;
  border-color: #6a8457;
  border-radius: 8px;
  border-spacing: 5px;
  line-height: 1.9em;
  color: #343b04;
}
.eduschedule .row {
  display: table-row;
  width: auto;
  clear: both;
}
.eduschedule .col {
  float: left;
  text-align: center;
  display: table-cell;
  width: 80px;
  margin-right: 10px;
  border-radius: 8px;
  border-spacing: 5px;
}
.eduschedule .col.head {
  font-weight: 700;
  background-color: #ededce;
  text-align: right;
  padding-right: 10px;
  border: 1px;
  border-style: solid;
  border-color: #ededce;
}
.eduschedule .col.num {
  background-color: #ededce;
  text-align: right;
  padding-right: 10px;
  width: 50px;
  border: 1px;
  border-style: solid;
  border-color: #ededce;
}
.eduschedule .col.date {
  background-color: #ededce;
  border: 1px;
  border-style: solid;
  border-color: #ededce;
}
.eduinfoimg {
  float: right;
  width: 300px;
  margin-left: 10px;
  color: #343b04;
}
.eduinfoimg img {
  border: 2px;
  border-style: solid;
  border-color: #6a8457;
  border-radius: 8px;
  border-spacing: 5px;
  margin-bottom: 10px;
}

button.opldate {
  background-color: #f9f9e4;
  border: none;
  color: #343b04;
  line-height: 1.9em;
  font-size: 1em;
  text-align: left;
  vertical-align: top;
}
button.opldate a {
  color: #343b04;
}
button.opldate a:link {
  color: #343b04;
}
button.opldate a:visited {
  color: #343b04;
}
.popup-alldates {
  display: none;
  position: absolute;
  margin-top: 8px;
  background-color: #f9f9e4;
  width: auto;
  border: 0px;
  border-style: solid;
  border-color: #6a8457;
  border-radius: 8px;
  border-spacing: 5px;
  white-space: nowrap;
  z-index: 1;
}
#alldates06:hover #popup-alldates06 {
  display: block;
}
#alldates07:hover #popup-alldates07 {
  display: block;
}
#alldates08:hover #popup-alldates08 {
  display: block;
}

.edutherapeut {
  margin-top: 8px;
  padding: 8px;
  background-color: #f9f9e4;
  border: 2px;
  border-style: solid;
  border-color: #6a8457;
  border-radius: 8px;
  border-spacing: 5px;
}
.edutherapeut .name {
  font-size: 1.2em;
  text-align: left;
  color: #a90c07;
}
.edutherapeut .website {
  color: #343b04;
}
.edutherapeut .email {
  color: #343b04;
}

.ervtitle {
  display: inline-block;
  font-size: 2em;
  font-weight: 700;
  color: #6a8457;
  white-space: nowrap;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}

.ervaring {
  margin-bottom: 30px;
  padding: 15px;
  background-color: #ededce;
  border: 2px;
  border-style: solid;
  border-color: #6a8457;
  border-radius: 8px;
  border-spacing: 5px;
}
.ervaring .inner {
  border-top: 4px solid #6a8457;
  -webkit-box-shadow: 0 0 5px -2px #000000;
  box-shadow: 0 0 5px -2px #000000;
  padding: 10px;
  border-radius: 10px;
  background-color: #f9f9e4;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.ervaring .tekst {
  font-size: 1.0em;
  font-style: italic;
}
.ervaring .image {
  width: 70%;
}
.ervaring .name {
  font-size: 80%;
  font-weight: 600;
  padding-top: 8px;
  color: #a90c07;
}
.md-review {
  border-top: 4px solid #6a8457;
  -webkit-box-shadow: 0 0 5px -2px #000000;
  box-shadow: 0 0 5px -2px #000000;
  padding: 10px;
  border-radius: 10px;
  background-color: #f9f9e4;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.md-review-author {
  flex: 1;
  font-weight: bold;
  font-size: 80%;
  color: #a90c07;
  align-self: end;
  padding-bottom: 10px;
  padding-right: 10px;
}
.md-review-stars {
  text-align: center;
}
.md-review-stars span {
  color: rgb(247, 186, 42);
}
.md-review-stars span.star {
  font-size: 130%;
  line-height: 100%;
  font-weight: normal;
  color: rgb(247, 186, 42);
}
.md-review-content {
  font-style: italic;
  flex-basis: 100%;
  padding-bottom: 5px;
}
.md-review-date {
  font-size: 80%;
  opacity: 0.8;
}

.green {
  color: #343b04;
}
.mediumgreen {
  color: #6a8457;
}
.red {
  color: #a90c07;
}
.darkred {
  color: #812114;
}

.bold {
  font-weight: 700;
}

.atop {
  vertical-align: top;
}
.aleft {
  text-align: left;
}
.aright {
  text-align: right;
}

.mailregister {
  float: right;
  border: 2;
  bordercolor: #323903;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 1em;
  text-align: center;
  line-height: 1.6em;
  padding: 15px;
  color: #343b04;
  background-color: #ededce;
  bordercolor: #e2e2b7;
  border-spacing: 5px;
}

.submit {
  margin-top: 8px;
  margin-left: 44px;
}
input.submit {
  display: flex;
  background-color: #323903;
  color: #fcdf99;
  padding: 6px;
  border-radius: 8px;
  text-decoration: none;
}
input.submit:hover {
  background-color: #323903;
  color: #fdb914;
  padding: 4px;
  padding-top: 6px;
  margin: 2px;
  margin-bottom: 2px;
  margin-left: 46px;
  text-decoration: none;
}

.left {
  width: 100%;
  text-align: left;
}
.right {
  width: 100%;
  text-align: right;
}
.center {
  width: 100%;
  text-align: center;
}

.map-container {
}

.map-container {
  border: 3px;
  border-style: solid;
  border-color: #6a8457;
  border-radius: 8px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-container iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

