
 .q__question {
    position: relative;
  }
  .q__question:not(:last-child) {
    margin-bottom: 10px;
  }
  .question__input {
    position: absolute;
    left: -9999px;
  }
  .question__label {
    position: relative;
    display: block;
    line-height: 40px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    background-color: #fff;
    padding: 5px 6px 5px 40px;
    /*
    padding: 5px 20px 5px 50px;
    */
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    margin:1rem auto;
  }
  .question__label:hover {
    border-color: #f701ff;
  }
  .question__label:before, .question__label:after {
    position: absolute;
    content: "";
  }
  .question__label:before {
    top: 12px;
    left: 5px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #ced4da;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
  }
  .question__input:checked+.question__label:before {
    background-color: #b71f22;
    box-shadow: 0 0 0 0;
  }
  .question__input:checked+.question__label:after {
    top: 22px;
    left: 13px;
    width: 10px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
  }
  .form-check-input:checked, .form-check-input:focus {
     outline: none !important;
    border: none !important;
  }
  input:focus {
    outline: none;
  }



/*
  .form-control {
    border-radius: 0;
  }
*/

.angebot .tx-powermail .form-check-label {
    display: inline-block;
    margin-right: 1em;
    width: 100%;
    display: block !important;
    border: 0;
    background: none;
}

.angebot .tx-powermail label {
    min-height: inherit !important;
    margin: 0;
    line-height: 32px;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 0;
 }


 .angebot .tx-powermail label[for="powermail_field_ichinteressieremichfuer"] {
    display: block !important;
    font-weight:bold;
    font-size:1.375rem;
 }

 .angebot .tx-powermail label[for="powermail_field_projektbudget"] {
    display: block !important;
    font-weight:bold;
    font-size:1.375rem;
 }
 .angebot .tx-powermail label[for="powermail_field_anrede"] {
    display: none !important;
    font-weight:bold;
    font-size:1.375rem;
 }

 .angebot .tx-powermail label[for="powermail_field_anrede"] {
    display: none !important;
    font-weight:bold;
    font-size:1.375rem;
 }

 .angebot .tx-powermail label[for="powermail_field_bittekontaktierensiemich"] {
    display: block !important;
    font-weight:bold;
    font-size:1.375rem;
 }

 .angebot .tx-powermail label[for="powermail_field_anderebereicheanmerkungenzbbrancheetcfragen"] {
    display: block !important;
    font-weight:bold;
    font-size:1.375rem;
 }

 .angebot .powermail_fieldwrap_anrede label {
     display:block !important;
     display: inline-block;
    margin-right: 1em;
    width: 100%;
    display: block !important;
    border: 0;
    background: none;
 }


.angebot .tx-powermail input[type=checkbox] {
    width: 1em;
    /* height: 1em; */
    margin-right: 1em;
    margin-top: 5px;
    /* float: left; */
    line-height: 2em;
    position: relative;
    min-height: inherit;
}


 .angebot label.label-block {
    display: block !important;
    font-weight: bold;
    font-size: 1.375rem;
 }

.angebot .powermail_radio {
    content: '';
    height: 0;
    width: 0;
    display: block;
    border: 1px solid #b4b4b4;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    -webkit-transition: .25s background;
    transition: .25s background;
    line-height: 0;
    margin: -10px 10px 0px 0px;
}


.angebot .powermail_radio {
    position: absolute;
    left:0px;
}

 
 
.angebot .powermail_radio:checked+.question__label:before {
    background-color: #b71f22;
    box-shadow: 0 0 0 0;
}


.angebot .powermail_radio:checked+.question__label:after {
    top: 22px;
    left: 13px;
    width: 10px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}
.angebot.question__label:before, 
.angebot .question__label:after {
    position: absolute;
    content: "";
}

.angebot .radio input.powermail_radio {
    width: auto;
     left: -9999rem;
}


.angebot .powermail_fieldwrap_datenschutz.col-12 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
     max-width: 100% !important;
    text-align: left;
    float: inherit;
    margin: 0rem 0 1rem 0;
}



.angebot .tx-powermail {
    display: inline-block;
    width: 100%;
    /* border: 1px solid #f1f1f1; */
     box-shadow: 2px solid #333;
    box-shadow: 0px 0px 3px #ababab;
    background: #ffffff;
    border-radius: 5px;
}




.angebot .bg-white {
    background: #ededee !important;
}

.angebot select option {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 1rem;
}











input.btn.btn-primary0 {
    color: #555;
    -moz-border-radius: 3px 3px 3px 3px;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    line-height: 100%;
    min-width: 99px;
    width: 100% !important;
    padding: 15px 12px;

    text-align: center;
    text-decoration: none;
    text-shadow: 0 0px rgb(255 255 255 / 75%);
    text-transform: uppercase;
    color: #fff;
    border: 0;
    background-size: contain !important;
    margin: auto;
	background: #616161 !important;
 }
 input.btn.btn-primary0:hover {
	 background-color: #b71f22 !important;
 }



 input:focus::placeholder {
	color: transparent;
  }


  textarea:focus::placeholder {
	color: transparent;
  }



.formular .tx-powermail .powermail_fieldset .powermail_field_error, 
.formular .tx-powermail .powermail_fieldset .check.parsley-error, 
.formular .tx-powermail .powermail_fieldset .powermail_form .parsley-error:focus, 
.formular .tx-powermail .powermail_fieldset div.error {
    background-color: #EBCCD1;
    color: #A94442;
    display: block;
    position: absolute;
    margin: -18px 0;
    padding-top: 0em;
    padding-bottom:8px;
}



 .formular label {
    display: none !important;
}

.formular .powermail_fieldwrap_rueckruf .check label {
    display: block !important;
    /* text-indent: 1.675em; */
    font-weight: normal;
    /* line-height: 1.875em; */
    text-align: left;
    border: 0;
    background: transparent;
    margin:0;
}
.formular .powermail_fieldwrap_datenschutz .check label {
    display: block !important;
    /* text-indent: 1.675em; */
    font-weight: normal;
    /* line-height: 1.875em; */
    text-align: left;
    border: 0;
    background: transparent;
    margin:0;
    width: 100%;
}
.formular #powermail_field_rueckruf_1,
.formular #powermail_field_datenschutz_1 {
	content: '';
    height: 0;
    width: 0;
    display: block;
    border: 1px solid #b4b4b4;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    -webkit-transition: .25s background;
    transition: .25s background;
    line-height: 0;
    margin: -10px 10px 0px 0px;
}

.formular .tx-powermail input, 
.formular .tx-powermail select, 
.formular .tx-powermail textarea {
    border: 1px solid #E6E6E6;
    /* border-color: #717171 #717171 #717171 #717171; */
    -moz-border-radius: 3px 3px 3px 3px;
    padding: 10px 10px 10px 10px !important;
    x-moz-box-shadow: 0 1px 2px rgba(172, 188, 209, 0.35);
    width: 100%;
    background: #fff;
    min-height: 50px;
}





.formular .powermail_checkboxf {
    position: relative;
    display: block;
    line-height: 40px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    background-color: #fff;
    padding: 5px 60px 5px 50px;
    /* padding: 5px 20px 5px 50px; */
    cursor: pointer;
    transition: all 0.15s ease-in-out;
    margin: 1rem auto;
}

.formular .powermail_checkbox{
    position: absolute;
    left: -9999px;
} 
.formular .powermail_checkbox::before {
    top: 12px;
    left: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #ced4da;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    
}
.formular .powermail_checkbox::before, 
.formular .powermail_checkbox::after {
    position: absolute;
    content: "";
}


.formular #powermail_field_rueckruf_1:checked::before,
.formular #powermail_field_datenschutz_1:checked::before {
    background-color: #f701ff;
    box-shadow: 0 0 0 0;
}

.formular #powermail_field_rueckruf_1:checked::after,
.formular #powermail_field_datenschutz_1:checked::after {
    top: 22px;
    left: 9px;
    width: 10px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

#powermail_field_datenschutz_1x,
#powermail_field_rueckruf_1x {
    position: absolute;
    left: -9999px;
}





.formular .btn.btn-primary.submit-btn {
    font-size: 17px;
    font-weight: bold;
    position: relative;
    min-width: 130px;
    padding-left: 20px;
    padding-right: 20px;
    height: 50px;
    background: #b71f22;
    margin: 0 auto;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
    transition: color .3s;
    text-align: center;
    color: #fff;
    border: 0;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: transform .3s;
}
.formular textarea.powermail_textarea {
	min-height:224px;
}

.formular .btn.btn-primary.submit-btn:before {
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d400db;
    content: " ";
     transition: transform .3s;
}
.formular .btn.btn-primary.submit-btn:hover {
     
    
     translate: translateY(-80%);
}
 

.powermail_fieldwrap_type_check {
	text-align: left;
}
.anfrage input.powermail_input,
.anfrage textarea.powermail_textarea {
    background: #fff ;
}

 
.anfrage textarea.powermail_textarea {
	min-height:265px;
}
.anfrage .powermail_fieldwrap_datenschutz .col-12.col-md-12.px-0.d-inline-block label {
    display: block !important;
}

.anfrage .powermail_fieldset_2 {
    width: 100%;
}
.anfrage .powermail_fieldset_2 .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}

.anfrage .powermail_fieldset_3 .col-md-4,
.anfrage .powermail_fieldset_6 .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}

.anfrage .powermail_fieldset_4 .col-md-4 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}



.anfrage .row {
	margin-left:0;
}



.anfrage .tx-powermailx {
    padding: 2rem;
    border: 1px solid #878787;
    border-radius: 10px;
    background: #6c757d;
}





.powermail_fieldset.powermail_fieldset_300 {
 
	border-radius: 5px;
	margin: 0;
	 
}










 .powermail_fieldwrap_datenschutz .col-8 .checkbox,
 .checkbox {
     width: 150%;
}


 .checkbox.parsley-error {
    background-color: #EBCCD1;
    color: #A94442;
    display: flex;
}

.tx-powermail .powermail_create {

}

.anfrage #powermail_field_nachricht,
.anfrage #powermail_field_beschreibunganfrage {
	min-height:176px !important;
}
.callback div.checkbox > label {
    width: 100%;
    margin-left: 0; 
    padding: 1em 0;
}

.powermail_fieldset {
	border:0;
	padding:0;
    width:100%;
}

.form-group {
    margin:0;
}

.powermail_fieldwrap_marker_03 label,
.powermail_fieldwrap_marker_04 label,
.powermail_fieldwrap_perelektronischerpost label {
	width:35%;
	    margin: 0.25em 0;
}
.powermail_checkbox.powermail_checkbox_54 {
float: left;
    width: 25px;
    margin-top: 5px;
}
fieldset.default {
	border:0;
}

.frame-layout-0 fieldset legend {
    display: none;
}
.tx-powermail h3 {
	display:none;
}

.tx-powermail h3.show {
	display:block;
}

.tx-powermail .row .btn { 
    background-color: var(--primary);
    border-color: var(--primary);
    padding: 0.675rem 1rem;
}

.tx-powermail .row .btn:hover { 
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
    padding: 0.675rem 1rem;
}


.blue-popup-block .tx-powermail .row .btn,
.slick-slide .tx-powermail .row .btn { float:inherit; }


.radio { display:inline-block;margin-right:0.5em; }
.radio input.powermail_radio {
	width:auto;
	display:inline-block;
}

.powermail_field{
    display: block;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 0.25em 0px;
}


.powermail_fieldset_17 legend { display:none; padding:0; }
.powermail_fieldset_18 legend { display:none; padding:0; }

fieldset.powermail_fieldset_17 { padding:0; }
fieldset.powermail_fieldset_18 { padding:0; }
fieldset.powermail_fieldset_19 { padding:0; clear:both; }


textarea.powermail_textarea { /* width:100% !important; */ }


.powermail_textarea {
    height: 175px;
	/*width:100%;*/
}



.powermail_fieldwrap_bitteschickensiemirinformationenzufolgendemprodukt select.powermail_select { width:95% !important; }


fieldset.powermail_fieldset_19 .senden { margin-right:25px; }

.landing fieldset {
	margin:0;
}

.landing h1 {
	    color: #000;
		text-transform:uppercase;
}

.landing h3 {
	color: #df237a;
}


.formgrey {
	border:2px solid #000;
	background:#f1f1f1;
	padding:0.875em;
}

.tx-powermail .form2cols {
    width: 100%;
    float: left;
    padding: 0;
    border: 0;
 	margin:0;
	text-align:left;
 
}

.nolabel label.powermail_label {
	display:none;
}

.border-left-dotted {
	flex: 1 !important;
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 !important;
 
 
}

.clearboth {
	clear:both;
	border:0;
	padding:0;
}

.abstand {
	height:40px;
}



.powermail_checkbox {
	float:left;
	max-width:50px;
}


.senden {

    margin-right: 65px;
    margin-top: 20px;
    width: 200px;
    margin-bottom: 20px;
    height: 40px;
}


.powermail_country,
.powermail_select {
	width:87%;
}



.formgrey .type-check input {
	display:inline-block;
	width:inherit;
}

input.powermail_input,
.powermail_input input, 
.default select,
.formgrey select, 
.default textarea,
.formgrey textarea, 
.default select,
.formgrey select {
    border: 1px solid #E6E6E6;
    border-color: #717171 #717171 #717171 #717171;
    -moz-border-radius: 3px 3px 3px 3px;
    padding: 7px 3px;
    x-moz-box-shadow: 0 1px 2px rgba(172, 188, 209, 0.35);
}

.default input, .default textarea,
.formgrey input, .formgrey textarea {
    display: block;
    position: relative;
    padding: 0.3em 0.3em;
    width: 70%;
	
    border: 1px solid #E6E6E6;
    border-color: #717171 #717171 #717171 #717171;
    -moz-border-radius: 3px 3px 3px 3px;
    padding: 7px 3px;
    x-moz-box-shadow: 0 1px 2px rgba(172, 188, 209, 0.35);
	
}
.powermail_input input, .formgrey textarea, .formgrey select, .formgrey optgroup {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #232526;
    line-height: 15px;
}


.powermail_date {
	max-width:250px;
}


.powermail_fieldwrap_type_submit {
	width:100%;
	margin:1em auto;
}
.tx-powermail .hiddenx {
	height: 4px;
    display: block !important;
}
input.powermail_submit {
	
  color: #555;
    background: #00163b;
    -moz-border-radius: 3px 3px 3px 3px;
    display: block;
     font-size: 12px;
    font-style: normal;
    font-weight: bold;
    line-height: 100%;
    min-width: 99px;
    width: 200px !important;
    padding: 3px 12px;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    height: 35px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0px rgba(255, 255, 255, 0.75);
    text-transform: uppercase;
	color:#fff;
 border:0;

    background-size: contain !important;
	margin:auto;
	
 
	
}

 
input.powermail_submit:hover {
	background:#000;
}



.powermail_label {
	margin:0.5em 0 0.5em 0;
	display:block;
	
	width: 100%;
     float: none;
	 clear:left;
}








/* Landingpage 27.01.2017 */

.produktrahmen {
	border:2px solid #333;
	padding:1em;
	display:block;
	margin-bottom:1em;
	font-size:14px;
}
.produktrahmen:hover {

	background:#f1f1f1;	
}
.produktrahmen hr {
	border:0.5px solid #000;
	margin-top:1em;
	margin-bottom:1em;
}

.bildrahmen {
     width: 300px;
    height: auto;
    float: left;
    padding: 0;
    margin: 0;
    margin-right: 2em;
 
}
.bildrahmen img{
	width:100%;
	height:auto;
	border:1px solid #333;
}
.landing .produktrahmen h2 {
	color:#dd0276;
	position:absolute;
	font-size:16px;

	margin:0.875em;
	margin-left:0.5em;
	font-weight:900;
	letter-spacing:-1px;
}

.landing .anfrageh2 {
		color:#000;
	font-size:28px;
	text-transform:uppercase;
	margin:0;
	font-weight:bolder;
}

.landing .anfrageh2x {
		color:#dd0276;
 	margin:0;
	font-weight:bolder;
}

.landing .copy {
	display:block;
}
.powermail_select {
	width:100%;
}





.Tx-Formhandler h4 { font-size:14px; font-weight:normal; }
.Tx-Formhandler h4 u { font-weight:bold; }

.text { float:left; width:570px; }

.copy0 {
    width: 500px;
    float: left;
    vertical-align: top;
    margin: 0;
    padding: 0;
	margin-bottom:1em;
 }


.copy2 {
	float:left;
    width: 270px;
     vertical-align: top;
    margin: 0;
	margin-right:30px;
    padding: 0;
	
}

#preisanfrage-form > fieldset > div > div > div > label > strong {
		color:#dd0276;
		font-size:14px;
}



#preisanfrage-form > fieldset > div > div > div > label > span {
    font-size: 14px;
	font-weight:normal;
}
	
#preisanfrage-form > fieldset > div > div > div > label > span.none {
    display:none;
}
	
.copy3 {
	float:left;
    width: 270px;
     vertical-align: top;
    margin: 0;
    padding: 0;
}

.copy p.bodytext,
.copy2 p.bodytext,
.copy3 p.bodytext { margin-top:0; }
.copy2 ul, 
.copy ul,
.copy3 ul {	margin:0;padding-left:0 !important; }
.landing .copy ul li, 
.landing .copy2 ul li,
.landing .copy3 ul li {      
	/*background: url(images/checkbox.jpg) 0px 0px no-repeat;
	padding-left:2em;*/
	margin:0 0 6px 1.15em;
	line-height:18px;
}
 




/**
 * Checkbox Five
 */
 
.checkboxFive input[type=checkbox] {
	visibility: hidden;
}


.checkboxFive {
 	
	position: relative;
	line-height:28px;
}
.checkboxFive label {
cursor: pointer;
    position: absolute;
    width: 16px;
    height: 16px;
     left: 0;
    background: #fff;
    border: 2px solid #000;
 
}
.checkboxFive span {
	    margin-left: 0.875em;
    margin-top: -4px;
    position: absolute;
	}
/**
 * Display the tick inside the checkbox
 */
.checkboxFive label:after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 20px;
    height: 9px;
    background: transparent;
    top: -5px;
    left: 2px;
    border: 3px solid #dd0276;
    border-top: none;
    border-right: none;
    transform: rotate(-50deg);
}
/**
 * Create the hover event of the tick
 */
.checkboxFive label:hover::after {
	opacity: 0;
}

/**
 * Create the checkbox state for the tick
 */
.checkboxFive input[type=checkbox]:checked + label:after {
	opacity: 1;
}
/* --------------  */


	.landing {
		padding:1em;
	}
	



@media screen and (max-width:768px) {
	


    
	.form2cols {
    width: 100%;
    float: left;
    padding: 0;
    border: 0;
 
	}
	
	
	.landing {
		padding:1em;
	}
	
	.landing .copy2 {
		margin:1em 0;
		width:100%;
		margin-right:0;
	}

	.landing .copy3 {
		margin:1em 0;
		width:100%;
		margin-left:0;
	}	
	
	
 
	
	.landing .text {
		float:inherit;
		width:auto;
	}
	.landing .text .copy{
		width:inherit;
		float:inherit;
	}	
	
 	.bildrahmen {
		width:100%;
		margin-bottom:1em;
	}
	
	.clearlanding {
		height:2em;
	}
}











.powermail_fieldset_9  .powermail_label {
	display:none;
}




 

@media screen and (min-width:1024px) {
	

	.landing {
		padding:0;
	}

.powermail_submit {
		float:right;
	}
	.checkbox {
		margin-left:140px;
		width:inherit;
	}
	   

}


@media screen and (max-width:461px) {

	.powermail_fieldwrap_marker_03 label, .powermail_fieldwrap_marker_04 label, .powermail_fieldwrap_perelektronischerpost label {
    width: 65%;
    margin: 0.25em 0;
}
	
	
	
.form-group label { float:none !important; }
	
	.tx-powermail input, .tx-powermail select, .tx-powermail textarea { width:100% !important; }
	
	
	div.checkbox > label {
    width: 100%;
    margin-left: 0 !important;
    padding: 1em 0;
}


}




.
@media screen and (min-width:461px) and (max-width:769px) {
.form-group label { float:none !important; }
	
	.tx-powermail input, .tx-powermail select, .tx-powermail textarea { width:98% !important; }
	
	
	div.checkbox > label {
    width: 100%;
    margin-left: 0 !important;
    padding: 1em 0;
}




	.landing {
		padding:1em;
	}
	
	.landing .text {
		float:inherit;
		width:auto;
	}
	.landing .text .copy{
		width:inherit;
		float:inherit;
	}	
	
	.landing .copy2 {
		margin:1em 0;
		width:48%;
		margin-right:2%;
	}

	.landing .copy3 {
		margin:1em 0;
		width:48%;
		margin-left:2%;
	}	
}



.powermail_field .minusacc:after,
.powermail_field .plusacc:after {
 
    margin-top: -4px !important;
    position: absolute !important;
}


.tab_content .powermail_field .minusacc:after,
.tab_content .powermail_field .plusacc:after {
 
    margin-top: 0px !important;
    position: relative !important;
}

.powermail_field .type-check .powermail_checkbox_82,
.powermail_field .type-check .powermail_checkbox_23 {
	    width: 30px;
    float: left;
    margin-top: 5px;
}































div.checkbox > label {
	width:100%;
	margin-left:0;
	padding:1em 0;
}



.powermail_fieldset .row {
    display: inherit;
    width: auto;
}


 
/*------------------------ Formular ----------------------------*/

input[type=checkbox] {
	margin-right:2em;
}

label.form-check-label span:after {
	content:"";
	clear:both;
}

label[for="powermail_field_datenschutz"] {
    display:none !important;
}

label.control-label {
    font-weight: normal;
    margin: 0;
    padding-left:0.25em !important;
}
 
.tx-powermail input,
.tx-powermail select, 
.tx-powermail textarea {
    border: 1px solid #E6E6E6;
  /*  border-color: #717171 #717171 #717171 #717171; */
    -moz-border-radius: 3px 3px 3px 3px;
    padding: 5px 3px;
    x-moz-box-shadow: 0 1px 2px rgba(172, 188, 209, 0.35);
	 width:100%;
	 background:#f3f3f3;
	 
}

.tx-powermail input.radio {
	width:1em;
	min-width:inherit;
}
.tx-powermail .form-check-label {
	display:inline-block;
	margin-right:1em;
	width:100%;
}

.tx-powermail .inputs-list {
	float:left;
}

.tx-powermail #anfrage-checkbox-1{
	width:20px;
	margin-top:5px;
	float:left;
	min-width:inherit;
}

.tx-powermail input[type=checkbox] {
width: 1em;
    /* height: 1em; */
    margin-right: 1em;
    margin-top: 5px;
    /* float: left; */
    line-height: 2em;
    position: relative;
}

.tx-powermail label[for=kontakt-textarea-1],
.tx-powermail label[for=kontakt-singleselect-2],
.tx-powermail #anfrage-singleselect-2,
.tx-powermail #anfrage-textarea-1 {
	width:90%;
	line-height:1.375em;
	margin-bottom:2px;
}

.tx-powermail #anfrage-textarea-1 {
	height:120px;
 }

/*
#anfrage #anfrage-text-5 {
	width:200px; float:left; min-width:inherit;
}

#anfrage #anfrage-text-9 {
	    width: 200px;
    float: left;
    min-width: inherit;
    margin-left: 0.675em;
    margin-top: -8px;
}

#kontakt #kontakt-text-6,
#kontakt #kontakt-text-8 {
	width:60px; min-width:inherit;
	float:left;
}
*/

.form-group {
	border:0;
	display:block;
	padding:0.25em 0;
}
.form-group legend{
	font-weight:bold;
}

/*
.form-group label{
	width:100%;
	float:left;
}
*/


.form-group label::before{
	content:' ';
	clear:both;
}

.form-group .form-check {
	 
}


.row1 {
	width:100%;
	float:left;
	padding-right:2em;
}

.row1:nth-child(2) .row1{
	float:left;
	width:100%;
	margin-bottom:0.25em;
}

.row1 h2 {
	font-weight:bold;
	font-size:1em;
}

.col-xs-10.col-sm-6.col-md-6.col-lg-1 {
	float: left;
    margin: -8px 0.675em;
}



.actions {
margin: 1em 0;
      float: right;  
    /* clear: both; */
    margin-bottom: 1em;
    display: inline-block;
    
}

.form-navigation {
	float:right;
	margin:auto;
}


#anfrage-fieldset-1 {
	width:100%;
	float:left;
	text-align:left;
	padding-right:2em;
}

#anfrage-fieldset-2 {
	width:auto;
 	text-align:left;
}

#anfrage-fieldset-2 input {
	width:100%;
	margin-top:0.25em;
	margin-bottom:0.25em;
	padding:0.675em;
}
/*------------------------ Formular ----------------------------*/


@media (min-width: 768px) {
    
    .angebot .tx-powermail {
        padding:2rem;
    }
    .angebot .powermail_fieldwrap_bittekontaktierensiemich {
       
 
    }



    .angebot .tx-powermail .powermail_fieldset_5.form2cols {
        padding-right:1rem;
    }
    .angebot .tx-powermail .powermail_fieldset_6.form2cols {
        padding-left:1rem;
    }



    .angebot .powermail_fieldset_10 {
        display:flex;
        margin-top: 1rem;
    }
    .angebot .powermail_fieldset_10 div.col-12 {

    -ms-flex: 0 0 100%;
    flex: 0 0 100%;

    }


    .angebot .powermail_fieldset_10 div.col-12:nth-last-child() {
        float: right;
    /* width: 50%; */
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    }

    
    .tx-powermail .form2cols {
        width: 50%;
        float: left;
        padding: 0;
        border: 0;
         margin:0;
        text-align:left;
     
    }

    .tx-powermail .form2cols:first-of-type {
        padding-right:2rem;
    }

    

/*

    .powermail_fieldwrap_datenschutz.col-12 {
        -ms-flex: 0 0 70% !important;
        flex: 0 0 70% !important;
        max-width: 70% !important;

        text-align: left;
        float: left;
    }
    */
/*
    .powermail_fieldwrap_anfragesenden.col-12 {
        -ms-flex: 0 0 30% !important;
        flex: 0 0 30% !important;
        max-width: 30% !important;

         float: right;
         padding: 0;
         margin: 0;
     }
*/
    }


.tx-powermail .powermail_fieldset_4.form2cols{
	padding-right:0;
}

.border-left-dotted {
 
    border-left: 1px dotted #000;
    padding-left: 3em;
 
}




input.btn.btn-primary { 
	width: 200px !important;
 }

 .checkbox {
	 margin-left:33%;
	 width:inherit !important;
 }
    
     
 
}


@media (max-width:600px) {
    .powermail_fieldset_1.form2cols,
    .powermail_fieldset_2.form2cols {
        width:100%;
    }
}


.tx-powermail .powermail_fieldset .parsley-errors-list.filled {
    display: none !important;
}




@media screen and (min-width:1024px) {
	

 
 
	.checkbox {
		margin-left:33%;
		width:inherit;
	}
	   

}