.et_pb_newsletter_button_klti {
	display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    color: inherit;
    text-align: center;
    cursor: pointer;
}

.et_pb_newsletter.kt_fieldset {
    padding: 20px;
}

#__et_pb_klicktipp_code {
	height: 78px !important;
}
.ikdiviedittable{
	width: 100%;
}
.et_pb_newsletter_form select{
    width: 100%;
    padding: 14px 3% !important;
    border: none !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    color: #666;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.importanterror.valueable{
	box-shadow: 0 0 2px 2px rgba(255,0,0,0.5);
    border: 1px solid red !important;
    /*background: #ffbcbc;	*/
}
input[type="date"]{
	line-height: initial !important;
}
.ic_pushme{
	display:inline-block;
	float:right;
	width:100px !important;
	margin-top:-24px !important;
}
.et_pb_klicktipp_form .et_pb_contact_form_label{
	display: none !important
}
.et_pb_newsletter_form input[type=password], .et_pb_newsletter_form input[type=email], .et_pb_newsletter_form input[type=number], .et_pb_newsletter_form input[type=date], .et_pb_newsletter_form textarea, .et_pb_newsletter_form input[type=text] {
    width: 100%;
    padding: 14px 4%!important;
    border-width: 0;
    border-radius: 3px;
    color: #666;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    -webkit-appearance: none;
}
@media (max-width: 560px) {
	b.nofloat{ float: none !important; }
	.ic_pushme{ float: none !important; margin-top: 0 !important; }
}
.et_pb_newsletter_form p input[type=checkbox] {
    -webkit-appearance: checkbox;
	width: auto;
}
.et_pb_newsletter{
	display: block !important;
}

.et_pb_signupklti .et_pb_newsletter_form a{
	color: #333 !important;
	text-decoration: underline;
}
.et_pb_signupklti .et_pb_bg_layout_dark .et_pb_newsletter_form a{
	color: #fff !important;
	text-decoration: underline;
}
.et_pb_signupklti:not(.et_pb_newsletter){
	box-shadow: none !important;
	padding: 0 !important;
	overflow: visible;
}
@media (min-width: 844px) {
	.kt_fieldset:not(.kt_force_fw) .kt_form + .kt_desc {
		padding-left: 20px;
	}
	.kt_fieldset:not(.kt_force_fw) .kt_form + .kt_desc {
		padding-left: 20px;
	}
}
.kt_fieldset.kt_force_fw .kt_form, .kt_fieldset.kt_force_fw .kt_desc{
	float: none !important;
	width: 100% !important;
}
.kt_fieldset.kt_force_fw .kt_form + .kt_desc,.kt_fieldset.kt_force_fw .kt_des + .kt_form{
	margin-top: 20px;
}

/* Customize the label (the container) */
.ic_input_checkbox_container {
	display: inline-block;
	position: relative;
	padding-left: 20px;
	margin-bottom: 13px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.ic_input_checkbox_container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.ic_input_checkbox_container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #fff;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.ic_input_checkbox_container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.ic_input_checkbox_container .checkmark:after {
	left: 5px;
	top: 1px;
	width: 3px;
	height: 7px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*
div.et_pb_signupklti_0 > div.et_pb_module_inner > div.et_pb_signupklti_0,
div.et_pb_signupklti_1 > div.et_pb_module_inner > div.et_pb_signupklti_1,
div.et_pb_signupklti_2 > div.et_pb_module_inner > div.et_pb_signupklti_2,
div.et_pb_signupklti_3 > div.et_pb_module_inner > div.et_pb_signupklti_3,
div.et_pb_signupklti_4 > div.et_pb_module_inner > div.et_pb_signupklti_4{
	box-shadow: none !important;
	padding: 0 !important;
}
*/