/** 1 */

.avia-button.avia-size-small {
	background-color: #243086 !important;
	border: 2px solid #243086 !important;
	border-radius: 0;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	margin: 3px 0;
	max-width: 100%;
	min-width: 80px;
	padding: 6px 15px;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.avia-button.avia-size-small a,
.avia-button.avia-size-small span {
	color: #fff !important;
}

.avia-button.avia-size-small:hover {
	background-color: #fff !important;
}

.avia-button.avia-size-small:hover span {
	color: #243086 !important;
}

.home .avia-button.avia-size-small:hover {
	background: #3640a8;
	opacity: 1;
}

.home .avia-button.avia-size-small:hover span {
	color: #fff;
}

/** 2 */

#top .avia-size-large {
	background-color: #243086;
	border: 2px solid #243086 !important;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 15%;
	min-width: 80px;
	padding: 10px 15px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 70%;
}

#top .avia-size-large:hover {
	background-color: #fff;
	color: #243086;
}

/** 3 */

#avia2-menu:hover,
#avia2-menu:hover a {
	color: #fff !important;
	text-decoration: none;
}
.avia-button.avia-size-small span {
	color: #3640a8;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
}

/** 4 */
#avia2-menu li a:hover {
	background: #fff;
	border: 2px solid #e62923 !important;
	color: #e62923 !important;
}

/** 5 */
#helpen .avia-size-large {
	width: 90% !important;
	max-width: 250px;
	margin: 0 !important;
}
#helpen .content {
	padding: 0 0 30px 0;
}
#helpenhome .flex_cell {
	padding: 10px 0;
}
#helpenhome .avia-size-large  {
	width: 90%;
	margin: 0 0 10px 0;
}

/** 6 */
#top #header .av-main-nav > li > a {
	border-left: 1px solid #fff;
	cursor: pointer;

	/* height: 38px !important;
	line-height: 20px !important;
	margin: 26px 0;
	padding: 0 23px; */
	text-transform: uppercase;
}

/** 7 */
.av_textblock_section {
  padding: 0 20px;
}

/** 8 */
#wtk .flex_cell .flex_cell_inner > .av_textblock_section,
#blueheader .flex_cell .flex_cell_inner > .av_textblock_section {
	background-color: #1d2475;
	padding: 4px 0;
}
#blueback {
	background-color: #1d2475;
	padding: 4px 0;
}
#blueback .waarmeehelpen h2 {
	margin: 0;
}
#blueback h4 {
	padding-bottom: 10px;
}
#pageheader {
	height: 500px;
	min-height: 220px;
	float: none;
}
#wtk .el_before_av_cell_one_half .av_textblock_section,
#blueheader .el_before_av_cell_one_half .av_textblock_section  {
	margin: 0 10px 0 0;
}

/** 9 */
#header_main > .container {
	background: #1e2575;
  background: linear-gradient(45deg, #fff 29%, #92a2ce 39%, #1e2575 49%);
}

/** 10 */
@media only screen and (max-width: 910px) {

	#header_main > .container {
		background: -moz-linear-gradient(45deg, #fff 55%, #92a2ce 56%, #1e2575 75%);
		background: -webkit-linear-gradient(45deg, #fff 55%, #92a2ce 65%, #1e2575 75%);
		background: linear-gradient(45deg, #fff 55%, #92a2ce 65%, #1e2575 75%);
	}
}