/* Placeholder text color -- selectors need to be separate to work. */

::-webkit-input-placeholder {
	font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
	color: #222222 !important;
	font-size: 15px;
	opacity: 1;
	letter-spacing: 0.01em;
}

::-moz-placeholder {
	font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
	color: #222222 !important;
	font-size: 15px;
	opacity: 1;
	letter-spacing: 0.01em;
}

:-ms-input-placeholder {
	font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
	color: #222222 !important;
	font-size: 15px;
	opacity: 1;
	letter-spacing: 0.01em;
}

:-o-input-placeholder {
	font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
	color: #222222 !important;
	font-size: 15px;
	opacity: 1;
	letter-spacing: 0.01em;
}

*:-moz-placeholder {
	font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
	color: #222222 !important;
	font-size: 15px;
	opacity: 1;
	letter-spacing: 0.01em;
}

*:focus::-webkit-input-placeholder {
	color: #222222 !important;
}

*:focus::-moz-placeholder  {
	color: #222222 !important;
}

*:focus:-ms-input-placeholder  {
	color: #222222 !important;
}

*:focus:-o-input-placeholder  {
	color: #222222 !important;
}

*:focus:-moz-placeholder  {
	color: #222222 !important;
}

::-webkit-selection {
	background-color: rgba(34, 34, 34, .99);
	color: #C7C7C7;
	opacity: 1;
}

::-moz-selection {
	background-color: rgba(34, 34, 34, .99);
	color: #C7C7C7;
	opacity: 1;
}

::-o-selection {
	background-color: rgba(34, 34, 34, .99);
	color: #C7C7C7;
	opacity: 1;
}

::selection {
	background-color: rgba(34, 34, 34, .99);
	color: #C7C7C7;
	opacity: 1;
}

.custom .content-column.full_width.cta ::-webkit-selection,
.custom .content-column.full_width.leistungen ::-webkit-selection,
.custom .content-column.full_width.cta-formular ::-webkit-selection {
	background-color: rgba(34, 34, 34, .99);
}

.custom .content-column.full_width.cta ::-moz-selection,
.custom .content-column.full_width.leistungen ::-moz-selection,
.custom .content-column.full_width.cta-formular ::-moz-selection {
	background-color: rgba(34, 34, 34, .99);
}

.custom .content-column.full_width.cta ::-o-selection,
.custom .content-column.full_width.leistungen ::-o-selection,
.custom .content-column.full_width.cta-formular ::-o-selection {
	background-color: rgba(34, 34, 34, .99);
}

.custom .content-column.full_width.cta ::selection,
.custom .content-column.full_width.leistungen ::selection,
.custom .content-column.full_width.cta-formular ::selection {
	background-color: rgba(34, 34, 34, .99);
}

/* CSS Hacks */

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

.wpcf7 p.honigschmeichler {
	height: 0;
	overflow: hidden;
	margin: 0 !important;
	padding: 0;
}

.wpcf7 input {
	background-color: transparent;
}

form * {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

form p.unform {
	padding-bottom: 20px;
}

.custom .formularhinweis {
	padding-bottom: 0;
}

.custom .formularhinweis p {
	padding-bottom: 20px;
}

a.button,
button,
input,
textarea {
	vertical-align: baseline;
	line-height: 1.1;
}

input,
textarea {
	border: 0 none;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
	cursor: default;
	opacity: .5;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="file"],
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	color: #FFFFFF;
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #222222 !important;
	height: 40px;
	padding: 0 10px 3px 30px;
	position: relative;
	z-index: 1;
	width: 100%;
	z-index: 1;
	background-color: rgba(255, 255, 255, 0);
	line-height: 38px !important;
	display: block;
}

.wpcf7-form-control-wrap.focus input[type="text"],
.wpcf7-form-control-wrap.focus input[type="email"],
.wpcf7-form-control-wrap.focus input[type="tel"],
.wpcf7-form-control-wrap.focus input[type="search"],
.wpcf7-form-control-wrap.focus input[type="password"],
.wpcf7-form-control-wrap.focus input[type="file"],
.wpcf7-form-control-wrap.focus select,
.wpcf7-form-control-wrap.focus textarea {
	border-color: #FFEFA8 !important;
}

select option {
	height: 30px;
	padding: 10px 0 10px 10px;
}

select option {
}

select option:hover,
select option:checked,
select option[selected="selected"] {
	color: #FFFFFF;
}

select option:hover {
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="tel"]:hover,
input[type="search"]:hover,
input[type="password"]:hover,
input[type="file"]:hover,
select:hover,
textarea:hover {
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="file"]:focus,
select:focus,
textarea:focus {
	outline: 0;
	background-color: rgba(0, 0, 0, 0.2) !important;
}

.custom .container.content a.button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: transparent !important;
	background-color: #222222;
	color: #D0B84F !important;
	text-align: center;
	display: block;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-radius: 6px;
}

.custom .container.content a.button:hover,
input[type="submit"]:hover {
	background-color: #757575;
	color: #D0B84F !important;
	outline: 0;
	border-color: transparent !important;
}

.custom .container.content a.button:focus,
input[type="submit"]:focus {
	background-color: #757575;
	color: #D0B84F !important;
	outline: 0;
	border-color: transparent !important;
}

textarea {
	min-height: 120px;
	padding-top: 5px;
	line-height: 1.6 !important;
	resize: none;
	overflow: auto;
	vertical-align: top;
}

.wpcf7 .submit-button {
	padding-bottom: 0;
	position: relative;
	margin-bottom: 40px !important;
}

div.wpcf7 .submit-button .ajax-loader {
	width: 34px;
	height: 34px;
	display: block;
	position: absolute;
	z-index: 1;
	top: 13px;
	right: 0;
	margin: 0 10px 0 0;
	background-color: transparent;
	background-image: url('../images/ajax-loader.svg');
	background-repeat: no-repeat;
	background-position: center center;
}

.wpcf7 div,
p.form-submit {
	display: block;
	padding-bottom: 20px;
	position: relative;
}

.wpcf7 div input,
.wpcf7 div select,
.wpcf7 div textarea {
	margin: 0 !important;
	position: relative;
	z-index: 0;
}

.wpcf7 .required {
	background-color: #E30000;
	display: block;
	font-size: 0;
	right: 0;
	line-height: 0;
	position: absolute;
	z-index: 2;
	text-indent: -9999px;
	bottom: 20px;
	width: 42px;
	height: 1px;
	border-left: 2px solid #FFFFFF;
}

.half-left,
.half-right,
.wpcf7 .submit-button {
	text-align: left;
	width: 50%;
}

.half-left,
.wpcf7 .submit-button {
	float: left;
}

.half-right {
	float: right;
}

span.wpcf7-form-control-wrap {
	position: relative;
	display: block;
	min-height: 40px;
	background-color: transparent;
}

span.wpcf7-form-control-wrap::before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	line-height: 40px;
	transition: color 0.3s ease;
}

span.wpcf7-form-control-wrap::before {
	font-size: 15px;
	left: 8px;
}

span.wpcf7-form-control-wrap::after {
	font-size: 24px;
	right: 15px;
}

.wpcf7 .your-search::before {
	content: '\f4a5';
	font-family: 'Ionicons';
	font-size: 24px;
	line-height: 41px;
	left: 10px;
}

.wpcf7 .your-name::before {
	content: '\f007';
}

.wpcf7 .your-date::before {
	content: '\f073';
}

.wpcf7 .your-email::before {
	content: '\f0e0';
	font-size: 14px;
	line-height: 40px;
}

.wpcf7 .your-password::before {
	content: '\f023';
}

.wpcf7 .your-birthday::before,
.wpcf7 .your-subject::before {
	content: '\f005';
}

.wpcf7 .your-amount::before {
	content: '\f0c0';
}

.wpcf7 .your-tel::before {
	content: '\f095';
	font-size: 17px;
}

.wpcf7 .your-street::before,
.wpcf7 .your-city::before {
	content: '\f015';
	font-size: 17px;
}

.wpcf7 .your-message::before {
	content: '\f075';
	line-height: 1;
	top: 8px;
}

.wpcf7 span.wpcf7-not-valid-tip,
.wpcf7 span.error {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 2;
	overflow: hidden;
	text-indent: -10000px;
	border: 1px solid #E30000;
	background-color: rgba(189, 9, 38, 0.1);
	cursor: pointer;
}

.wpcf7 span.wpcf7-not-valid-tip::before,
.wpcf7 span.error::before {
	content: '\f406';
	font-family: 'Ionicons';
	font-size: 32px;
	color: #E30000;
	font-weight: 300;
	position: absolute;
	z-index: 1;
	right: 15px;
	top: 50%;
	text-indent: 0;
	line-height: 1;
	text-align: center;
	transform: translateY(-50%);
}

.wpcf7 div.wpcf7-display-none,
.wpcf7 div.wpcf7-response-output.wpcf7-display-none {
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
	height: 0 !important;
	opacity: 0;
	visibility: hidden;
}

.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	display: block !important;
	height: auto !important;
	padding: 10px 30px !important;
	margin: 0;
	margin-bottom: 30px !important;
	text-align: center;
	border: 0 none;
	color: #FF1818;
	font-size: 1.4rem;
	font-weight: 400;
	background-color: #FFD1D1;
	opacity: 1;
	visibility: visible;
}

.wpcf7 div.wpcf7-validation-errors:before {
	content: '\f06a';
	font-family: 'FontAwesome';
	color: #FF1818;
	text-indent: 0;
	font-size: 17px;
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 1;
	transform: translateY(-50%);
}

.wpcf7 div.wpcf7-mail-sent-ok,
.wpcf7 div.wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	display: block !important;
	height: auto !important;
	padding: 10px 30px !important;
	margin: 0;
	margin-bottom: 20px !important;
	text-align: center;
	border: 0 none;
	color: #149614;
	font-size: 1.4rem;
	font-weight: 400;
	background-color: #D0EAD0;
	opacity: 1;
	visibility: visible;
}

.wpcf7 div.wpcf7-mail-sent-ok:before {
	content: '\f058';
	font-family: 'FontAwesome';
	color: #149714;
	text-indent: 0;
	font-size: 17px;
	position: absolute;
	top: 50%;
	left: 10px;
	z-index: 1;
	transform: translateY(-50%);
}