body {
  margin: 0;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
}
hr {
  margin: 2rem 0;
  border: 1px solid #ededed;
}
h1 {
  font-family: 'Montserrat';
  font-weight: bold;
  font-size: 72px;
  line-height: 88px;
  margin-bottom: 0.33em;
  margin-top: 15px;
}
h2 {
  font-family: 'Montserrat';
  font-weight: 300;
  font-size: 34px;
  line-height: 48px;
  margin-top: 0;
}
input,select {
  margin: 0;
  font-family: inherit;
  font-size: 19px;
  line-height: inherit;
}
label {
  display: inline-block;
} 
.content-container{
  width: 100%;
}
.content-row {
  display: flex;
  flex-wrap: wrap;
}
.content-row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .small-column-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .small-column-6 {
    flex: 0 0 auto;
    width: 50%;
  }
}
.style-label {
  margin-bottom: 0.5rem;
}
.style-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.style-check .style-check-input {
  float: left;
  margin-left: -1.5em;
}
  .centralize {
  text-align: center !important;
  }
  .margin-bottom-2 {
    margin-bottom: 0.5rem !important;
  }
  .margin-top-3 {
    margin-top: 1rem !important;
  }
  .margin-top-2 {
    margin-top: 0.5rem !important;
  }
  .margin-top-4 {
    margin-top: 1.5rem !important;
  }
.check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.style-check-input[type=radio] {
  border-radius: 100%;
}
.style-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
} 

*,
*::before,
*::after {
box-sizing: border-box;
}
#nav{
  font-family: 'Montserrat';
  background-color: #f59945;
  color: white;
  padding: 40px;
  margin-top: -10px;
}
.small-column-6,.small-column-4{
    padding: 80px 20px;
    font-family: 'Montserrat';
    font-size: 19px;
}
input, input:focus{
    height: 40px;
    padding: 5px 10px;
    width: 50%;
    background-color: #ededed;
    border: none;
}
#company_size{
    height: 40px;
    width: 70%;
    background-color: #ededed;
    padding: 5px;
    border: none;
}
#company_size:focus{
    outline: #f59945;
    border: 2px solid #f59945;
}
input:focus{
    outline: #f59945;
    border: 2px solid #f59945;

}
#phone_nr{
    width: 35%;
}
.style-check{
    padding-left: 0px !important;
}
#hosting,#languages,#options{
    height: 20px;
    margin-left: 0px !important;
    width: 20px !important;
    margin-right: 5px;
    background-color: #ededed !important;
    outline: none;
    border: none;
}
#hosting:checked,#languages:checked,#options:checked{
  background-color: #f59945 !important;
  outline: none;
  border: none;
}
#hosting:focus,#languages:focus,#options:focus{
    background-color: #f59945 !important;
    outline: none;
    border: none;
}

.donate-now {
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0;
    width: 100%;
  }
  
  .donate-now li {
    float: left;
    width: 32%;
    height: 40px;
    position: relative;
  }
  .b{
      margin-left: 2%;
      margin-right: 2%;
  }
  
  .donate-now label,
  .donate-now input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  .donate-now input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
  }
  
  .donate-now input[type="radio"]:checked+label,
  .Checked+label {
    background: #f59945;
    color: white;
    padding: 10px;
  }
  
  .donate-now label {
    background: #ededed;
    padding: 10px;
    z-index: 90;
  }
  
  .donate-now label:hover {
    background: #ededed;
  }
  
/* Kontrollkästchen umschalten */
.switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
  }
  
.switch input {display:none;}

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
  }
  
  input:checked + .slider:before {
    transform: translateX(55px);
    transform: translateX(55px);
    transform: translateX(62px);
  }

  .on
  {
    display: none;
  }
  .on
  {
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 30%;
    font-size: 14px;
    font-family: 'Montserrat';
  }
  .off{
    color: white;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 70%;
    font-size: 14px;
    font-family: 'Montserrat';
  }
  
  input:checked+ .slider .on
  {display: block;}
  
  input:checked + .slider .off
  {
    display: none;
}
  
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.slider{
    background-color: #f59945 !important;
    height: 28px;
}
#calculate{
  background-color: #f59945;
  border: none;
  color: white;
  height: 50px;
  margin-top: 20px;
}
.lable{
  font-family: 'Montserrat';
  font-weight: 400;
  font-size: 22px;
  margin:none;
  text-align: start;
}

input[type=range]::-webkit-slider-thumb {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #f59945;
  cursor: pointer;
  appearance: none;
}

input[type=range] {
  height: 8px;
  border: 1px #ededed solid;
  border-radius: 100px;
  appearance: none;
  width: 100% !important;
  padding: 0px !important;
  margin-top: 15px;
}

.range-wrap{
  width: 100%;
  position: relative;
}

.range-value {
  color: #f59945;
}

#result{
  width: 100% !important;
  padding: 15px 20px !important;
  font-size: 25px;
  font-weight: bold;
  height: 60px;
  background-color: rgba(75, 176, 176, 0.281);
}
#result:focus{
  border: none !important;
}
.l1{
  font-size: 20px !important;
}
h3{
  font-family: 'Montserrat';
}
.banner {
  background: #ededed;
  text-align: center;
  padding: 30px;
}