/*
 |--------------------------------------------------------------------------
 | Main SASS file
 |--------------------------------------------------------------------------
 |
 | Sets the layout and design for the entire website
 | Gets compiled to css/all.css
 */

/* =========================================================================
  * Import imports stylesheets
  * ========================================================================= */

/* ///////////////////////////////////////////////////////////////////////////
 * SASS BREAKPOINTS
 *
 * Contains all imported breakpoints for responsive project.
 *
 * @author 	cedricgeerinckx
 * @project	Ariene Verrijken
 * ///////////////////////////////////////////////////////////////////////////
 */

/*
 * Large screens -------------------------------------------------------------
 */

/*
 * Laptops -------------------------------------------------------------------
 */

/*
 * Tablets -------------------------------------------------------------------
 */

/*
 * Smartphones ---------------------------------------------------------------
 */

/*
 * A nice way to use these breakpoints is by using this more readable
 * predefined mixin.
 *
 * @info http://thesassway.com/intermediate/responsive-web-design-in-sass-using-media-queries-in-sass-32
 */

/* ///////////////////////////////////////////////////////////////////////////
 * MIXINS
 *
 * All mixins can be bundled together in this file.
 *
 * @author	cedricgeerinckx
 * @project ArianeVerrijken
 * ///////////////////////////////////////////////////////////////////////////
 */

/*
| ----------------------------------------------------------------------------
| Backgrounds
| ----------------------------------------------------------------------------
|
*/

/* Vertical Align*/

/*
| ----------------------------------------------------------------------------
| Borders
| ----------------------------------------------------------------------------
|
*/

/*
| ----------------------------------------------------------------------------
| Shadows
| ----------------------------------------------------------------------------
|
*/

/*
| ----------------------------------------------------------------------------
| Transforms
| ----------------------------------------------------------------------------
|
*/

/*
| ----------------------------------------------------------------------------
| Transitions
| ----------------------------------------------------------------------------
|
| If you want to make a transition for multiple attributes, you can separate
| the different transitions with comma's and wrap them around between quotes
| so they form 1 parameter. For example:
|
| @include transition((
| 		attr1 200ms ease-out,
|		attr2 200ms ease-out
| ));
|
| The same rule applies for delays:
|
| @include transition-delay((
| 		0s, // This is the delay for attr1
| 		1s, // This is the delay for attr2
| ))
|
*/

/*
	 * The next few mixins are ment for animated attributes that have multiple browser prefixes.
	 * Instead of passing on 'attr time ease', you can simply pass 'time ease'.
	 */

/*
| ----------------------------------------------------------------------------
| Animations
| ----------------------------------------------------------------------------
|
| Like the transitions, you can combine multiple transitions by passing them
| on as 1 argument, separated by comma's.
|
*/

/*
| ----------------------------------------------------------------------------
| Keyframe animations
| ----------------------------------------------------------------------------
|
| This is simply a mixin that calls a keyframe animation for all vendor
| prefixes. The animations themselves are in sass/imports/_keyframes.scss
|
*/

/*
| ----------------------------------------------------------------------------
| Columns
| ----------------------------------------------------------------------------
|
*/

/*
| ----------------------------------------------------------------------------
| Element positioning
| ----------------------------------------------------------------------------
|
*/

/*
| ----------------------------------------------------------------------------
| Form elements reset
| ----------------------------------------------------------------------------
|
*/

/*
| ----------------------------------------------------------------------------
| Opacity
| ----------------------------------------------------------------------------
|
*/

/*
| ----------------------------------------------------------------------------
| Browser hacks
| ----------------------------------------------------------------------------
|
*/

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

#opleidingenId {
  height: 0 !important;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

.smartgrid {
  /*
	| -------------------------------------------------------------------------
	| Default grid structure & behaviour
	| -------------------------------------------------------------------------
	|
	| These rules apply to all elements within the smartgrid.
	|
	*/
  /*
	| -------------------------------------------------------------------------
	| Smartblock modifications
	| -------------------------------------------------------------------------
	|
	| Smartblocks can contain up to 5 elements (cases). Depending of the amount
	| of child cases, it's structure and behaviour will vary.
	|
	| The position of the block in the grid determines it's alignment: a block
	| with an uneven position in the grid will be left aligned, whereas a
	| block with an even position will be right aligned.
	|
	*/
  /*
	| -------------------------------------------------------------------------
	| Mobile grid structure & behaviour
	| -------------------------------------------------------------------------
	|
	| Cases in the mobile view are always full width, so these rules can be
	| applied to all smartblocks.
	|
	*/
}

.smartgrid .case {
  height: 550px;
  width: 50%;
}

.smartgrid .case:hover .icons {
  margin-top: 20%;
}

@media only screen and (min-width: 1761px) and (max-width: 1890px) {
  .smartgrid .case {
    height: 500px;
  }
}

@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  .smartgrid .case {
    height: 480px;
  }
}

@media only screen and (min-width: 1361px) and (max-width: 1440px) {
  .smartgrid .case {
    height: 430px;
  }

  .smartgrid .case:hover .icons {
    margin-top: 15%;
  }
}

@media only screen and (min-width: 1121px) and (max-width: 1280px) {
  .smartgrid .case {
    height: 380px;
  }

  .smartgrid .case:hover .icons {
    margin-top: 20%;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1120px) {
  .smartgrid .case {
    height: 360px;
  }
}

@media only screen and (min-width: 801px) and (max-width: 960px) {
  .smartgrid .case {
    height: 320px;
  }
}

@media only screen and (min-width: 641px) and (max-width: 800px) {
  .smartgrid .case {
    height: 390px;
    width: 100%;
  }
}

.smartgrid .smartblock {
  /* Uses the default grid structure */
}

.smartgrid .smartblock.five.even .case,
.smartgrid .smartblock.three.even .case {
  float: right;
}

.smartgrid .smartblock.five .case:first-child,
.smartgrid .smartblock.three .case:first-child {
  height: 100%;
  width: 60%;
}

.smartgrid .smartblock.five .case:first-child .initials-placeholder,
.smartgrid .smartblock.three .case:first-child .initials-placeholder {
  height: 235px;
  width: 375px;
  font-size: 5em;
  padding-top: 130px;
}

.smartgrid .smartblock.five .case:first-child:hover .icons,
.smartgrid .smartblock.three .case:first-child:hover .icons {
  margin-top: 26%;
}

.smartgrid .smartblock.five .case:first-child.user h3,
.smartgrid .smartblock.three .case:first-child.user h3 {
  font-size: 3em !important;
}

@media only screen and (min-width: 1761px) and (max-width: 1890px) {
  .smartgrid .smartblock.five .case:first-child,
  .smartgrid .smartblock.three .case:first-child {
    height: 100%;
  }

  .smartgrid .smartblock.five .case:first-child:hover .icons,
  .smartgrid .smartblock.three .case:first-child:hover .icons {
    margin-top: 30%;
  }
}

@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  .smartgrid .smartblock.five .case:first-child,
  .smartgrid .smartblock.three .case:first-child {
    height: 100%;
  }
}

@media only screen and (min-width: 1281px) and (max-width: 1360px) {
  .smartgrid .smartblock.five .case:first-child:hover .icons,
  .smartgrid .smartblock.three .case:first-child:hover .icons {
    margin-top: 35%;
  }
}

@media only screen and (min-width: 1121px) and (max-width: 1280px) {
  .smartgrid .smartblock.five .case:first-child:hover .icons,
  .smartgrid .smartblock.three .case:first-child:hover .icons {
    margin-top: 40%;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1120px) {
  .smartgrid .smartblock.five .case:first-child,
  .smartgrid .smartblock.three .case:first-child {
    height: 100%;
    width: 60%;
  }

  .smartgrid .smartblock.five .case:first-child .initials-placeholder,
  .smartgrid .smartblock.three .case:first-child .initials-placeholder {
    height: 185px;
    width: 280px;
    font-size: 4.3em;
    padding-top: 95px;
  }

  .smartgrid .smartblock.five .case:first-child:hover .icons,
  .smartgrid .smartblock.three .case:first-child:hover .icons {
    margin-top: 30%;
  }
}

@media only screen and (min-width: 801px) and (max-width: 960px) {
  .smartgrid .smartblock.five .case:first-child,
  .smartgrid .smartblock.three .case:first-child {
    width: 55%;
  }

  .smartgrid .smartblock.five .case:first-child:not(.monitor):hover .icons,
  .smartgrid .smartblock.three .case:first-child:not(.monitor):hover .icons {
    margin-top: 50%;
  }
}

.smartgrid .smartblock.five .case:nth-child(2),
.smartgrid .smartblock.five .case:nth-child(3),
.smartgrid .smartblock.three .case:nth-child(2),
.smartgrid .smartblock.three .case:nth-child(3) {
  height: 50%;
  width: 40%;
}

.smartgrid .smartblock.five .case:nth-child(2) .initials-placeholder,
.smartgrid .smartblock.five .case:nth-child(3) .initials-placeholder,
.smartgrid .smartblock.three .case:nth-child(2) .initials-placeholder,
.smartgrid .smartblock.three .case:nth-child(3) .initials-placeholder {
  margin-top: 8%;
}

.smartgrid .smartblock.five .case:nth-child(2):hover .icons,
.smartgrid .smartblock.five .case:nth-child(3):hover .icons,
.smartgrid .smartblock.three .case:nth-child(2):hover .icons,
.smartgrid .smartblock.three .case:nth-child(3):hover .icons {
  margin-top: 6%;
}

.smartgrid .smartblock.five .case:nth-child(2):hover .icons .icon,
.smartgrid .smartblock.five .case:nth-child(3):hover .icons .icon,
.smartgrid .smartblock.three .case:nth-child(2):hover .icons .icon,
.smartgrid .smartblock.three .case:nth-child(3):hover .icons .icon {
  height: 70px;
  width: 70px;
}

.smartgrid .smartblock.five .case:nth-child(2).user h3,
.smartgrid .smartblock.five .case:nth-child(3).user h3,
.smartgrid .smartblock.three .case:nth-child(2).user h3,
.smartgrid .smartblock.three .case:nth-child(3).user h3 {
  font-size: 2em !important;
}

@media only screen and (min-width: 1761px) and (max-width: 1890px) {
  .smartgrid .smartblock.five .case:nth-child(2),
  .smartgrid .smartblock.five .case:nth-child(3),
  .smartgrid .smartblock.three .case:nth-child(2),
  .smartgrid .smartblock.three .case:nth-child(3) {
    height: 50%;
  }

  .smartgrid .smartblock.five .case:nth-child(2):hover .icons,
  .smartgrid .smartblock.five .case:nth-child(3):hover .icons,
  .smartgrid .smartblock.three .case:nth-child(2):hover .icons,
  .smartgrid .smartblock.three .case:nth-child(3):hover .icons {
    margin-top: 8%;
  }
}

@media only screen and (min-width: 1441px) and (max-width: 1600px) {
  .smartgrid .smartblock.five .case:nth-child(2),
  .smartgrid .smartblock.five .case:nth-child(3),
  .smartgrid .smartblock.three .case:nth-child(2),
  .smartgrid .smartblock.three .case:nth-child(3) {
    height: 50%;
  }
}

@media only screen and (min-width: 1121px) and (max-width: 1280px) {
  .smartgrid .smartblock.five .case:nth-child(2):hover .icons,
  .smartgrid .smartblock.five .case:nth-child(3):hover .icons,
  .smartgrid .smartblock.three .case:nth-child(2):hover .icons,
  .smartgrid .smartblock.three .case:nth-child(3):hover .icons {
    margin-top: 10%;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1120px) {
  .smartgrid .smartblock.five .case:nth-child(2),
  .smartgrid .smartblock.five .case:nth-child(3),
  .smartgrid .smartblock.three .case:nth-child(2),
  .smartgrid .smartblock.three .case:nth-child(3) {
    height: 50%;
    width: 40%;
  }

  .smartgrid .smartblock.five .case:nth-child(2) .initials-placeholder,
  .smartgrid .smartblock.five .case:nth-child(3) .initials-placeholder,
  .smartgrid .smartblock.three .case:nth-child(2) .initials-placeholder,
  .smartgrid .smartblock.three .case:nth-child(3) .initials-placeholder {
    margin-top: 5%;
  }

  .smartgrid .smartblock.five .case:nth-child(2):hover .icons .icon,
  .smartgrid .smartblock.five .case:nth-child(3):hover .icons .icon,
  .smartgrid .smartblock.three .case:nth-child(2):hover .icons .icon,
  .smartgrid .smartblock.three .case:nth-child(3):hover .icons .icon {
    height: 60px;
    width: 60px;
  }
}

@media only screen and (min-width: 801px) and (max-width: 960px) {
  .smartgrid .smartblock.five .case:nth-child(2),
  .smartgrid .smartblock.five .case:nth-child(3),
  .smartgrid .smartblock.three .case:nth-child(2),
  .smartgrid .smartblock.three .case:nth-child(3) {
    width: 45%;
  }
}

.smartgrid .smartblock.one .case {
  height: 500px;
  width: 100%;
}

.smartgrid .smartblock.one .case:hover .icons {
  margin-top: 5%;
}

@media only screen and (min-width: 1121px) and (max-width: 1280px) {
  .smartgrid .smartblock.one .case:hover .icons {
    margin-top: 10%;
  }
}

@media only screen and (min-width: 641px) and (max-width: 800px) {
  .smartgrid .case:not(.monitor) {
    height: 390px !important;
    width: 100% !important;
  }

  .smartgrid .case:not(.monitor) .initials-placeholder {
    font-size: 3em !important;
    height: 130px !important;
    width: 200px !important;
    padding-top: 70px !important;
    margin-top: 12% !important;
  }

  .smartgrid .case:not(.monitor) h3 {
    font-size: 3.5em !important;
  }

  .smartgrid .case:not(.monitor):hover .icons {
    margin-top: 10% !important;
  }

  .smartgrid .case:not(.monitor):hover .icon {
    height: 75px !important;
    width: 75px !important;
  }
}

@media only screen and (min-width: 481px) and (max-width: 640px) {
  .smartgrid .case:not(.monitor) {
    height: 330px !important;
    width: 100% !important;
  }
}

@media only screen and (max-width: 480px) {
  .smartgrid .case:not(.monitor) {
    height: 300px !important;
    width: 100% !important;
  }
}

/* ///////////////////////////////////////////////////////////////////////////
 * APP THEME
 *
 * This is where you can define all variables related to the global theme
 * of the website/app, such as colorscheme, fonts, ...
 *
 * @author	cedricgeerinckx
 * @project	Ariane Verrijken
 * ///////////////////////////////////////////////////////////////////////////
 */

/*
| ----------------------------------------------------------------------------
| Fonts
| ----------------------------------------------------------------------------
|
*/

/*
| ----------------------------------------------------------------------------
| Colors
| ----------------------------------------------------------------------------
|
*/

/* =========================================================================
  * Import page specific stylesheets
  * ========================================================================= */

.map {
  width: 100%;
  height: 55%;
  background: url("/../images/map.jpg") no-repeat center center;
  background-size: cover;
}

.contactText {
  padding-top: 40px;
  margin: 0 auto;
  width: 100%;
  padding-left: 8%;
}

.contactText .block {
  width: 25%;
  float: left;
  line-height: 25px;
}

.contactText .block h2 {
  font-family: "Amatic SC", cursive;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}

.contactText .block p {
  font-family: "Oswald", sans-serif;
  font-weight: 300;
  overflow: hidden;
  font-size: 18px;
  text-align: center;
}

.contactText .block a {
  font-family: "Oswald", sans-serif;
  color: #191919;
  font-weight: 400;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
}

.contactText .block a:hover {
  text-decoration: underline;
}

.contactText .two {
  margin-left: 8%;
  margin-right: 8%;
}

.newsletterButton {
  display: block;
  text-align: right;
  margin-bottom: 50px;
}

.newsletterButton a {
  display: inline-block;
  margin: 0 auto;
  border: 1px solid #db4047;
  background: black;
  text-align: center;
  margin-top: -60px !important;
  margin-bottom: 25px !important;
  font-family: "Oswald", sans-serif;
  padding: 30px 20px;
  color: #ededee;
}

.newsletterButton a span {
  color: #db4047;
  float: right;
  padding-left: 5px;
}

.newsletterButton a:hover {
  color: #ededee;
}

footer {
  position: relative;
  bottom: 0px;
  height: 40px;
  background-color: #191919;
  width: 100%;
}

footer h2 {
  font-family: "Amatic SC", cursive;
  color: #ededee;
  font-size: 22px;
  font-weight: 700;
  margin-left: 2%;
  margin-top: 8px;
}

footer h2 span {
  color: #db4047;
}

.image {
  margin-top: 60px;
  display: table;
  width: 100%;
  height: 300px;
  text-align: center;
}

.image .title {
  display: table-cell;
  vertical-align: middle;
  font-family: "Oswald", sans-serif;
  color: #ededee;
  font-size: 30px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.35);
}

.image .title a {
  position: absolute;
  margin-left: 5px;
  margin-top: 10px;
  width: 50px;
  height: 50px;
  background: url("/../images/social.png") no-repeat;
  background-position: 10px;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

.image .title a:hover {
  background: url("/../images/socialActive.png") no-repeat;
  background-position: 10px;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

.explanation {
  margin: auto;
  max-width: 960px;
  min-height: 400px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
}

.explanation h1 {
  font-family: "Amatic SC", cursive;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.explanation h2 {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 40px;
}

.explanation p {
  font-family: "Roboto", Helvetica;
  margin-top: 20px;
}

.explanation ul {
  margin-left: 20px;
  padding-left: 40px;
}

.explanation ol {
  margin: 20px;
}

.explanation .signIn {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 60px;
  cursor: pointer;
  text-align: center;
  color: #db4047;
  text-decoration: none;
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  padding: 20px 50px;
  border: 1px solid #db4047;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.explanation .signIn span {
  font-weight: 700;
  font-size: 15px;
}

.explanation .signIn:hover {
  background-color: #191919;
  color: #db4047;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.video-about {
  max-width: 640px;
  margin: 40px auto 0 auto;
}

.video-about-inner {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 75%;
  /* (video height / video width) * 100 */
  margin: 0 auto;
}

.video-about-inner iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

.coaching-selector {
  min-width: 320px;
  max-width: 1000px;
  padding: 50px;
  margin: 0 auto;
  background: #fff;
}

.coaching-selector *,
.coaching-selector *:before,
.coaching-selector *:after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.coaching-selector h1 {
  padding: 50px 0;
  font-weight: 400;
  text-align: center;
}

.coaching-selector p {
  margin: 0 0 20px;
  line-height: 1.5;
}

.coaching-selector ul {
  margin-left: 20px;
  padding-left: 40px;
  margin-bottom: 25px;
}

.coaching-selector a {
  padding-top: 0;
  font-family: Roboto,Helvetica;
  font-weight: 400;
  font-size: 1rem;
  color: #db4047;
  cursor: pointer;
  float: none;
  border-top: none;
}

.coaching-selector section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

.coaching-selector input {
  display: none;
}

.coaching-selector label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

.coaching-selector label:before {
  font-family: "Amatic SC", cursive;
  font-weight: normal;
  margin-right: 10px;
}

.coaching-selector label[for*='1']:before {
  content: '1.';
}

.coaching-selector label[for*='2']:before {
  content: '2.';
}

.coaching-selector label[for*='3']:before {
  content: '3.';
}

.coaching-selector label[for*='4']:before {
  content: '4.';
}

.coaching-selector label:hover {
  color: #888;
  cursor: pointer;
}

.coaching-selector input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 2px solid orange;
  border-bottom: 1px solid #fff;
}

.coaching-selector #tab1:checked ~ #content1,
.coaching-selector #tab2:checked ~ #content2,
.coaching-selector #tab3:checked ~ #content3,
.coaching-selector #tab4:checked ~ #content4 {
  display: block;
}

@media screen and (max-width: 650px) {
  .coaching-selector label {
    font-size: 0;
  }

  .coaching-selector label:before {
    margin: 0;
    font-size: 18px;
  }
}

@media screen and (max-width: 400px) {
  .coaching-selector label {
    padding: 15px;
  }
}

.inschrijving--title {
  text-align: center;
  background: #191919;
}

.inschrijving--title h2 {
  font-size: 30px;
  font-family: "Amatic SC", cursive;
  padding-top: 100px;
  padding-bottom: 40px;
  color: #ededee;
}

.select-type {
  margin-top: 15px;
  width: 200px;
}

.uitleg {
  margin: 0 auto;
  margin-top: 20px;
  padding-bottom: 60px;
  width: 960px;
}

.uitleg h3 {
  font-family: "Amatic SC", cursive;
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 20px;
}

.uitleg h3 span {
  font-weight: 100;
  font-size: 40px;
}

.uitleg h4 {
  font-family: "Oswald", sans-serif;
  font-size: 24px;
  font-weight: 100;
}

.uitleg p {
  line-height: 25px;
  font-family: "Roboto", Helvetica;
  padding-bottom: 15px;
}

.uitleg p a {
  color: #191919;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

.uitleg p a:hover {
  color: #db4047;
}

.uitleg p span {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

.inschrijvingWrapper {
  margin: 0 auto;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 9px 0px 0px #ededee, 0 -9px 0px 0px #ededee, 15px 0 10px -12px rgba(100, 100, 100, 0.8), -15px 0 10px -12px rgba(100, 100, 100, 0.8);
          box-shadow: 0 9px 0px 0px #ededee, 0 -9px 0px 0px #ededee, 15px 0 10px -12px rgba(100, 100, 100, 0.8), -15px 0 10px -12px rgba(100, 100, 100, 0.8);
}

.inschrijvingWrapper fieldset {
  margin: 0 auto;
  width: 800px;
  padding: 20px 20px 20px 20px;
}

.inschrijvingWrapper fieldset label {
  font-family: "Oswald", sans-serif;
  font-weight: 100;
  color: #191919;
  font-size: 18px;
  height: 100px;
}

.inschrijvingWrapper fieldset legend {
  font-family: "Amatic SC", cursive;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 35px;
}

.inschrijvingWrapper fieldset input {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  border-bottom: 2px solid #191919;
  width: 350px;
  float: right;
  outline: none;
  font-family: "Oswald", sans-serif;
  background-color: white;
}

.inschrijvingWrapper fieldset select {
  float: right;
  width: 350px;
  background-color: #191919;
  color: #ededee;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  border-radius: 0px;
  outline: none;
  -webkit-appearance: none;
}

.inschrijvingWrapper input[type=checkbox] {
  margin: 0 0 0 0;
}

#vragen {
  padding-top: 80px;
  width: 800px;
  height: 300px;
  margin: 0 auto;
}

#vragen label {
  font-family: "Amatic SC", cursive;
  font-weight: 700;
  font-size: 28px;
}

#vragen textarea {
  float: right;
  border: 2px solid #191919;
  width: 400px;
  padding: 10px 10px;
  resize: none;
  height: 200px;
  outline: none;
  background-color: white;
}

#vragen h3 {
  font-family: "Oswald", sans-serif;
  margin-top: 240px;
  font-weight: 500;
}

#vragen h3 a {
  color: #191919;
  font-weight: 700;
}

#vragen h3 a:hover {
  color: #db4047;
}

#kmo {
  padding-top: 80px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

#agreement {
  padding-top: 80px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

.submit {
  padding-top: 20px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center;
}

.submit .submit_btn {
  font-family: "Amatic SC", cursive;
  font-size: 20px;
  bottom: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #c95a5d;
}

.submit .submit_btn:hover {
  background-color: #c95a5d;
}

.success {
  background: #CFFFF5;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #B9ECCE;
  border-radius: 5px;
  font-weight: normal;
}

.error {
  background: #FFDFDF;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #FFCACA;
  border-radius: 5px;
  font-weight: normal;
}

.btn {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 4px 315px;
  display: inline-block;
  margin: 70px 0px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn-2 {
  background: #cb4e4e;
  color: #fff;
  -webkit-box-shadow: 0 6px #ab3c3c;
          box-shadow: 0 6px #ab3c3c;
  -webkit-transition: none;
  transition: none;
}

.btn-2c {
  border-radius: 5px;
}

.btn-2c:hover {
  -webkit-box-shadow: 0 4px #ab3c3c;
          box-shadow: 0 4px #ab3c3c;
  top: 2px;
}

.btn-2c:active {
  -webkit-box-shadow: 0 0 #ab3c3c;
          box-shadow: 0 0 #ab3c3c;
  top: 6px;
}

::-webkit-input-placeholder {
  font-family: "Oswald", sans-serif;
  color: #c95a5d;
  opacity: .5;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Oswald", sans-serif;
  color: #c95a5d;
  opacity: .5;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Oswald", sans-serif;
  color: #c95a5d;
  opacity: .5;
}

:-ms-input-placeholder {
  font-family: "Oswald", sans-serif;
  color: #c95a5d;
  opacity: .5;
}

table {
  width: 800px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

table tr {
  font-size: 20px;
}

table tr th {
  font-family: "Oswald", sans-serif;
  background-color: #191919;
  color: #ededee;
  text-align: center;
  padding: 10px 0px;
  border: 1px solid #ededee;
}

table tr td {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-weight: 100;
  padding: 10px 0px;
  background-color: #c95a5d;
  border: 1px solid #ededee;
  height: 25px;
}

#contact_form_company {
  margin-top: 20px;
}

#homeInner {
  width: 100%;
  height: 100%;
}

#homeInner #cycler .one {
  z-index: -3;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("/../images/home.jpg") no-repeat center right;
  background-size: cover;
}

#homeInner #cycler .two {
  z-index: -3;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("/../images/pelican.jpg") no-repeat center right;
  background-size: cover;
}

#homeInner #cycler .three {
  z-index: -3;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("/../images/mountain2.jpg") no-repeat center right;
  background-size: cover;
}

#homeInner #cycler .activePic {
  z-index: -1;
}

#homeInner .overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

#homeInner .overlay .logo {
  opacity: 1;
  float: left;
  width: 28%;
  height: 28%;
  margin-left: 3%;
  margin-top: 0px;
  background: url("/../images/logo.png") no-repeat center center;
  background-size: contain;
}

#homeInner .overlay .logoMobile {
  display: none;
  background: url("/../images/logo.png") no-repeat center center;
  background-size: contain;
  width: 220px;
  height: 170px;
  margin: 0 auto;
}

#homeInner .overlay .subscribe {
  position: absolute;
  bottom: 0px;
  left: 10%;
  clear: both;
  width: auto;
  background-color: #191919;
  float: left;
  text-align: center;
  border: 1px solid #db4047;
  border-bottom: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

#homeInner .overlay .subscribe:hover {
  background-color: #c95a5d;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

#homeInner .overlay .subscribe p {
  margin: 0 auto;
  font-family: "Oswald", sans-serif;
  padding: 30px 20px;
  color: #ededee;
}

#homeInner .overlay .subscribe p span {
  color: #db4047;
  float: right;
  padding-left: 5px;
}

#homeInner .overlay .slogan {
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  clear: both;
  float: left;
  width: 350px;
  margin-left: 10%;
  top: 20%;
}

#homeInner .overlay .slogan h1 {
  color: white;
  font-family: "Amatic SC", cursive;
  font-size: 50px;
  font-weight: 700;
}

#homeInner .overlay .slogan span {
  color: #db4047;
}

#homeInner .overlay .down {
  cursor: pointer;
  position: absolute;
  bottom: 25px;
  left: 44.7%;
  list-style-type: none;
}

#homeInner .overlay .down li {
  padding-left: 0px;
  float: left;
  font-family: "Amatic SC", cursive;
  color: white;
  font-size: 30px;
}

#homeInner .overlay .down .arrowDown {
  padding-right: 15px;
  position: relative;
  margin-top: -5px;
  width: 20px;
  height: 60px;
  background: url("/../images/arrowDown.png") no-repeat center center;
  background-size: contain;
}

#homeInner .overlay .social {
  position: absolute;
  bottom: 20px;
  right: 40px;
  width: 200px;
  height: 50px;
  float: right;
}

#homeInner .overlay .social .fb {
  float: left;
  width: 50px;
  height: 50px;
  background: url("/../images/social.png") no-repeat;
  background-position: 10px;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

#homeInner .overlay .social .fb:hover {
  background: url("/../images/socialActive.png") no-repeat;
  background-position: 10px;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

#homeInner .overlay .social .yt {
  float: left;
  width: 50px;
  height: 50px;
  background: url("/../images/social.png") no-repeat;
  background-position: -33px;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

#homeInner .overlay .social .yt:hover {
  background: url("/../images/socialActive.png") no-repeat;
  background-position: -33px;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

#homeInner .overlay .social .tw {
  float: left;
  width: 50px;
  height: 50px;
  background: url("/../images/social.png") no-repeat;
  background-position: -76px;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

#homeInner .overlay .social .tw:hover {
  background: url("/../images/socialActive.png") no-repeat;
  background-position: -76px;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

#homeInner .overlay .social .ln {
  float: left;
  width: 50px;
  height: 50px;
  background: url("/../images/social.png") no-repeat;
  background-position: -121px;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

#homeInner .overlay .social .ln:hover {
  background: url("/../images/socialActive.png") no-repeat;
  background-position: -121px;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

#subscribeForm,
.reveal-modal {
  font-family: "Oswald", sans-serif;
}

#subscribeForm h2,
.reveal-modal h2 {
  font-family: "Amatic SC", cursive;
  font-size: 40px;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #db4047;
  font-weight: 700;
}

#subscribeForm p,
.reveal-modal p {
  margin-bottom: 40px;
  text-align: center;
}

#subscribeForm .moreInfo,
.reveal-modal .moreInfo {
  float: right;
  color: #db4047;
  margin-top: 15px;
  font-size: 20px;
}

#subscribeForm .moreInfo:hover,
.reveal-modal .moreInfo:hover {
  text-decoration: underline;
}

#subscribeForm .button,
.reveal-modal .button {
  margin-top: 10px;
  background-color: #c95a5d;
}

#subscribeForm .button:hover,
.reveal-modal .button:hover {
  background-color: #191919;
}

#subscribeForm .close-reveal-modal,
.reveal-modal .close-reveal-modal {
  font-family: "Amatic SC", cursive;
  color: #191919;
}

#loopbaanbegeleidingId {
  width: 100%;
  height: 100%;
}

#loopbaanbegeleidingId .video {
  width: 100%;
  height: 60%;
  background: url("/../images/road.jpg") no-repeat center center;
  background-size: cover;
}

#loopbaanbegeleidingId .video .signIn {
  position: relative;
  top: 45%;
  cursor: pointer;
  display: block;
  width: 300px;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  color: #db4047;
  text-decoration: none;
  font-size: 14px;
  font-weight: 100;
  padding: 20px 50px;
  border: 2px solid #db4047;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-weight: 500;
  font-size: 15px;
  font-family: "Oswald", sans-serif;
}

#loopbaanbegeleidingId .video .signIn:hover {
  background-color: #191919;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

#loopbaanbegeleidingId .overText {
  width: 960px;
  height: 300px;
  padding-top: 20px;
  padding-bottom: 40px;
  margin: 0 auto;
}

#loopbaanbegeleidingId .overText .block {
  width: 250px;
  float: left;
  height: 250px;
  background-color: #191919;
  border-radius: 50%;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

#loopbaanbegeleidingId .overText .block:hover {
  margin-top: 20px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

#loopbaanbegeleidingId .overText .block p {
  line-height: 30px;
  text-align: center;
  position: relative;
  font-family: "Amatic SC", cursive;
  font-weight: 300;
  font-size: 30px;
  font-weight: 300;
  height: 100px;
  overflow: hidden;
  color: #ededee;
  margin-top: 40%;
}

#loopbaanbegeleidingId .overText .two {
  margin-left: 8%;
  margin-right: 8%;
}

/*----------------------------------------------------------------------------*\
    Headhesive Specific Styles
/*----------------------------------------------------------------------------*/

/**
 * Headhesive element clone
 * > `clone` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          clone: 'banner--clone';
 |      }
 |  }
 *
 */

.banner {
  position: absolute;
  z-index: 1;
  height: 60px;
  width: 100%;
}

.banner .logoMenu {
  display: none;
  position: absolute;
  margin-left: 2%;
  top: -5px;
  background: url("/../images/logoMenu.png") no-repeat center center;
  background-size: contain;
  width: 120px;
  height: 70px;
}

.banner .smallLogo {
  display: none;
  position: absolute;
  margin-left: 49%;
  margin-top: 20px;
  background: url("/../images/smallLogo.png") no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.banner .nav {
  margin-top: 25px;
  margin-right: 20px;
  float: right;
  list-style-type: none;
}

.banner .nav li {
  float: left;
  font-family: "Oswald", sans-serif;
}

.banner .nav li a {
  padding: 15px;
  color: white;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.banner .nav li a:hover {
  color: #db4047;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.banner .nav .active a {
  color: #ededee;
}

.banner--clone {
  display: block;
  /* Required styles */
  position: fixed;
  top: 0;
  left: 0;
  /* Additional styles */
  background: rgba(219, 64, 71, 0.98);
  /* Translate -100% to move off screen */
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  /* Animations */
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.banner--clone .logoMenu {
  display: block;
}

.banner--clone .smallLogo {
  display: block;
}

.banner--clone .nav {
  margin-top: 20px;
}

.banner--clone .nav li a {
  color: #191919;
  font-size: 14px;
}

.banner--clone .nav li a:hover {
  color: #ededee;
}

/**
 * Headhesive stick
 * > `stick` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          stick: 'banner--stick';
 |      }
 |  }
 *
 */

.banner--stick {
  /* Translate back to 0%; */
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/**
 * Headhesive unstick
 * > `unstick` class for the cloned element:
 *
 |  var options = {
 |      classes {
 |          unstick: 'banner--unstick';
 |      }
 |  }
 *
 */

.banner--unstick {
  /* Not required to use, but could be useful to have */
}

.menu-wrap a {
  color: #b8b7ad;
}

.menu-wrap a:hover,
.menu-wrap a:focus {
  color: #c94e50;
}

.content-wrap {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.content-wrap .content {
  position: relative;
  background: white;
}

.content-wrap .content::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0s 0.4s;
  transition: opacity 0.4s, -webkit-transform 0s 0.4s;
  transition: opacity 0.4s, transform 0s 0.4s;
  transition: opacity 0.4s, transform 0s 0.4s, -webkit-transform 0s 0.4s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

button {
  background-color: none;
  border: none;
}

button:hover {
  background-color: none;
  border: none;
}

/* Menu Button */

html,
body,
.containerTwo,
.content-wrap {
  overflow-y: hidden;
  width: 100%;
  height: 100%;
}

.navigation {
  overflow-y: hidden;
  width: 100%;
  height: 100%;
}

.containerTwo .content-wrap {
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.containerTwo .content-wrap .content {
  position: relative;
  background: white;
}

.containerTwo .content-wrap .content::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0s 0.3s;
  transition: opacity 0.3s, -webkit-transform 0s 0.3s;
  transition: opacity 0.3s, transform 0s 0.3s;
  transition: opacity 0.3s, transform 0s 0.3s, -webkit-transform 0s 0.3s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mobileHeader {
  display: none;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-left: 30px;
  margin-top: 30px;
  box-shadow: 10px -10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 10px -10px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 2px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 10px -10px rgba(0, 0, 0, 0.6);
  z-index: 1;
  background: #db4047;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

.mobileHeader:hover {
  margin-top: 35px;
}

.mobileHeader .menu-button {
  margin: 1em;
  margin-top: 15px;
  margin-left: 11px;
  padding: 0;
  width: 2em;
  height: 1.75em;
  border: none;
  text-indent: 2.5em;
  font-size: 1.5em;
  color: transparent;
  background: transparent;
  background-color: none;
  outline: none;
}

.mobileHeader .menu-button::before {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  bottom: 0.5em;
  left: 0.5em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #ededee), color-stop(20%, transparent), color-stop(40%, transparent), color-stop(40%, #ededee), color-stop(60%, #ededee), color-stop(60%, transparent), color-stop(80%, transparent), color-stop(80%, #ededee));
  background: linear-gradient(#ededee 20%, transparent 20%, transparent 40%, #ededee 40%, #ededee 60%, transparent 60%, transparent 80%, #ededee 80%);
  content: '';
}

.mobileHeader .menu-button:hover {
  opacity: 0.6;
  background-color: none;
  border: none;
}

/* Close Button */

.close-button {
  padding: 10px;
  width: 2px;
  height: 2px;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 16px;
  border: none;
  z-index: 1001;
  background: none;
  color: transparent;
  outline: none;
}

.close-button:hover {
  background: transparent;
  color: transparent;
}

.close-button::before,
.close-button::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #ededee;
}

.close-button::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-button::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* Menu */

.menu-wrap {
  position: fixed;
  z-index: 1001;
  width: 280px;
  height: 100vh;
  min-height: 480px;
  font-size: 1.15em;
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}

.menu-wrap .logo {
  position: absolute;
  z-index: 1001;
  background: url("/../images/logoMenu.png") no-repeat center center;
  background-size: contain;
  width: 120px;
  height: 70px;
  left: 70px;
}

.menu-wrap .social {
  position: absolute;
  z-index: 1001;
  background-color: #2c2c2c;
  height: 50px;
  width: 100%;
  bottom: 0;
  -webkit-box-shadow: inset 0 8px 8px -8px #191919;
  box-shadow: inset 0 8px 8px -8px #191919;
}

.menu-wrap .social .fb {
  margin-left: 35px;
  float: left;
  width: 50px;
  height: 50px;
  background: url("/../images/social.png") no-repeat;
  background-position: 10px;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

.menu-wrap .social .fb:hover {
  background: url("/../images/socialActive.png") no-repeat;
  background-position: 10px;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

.menu-wrap .social .yt {
  float: left;
  width: 50px;
  height: 50px;
  background: url("/../images/social.png") no-repeat;
  background-position: -33px;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

.menu-wrap .social .yt:hover {
  background: url("/../images/socialActive.png") no-repeat;
  background-position: -33px;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

.menu-wrap .social .tw {
  float: left;
  width: 50px;
  height: 50px;
  background: url("/../images/social.png") no-repeat;
  background-position: -76px;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

.menu-wrap .social .tw:hover {
  background: url("/../images/socialActive.png") no-repeat;
  background-position: -76px;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

.menu-wrap .social .ln {
  float: left;
  width: 50px;
  height: 50px;
  background: url("/../images/social.png") no-repeat;
  background-position: -121px;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

.menu-wrap .social .ln:hover {
  background: url("/../images/socialActive.png") no-repeat;
  background-position: -121px;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

.menu {
  position: relative;
  z-index: 1000;
  padding: 3em 1em 0;
  margin-top: 20px;
}

.menu ul li {
  opacity: 1;
  font-family: "Oswald", sans-serif;
  font-weight: 100;
  color: #ededee;
  padding: 20px 0px;
  width: 100%;
  border-bottom: 1px solid #ededee;
}

.menu ul li a {
  width: 200px;
  color: #ededee;
}

.menu,
.logo,
.head,
.social,
.close-button {
  opacity: 0;
  -webkit-transform: translate3d(-160px, 0, 0);
  transform: translate3d(-160px, 0, 0);
  -webkit-transition: opacity 0s 0.3s, -webkit-transform 0s 0.3s;
  transition: opacity 0s 0.3s, -webkit-transform 0s 0.3s;
  transition: opacity 0s 0.3s, transform 0s 0.3s;
  transition: opacity 0s 0.3s, transform 0s 0.3s, -webkit-transform 0s 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.1, 1.27);
  transition-timing-function: cubic-bezier(0.17, 0.67, 0.1, 1.27);
}

.head {
  position: absolute;
  z-index: 1001;
  height: 70px;
  width: 100%;
  background-color: #db4047;
}

/* Morph Shape */

.morph-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  fill: #191919;
}

/* Shown menu */

.show-menu .menu-wrap,
.show-menu .content::before {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.show-menu .menu-wrap,
.show-menu .social,
.show-menu .menu,
.show-menu .logo,
.show-menu .head,
.show-menu .close-button,
.show-menu .morph-shape,
.show-menu .content::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.show-menu .menu,
.show-menu .social,
.show-menu .logo,
.show-menu .head,
.show-menu .close-button {
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.show-menu .content::before {
  opacity: 1;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.title {
  clear: both;
  height: 180px;
  background-color: #191919;
}

.title .triangle {
  position: absolute;
  top: 58px;
  left: 48.4%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #db4047;
}

.smartgrid {
  /*
	| -------------------------------------------------------------------------
	| Default grid structure & behaviour
	| -------------------------------------------------------------------------
	|
	| These rules apply to all elements within the smartgrid.
	|
	*/
  width: 100%;
  height: 100%;
  /*
	| -------------------------------------------------------------------------
	| Smartblock modifications
	| -------------------------------------------------------------------------
	|
	| Smartblocks can contain up to 5 elements. Depending of the amount
	| of child elements, it's structure and behaviour will vary.
	|
	| The position of the block in the grid determines it's alignment: a block
	| with an uneven position in the grid will be left aligned, whereas a
	| block with an even position will be right aligned.
	|
	*/
  /*
	| -------------------------------------------------------------------------
	| Mobile grid structure & behaviour
	| -------------------------------------------------------------------------
	|
	| Cases in the mobile view are always full width, so these rules can be
	| applied to all smartblocks.
	|
	*/
}

.smartgrid h2 {
  position: absolute;
  z-index: 1;
  font-family: "Amatic SC", cursive;
  font-size: 40px;
  color: #ededee;
  margin-left: 2%;
  top: 100px;
}

.smartgrid .two .case {
  height: 100%;
}

.smartgrid .case .overlay {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.smartgrid .case .overlay .fb {
  clear: both;
  position: absolute;
  bottom: 0;
  margin-left: 5px;
  margin-top: 10px;
  width: 50px;
  height: 50px;
  background: url("/../images/social.png") no-repeat;
  background-position: 10px;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

.smartgrid .case .overlay .fb:hover {
  background: url("/../images/socialActive.png") no-repeat;
  background-position: 10px;
  -webkit-transition: background 0.4s ease-out;
  transition: background 0.4s ease-out;
}

.smartgrid .case .overlay .eventDate {
  clear: both;
  position: absolute;
  color: white;
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  right: 0;
  font-weight: 100;
  bottom: 0;
  padding: 10px;
}

.smartgrid .case .overlay .eventDate p {
  margin-bottom: 0px;
}

.smartgrid .case .overlay .bar {
  display: table-cell;
  vertical-align: middle;
  font-family: "Oswald", sans-serif;
  color: #ededee;
  text-align: center;
  z-index: 2;
}

.smartgrid .case .overlay .bar .name {
  cursor: pointer;
  text-align: center;
  color: #ededee;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  clear: both;
  margin-bottom: 35px;
  padding-bottom: 0px;
  margin-top: 65px;
}

.smartgrid .case .overlay .bar .signIn {
  margin-top: 20px;
  cursor: pointer;
  text-align: center;
  color: #ededee;
  text-decoration: none;
  background-color: #db4047;
  font-size: 14px;
  font-weight: 100;
  padding: 20px 50px;
  border: 1px solid #db4047;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.smartgrid .case .overlay .bar .signIn span {
  font-weight: 500;
  font-size: 15px;
}

.smartgrid .case .overlay .bar .signIn:hover {
  background-color: #191919;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.smartgrid .case .overlay .bar .moreInfo {
  display: block;
  margin-top: 50px;
  color: #ededee;
  font-family: "Oswald", sans-serif;
  font-weight: 100;
}

.smartgrid .case .overlay .bar .moreInfo:hover {
  color: #db4047;
}

.smartgrid .smartblock {
  height: 100%;
  background-color: #191919;
  /* Uses the default grid structure */
}

.smartgrid .smartblock.five.even .case,
.smartgrid .smartblock.three.even .case {
  float: right;
}

.smartgrid .smartblock.one {
  width: 100%;
  height: 100%;
}

.smartgrid .smartblock.one .case {
  width: 100%;
  height: 100%;
}

.smartgrid .smartblock.one .case .case-bg {
  height: 100%;
}

#coachingId {
  width: 100%;
  height: 100%;
}

#coachingId .video {
  width: 100%;
  height: 100%;
  background: url("/../images/road.jpg") no-repeat center center;
  background-size: cover;
}

#coachingId .video .signIn {
  position: relative;
  top: 45%;
  cursor: pointer;
  display: block;
  width: 300px;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  color: #db4047;
  text-decoration: none;
  font-size: 14px;
  font-weight: 100;
  padding: 20px 50px;
  border: 2px solid #db4047;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-weight: 500;
  font-size: 15px;
  font-family: "Oswald", sans-serif;
}

#coachingId .video .signIn:hover {
  background-color: #191919;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

#coachingId .overText {
  width: 960px;
  height: 300px;
  padding-top: 20px;
  padding-bottom: 40px;
  margin: 0 auto;
}

#coachingId .overText .block {
  width: 250px;
  float: left;
  height: 250px;
  background-color: #191919;
  border-radius: 50%;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

#coachingId .overText .block:hover {
  margin-top: 20px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

#coachingId .overText .block p {
  line-height: 30px;
  text-align: center;
  position: relative;
  font-family: "Amatic SC", cursive;
  font-weight: 300;
  font-size: 30px;
  font-weight: 300;
  height: 100px;
  overflow: hidden;
  color: #ededee;
  margin-top: 40%;
}

#coachingId .overText .two {
  margin-left: 8%;
  margin-right: 8%;
}

.coachingList li {
  list-style-type: none;
}

.pricing-coaching {
  list-style-type: none;
}

#overId {
  width: 100%;
  height: 100%;
}

#overId .video {
  width: 100%;
  height: 60%;
  background: url("/../images/ariane2.jpg") no-repeat center center;
  background-size: cover;
}

#overId .overText {
  padding-top: 40px;
  margin: 0 auto;
  padding-left: 8%;
}

#overId .overText .block {
  width: 25%;
  float: left;
  line-height: 25px;
}

#overId .overText .block h2 {
  font-family: "Amatic SC", cursive;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 40px;
}

#overId .overText .block p {
  font-family: "Roboto", Helvetica;
  font-weight: 300;
  height: 100px;
  overflow: hidden;
}

#overId .overText .block a {
  padding-top: 20px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #db4047;
  cursor: pointer;
  float: right;
}

#overId .overText .block a:hover {
  text-decoration: underline;
}

#overId .overText .block .overLink {
  padding-top: 0px;
  font-family: "Roboto", Helvetica;
  font-weight: 400;
  color: #db4047;
  cursor: pointer;
  float: none;
}

#overId .overText .block .overLink:hover {
  text-decoration: underline;
}

#overId .overText .two {
  margin-left: 8%;
  margin-right: 8%;
}

.voorwaarden {
  width: 960px;
  margin: 0 auto;
}

.voorwaarden h1 {
  font-family: "Amatic SC", cursive;
  font-size: 40px;
  font-weight: 700;
  margin-top: 100px;
  margin-bottom: 50px;
}

.voorwaarden h2 {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.voorwaarden h3 {
  font-family: "Roboto", Helvetica;
  color: #db4047;
  margin-bottom: 10px;
  margin-top: 20px;
}

.voorwaarden p {
  font-family: "Roboto", Helvetica;
  line-height: 24px;
  font-weight: 200;
}

.relative {
  position: relative;
}

.relative h2 {
  margin-top: 40px;
  padding-top: 8px;
}

#incompanyId {
  height: auto !important;
}

#incompanyId .header {
  position: relative;
  width: 100%;
  height: 500px;
  background: url("/../images/coaching_quantum.jpeg") no-repeat center center;
  background-size: cover;
}

#incompanyId .header .overlay {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#incompanyId .header .overlay .img-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#incompanyId .header .overlay .img-container img {
  display: block;
  margin: 0 auto;
  width: 100%;
  -ms-flex-item-align: center;
      align-self: center;
  max-width: 300px;
}

.tabs {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tabs li.active a {
  border-bottom-color: #db4047;
  color: #db4047 !important;
}

.tabs a {
  background: transparent !important;
  color: white !important;
  font-family: "Amatic SC", cursive !important;
  font-size: 30px !important;
  text-transform: uppercase;
  border-bottom: 4px solid;
  border-bottom-color: #191919;
  -webkit-transition: border-color, color .3s ease;
  transition: border-color, color .3s ease;
}

.tabs a:hover {
  background: #191919;
  color: #db4047 !important;
  -webkit-transition: border-color, color .3s ease;
  transition: border-color, color .3s ease;
}

.tabs-content {
  margin-bottom: 0 !important;
}

.tabs-content > .content {
  padding: 50px 0 !important;
}

.content-flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  min-height: 400px;
  margin: 0 50px;
  margin-left: 40px;
}

.content-flex-container .text-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content-flex-container .text-container .incompany--title {
  font-family: "Amatic SC", cursive;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #191919;
}

.content-flex-container .text-container .incompany--samevatting {
  font-family: "Roboto", Helvetica;
  padding-right: 50px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
}

.content-flex-container .text-container .incompany--date {
  display: block;
  font-family: "Amatic SC", cursive;
  font-size: 15px;
  color: #db4047;
  font-weight: 500;
}

.content-flex-container .text-container .incompany--action-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1;
          flex: 0 1;
  padding-top: 30px;
}

.content-flex-container .text-container .incompany--action-container a {
  background: white;
  font-family: "Amatic SC", cursive;
  padding: 8px 20px;
  border: 1px solid #db4047;
  margin-right: 10px;
  font-weight: 100;
  font-size: 20px;
  color: #db4047;
}

.content-flex-container .text-container .incompany--action-container a:hover {
  background: #db4047;
  color: white;
  -webkit-transition: background, color .3s ease;
  transition: background, color .3s ease;
}

.content-flex-container .text-container .incompany--action-container .incompany--signin-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.content-flex-container .text-container .incompany--action-container .incompany--social-container {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  -ms-flex-preferred-size: 90px;
      flex-basis: 90px;
}

.content-flex-container .img-container {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 40%;
          flex: 0 1 40%;
  height: 500px;
  -ms-flex-item-align: center;
      align-self: center;
  background-size: cover;
}

.newsletterButton {
  display: block;
  text-align: center;
}

.newsletterButton a {
  display: inline-block;
  margin: 0 auto;
  border: 1px solid #db4047;
  background: black;
  text-align: center;
  font-family: "Oswald", sans-serif;
  padding: 30px 20px;
  color: #ededee;
}

.newsletterButton a span {
  color: #db4047;
  float: right;
  padding-left: 5px;
}

.newsletterButton a:hover {
  color: #ededee;
}

.circles-insight {
  margin-top: 25px;
}

.circles-insight img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.linkInsights {
  padding-top: 0;
  font-family: Roboto,Helvetica;
  font-weight: 400;
  font-size: 1rem;
  color: #db4047;
  cursor: pointer;
  float: none;
  border-top: none;
}

.hierarchy-motivation img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.circles-motivation {
  margin-top: 25px;
}

.circles-motivation img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.motivation-row {
  margin: 20px 20px 0 0;
  height: auto;
}

.motivation-row-image {
  float: left;
}

.motivation-row-image img {
  display: block;
}

.motivation-explanation {
  margin-left: 210px;
}

.motivation-explanation h3 {
  font-weight: bold;
  font-size: 20px;
  color: orange;
}

.linkMotivation {
  padding-top: 0;
  font-family: Roboto,Helvetica;
  font-weight: 400;
  font-size: 1rem;
  color: #db4047;
  cursor: pointer;
  float: none;
  border-top: none;
}

.circles-insight {
  margin-top: 25px;
}

.circles-insight img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.linkInsights {
  padding-top: 0;
  font-family: Roboto,Helvetica;
  font-weight: 400;
  font-size: 1rem;
  color: #db4047;
  cursor: pointer;
  float: none;
  border-top: none;
}

/* =========================================================================
 * NAVIGATION
 * ========================================================================= */

html,
body,
.container,
.content-wrap {
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}

html {
  -webkit-font-smoothing: antialiased;
  background-color: white;
}

html ::-moz-selection {
  background: #ffb7b7;
  /* WebKit/Blink Browsers */
}

html ::selection {
  background: #ffb7b7;
  /* WebKit/Blink Browsers */
}

html ::-moz-selection {
  background: #ffb7b7;
  /* Gecko Browsers */
}

.headTitle {
  position: absolute;
  font-family: "Amatic SC", cursive;
  font-size: 40px;
  padding-left: 2%;
  color: white;
  z-index: 4;
  top: 0px;
}

#fullpage {
  overflow: hidden;
}

.section {
  border-top: 2px solid #db4047;
}

#homeId {
  border: none;
}

.clear {
  clear: both;
}

.preload {
  width: 100%;
  height: 100%;
  background: #191919;
  border-top: 3px solid #db4047;
  position: fixed;
  z-index: 100;
}

.spinner {
  margin: 0 auto;
  margin-top: 20%;
  vertical-align: middle;
  width: 65px;
  height: 32px;
  position: relative;
}

.spinner .preloadTitle {
  font-family: "Amatic SC", cursive;
  color: #ededee;
  font-size: 30px;
  padding-top: 100px;
  margin: 0 auto;
}

.cube1,
.cube2 {
  background-color: #ededee;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}

.cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }

  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }

  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }

  100% {
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }

  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }

  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }

  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

@media screen and (max-width: 960px) {
  .explanation {
    padding: 0px 10px;
  }

  .explanation .signIn {
    font-size: 13px;
  }

  .image {
    margin-top: 0px;
  }

  .btn {
    display: block;
    margin: 0 auto;
    padding: 4px 100px;
  }

  table {
    width: 100%;
  }

  #vragen {
    width: auto;
  }

  #vragen textarea {
    width: 100%;
  }

  .uitleg,
  .inschrijvingWrapper {
    padding: 0px 10px;
    width: auto;
  }

  .inschrijvingWrapper fieldset {
    width: auto;
  }

  .spinner {
    margin-top: 40%;
  }

  #inner-headline {
    padding-top: 0px;
    text-align: center;
    background: white;
  }

  #inner-headline .title {
    font-size: 60px;
    margin-top: -30px;
  }

  #loopbaanbegeleidingId .overText {
    padding: 0;
    padding-top: 10px;
    width: 250px;
    margin: 0 auto;
  }

  #loopbaanbegeleidingId .overText .block {
    float: left;
    margin-top: 30px;
    -webkit-transition: none;
    transition: none;
  }

  #loopbaanbegeleidingId .overText .block:hover {
    -webkit-transition: none;
    transition: none;
    margin-top: 30px;
  }

  #loopbaanbegeleidingId .overText .two {
    margin-left: 0;
  }

  #loopbaanbegeleidingId .overText .three {
    margin-bottom: 50px;
  }

  #coachingId .overText {
    padding: 0;
    padding-top: 10px;
    width: 250px;
    margin: 0 auto;
  }

  #coachingId .overText .block {
    float: left;
    margin-top: 30px;
    -webkit-transition: none;
    transition: none;
  }

  #coachingId .overText .block:hover {
    -webkit-transition: none;
    transition: none;
    margin-top: 30px;
  }

  #coachingId .overText .two {
    margin-left: 0;
  }

  #coachingId .overText .three {
    margin-bottom: 50px;
  }

  .loopbaanDiv {
    width: auto;
  }

  .loopbaanDiv .block {
    float: left;
  }

  .headTitle {
    margin-top: 0px;
    margin-left: 0%;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 200px;
    padding: 10px 5px;
    float: right;
    background-color: #191919;
    border: 2px solid #db4047;
    border-top: 2px solid #191919;
    font-size: 30px;
    text-align: center;
  }

  .banner {
    display: none;
  }

  #homeInner .overlay .logo {
    display: none;
  }

  #homeInner .overlay .logoMobile {
    display: block;
  }

  #homeInner .overlay .slogan {
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    margin-top: 0%;
    width: 500px;
    position: relative;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 20%;
    float: none;
  }

  #homeInner .overlay .social {
    display: none;
  }

  #homeInner .overlay .subscribe {
    display: none;
  }

  .subscribe-contact {
    display: none;
  }

  .mobileHeader {
    position: fixed;
    display: block;
  }

  #overId .video {
    height: 50%;
  }

  #overId .overText {
    padding-left: 80px;
    padding-right: 80px;
  }

  #overId .overText .block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
    border-bottom: 2px solid #191919;
  }

  #overId .overText .block a {
    font-family: "Amatic SC", cursive;
    font-weight: 700;
    font-size: 25px;
    padding-top: 10px;
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    border-top: 2px solid #191919;
    border-bottom: none;
  }

  #overId .overText .block a:hover {
    text-decoration: none;
    color: #191919;
  }

  #overId .overText .block .overLink {
    padding-top: 0px;
    font-family: "Roboto", Helvetica;
    font-weight: 400;
    font-size: 1rem;
    color: #db4047;
    cursor: pointer;
    float: none;
    border-top: none;
  }

  #overId .overText .block .overLink:hover {
    text-decoration: underline;
  }

  #overId .overText .overLink {
    padding-top: 0px;
    font-family: "Roboto", Helvetica;
    font-weight: 400;
    font-size: 10px;
    color: #db4047;
    cursor: pointer;
    float: none;
  }

  #overId .overText .overLink:hover {
    text-decoration: underline;
  }

  .contactText {
    width: 279px;
    padding-left: 0;
  }

  .contactText .block {
    background-color: #191919;
    width: 280px;
    height: 280px;
    margin-bottom: 100px;
    border: 2px solid #191919;
    border-radius: 50%;
    padding: 50px;
  }

  .contactText .block h2 {
    color: #ededee;
    font-size: 35px;
  }

  .contactText .block p {
    color: #ededee;
  }

  .contactText .two {
    margin: 0;
    margin-bottom: 100px;
  }

  footer {
    float: left;
  }

  .content-flex-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .content-flex-container .text-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 30px;
  }

  .content-flex-container .text-container .coaching--action-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-top: 10px;
  }

  .content-flex-container .img-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 250px;
  }
}

@media screen and (max-width: 640px) {
  .motivation-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 0;
  }

  .motivation-row .motivation-explanation {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 30px 0;
  }

  .motivation-row .motivation-row-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    float: none;
    text-align: center;
  }

  .motivation-row .motivation-row-image img {
    display: inline-block;
    margin: 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .inschrijvingWrapper fieldset input,
  .inschrijvingWrapper fieldset select {
    width: 100%;
  }

  footer {
    text-align: center;
  }

  footer h2 {
    margin-top: 5px;
    font-size: 19px;
  }

  .head {
    height: 50px;
  }

  .menu {
    margin-top: 0px;
  }

  .menu ul li {
    padding: 10px 0px;
    font-size: 18px;
  }

  .menu-wrap {
    min-height: 360px;
  }

  .menu-wrap .logo {
    width: 106px;
    height: 51px;
    left: 84px;
  }

  .mobileHeader {
    width: 45px;
    height: 45px;
    margin-left: 17px;
    margin-top: 17px;
  }

  .mobileHeader:hover {
    margin-top: 20px;
  }

  .mobileHeader .menu-button {
    margin-left: 1px;
    margin-top: 2px;
  }

  .mobileHeader .menu-button::before {
    top: 11px;
    left: 11.5px;
    right: 0.5em;
    bottom: 0.5em;
    width: 20px;
    height: 20px;
  }

  #overId .overText {
    padding-left: 20px;
    padding-right: 20px;
  }

  #overId .overText .overLink {
    padding-top: 0px;
    font-family: "Roboto", Helvetica;
    font-weight: 400;
    font-size: 10px;
    color: #db4047;
    cursor: pointer;
    float: none;
  }

  #overId .overText .overLink:hover {
    text-decoration: underline;
  }

  #homeInner .overlay .logoMobile {
    width: 150px;
    height: 120px;
  }

  #homeInner .overlay .slogan {
    max-width: 220px;
    width: auto;
    top: 10%;
  }

  #homeInner .overlay .slogan h1 {
    font-size: 30px;
  }

  #homeInner .overlay .down {
    max-width: 270px;
    width: auto;
    left: 38%;
    display: block;
    margin: 0 auto;
  }

  #homeInner .overlay .down li {
    font-size: 20px;
  }

  #homeInner .overlay .down .arrowDown {
    width: 15px;
    height: 40px;
  }
}

.image .title a {
  margin-left: -30px;
}

