/*
Theme Name: Garis
Theme URI:  
Author: DevelPixel
Author URI: http://develpixel.com/
Description: Garis Creative Agencies Template. Made from Bootstrap.
Version: 1.0
Text Domain: Garis Themes
*/

/*
    [ IMPORT RESOURCES ]
*/

/*
    [ TYPHOGRAPY ]
*/
@font-face { font-family: CAC Champagne; src: url(https://corason/fonts/cac_champagne.ttf); } 
/*
    [ GENERAL ELEMENTS ]
*/

html, body {
    position: relative;
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    line-height: 175%;
    color: #000000;
    font-weight: 900,900,900,900;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
    font-family: Nyala, 'Halant', serif;
    color: #232a2f;
}
h3, h4, h5 {
    margin-bottom: 30px;
}
p {
    font-weight: 500;
}
a {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #DDAD02;
}
a:hover {
    color: #00a7d3;
    text-decoration: none;
}
br {
    display: block;
    margin: 0;
}
ol {
    text-align: initial;
}

ol li span {
  position: relative;
  left: 0px;
}

#main-wrapper {
    width: 100%;
    position: relative;
}


/* ====== voorwaarden ====== */
#voorwaarden {
    margin: 0 15px 50px 15px;
}
#voorwaarden h1 {
    font-size: 34px;
}
#voorwaarden p, #voorwaarden ul li {
    font-weight: 400;
    line-height: 28px;
    word-wrap: normal;
}
#voorwaarden ul {
    list-style: none;
    padding-left: 20px;
}

#voorwaarden ul li:before {
  content: "➔ \0000a0";
  
}
#voorwaarden ul li:after{
    padding-left: -20px;
}
#voorwaarden .no-space {
    margin-top: 5px;
    margin-bottom: 20px;
}
#voorwaarden .tab {
    display: inline-block; 
    margin-left: 40px; 
}
#voorwaarden h1 {
    font-size: 38px;
}
#voorwaarden a:link {
    color: blue;
}
#voorwaarden a:visited{
    color: green;
    text-decoration: underline;
}
#voorwaarden a:hover {
    color: green;
    text-decoration: underline;
}
#voorwaarden a:active {
    color: green;
    text-decoration: underline;
}
@media screen and (max-width: 475px) {
#voorwaarden {
    margin: 0 15px 50px 15px;
     /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
}
/* ====== Eind VOORWAARDEN ====== */

/* ====== PRIVACY ====== */
#privacy {
    margin: 0 15px 50px 15px;
}
#privacy h1 {
    font-size: 34px;
}
#privacy p, #privacy ul li, #privacy ol li {
    font-weight: 400;
    line-height: 28px;
}
#privacy .email {
    color: blue;
    text-decoration: underline;
}
#privacy .less-space-ul {
    margin-top: 0px;
    margin-bottom: -15px;
}
#privacy .less-space-ul-1, #privacy .less-space-ol {
    margin-top: 0px;
}
#privacy a:link {
    color: blue;
}
#privacy a:visited{
    color: green;
    text-decoration: underline;
}
#privacy a:hover {
    color: green;
    text-decoration: underline;
}
#privacy a:active {
    color: green;
    text-decoration: underline;
}
@media screen and (max-width: 475px) {
#privacy {
    margin: 0 15px 50px 15px;
     /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
}

/* ====== Eind PRIVACY ====== */

.header-content {
    margin-bottom: 50px;
    color: #FFF;
    text-align: center;
}
#contact .header-content {
    margin-bottom: 5px;
    color: #FFF;
    text-align: center;
}
.header-content h1, .header-content h2, .header-content h3, .header-content h4, .header-content h5, .header-content h6 {
    font-weight: 300;
    font-size: 40px;
    padding: 0;
    margin:  0 0 10px 0;
}
.header-content span {
    font-family:'Raleway', sans-serif;
    font-weight: 200;
    font-size: 24px;
    color: black;
    padding: 0;
    margin: 10px 0 0 0;
}
.header-content br {    display: block;    margin: 0px 0;    line-height: 0px;}
@media screen and (max-width: 1145px) {
.header-content {
    text-align: center;
    margin-top: 25px;
}
}
#sidebar {
    position: fixed;
    width: 220px;
    background-color: rgba(206, 244, 207, 1);
    height: 100%;
    left: 0;
    border-bottom: 1px solid rgba(184, 239, 185, 1);
    border-right: 0.25px solid rgba(184, 239, 185, 1);
}
#sidebar .navbar-toggle {
    margin-top: 1px;
}
.navbar-default .navbar-toggle {
  border-color: #800000;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #800000;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
#sidebar .navbar-brand {
    padding-top: 0;
    padding-bottom: 40%;
    padding-left: 15px;
}
#sidebar .navbar-brand img {
    padding-left: 15px;
}
#sidebar .navbar {
    border-radius: 0;
    background: transparent;
    border: none;
    padding-top: 9%;
}
#sidebar .navbar-collapse {
    margin-top: 25px;
    padding-left: 20px;
}
/*
#heart {
    position: relative;
    width: 200px;
    height: 95px;
}
#heart:before,
#heart:after {
    position: absolute;
    content: "";
    left: 100px;
    top: 0;
    width: 100px;
    height: 170px;
    background: white;
    border-radius: 60px 60px 0 0;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
}
#heart:after {
    left: 0;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
}
#show-half {
    overflow: hidden;
    bottom: -50px;
    position: relative;
    margin-top: -50px;
}    
*/
@media screen and (max-width: 875px) {
        #sidebar .navbar-collapse {
        margin-top: 20px;
        padding-left: 20px;
        }
}
#sidebar .navbar-header, #sidebar .navbar-nav, #sidebar .navbar-nav li {
    float: none;
    margin-left: -10px;
}
#sidebar .navbar-default .navbar-nav > li > a {
    color: rgba(128, 0, 0, 1);
    font-size: 17px;
    font-weight: 300;
    font-family: Nyala, 'Halant', serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    text-align: initial;
    padding-left: 50px;
    padding-right: 0;
}
#sidebar .navbar-default .navbar-nav > li > a:hover {
    background: rgba(144, 210, 222, 1);
    background-image: url(../images/hart.png);
    background-position: 45px 15px;
    background-repeat: no-repeat;
}
#sidebar .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active>a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: transparent;
    color: #CDEDFA;
    font-weight: bold;
    background-image: url(../images/hart.png);
    background-position: 45px 15px;
    background-repeat: no-repeat;
}
#sidebar .navbar-nav {
    margin: 7.5px -15px;
}
#container {
    position: relative;
    margin-left: 220px;
}
#container section {
    padding: 60px;
}
#contact {
    background-color: rgba(177, 238, 138, 1);
}
#container section.odd {
    background: rgba(255, 255, 255, 1);
}
.mg-bt-80 {
    margin-bottom: 80px;
}
.mg-bt-60 {
    margin-bottom: 60px;
}
.mg-bt-40 {
    margin-bottom: 40px;
}

/* 
    [PAGES STYLE]
*/

/* ====== HOME ====== */

.carousel-inner > .item > img {
    width: 100%;
    height: 80vh;
}
.carousel-control.left,
.carousel-control.right {
    background: transparent;
}
.slide-text-1 {
    position: absolute;
    display: block;
    bottom: 20%;
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
    z-index: 22;
    margin: 0 ;
    text-align: center;
}
.slide-text-2 {
    position: absolute;
    display: block;
    bottom: 20%;
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
    z-index: 22;
    margin: 0 auto;
    text-align: center;
}
.slide-text-3 {
    position: absolute;
    display: block;
    bottom: 20%;
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
    z-index: 22;
    margin: 0 auto;
    text-align: center;
}
.slide-text-1 p, .slide-text-2 p, .slide-text-3 p {
    font-family: Lato;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #fafffa;
    opacity: 1;
    text-decoration: none;
    text-shadow: 1.5px 1.5px black;
}

/* ====== intro ====== */

 section #intro {
    padding-top: 0;
}

.p-bottom {
    margin-bottom: -5px;
}

.paragraaf-groen {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: -60px;
    margin-right: -60px;
    background-color: rgba(225, 232, 211, 1);
}

 .paragraaf-center {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 20px;
}

    .intro-kolom {
        width: 100%;
        display: inline;
    }

.intro-kolom-img {
    overflow: hidden;
}

.intro-kolom-pijl {
    max-width: 100%;
}
        
.intro-kolom-img img {
    margin-left: 35%;
    margin-right: 35%;
    width: 30%;
    padding-bottom: 15px;
    display: block; 
}


.pijl-omlaag:after {
    content: "\2193";
    display: block;
    font-weight: bolder;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 0px;
    font-size: 90px;
    color: white;
}

.intro-kolom-pijl-noshow {
   visibility: hidden
}

.intro-kolom-pijl-noshow-2 {
   visibility: hidden
}

.intro-kolom-pijl .pijl-tegen-klok-in {
}

.intro-kolom-pijl .pijl-met-klok-mee:after {
  content: "\293E";
  display: table;
  clear: both;
}

.intro-kolom-pijl .pijl-tegen-klok-in:after {
  content: "\293F";
  display: table;
  clear: both;
}

.rotate-met-klok-mee {
    transform: rotate(-45deg);

  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
  -webkit-transform: rotate(-45deg);

  /* Firefox */
  -moz-transform: rotate(-45deg);

  /* IE */
  -ms-transform: rotate(-45deg);

  /* Opera */
  -o-transform: rotate(-45deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.rotate-tegen-klok-in {
    transform: rotate(45deg);

  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
  -webkit-transform: rotate(45deg);

  /* Firefox */
  -moz-transform: rotate(45deg);

  /* IE */
  -ms-transform: rotate(45deg);

  /* Opera */
  -o-transform: rotate(45deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

    .intro-kolom-text {
        max-width: 100%;
        padding-left: 10px;
        float: none;
    }

    .intro-kolom-text-pijl {
        height: auto;    
        width: 100%;
        padding-top: 15px;
        padding-left: 0px;
        text-align: center;
        float: none;
    }

.top-min {
    margin-top: -55px;
}

.top-plus {
    margin-top: 10px;
}

.space-bottom {
    padding-bottom: 50px;
}

.space-bottom-2 {
    padding-bottom: 25px;
}

.intro table th {
    letter-spacing: 1px;
}

.note p {
    font-size: 17px;
}



/* ====== traject ====== */

.traject {
    padding-top: 60px;
    margin-left: 10px;
    padding-bottom: 80px;
    margin-right: 10px;
    background-color: rgba(206, 244, 207, 1);
}

.trajectContainer {
    padding: 20px;
}
.traject .traject-item {
    opacity: 0;
    display: none;
    margin: 0;
    padding: 0;
}
.traject img {
    width: 250px;
    height: 167px;
    padding-right: 20px;
    padding-bottom: 50px;
}
.container-traject {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-repeat: no-repeat;
    opacity: 0.9;
}
#container-traject {
    opacity: 1;
}    
.traject .panel-default > .panel-heading {
    background-color: rgba(206, 244, 207, 1);
    width: 75%;
    margin: 0 auto;
    border: 0;
    margin-top: 0;
}
.traject .panel-group{
}
.traject .panel, .traject .panel-default {
    border: none;
}
.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.traject .panel-heading {
    padding: 0px 0 0 0;
}  
.traject .panel-heading:first-child {
    margin-top: 25px;
}   
.mrg-top {
    display: block;
    height: 100px;
}
.mrg-bottom {
    display: block;
    height: 50px;
}
.center {
    text-align: center;
    padding-bottom: 15px;
}
.traject .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}
.panel-group .panel + .panel {
    margin-top: 0;
}
.traject .panel-title {
    text-align: center;
}
.traject .panel-title span {
    padding-bottom: 0;
    bottom: 0px;
    cursor: pointer;
    text-decoration: underline;
    font-family: Merriweather;
    font-size: 22px;
    text-align: center;
    color: black;
}
.lijn, .lijn-fin {
    display: block;
    margin-top: 10px;
    margin-bottom: -17px;
    line-height: none;
    text-align: center;
    letter-spacing: -2px;
    font-size: 1em;
    color: rgba(7, 198, 12, 1);
}

.lijn-fin {
    display: none;
    margin-top: 10px;
    margin-bottom: -17px;
    line-height: none;
    text-align: center;
    letter-spacing: -2px;
    font-size: 1em;
    color: rgba(7, 198, 12, 1);
}

.lijn-fin1 {
    display: block;
    margin-top: 10px;
    margin-bottom: -17px;
    margin-left: -15px;
    line-height: none;
    text-align: center;
    letter-spacing: -2px;
    font-size: 1em;
    color: rgba(7, 198, 12, 1);
}

.hartje1 {
    text-align: center;
    padding-top: 38px;
    padding-bottom: 0px;
    font-size: 0.6em;
    color: rgba(218, 0, 0, 1);
}

.traject .content {
    background-color: rgba(177, 238, 138, 1);
    width: 75%;
    margin: 0 auto;
    padding: 12px;
    padding-bottom: 15px;
    border: 2px solid rgba(7, 198, 12, 1);
    border-radius: 25px;
    opacity: 1;
}

.traject-row  {
    display: flex;    
    clear: both;
    width: 75%;
    margin-left: 12.5%;
    margin-right: 12.5%;
    margin-bottom: 15px;
}

.traject-column-1 {
    float: left;
    width: 49%;
    background-color: rgba(177, 238, 138, 1);
    margin: 0 1% 0 0;
    padding: 12px;
    padding-bottom: 15px;
    border: 2px solid rgba(7, 198, 12, 1);
    border-radius: 25px;
    opacity: 1;
    word-wrap: normal;
}

.traject-column-2 {
    float: left;
    width: 49%;
    margin: 0;
    background-color: rgba(177, 238, 138, 1);
    padding: 12px;
    padding-bottom: 15px;
    border: 2px solid rgba(7, 198, 12, 1);
    border-radius: 25px;
    opacity: 1;
    word-wrap: normal;
}

@media screen and (max-width: 1150px) {
        .traject-row  {
            display: block; 
            overflow: hidden;   
            clear: none;
            width: 100%;
            margin-left: 0;
            margin-right: 0;
            margin-bottom: 15px;
    }
        .lijn-fin {
        display: block;
    }

    .lijn-fin1 {
        display: none;
    }

    .traject-column-1, .traject-column-2 {
        float: none;
        width: 75%;
        margin: 0 auto;
        /* These are technically the same, but use both */
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all;
        /* This is the dangerous one in WebKit, as it breaks things wherever */
        word-break: break-all;
        /* Instead use this non-standard one: */
        word-break: break-word;
        /* Adds a hyphen where the word breaks, if supported (No Blink) */
        -ms-hyphens: auto;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }

    .traject-column-1 {
        margin-bottom: 15px;
    }
}

/* Button Styles */
.traject-column-1 .button-center {
    width: 250px;
    margin: 0 auto;
    padding: 0;
}

.button-center button {
    width: 250px;
    padding: 15px 0;
    margin: 0 auto;
    border: none;
    color: white;
    background-color: #04AA6D; 
    line-height: 100%;
}

.button-center button:hover {
    color: #04AA6D;
    background-color: white;
}


/* Traject popup contact form */

.popup-container {
    height: 100%;
    width:100%;
}

.popup-container-box {
	display:inline-block; 
	padding:10px; 
	background: rgba(255, 255, 255, .8);
	border: 1px solid #fff;	
	position: fixed;
  	top: 55%;
  	left: 0;
}
.modal-header {
    background-color: rgba(255, 255, 255, 1);   
}
.modal-content {
	background-color: rgba(177, 238, 138, 1);	
}

.modal-body .form-group input[type=text], .modal-body .form-group input[type=email], .modal-body .form-group textarea {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    border-radius: 0;
    border: none;
    border-left: 1px solid rgba(161, 114, 80, 1);
    box-shadow: none;
}

.modal-body .form-group [type=email],.modal-body .form-group input[type=text] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: central;
}
.btn.btn-dark {
    background: rgba(128, 0, 0, 1);
    color: #FFF;
}
.btn.btn-dark:hover {
    background: rgba(144, 210, 222, 1);
}

@media screen and (max-width: 775px) {

    #myModal {
        margin-top: 100px;
    }
}

/* ====== over-mezelf ====== */

#over-mezelf {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#over-mezelf .row {
  margin-left: -50px;
  margin-right: -50px;
}
#over-mezelf .col-md-12 {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0px;
    margin-right: 0px;
}
.over-mezelf {
    padding-top: 60px;
    padding-bottom: 80px;
    background: #F4F4F4;
}
.mezelf-section {
    height: auto;
    padding-top: 150px;
    padding-bottom: 600px;
    background: rgba(255, 255, 255, 1);
}
.col-md-overmezelf{
    text-align: center;
}
.img7 {
    width: 235px;
    height: 235px;
    margin: 0 auto 50px auto;
    background: url(../images/foto3.png);
    background-repeat: no-repeat;
}
.foto-mezelf {
    min-width: 235px;
    max-width: 10vw;
    min-height: 235px;
    max-height: 10vw;
    margin: 0 auto 50px auto;
    background-repeat: no-repeat;
}

.over-mezelf .panel-heading {
    width: auto;
    min-height: 190px;
    background-color: white;
    border: none;
}
.over-mezelf .panel-default > .over-mezelf .panel-heading {
    background-color: white;
    margin: 0 auto;
    border: 0;
}
.over-mezelf .panel, .over-mezelf .panel-default {
    border: none;
}
.panel {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.over-mezelf .panel-title {
    margin: 0 auto;
}
.over-mezelf .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: none;
}  
.box-one, .box-two, .box-three {
    overflow: hidden;
    width: 100%;
    margin: 0 auto 0 auto;
    padding-top: 0px;
    padding-bottom: 50px;
    text-align: initial;
}
.box-one p {
    padding-bottom: 10px;
    margin: 0 auto 0 auto;
}
.box-one p, .box-two p, .boxes li {
    width: 100%;
    font-family: 'EB Garamond', serif;
    font-size: 20px;
    line-height: 175%;
    color: #000000;
    padding-left: 45px;
    padding-right: 45px;
}
.box-one,.panel-default > .werkervaring-heading {
    background-color: rgba(235, 245, 214, 1); 
}
.box-two, .panel-default > .opleiding-heading {
    background-color:  rgba(214, 245, 214, 1); 
}
.box-three, .panel-default > .achtergrond-heading {
    background-color: rgba(225, 232, 211, 1);
}
.box-two {
   background-color:  rgba(214, 245, 214, 1); 
}
.box-two p {
    padding-left: 40px;
}
.box-three {
    background-color: rgba(225, 232, 211, 1);
}
.boxes ul {
    display: block;
}
.boxes li {
    width: auto;
    padding-right: 45px;
    padding-left: 0;
    margin: 0 auto;
    text-align: left;
    list-style: none;
}
.boxes li .space {
    letter-spacing: 0.5px;
}
.mezelf li {
    display: inline-block;
    padding-right: 10px;
    list-style: none;
}
.werkervaring { 
    float: left;
    width: 150px;
    height: 150px;
    background: url(../images/werkervaring-vw.png);
    background-repeat: no-repeat;
}
.panel-title a img {
    margin-top: 1%;
    margin-bottom: 1%;
    min-height: 150px;
    height: 9vw;
    min-width: 150px;
    width: 9vw;
}

.werkervaring-hover:hover {
    background: url(../images/werkervaring-vw.png);
    background-repeat: no-repeat;
    -webkit-filter: drop-shadow(0 0 8px black);
    filter: drop-shadow(0 0 8px black);
    filter: drop-shadow(0 0 0 8px black);
}
.overmezelf-h, .overmezelf-h-sub {
    text-align: center;
    color: #232a2f;
}
.overmezelf-h {
    padding-top: 15px;
    margin-bottom: 0;
}
.overmezelf-h-sub {
    font-size: 21px;
    font-family: 'Halant', serif;
    margin-bottom: 25px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.opleiding { 
    float: left;
    min-width: 150px;
    max-width: 10vw;
    min-height: 150px;
    max-height: 10vw;
    background: url(../images/opleiding-vw.png);
    background-repeat: no-repeat;
}
.opleiding-hover:hover {
    background: url(../images/opleiding-vw.png);
    background-repeat: no-repeat;
    -webkit-filter: drop-shadow(0 0 8px black);
    filter: drop-shadow(0 0 8px black);
    filter: drop-shadow(0 0 0 8px black);
}
.achtergrond { 
    float: left;
    width: 150px;
    height: 150px;
    background: url(../images/achtergrond-vw.png);
    background-repeat: no-repeat;
}
.achtergrond-hover:hover {
    background: url(../images/achtergrond-vw.png);
    background-repeat: no-repeat;
    -webkit-filter: drop-shadow(0 0 8px black);
    filter: drop-shadow(0 0 8px black);
    filter: drop-shadow(0 0 0 8px black);
}

@media screen and (min-width: 150px) and (max-width: 1145px) {
    .box-one .h3x, .box-two .h3x, .box-three .h3x {
        padding-top: 25px;
        padding-left: 0;
        text-align: center;
    }
    .boxes li {
        width: auto;
        margin-left: -20px;
        padding-right: 20px;
        line-height: 150%;
        text-align: left;
        list-style: none;
    }
    .box-one, .box-two, .box-three {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .box-one p, .box-two p, .box-three p {
        display: block;
        width: auto;
        margin: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Contact */

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.contact {
    position: relative;
}
.contact form {
    margin-bottom: 40px;
}
.contact form .form-group {
    margin-bottom: 2px;
}
#contact #ajax-contact input[type=email],#contact #ajax-contact input[type=text] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: central;
}
#contact #ajax-contact input[type=text], #contact #ajax-contact input[type=email], #contact #ajax-contact textarea {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    border-radius: 0;
    border: none;
    border-left: 1px solid rgba(161, 114, 80, 1);
    box-shadow: none;
}
#contact #ajax-contact input[type=submit] {
     font-family: 'Lato', sans-serif;
     font-size: 16px;
}
#contact #ajax-contact input[type=text]:required:focus,#contact  #ajax-contact input[type=email]:required:focus,#contact  #ajax-contact textarea:required:focus {
    box-shadow: none;
    background-color: #ffffff;
    border: 1px solid rgba(161, 114, 80, 1);
}
.white-field {
    background-color: white !important;  
}
#form-messages {
    background-color: Black;
    margin-bottom: 35px;
}
.success {
    padding: 15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: white;
    line-height: 100%;
    border: none;
    -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
            border-radius: 4px;
}
.error {
    padding: 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #b94a48;
    line-height: 100%;
    background-color: #f2dede;
    border: 1px solid rgba(185, 74, 72, 0.3);
    -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
            border-radius: 4px;
}
.btn {
    font-size: 20px;
    letter-spacing: 1px;
    border-radius: 0;
    height: 40px;
    margin: auto auto;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn.btn-dark {
    background: rgba(128, 0, 0, 1);
    color: #FFF;
}
.btn.btn-dark:hover {
    background: rgba(128, 0, 0, .5);
}

/* Eind Contact */

/* Footer */
footer ul {
    margin-bottom: 50px;
}
footer {
    background: rgba(237, 240, 243, 1);
    padding: 40px;
    font-family: 'Roboto Slab', serif;
}
footer p {
    display: block;
    font-size: 15px;
    padding-left: 15px;

}
footer span {
    display: block;
    font-size: 15px;
    float: left;
    text-transform: uppercase;
    padding-left: 15px;
}
footer ul {
   list-style: none;
   padding: 20px 0;
}
footer li {
    display: inline;
    padding-left: 15px;
    font-size: 15px;
}
@media screen and (max-width: 930px) {
footer li {
    display: block;
    padding-bottom: 5px;
}
footer span {
    float: none;
    padding-bottom: 5px;
}
footer li:last-child {
    padding-left: 15px;
}

}
/* Eind Footer */

/* =====================================================================

                        RESPONSIVE UTILITIES

===================================================================== */

@media screen and (max-width: 767px) {
    #sidebar .navbar-header, .navbar-header {
        float: none;
    }
    #sidebar .navbar-nav li {
        float: none;
    } 
    #sidebar .navbar-collapse {
        margin-top: 20px;
        padding-left: 20px;
    }
    #sidebar {
        position: fixed;
        background-color: rgba(206, 244, 207, 1);
        border-right: none;
        width: 100%;
        height: auto;
        z-index: 99999;
    }
    #sidebar .navbar-default .navbar-nav > li > a {
        color: rgba(128, 0, 0, 1);
        font-size: 17px;
        font-weight: 300;
        font-family: Nyala, 'Halant', serif;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        text-align: initial;
        padding-left: 50px;
        padding-right: 0;
    }
    #sidebar .navbar-default .navbar-nav > li > a:hover {
        background: rgba(144, 210, 222, 1);
        background-image: url(../images/hart.png);
        background-position: 45px 10px;
        background-repeat: no-repeat;
    }
    #sidebar .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background: transparent;
        color: #CDEDFA;
        font-weight: bold;
        background-image: url(../images/hart.png);
        background-position: 45px 10px;
        background-repeat: no-repeat;
    }
    #sidebar .navbar {
        padding-top: 10px;
    }
    #sidebar .navbar-brand {
        float: left;    
        padding-top: 0;
        padding-bottom: 30px;
        padding-left: 15px;
    }
    .home {
        padding-top: 112px;
    }
     #container {
        margin-left: 0;
    }
    #container #traject, #container #over-mezelf, #container #contact, #container #footer {
        padding: 78px 30px 30px 30px;
    }
    #container #intro {
        padding: 78px 30px 30px 30px;
}

    /* Home responsive */

    .carousel-inner > .item > img {
        width: 100%;
        height: 60vh;
    }
    .home .slide-text-1, .home .slide-text-2, .home .slide-text-3  {
        bottom: 175px;
    }
    .home .slide-text-1 p, .home .slide-text-2 p, .home .slide-text-3 p {
        font-size: 24px;
        line-height: 35px;
    }

    /* Eind Home responsive */

    /* Intro responsive */
     .paragraaf-groen {
        margin-left: -30px;
        margin-right: -30px;
        background-color: rgba(225, 232, 211, 1);
    }
     .paragraaf-center {
        padding-left: 0;
    }


    /* Eind Intro responsive */
    
    /* Over mezelf responsive */

#over-mezelf {
        width: 91%;
    }

    /* Eind Over mezelf responsive */





}

    /* Intro responsive */

@media screen and (max-width: 1125px) {
   

    .intro-kolom {
        width: 100%;
        display: inline;
    }

    .intro-kolom-img {
        max-width: none;
        margin-bottom: 25px;
        
    }
    .intro-kolom-img img {
        max-width: 100%; 
        margin-left: 17.5%;
        margin-right: 17.5%;
        width: 65%;
        display: block; 
        height: auto;
    }

    .intro-kolom-pijl {
        max-width: 100%;
    }

    .intro-kolom-text {
        max-width: 100%;
        padding-left: 10px;
        float: none;
    }

    .intro-kolom-text-pijl {
        height: auto;    
        width: 100%;
        padding-top: 15px;
        padding-left: 0px;
        text-align: center;
        float: none;
    }

    .intro-kolom-pijl .pijl-met-klok-mee, .intro-kolom-pijl .pijl-tegen-klok-in {
        display: none;
    }

    .space-bottom-2 {
        display: block;
    }


}
    
    /* Eind Intro responsive */
