/*
Theme Name: WeTalkBusiness - Basic Straight (2026)
Theme URI: www.wetalkbusiness.eu
Description: Dit thema is ontwikkeld door WeTalkBusiness en mag enkel gebruikt worden door klanten van WeTalkBusiness.
Version: 1.0
Author: Emiel Boerefijn
Author URI: www.wetalkbusiness.eu
*/

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

h1 {
	color: #000;
	font-family: sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
}


.headerBoven {
	background-color: #50954c;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
	padding: 10px;
	margin: 0;
}

.navigatie {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0;
}

a.logo {
	background-image: url("img/logo.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 200px;
	height: 75px;
}

.navigatie li .sub-menu {
	z-index: 999;
	display: none;
	position: absolute;
	top: 100%;
	right: 5px;
	background: #fff;
	box-shadow:1px 1px 10px rgba(0,0,0,0.3);
	margin: 0;
	padding: 10px;
	list-style-type: none;
	width: 200px;
}

.navigatie li .sub-menu a {
	color: #000;
	padding:.25rem;
	font-size: 1rem;
	text-align: center;
	display: block;
	text-decoration: none;
	white-space: wrap;
}

.navigatie li .sub-menu a:hover {
	color: #49a93f;
}

.navigatie .menu-item-has-children:hover .sub-menu {
	display: block;
}

.navigatie li {
	position: relative;
	color: #000;
}

.navigatie li a {
	font-family: sans-serif;
	font-size: 1.25rem;
	padding: 10px;
	line-height: 40px;
	color: #ffffff;
	text-decoration: none;
	white-space:nowrap;  /* tegenhouden van tekst in twee regels i.p.v. één regel */
}

.navigatie li a:hover{
	text-decoration: underline;
}

.navigatie li:first-child a{
	padding-left: 0;
}

.navigatie li:last-child a{
	padding-right: 0;
}

.content {
	padding: 20px;
}



.footer {
	background-color: #50954c;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	padding: 10px;
	margin: 0;
	font-size: 0.9rem;
}

.footer ul{
	list-style-type: none;
	padding: 0; 
	margin: 0;
}

.credits {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
}

.credits a{
	color: #fff;
	text-decoration: none;
}

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

