.head{
	background:#77C6CA;
	padding:25px;
}
.head .logo{
	width:200px;
	margin:0 auto;
}
.head .title{
	color:#fff;
	text-align:center;
	margin-top:100px;
	margin-bottom:400px;
}
.head .title.subTitle{
	margin-bottom:250px;
}
.head .title h2{
	font-size:40px;
}
.head .title h3{
	font-size:40px;
}

.section{
	padding:100px 0px;
}
.light{
	font-weight:lighter;
}
.bold{
	font-weight:bolder;
}
.green{
	color:#43916A;
}
.btn-custom, .btn-custom:hover, .btn-custom:focus, .btn-custom:active{
	background:#74D6A4;
	border-radius:24px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding:10px 50px;
}
.btn-border, .btn-border:hover, .btn-border:focus, .btn-border:active{
	background:#77C6CA;
	border:1px solid #fff;
	border-radius:24px;
}

.formBox{
	width: 100%;
	background-color: #fff;
	border-radius: 100% 100% 0 0;
	margin-top:-199px;
	height:auto;
}
.formBox .box{
	box-shadow: 0px 0px 25px #00000029;
	border-radius: 18px;
	padding:25px;
	background:#fff;
	margin-top:-150px;
	height:auto;
}


.family{
	margin-top:100px;
	margin-bottom:100px;
}

.easy{
	background:#77C6CA;
	color:#fff;
}
.easy h4{
	font-weight:normal;
}


.smallLogo{
	width:60px;
}

.success small{
	color:rgba(46, 46, 46, .42);
}
.success .fa-check{
	color:#74D6A4;
	border:1px solid #74D6A4;
	padding:10px 12px;
	font-size:20px;
	border-radius:50%;
}
.success .checks h4{
	font-size:20px;
	margin:0 auto;
}
.success .partner img{
	width:200px;
	margin:0 auto;
}
.success .partner a{
	display:block;
	color:#74D6A4;
	margin:0 auto;
}
.success .partner .row>div:last-child a{
	margin-top:25px!important;
}


.testi .box{
	box-shadow: 0px 0px 15px #00000029;
	border-radius: 15px;
	padding:25px;
}
.testi .box p{
	font-size:14px;
}
.testi .box h4{
	font-size:20px;
}
.testi .box h5{
	font-size:16px;
}


.qanda{
	background:#F7F7F7;
}
.qanda .qbox{
	background:#fff;
	box-shadow: 0px 0px 15px #00000029;
	border-radius: 15px;
	padding:25px;
	font-size:15px;
	width:90%;
}
.qanda .qbox h2{
	font-size:25px;
}

.qanda .qandaList{
	text-align:left;
}
.qanda .qandaList p{
	margin-bottom:0;
}
.qanda .qandaList .qbox{
	width:50%;
	margin-bottom:50px;
}
.qanda .qandaList .first{
	margin-left:200px;
}
.qanda .qandaList .second{
	margin-left:auto;
	margin-right:100px;
	width:60%;
}
.qanda .qandaList .third{
	margin-left:100px;
	width:75%;
}
.qanda .qandaList .fourth{
	margin-left:auto;
	margin-right:50px;
	width:80%;
}

.wait h2{
	font-size:40px;
}


.footer{
	border-top:1px solid rgba(112, 112, 112, .28);
	padding:45px 0px;
	font-size:14px;
	background:#fff!important;
	color:#000!important;
}
.footer span{
	color:#000!important;
}
.footer a{
	color:#000;
	text-decoration: none;
}
.footer small{
	color:rgba(34, 34, 34, .47);
}



.register .box{
	box-shadow: 0px 0px 25px #00000029;
	border-radius: 18px;
	padding:25px;
	background:#fff;
}
.form-header {
  border-bottom: 1px solid #ccc;
}

.form-header .list-item {
  border: 1px solid #ccc;
  padding: 15px 15px;
  opacity: .5;
  color: black;
  font-weight: bold;
  width: auto;
  display: inline-block;
  border-bottom: 0;
  margin-right: 10px;
  cursor: pointer;
}

.form-header .list-item.active {
  border: none;
  opacity: 1;
}

.form-header .list-item .number {
  border-radius: 50%;
  border: 1px solid #77C6CA;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  margin-right: 10px;
}

.form form .label {
  background: #77C6CA;
  color: #fff;
  padding: 6px 25px 6px 25px;
  margin-left: -25px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 20px;
  display: inline-block;
}

.form form .form-group {
  margin-bottom: 10px;
}

.rechtlich.box.trans {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 0;
  padding: 25px;
  font-size: 13px;
}


.start{
	background:#77C6CA!important;
	padding:25px!important;
}
.start .logo{
	margin-bottom:0!important;
}

.credit-calc-result {
  display: flex;
}

.credit-calc-result-title {
  font-size: 1rem;
  color: #444444;
  text-align: left;
  padding: 10px;
  border-bottom: 2px solid #188753;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 70%;
}

@media (max-width: 768px) {
  /* line 282, sass/custom.sass */
  .credit-calc-result-title {
	width: 50%;
  }
}
.credit-calc-result-value {
  font-size: 26px;
  color: #188753;
  font-weight: bold;
  text-align: right;
  padding: 10px;
  border-bottom: 2px dashed #188753;
  box-sizing: border-box;
  width: 30%;
}

@media (max-width: 768px) {
  /* line 295, sass/custom.sass */
  .credit-calc-result-value {
	width: 50%;
  }
}
.calc-slider {
  margin: 20px 30px 60px 30px;
}


.page-header{
	background:rgba(44, 58, 73, .08);
}

@media only screen and (max-width:480px){
	
	.form-header .list-item{
		font-size:9px;
	}
	.form-header .list-item .number{
		width:25px;
		height:25px;
		line-height:25px;
	}
	
	.start{
		padding:25px 0px!important;
	}
	
	.head{
		padding:10px;
		padding-top: 25px;
	}
	.head .logo{
		width:100%;
	}
	.head .btn{
		padding:7px 15px;
		font-size:10px;
	}
	.head .title{
		margin-top: 60px;
		margin-bottom: 360px;
	}
	.head .title h2{
		font-size:29px;
	}
	.head .title h3{
		font-size:24px;
	}
	
	.section{
		padding:50px 0px;
	}
	.family{
		margin-top:100px;
		margin-bottom:50px;
	}
	.family img{
		margin-top:25px;
	}
	
	.success .col-md-4{
		margin-bottom:25px;
	}
	.success .partner img{
		width:100%;
	}
	
	.testi .box{
		margin-bottom:25px;
	}
	
	.qanda .qbox{
		width:100%;
		margin-bottom:25px;
	}
	
	.qanda .qandaList .first{
		width:80%;
		margin-left:60px;
	}
	.qanda .qandaList .second{
		width:85%;
	}
	.qanda .qandaList .third{
		margin-left:20px;
		width:90%;
	}
	.qanda .qandaList .fourth{
		margin:0;
		width:100%;
	}
	
	.formBox.sub{
		margin-bottom:-100px;
	}
	
}