.float-right {
	float:right !important;
}
.float-left {
	float:left !important;
}
/* Default style sheet for SrFeuserRegister */
/*Ausnahmen*/
#p1 .frame-type-list {
  display:flex;
  width: 100%;
}
#p1 .tx-srfeuserregister-pi1{
  display:flex;
  width: 100%;
	align-self: flex-start;
	align-items: flex-end;
	justify-items: flex-end;
	justify-content: flex-end;
/* 	margin-right: 40px; */
}
/*------*/
.tx-srfeuserregister-pi1 p {
	margin-bottom: 0;
	margin-top: .5em;
	text-indent: 0;
}
 .tx-srfeuserregister-pi1 p.p-not-member {
	display:flex;
   align-self:end;
}
.tx-srfeuserregister-pi1 h4 {
	margin-top: 0;
	padding-left: 0;
}
.tx-srfeuserregister-pi1 legend {
	font-weight: bold;
	padding: 0 .5em;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-notice {
	font-style: italic;
	margin-bottom: 1em;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-trash {
	margin-bottom: 2em;
}
 
.tx-srfeuserregister-pi1 label {
	margin: 0;
	padding: 0;
}
.tx-srfeuserregister-pi1 label span {
	color: #ff0000;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error {
	color: #ff0000;
}
.tx-srfeuserregister-pi1 input {
	margin: 0;
	padding: 0 .5em 0 0;
}
.tx-srfeuserregister-pi1 input[type=password] {
	margin-right: 1em;
}
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-password {
	margin-right: 1em;
}
.tx-srfeuserregister-pi1 input[type=radio],
.tx-srfeuserregister-pi1 input[type=checkbox] {
	background-color: transparent;
}
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-radio,
* html .tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-checkbox {
	background-color: transparent;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon {
	background-color: transparent;
	margin-left: 1em;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-delete-icon:hover {
	cursor: pointer;
}
.tx-srfeuserregister-pi1 a.tx-srfeuserregister-pi1-file-view {
	background-color: transparent;
	background-image: url("../Images/internal_link_new_window.png");
	background-repeat: no-repeat;
	font-size: .8em;
	margin-left: 1em;
	padding-left: 15px;
}
.tx-srfeuserregister-pi1 ul {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes {
	list-style-type: none;
}
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li {
	margin: 0 0 .3em 0;
	padding: 0;
}
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checkboxes li label {
	margin: 0;
	padding: 0 0 0 .5em;
}
.tx-srfeuserregister-pi1 ul.tx-srfeuserregister-multiple-checked-values li {
	float: left;
	margin: 0;
	padding: 0 2em 0 0;
}
.tx-srfeuserregister-pi1 dl {
	margin: 0;
	padding: 1em 0 0 0;
}
.tx-srfeuserregister-pi1 dt,
.tx-srfeuserregister-pi1 dd {
	float: left;
	margin: 0;
	padding: 0 0 .5em 0;
}
.tx-srfeuserregister-pi1 dt {
	clear: both;
	text-align: right;
	padding-right: 5px;
	padding-left: 5px;
}
.tx-srfeuserregister-pi1 dd {
	text-align: left;
	width: 50%;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dt {
	width: auto;
	padding-right: 0;
}
.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-multiple-checkboxes dd {
	width: auto;
}
* html .tx-srfeuserregister-pi1 dd {
	float: none;
}
.tx-srfeuserregister-pi1 dd p {
	margin-bottom: .5em;
	margin-top: 0;
	padding: 0;
}
.tx-srfeuserregister-pi1 dd label {
	padding: 0 1em 0 .5em;
}


/*--local-changes 16.06.2020*/
.tx-srfeuserregister-pi1 .hide {
	display: none !important;
}
.tx-srfeuserregister-pi1 .show {
	display: block !important;
}

.tx-srfeuserregister-pi1 input.error {
	border:1px solid rgb(242,38,46) !important;
}

.tx-srfeuserregister-pi1 .notice-text{
	margin:20px 0px 0px 0px!important;
	padding:0px!important;
}
.tx-srfeuserregister-pi1 form {
	margin-top:20px!important;
}
.tx-srfeuserregister-pi1 a,
.tx-srfeuserregister-pi1 a.not-member {
	color:rgb(242,38,46);
	text-decoration: none;
}
.tx-srfeuserregister-pi1 a:hover,
.tx-srfeuserregister-pi1 a.not-member:hover {
	opacity: 0.5;
	color:rgb(242,38,46);
	text-decoration: none;
	cursor: pointer;
}
.tx-srfeuserregister-pi1 a.not-member {
	text-transform: uppercase;
}
/*
.p-not-member{
	justify-content: flex-end;
}
*/

.tx-srfeuserregister-pi1 .hide {
	display: none!important;
}

.tx-srfeuserregister-pi1 .no-padding {
	padding: 0px!important;
}
.tx-srfeuserregister-pi1 .no-margin {
	margin: 0px !important;
}
/*
.tx-srfeuserregister-pi1 .f-11, .tx-srfeuserregister-pi1 .f-11 p{
	font-size: 11px !important;
}
*/

.tx-srfeuserregister-pi1 input[type="text"],
.tx-srfeuserregister-pi1 input[type="password"],
.tx-srfeuserregister-pi1 input[type="email"],
.tx-srfeuserregister-pi1 input[type="tel"]{
	width: 100%;
	min-width:550px;
	height:40px;
	font-size: 17px;
	margin-bottom:15px!important;
	padding: 5px 10px!important;
	border:1px solid black;
}
.tx-felogin-pi1 input[type="text"]::-webkit-input-placeholder,
.tx-felogin-pi1 input[type="password"]::-webkit-input-placeholder,
.tx-felogin-pi1 input[type="email"]::-webkit-input-placeholder,
.tx-felogin-pi1 input[type="tel"]::-webkit-input-placeholder
{
  text-transform: uppercase;
}
.tx-felogin-pi1 input[type="text"]::-moz-placeholder ,
.tx-felogin-pi1 input[type="password"]::-moz-placeholder ,
.tx-felogin-pi1 input[type="email"]::-moz-placeholder ,
.tx-felogin-pi1 input[type="tel"]::-moz-placeholder 
{
  text-transform: uppercase;
}
.tx-srfeuserregister-pi1 fieldset input[type="submit"], .tx-srfeuserregister-pi1 .submit-btn, .submit-btn{
    display: inline-block;
    outline: none!important;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    background-color: white;
    border:1px solid  rgb(242,38,46);
    color:rgb(242,38,46)!important;
    	float: right;
	margin-bottom: 20px;
	width: 100%;
	max-width: 250px;
	text-transform: uppercase;
	text-decoration: none !important;
}
.tx-srfeuserregister-pi1 fieldset input[type="submit"]:hover,.tx-srfeuserregister-pi1 .submit-btn:hover, .submit-btn:hover{
    border:1px solid  rgb(242,38,46);
    color: white !important;
    background-color: rgb(242,38,46);
    cursor:pointer;

}
.tx-srfeuserregister-pi1 fieldset input[type="submit"]:blur,
.tx-srfeuserregister-pi1 fieldset input[type="submit"]:focus,
.tx-srfeuserregister-pi1 fieldset input[type="submit"]:active,
.tx-srfeuserregister-pi1 fieldset input[type="submit"]:link,
.tx-srfeuserregister-pi1 fieldset input[type="submit"]{
  outline: none!important;
  box-shadow: none !important;
  border:1px solid  rgb(242,38,46);
  border-radius: 0px;
  -moz-box-shadow:   none !important;
  -webkit-box-shadow:none !important;
}
.tx-srfeuserregister-pi1 .submit-btn, .submit-btn {
	margin-right:15px;
}
#p229 .tx-srfeuserregister-pi1 .submit-btn, .submit-btn {
	margin-right:0px;
}
.tx-srfeuserregister-pi1  input[type="text"]::-webkit-input-placeholder,
.tx-srfeuserregister-pi1  input[type="password"]::-webkit-input-placeholder,
.tx-srfeuserregister-pi1  input[type="email"]::-webkit-input-placeholder,
.tx-srfeuserregister-pi1  input[type="tel"]::-webkit-input-placeholder
{
  text-transform: uppercase;
}
.tx-srfeuserregister-pi1  input[type="text"]::-moz-placeholder ,
.tx-srfeuserregister-pi1  input[type="password"]::-moz-placeholder ,
.tx-srfeuserregister-pi1 input[type="email"]::-moz-placeholder,
.tx-srfeuserregister-pi1 input[type="tel"]::-moz-placeholder 
{
  text-transform: uppercase;
}
.tx-srfeuserregister-pi1  .terms-label{
	padding:0px 0px;
	
}
.tx-srfeuserregister-pi1  input[type="checkbox"]{
	/*-webkit-appearance: none;*/
	width:30px;
	height:30px;
	border:1px solid black;
}
.pl-40{
	padding-left:40px !important;
}
.pl-25{
	padding-left:25px !important;
}
/*------------------------------*/
/*-----------Responsive--------------*/
@media (max-width: 1150px){
	.tx-srfeuserregister-pi1 dd {
		text-align: left;
		width: 100%;
	}
/*
	.tx-srfeuserregister-pi1 input[type="text"],
	.tx-srfeuserregister-pi1 input[type="password"],
	.tx-srfeuserregister-pi1 input[type="email"],
	.tx-srfeuserregister-pi1 input[type="tel"]{
		width: 90%;
		min-width:90%;
	}
*/
}
@media (max-width: 1200px){
	.tx-srfeuserregister-pi1 .no-margin{
		flex-direction: column;
		-ms-flex-direction:column;
	}
	.tx-srfeuserregister-pi1 input[type="text"],
	.tx-srfeuserregister-pi1 input[type="password"],
	.tx-srfeuserregister-pi1 input[type="email"],
	.tx-srfeuserregister-pi1 input[type="tel"]{
		width: 100%;
		min-width:100%;
	}
	.tx-srfeuserregister-pi1 .col-12 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.tx-srfeuserregister-pi1 dt {
		padding-left:0;
	}
	body:not(#p227) .tx-srfeuserregister-pi1 dd {
		width: auto;
	}

}
@media (max-width: 480px){
	.tx-srfeuserregister-pi1 .term-link{
		padding-left:10px;
	}
}
