﻿/*
SPIETH Template
creation Date: 2025-01-22
Author: Sebastian Osinski
http://www.sebbi.net
https://ddm-friends.de
*/

.empty{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.err{
	background: rgba(193,66,66,0.2) !important;
}
.ddm_form_dynCont{
	display: none;
}
.ddm_form_dynCont._act{
	display: block
}

/* INDEXES */


/* FORMS */
.formular_block{
}
.formular_flex{
}
p.chrono_credits{
	display: none;
}
#ddm_formular input, 
#ddm_formular textarea,
#ddm_formular select{
	position: relative;
	font-size: 16px;
	font-weight: 300;
	vertical-align: middle;
	background-image: none;
	border: none;
	border-radius: none;
	margin-bottom: 10px;
  resize: none;
	text-align: left;
	width: 100%;
	text-indent: 20px;
	line-height: 50px;
	height: 50px;
	box-sizing: border-box;
	border-bottom: none;
	background-color: white;

}
#ddm_formular textarea{
	color: black;
	border-color: black;
	line-height: 25px;
	box-sizing: border-box;
	text-indent: 0px;
	padding: 20px;
	border: 1px solid #0069b4;
	height: 230px;
}
#ddm_formular select{
	text-indent: 10px;
}
#ddm_formular input._inline_input{
	display: inline-block;
	width: 40px;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	text-align: center;
	text-indent: 0px;
	margin-right: 2px;
}
._inpt_trkno_spacer{
	display: inline-block;
	width: 10px;
}
p.form_tit{
	font-size: 14px;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
p._red{
	color: #db4b4a;
}
._andereHersteller{
	display: none;
}
._andereHersteller.active{
	display: block;
}

#kontaktformular_senden_wrap{
	text-align: center;
}
#ddm_formular input.contentbutton{
	text-align: center;
	width: 260px;
	cursor: pointer;
	position: relative;
	text-indent: 0px;
	border-radius: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	border: 4px solid white;
	background-color: #add9c3;
	color: white;
	border-radius: 10px;
	height: auto;
	font-size: 16px;
}
#formular_overlay .contentbutton._form_overlay_cl{
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
	cursor: pointer;
	font-size: 16px;
	width: 130px;
}
input#senden._inact{
	pointer-events: none;
	text-indent: 0px;
	background-color: #1d1e1c;
}


#ddm_formular input[type='checkbox']{
  display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-appearance: none;
	outline: 0;
	background: white;
	border-radius: 3px;
	border: 2px solid #dedede;
	transition: border 0.3s ease;
	margin-left: auto;
	margin-right: 0px;
}
#ddm_formular input[type=checkbox]:checked{
	background-image: url('/images/icons/checkbox.svg') !important;
	background-repeat: no-repeat !important;
	background-position: center left 2px !important;
	background-size: 75%;
	border-radius: 3px;
	border: 2px solid #014e97;
	transition: border 0.3s ease;
}
#fin-datenschutz{
	display: block;
	vertical-align: middle;
	margin-left: 0px;
	border: none;
	margin-left: auto;
	margin-right: auto;
}
label.larger_1{
	width: 170px;
	padding-top: 0px;
}
input#datenschutz,
input#rueckruf{
	height: auto;
	margin: 0px;
}
p.klausel{
	margin-top: 0px;
	line-height: 20px;
	font-size: 14px;
	display: block;
}
p.klausel a{
	text-decoration: underline;
}
.g-recaptcha > div{
	margin-right: auto;
	margin-left: 0px;
	margin-bottom: 10px;
}
.system-message > .message{
	text-align: center;
}
.ddm_formular{
}

.form_slim{
	display: block;
	margin-right: 0px;
	margin-left: auto;
	width: 600px;
	max-width: 100%;
}

/* DDM CAPTCHA */
#ddm_captcha_validator, 
#ddm_captcha_validator *{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
#ddm_captcha_validator ._bar{
	-webkit-transition: all 1000ms linear;
	-moz-transition: all 1000ms linear;
	-ms-transition: all 1000ms linear;
	-o-transition: all 1000ms linear;
	transition: all 1000ms linear;
}
#ddm_formular_captcha{
	width: 0px !important;
	height: 0px !important;
	overflow: hidden !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important;
  filter: alpha(opacity=0) !important;
  -moz-opacity: 0 !important;
  -khtml-opacity: 0 !important;
  opacity: 0 !important;
}
#ddm_captcha_validator{
	position: relative;
	display: block;
	width: 200px;
	height: 45px;
	border: 3px solid;
	border-radius: 30px;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: 0px;
	overflow: hidden;
	cursor: pointer;
	background-color: #bf4141;
	border-color: #bf4141;
	color: white;
}
#ddm_captcha_validator:hover{
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,0,0, 1);
	-moz-box-shadow: 0px 0px 4px 0px rgba(0,0,0, 1);
	box-shadow: 0px 0px 4px 0px rgba(0,0,0, 1);
}
#ddm_captcha_validator.validated{
	pointer-events: none;
}
#ddm_captcha_validator.lowmarg{
	margin-top: 0px;
	margin-bottom: 25px;
}

#ddm_captcha_validator ._bar{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 0%;
}
#ddm_captcha_validator.validated ._bar,
#ddm_captcha_validator.holding ._bar{
	width: 100%;
}
#ddm_captcha_validator.holding ._bar{
	background-color: #86ff83;
}
#ddm_captcha_validator.validated ._bar{
	background-color: #fff;
}
#ddm_captcha_validator.validated ._res{
	color: black;
}
#ddm_captcha_validator.validated{
	color: #add9c3;
	border-color: #add9c3;
}

#ddm_captcha_validator ._txt{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	line-height: 18px;
}
#ddm_captcha_validator ._txt ._res{
	font-weight: bold;
}
#ddm_captcha_validator ._txt ._top{
	font-size: 14px;
}

/* TEMPLATE SPECIFIC */
@media (max-width: 1310px){
	.formular_block{
		padding: 20px;
	}
	#ddm_formular .flexbox{
		width: 100%;
	}
	.signature_roberto{
		margin-left: auto;
	}
	.g-recaptcha > div{
		margin-left: auto;
	}
	#fin-datenschutz,
	#fin-datenschutz input,
	#form-row-datenschutz label{
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	#ddm_formular input, 
  #ddm_formular textarea,
	#ddm_formular select{
	}
	#ddm_formular input._inline_input{
		margin-left: 1px;
		margin-right: 1px;
		width: 35px;
	}
}

@media (max-width: 990px){
}
@media (max-width: 640px){
}