@font-face {
    font-family: 'tuffy';
    src: url("../fonts/tuffy/Tuffy_Bold-webfont.woff") format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'tuffy';
    src: url("../fonts/tuffy/Tuffy_Bold_Italic-webfont.woff") format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'tuffy';
    src: url("../fonts/tuffy/Tuffy_Italic-webfont.woff") format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'tuffy';
    src: url("../fonts/tuffy/Tuffy-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}

/*--------------------------- liberation*/

@font-face {
    font-family: 'liberation';
    src: url("../fonts/liberation/LiberationSans-Regular-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'liberation';
    src: url("../fonts/liberation/LiberationSans-Bold-webfont.woff") format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'liberation';
    src: url("../fonts/liberation/LiberationSans-BoldItalic-webfont.woff") format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'liberation';
    src: url("../fonts/liberation/LiberationSans-Italic-webfont.woff") format('woff');
    font-weight: normal;
    font-style: italic;
}
/*-------------------------- body*/
	
	body {
    font-family: 'liberation', sans-serif;
    font-size: 14px;
    line-height: 15px;
    background-color: #ffffff;
    color: #2B3843;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    margin: 0 auto;
    min-height: 100vh;
	}

	.background-page {
		background-color: #f8f7f7;
		background-image: url("../img/subtle-grunge.png");
		padding: 20px 0 30px;
	}

h1,h2,h3,h4 {
	font-family: 'tuffy';
}
	h1 { font-size: 32px; line-height: 38px; }

h2,h3 { color: #3E5062; font-size: 20px; font-weight: bold;  line-height: 18px; margin-left: 10px; margin-bottom: 10px;}

	
	/* --------------------------------------Header beeld */
	
	.headerContainer
	{
		width: 100%;
		height: 691px;
		position: fixed;
		top: 60px;
		z-index: -1;
	}

	.headerImage
	{
		width: 100%;
		max-width: 2500px;
		margin: auto;
		height: 691px;
		object-fit: cover;
	}

	.bg-home {
		Width: 100%;
		height: 270px;
		position: fixed;
		top: 750px;

		/* background-repeat: repeat-x; */
		z-index: -2;
	}
	.spiegel{
		width: 100%;
		max-width: 2500px;
		margin: auto;
		height: 270px;
		object-fit: cover;
	}
	
	/* --------------------------------------Navigatie */
	
nav{
  position: sticky;
  top: 0;
	background-color: rgba(254, 246, 246, 0.9);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
	border-top: 1px solid rgb(227, 227, 227);
	border-bottom: 1px solid white;
	z-index: 999;
}
nav ul{
	width: 100%;
	list-style: none;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
nav li{
	height: 60px;
	font-size: 17px;
	}

nav a{
	height: 100%;
	padding: 0 30px;
	text-decoration: none;
	display: flex;
	align-items: center;
	color: black;
}
nav a:hover{
	background-color: #f0f0f0;
}
nav li:first-child{
	margin-right: auto;
	font-size: 27px;
}
nav li:first-child a{
	color: #464646;
}

.sidebar{
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	width: 250px;
	z-index: 999;
	backdrop-filter: blur(10px);
	background-color: rgba(255, 225, 225, 0.5);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
	display: none;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.sidebar li{
	width: 100%;
}
.sidebar a{
	width: 100%;
}
.menu-button{
	display: none;
}
@media(max-width: 900px){
	.hideOnMobile{
		display: none;
	}
	.menu-button{
		display: block;
	}
	.sidebar a{
		font-size: 16px;
	}
	nav li:first-child{
	font-size: 22px;
}
}
@media(max-width: 500px){
	.sidebar{
		width: 100%;
	}
	.sidebar a{
		justify-content: center;
		padding: 0;
		font-size: 18px;
	}
	.sidebar li:first-child a{
		justify-content: flex-end;
		width: 90%;
	}
}
/*------------------------------------ box van de player */
	
	.player-ctn{ 
	  	z-index: 500;
  		border-radius: 15px;
  		max-width: 430px;
  		padding: 10px;
  		/*background-color: #373737;*/
  		background: rgba(70, 70, 70, 0.7);
  		margin: 500px auto 0px;
  		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		border: 1px solid #e9cc95;
}

/*------------------------------------- content home wp*/
.white-bg{
	width: 100%;
	margin: 50px 0 0 0;
	background-color: white;
	position: relative;
	z-index: 1;
}
.content-home{
	max-width: 1365px; 
	margin: 0px auto; 
	position: relative;
	z-index: -1;
}
/* ----------- custon HTML No1 wp */
.container-home-content{
	width: 100%;
	margin: 50px 0 0;
	padding: 20px 0 0;
	text-align: center;
}
	.titel-home{
		max-width: 500px;
		margin: 20px auto 0px;
		border-bottom: 2px solid #e9cc95;
		text-align: center;
	}
	.titel-home h1{
		color: #5d768d;
		font-size: 50px;
		line-height: 1.4;

	}
	.sub-titel-home{
		color: #e9cc95;
		font-size: 25px;
		line-height: 1.7;
		font-weight: bold;
	}
	.text-home{
		max-width: 950px;
		margin: 0 auto 20px;
		padding: 10px 20px 20px 20px;
		color:#707070;
		font-size: 23px;
		line-height: 1.6;
		border-bottom: 2px solid #e9cc95;
	}

/* ----------- custon HTML 3 columns wp */
	.home_columns{ /*<div>*/
		margin: auto;
		padding: 30px 10px 90px 10px;
	}

	.home_column{ /*<div>*/
		padding: 20px;
		margin: 0;
		/* border: 1px solid black; */
		text-align: center;
	}
	.home_column h1{
		font-size: 25px;
		line-height: 1.1;
		color:#e9cc95;
	}
	.home_column p{
		margin: -10px auto;
		font-size: 17px;
		line-height: 1.1;
		max-width: 150px;
		font-style: italic;
	}
	.home_column p a{
		text-decoration: none;
		color:#2B3843;
	}
	.home_column p a:hover{
		text-decoration: underline;
		color: red;
	}
	.icon-write, .icon-play, .icon-coach { /*<div>*/
		max-width: 200px;
		height: 200px;
		object-fit: cover;
		margin: 0 auto;
		background-repeat: no-repeat;
	}
	.icon-write { 
		background-image: url("../img/icon/write.svg");
	}
	.icon-play { 
		background-image: url("../img/icon/play.svg");
	}
	.icon-coach { 
		background-image: url("../img/icon/coach.svg");
	}

/*--------------------------------- footer */

#footerContainer
{
	width: 100%;
	max-height: 30%;
	position: fixed;
	display: none;
	bottom: 0px;
}
#footerContainerSub
{
	width: 100%;
	max-height: 500px;
	position: relative;
	display: block;
}
.footerContent{
	width: 100%;
	height: 500px;
	max-width: 2500px;
	margin: 0 auto 0;
	
	background-image: url("../img/footer.jpg");
	background-repeat:repeat-x;
	border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.footerMenuContainer{
	max-width: 1365px;
	margin: auto;
}
.footerMenu{
	display: flex;
	flex-direction: column;
	margin: 50px auto;
	padding: 20px 0px 20px;
	max-width: 250px;
	list-style: none;
	background-color: rgba(27, 36, 50, 0.7);
	border: 1px solid rgba(255, 255, 255, 0.370);
	border-radius: 20px;
}

.footerMenu li{
	height: 25px;
	font-size: 15px;
	}

.footerMenu a{
	height: 50px;
	padding: 0 30px;
	text-decoration: none;
	display: flex;
	align-items: center;
	color: rgb(255, 255, 255);
}

/*--------------------------------------- Pagina/page.php*/


.featured-image
	{
		width: 100%;
		height: 850px;
		position: fixed;
		top: 60px;
		z-index: -1;
	}

.featured-image img
	{
		max-width: 1600px;
		margin: 0;
		height: 850px;
		object-fit: cover;
-webkit-box-reflect: below;
	}

.page-title{
		color: #ffffffe8;
		font-size: 50px;
		max-width: 500px;
		margin: 290px 20px 0px 20px;
		text-shadow: 2px 2px 4px #000000;
	}
.text-container{
	background-color: #ffffffda;
	padding: 20px;
	border-radius: 15px;
	max-width: 1200px;
	margin-top: 40px !important;
	/* border: 1px solid rgba(128, 128, 128, 0.448); */
	box-shadow: 5px 1px 7px 1px rgba(131, 130, 130, 0.23);
}
.text-container img{
	border-radius: 10px;
}

@media(max-width: 1200px){
.text-container{
	border-radius: 0px;
	}
}

.text-page{
	max-width: 900px;
	padding: 20px;
	font-size: 18px;
	line-height: 1.5;
}
.text-page h2 {
	font-size: 25px;
	font-weight: lighter;
	margin-left: -10px;
}
.text-page p{
	margin: 20px 0;
}

.spacer{
	margin: 20px;
}
.solid-gold{
	background-color: #fabe5ed5;
	box-shadow: 0px 0px 0px 0px;
	color:#000000;
}
.solid-gold h2,strong{
	color: white;
	text-shadow: 1px 1px 1px #000000d2;
}
.solid-gold p{
	font-size: 22px;
}
.rechthoek{
	border-radius: 0;;
	border: 1px solid rgba(85, 84, 84, 0.457);
}

.player-subpage {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 10px auto;
  padding: 0;
  max-width: 500px;
}
@media(max-width: 355px){
	.page-title{
		font-size: 40px;
	}
	.player-subpage {
		margin: 10px -30px;
	}
}

.player-subpage figcaption {
  font-size: 12px;
  margin: 10px;
  color: #333;
}

.player-subpage audio {
  background-color: #5c5c5c;
  width: 100%;
  outline: none;
  border: 1px solid black;
}

	@media(max-width: 950px){
		.featured-image img
		{
			margin: 0 -150px;
		}
		.text-container{
		margin-left: 0px;
		padding: 10px;
		}
	}
/*--------------------------------------- contact embed */

.embed{
	position:absolute; 
	top:70px; 
	width: 100%;
	display: block;
}
.embed > div{
	max-width:1200px; 
	margin:0 auto; 
	display: flex; 
	justify-content: flex-end;
}

.embed_mobile{
display: none !important;
}

@media(max-width: 700px){
.embed{
	display: none;
}
.embed_mobile{
	display: flex !important;
}
}

/*--------------------------------------- blogposts/single.php */

.content { 
	max-width: 1350px; 
	margin: auto; 
	position: relative;
	z-index: 1;
}
#titel{ /*<div>*/
	border-bottom: 2px solid #e9cc95;
	margin: 20px;
}
#titel h1{
	color: #5d768d;
	font-size: 35px;
	line-height: 1.4;
}

#subTitel { 
	font-size: 25px;
	line-height: 1.1;
}


#single-content{ /*<div>*/
	max-width: 1200px; 
	min-height: 350px;
	/* margin: 0px auto;  */
	/* margin: 20px; */
	position: relative;
	z-index: -1;
	color:#707070;
	font-size: 17px;;
}

#single-content p {
	margin-bottom: 30px;
	padding: 0 20px;
	clear: both; 
	font-size: 18px; 
	line-height: 30px;
	color: #2B3843;
	}
#single-content h1, h2, h3, h4{
	padding-left: 10px;
}
#single-content ul { list-style: disc; margin-bottom: 30px; margin-left: 40px;}

.wp-block-columns {
margin: 0 auto;
} 


/*'Citaat' op blogpagina voor de songteksten*/
.wp-block-quote {
	background-color: rgba(255, 255, 255, 0.863);
	padding: 20px;
	border-radius: 15px;
	max-width: 500px;
}
@media(max-width: 781px){
	.wp-block-quote{
		margin: 0 auto;
	}
}


/* breedte videoblok op blogpagina*/
.divwidth
{
max-width: 250px;
margin: 0 auto;

}