
#div_login, #div_reg, .passres {
	background-color: #fff;
  border: 1px solid gray;
  border-radius: 3px;
  width: 470px;
  box-shadow: 0 2px 2px 0 gray;
  margin: 0 auto;
}

.phppot-container {
	-webkit-font-smoothing: antialiased;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #1e2a28;
	width: 740px;
	margin: 0 auto;
	padding: 0px 0px 20px 0px;
}

.phppot-container h1 {
  padding: 10px;
  margin-top: 0;
	font-size: 2em;
  font-weight: 400;
  background-color: #6495ed;
  color: #fff;
  font-family: sans-serif;
}
.phppot-container h1 .head-lang {
	float: right;
	font-size: 0.6em;
	cursor: pointer;
}
.phppot-container h3 {
  padding: 10px 10px 0 10px;
  font-family: sans-serif;
  color:#4F4F4F;
	margin: 0;
}
.phppot-container p {
	text-align: justify;
	hyphens: auto;
	padding: 10px 10px 0 10px;
	margin: 0;
	font-size: 0.8em;
	line-height: 1.6em;
	text-align: justify;
}
.phppot-container #message {
	color: #FF0004;
}
t[type=text].phppot-input, .phppot-container input,
	.phppot-container textarea, .phppot-container select, .phppot-input,
	.phppot-select {
	box-sizing: border-box;
	width: 100%;
	height: initial;
	border: 1px solid #9a9a9a;
	border-radius: 3px;
padding: 7px;
}

.phppot-container input[type="checkbox"] {
	width: auto;
	vertical-align: text-bottom;
	display: initial;
	opacity: initial;
	position: inherit;
	pointer-events: initial;
}

.phppot-container textarea, .phppot-textarea {
	width: 300px;
}

.phppot-container select, .phppot-select {
	display: initial;
	height: 30px;
	background-color: #fff;
	padding: 2px 5px;
}



.phppot-container .phppot-row {
	padding-top: 15px;
}

#phppot-message {
	padding: 6px 20px;
	font-size: 1em;
	color: rgb(40, 40, 40);
	box-sizing: border-box;
	margin: 0px;
	border-radius: 3px;
	width: 100%;
	overflow: auto;
}

.phppot-container .error {
	padding: 6px 20px;
	border-radius: 3px;
	background-color: #fb817c;
	border: 1px solid #e46b66;
}

.phppot-container .success {
	background-color: #48e0a4;
	border: #40cc94 1px solid;
}
.phppot-container #check_datenschutz {
	float: left;
	width: 20px;
	margin-right: 15px;
}
#phppot-loader-icon {
	color: #1871e6;
	font-weight: bold;
	padding: 6px 20px 6px 0;
	display: none;
	vertical-align: middle;
}

#phppot-loader-ack-icon {
	color: #1871e6;
	font-weight: bold;
	padding: 6px 20px 6px 0;
	display: none;
	vertical-align: middle;
}
.phppot-btn-global {
	width: 100%;
	padding: 6px 0px;
	font-size: 1em;
	cursor: default;
	border-radius: 3px;
	background: #1871e6;
	color: #FFF;
	cursor: pointer;
	margin: 16px 0px 0px 0;
	border: #1469d8 1px solid;
}
#div_reg .phppot-btn-global {
	opacity: 0.5;
}
#div_login .phppot-btn-global {
	opacity: 0.8;
}
.phppot-btn-global:hover {
	opacity: 1;
}
.phppot-container button:focus {
	outline: none;
}
#phppot-btn-send:hover {
	background: #1363cc;
	border: #105bbd 1px solid;
}
.phppot-container .pp-form-back {
	float: right;
	width: 80px;
	height: 40px;
	background: url('../../../img/btn/home_btn.svg') no-repeat;
	background-size: contain;
	text-indent: -1000px;
	overflow: hidden;
	opacity: 0.7;
}
.phppot-container .pp-form-back:hover {
	opacity: 1;
}
.phppot-container .validation-message {
	color: #e20900;
	font-size: 0.9em;
	display: inline-block;
}

.phppot-container .label {
	margin-bottom: 3px;
	padding: 0 0 0 4px;
}

.phppot-form, .phppot-section {
	
}

.phppot-container .display-none {
	display: none;
}

.icon-add-more-attachemnt {
	cursor: pointer;
	font-style: italic;
	font-size: .9em;
}

.inline-block {
	display: inline-block;
}
p.kontakttext {
	float: right;
	width: 90%;
	margin: 0 0 16px 0;
	padding: 0 5px 5px 0;
}

@media all and (max-width: 780px) {
	.phppot-container {
		width: auto;
	}
}

@media all and (max-width: 400px) {
	.phppot-container {
		padding: 0px 20px;
	}
	.phppot-container h1 {
		font-size: 1.2em;
	}
	.phppot-container input, .phppot-container textarea, .phppot-container select
		{
		width: 100%;
	}
	.phppot-form {
		border: none;
		padding: 0;
	}
}
.clearfix {
	clear: both;
	height: 0;
	width: 0;
	visibility: hidden;
	margin: 0;
}