body {
    font-family: 'Open Sans', sans-serif;
}

p {
    color: #333333;
}

h1, h2, h3, h4 {
    font-family: 'Heebo', sans-serif;
    color: #333333;
}

h1 {
    font-size: 4.5em;
    line-height: 1.2;
}

h2 {
    font-size: 3em;
    line-height: 1.2;
    margin-bottom: 0.5em;
}

button {
    background: #00A99D;
    border-radius: 2em;
    padding: 0.9em 2.5em;
    color: white;
}

button:hover {
    background: #03877A;
    cursor: pointer;
}

button .fa-arrow-right {
    transition: all ease-in-out 0.25s;
}

button:hover .fa-arrow-right {
    transform: translateX( 0.5em);
}


@media only screen and (max-width: 700px) {
    h1 { font-size: 3em;}
    h2 {font-size: 2em;}
}

/* menu */


.top-bar {
    background: #00A99D;
    padding: 1em;
}

.top-bar ul {
    background: none;
}


.menu a{
  color: white;
}

.menu-item-19 a {
  color: #00A99D;
}

.top-bar li a{
    font-family: 'Heebo', sans-serif;
}

.menu-item-19 {
  background: white;
  border-radius: 2em;
  padding: 0em 0.75em;
  margin-left: 0.75em;
}


/* overlay menu */

.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #00A99D;;
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 20%;
    width: 100%;
    text-align: left;
    margin-top: 30px;
    overflow: scroll;
}

.overlay a {
  font-family: 'Heebo';
    padding: 0.15em 0.25em;
    font-size: 1.25em;
    font-weight: bold;
    color: white;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 40px;
}

.overlay-class  {
      list-style-type: none;
}

/* header */


.parallax-window {
	min-height: 400px;
	background: transparent;
}

.omgeving {
	min-height: 400px;
	background: transparent;
}

.header {
    background-size: cover;
    padding-top: 8em;
    padding-bottom: 8em;
}

.header h1 {
    color: white;
}

.call-out-panel {
    background: white;
    border-radius: 1em;
    padding: 3em 3em 0em 3em;
    text-align: center;
}

/* Appartement */



.appartement-about {
    padding-left: 12em;
    padding-bottom: 2em;
}

.info-icon {
    font-size: 0.9em;
    margin-bottom: 0.5em;
    color: grey;
    padding-right: 0;
}

.box-shadow-image {
    transition: all ease-in-out 0.25s;
    -webkit-box-shadow: 0px 0px 122px 0px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 0px 122px 0px rgba(0,0,0,0.22);
box-shadow: 0px 0px 122px 0px rgba(0,0,0,0.22);

}

@media only screen and (max-width: 1200px) {
    .appartement-about {
        padding-left: 8em;
    }
}

@media only screen and (max-width: 1050px) {
    .appartement-about {
        padding-left: 4em;
    }
}

@media only screen and (max-width: 950px) {
    .appartement-about { padding-left: 0em;}
}


/* slider */

.flex-direction-nav a {
    height: 60px;
}

#caroussel-deuk {
    margin-top: 2em;
}

@media only screen and (max-width: 910px) {
    #caroussel-deuk {
        margin-top: 0;
    }
}

.flex-direction-nav a, .flex-direction-nav a:before {
    color: white;
}

/* faciliteiten*/

.grijs {
    background: url('img/background.svg');
    background-size: cover;
    padding-top: 8em;
    padding-bottom: 6em;
}

/* footer */

.footer {
    background: #00A99D;
    padding-top: 4em;
    padding-bottom: 4em;
}

.footer a {
    font-family: 'Heebo';
    color: white;
    padding-bottom: 2em;
}

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

/* content */

table tbody { border: 0;}

table thead {
    border: 0;
    background: none;
}

.grijs-vlak {
    background: #f2f2f2;
    background-size: cover;
    padding-top: 6em;
    padding-bottom: 4em;
}

.content {
    margin-bottom: 7em;
}

.singlepage-content {
  padding-bottom: 4em;
}

.content-omgeving {
	margin-bottom: 4em;
}

.titel {
  margin-bottom: 3em;
}

.content a {
 color: grey;
}

.content a:hover {
    color: #00A99D;
}

@media only screen and (max-width: 600px) {
  .content, .content-omgeving{ margin-bottom: 3em;}
  .titel {margin-bottom: 1em;}
}

/* content omgeving */

.omgeving-block {
    margin-bottom: 2em; padding: 1em; 
}

.box-shadow-image p {
    margin-bottom: 0.25rem;
}

a .box-shadow-image-2 {
    transition: ease-in-out all 0.25s;
}

a .box-shadow-image-2:hover {
-webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.22);
-moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.22);
box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.22);
}

 .text-block {
    padding: 1.5em;
    transition: all ease 0.25s;
    background: white;
}

a .box-shadow-image-2:hover .text-block {
    transform: translateY(-20px);
}

.bottom-left {
    position: absolute;
    bottom: 1em;
    left: 2em;
}

.bottom-left h2 {
    color: white; margin-bottom: 0; font-size: 1.5em;
}

.image-tinted {
    background-image: linear-gradient(to bottom, transparent 0%, black 100%);
    display: block;
  position: relative;
  margin-top: -150px;
  height: 150px;
  width: 100%;
  content: '';
  opacity: 0.7;
}

@media only screen and (max-width: 600px){
    .omgeving-block {padding: 0em;  }
}

/* content reserveren*/

.groen-block {
    background: #00A99D;
    padding: 4em;
    border-radius: 1em;
}

.unstriped {
    background: none;
}

table tbody tr:nth-child(even), table.unstriped tbody tr, table.unstriped tbody, table tbody,  table thead, table tbody, table tfoot{
    background: none;
}

.prijzen-tabel {
    color: white;
}

.prijzen-tabel h3, .prijzen-tabel p  {
    color: #018279;
    margin-bottom: 0;
}

.slideUp {
    position: fixed;
    top: 0;
    transition: top 0.4s ease-in-out;
    width: 100%;
    z-index: 999;
}

label {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  color: #333;
  margin-bottom: 0.5em;
}

.wpcf7-submit {
    background: #00A99D;
    border-radius: 2em;
    padding: 0.9em 2.5em;
    color: white;
	border: none;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #00A99D;
	border-radius: 2px;
}
