.mainOuterContainer,
.mainOuterContainerNextPage {
  width: 100%;
  display: flex;
  justify-content: center;
}
.mainOuterContainer{
  margin-top: 5px;
}
@media  only screen and (max-width : 1024px) /*960px*/ {
  .mainOuterContainerNextPage {
  margin-top: -100px;
  }
}

.mainInnerContainerLeft,
.mainInnerContainerRight,
.mainInnerContainer {
  position: relative;
  min-height: 80vh;
  margin-top: 105px;
}
.mainInnerContainerLeft,
.mainInnerContainerRight{
  width: 20vw;
}
.mainInnerContainer {
  flex-shrink: 0;
  width: 60vw;
  margin-left: auto;
  margin-right: auto;
}

@media  only screen and (max-width : 1024px) /*960px*/ {
  .mainInnerContainer{
  width: 95%;
  max-width: 95%;
  }
  .mainInnerContainerLeft,
  .mainInnerContainerRight{
  display: none;
  }
}

.businessNameAndLogo{
  position: absolute;
  z-index: 8899;
  top: 20px; /* 20% */
  left: 3%;
  max-width: 320px;
  color: whitesmoke;
  line-height: 1;
  font-size: 1.7em;
  font-family: Italianno;
  text-shadow: 1px 1px 0px #GGGGGG;
}
.businessNameAndLogo.welkom{
  max-width: 800px;
  color: #1e242e;
  font-size: 5em;
  left: 10%;
  line-height: 2;
  text-shadow: 1px 1px 0px #CCCCCC;
}
@media  only screen and (max-width : 1024px) /*960px*/ {
  .businessNameAndLogo{
    margin-top: 50px;
  }
  .businessNameAndLogo.welkom{
  max-width: 480px;
  font-size: 3em;
  line-height: 1.3;
  text-shadow: 1px 1px 4px #CCCCCC;
  }
}
@media  only screen and (max-width : 768px) {
  .businessNameAndLogo.welkom{
  max-width: 320px;
  line-height: 1;
  font-size: 2em;
  }
}
@media  only screen and (max-width : 480px) {
  .businessNameAndLogo.welkom{

  }
}


.titelWebsiteBox{
/* background-repeat: no-repeat; */
/* background-position: top center; */
  position: relative;
  max-width: 100%;
  clear: both;
  /* height: 100px; */
  color: #333C4E;
  font-family:serif;
  font-size: 42px;
  font-weight: bold;
  text-align:center;
  box-sizing: border-box;
  padding: 30px 5px 30px 5px;
}
@media  only screen and (max-width : 640px) {
/* Styles */
  .titelWebsiteBox{
  height: 85px;
  font-size: 36px;
  }
}

@media  only screen and (max-width : 320px) {
/* Styles */
  .titelWebsiteBox{
  height: 70px;
  font-size: 24px;
  }
}

.contentMainBox{
  position: relative;
  max-width: 100%;
  /* width: 950px; */
}

.contentTopImageBox{
  position: relative;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  /* width: 950px; */
  max-width: 100%;
  /* max-width: 1155px; */
  /* min-height: 290px; */
  /* margin: 20px 20px 20px 20px; */
}

.contentTopImage{
  max-width: 100%;
  width: 1024px; /*960px*/
}

.contentText {
  background-color: #FCFBF5;
}

.contentTextEmptyLine {
  height: 3px;
}

.contentTitelBlock {
  /* font-family: serif; */
  font-size: 2.5em;
  /* font-weight: bold; */
  color: #673211;
  margin-top: 30px;
  letter-spacing: 1.5px;
  box-sizing: border-box;
  padding: 10px 10px 10px 10px;
}
@media  only screen and (max-width : 480px) {
  .contentTitelBlock{
  font-size: 2em;
  }
}

.contentSubTitelBlock {
  font-size: 2.0em;
  color: #673211;
  margin-top: 15px;
  letter-spacing: 1.5px;
  box-sizing: border-box;
  padding: 8px 8px 8px 8px;
}
@media  only screen and (max-width : 480px) {
  .contentSubTitelBlock{
  font-size: 1.5em;
  }
}

.contentTextBlock,
.contentTextBlockFlex{
  position: relative;
  /* font-family: times; */
  font-size: 18px;
  color: #673211;
  letter-spacing: 1.5px;
  /* line-height: 1.3; */
  box-sizing: border-box;
  padding: 10px 10px 10px 10px;
  width: 100%;
  max-width: 100%;
}
.contentTextBlock a {color: #673211; font-style: oblique; }
.contentTextBlockFlex a {color: #673211; font-style: oblique; }

.contentTextBlockFlex{
  display: inline-flex;
}
.contentImgSubBlock15,
.contentTextSubBlock15{ width: 15%; }
.contentImgSubBlock20,
.contentTextSubBlock20{ width: 20%; }
.contentImgSubBlock30,
.contentTextSubBlock30{ width: 30%; }
.contentImgSubBlock40,
.contentTextSubBlock40{ width: 40%; }
.contentImgSubBlock50,
.contentTextSubBlock50{ width: 50%; }
.contentTextSubBlock60,
.contentImgSubBlock60{ width: 60%; }
.contentTextSubBlock70,
.contentImgSubBlock70{ width: 70%; }
.contentTextSubBlock80,
.contentImgSubBlock80{ width: 80%; }
.contentTextSubBlock85,
.contentImgSubBlock85{ width: 85%; }
#agendaLabelBlock{
  text-align: right;
  font-weight: bold;
}

.formInputField{
  color: #673211;
  /* font-family: Verdana; */
  /* font-weight: bold; */
  font-size: 18px;
  width: 97%;
  font-family: "Open Sans", Tahoma, Geneva, sans-serif;
  line-height: 1.5;
}

@media  only screen and (max-width : 800px) {
/* Styles */
  .contentTextBlockFlex{
    display: block;
  }
  .contentTextSubBlock15,
  .contentImgSubBlock15,
  .contentTextSubBlock20,
  .contentImgSubBlock20,
  .contentTextSubBlock30,
  .contentImgSubBlock30,
  .contentTextSubBlock40,
  .contentImgSubBlock40,
  .contentTextSubBlock50,
  .contentImgSubBlock50,
  .contentTextSubBlock60,
  .contentImgSubBlock60,
  .contentTextSubBlock70,
  .contentImgSubBlock70,
  .contentTextSubBlock80,
  .contentImgSubBlock80,
  .contentTextSubBlock85,
  .contentImgSubBlock85{
    width: 100%;
  }
  #contentContactPageFiller{
    display: none;
  }
  .contentImgSubBlock15,
  .contentImgSubBlock20,
  .contentImgSubBlock30,
  .contentImgSubBlock40,
  .contentImgSubBlock50,
  .contentImgSubBlock60,
  .contentImgSubBlock70,
  .contentImgSubBlock80,
  .contentImgSubBlock85{
    text-align: center;
  }
  #agendaLabelBlock{
    text-align: left;
    background-color: #efecec;
  }
  #formLabelBlock{
    text-align: left;
	width: 97%;
    background-color: #efecec;
  }
  #formLabelButtonBlock{
    display: none;
  }
  #formButtonBlock, input[type=submit], input[type=reset]{
    font-size: 18px;
    width: 97%;
	/* height: 30px; */
	margin-top: 0px;
	margin-bottom: 5px;
	display: block;
  }
  .formInputField{
    font-size: 18px;
	margin-top: 5px;
  }
}

.contentTextImage {
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
}

.contentTable {
  border: 0px;
  background-color: #FCFBF5;
}

.contentTable td {
  background-color: #FCFBF5;
  /* font-family: times; */
  /* font-size: 18px; */
  color: #673211;
  line-height: 1.3;
}

#tableVragenVoorJou{
 width: 70%;
}
@media  only screen and (max-width : 1024px) /*960px*/ {
  #tableVragenVoorJou{
  width: 93%;
  }
}

#contactTekstDesktop{
  display: block;
}
#contactTekstMobile{
  display: none;
}
@media  only screen and (max-width : 640px) {
/* Styles */
  #contactTekstDesktop{
    display: none;
  }
  #contactTekstMobile{
    display: block;
  }
}

.contentAfsluiter {
  position: relative;
  background-color: #FCFBF5;
  width: 100%;
  max-width: 100%;
  height: 30px;
}

.footerMainContainer {
  clear: both;
  /* position: relative; */
  /* width: 950px; */
  /* max-width: 100%; */
  text-align: center;
  width: 100%;
  height: fit-content; /* 70px; */
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #f3efd8;
  color: #333C4E;
  font-size: 9px;
}

.bouncingArrowDown {
  position: absolute;
  bottom: 5%;
  left: 50%;
  margin-left: -20px;
  width: 30px;
  height: 30px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
  background-size: contain;
  -moz-animation: bounce 2s 1;
  -webkit-animation: bounce 2s 1;
  animation: bounce 2s 1;
}
@media only screen and (max-width : 1024px) /*960px*/ {
  .bouncingArrowDown {
    display: none;
  }
}

.bouncingArrowDown a span { 
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
}

.bouncingArrowDown:active {
  bottom: 4.5%;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}