.top-bar .top-bar-menu {
	display: none;
	
}

.page-title {
	text-align: center;
	margin-top: 0px;
}

.our-feature-box {
	background-color: #f4f4f4;
	margin-bottom: 0;
	padding: 40px 15px 20px 15px;
	position: relative;
	text-align: center;
}

.our-feature-box a {
	font-family: "Montserrat-Medium", sans-serif !important;
}

.clearfix {
  display: block;
}
.clearfix::after {
  display: inherit !important;
}

.two-column.width50 {
	width: 50% !important;
}
.two-column.width50 {
	float: left !important;
	padding: 0 20px 40px !important;
}
#primary .two-column {
	width: 50% !important;
}
.two-column  {
	width: 50% !important;
}
#primary .three-column:nth-child(2n+3),
.two-column:nth-child(2n+3) {
	clear: none;
}
#primary .three-column {
	width: 33.33%;
}
.three-column {
	width: 33.33%;
}

.feature-content.minheight297 {
	min-height: 320px !important;
}
.feature-content.minheight175 {
	min-height: 195px !important;
}
.online-beratung fieldset {
  border: 0px !important;
  background-color: /*#efefef*/ #ffffff !important;
  padding: 2.5em !important;
  border-radius: 0 !important;
}

@media only screen and (max-width: 991px) {
    #primary .three-column {
	  width: 100%;
    }
    .three-column {
	width: 100%;
    }
    .one-column {
        padding:0px !important;
    }
    .feature-content.minheight297 {
	min-height: auto;
    }
    .feature-content.minheight175 {
	min-height: auto;
    }

}
