@font-face {
  font-family: 'ssp-regular';
  font-weight: 400;
  src: url("../fonts/SourceSansPro-Regular.ttf");
}
@font-face {
  font-family: 'ssp-bold';
  font-weight: 700;
  src: url("../fonts/SourceSansPro-Bold.ttf");
}
@font-face {
  font-family: 'ssp-semibold';
  font-weight: 600;
  src: url("../fonts/SourceSansPro-SemiBold.ttf");
}
@font-face {
  font-family: 'ssp-light';
  font-weight: 300;
  src: url("../fonts/SourceSansPro-Light.ttf");
}
body {
  font-family: 'ssp-regular', sans-serif;
}
#rechner {
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  color: #4a4949;
  margin: 0 auto;
}
#rechnerTitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
  color: white;
  line-height: 24px;
}
.hinweisbox {
  background-color: #F1F7D3;
  border: 1px solid #AFCA0B;
  padding: 15px 15px;
  margin: 30px 0;
}
.step-title {
  margin: 30px 0 30px;
  border-top: 2px solid #EBEBEB;
  padding-top: 20px;
}
.step-number {
  background-color: #F1F7D3;
  border: 1px solid #AFCA0B;
  font-size: 24px;
  width: 2em;
  height: 2em;
  text-align: center;
  border-radius: 50%;
  line-height: 2em;
  box-sizing: content-box;
  display: inline-block;
  margin: 0;
}
h3.step-heading {
  display: inline-block;
  margin: 0;
  font-size: 22px;
  height: 50px;
  padding-left: 10px;
  font-family: 'ssp-semibold', sans-serif;
     line-height:50px;
}
.step-input {
  color: #043F84;
  font-family: 'ssp-semibold', sans-serif;
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 15px;
   
}
h4 {
  font-family: 'ssp-semibold', sans-serif;
  font-size: 115%;
}
/*----------------------------------Eingabe---------------------------------*/
#userEntries {}
.regColumn {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.regSecLine {
  margin: 0 0 0 0;
}
.inputLine {
  display: inline-block;
  margin-right: 12px;
}
input.button-calc {
  display: inline-block;
  background-color: #AFCA0B;
}
input[type="text"] {
  margin: 0 0 0 0;
  font-family: 'ssp-regular', sans-serif;
  height: 30px;
  line-height: 30px;
  width: 140px;
  padding: 0 3px 0 3px;
  border: 1px solid #aaa;
}
label {
  font-family: 'ssp-regular', sans-serif;
  font-weight: 400;
}
select {
  width: 275px;
  font-family: 'Source Sans Pro', sans-serif;
}
input[type="radio"] {
  line-height: 20px;
  margin: 0;
  width: 16px;
  height: 22px;
  vertical-align: middle;
  margin-right: 3px;
}
label.radio-inline {
  margin-right: 20px;
}
label.radio-inline i {
  font-size: 16px;
  cursor: pointer;
}
/*----------------------------------Ausgabe---------------------------------*/
#output {
  background-color: #D3DCE1;
  padding: 10px 10px 0 10px;
}
.buttons {
  font-size: 14px;
  border-top: 1px solid #FFFFFF;
}
.result {}
#buttons_bottom {
  padding-bottom: 10px;
  padding-left: 20px;
  margin-top: 50px;
  padding: 0;
}
.but {
  background-color: #aaa;
  font-family: 'ssp-semibold', sans-serif;
  cursor: pointer;
  color: white;
  text-transform: uppercase;
  border: 0 none;
  height: 30px;
  line-height: 30px;
  padding: 0 25px;
}
.but:hover {
  background-color: #888;
}
.but:first-child {
  float: left;
}
.but:last-child {
  float: right;
}
#but_neu {
  margin-right: 0px;
  width: 160px;
}
#but_drucken {
  width: 160px;
}
.result {
  font-family: 'ssp-semibold', sans-serif;
}
#resultTitle {}
.note-small {
  font-size: 13px;
  line-height: 16px;
}
#resultOutput {
  margin-left: 5px;
  margin-top: 5px;
  margin-right: 5px;
  line-height: 140%;
}
.brclear {
  clear: both;
  height: 0;
  margin: 0;
  font-size: 1px;
  line-height: 0px;
}
.showinfo {
  display: none;
  padding: 15px;
  margin: 5px 15px 15px 20px;
  border: 2px solid #f1f1f1;
  /*max-width: 480px;
  padding: 15px 15px;
  border: 5px solid #f1f1f1;
  background-color: #fff;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000 !important;
  box-shadow: 0 0 20px rgba(100, 100, 100, 0.5);*/
}
.bold-font {
  font-family: 'ssp-semibold', sans-serif;
}
li {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.close-info {
  margin-top: 10px;
  font-size: 14px;
  font-family: 'ssp-semibold', sans-serif;
  cursor: pointer;
}
.close-info > i {
  margin-right: 5px;
}
.radio-inline {
  display: block;
  margin: 0;
  margin-bottom: 8px;
}
label.radio-inline i {
  font-size: 18px;
  padding-left: 5px;
}
.radio-inline + .radio-inline {
  margin-left: 0;
}
.explainer {
  line-height: 125%;
}


@media screen  {
    
.radio-button-group {}
.label-container {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 16px;
  line-height: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* Hide the browser's default radio button */
.label-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #eee;
  border-radius: 50%;
  border: 1px solid #AFCA0B;
}
/* On mouse-over, add a grey background color */
.label-container:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.label-container input:checked ~ .checkmark {
  background-color: #F1F7D3;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.label-container input:checked ~ .checkmark:after {
  display: block;
}
/* Style the indicator (dot/circle) */
.label-container .checkmark:after {
  top: 5px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #AFCA0B !important;
}
    
}

#berechnung_1 .label-container {
  margin-bottom: 5px;
}

#berechnungstext {margin-top:15px;}

.toggle-info {
  margin-left: 30px;
  font-size: 14px;
  font-family: 'ssp-semibold', sans-serif;
  margin-bottom: 20px;
  display: block;
  cursor: pointer;
}
.toggle-info i {
  margin-right: 5px;
}



