/* EXT DUMMY STYLESHEET for OSTANGLER FVV */

/* *** Bootstrap begin */
.tx-iwostangler .row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media(max-width: 767px) {
	.container {
		width: inherit;
	}
	.col-xs-1.form-control, .col-sm-1.form-control, .col-md-1.form-control, .col-lg-1.form-control,
	.col-xs-2.form-control, .col-sm-2.form-control, .col-md-2.form-control, .col-lg-2.form-control,
	.col-xs-3.form-control, .col-sm-3.form-control, .col-md-3.form-control, .col-lg-3.form-control,
	.col-xs-4.form-control, .col-sm-4.form-control, .col-md-4.form-control, .col-lg-4.form-control,
	.col-xs-5.form-control, .col-sm-5.form-control, .col-md-5.form-control, .col-lg-5.form-control,
	.col-xs-6.form-control, .col-sm-6.form-control, .col-md-6.form-control, .col-lg-6.form-control,
	.col-xs-7.form-control, .col-sm-7.form-control, .col-md-7.form-control, .col-lg-7.form-control,
	.col-xs-8.form-control, .col-sm-8.form-control, .col-md-8.form-control, .col-lg-8.form-control,
	.col-xs-9.form-control, .col-sm-9.form-control, .col-md-9.form-control, .col-lg-9.form-control,
	.col-xs-10.form-control, .col-sm-10.form-control, .col-md-10.form-control, .col-lg-10.form-control,
	.col-xs-11.form-control, .col-sm-11.form-control, .col-md-11.form-control, .col-lg-11.form-control,
	.col-xs-12.form-control, .col-sm-12.form-control, .col-md-12.form-control, .col-lg-12.form-control {
		max-width: calc(100% - 30px);
		margin-left: 15px;
	}
}
@media (min-width: 576px) {
	.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
		padding-left: 30px;
		padding-right: 30px;
	}
	.tx-iwostangler .row {
		margin-right: -30px;
		margin-left: -30px;
	}
  .col-sm {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media(min-width: 768px) {
	.container {
		width: 750px;
	}
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media(min-width: 992px) {
	.container {
		width: 970px;
	}
	  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.333333%;
        -ms-flex: 0 0 8.333333%;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
        -ms-flex: 0 0 16.666667%;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.666667%;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.333333%;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
        -ms-flex: 0 0 66.666667%;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.333333%;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.666667%;
        -ms-flex: 0 0 91.666667%;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }

}
@media(min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
/* *** Bootstrap end */

/* *** Overwrite Bootstrap begin */

.tx-iwostangler #content .form-group {
	margin-left: -15px;
	margin-right: -15px;
}
@media(min-width: 576px) {
	.tx-iwostangler #content .form-group {
		margin-left: -30px;
		margin-right: -30px;
	}
}
.tx-iwostangler input.form-control {
	display: inline-block;
	height: auto;
	width: 100%;
	padding: .5rem .75rem;
}
.tx-iwostangler .has-success.no-success-style .control-label {color:inherit;}
.tx-iwostangler .has-success.no-success-style .glyphicon-ok {display:none !important;}
.tx-iwostangler .has-error .help-block,
.tx-iwostangler .has-error .control-label,
.tx-iwostangler .has-error .radio,
.tx-iwostangler .has-error .checkbox,
.tx-iwostangler .has-error .radio-inline,
.tx-iwostangler .has-error .checkbox-inline,
.tx-iwostangler .has-error.radio label,
.tx-iwostangler .has-error.checkbox label,
.tx-iwostangler .has-error.radio-inline label,
.tx-iwostangler .has-error.checkbox-inline label {
	color: red;
}
.tx-iwostangler .has-error .form-control,
.tx-iwostangler .has-error.form-group.required .form-control {
    border-color: red;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.tx-iwostangler .has-error .form-control:focus,
.tx-iwostangler .has-error.form-group.required .form-control:focus {
    border-color: red;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #cc2929;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #cc2929;
}
.tx-iwostangler .btn-primary {
	display: inline-block;
	margin-top: 12px;
	padding: 5px 10px;
	font-size: 14px;
	background-color: #0275d8;
	border-color: #0275d8;
}
.tx-iwostangler .btn-primary:hover,
.tx-iwostangler .btn-primary:focus {
	background-color: #025aa5;
	border-color: #01549b;
}
.tx-iwostangler .radio-inline + .radio-inline,
.tx-iwostangler .checkbox-inline + .checkbox-inline {
	margin-left: 15px;
}

@media (min-width: 576px) {
	.tx-iwostangler .col-sm label,
	.tx-iwostangler .col-sm-1 label,
	.tx-iwostangler .col-sm-2 label,
	.tx-iwostangler .col-sm-3 label,
	.tx-iwostangler .col-sm-4 label,
	.tx-iwostangler .col-sm-5 label,
	.tx-iwostangler .col-sm-6 label,
	.tx-iwostangler .col-sm-7 label,
	.tx-iwostangler .col-sm-8 label,
	.tx-iwostangler .col-sm-9 label,
	.tx-iwostangler .col-sm-10 label,
	.tx-iwostangler .col-sm-11 label,
	.tx-iwostangler .col-sm-12 label,
	.tx-iwostangler label.col-sm,
	.tx-iwostangler label.col-sm-1,
	.tx-iwostangler label.col-sm-2,
	.tx-iwostangler label.col-sm-3,
	.tx-iwostangler label.col-sm-4,
	.tx-iwostangler label.col-sm-5,
	.tx-iwostangler label.col-sm-6,
	.tx-iwostangler label.col-sm-7,
	.tx-iwostangler label.col-sm-8,
	.tx-iwostangler label.col-sm-9,
	.tx-iwostangler label.col-sm-10,
	.tx-iwostangler label.col-sm-11,
	.tx-iwostangler label.col-sm-12 {
		margin-bottom: 0;
	}
}
@media (min-width: 768px) {
	.tx-iwostangler .col-md label,
	.tx-iwostangler .col-md-1 label,
	.tx-iwostangler .col-md-2 label,
	.tx-iwostangler .col-md-3 label,
	.tx-iwostangler .col-md-4 label,
	.tx-iwostangler .col-md-5 label,
	.tx-iwostangler .col-md-6 label,
	.tx-iwostangler .col-md-7 label,
	.tx-iwostangler .col-md-8 label,
	.tx-iwostangler .col-md-9 label,
	.tx-iwostangler .col-md-10 label,
	.tx-iwostangler .col-md-11 label,
	.tx-iwostangler .col-md-12 label,
	.tx-iwostangler label.col-md,
	.tx-iwostangler label.col-md-1,
	.tx-iwostangler label.col-md-2,
	.tx-iwostangler label.col-md-3,
	.tx-iwostangler label.col-md-4,
	.tx-iwostangler label.col-md-5,
	.tx-iwostangler label.col-md-6,
	.tx-iwostangler label.col-md-7,
	.tx-iwostangler label.col-md-8,
	.tx-iwostangler label.col-md-9,
	.tx-iwostangler label.col-md-10,
	.tx-iwostangler label.col-md-11,
	.tx-iwostangler label.col-md-12 {
		margin-bottom: 0;
	}
}
@media (min-width: 992px) {
	.tx-iwostangler .col-lg label,
	.tx-iwostangler .col-lg-1 label,
	.tx-iwostangler .col-lg-2 label,
	.tx-iwostangler .col-lg-3 label,
	.tx-iwostangler .col-lg-4 label,
	.tx-iwostangler .col-lg-5 label,
	.tx-iwostangler .col-lg-6 label,
	.tx-iwostangler .col-lg-7 label,
	.tx-iwostangler .col-lg-8 label,
	.tx-iwostangler .col-lg-9 label,
	.tx-iwostangler .col-lg-10 label,
	.tx-iwostangler .col-lg-11 label,
	.tx-iwostangler .col-lg-12 label ,
	.tx-iwostangler label.col-lg,
	.tx-iwostangler label.col-lg-1,
	.tx-iwostangler label.col-lg-2,
	.tx-iwostangler label.col-lg-3,
	.tx-iwostangler label.col-lg-4,
	.tx-iwostangler label.col-lg-5,
	.tx-iwostangler label.col-lg-6,
	.tx-iwostangler label.col-lg-7,
	.tx-iwostangler label.col-lg-8,
	.tx-iwostangler label.col-lg-9,
	.tx-iwostangler label.col-lg-10,
	.tx-iwostangler label.col-lg-11,
	.tx-iwostangler label.col-lg-12 {
		margin-bottom: 0;
	}
}

/* *** Overwrite Bootstrap end */

/* *** RESPONSIVE DEAKTIVIEREN */

.tx-iwostangler form label.col-sm-3 {
	padding-right: 0;
}

.tx-iwostangler label.col-sm-5 + .col-sm-3 {
	padding-left: 0;
}

.tx-iwostangler label.col-sm-5 + input.col-sm-3[type="text"],
.tx-iwostangler label.col-sm-5 + input.col-sm-3[type="date"] {
	padding-left: 10px;
}

.tx-iwostangler form .col-sm-9 {
	width: 75%;
}

.tx-iwostangler form .col-sm-offset-3 {
	margin-left: 25%;
	padding-left: 0;
}

.tx-iwostangler form .petline {
	margin-bottom: 15px;
}

.tx-iwostangler form .petline:last-child {
	margin-bottom: 0;
}

.tx-iwostangler .petline label:after {
	font-weight: bolder;
	color: #D80000;
	content: "\00a0*";
}

/* **** RESPONSIVE DEAKTIVIEREN END **/


/* **** RESPONSIVE AKTIVIEREN **/
@media(max-width: 767px) {
	.tx-iwostangler .col-xs-12 {
		width: 100%;
	}
}
@media(min-width: 768px) and (max-width: 992px) {
	.col-sm-12 {width:100%}
	.col-sm-11 {width:91.66666667%}
	.col-sm-10 {width:83.33333333%}
	.col-sm-9 {width:75%}
	.col-sm-8 {width:66.66666667%}
	.col-sm-7 {width:58.33333333%}
	.col-sm-6 {width:50%}
	.col-sm-5 {width:41.66666667%}
	.col-sm-4 {width:33.33333333%}
	.col-sm-3 {width:25%}
	.col-sm-2 {width:16.66666667%}
	.col-sm-1 {width:8.33333333%}
}
/* **** RESPONSIVE AKTIVIEREN END **/


.tx-iwostangler {
	font-size: 14px;
}

.tx-iwostangler #content .inner {
	padding: 0;
}

/* tabs */
.tx-iwostangler .nav-tabs {
	margin: 0;
	padding: 0;
	border: none;
	counter-reset: tab-count;
}
.tx-iwostangler .nav-tabs.js-disabled,
.tx-iwostangler .nav-tabs.js-disabled * {
	pointer-events: none;
}
.tx-iwostangler .nav-tabs > li > a::before {
	content: counter(tab-count);
	counter-increment: tab-count;
	display: inline-block;
	width: 20px;
	height: 20px;
	padding: 3px;
	color: rgba(22,149,86,1);
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	background: white;
	border-radius: 100%;
}
.tx-iwostangler .nav-tabs > li > a {
	margin-right: 0;
	padding: 10px 12px;
	line-height: 1em;
	border: none;
	border-radius: 0;
	color: #FFFFFF;
	opacity: .8;
}

.tx-iwostangler .nav-tabs > li > a:hover,
.tx-iwostangler .nav-tabs > li > a:visited {
	background: none;
	color: #fff !important;
	opacity: 1 !important;
}
.tx-iwostangler .nav-tabs > li.active > a {
	padding-right: 7px;
	background: rgba(255,255,255,.2);
	transition: none;
}
.tx-iwostangler .nav-tabs > li.active > a::after {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 10px solid rgba(255,255,255,.2);
	border-bottom: 20px solid transparent;
}


.tx-iwostangler .nav-tabs > li.active > a,
.tx-iwostangler .nav-tabs > li.active > a:hover,
.tx-iwostangler .nav-tabs > li.active > a:focus {
	opacity: 1;
	font-weight: bold;
	color: #fff !important;
	border: none;
}

.tx-iwostangler .nav-tabs > li.active + li > a {
	padding-left: 22px;
}

.tx-iwostangler .affix,
.tx-iwostangler .affix-bottom {
	width: 232.5px;
	z-index: 1;
}

.tx-iwostangler .tab-content {
	padding: 30px;
}

.tx-iwostangler .nav-tabs > li.disabled > a {
	pointer-events: none;
	opacity: 0.4;
}

@media(max-width: 767px) {
	.tx-iwostangler .nav-tabs > li > a > span {
		display: none;
	}
	.tx-iwostangler .nav-tabs > li.active > a > span {
		display: inline-block;
		margin-left: 10px;
		font-size: 12px;
	}
}
@media(min-width: 768px) {
	.tx-iwostangler .nav-tabs > li > a > span {
		margin-left: 10px;
	}
}

/* buttons */
.tx-iwostangler .btn-default {
	display: inline-block;
	position: relative;
	padding: 10px 30px;
	color: #fff !important;
	background: #008143;
	border-radius: 5px;
	cursor: pointer;
	font-size: 14px;
	line-height: 1;
	opacity: .8;
}
.tx-iwostangler .btn:hover,
.tx-iwostangler .btn:focus {
	opacity: 1;
}
.tx-iwostangler .btn::before {
	display: none;
}

/* badge */
.tx-iwostangler .badge {
	margin-top: 5px;
	color: #008143;
	background: #e5f2eb;
	border: 2px solid #7fc19d;
	padding: 6px 8px;
	border-radius: 5px;
}

.tx-iwostangler h1 > span.subtitle {
	display: block;
	font-size: 1rem;
	color: #000;
}

/* headlines */
.tx-iwostangler h2,
.tx-iwostangler .tab-pane > h3:first-child
{
	margin: 30px 0 15px;
	padding-bottom: 4px;
	border-bottom: 2px solid #CCC;
	text-transform: uppercase;
	font-size: 16px;
}

.tx-iwostangler .ostangler_existence-person > h2,
.tx-iwostangler .ostangler_accident-person > h2,
.tx-iwostangler .accident-person > h2 {
	text-transform: none;
	color: #008143;
}

.tx-iwostangler .tab-pane > h3:first-child {
	margin-top: 0;
}

.tx-iwostangler .careerline > h2 {
	margin-left: 30px !important;
	margin-right: 30px !important;
}

/* formular */
input, select, textarea {
	max-width: 100%;
}
a.dynamicrowdel {
	cursor: pointer;
}

.dynamicrows .input-group.required label.input-group-addon {
	font-weight: normal;
}
.dynamicrows .dynamicrow1 {
	margin-bottom:0;
}
.tx-iwostangler #content .dynamicrows.dynamicrows-labeltop .form-group {
	flex-direction: column;
	margin:0;
}
.tx-iwostangler #content .dynamicrows.dynamicrows-labeltop .row {
	position: relative;
	background: #eee;
	padding: 15px 0px 5px;
	margin: 0px 0px 10px;
}
.tx-iwostangler #content .dynamicrows.dynamicrows-labeltop .row > div {
	margin-bottom: 10px;
}
.tx-iwostangler #content .dynamicrows.dynamicrows-labeltop .row > div .dynamicrowdel::before {
	background:transparent;
}

.tx-iwostangler .helptext-parsed {
	cursor: pointer;
	position: relative;
	margin-left: -16px;
	margin-top: 5px;
	color: #f0ad4e;
}

.tx-iwostangler .next-step {
	padding-top: 30px;
}

.tx-iwostangler .next-step button:focus {
	background-color: #008143;
	color: #fff;
	box-shadow: none;
	outline: 1px solid #008143;
	outline-offset: 2px;
}

.tx-iwostangler .required-description {
	padding-top: 20px;
	color: #D80000;
	font-size: 0.9em;
}

.tx-iwostangler .form-horizontal .control-label {
	padding-top: 3px;
	font-weight: normal;
	text-align: left;
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.tx-iwostangler #content #iw-private-liability .form-group.careerline {
	padding-left:30px;

}
.tx-iwostangler .form-group .person {
	font-weight: bold;
	padding-left: 30px;
}
.tx-iwostangler .form-horizontal label.required {
	font-weight: bold;
	font-size: 14px;
}

.form-horizontal .form-group.col-xs-12 {
	margin-left: 0;
	margin-right: 0;
}

.tx-iwostangler input.required,
.tx-iwostangler select.required {
	border: 1px solid #B4CDDD;
	background: #ECF3F8;
}
.tx-iwostangler select.form-control {
	flex-direction: row;
	padding: .5rem;
}

.tx-iwostangler .form-group-text {
	line-height: 31px;
}

.tx-iwostangler .form-control-float {
	float: left;
	margin-right: 10px;
}

.tx-iwostangler input.form-control-float[type="radio"],
.tx-iwostangler input.form-control-float[type="checkbox"] {
	margin-top: 9px;
}

.tx-iwostangler input.form-control-xs {
	width: 50px;
	text-align: center;
}

.tx-iwostangler input.form-control-s,
.tx-iwostangler select.form-control-s {
	width: 60px;
}

.tx-iwostangler input.form-control-m,
.tx-iwostangler select.form-control-m {
	width: 90px;
}

.tx-iwostangler input.form-control-l {
	width: 160px;
}

.tx-iwostangler .feedback-workaround,
.tx-iwostangler .form-control-feedback {
	position: relative;
	right: 0 !important;
	display: inline-flex;
	align-items: center;
}

.tx-iwostangler .feedback-workaround .glyphicon,
.tx-iwostangler .form-control-feedback.glyphicon {
	margin-top: 0;
	margin-left: 10px;
}

.tx-iwostangler .feedback-workaround.feedaround-s {
	max-width: 60px;
}

.tx-iwostangler .feedback-workaround.feedaround-m {
	max-width: 90px;
}

.tx-iwostangler .feedback-workaround.feedaround-l {
	max-width: 160px;
}

.tx-iwostangler .feedback-workaround.feedaround-xl {
	max-width: 300px;
}

.tx-iwostangler #bankdaten .required-special {
	padding-top: 30px;
}

.tx-iwostangler .feedback-workaround #beginntag + .form-control-feedback,
.tx-iwostangler .feedback-workaround #insurance-end + .form-control-feedback {
	position: absolute;
	right: 0;
	width: auto;
	height: 30px;
	margin: 0;
	line-height: 30px;
}

.tx-iwostangler .form-group-float {
	width: 50%;
	float: left;
}

.tx-iwostangler .radio-inline + .input-group {
	margin-top: 7px;
}

.tx-iwostangler .radio-inline.col-sm-12 {
	padding-left: 15px !important;
}

.tx-iwostangler .input-group-addon {
	display: flex;
	align-items: center;
	padding: 5px 12px;
}
.tx-iwostangler .input-group .ifprevset-coverage-container {
	border-radius: 0 .25rem .25rem 0;
	border-right: 1px solid rgba(0,0,0,.15);
}

.tx-iwostangler .contextual {
	margin-top: 15px;
}

.tx-iwostangler .contextual > p {
	padding: 15px;
}

/* formular required */
.tx-iwostangler .form-group.show-required > label,
.tx-iwostangler .form-group.required > label {
	font-weight: bold;
}

.tx-iwostangler .form-group.show-required > label:after,
.tx-iwostangler .form-group.required > label:after {
	display: inline-block;
	width: 0;
	font-weight: bolder;
	color: #D80000;
	content: "\00a0*";
}

.tx-iwostangler .form-horizontal .control-label.bold {
	font-weight: bolder;
}
.tx-iwostangler .form-horizontal .required .normal {
	display: block;
	font-weight: normal;
	font-size: 12px;
}

.tx-iwostangler .form-group.show-required input,
.tx-iwostangler .form-group.show-required select,
.tx-iwostangler .form-group.show-required textarea,
.tx-iwostangler .form-group.required input,
.tx-iwostangler .form-group.required select,
.tx-iwostangler .form-group.required textarea {
	border: 1px solid #B4CDDD;
	background: #ECF3F8;
}

#iwostangler-comment,
.tx-iwostangler .form-group.show-required textarea,
.tx-iwostangler .form-group.required textarea {
	resize: vertical;
}

.tx-iwostangler .db_list_normal,
.tx-iwostangler .t3-row-header th {
	font-size: 0.7em;
}

@media (min-width: 768px) {
	.tx-iwostangler .db_list_normal,
	.tx-iwostangler .t3-row-header th {
		font-size: 0.8em;
	}
}

@media (min-width: 992px) {
	.tx-iwostangler .db_list_normal,
	.tx-iwostangler .t3-row-header th {
		font-size: 0.9em;
	}
}

@media (min-width: 1200px) {
	.tx-iwostangler .db_list_normal,
	.tx-iwostangler .t3-row-header th {
		font-size: 1em;
	}
}

.tx-iwostangler .application-searchbox input.form-control,
.tx-iwostangler select.overflowhidden {
	max-width: 100%;
}

.tx-iwostangler .form-group > .slideitems > .form-group:first-child {
	margin-top: 10px;
}

.tx-iwostangler .group-extras {
	border: 1px solid transparent;
	padding: 15px 30px;
	margin: 10px -15px 15px -20px;
	background: #f3f3f3;
}

.tx-iwostangler .group-extras h2 {
	margin-top: 15px;
	text-transform: none;
	font-size: 15px;
}

/* aside */
.tx-iwostangler aside .sub {
	padding: 10px 10px 9px 10px;
}

.tx-iwostangler aside .sub .icon {
	float: left;
	margin-top: 0;
	margin-right: 5px;
	font-size: 20px;
}

.tx-iwostangler aside .documents {
	margin-top: 10px;
}

.tx-iwostangler aside .tarif-head {
	border-bottom: 1px solid #E5E5E5;
	padding: 5px 15px 0;
}

.tx-iwostangler aside .tarif-head::after {
	display: block;
	clear: both;
	content: "";
}

.tx-iwostangler aside .tarif-head input[type="radio"] {
	float: left;
	display: inline-block;
	vertical-align: top;
}

.tx-iwostangler aside .tarif .gfp-label {
	display:none;
}

.tx-iwostangler aside .tarif-rate {
	float: right;
	font-weight: bold;
}

.tx-iwostangler aside .tarif-note {
	font-size: 13px;
	color: #888888;
}

.tx-iwostangler aside .tarif-price {
	display: none;
	background: #fff;
	padding: 13px 15px;
	overflow: hidden;
	font-size: 13px;
}
.tx-iwostangler aside .tarif-price .tarif-unique-price{
	display:none;
}

.tx-iwostangler aside .tarif-price label > select {
	font-weight: normal;
	font-size: 13px;
}

.tx-iwostangler aside .tarif-price label {
	margin-bottom: 1px;
	font-weight: normal;
}

@media (min-width: 1200px) {
	.tx-iwostangler aside .tarif-price .paymentfields {
		margin-left: -10px;
		margin-right: -10px;
	}
	.tx-iwostangler aside .tarif-price .paymentfields > div {
		padding-left: 10px;
		padding-right: 10px;
	}
}
.tx-iwostangler aside .tarif-price .paymentfields label {
	font-weight: bold;
}

.tx-iwostangler aside .tarif-price input[type="text"] {
	height: 23px;
	width: 75px;
	padding: 0 5px;
}

.tx-iwostangler aside .tarif-price select {
	height: 23px;
	width: 110px;
	padding: 0 5px;
}

.tx-iwostangler aside .tarif-price .btn-default {
	width: 100%;
	text-align: center;
	font-weight: bold;
}

.tx-iwostangler aside .tarif .price {
	border: 1px solid #ddd;
	width: 110px;
	max-width: 100%;
	padding: 3px 6px 1px;
	border-radius: 3px;
}
.tx-iwostangler aside .tarif .chosentarif-coverage .price {
	width: 130px;
}

.tx-iwostangler aside .tarif .paymentrate .price {
	border: none;
	background: none;
	padding: 3px 0 0;
	font-weight: bold;
	color: #317BB4;
}

.tx-iwostangler aside .alert {
	margin-bottom: 10px;
}

.tx-iwostangler .col-xs-12 .alert {
	margin-top: 10px;
}

.tx-iwostangler aside .alert.alert-danger {
	border: 0;
	background: none;
	font-weight: bolder;
}

#insurance-form-reset:hover {
	background: #f0ad4e;
}

.tx-iwostangler aside .offer-box button {
	--webkit-appearance: none;
	border: none;
	margin-top: 10px;
	background-color: #fdbf52;
	color: #484848;
	display: block;
	width: 100%;
	text-align: left;
}

.tx-iwostangler aside .offer-box button:focus,
.tx-iwostangler aside .offer-box button:focus-visible {
	outline: 2px solid #005d26;
	outline-offset: 2px;
}

.tx-iwostangler aside .offer-box.disabled {
	pointer-events: none;
	opacity: 0.6;
}

.tx-iwostangler aside .offer-box .offer-box-head {
	padding: 10px;
	cursor: pointer;
}

.tx-iwostangler aside .offer-box .offer-box-head .glyphicon {
	margin-right: 5px;
}

.tx-iwostangler aside .offer-box .offer-box-body {
	display: none;
	padding: 0 10px 10px;
}

.tx-iwostangler aside .offer-box label {
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 5px;
}

.tx-iwostangler .tarif-free-save {
	font-size: 0.9em;
	display: block;
	color: #297e76;
}

.tx-iwostangler aside .aside-person {
	background:#f4f4f4;
	border-bottom:1px solid #eee;
}

.tx-iwostangler aside .aside-person > a {
	display:block;
	padding: 5px 15px 0;
}

.tx-iwostangler aside .aside-person > a * {
	pointer-events:none;
}

.tx-iwostangler aside .total-person-price {
	float: right;
	font-weight: bold;
}

/* aside mobile toggle funktion */
@media(max-width: 991px) {
	.tx-iwostangler aside {
		z-index: 99999;
	}
	.tx-iwostangler aside > div {
		position: fixed !important;
		top: auto !important;
		right: 0;
		bottom: 0;
		left: 0;
		max-height: 100vh;
		padding: 0;
		overflow: auto;
		float: none;
		opacity: 1;
	}
	.tx-iwostangler aside > div:hover,
	.tx-iwostangler aside > div:focus {
		opacity: 1;
	}
	.tx-iwostangler aside > div.open {
		top: 0 !important;
		background: rgba(0,0,0,.3);
	}
	#main .tx-iwostangler aside > .close > .head {
		background: #ec971f;
		border-bottom: none;
	}
	.tx-iwostangler aside > .open > .head:hover,
	.tx-iwostangler aside > .open > .head:focus {
		cursor: pointer;
	}
	.tx-iwostangler aside > div > .head > .icon::after {
		margin-right: 10px;
		font-size: 20px;
		font-weight: 100;
	}
	.tx-iwostangler aside > .open > .head > .icon::after {
		content: "x";
	}
	.tx-iwostangler aside > .close > .head > .icon::after {
		content: "";
		position: relative;
		top: 5px;
	}
	.tx-iwostangler aside .head > span {
		line-height: 18px;
	}
	.tx-iwostangler aside .head .mobile-tariff-name {
		display: -ms-inline-flexbox;
		display: inline-flex;
		max-width: 44%;
	}
	.tx-iwostangler aside .head .mobile-tariff-price {
		float: right;
		line-height: 20px;
	}
	.tx-iwostangler aside > .close > .wrap-mobile-aside-content {
		display: none;
	}
	.tx-iwostangler aside > .open > .wrap-mobile-aside-content {
		display: block;
		background: #fff;
	}
	.tx-iwostangler aside .offer-box {
		margin-top: 2px;
		text-align: center;
	}

	/* Tabs */
	.tx-iwostangler aside #aside-mobile-tabs {
		margin-left: 0;
		padding-left: 20px;
		background: #f3f3f3;
	}
	.tx-iwostangler aside .nav-pills > li > a {
		color: #666;
		border-radius: 0;
	}
	.tx-iwostangler aside .nav-pills > li > a:hover,
	.tx-iwostangler aside .nav-pills > li > a:focus {
		color: #337ab7;
	}
	.tx-iwostangler aside .nav-pills > li.active > a,
	.tx-iwostangler aside .nav-pills > li.active > a:hover,
	.tx-iwostangler aside .nav-pills > li.active > a:focus {
		color: #337ab7;
		background-color: #fff;
	}

	/* Buttons */
	.tx-iwostangler aside .offer-box {
		display: inline-block;
		width: calc(50% - 1px);
	}
	.tx-iwostangler aside .offer-box.printOffer {
		margin-right: 2px;
	}

}

/* ajax request list */
.tx-iwostangler .result {
	position: absolute;
	top: 26px;
	z-index: 99;
	max-height: 209px;
	overflow: scroll;
	margin-left: 0;
}

a.iwostangler-new-insurance {
	margin-bottom: 10px;
}

.tx-iwostangler label.radio-inline + span.ifprevset-coverage-container,
.tx-iwostangler span.ifprevset-coverage-container > span > span,
.tx-iwostangler span.show-price-by-max,
.tx-iwostangler span.show-price-by-basic-or-max {
	display: none;
}

.tx-iwostangler span.ifprevset > span,
.tx-iwostangler span.ifprevset-coverage-container > span,
.tx-iwostangler span.show-price-by-max > span,
.tx-iwostangler span.household-show-price-by-qm > span,
.tx-iwostangler span.homeowners-show-price-by-qm > span,
.tx-iwostangler span.show-price-by-tariff > span {
	display: none;
	opacity: 0.7;
}

.tx-iwostangler span.homeowners-show-price-by-qm > span.active,
.tx-iwostangler span.show-price-by-tariff > span.active,
.tx-iwostangler span.household-show-price-by-qm > span.active,
.tx-iwostangler span.show-price-by-max > span.active,
.tx-iwostangler span.show-price-by-max.active,
.tx-iwostangler label.radio-inline + span.ifprevset-coverage-container.active,
.tx-iwostangler span.ifprevset-coverage-container > span.active,
.tx-iwostangler span.ifprevset-coverage-container > span.active > span.active,
.tx-iwostangler span.ifprevset > span.active {
	display: inline;
	opacity: 1;
}

.tx-iwostangler label.radio-inline + span.ifprevset,
.tx-iwostangler label.radio-inline + span.ifprevset-coverage-container.active,
.tx-iwostangler label.radio-inline + span.show-price-by-max,
.tx-iwostangler label.radio-inline + span.show-price-by-max + span.show-price-by-max,
.tx-iwostangler label.radio-inline + span.show-price-by-max + span.show-price-by-max + span.show-price-by-max,
.tx-iwostangler label.radio-inline + span.household-show-price-by-qm,
.tx-iwostangler label.radio-inline + span.homeowners-show-price-by-qm,
.tx-iwostangler label.radio-inline + span.show-price-by-tariff {
	float: right;
}
.tx-iwostangler label.radio-inline + span.ifprevset-coverage-container.active,
.tx-iwostangler label.radio-inline + span.show-price-by-max,
.tx-iwostangler label.radio-inline + span.show-price-by-max + span.show-price-by-max,
.tx-iwostangler label.radio-inline + span.show-price-by-max + span.show-price-by-max + span.show-price-by-max,
.tx-iwostangler label.radio-inline + span.household-show-price-by-qm,
.tx-iwostangler label.radio-inline + span.homeowners-show-price-by-qm,
.tx-iwostangler label.radio-inline + span.show-price-by-tariff,
.tx-iwostangler label.radio-inline + span.css-display-price,
.tx-iwostangler .form-control + span.css-display-price {
	float: right;
	display: inline-block;
	line-height: 27px;
	height: 27px;
	padding-top: 7px;
}
.tx-iwostangler label > span.show-price-by-tariff {
	color:#000;
}
div + span.css-display-price-right {
	display:block;
	text-align: right;
	color: #555;
	white-space: nowrap;
}

.tx-iwostangler .js-max-zero {
	float: right;
	display: inline-block;
	line-height: 18px;
	height: 27px;
	color: #999;
	margin-top: -4px;
}

.tx-iwostangler .js-max-zero-hidden,
.tx-iwostangler label.radio-inline + span.ifprevset-coverage-container.active.js-max-zero-hidden {
	display: none;
}

.tx-iwostangler .homeowners_sums_insured input {
	text-align: right;
}

.turn-to-carer {
	margin-top: 10px;
}

.riskclassdisabletext {
	display: none;
	color: rgb(209, 211, 215);
	font-style: italic;
	font-size: 0.9em;
}

.riskclassdisabletext.active {
	display: block;
}

.riskclassdisabletext.alert-info {
	color: #31708f;
}

.riskfill > div {
	width: 99%;
}

.tx-iwostangler label.infotext-switcher {
	padding: 5px 0;
}

.tx-iwostangler .infotext {
	height: auto;
	color: #626262;
	opacity: 0.7;
}

#ui-datepicker-div {
	z-index: 10 !important;
}

.tx-iwostangler .verticalfloatingbox {
	position: relative;
}

.webui-popover.title-min-width {
	min-width: 255px;
}
.webui-popover.underoverlay {
	z-index:9995 !important;
}

.tx-iwostangler .chosentarif-coverage-info {
	padding-top: 5px;
	font-size: 10px;
}

.tx-iwostangler #address-housenr_pure + .form-group {
	margin-bottom:0;
}

/* PNotify */
.riskplace-notify {
	position: relative;
	background: #eee;
	padding: 5px 20px 5px;
	margin-bottom: 20px;
}
.ostangler_existence-person .riskplace-notify,
.ostangler_accident-person .riskplace-notify,
.accident-person .riskplace-notify {
	background: none;
	padding: 5px;
}

.ostangler_accident-person .bundle-box,
.accident-person .bundle-box {
	float: left;
	width: 30%;
	height: 100%;
	border: 2px solid #008143;
	margin: 5px;
	padding: 5px;
	border-radius: 5px;
	text-align: center;
}

.ostangler_accident-person .bundle-box label,
.accident-person .bundle-box label {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.ostangler_accident-person .bundle-box label .bundle-name,
.accident-person .bundle-box label .bundle-name {
	margin-top: 5px;
}

.accident-person select.daily_allowance{
	height:auto;
}
.accident-person .daily_allowance-fields{
	padding-right:15px;
}
.accident-person .daily_allowance-price{
	padding-left:0px;
}

.riskplace-notify select {
	height:30px;
}
.col-xs-12 .riskplace-notify {
	left: -5px;
	margin-top: 20px;
}

.tx-iwostangler .riskplace-notify h2 {
	margin-top: 10px;
	text-transform: none;
}
.tx-iwostangler .riskplace-notify .form-group > div {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.tx-iwostangler .riskplace-notify input:not(:last-child) {
	margin-bottom: 10px;
}
@media(min-width: 768px) {
	.tx-iwostangler .riskplace-notify .form-group > div {
		flex-direction: row;
	}
	.tx-iwostangler .riskplace-notify input:not(:last-child) {
		margin-bottom: 0px;
	}
}

.tx-iwostangler .ui-pnotify-modal-overlay {
	z-index: 10;
	background-color: rgba(255, 255, 255, .4);
}

.tx-iwostangler .ui-pnotify {
	position: fixed;
	top: 50%;
	margin-top: -250px;
	z-index: 9999;
}
.tx-iwostangler #content.touch .ui-pnotify-mobile-able.ui-pnotify{
	position:absolute;
	top:0;
}
.tx-iwostangler #content.touch .ui-pnotify.stack-modal {
	margin-top: 0px !important;
}
@media (max-width: 767px){
	.tx-iwostangler #content.touch .ui-pnotify.stack-modal {
		position:fixed;
		margin-left: 0px;
	}
}
@media (max-width: 575px) {
	.tx-iwostangler .riskplace-notify .form-group .form-control-float.form-control-m + select {
		display: inline-block;
		margin-top: 10px;
	}
}
@media (min-width: 992px){
	.tx-iwostangler .riskplace-notify .form-group .form-control-float.form-control-m + select {
		width: calc(100% - 100px);
	}
}
.riskplace-notify #riskplace-zip-ostangler_liability_rent_apartment,
.riskplace-notify #riskplace-zip-ostangler_liability_water_damage,
.riskplace-notify #riskplace-zip-liability_builders,
.riskplace-notify #riskplace-zip-default {
	margin-bottom: 10px;
}
#personal-riskplace {
	left: 0;
	margin:0;
	padding:0;
	background:none;
}
#personal-riskplace select {
	display:none;
}
#personal-riskplace.zuers select {
	display:block !important;
}
#personal-riskplace.zuers select + input {
	display:none;
}
#riskplace-housenr_pure-personal_data {
	margin-bottom: 10px;
}

.tx-iwostangler .js-tariff-coverage-diff {
	padding: 0 15px;
}
@media (min-width: 768px) {
	.tx-iwostangler .js-tariff-coverage-diff {
		padding: 0 30px;
	}
}

#offer-continue,
#offer-createnew {
	color: #fff;
	margin-top: 15px;
}

#iw-water-sport-sail-liability,
#iw-water-sport-engine-liability {
	clear: both;
}

.tariffzone-hidden {
	display: none !important;
}

/* insurance years discount */
input#insurance-years_discount,
.insurance-checkabsolute {
	position: absolute;
	top: 2px;
	left: 15px;
}
input#insurance-years_discount + label[for="insurance-years_discount"],
.insurance-checkabsolute + label{
	width: calc(100% - 20px);
	margin-left: 20px;
}

/* coverage type */
.form-group > .col-lg-8 > label[for="iwostangler_liability-coverage_type-basic"],
.form-group > .col-lg-8 > label[for="iwostangler_liability-coverage_type-comfort"],
.form-group > .col-lg-8 > label[for="iwostangler_liability-coverage_type-premium"] {
	margin-right: 20px;
}

/* vertragsart */
.input-group {
	display: -ms-flex;
	display: flex;
}
.input-group input.form-control {
	max-width: 50%;
}
.input-group-addon, .input-group-btn {
	width: auto;
	margin: 0;
	text-align: left;
}

.petline .input-group {
	flex-flow: column;
}
.tx-iwostangler .petline .input-group input.form-control,
.tx-iwostangler .petline .input-group .input-group-addon {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	max-width: 100%;
	width: 100%;
}
.tx-iwostangler .petline .input-group .input-group-addon {
	border: 1px solid rgba(0,0,0,.15);
	border-bottom: none;
}
.tx-iwostangler .petline .input-group .input-group-addon:not(:first-of-type) {
	margin-top: 10px;
}

input[name="tx_iwostangler_pi1[insurance][household_individual_sum_insured]"] + label.infotext-switcher{
	position:relative;
	z-index:1;
}

@media(max-width: 1023px) {
	.petline .input-group input.form-control,
	.petline .input-group .input-group-addon {
		border-radius: 0;
	}
}
@media(min-width: 576px) {
	.petline .input-group {
		flex-flow: row;
		flex-wrap: wrap;
	}
	.tx-iwostangler .petline .input-group input.form-control,
	.tx-iwostangler .petline .input-group .input-group-addon {
		max-width: 50%;
		width: 50%;
	}
	.tx-iwostangler .petline .input-group input.form-control:not(:first-of-type),
	.tx-iwostangler .petline .input-group .input-group-addon:not(:first-of-type) {
		margin-top: 5px;
	}
	.tx-iwostangler .petline .input-group .input-group-addon {
		border-right: none;
		border-bottom: 1px solid rgba(0,0,0,.15);
	}
	.petline .input-group .input-group-addon.addon-autowidth {
		max-width: 100%;
	}
}
@media(min-width: 768px) {
	.input-group input.form-control {
		max-width: 33.333%;
	}
	.input-group-addon.addon-autowidth {
		max-width: 100%;
	}
}
@media(min-width: 1200px) {
	.input-group > input.form-control {
		max-width: 50%;
	}
	.input-group-addon.addon-autowidth {
		max-width: 100%;
	}
	.tx-iwostangler .petline .input-group input.form-control,
	.tx-iwostangler .petline .input-group .input-group-addon {
		max-width: 25%;
		width: 25%;
	}
	.tx-iwostangler .petline .input-group input.form-control:not(:first-of-type),
	.tx-iwostangler .petline .input-group .input-group-addon:not(:first-of-type) {
		margin-top: 0px;
	}
	.tx-iwostangler .petline .input-group input.form-control:not(:last-child),
	.tx-iwostangler .petline .input-group .input-group-addon:not(:last-child) {
		border-right: none;
	}
}


/* personal data */
#persdaten #personalData-applicant {
	width: auto;
}
#persdaten .careerEmployed > div > div {
	display: flex;
	flex-direction: column;
}
#persdaten .careerEmployed > div label {
	display: flex;
	align-items: center;
	white-space: nowrap;
}
#persdaten #address-street {
	max-width: calc(100% - 30px);
	width: 100%;
}
#persdaten input#address-housenr_additive {
	width: 100px;
}

@media(max-width: 767px) {
	#persdaten .careerEmployed > div .radio-inline {
		margin-left: 0;
	}
	#persdaten #personalData-title,
	#persdaten #address-street {
		max-width: calc(100% - 60px);
		width: 100%;
	}
}
@media(max-width: 479px) {
	#persdaten .careerEmployed > div .radio-inline {
		margin-left: 0;
	}
}
@media(max-width: 1199px) {
	#persdaten .careerEmployed .radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
		margin-left: 0;
	}
}
@media(min-width: 1200px) {
	#persdaten .careerEmployed > div > div {
		flex-direction: row;
	}
}
@media(min-width: 576px) {
	#personalData-title {
		width: 45%;
	}
}
@media(min-width: 576px) {
	.tx-iwostangler #content #persdaten .has-feedback {
		flex-wrap: nowrap;
	}
}
@media(min-width: 576px) and (max-width: 629px) {
	#persdaten #address-city {
		margin-top: 5px;
	}
}
@media(min-width: 768px) {
	#persdaten .col-sm-offset-6 {
		display: -ms-flex;
		display: flex;
		flex-flow: column;
	}
	#persdaten .careerEmployed > div {
		flex-direction: row;
	}
	#persdaten #address-zip {
		margin-bottom: 10px;
	}
}
@media (min-width: 768px) and (max-width: 1023px) {
	#persdaten .careerEmployed > div label {
		flex: 1 0 auto;
	}
}
@media(min-width: 992px) {
	#persdaten #address-street {
		max-width: calc(75% - 30px);
	}

}
@media (min-width: 768px) and (max-width: 1023px) {
	#persdaten .careerEmployed > div label {
		flex: 1 0 auto;
	}
}
@media(min-width: 992px) {
	#persdaten #address-street {
		max-width: calc(75% - 30px);
	}

}
@media(min-width: 1024px) {
	#persdaten .col-sm-offset-6 {
		flex-flow: row;
		flex-wrap: wrap;
	}
	#persdaten .radio-inline + .radio-inline,
	#persdaten .checkbox-inline + .checkbox-inline {
		margin-left: 10px;
	}
}
#iw-service-liability .careerline {
	padding: 0px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
#iw-service-liability .careerline .form-group {
	margin: 0 !important;
	margin-bottom: 1rem !important;
}

@media(min-width: 1200px) {
	#iw-service-liability .careerline {
		margin-top:15px;
	}
	#iw-service-liability .careerline + .careerline {
		margin-top:0;
	}
}
.js-group-of-people-hider.group-disabled{
	display:none !important;
}
.flex-required {
	display:flex !important;
}

/* previous insurance */
#vorversicherung .hiddenot {
	height: auto !important;
}
#vorversicherung .row {
	margin: 0;
}
#vorversicherung .form-group.input-group {
	flex-flow: row;
	flex-wrap: wrap;
}
#vorversicherung .form-group.input-group input.form-control,
#vorversicherung .form-group.input-group .input-group-addon {
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	max-width: 100%;
	width: 100%;
}
#vorversicherung .form-group.input-group input.form-control:last-of-type {
	max-width: 70%;
	width: 70%;
}
#vorversicherung .form-group.input-group .input-group-addon {
	border: 1px solid rgba(0,0,0,.15);
	border-bottom: none;
}
#vorversicherung .form-group.input-group span.input-group-addon {
	border-bottom: 1px solid rgba(0,0,0,.15);
	border-top: none;
}
#vorversicherung .form-group.input-group .input-group-addon:not(:first-of-type) {
    margin-top: 10px;
}
#vorversicherung .form-group.input-group span.input-group-addon,
#vorversicherung .form-group.input-group a.input-group-addon {
	max-width: 15%;
	width: 15%;
	border-top: 1px solid rgba(0,0,0,.15);
	border-bottom: 1px solid rgba(0,0,0,.15);
	border-left: none;
}
#vorversicherung .form-group.input-group a.input-group-addon:hover,
#vorversicherung .form-group.input-group a.input-group-addon:focus {
	text-decoration: none;
}
#vorversicherung .form-group.input-group a.input-group-addon::before {
	display: none;
}
#vorversicherung .col-xs-12.error,
#vorversicherung .col-xs-12 .alert {
	margin-left: -15px;
	margin-right: -15px;
}
#vorversicherung #previousInsurance-insurer {
	width: 100%;
}



@media(max-width: 1199px) {
	#vorversicherung .form-group.input-group input.form-control,
	#vorversicherung .form-group.input-group .input-group-addon {
		border-radius: 0;
	}
}
@media(min-width: 576px) {
	#vorversicherung .col-xs-12.error,
	#vorversicherung .col-xs-12 .alert {
		margin-left: -30px;
		margin-right: -30px;
	}
}
@media(min-width: 768px) {
	#vorversicherung .form-group.input-group input.form-control,
	#vorversicherung .form-group.input-group .input-group-addon {
		max-width: 40%;
		width: 40%;
		margin-bottom: 5px;
		padding-right: 10px;
		border-bottom: 1px solid rgba(0,0,0,.15);
	}
	#vorversicherung .form-group.input-group input.form-control:last-of-type {
		max-width: 40%;
		width: 40%;
	}
	#vorversicherung .form-group.input-group input.form-control:last-of-type,
	#vorversicherung .form-group.input-group .input-group-addon:last-of-type {
		margin: 0;
	}
	#vorversicherung .form-group.input-group.dynamicrow2 .dynamicrowdel{
		border-top: 0;
		border-left: 0;
	}
	#vorversicherung .form-group.input-group.dynamicrow2, #vorversicherung .form-group.input-group.dynamicrow2 * {
		border-top: 0;
	}
	#vorversicherung .form-group.input-group .input-group-addon:not(:last-child) {
		border-right: none;
	}
	#vorversicherung .form-group.input-group .input-group-addon:not(:first-of-type) {
		margin: 0;
	}
	#vorversicherung .form-group.input-group span.input-group-addon {
		border-left: none;
	}
	#vorversicherung .form-group.input-group span.input-group-addon,
	#vorversicherung .form-group.input-group a.input-group-addon {
		max-width: 9%;
		width: 9%;
	}
	#vorversicherung .form-group.input-group a.input-group-addon {
		border-left: 1px solid rgba(0,0,0,.15);
	}
}
@media(min-width: 768px) and (max-width: 1199px) {
	#vorversicherung .form-group.input-group a.input-group-addon {
		display: flex;
		justify-content: center;
	}
}
@media(min-width: 1200px) {
	#vorversicherung .form-group.input-group input.form-control,
	#vorversicherung .form-group.input-group .input-group-addon,
	#vorversicherung .form-group.input-group input.form-control:last-of-type {
		max-width: 20%;
		width: 20%;
	}
	#vorversicherung .dynamicrow2.form-group.input-group input.form-control:last-of-type {
		max-width: 60%;
		width: 60%;
	}
	#vorversicherung .dynamicrow1 > *{
		border-bottom-left-radius:0;
		border-bottom-right-radius:0;
	}
	#vorversicherung .dynamicrow2 > *{
		border-top-left-radius:0;
		border-top-right-radius:0;
	}
	#vorversicherung .form-group.input-group input.form-control:first-of-type,
	#vorversicherung .form-group.input-group label.input-group-addon:first-of-type {
		margin-bottom: 0px;
	}
	#vorversicherung .form-group.input-group label.input-group-addon:not(:first-child) {
		border-left: none;
	}
	#vorversicherung .form-group.input-group a.input-group-addon,
	#vorversicherung .form-group.input-group span.input-group-addon {
		max-width: 10%;
		width: 10%;
	}
	#vorversicherung #previousInsurance-insurer {
		width: 50%;
	}
}

/* bank data */
#bankdaten .form-horizontal .radio-inline {
	padding-top: 0;
}
#bankdaten #financial-payment-method-sepa {
	display: inline-block !important;
}
#bankdaten label[for="financial-payment-method-sepa"],
#bankdaten label[for="financial-payment-method-bill"] {
	padding-left: 0;
}
#bankdaten #financial-accountholder,
#bankdaten #financial-institution,
#bankdaten #financial-iban {
	max-width: 100%;
	width: 100%;
}
#bankdaten #financial-bic {
	max-width: 150px;
	width: 100%;
}
#bankdaten #bill-applicant {
	max-width: 100%;
	width: auto;
}
#bankdaten #bill-zip {
	margin-bottom: 10px;
}
#bankdaten .feedback-workaround.feedaround-l {
	max-width: 100%;
}

#bankdaten .btn-iban-check {
	display: block;
	margin-top: 12px;
	padding: 5px 10px;
	font-size: 14px;
	background-color: #0275d8;
	border-color: #0275d8;
}
#bankdaten .btn-iban-check:hover,
#bankdaten .btn-iban-check:focus {
	background-color: #025aa5;
	border-color: #01549b;
}
#bankdaten div[data-requiredspecial="payment-method"] > div {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-end;
}
#bankdaten div[data-requiredspecial="payment-method"] label.radio-inline {
	margin-right: 5px;
}
#bankdaten #bill-lastname,
#bankdaten #bill-street,
#bankdaten #bill-firstname {
	width: 100%;
}

@media(min-width: 992px) {
	#bankdaten #bill-lastname,
	#bankdaten #bill-street,
	#bankdaten #bill-firstname {
		max-width: calc(75% - 30px);
	}
}
#bankdaten div[data-requiredspecial="payment-method"] > div {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-end;
}
#bankdaten div[data-requiredspecial="payment-method"] label.radio-inline {
	margin-right: 5px;
}
#bankdaten #bill-lastname,
#bankdaten #bill-street,
#bankdaten #bill-firstname {
	width: 100%;
}

@media(min-width: 992px) {
	#bankdaten #bill-lastname,
	#bankdaten #bill-street,
	#bankdaten #bill-firstname {
		max-width: calc(75% - 30px);
	}
}

/* commit application
#einreichen dl.dl-horizontal {
	margin-bottom: 0;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(202, 216, 229, 1);
}

#einreichen dl.dl-horizontal dt {
	text-align: left;
	width: 200px;
	white-space: inherit;
}

#einreichen dl.dl-horizontal dd {
	margin-left: 220px;
}

#einreichen .col dl.dl-horizontal {
	border-bottom: none;
}

#einreichen .col dl.dl-horizontal dt {
	width: 110px;
}

#einreichen .col dl.dl-horizontal dd {
	margin-left: 120px;
}

#einreichen .not-bold-in-required {
	font-weight: normal;
}*/
#einreichen dl.dl-horizontal dd {
	margin-bottom: 10px;
}

#berechnung .not-bold-in-required {
	font-weight: normal;
}

#einreichen .processbar{
	margin:0 0 15px;
	padding:0 15px;
}
#einreichen .processbar span{
	display:block;
	margin:0 0 15px;
}
#einreichen .processbar > div{
	display:block;
	width:0%;
	margin:0;
	padding:5px;
	border:0;
	color:#fff;
	text-shadow: 1px 1px 5px rgb(22,149,86);
	background: rgb(22,149,86);
	background: -moz-linear-gradient(top, rgba(22,149,86,1) 0%, rgba(13,115,49,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(22,149,86,1)), color-stop(100%, rgba(13,115,49,1)));
	background: -webkit-linear-gradient(top, rgba(22,149,86,1) 0%, rgba(13,115,49,1) 100%);
	background: -o-linear-gradient(top, rgba(22,149,86,1) 0%, rgba(13,115,49,1) 100%);
	background: -ms-linear-gradient(top, rgba(22,149,86,1) 0%, rgba(13,115,49,1) 100%);
	background: linear-gradient(to bottom, rgba(22,149,86,1) 0%, rgba(13,115,49,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#169556', endColorstr='#0d7331', GradientType=0 );
}

#einreichen #step5loading-tryagain-btn{
	color:#fff;
}

.js-showonlymeifnotempty {
	display: none;
	color: #737476;
	font-style: italic;
	font-size: 0.9em;
}

@media(max-width: 991px) {
	#einreichen button.printOffer {
		float: none !important;
		margin-top: 10px;
	}
	#einreichen a.iwostangler-new-insurance {
		text-align: left;
		white-space: inherit;
	}
}

@media(min-width: 768px) {
	#einreichen dl.dl-horizontal {
		display: -ms-flex;
		display: flex;
		flex-wrap: wrap;
		margin-right: -15px;
		margin-left: -15px;
	}
	#einreichen dl.dl-horizontal dt,
	#einreichen dl.dl-horizontal dd {
		width: 50%;
		margin-left: 0;
		padding: 0 15px;
		text-align: left;
	}
	#einreichen .col-sm-6 dl.dl-horizontal {
		margin-right: 0;
		margin-left: 0;
	}
	#einreichen .col-sm-6 dl.dl-horizontal dt,
	#einreichen .col-sm-6 dl.dl-horizontal dd {
		width: 100%;
		padding: 0;
	}
}
@media(min-width: 1024px) {
	#einreichen dl.dl-horizontal dt {
		width: 33%;
	}
	#einreichen dl.dl-horizontal dd {
		width: 66%;
	}
	#einreichen .col-sm-6 dl.dl-horizontal dt {
		width: 40%;
	}
	#einreichen .col-sm-6 dl.dl-horizontal dd {
		width: 60%;
	}
}


/* Household */

/* Wohnfläche */
label[for="iwostangler_living_space"] + div > div.input-group {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
input#iwostangler_living_space, input#iwostangler_household_living_space_price {
	width: 50%;
}
input#iwostangler_living_space, label.input-group-addon[for="iwostangler_living_space"] {
	margin-bottom: 5px !important;
}

@media(min-width: 768px) {
	label.input-group-addon[for="iwostangler_living_space"] {
		max-width: 100%;
	}
	input#iwostangler_living_space, input#iwostangler_household_living_space_price {
		width: 50%;
		max-width: 50%;
	}
}
@media(min-width: 1200px) {
	input#iwostangler_living_space, input#iwostangler_household_living_space_price {
		width: 25%;
	}
	input#iwostangler_living_space, label.input-group-addon[for="iwostangler_living_space"] {
		margin-bottom: 0px !important;
	}
}


/* Ostangler Household */

/* Fahrraddiebstahl */
.bicycle-theft-additional-increase .input-group {
	padding: 0;
}
.bicycle-theft-additional-increase .input-group .input-group-addon.currency {
	border-radius: 0 .25rem .25rem 0;
	border-right: 1px solid rgba(0,0,0,.15);
}


/* Versicherungssumme */
.form-group > div > label[for="iwostangler_sum_insured"] {
	margin-top: 5px;
	margin-right: 5px;
	white-space: nowrap;
}
label[for="iwostangler_sum_insured"],
label[for="iwostangler_sum_insured"] + div,
label[for="iwostangler_sum_insured"] + label {
	display: flex;
	align-items: baseline;
}
input#iwostangler_household_sum_insured_check {
	position: relative;
	top: 2px;
}
label[for="iwostangler_sum_insured"] span.glyphicon {
	margin-right: 5px;
}
input#iwostangler_sum_insured {
	width: 50%;
	max-width: 160px;
}
#uvz-info {
	margin-top: 10px;
	padding: 0 30px;
}

/* individuelle Versicherungssumme */
.tx-iwostangler input[name="tx_iwostangler_pi1[insurance][household_individual_sum_insured]"] + label.infotext-switcher {
	float: left;
	margin: 2px 7px 0 0;
	padding: 0;
	z-index: 10;
}
input[name="tx_iwostangler_pi1[insurance][household_individual_sum_insured]"] + label > input {
	margin: 0;
}
input[name="tx_iwostangler_pi1[insurance][household_individual_sum_insured]"] + label + div.infotext {
	width: calc(100% - 20px);
	margin-top: 3px;
}

/* Fahrraddiebstahl */
span[data-emptyrequiredlabel="Fahrraddiebstahl"] {
	margin: 5px 0;
}
#iwostangler_bicycle_theft_value {
	max-width: 80px;
}

/* Wohngebäude Homeowners */
.form-group > div > label[for="iwostangler_homeowners_year"] {
	max-width: 50%;
}

/* Ostangler existence / accident */
.profession-ajax-list {
    position: absolute;
    top: 30px;
    background: #fff;
    border: 1px solid #ccc;
    margin: 0;
    padding: 0;
    list-style-type: none;
    max-height: 300px;
	width: 100%;
	max-width: calc(100% - 60px);
    overflow-y: auto;
    z-index: 1;
	border-radius: 3px;
}
.profession-ajax-list > li{
	padding: 0;
	margin: 0;
}
.profession-ajax-list > li > a{
	display: block;
	padding: 0 15px;
	color: #222;
	font-size: 0.83rem;
}
.col-xs-12 > .profession-ajax-list > li > a {
	font-size: 13.28px;
	text-decoration: none;
}
.profession-ajax-list > li > a::before{
	background: none;
}
.profession-ajax-list > li > a:hover{
	background: #eee;
	border: 0;
}
.person-scroll {
    margin-left: -10px;
    padding: 5px 7px;
}
.tx-iwostangler aside .aside-person > a > .person-scroll,
.tx-iwostangler aside .aside-person > a > .person-scroll > .person-scroll-icon {
	pointer-events: auto;
}
.person-scroll > .person-scroll-icon + .person-scroll-popup {
	position:absolute;
	left:0;
	top:30px;
	z-index:2;
	background:#fff;
	padding:8px 14px;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	display:none;
}
.person-scroll > .person-scroll-icon:hover + .person-scroll-popup {
	display:block;
}

.ostangler_accident-person .control-label > span.max-value,
.accident-person .control-label > span.max-value {
    position: absolute;
    margin-top: 20px;
	left:0;
    color: #444;
    font-weight: normal;
}

.ostangler_accident-person .js-showonlythisifnotempty,
.accident-person .js-showonlythisifnotempty {
	display: none;
	color: rgb(209, 211, 215);
	font-style: italic;
	font-size: 0.9em;
}

.health-issues-box {
	background: #f5f5f5;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.health-issues-box > label + label {
	padding-top: 22px !important;
}
.health-issues-box span {
	font-size: smaller;
	font-weight: normal;
}

/* Glyphicon Rotation*/
.gly-spin {
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
	0% {-moz-transform: rotate(0deg);}
	100% {-moz-transform: rotate(359deg);}
}
@-webkit-keyframes spin {
	0% {-webkit-transform: rotate(0deg);}
	100% {-webkit-transform: rotate(359deg);}
}
@-o-keyframes spin {
	0% {-o-transform: rotate(0deg);}
	100% {-o-transform: rotate(359deg);}
}
@keyframes spin {
	0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}
	100% {-webkit-transform: rotate(359deg);transform: rotate(359deg);}
}

.fe-agent_name {
	width: 25%;
}

/* Consulting disclaimer */
.tx-iwostangler p.consulting-disclaimer-selection {
	margin-bottom: 30px;
}
.tx-iwostangler div.consulting-disclaimer-selection {
	display: flex;
	flex-flow: column-reverse;
	justify-content: space-between;
	margin-bottom: 15px;
	padding: 15px;
	background: #fafafa;
	border: 1px solid #CCC;
}
.tx-iwostangler div.consulting-disclaimer-selection:hover,
.tx-iwostangler div.consulting-disclaimer-selection:focus {
	background: #f6f6f6;
}
.tx-iwostangler div.consulting-disclaimer-selection button {
	margin-top: 10px;
}
.tx-iwostangler div.consulting-disclaimer-selection .glyphicon,
.tx-iwostangler #consulting-disclaimer-answer-guidance .glyphicon {
	font-family: Arial, Helvetica, sans-serif;
}
.tx-iwostangler div.consulting-disclaimer-selection .glyphicon::before,
.tx-iwostangler #consulting-disclaimer-answer-guidance .glyphicon::before {
	margin-right: 3px;
	font-size: 12px;
	font-family: 'Glyphicons Halflings';
}
.tx-iwostangler #consulting-disclaimer-answer-guidance button {
	margin-top: 15px;
}

@media screen and (min-width: 576px) {
	.tx-iwostangler .absolute576 {
		position: absolute
	}
}

@media screen and (min-width: 992px) {
	.tx-iwostangler div.consulting-disclaimer-selection {
		flex-flow: row-reverse;
	}
	.tx-iwostangler div.consulting-disclaimer-selection button {
		margin-top: 0px;
		margin-left: 15px;
	}
}

.tx-iwostangler div.revision-number {
	margin-top: 12px;
	color: #6e6e6e;
	text-align: right;
	font-size: 12px;
}

.tx-iwostangler dialog {
  padding: 20px;
  border: 1px solid #008143;
  max-width: min(70vw, 800px);
}

.tx-iwostangler dialog::backdrop {
  background: rgba(0, 0, 0, 0.6);
}

.tx-iwostangler .popover-dialog__headline {
  font-size: 1.2rem;
  font-weight: bold;
  color: #008143;
  margin-bottom: 10px;
}

.tx-iwostangler .popover-dialog__button {
  background-color: #008143;
  color: white;
  cursor: pointer;
}

.tx-iwostangler .popover-dialog__button:focus,
.tx-iwostangler .popover-dialog__button:hover {
  background-color: #005d26;
}


.tx-iwostangler .popover-dialog__button:focus {
  outline: 2px solid #005d26;
  outline-offset: 2px;
}

.tx-iwostangler .popover-dialog__cancel-button {
  display: none;
  margin-left: 10px;
}

.tx-iwostangler .popover-dialog__cancel-button.visible {
  display: inline-block;
}

.tx-iwostangler .popover-dialog__cancel-button:focus {
  outline: 2px solid #f0ad4e;
  outline-offset: 2px;
}

main .tx-iwostangler aside summary.head,
#main .tx-iwostangler aside summary.head {
  cursor: pointer;
  font-weight: bold;
  padding-left: 30px;
  list-style-type: none;
}

main .tx-iwostangler aside summary.head::before,
#main .tx-iwostangler aside summary.head::before {
  position: absolute;
  left: 15px;
  color: #fff;
  content: '+';
  font-weight: bold;
}

main .tx-iwostangler aside details:open summary.head::before,
#main .tx-iwostangler aside details:open summary.head::before {
  content: '-';
}
