@font-face {
font-family: 'InterstateRegular';
src: url("/style/delfland/css/fonts/Interstate-Regular.otf") format("opentype");
}

@font-face {
font-family: 'InterstateBold';
font-weight: bold;
src: url("/style/scheldestromen/css/fonts/Interstate-Bold.otf") format("opentype");
}

@font-face {
font-family: 'TheMix';
src: url("/style/delfland/css/font/TheMixOffice5_.otf") format("opentype");
}

@font-face {
font-family: 'TheMix';
font-weight: bold;
src: url("/style/scheldestromen/css/fonts/Interstate-Bold.otf") format("opentype");
}



body{
	margin: auto;
	/*max-width: 800px;*/
	background-image: url("/style/delfland/images/hhdelfland-logo.svg");
	background-repeat: no-repeat;
	background-size: 180px 62px;
	padding-top: 100px;
	background-position-x: 365px;
	background-position-y: 20px;	

}

.breed {
	width: 100%;/*650px;*/
	background-color: #f3f5f6;
	margin: auto;
	max-width: 1200px;	
}

.breed_titel {
	width: 100%;
	margin: auto;
	max-width: 1200px;	
}

.breed_balk{
	background-color: #004990;
	height: 80.5px;
	width: 100%;
}

table,td,textarea {
	font-size: 1em;
    line-height: 1.5;		
	font-family: "Open Sans", Verdana, sans-serif;
	color: #000000;
}

input[type="text"] {
	border-radius: 4px;
	width: 100%;
	box-shadow: inset 0 0 0 1px #272727;
	-webkit-appearance: none;
	background-color: #fff;
	border: 0;
	box-sizing: border-box;
	font-family: "Open Sans", Verdana, sans-serif;
	font-size: 1em;
	padding: 12px 13px;
}
input[type="text"]:focus {
	border: 1px solid #0098d4;
}

input:focus {
	border-color: #0098d4;
	box-shadow: 0 0 1px #0098d4;
}

select{
	font-size: 18px;
	line-height: 30px;	
	font-family: "Open Sans", Verdana, sans-serif;
	color: #000000;
	padding: 5px;
}

a {
	color: #006ab2;
	font-size: 18px;
	line-height: 30px;	
	font-family: "Open Sans", Verdana, sans-serif;
	text-decoration: none;
}

a:hover {
	color: #000000;
	font-size: 18px;
	line-height: 30px;	
	font-family: "Open Sans", Verdana, sans-serif;	
	text-decoration: underline;
}

a:visited {
	color: #006ab2;
	font-size: 18px;
	line-height: 30px;	
	font-family: "Open Sans", Verdana, sans-serif;
	text-decoration: none;
}

a.logo {
	display: block;
	height: 62px;
	width: 180px;
	top: 20px;
	left: 365px;
	position: absolute;
}

h1{
	font-size: 2.667em;
	font-style: italic;
	line-height: 1.29167;
	letter-spacing: -.4px;
	/*font-family: "Open Sans", Verdana, sans-serif;*/
	font-family: "TheMix", "Trebuchet MS", Trebuchet, Sans-Serif;
	font-weight: 700;
	margin: 15px 0;
	padding: 16px;
	color: #004990;	
}

.titel {
	font-size: 2.667em;
	font-style: italic;
	line-height: 1.29167;
	letter-spacing: -.4px;
	/*font-family: "Open Sans", Verdana, sans-serif;*/
	font-family: "TheMix", "Trebuchet MS", Trebuchet, Sans-Serif;
	font-weight: 700;
	margin: 15px 0;
	padding: 16px;
	color: #004990;	
}

h2 {
	font-size: 40px;
	font-variant: bold;
	line-height: 45px;
	font-family: "Open Sans", Verdana, sans-serif;
	color: #004990;
}

.kop {
	font-size: 30px;
	font-variant: bold;
	line-height: 35px;
	font-family: "Open Sans", Verdana, sans-serif;
	color: #004990;	
}

.text {
	font-size: 18px;
	line-height: 30px;	
	font-family: "Open Sans", Verdana, sans-serif;
	color: #000000;	
}

.col2 {
	width: 100%;/*300px;*/
}

td {
	padding-left: 16px;
	padding-right: 16px;		
}

.col1 {
	color: #004990;
	font-size: 1.125em;
	font-family: "TheMix", "Trebuchet MS", Trebuchet, Sans-Serif;
	font-weight: 600;
	line-height: 1.5;
	width: 250px;
}

.button, .buttons{
	background-color: #004990;
	border-width: 0;
	color: #fff;
	font-family: "Open Sans", Verdana, sans-serif;
	font-size: 1em;
	padding: 14px 24px;
	cursor: pointer;
}

.button:hover, .buttons:hover{
	background-color: #0098d4;
	border-width: 0;
	color: #fff;
	font-family: "Open Sans", Verdana, sans-serif;
	font-size: 1em;
	padding: 14px 24px;
	cursor: pointer;
}

.hidden {
	display: none;
}

.lege_regel {
	height: 15px;
}

@media (max-width: 700px) {
	body {
		margin: auto;
		background-image: url("/style/delfland/images/hhdelfland-logo.svg");
		background-repeat: no-repeat;
		background-size: 180px 62px;
		padding-top: 100px;
		background-position-x: 20px !important;
		background-position-y: 20px;	
	}	
	a.logo {
		display: block;
		height: 62px;
		width: 180px;
		top: 20px;
		left: 20px;
		position: absolute;
	}	
}


@media (max-width: 480px) {

	.breed {
		width: 93%;
		margin-left: 14px;
		margin-right: 14px;
	}
	.col1 {
		width: 90%;
		display: block;
		position: absolute;			
	}
	.col2 {
		width: 100%;
	}
	.col3 {
		width: 100%;
		margin-bottom: 10px;
		margin-top: 32px;		
	}
	input[type="text"], input[type="file"] {
		width: 100%;
		margin-bottom: 10px;
		margin-top: 32px;	
	}
	input[type="button"] {
		width: 100%;	
	}
	select{
		width: 100%;
		margin-bottom: 10px;
		margin-top: 32px;		
	}
	td{
		padding-left: 15px;
		padding-right: 15px;		
	}	
}