@charset "utf-8";
:root {
  --logo-green: #219929;
  --main-bg-color: #f2f0ed;
  --shadow-color: #a39e96;
  --shadow-col-lght: #e5e3e0;
  --border-color: #ccc8c1;
}

body {
	margin: 0px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #444;
	background-color: #000;
}
#logo {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 1.75em;
	text-decoration: none;
	color: #219929;
	width: 150px;
	height: 50px;
	margin: 24px 24px 0 20px;
}
#main {
	border-radius: 7px;
	box-shadow: inset 3px 3px 5px var(--shadow-color);
	background-color: var(--main-bg-color);
	margin: 0 10px;
	min-width:240px;
	padding: 20px 16px;
	font-size: 1.1em;
}
#comppage {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}
#action {
	background-color: var(--main-bg-color);
	width: 100%;
	box-shadow: inset 3px 3px 5px var(--shadow-color);
	border-radius: 5px;
	margin: 3px 0 5px 0;
	padding: 5px 12px;
}
.bordertxt {
	padding : 3px 7px;
	margin-bottom: 5px;
	border: 1px solid var(--border-color);
	border-radius: 3px;
}
.txt {
	padding : 3px 7px;
	margin: 3px 0 5px 0;
	background-color: #fff;
	border-radius: 3px;
}
.bordertxt td, .txt td {
	padding : 1px;

}
.right {
	margin:0 30% 10px 0;
	background-color: #d9eada;
	color: #333;
}
.left {
	margin:0 0 10px 30%;
	background-color: #d8e4ee;
	color: #333;
}
.chattxt {
	width: 70%;
	border-radius: 5px;
	padding: 10px 15px;
}
button.action {
	display: inline-block;
	max-width: 180px;
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 7px 9px;
	margin: 10px 15px;
	overflow: hidden;
	font-size: 1em;
	background-color: #337ab7;
	color: #fff;
}
.bigbut {
	max-width: 320px;
	margin: 10px auto 5px auto;
	padding: 7px 15px;
	border-radius: 5px;
	background-color: #219929;
	border: 1px solid #1b8922;
	color: #fff;
	cursor: pointer;
	font-size: 1.2em;
}
.bigbut:hover {
	background-color: #27aa30;
}
.bigbut.disabled {
	background-color: #c1c1c1;
	border: 1px solid #878787;
}
div#header {
	height: 70px;
}
.nav-hamburger {
	display: none;
}
div#header div.navbar {
	display: inline-block;
	height: 50px;
	/* padding: 10px 10px 10px 30px; */
	margin: 10px;
	text-align: right;
}
div#header div.navbar .menuitem {
	display: inline-block;
	font-size: 1.25em;
	color: #E9E7E3;
	padding: 2px 5px;
	margin: 5px 10px 0 6px;
	cursor: pointer;
}
a.menuitem {
	text-decoration: none;
}
a.menuitem:hover {
	text-decoration: underline;
}
div.regel {
	display:flex;
	flex-direction: row;
	gap: 15px;
	padding: 2px 12px;
	border-radius: 3px;
	border: 1px solid transparent;
	white-space: nowrap;
}
div.regel:hover {
	background-color: #fff7cc;
	border: 1px solid #bebebe;
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, .2);
}
div.regel a {
	text-decoration: none;
}
div.regel:hover a {
	text-decoration: underline;
}
#content {
	z-index:  -1;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background-color: var(--main-bg-color);
	/*overflow-y: scroll;*/
	margin: 0 10px;
}
div#accfirst {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}
div#accfirst>h2 {
	width: 100%;
}
div#accfirst section {
	display: inline-block;
	width: 48%;
	max-width: 960px;
	/*min-height: 180px;*/
	margin: 0 10px 10px 0;
	background-color: #fff;
  padding: 2px 5px;
  border: 1px solid var(--border-color);
  border-radius: 7px;
  font-size: 1.1em;
}
section>div.sectionwrapper {
	display: flex;
	flex-direction: column;
}
div#accfirst form.form {
	margin: 15px 0;
	border: 1px solid #ddd;
	border-radius: 7px;
	padding: 5px 15px 15px 15px;
	background-color: #fff;
	width: 100%;
}
div#accfirst form.form>div:nth-of-type(1) {
	position: relative;
  top: -10px;
}
div#accfirst form.form>h4.title {
	position: relative;
	top: -18px;
	left: 7px;
	background-color: #fff;
	padding: 0 12px;
	display: inline-block;
	border-radius: 5px;
}
div#accsecond {
	display: flex;
	flex-direction: column;
	max-width: 20%;
}
div#formwrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-top: 15px;
}
div#loginform, div#newloginform, div#voordeel {
	display: inline-block;
	width: 45%;
	border-radius: 7px;
	background-color: #fff;
	border: 1px solid var(--border-color);
	margin: 0 15px 15px 15px;
	padding: 15px 20px;
}
div.account_form {
	font-size: 16px;
}
div#newshead {
	max-width: 960px;
	height: 240px;
	font-size: .9em;
}
div.newsshort {
	max-width: 30%;
	border-radius: 5px;
	background-color: #eee;
	padding: 5px 7px;
}
#CookiebotWidget:not(.CookiebotWidget-inactive) {
    bottom: 40px;
    left: 10px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 600;
}
h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5rem;
	margin: 0px;
}
h2 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.15rem;
	margin: 0px;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.05rem;
	margin: 0px;
}
h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	margin: 0px;
}
h4.balk {
	background-color: #555;
	color: #eee;
	padding: 2px 9px;
	border-radius: 3px;
	margin: 3px 0 5px 0;
}
h5 {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.95rem;
	margin: 0px;
}
h6 {
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9rem;
	margin: 0px;
}
a, a:visited {
	color: #666;
}

.center {
	text-align: center;
}
a.btn.pull-right {
  float: right !important;
}
a.btn {
  display: inline-block;
  padding: 3px 6px;
  margin-bottom: 0;
  /*margin: 0 0 0 auto;*/
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
a.btn-primary, a.btn-primary:visited {
  color: #fff;
  background-color: #9EA2A8;
  border-color: #777;
  text-decoration: none;
}

@media (max-width: 960px) {

	#main {
		font-size: 1.05em;
	}
	.nav-hamburger {
		display: inline-block;
	}
	div#header div.navbar {
		display: none;
	}
	#content {
		margin: 0 auto;
	}
	div#newshead {
		height: 240px;
		font-size: .85em;
	}
	div.newsshort {
		max-width: 50%;
		border-radius: 5px;
	}
	div#accfirst {
		display: flex;
		flex-direction: column;
	}
	div#accfirst section {
		width:  100%;
	}
	div#accsecond {
		display: flex;
		flex-direction: column;
		max-width: 20%;
  }
	div#formwrapper {
		display: flex;
		flex-direction: column;
		margin-top: 15px 0;
	}
	div#loginform, div#newloginform, div#voordeel {
		display: flex;
		flex-direction: column;
		width: auto;
		border-radius: 5px;
		margin: 0 15% 15px 15%;
		padding: 10px 15px;
	}
	div.account_form, div#voordeel {
		font-size: 0.95em;
	}
	div.account_form h4, div#voordeel h4 {
		font-size: 1.15em;
	}
	h1 {
		font-size: 1.3rem;
	}
	h2 {
		font-size: 1.2rem;
	}
	h3 {
		font-size: 1.1rem;
	}

}

@media (max-width: 720px) {

	#comppage {
		flex-direction: column;
	}
	#main {
		font-size: 1em;
	}
	#content {
		margin: 0 auto;
	}
	div#newshead {
		height: 240px;
		font-size: .75em;
	}
	div.newsshort {
		max-width: 75%;
		border-radius: 5px;
	}
	div#loginform, div#voordeel {
		width: auto;
		margin: 0 10% 12px 10%;
	}
	div.account_form, div#voordeel {
		font-size: 0.9em;
	}
	div.account_form h4, div#voordeel h4 {
		font-size: 1em;
	}
	#CookiebotWidget:not(.CookiebotWidget-inactive) {
	    bottom: 40px;
	    left: 10px;
	}
	h1 {
		font-size: 1.15rem;
	}
	h2 {
		font-size: 1.1rem;
	}
	h3 {
		font-size: 1.05rem;
	}

}

/* hier de hamburger 600 */
@media (max-width: 600px) {

	#content {
		margin: 0 auto;
	}
	div#newshead {
		height: 240px;
		font-size: .70em;
	}
	div.nomob {
		display: none;
	}
	div.newsshort {
		max-width: 95%;
		border-radius: 5px;
	}
	div#loginform, div#voordeel {
		width: auto;
		margin: 0 7% 10px 7%;
	}
	div#accfirst form.form>h4.title {
		font-size: .95em;
		left: 2px;
	}
	#CookiebotWidget:not(.CookiebotWidget-inactive) {
	    bottom: 40px;
	    left: 10px;
	}
	h1 {
		font-size: 1.1rem;
	}
	h2 {
		font-size: 1rem;
	}
	h3 {
		font-size: 0.95rem;
	}

}

@media (max-width: 480px) {

	#content {
		margin: 0 auto;
	}
	form #titel {
		min-width: 95%;
	}
	form #samenvatting {
		min-width: 95%;
	}
	form #tekst {
		min-width: 95%;
	}
	form #keywords {
		min-width: 95%;
	}
	div#newshead {
		height: 240px;
		font-size: .55em;
	}
	div.nomob {
		display: none;
	}
	div.newsshort {
		max-width: 100%;
		border-radius: 5px;
	}
	div#loginform, div#voordeel {
		width: auto;
		margin: 0 3% 7px 3%;
	}
	#CookiebotWidget:not(.CookiebotWidget-inactive) {
	    bottom: 40px;
	    left: 10px;
	}
	h1 {
		font-size: 1rem;
	}
	h2 {
		font-size: .9rem;
	}
	h3 {
		font-size: 0.8rem;
	}

}
