.hypo-header{
	background-image: url("../images/hypo-h.jpg");
	background-size: cover;
	background-position: center;
}
.hypo-header .content{
	padding-top: 20px;
	padding-bottom: 20px;
}
.hypo-header .overlay{
	color: #fff;
	padding: 5% 8% 8% 8%;
	text-transform: none!important;
}
.hypo-header h2 {
	margin-top: 0;
	color: #fcb914;
}
.hypo-header p {
	text-align: center;
}
.hypo-header .blockswrapper, .icons-wrapper {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}
.hypo-header .blockswrapper div{
	padding: 0 20px;
	text-align: center;
}
.hypo-header .blockswrapper span{
	display: block;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	font-size: 3.5em;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 700;
}
.icons-wrapper {
	margin-top: 60px;
	margin-bottom: 40px;
}
.icons-wrapper .icon>div{
	width: 100px;
	height: 100px;
	display: inline-block;
}
.icons-wrapper .icon{
	text-align: center;
	max-width: 17%;
	flex-basis: 17%;
}
.icons-wrapper span{
	display: block;
}
.icons-wrapper .spacer{
	height: 5px;
	flex-grow: 1;
	margin-top: 45px;
	background-image: url('../images/spacer.svg');
	background-repeat: repeat-x;
	background-size: contain;
}
.billboards > div > div {
	padding: 40px 50px;
	margin-top: 50px;
	margin-bottom: 100px;
}
.billboards img {
	width: 32px;
	height: 32px;
}

#tab-header {
	display: flex;
	margin-bottom: 50px;
}
#tab-header > div {
	flex-basis: 33.3333%;
	padding: 10px;
	border-bottom: 1px solid #fefefe;
	border-left: 1px solid #c2c2c2;
	text-align: center;
	cursor: pointer;
	font-size: 1.2em;
	background-color: #f5f5f5;
}
#tab-header > div.active{
	font-weight: 700;
	border-bottom: 3px solid #f00;
	background-color: #eeeeee;
}
#tab-header > div:first-child { border-left: none}
/*#steps { display: none }*/
#steps .row{ display: flex; max-width: 1000px; margin: 0 auto}
#steps .row>div:not(.circle){
	width: 49%;
	padding: 0 20px;
}
#steps .left{
	text-align: right;
}
#steps .right{
	justify-content: flex-end;
}
#steps .circle { width: 2%; height: 20px; min-width: 20px; background-color: #00377b; border-radius: 10px}
#steps h4{ margin: 0 0 5px 0; font-weight: 700}
.v-line {
	background: linear-gradient(#00377b, #00377b) no-repeat center/2px 100%;
}
/*#banks-container { display: none }*/
#banks {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
#banks a{
	flex-basis: 24%;
	background-color: #ccdae8;
	margin-top: 1%;
	text-align: center;
	padding: 20px 10px 10px 10px;
	display: block;
	transition: all .2s ease-in-out;
}
#banks a:hover{
	transform: scale(1.1);
	background-color: #d9e7f5;
}
#banks div.filler{
	padding: 0;
	flex-basis: 24%;
}
.programm {
	max-width: 900px;
	padding: 40px 60px;
}
.programm h2{
	margin-top: 5px;
}
.programm h5{
	color: #00377b;
	margin: 0;
	font-size: 1.1em;
}


@media (max-width: 1400px) {
	.header .blockswrapper { flex-wrap: wrap; }
	.header .blockswrapper div{ width: 100%; margin-bottom: 20px; }
	.header .blockswrapper span{ padding-bottom: 5px; margin-bottom: 5px; }
}
@media (max-width: 1222px) {
	.icons-wrapper .icon{ max-width: 22%; flex-basis: 22%; }
	.icons-wrapper .spacer{ height: 3px }
}
@media (max-width: 850px) {
	#banks a, #banks div.filler{flex-basis: 32.5%;}
}
@media (max-width: 650px) {
	.icons-wrapper .icon{ max-width: 40%; flex-basis: 40%; }
	.icons-wrapper { flex-wrap: wrap; }
	.icons-wrapper .icon { margin-bottom: 20px}
	.icons-wrapper>div:nth-child(4) { display: none}
	#banks a, #banks div.filler{flex-basis: 49%;}
	#banks a:hover{ transform: scale(1.05); }
}
