/* algemene styling */
@font-face {
    font-family: logoFont;
    src: url(fonts/uit.ttf);
}

@font-face {
    font-family: myriad;
    src: url(fonts/MYRIAD.OTF);
}

body, html {
	padding: 0px;
	margin: 0px;
}

#contentcontainer{
	width: 100%;
	text-align: center;
	height: auto;
	position: relative;
	top: 85px;
}

a:link, a:visited {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.67);
}

h2 {
	color: #67ccd7;
	line-height: 20px;
	padding-top: 25px;
	margin: 0px;
}

.recensie_content {
	width: 100%;
	height: auto;
	padding: 20px 20px 20px 5px;
	text-align: left;
	font-style: italic;
	margin-top: 10px;
	font-size: 12px;
	font-family: myriad;
}

.recensie_content span {
	display: block;
	padding-top: 10px;
	font-size: 15px;
	font-style: normal;
	font-family: myriad;
}


/* HEADER styling */
#header {
	background-color: #2FC0D0;
	text-align: center;
	height: 50px;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	text-align: center;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.23);
	z-index: 999;
	transition: all, 0.3s;
	-webkit-transition: all, 0.2s;
	-moz-transition: all, 0.2s;
	-o-transition: all, 0.2s;
}

#headermiddencontainer{
	width: 100%;
	margin: auto;
	background-color: rgba(237, 237, 237, 0.31);
	text-align: center;
}
#showmenu{
	width: 100%;
	display: block;
	background-color: #0d8794;
	color: white;
	height: 35px;
	text-align: center;
	font-family: myriad;
	font-size: 19px;
	line-height: 35px;
	cursor: pointer;
	
	
}

#header ul{
	list-style: none;
	display: block;
	float: right;
	height: 100%;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

#header ul li{
	display: none;
	background-color: #2FC0D0;
	color: white;
	padding-left: 5px;
	padding-right: 5px;
	height: 30px;
	width: 100%;
	transition: all, 0.3s;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	cursor: pointer;
	font-family: myriad;
	line-height: 30px;
}

#header ul li:hover, #header ul li:active {
	background-color: #0d8794;
	transition: all, 0.3s;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-o-transition: all, 0.3s;
}

	/* Styling van het logo */
	#logo{
		font-family: logoFont;
		color: white;
		margin: auto;
		position: relative;
		width: 150px;
		height: 50px;
		top: 0px;
		font-size: 33px;
		text-align: left;
		display: inline-block;
		transition: all, 0.3s;
		-webkit-transition: all, 0.3s;
		-moz-transition: all, 0.3s;
		-o-transition: all, 0.3s;
	}

	#logoonder {
		height: 10px;
		display: block;
		padding-right: 3px;
	}

	#logo span {
		font-family: logoFont;
		font-size: 10px;
		float: right;
		position: relative;
		top: -5px;
	}

	#witbalkje {
		width: 40px;
		height: 2px;
		background-color: white;
		float: left;
	}
	/* Styling van het logo klaar */

/* Sluit HEADER styling */

/* Balk met afbeelding waarop iets wordt gepresenteerd */
.imgdiv {
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.imgdivdiensten {
	width: 100%;
	background-position: center center;
	background-size: cover;
	margin-top: 80px;
	margin-bottom: 50px;
	display: block;
	text-align: center;
}

.imgdivdiensten img{
	margin-left: auto; margin-right: auto;
	position: relative;
}

.imgcontent{
	height: 100%;
	margin: auto;
	text-align: left;
}

#balk1 #accolade {
	width: 50px;
	height: 50px;
	position: relative;
	top: 35px;
	display: block;
}

#balk1 span:nth-of-type(1) {
	color: white;
	position: relative;
	top:55px;
	font-family: myriad;
	display: block;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.29);
}

#balk1 {
	text-align: center
}

/* Variabelen die met de breedte van het beeldscherm te maken hebben */


	#balk1 span:nth-of-type(1){
		font-size: 18px;
		margin: auto
	}
	.imgcontent{
		width: 90%;
	}
	.content{
		width: 90%;
	}
	.blauwestreep {
		width: 90%;
	}
	.imgdivdiensten img {
		width: 100%;
		top: 45px;
	}
	#overonslinks, #columnlinks, #columnrechts {
	font-size: 14px;
	}
	#tarievenimg {
		width: 100%;
		top: 30px;
		position: relative;
	}
	.imgdiv {
		height: 250px;
	}
	
	.imgdivdiensten{
		height: 200px;
	}
	
	#qoute {
		height: 300px;
	}

#contact{
	margin-top: 80px;
	position: relative;
}

#witbalkjeondertittel {
	background-color: white;
	width: 60px;
	height: 2px;
	position: relative;
	top: 70px;
	left: 5px;
}

#balk1 span:nth-of-type(2){
	color: white;
	font-size: 10px;
	position: relative;
	text-align: left;
	float: left;
	top:63px;
	left: 70px;
	font-family: myriad;
	display: inline-block;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.29);
}

.content{
	margin-left: auto; margin-right: auto;
	height: auto;
	position: relative;
	display: block;
	overflow:visible;
}

.maincontent table tr td {
	padding: 5px;
	font-family: myriad;
	height: auto;
	width: auto;
	display: table-column;
}

.contentTitel {
	width: 60px;
	height: 2px;
	background-color: #2FC0D0;
	left: 5px;
	position: relative;	
	text-align: left;
}

.titelcontainer span {
	position: relative;
	font-family: myriad;
	font-size: 22px;
	float: left;
	top: -18px;
	left: 70px;
}

.titelcontainer {
	display: block;
	width: 100%;
}

#homepage {
	margin-top: 80px;
}

.maincontent {
	height: auto;
	width: 100%;
	margin: 35px auto 0px auto;
	text-align: center;
	overflow:auto; 
}

#Homelinks {
	display: block;
	float: left;
	height: auto;
	width: 90%;
	font-size: 15px
}

#Homelinks b{
	font-size: 15px
}

#Homemidden {
	display: none;
	height: auto;
	word-wrap: break-word;
	word-break:break-word
}

#Homerechts {
	display: none;
	float: right;
	height: auto;
}

#Homelinks, #Homemidden, #Homerechts {
	text-align: left;
	padding-left: 1%;
	padding-right: 1%;
	font-family: myriad;
	font-size: 13px;
}

.blauwestreep {
	height: 3px;
	background-color: #2FC0D0;
	margin: 80px auto;
	display: block;
}

#overonslinks {
	width: 100%;
	float: left;
	height: auto;
		padding-bottom: 0px;
}

#overonsrechts {
	width: 100%;
	height: auto;
	display: block;
	padding-top: 0px;
}

#columnlinks {
	width: 90%;
	height: auto;
	display: block
}

#columnrechts {
	width: 90%;
	height: auto;
	display: block
}

#overons {
	height: auto;
}

#profielfoto {
	width: 100%;
	margin-top: 20px;
}

#overonsrechts, #overonslinks {
	display: inline-block;
	text-align: left;
	padding-left: 1%;
	padding-right: 1%;
	font-family: myriad;
	height: auto;
}

#media {
	text-align: center;
	margin: auto;
	margin-top: 80px;
	min-height: 336px;
}

form {
	margin: 0px 30px
}

#formlinks{
	width: 100%;
	height: auto;
	display: inline-block;
	height: 121px;
	clear: none;
}

#formrechts{
	float: right;
	width: 90%;
	padding: 0px 5%;
	height: 121px;
	display: block;
	text-align: left;
	background-color: #2FC0D0;
	font-family: myriad;
	color: white;
	font-size: 13px;
	margin: 10px auto auto auto;
}

#formrechts span {
	float: right;
}

#formlinks input {
	width: 100%;
	-webkit-appearance: none;
	border: 2px solid #2FC0D0;
	display: block;
	padding: 10px;
	margin: 5px 0px;
}

form textarea {
	border: 2px solid #2FC0D0;
	width: 100%;
	margin-top: 10px;
	height: 150px;
	padding: 10px;
}

#qoute {
	margin-top: 150px;
}

#submit {
	background-color: #2FC0D0;
	float: right;
	margin-right: 15px;
	margin-top: 15px;
	-webkit-appearance: none;
	border: 0px;
	padding: 9px 9px 5px 9px;
	color: white;
	font-family: myriad;
	font-size: 15px;
	cursor: pointer;
}

#submit:active, #submit:hover {
	background-color: #0b818e;
}
#footer {
	background-color: #2FC0D0;
	height: 85px;
	width: 100%;
	text-align: center;
	margin-top: 80px;
	font-size: 7px;
}

.rondnieuws {
	display: none;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	margin-bottom: 30px;
	margin-left: 10px;
	background-color: #2FC0D0;
	font-family: myriad;
	line-height: 60px;
	color: white;
}

.mediapost {
	width: 90%;
	display: block;
	margin: 0px 5px;
}

.titlestreep {
	height: 2px;
	width: 30px;
	display: inline-block;
	float: left;
	background-color: #2FC0D0;
	margin-top: 7px;
}

#streepgroot{
	display: none;
}

.postcontent {
	float: right;
	width: calc(100% - 35px);
	text-align: left;
	font-family: myriad;
	height: 150px;
}

.postcontent2 {
	width: 100%;
	text-align: left;
	font-family: myriad;
	height: 320px;
}

.postcontent span:nth-of-type(1), .postcontent2 span:nth-of-type(1) {
	width: 100%;
	height: 26px;
	display: block;
}

.postcontent input, .postcontent2 input{
	border:2px solid #2FC0D0;
	-webkit-appearance: none;
	background: none;
}

.postbericht {
	font-size: 13px;
	height: 80px;
	width: 100%;
	display:inline-block;
    overflow:hidden !important;
}

.postberichtgroot {
	font-size: 14px;
	width: 100%;
	display: block;
}

.postgrootafbeelding{
	width: 100%;
	display: block;
	margin-bottom: 10px;
	height:250px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.mediapost{
	float: left;
}

.mediapost input {
	margin-top: 30px;
	padding: 5px;
	float: right;
	border: 2px solid #2FC0D0;
	font-family: myriad;
	background-color: white;
	-webkit-appearance: none;
	transition: all, 0.3s;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	cursor: pointer;
}

.button {
	margin-top: 30px;
	padding: 5px;
	border: 2px solid #2FC0D0;
	font-family: myriad;
	background-color: white;
	-webkit-appearance: none;
	transition: all, 0.3s;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-o-transition: all, 0.3s;
	cursor: pointer;
}

.mediapost input:active, .mediapost input:hover, .button:active .button:hover {
	background-color: #2FC0D0;
	color: white;
	transition: all, 0.3s;
	-webkit-transition: all, 0.3s;
	-moz-transition: all, 0.3s;
	-o-transition: all, 0.3s;
}

#postafbeelding{
	width: 100%;
	height: 50px;
	position: relative;
	margin-top: 10px;
	background-size: cover;
}

.postgroot {
	width: 80%;
	height: auto;
	overflow: auto;
	min-height: 300px;
	margin: 15px auto auto auto;
	border: 5px solid #2FC0D0;
	padding: 10px;
}

#sluiten {
	width: 83%;
}

.postgroot, #sluiten {
	display: none;
}


.facebookfeed {
	padding: 10px;
	text-align: left;
	position: relative;
}

.facebookfeedinfo {
	width: 100%;
	height: auto;
	margin-top: 20px;
	padding: 10px;
	font-family: myriad;
	text-align: left;
	font-size: 15px;
}

.facebookfeed .photo {
	width: calc(25% - 8px);
	height: 100px;
	display: inline-block;
	margin: 3px;
	background-position: center center;
	background-size: cover;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	border: 1px solid white;
	background-color: white;
	transform: scale(1);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	z-index: 0;
	position: relative;
	background-repeat: no-repeat;
	cursor: pointer;
}

.facebookfeed .photo:hover {
	transform: scale(1.5);
	z-index: 999;
}

.popup {
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	z-index: 99999;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.6);
	color: white;
	font-family: myriad;
	font-size: 40px;
}

.popup div {
	max-width: 500px;
	margin: auto;
}