
/* grey3 */

.tm-background {
background-image: url('../../../images/aanhanger.jpg');  
background-repeat: no repeat;
background-size: 100%;
background-attachment: fixed;
}
.uk-navbar-brand {
	float:left;
    height: 100%;
	margin-bottom:40px;
}

.tm-main.uk-width-medium-1-1 {
    margin-bottom: 150px;
}
.tm-middle.uk-grid {
    margin-bottom: 150px;
}
input.uk-search-field {
    font-size: 25px;
}
input#bericht {
    height: 100px;
}
.formFieldset .formBody label {
    margin: 8px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    margin-top: 0px;
}
.uk-article-title {
    font-size: 30px;
}

@media only screen and (min-width : 400px) {
.moduletable_bellen {
display:none;
}
}
@media only screen and (max-width : 450px) {
.uk-article-title {
    font-size: 30px;
	
}

}

