.mtb a { color: #00f; }
.mtb a:hover {
<------>color: #00f;
<------>text-decoration: underline;
}


div.navbar-header * {
	color: #0081ff;
}

/* Kontaktformular 
 * siehe auch
 * https://paulund.co.uk/style-checkboxes-with-css
 */ 


div.formular * {
	margin: 0;
	padding:0;
	border: 0;
	font-style: normal;
}

div.formular form {
	padding:6px;
	background: #99FF33;
}

div.formular div {
	margin-bottom: 3px;
	position: relative;
}

div.formular label {
	width: 120px;
	height: 25px;
	text-align:right;
	padding-right:4px;
	vertical-align: top;
}

div.formular input[type='text'] {
	width:240px;
	height: 25px;
	position: absolute;
	top: 0px;
  	left: 120px;
}

/*
div.formular textarea {
	width: 322px;
	height:198px;
	position: absolute;
	top: 0px;
  	left: 120px;
}
*/

div.formular input.submit {
	border-right: 1px solid #aaa;
	border-bottom:1px solid #aaa;
	border-left  :1px solid #fff;
	border-top   :1px solid #fff;
	padding:0 3px;
	background: #e4e4e4;
}

div.formular input[type='checkbox'] {
	visibility: hidden;
}

div.checkbox {
	width: 335px;
	text-align:right;
	padding-right:4px;
	vertical-align: top;
	position: relative;
}

div.checkbox p {
	border-top   :1px solid #bbb;
    min-height: 30px;
	padding:2px;
}

div.formular h3 {
	font-size:130%;
}

div.checkbox label {
	cursor: pointer;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
  	right: -25px;
	background: #fff;
}

div.checkbox label:after {
	opacity: 0.12;
	content: '';
	position: absolute;
	width: 20px;
	height: 8px;
	background: transparent;
	top: 8px;
	left: 3px;
	border: 3px solid #0b0;
	border-top: none;
	border-right: none;
	transform: rotate(-45deg);
}

div.checkbox label:hover::after {
	opacity: 0.4;
}

div.checkbox input[type=checkbox]:checked + label:after {
	opacity: 1;
}


.wortreich, .mobile {display: none;}
