/*******************************************************************************
********************************************************************************
*************************  Styles by Dockschiff Digital  ***********************
********************************************************************************
*******************************************************************************/

/*******************************************************************************
***** General Styles
*******************************************************************************/

body {font-family: Lato; background-color:#79272A; color:#ffffff; font-size:16px; height:auto; }
html { scroll-behavior: smooth; }
p { line-height:1.8; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {font-family: Lato; color:#ffffff; font-weight:bold; letter-spacing:0; }
h1 { font-size: 75px; font-weight: bold; margin: 0 0 20px 0; }

.logo { margin-top: 5em; margin-bottom:2em; }
.ansprache { font-size: 1.5em; padding: 20px 0 0px 0; text-align: center; }
.ansprache-klein { font-size: 18px; padding: 20px 0 20px 0; text-align: center; }
.text {font-size: 18px; padding: 20px 0 20px 0; text-align: center;}
.content-not-found { padding: 40px 0 40px 0; }

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 66px;
	margin: 20px 0 0px 0;
	padding: 30px;
	border: 1px dotted #FFFFFF;
	border-radius: 0;
	text-align: center;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #FFFFFF;
	-webkit-transition: none;
	transition: none;
	transition: none;
	transition: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select {
	height: 66px;
	margin: 0 0 10px 0;
	padding: 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px dotted #FFFFFF;
	border-radius: 0;
	background-color: transparent;
	font-family: inherit;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #FFFFFF;
	background-image: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>);
	background-origin: content-box;
	background-position: right -1rem center;
	background-repeat: no-repeat;
	background-size: 9px 6px;
	padding-right: 1.5rem;
	-webkit-transition: none;
	transition: none;
	transition: none;
	transition: none;
}

form.cf7mls input.wpcf7-form-control.wpcf7-submit {
	border-radius: 0px;
	padding: 20px 60px;
	text-align: center;
	font-weight: bold;
	display: block;
	margin: 0 auto;
	background-color: #79272A;
	color: #ffffff;
	border: 1px solid #FFFFFF;
	float: none;
	margin-top: 20px;
}

.cf7mls-btns .cf7mls_next.action-button, .cf7mls-btns .cf7mls_back.action-button {
	margin: 0px;
	width: fit-content;
	min-width: fit-content;
	padding: 20px 0px 0 0;
	border-top: 0px dotted #FFFFFF0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #FFFFFF;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #FFFFFF;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #FFFFFF;
}
:-moz-placeholder { /* Firefox 18- */
	color: #FFFFFF;
}

.wpcf7 form .wpcf7-response-output {
	margin: 20px 0;
	padding: 20px;
	border: 2px solid #ffffff;
	background-color: #79272A;
	text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #bc9e66;
}

.wpcf7-not-valid-tip {
	color: #ffffff;
	font-size: 1em;
	font-weight: normal;
	display: block;
}
[type=color]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=datetime]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, textarea:focus{
	background: #79272A;
}
