@media only screen and (min-width: 1280px) {

	footer#sub_pages{
		display: block;
		position: relative;
		
		margin-top: 150px;
	}
	
	/*** CAPTCHA ***/
	.g-recaptcha{
		display: block;
		position: relative;

		left: 0px;
		bottom: 0px;

		padding: 0px;
		margin: 0px;
		margin-top: 10px;
	}
	#captcha_hinweis{
		display: none;
		position: relative;
		box-sizing: border-box;

		width: 100%;
		
		line-height: 28px;
		color: #cc0000;
		text-align: left;
	}

}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {

	footer#sub_pages{
		display: block;
		position: relative;
		
		margin-top: 150px;
	}
	
	/*** CAPTCHA ***/
	.g-recaptcha{
		display: block;
		position: relative;

		left: 0px;
		bottom: 0px;

		padding: 0px;
		margin: 0px;
		margin-top: 10px;
	}
	#captcha_hinweis{
		display: none;
		position: relative;
		box-sizing: border-box;

		width: 100%;

		line-height: 28px;
		color: #cc0000;
		text-align: left;
	}

}
@media only screen and (min-width: 768px) and (max-width: 1023px) {

	footer#sub_pages{
		display: block;
		position: relative;
		
		margin-top: 180px;
	}
	
	/*** CAPTCHA ***/
	.g-recaptcha{
		display: block;
		position: relative;

		left: 0px;
		bottom: 0px;

		padding: 0px;
		margin: 0px;
		margin-top: 10px;
	}
	#captcha_hinweis{
		display: none;
		position: relative;
		box-sizing: border-box;

		width: 100%;

		line-height: 28px;
		color: #cc0000;
		text-align: left;
	}

}
@media only screen and (min-width: 320px) and (max-width: 767px) {

	/*** CAPTCHA ***/
	.g-recaptcha{
		display: block;
		position: relative;

		left: 0px;
		bottom: 0px;

		padding: 0px;
		margin: 0px;
		margin-top: 10px;
	}
	#captcha_hinweis{
		display: none;
		position: relative;
		box-sizing: border-box;

		width: 100%;

		line-height: 28px;
		color: #cc0000;
		text-align: left;
	}

}