@media (min-width:1001px)
{
	form.kontaktformular {
		width: 900px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 130px;
	}
	input[type=submit] {
		/*visibility: hidden;*/
	}
	noscript center {
		color: red;
		font-weight: bold;
		margin-top: 43px;
		margin-bottom: 50px;
	}
	.felttekst {
		text-align: left;
		margin-top: 20px;
		margin-bottom: -1px;
	}
	input[type=button], input[type=submit] {
		background-color: #cccccc;
		/*border: 1px solid grey;*/
		font-family: arialround;
		padding: 2px 2px 2px 2px;
	}
	input[type=text] {
		height: 20px;
		border: 1px solid gray;
		color: #0000ff;
		background-color: #eeeeee;
		font-family: arialround;
		font-size: 11pt;
		padding: 1px 2px 1px 2px;
		width: 100%;
	}
	input[type=text].konf {
		width: 40px;
	}
	input[type=text]:focus {
		background-color: #fafafa;
	}

	.fil {
		margin-top: -19px;
		float: left;
		margin-left: 200px;
	}

	.captcha {
	}

	.captcha input {
		width: calc(100% - 200px);
		margin-top: 5px;
		float: right;
	}
	.captcha img {
		margin: 0 0 0 0;
	}

	.captcha img#reload {
		cursor: pointer;
	}

	textarea {
		border: 1px solid gray;
		color: #0000ff;
		background-color: #eeeeee;
		font-family: arialround;
		font-size: 12pt;
		padding: 1px 2px 1px 2px;
		width: 100%;
	}
	textarea:focus {
		background-color: #fafafa;
	}
	textarea#adressefelt {
		height: 130px;
	}
	textarea#beskedfelt {
		height: 240px;
	}
	#sendknap {
		margin-top: 21px;
		height: 26px;
	}
	#sendknap input {
		float: right;
		background-color: #dddddd;
		color: #000000;
		font-weight: bold;
		height: 26px;
		width: 68px;
		/*border: grey 1px solid;*/
	}
	#sendknap label {
		margin-right: 21px;
	}

	#status {
		margin-top: 16px;
		float: left;
		width: calc(100% - 68px);
		color: green;
		font-weight: bold;
	}
	#status.fejl {
		color: red;
	}
	.fejl {
		color: red;
	}
	.obs {
		color: #ff6600;
	}

	#adresseprint {
		width: 610px;
		margin: 30px auto 0 auto;
		text-align: left;
	}

	#adresseprintknap {
		text-align: center;
	}

}

@media (max-width:1000px)
{
	form.kontaktformular {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 100px;
	}
	input[type=submit] {
		/*visibility: hidden;*/
	}
	.captcha img {
		height: 54px;
	}
	.captcha input[type=text] {
		height: 40px;
	}
	.felt {
		height: 40px;
		border: 1px solid gray;
	}
	.felttekst {
		text-align: left;
		margin-top: 13px;
		margin-bottom: -4px;
		font-size: 21pt;

	}
	input[type=button] {
		font-size: 31pt;
		background-color: #b0b0b0;
		/*border: 1px solid grey;*/
	}
	input[type=text] {
		color: #0000ff;
		background-color: #eeeeee;
		font-family: Verdana;
		font-size: 28pt;
		padding: 41px 2px 41px 2px;
		width: 100%;
	}
	textarea {
		color: #0000ff;
		background-color: #eeeeee;
		font-family: Verdana;
		font-size: 28pt;
		padding: 1px 2px 1px 2px;
		width: 100%;
	}
	textarea#adressefelt {
		height: 201px;
	}
	textarea#beskedfelt {
		height: 300px;
	}
	#sendknap {
		float: right;
		margin-top: 12px;
	}
	#sendknap input {
		color: #000000;
		font-weight: bold;
		height: 96px;
		width: 190px;
	}

	#status {
		margin-top: 16px;
		float: left;
		width: 640px;
		color: green;
		font-weight: bold;
		display: inline;
	}
	#status.fejl {
		color: red;
	}

	#adresseprint {
		margin: 30px auto 0 auto;
		text-align: left;
	}

	#adresseprintknap {
	/*	display: none;*/
		text-align: center;
	}
	#adresseprintknap input {
		margin-top: 14px;
		padding: 16px 14px 16px 14px;  /* top højre bund venstre */
	}

	#adresseprint #adresselogo {
		display: none;
	}
}