
.creditcalculator .form-group {
    margin: 0 0 .5em;
    position: relative;
}
.creditcalculator .form-group .form-label {
    color: #bbbbbb;
	font-size: 11px;
    line-height: 1em;
    position: absolute;
    top: 0.6em;
    left: 0.6em;
    pointer-events: none;
	letter-spacing: .02rem;
	-webkit-font-smoothing: auto;
	-moz-osx-font-smoothing: auto;
}
.creditcalculator .form-group svg {
    position: absolute;
    pointer-events: none;
    right: 10px;
    top: 0.8em;
}
/*.creditcalculator select:focus + svg {
    transform: rotate(180deg);
}*/

.creditcalculator .ccaction button {
    display: block;
    width: 100%;
    color: #fff;
	font-family: 'Roboto Bold', sans-serif;
	font-weight: 700;
	font-size: 18px;
	cursor: pointer;
    background-color: #f59d0e;
    border: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 10px ;
    border: 1px solid #fff !important;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.creditcalculator .ccaction button:hover {
    background-color: #fff;
    border: 1px solid #f59d0e !important;
	color: #f59d0e;
}
.creditcalculator .ccdc {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.creditcalculator .ccdc span {
    padding: .3em;
}
.creditcalculator .ccinfo1 {
    padding: .4em 0;
    font-size: .8em;
    line-height: 1.3em;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    min-height: 30px;
    box-sizing: border-box;
}
.creditcalculator .ccinfo1 b {
	font-family: 'Lato Bold', sans-serif;
	font-weight: 700;
}
.creditcalculator .ccinfo1 b {
    color: #88bd2f;
}
.creditcalculator .ccinfo2 {
	padding: .4em 0;
	font-size: 11px;
	line-height: 16px;
	color: #bbbbbb;
	margin-top: 6px;
	letter-spacing: .02rem;
}
.creditcalculator select {
    width: 100%;
    border: 1px solid #eee;
    background-color: transparent;
    box-sizing: border-box;
    display: block;
    visibility: hidden;
    appearance: none;
    padding: 1.5em .5em .5em;
	font-family: 'Lato Bold', sans-serif;
	font-weight: 700;
	font-size: 17px;
	color: #333333;
}
.creditcalculator select:focus {
    border-color: #88bd2f;
}
.creditcalculator select option {
	font-family: 'Lato Regular', sans-serif;
	font-weight: 400;
	font-size: 15px;
	background: #fff;
}

.creditcalculator select option:hover {
	background: red;
}

/* selectize */
.creditcalculator .selectize-control.single .selectize-input {
    border: 0;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
}

/* horizontal */
.creditcalculator-horizontal {
    position: static;
    width: auto;
    height: auto;
    padding: 1.5em;
    min-height: 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}
.creditcalculator-horizontal > * {
    flex-basis: calc(25% - 40px);
}
.creditcalculator-horizontal .form-group {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.creditcalculator-horizontal .form-group select {
    flex-grow: 1;
}

.creditcalculatorslider-actions  {
	margin: 32px 0; 
	display: flex;
}  
.simcalcleft { 
	 line-height: 20px;
	 font-size: 13px;
}
.creditcalculatorslider-actions >  div.calcright  {
	text-align: right;
 
}

.creditcalculatorslider-actions button {
	border: solid 1px fff;
	font-family: 'Roboto Bold', sans-serif;
	font-weight: 700;
	font-size: 18px;
	cursor: pointer;
	text-transform: uppercase;
	text-align: center;
	padding: 12px 10px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	line-height: 27px;
	letter-spacing: .9px;
	background: #f59d0e !important;
	color: #fff !important;
	border: solid 1px #f59d0e !important;
	width: 250px;
	margin-left: 100px;
}

.creditcalculatorslider-actions button:hover {
	background-color: #fff !important;
	border: 1px solid #f59d0e !important;
	color: #f59d0e !important;
}
 
.creditcalculatorslider-block-plan thead  {
    background: #88bd2f;
    white-space: nowrap; 
} 
.creditcalculatorslider-block-plan thead  {  
	color: #fff; 
} 
.creditcalculatorslider-block-plan tr th, 
.creditcalculatorslider-block-plan tr td  {
	padding: 10px 10px; 
	font-family: 'Lato Regular', sans-serif; 
	font-weight: 400;
	text-align: left;
	padding-left: 20px;
} 



/* slider calculator */
 
.creditcalculatorslider-block-input {
    display: flex;
    align-items: stretch;
    justify-content: space-between; 
	-webkit-box-shadow: 0 3px 8px 0 rgba(44,50,39,0.25);
	-moz-box-shadow: 0 3px 8px 0 rgba(44,50,39,0.25);
	box-shadow: 0 3px 8px 0 rgba(44,50,39,0.25);
	background: #fff;
}
.creditcalculatorslider-block-input > div {
    flex-grow: 1;
    padding: 40px;
}
.creditcalculatorslider .label {
    font-family: 'Lato Regular', sans-serif;
	line-height: 27px;
	font-weight: 400; 
	font-size: 13px;
	line-height: 1em;
	color: #333333;
}
.creditcalculatorslider .value {
	font-family: 'Lato Bold', sans-serif;
	font-weight: 700;
	font-size: 24px;
	color: #333333;
    margin: .6em 0 .3em 0;
}
.creditcalculatorslider .scale {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    font-size: .7em;
}

.creditcalculatorslider input[type=range] {
    width: 100%;
    margin: 1em 0 0 0;
	   -webkit-appearance: none;
}
 
.creditcalculatorslider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none
}

.creditcalculatorslider input[type=range]:focus {
    outline: none
}

.creditcalculatorslider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 16px;
    width: 16px;
    border-radius: 10px;
    background: #f59d0e;
    cursor: pointer;
    margin-top: -6px; 
}

.creditcalculatorslider input[type=range]::-moz-range-thumb  {
    height: 16px;
    width: 16px;
    background: #f59d0e;
    cursor: pointer;
    border: 0 !important;
	border-radius: 99px; 
}

.creditcalculatorslider input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: #f59d0e;
    border-radius: 2px;
}

.creditcalculatorslider input[type=range]:focus::-webkit-slider-runnable-track {
    background: #f59d0e;
}

.creditcalculatorslider input[type=range]::-moz-range-track {
    width: 100%;
    height: 4px;
    cursor: pointer;
    background: #E6E6E6;
    border-radius: 2px
}

.creditcalculatorslider input[type=range]::-moz-range-progress {
    background: #f59d0e; 
	height: 4px;
}

/* slider results */
.creditcalculatorslider-block-output {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 10px;
    padding: 30px;
	-webkit-box-shadow: 0 3px 8px 0 rgba(44,50,39,0.25);
	-moz-box-shadow: 0 3px 8px 0 rgba(44,50,39,0.25);
	box-shadow: 0 3px 8px 0 rgba(44,50,39,0.25);
	background: #fff;
}
 
.creditcalculatorslider-block-output span {
    font-weight: bold;
    font-size: 1.3em;
    display: block;
    text-align: left;
	font-family: 'Lato Bold', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #333333;
	margin: .3em 0;
}
.creditcalculatorslider-block-output span.label {
    font-family: 'Lato Regular', sans-serif;
	line-height: 27px;
	font-weight: 400; 
	font-size: 13px;
	line-height: 1em;
	color: #333333;
}

    /*  Auflösung "WIDTH 880px"
  -------------------------------------------------------------- */
  @media only screen and (max-width: 880px) {   
	.creditcalculatorslider-block-input {
		display: block;
		align-items: stretch;
		justify-content: space-between;
		-webkit-box-shadow: 0 3px 8px 0 rgba(44,50,39,0.25);
		-moz-box-shadow: 0 3px 8px 0 rgba(44,50,39,0.25);
		box-shadow: 0 3px 8px 0 rgba(44,50,39,0.25);
		background: #fff;
	}
	.creditcalculatorslider-actions { 
		display: block;
	}
	.creditcalculatorslider-actions > div.calcright {
		text-align: left;
		margin-top: 15px;
	}
	.creditcalculatorslider-actions button { 
		margin-left: 0;
	}
	.creditcalculatorslider-block-input > div { 
    padding: 20px;
	border-bottom: solid 1px #f2f2f2;
}
}  

