@charset "utf-8";
/* CSS Document */

body{
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div.content-beperkt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

}



	h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #aa5a30;
	margin: 0 auto;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;

	}

	h2 {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #aa5a30;
	margin: 0 auto;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	}
	
	h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #336666;

	padding-top: 10px;

	padding-bottom: 0px;
	font-weight: bolder;
}
	h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	padding-left: 30px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	}
	
	h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #333;
	margin: 0 auto;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	font-variant: normal;
	text-transform: none;
	}
h6 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	line-height: 30px;
}
	
	p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #333;
/*	padding-left: 30px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;*/
}


a {
	text-decoration: none;
}

.container-md .title_box_desktop a {
	font-family: Verdana, Geneva, sans-serif;
	color: #336666;
	text-decoration: none;
}
</style>

hr {
	  border: 1px solid #336666;	
}

.mobile-container {
 
  margin: auto;
  color: white;
  border-radius: 10px;
}

.topnav {
  overflow: hidden;
  background-color: #FFF;
  position: relative;
}

.topnav #myLinks {
	display: none;
}

.topnav a {
	color: #336666;

	display: block;
	padding-top: 14px;
	padding-right: 16px;
	padding-left: 16px;
}

.topnav a.icon {
	font-size: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {
	font-weight: bolder;
}

.title {
  background-color: #FFF;
  font-size: 26px; 
  	text-decoration: none;
}

.link {
	font-size: 14px;
	padding-left: 10px;
	text-align: left;
}

.title_box_desktop {
	height:60px;
	font-size: 34px;
	color: #336666;
	text-align: center;
	font-variant: normal;
	text-transform: uppercase;
	padding-top: 15px;
	}
	

.desktop-navigation {
	text-align: center;
	height: 50px;
	width: 100%;
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
}

.card{
	border-color: #FFF;		
}

.desktop-nav-list{
	display: inline;
	padding-top: 6px;
	padding-right: 30px;
	padding-bottom: 6px;
	padding-left: 30px;
	}
	
.mobile-contact {
	text-align: center;
	height: 50px;
	width: 100%;
	clear: both;
}

.desktop-contact {
	text-align: center;
	height: 50px;
	width: 100%;
	clear: both;
}
	
.navlink-desktop{
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #336666;
	text-decoration: none;
	cursor: pointer;
	font-weight: bolder;
}

.navlink-desktop:hover{
	color:#E10000}
	
	
	.spkGreen {
	font-family: Verdana, Geneva, sans-serif;
	color: #336666;
	font-size: 36px
}

.spkRed {
  font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #aa5a30;
	margin: 0 auto;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
}
.LinkspkRed{
	font-family: Verdana, Geneva, sans-serif;
	color: #aa5a30;
	font-size: 14px;
	text-decoration: none;
	}
	
	
/*voor mobiel*/
@media screen and (max-width: 768px) {
  .title_box_desktop {display:none}
  .desktop-navigation {display:none}
		.desktop-contact {display:none}
		.spkGreen {font-size: 24px}
  
}

/*voor desktop*/
@media screen and (min-width: 768px) {
	.mobile-container {display:none}
	.mobile-contact {display:none}
	.buttons {display: none}
	.maillink {font-size: 14px}
}	
	
