.tx-powermail form, tx-felogin-pi1 form, .tx-datamintsfeuser-pi1 form {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	}

.tx-powermail > .container-fluid > form > h3 {
	display: none;
	}
.tx-felogin-pi1 h3 {
	text-align: center;
	}

.tx-felogin-pi1 h3 ~ div {
	text-align: center;
	margin-bottom: 30px;
	}

.tx-felogin-pi1 form ~ p {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	}

.powermail_fieldset, .tx-felogin-pi1 fieldset, .tx-datamintsfeuser-pi1 fieldset {
	border-style: none;
	border-width: 0;
	}
.powermail_fieldwrap, .tx-felogin-pi1 input, .tx-datamintsfeuser-pi1 .item {
	margin-bottom: 20px;
	}
.powermail_fieldwrap_type_check, .powermail_fieldwrap_type_radio {
	padding-bottom: 15px;
	border-bottom: 1px dotted silver;
	}
.powermail_fieldwrap_type_input input, .tx-felogin-pi1 input, .tx-datamintsfeuser-pi1 .item input {
	background-color: #e7e7e7;
	width: 100%;
	height: 40px;
	padding-left: 10px;
	border-style: none;
	}
.tx-datamintsfeuser-pi1 .name-submit input {
	width: 30%;
	}

.powermail_fieldwrap_type_select select {
	background-color: #e7e7e7;
	width: 100%;
	height: 40px;
	border-style: none;
	}

.powermail_fieldwrap_type_textarea textarea, .tx-datamintsfeuser-pi1 textarea {
	background-color: #e7e7e7;
	width: 100%;
	float: left;
	border-style: none;
	}
.powermail_fieldwrap_type_file {
	padding-bottom: 15px;
	border-bottom: 1px dotted silver;
	
	
	}
input[type="submit"] {
	background-color: #e7e7e7;
	width: 40%;
	height: 40px;
	margin-top: 30px;
	margin-left: 30%;
	border-style: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: ease;
	}
.s1 input[type="submit"] {
	background-color: #e7e7e7;
	margin-top: 30px;
	width: 100%;
	height: 40px;
	margin-left: 0;
	border-style: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: ease;
	}

input[type="submit"]:hover {
	color: #fff;
	background-color: #0194d9;
	cursor: pointer;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: ease;
	}
input[type="submit"]:active {
	color: #fff;
	background-color: #004567;
	cursor: pointer;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: ease;
	}

.powermail_legend, .tx-felogin-pi1 legend {
	display: none;
	}
.powermail_label, .tx-felogin-pi1 label, .tx-datamintsfeuser-pi1 .list .item label, .tx-datamintsfeuser-pi1 label {
	
	}
.control-label {
	color: #033c7d;
	}

.radio label, .checkbox label {
	line-height: 180%;
	}
input, submit, select, textarea, option {
	font-size: 14px;
	font-family: inherit;
	}

textarea {
	padding-top: 10px;
	}
/*** datamints feuser CSS ***/
.tx-datamintsfeuser-pi1 legend {
	text-align: center;
	width: 100%;
	float: left;
	margin-top: 30px;
	margin-bottom: 30px;
	border-bottom: 1px dotted silver;
	
	
	}

.tx-datamintsfeuser-pi1 .list div {
	float: left;
	margin-right: 20px;
	list-style-type: none;
	display: list-item;
	}
.tx-datamintsfeuser-pi1 .list {
	border-bottom: 1px dotted silver;
	
	
	}

.tx-datamintsfeuser-pi1 .list input {
	height: 20px;
	
	
	}

.tx-datamintsfeuser-pi1 select[multiple] {
	height: auto;
}
.tx-datamintsfeuser-pi1 .type-check .item {
	float: left;
}
.tx-datamintsfeuser-pi1 .type-group .item .link,
.tx-datamintsfeuser-pi1 .type-group .item .thumb,
.tx-datamintsfeuser-pi1 .type-group .item .upload,
.tx-datamintsfeuser-pi1 .type-group .item .delete {
	margin-bottom: 4px;
}
.tx-datamintsfeuser-pi1 .type-group .item .thumb {
	width: 100px;
	margin-right: 10px;
	float: left;
}
.tx-datamintsfeuser-pi1 .type-group .item .thumb.none {
	background-color: #dedede;
}
.tx-datamintsfeuser-pi1 .type-group .item .thumb.none:before {
    content: '?';
	height: 30px;
    margin-top: 14px;
	cursor: default;
    display: block;
	color: #fff;
    font-size: 40px;
	text-align: center;
}
.tx-datamintsfeuser-pi1 .name-captcha .captcha {
	display: inline;
	margin-right: 20px;
}
.tx-datamintsfeuser-pi1 .name-captcha .captcha img {
	vertical-align: middle;
}
.tx-datamintsfeuser-pi1 .name-captcha input {
	width: 100px;
	vertical-align: middle;
}
/*
.tx-datamintsfeuser-pi1 .list {
	height: 18px;
	margin: 8px;
	border: 1px solid #ccc;
	padding: 6px;
	background-color: #fafafa;
}
.tx-datamintsfeuser-pi1 .list label {
	width: auto;
}
.tx-datamintsfeuser-pi1 .list input {
	float: right;
}
*/
.tx-datamintsfeuser-pi1 .error-label {
	margin-top: 4px;
	padding-left: 20px;
	color: #d80000;
	font-weight: normal;
	background-image: url(css_assets/arrow_red_up.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/*------------merkzettel--------------*/
.taster-produkt-merken, .taster-produkt-einzelanfrage {
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	}

.record-cart, .frame-taster p a  {
	font-size:16px;
	background-color: #e7e7e7;
	color:#0194d9;
	text-decoration: none;
	text-align: center;
	padding:10px 20px;
	border-style: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: ease;
	display: inline-block;
	}
#dataviewer-record-cart .btn, .mfp-content blockquote a {
	color: #0d74bc;
	font-size: 16px;
	background-color: #e7e7e7;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	padding: 10px;
	width: 25% !important;
	border-style: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: ease;
	}

#dataviewer-record-cart .btn:hover, .record-cart:hover, .frame-taster p a:hover, .mfp-content blockquote a:hover  {
	background-color: #0194d9;
	color:white;
	text-decoration: none;
	}
#.dataviewer-record-cart input[type="submit"] {
	width: 25%;
	margin-top: 30px;
	margin-left: 0;
	}
.pull-left {
	float:right;
	margin-left: 0 !important;
	}
.pull-right {
	float:left;
	margin-left: 35% !important;
	}
/*--------------------record-cart-------------*/
#dv-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
    background-color: rgba(0,0,0,0.8);
    z-index: 99999;
    display: none;
}
#dv-overlay #overlay-content {
    position: absolute;
    top: 50%;
    left: 50%;
    padding:20px;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    background-color: white;
    box-shadow: 0 0 0 0px rgba(0,0,0,1) !important;
}
/*--------------merken-taster Produkt ------------------*/
.merken-taster {
	width: 300px;
	overflow: visible;
	margin-right: auto;
	margin-left: auto;
	}
