:root {
  --orange: #db7343;
}

/*
Theme Name: John Haasnoot
Theme URI: http://wordpress.org/themes/twentythirteen
Author: John Haasnoot
Author URI: http://wordpress.org/

Description:
Version: 1.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Tags:
Text Domain: JohnHaasnoot

*/

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
/* html,
body,
div,
span,
applet,
object,
iframe,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
} */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* body {
  line-height: 1;
} */
/* ol,
ul {
  list-style: none;
} */
blockquote {
  background: #f9f9f9;
  border-left: 6px solid #da622a;
  margin: 1.5em 1em;
  padding: 0.5em 1.5em;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote > *:last-child {
  margin-bottom: 0;
}

/* FONT */
/* Text rules */
body {
  font-family: "Lato", sans-serif;
  font-size: 18px;
}

h1 {
  font-size: 36px;
  font-family: "Bitter", serif;
  line-height: 44px;
  padding-bottom: 10px;
}

h2 {
  margin-top: 3rem;
  font-size: 28px;
  font-family: "Bitter", serif;
  padding-bottom: 15px;
}

h3 {
  margin-top: 2.5rem;
  font-size: 21px;
}

ul{
  display:  block;
}

ul li{
  
}



/* .content ul {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 16px;
  padding-bottom: 25px;
  margin-left: 20px;
} */

/* .content ul li{
    padding: 0 0 10px 0px;
    list-style: disc outside none;
    word-wrap: break-word;
    width: 100%;
  } */

/* .content ul li ul {
  padding-bottom: 0px;
}

.content ul li ul li {
  list-style: circle;
} */

/*Structure*/
body {
  background: #eef5ff;
  font-family: "Lato", sans-serif;
}

header {
  padding-bottom: 90px;
}

nav {
  min-height: 90px;
  opacity: 97%;
}

.navbar-collapse {
  flex-grow: 0;
}

.navbar-nav{
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav-item {
  font-size: 1.3em;
  margin: 0px;
  display: inline-block;
  float: left;
}

a.nav-link{
	font-family: 'Lato', sans-serif;
    color: #377ee9;
    font-size: 24px;
    line-height: 30px;
    display: inline-block;
    text-decoration: none;
    text-shadow: none;
    border-left: solid #e1e1e1 1px;
    float: left;
    -moz-transition: padding 0.5s ease-in-out;
    -webkit-transition: padding 0.5s ease-in-out;
    -moz-transition: padding 0.5s ease-in-out;
    -o-transition: padding 0.5s ease-in-out;
    transition: padding 0.5s ease-in-out;
}

.navbar-light .navbar-nav a.nav-link{
	color: #377ee9;
	padding: 30px 1.5rem;
}

.navbar-light .navbar-nav a.nav-link.last{
    border-right: solid #e1e1e1 1px;
}

.navbar-light .navbar-nav a.nav-link:hover{
	color: #da622a;
}

#logo {
  -moz-transition: padding 0.5s ease-in-out;
  -webkit-transition: padding 0.5s ease-in-out;
  -moz-transition: padding 0.5s ease-in-out;
  -o-transition: padding 0.5s ease-in-out;
  transition: padding 0.5s ease-in-out;

  -moz-transition: width 0.5s ease-in-out;
  -webkit-transition: width 0.5s ease-in-out;
  -moz-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;

  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

#logo.scrolled {
  opacity: 100%;
}

span.muziektoggle {
  width: 0px;
  height: 0px;

  border-top: 8px solid #377ee9;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;

  float: right;
  margin: 14px 0 0 7px;
}

/* Homepagina */
.landing {
  /*background: #eef5ff;*/
  background: url(../img/homeheader.jpg) no-repeat top center;
  background-size: cover;
  width: 100%;
  color: #000;
  font-weight: 500;
  font-size: 20px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  overflow: hidden;
  min-height: 400px;
}

.landing_left {
  padding: 30px;
}

.landing_right {
  display: flex;
}

.landing_name {
  font-family: "Montez", sans-serif;
  font-size: 80px;
  padding-top: 35px;
  color: #377ee9;
}

.landing_txt_upper {
  margin-top: 30px;
}

.landing_txt_lower {
  margin-top: 45px;
  line-height: 40px;
  max-width: 500px;
}

.landing_muzikant {
  color: #db7343;
  font-weight: 300;
  font-size: 30px;
  background: url("../img/muziek_home.gif") no-repeat center left;
  padding: 20px 0px 20px 50px;
  margin-left: 5px;
}

.landing_go {
  color: #8baee1;
  font-weight: 300;
  font-size: 30px;
  background: url("../img/grafischontwerp_home.gif") no-repeat center right;
  padding: 20px 50px 20px 0px;
  margin-left: 5px;
}

.geenpijl,
.pijl {
  float: left;
}

/* Homepagina onderstuk */

.landing_uitleg {
  background: url("../img/landing_bottom_bg.jpg") no-repeat center center;
  float: left;
  width: 100%;
  margin-top: -62px;
  text-align: center;

  padding-top: 125px;
  padding-bottom: 125px;
  line-height: 20px;

  height: 599px;
}

.landing_uitleg h1 {
  font-size: 46px;
}

.landing_uitleg_muziek,
.landing_uitleg_go {
  color: #da622a;
  float: left;
}

.landing_uitleg_go {
  color: #377ee9;
}

.landing_uitleg_muziek p,
.landing_uitleg_go p {
  padding: 30px 0;
}

.landing_bottom .pijl img {
  margin-left: -39px;
}

/* Correctie mobile*/
.landing_bottom .pijl img {
  margin-top: -1px;
}

/* Muziek blok */

.muziek {
  width: 100%;
  padding: 25px 0;
  background: url(../img/muziek_bg.jpg) no-repeat center top;
  background-size: cover;
}

.muziek .card {
  max-width: 400px;
  margin: 25px auto;
  background-color: var(--orange);
  color: white;
  height: 600px;
}

.muziek .card-title {
  font-family: Bitter;
}

.muziek .card-body {
  font-weight: 300;
  font-size: 1.1em;
}

.muziek_titel {
  text-align: center;
}

.muziek_titel h1 {
  color: #db7343;
  font-weight: 700;
  font-size: 60px;
  padding: 150px 0 50px 0;
}

.muziek_item {
  margin-left: auto;
  margin-right: auto;
}

.muziek_item_titel h2 a {
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  color: #db7343;
  padding: 15px 0;
  width: 100%;
}

.muziek_item_img {
  max-width: 322px;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
.muziek_item_img img {
  width: 100%;
  padding: 0;
  margin: 0;
}

.muziek_item_txt {
  background-color: #db7343;
  max-width: 322px;
  padding: 20px 15px;
  min-height: 185px;
}

.muziek_item_txt p {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  font-weight: 300;
}

.muziek_item_btn {
  background-color: #db7343;
  max-width: 322px;
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}

/* Grafisch ontwerp blok */

.grafischontwerp {
  background: url(../img/grafischontwerp_bg.jpg) no-repeat top center;
  float: left;
  width: 100%;
  height: 1015px;
}

.go_titel h1 {
  text-align: center;
  color: #fff;
  font-size: 60px;
  line-height: 80px;
  padding: 150px 0 50px 0;
}

.go_text {
  text-align: center;
  color: #fff;
  padding: 20px 0 50px 0;
}

.go_item {
  float: left;
}

.go_item_img {
  float: left;
  height: 230px;
}

.go_item img {
  width: 100%;
}
img.logo_icon_image {
  padding-top: 30px;
}

.go_item h2 {
  text-align: center;
  color: #fff;
  padding: 20px 0;
  font-size: 36px;
  font-weight: 700;
}

.go_item_btn {
  text-align: center;
  float: left;
  padding: 25px 0;
}

/*contact blok */
.contact {
  background: url(../img/contact_bg.jpg) no-repeat top center;
  background-size: cover;
  float: left;
  width: 100%;
  color: #000;
}

.contact_titel h1 {
  text-align: center;
  color: #000;
  font-size: 46px;
  line-height: 80px;
  padding: 50px 0 20px 0;
}

.contact_txt {
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  padding: 0 20% 30px 20%;
}

.contact_knop {
  text-align: center;
  padding-bottom: 50px;
}

.contactformulier form {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  padding: 50px 0;
}

.contactformulier form table {
  border-collapse: separate;
  border-spacing: 15px 5px;
}

.contactformulier form table th {
  text-align: right;
  vertical-align: top;
}

#contactbtn {
  color: #fff;
}

/* Footer blok */

.footer {
  padding: 20px 0;
  width: 100%;
}

.footer > .container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.footer_item {
  float: left;
  font-size: 20px;
  font-weight: 300;
  color: #377ee9;
  padding: 30px 5px;
  width: 260px;
  min-width: 260px;
}

.footer_item img {
  float: left;
}

.footer_item > a {
  display: flex;
  align-items: center;
}

.contact-icon {
  width: 55px;
  min-width: 55px;
  height: 55px;
  background-color: #417ecf;
  color: #eef5ff;
  border-radius: 55px;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-info {
  padding-left: 10px;
}

.footer_txt {
  float: left;
  text-align: center;
  width: 100%;
  font-size: 14px;
  color: #000;
  line-height: 24px;
  padding-bottom: 50px;
}

/* Vervolgpagina */

.image {
  /* float: left; */
  height: 400px;
  width: 100%;
  background-position: center;
  background-size: cover;

  -moz-box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 -2px 3px rgba(0, 0, 0, 0.4);
}

.image img {
  /* Set rules to fill background */
  min-width: 1024px;

  /* Set up proportionate scaling */
  width: 100%;
  height: auto;

  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;

  z-index: -1;
}

row.content .container.pianist {
  height: 230px;
  background: url(../img/muziek_piano_bg.jpg) right center no-repeat #fff;
}

row.content .container.dirigent {
  background: url(../img/muziek_dirigent_bg.jpg) right center no-repeat #fff;
  height: 230px;
}

row.content .container.docent {
  background: url(../img/muziek_docent_bg.jpg) right center no-repeat #fff;
  height: 230px;
}

row.content {
  background-color: white;
  float: left;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  /*border-top: 25px solid #FFF;*/
}

row.content.first {
  border: none;
}

row.content h1 {
  color: #da622a;
}

row.content p {
  line-height: 30px;
}

row.content ul li h2 {
  font-size: 16px;
  text-align: right;
  line-height: 30px;
  color: #9a9a9a;
  font-family: "Lato", sans-serif;
}

row.content.fotoreel img {
  width: 100%;
  padding: 10px 0;
}

/* Portfolio */

h2.portfolio_subtitel{
	margin-top: 0rem;
}

.portfolio_item {
  width: 330px;
  float: left;

  margin: 0 15px 15px 0;

  -webkit-box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px -3px rgba(0, 0, 0, 0.2);

  -moz-transition: box-shadow 0.5s ease-in-out;
  -webkit-transition: box-shadow 0.5s ease-in-out;
  -moz-transition: box-shadow 0.5s ease-in-out;
  -o-transition: box-shadow 0.5s ease-in-out;
  transition: box-shadow 0.5s ease-in-out;
}

.portfolio_item_img {
    opacity: 1;
    position: relative;
	height: 115px;
	margin-top:35px;
}

.portfolio_item_img img {
  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

row.content .portfolio_item_img p {
  font-size: 16px;
  line-height: 22px;
  padding: 0 10px 0 10px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  text-align: center;

  position: absolute;
  top: 17px;
  width: 100%;
  opacity: 0;

  -moz-transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

row.content .portfolio_item.muziek_item p {
  color: #da622a;
}

row.content .portfolio_item.go_item p {
  color: #377ee9;
}

  .portfolio_item_txt{
	float: left;
	width: 100%;
	background: #eef5ff;
  }
  
    .portfolio_item_txt_titel{
		padding: 10px 12px;
		float: left;
		width: 100%;
		background: #FFF;
	}
	
	.portfolio_item_txt_titel h3{
		padding: 0;
		margin: 0;
	}
	
	.portfolio_item_txt_jaar{
		padding: 10px 5px 10px 8px;
		float: right;
		font-size: 14px;
		height: 35px;
		background: #FFF;
		color: #999;
		
		-moz-transition: color 0.5s ease-in-out;
		-webkit-transition: color 0.5s ease-in-out;
		-moz-transition: color 0.5s ease-in-out;
		-o-transition: color 0.5s ease-in-out;
		transition: color 0.5s ease-in-out;
	}

row.content .portfolio_item_txt h3 {
  margin-top: 0;
  font-size: 16px;
  color: #999;
  font-weight: 600;

  -moz-transition: color 0.5s ease-in-out;
  -webkit-transition: color 0.5s ease-in-out;
  -moz-transition: color 0.5s ease-in-out;
  -o-transition: color 0.5s ease-in-out;
  transition: color 0.5s ease-in-out;
}

.portfolio_item.muziek_item:hover {
  -webkit-box-shadow: 0px 4px 10px -3px rgba(218, 98, 42, 0.4);
  -moz-box-shadow: 0px 4px 10px -3px rgba(218, 98, 42, 0.4);
  box-shadow: 0px 4px 10px -3px rgba(218, 98, 42, 0.4);
}

.portfolio_item.go_item:hover {
  -webkit-box-shadow: 0px 4px 10px -3px rgba(55, 126, 233, 0.4);
  -moz-box-shadow: 0px 4px 10px -3px rgba(55, 126, 233, 0.4);
  box-shadow: 0px 4px 10px -3px rgba(55, 126, 233, 0.4);
}

	.portfolio_item:hover > .portfolio_item_img img {
	  opacity: 0.1;
	}

	.portfolio_item:hover > .portfolio_item_txt h3 {
	  color: #000;
	}
	
	.portfolio_item:hover > .portfolio_item_txt_jaar{
      color: #000;
    }

	.portfolio_item:hover:hover > .portfolio_item_img p {
	  opacity: 1;
	}

.portfolio_item.heden, 
.portfolio_item.heden .portfolio_item_txt_titel,
.portfolio_item.heden .portfolio_item_txt_jaar,
.portfolio_item.heden .portfolio_item_txt h3
	background: #eef5ff;
	color: #000;
	font-weight: 700;
}

.portfolio_item.heden p {
	color: #377ee9;
}

/* Buttons */

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.btn {
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  background: #ffffff;
  text-decoration: none;
  padding: 6px 25px 6px 25px;
  margin-top: 10px;
}

.btn.orange {
  color: #da622a;
  border: solid #da622a 1px;
}

.btn.orange:hover {
  background: #f09971;
  background-image: -webkit-linear-gradient(top, #f09971, #da622a);
  background-image: -moz-linear-gradient(top, #f09971, #da622a);
  background-image: -ms-linear-gradient(top, #f09971, #da622a);
  background-image: -o-linear-gradient(top, #f09971, #da622a);
  background-image: linear-gradient(to bottom, #f09971, #da622a);
  text-decoration: none;
  color: #fff;
}

.btn.blue {
  color: #377ee9;
  border: solid #377ee9 1px;
}

.btn.blue:hover {
  background: #75a6eb;
  background-image: -webkit-linear-gradient(top, #75a6eb, #377ee9);
  background-image: -moz-linear-gradient(top, #75a6eb, #377ee9);
  background-image: -ms-linear-gradient(top, #75a6eb, #377ee9);
  background-image: -o-linear-gradient(top, #75a6eb, #377ee9);
  background-image: linear-gradient(to bottom, #75a6eb, #377ee9);
  text-decoration: none;
  color: #fff;
}

.btn.contactbtn,
#form_contactformulier_table tr td input.btn.contactbtn {
  background: #75a6eb;
  background-image: -webkit-linear-gradient(top, #75a6eb, #377ee9);
  background-image: -moz-linear-gradient(top, #75a6eb, #377ee9);
  background-image: -ms-linear-gradient(top, #75a6eb, #377ee9);
  background-image: -o-linear-gradient(top, #75a6eb, #377ee9);
  background-image: linear-gradient(to bottom, #75a6eb, #377ee9);
  text-decoration: none;
  color: #fff;

  font-size: 20px;
}

.btn.contactbtn:hover,
#form_contactformulier_table tr td input.btn.contactbtn:hover {
  border: solid #377ee9 1px;

  background-image: -webkit-linear-gradient(top, #377ee9, #377ee9);
  background-image: -moz-linear-gradient(top, #377ee9, #377ee9);
  background-image: -ms-linear-gradient(top, #377ee9, #377ee9);
  background-image: -o-linear-gradient(top, #377ee9, #377ee9);
  background-image: linear-gradient(to bottom, #377ee9, #377ee9);

  color: #fff;

  cursor: pointer;
}

/* Losse functionaliteiten*/
.right {
  float: right;
}

.left {
  float: left;
}

.cv-items > li {
  list-style: none;
  font-size: 16px;
  text-align: right;
  line-height: 30px;
  color: #9a9a9a;
  font-family: "Lato", sans-serif;
}

.resume {
  float: right;
  font-size: 22px;
}
