.patientengruss {
	width:1600px;
	padding:0px;
	margin:0px;
	display: flex;
	display: -webkit-box; 
	display: -moz-box; 
	display: -ms-flexbox; 
	display: -webkit-flex; 
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
}

.pg_einleitung {
	width:100%;
}

.pg_leftside {
	width:40%;
}

.pg_rightside {
	width:60%;
}

.pg_bildauswahl {
	width:100%;
	display: flex;
	display: -webkit-box; 
	display: -moz-box; 
	display: -ms-flexbox; 
	display: -webkit-flex; 
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
}

.pg_bildauswahl img {
	padding-top:10px;
	padding-left:10px;
}

.pg_inputfelder {
	width:96%;
	padding-left:2%;
	padding-right:2%;
}

.pg_inputfelder h2 {
	border-bottom:1px solid;
	border-color:#2755a3;
	color:#2755a3;
	text-align:center;
}

.pg_input {
	width:98%;
	margin-bottom:10px;
	padding:5px;
}

.pg_bild {
	width:100%;
	min-height:476px;
}

.choosen1 {
	background-image:url("/fileadmin/patientengruss/patientengruss_1.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	background-size: contain;
}

.choosen2 {
	background-image:url("/fileadmin/patientengruss/patientengruss_2.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	background-size: contain;
}

.choosen3 {
	background-image:url("/fileadmin/patientengruss/patientengruss_3.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	background-size: contain;
}

.choosen4 {
	background-image:url("/fileadmin/patientengruss/patientengruss_4.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	background-size: contain;
}

.choosen5 {
	background-image:url("/fileadmin/patientengruss/patientengruss_5.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	background-size: contain;
}

.choosen6 {
	background-image:url("/fileadmin/patientengruss/patientengruss_6.jpg");
	background-position:top left;
	background-repeat:no-repeat;
	background-size: contain;
}

.pg_pic_1, .pg_pic_2, .pg_pic_3, .pg_pic_4, .pg_pic_5, .pg_pic_6 {
	width:193px;
	height:109px;
	border:1px solid;
	border-color:#ffffff;
}

.pg_active {
	border:1px solid;
	border-color:#2755a3;
}

.pg_gruss_ueberschrift {
	width:100%;
	padding-left:390px;
	padding-top:60px;
	overflow:hidden;
}

.pg_gruss_input {
	width:465px;
	height:67px;
	font-size:26px;
	color:#484848;
	line-height:30px;
	background-color:transparent;
	border:0px;
	padding:0px;
	padding-top:7px;
	overflow:hidden;
}

.pg_gruss_text {
	width:100%;
	height:227px;
	padding-left:390px;
	padding-top:29px;
	overflow:hidden;
}

.pg_text_input {
	width:85%;
	height:227px;
	font-size:22px;
	color:#484848;
	line-height:32px;
	background-color:transparent;
	border:0px;
	padding:0px;
	overflow:hidden;
}

.pg_absenden {
	width:50%;
}

.pg_sicherheitsabfrage {
	width:100%;
	display: flex;
	display: -webkit-box; 
	display: -moz-box; 
	display: -ms-flexbox; 
	display: -webkit-flex; 
	flex-wrap:wrap;
	-webkit-flex-wrap: wrap;
}

.pg_einleitung {
	width:100%;
}

.pg_captcha {
	width:50%;
}

.pg_hinweis {
	width:50%;
}

.pg_fehlermeldung {
	color:#ff0000;
}

.pg_erfolgreich {
	color:#32dd1c;
}

@media only screen and (max-width: 1901px){
	.patientengruss{
		width: 1200px;
	}
	.pg_gruss_ueberschrift, .pg_gruss_text{
		padding-left: 320px;
	}
	.pg_gruss_input{
		width: 95%;
		font-size: 22px;
	}
	.pg_text_input{
		width:95%;
		font-size: 18px;
	}
}

@media only screen and (max-width: 1500px){
	.patientengruss{
		width: 800px;
		display: block;
	}
	.pg_leftside, .pg_rightside{
		width: 100%;
		margin: 10px 0px;
	}
	.pg_gruss_ueberschrift, .pg_gruss_text{
		padding-left: 390px;
	}
	.pg_gruss_input{
		width: 80%;
		font-size: 22px;
	}
	.pg_text_input{
		width:75%;
		font-size: 18px;
	}
}

@media only screen and (max-width: 1024px){
	.patientengruss{
		width: 600px;
		display: block;
	}
	.pg_leftside, .pg_rightside{
		width: 100%;
		margin: 10px 0px;
	}
	.pg_gruss_ueberschrift, .pg_gruss_text{
		padding-left: 270px;
	}
	.pg_gruss_text{
		padding-top: 10px;
	}
	.pg_gruss_input{
		width: 95%;
		font-size: 18px;
	}
	.pg_text_input{
		width:95%;
		font-size: 14px;
		line-height: 20px;
	}
}

@media only screen and (max-width: 620px){
	.patientengruss{
		width: 300px;
		display: block;
		margin: auto;
	}
	.pg_pic_1, .pg_pic_2, .pg_pic_3, .pg_pic_4, .pg_pic_5, .pg_pic_6{
		margin: auto;
	}
	.pg_leftside, .pg_rightside{
		width: 100%;
		margin: 10px 0px;
	}
	.pg_bild{
		min-height: 200px;
	}
	.pg_gruss_ueberschrift, .pg_gruss_text{
		padding-left: 110px;
	}
	.pg_gruss_ueberschrift{
		padding-top: 10px;
	}
	.pg_gruss_text{
		padding-top: 0px;
		margin-top: -20px;
	}
	.pg_gruss_input{
		width: 95%;
		font-size: 13px;
		line-height: 20px;
	}
	.pg_text_input{
		width:95%;
		font-size: 9px;
		line-height: 14px;
	}
	.pg_sicherheitsabfrage{
		display: block;
	}
	.pg_hinweis{
		width: 100%;
	}
}