@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------------------------- *
 *                          Style Modules by A-KRUEGER                           *
 * ----------------------------------------------------------------------------- */

/* ---------------------------------------------------------------------------*/
/*                                  Header                                    */
/* ---------------------------------------------------------------------------*/
header {
	margin: 0 auto;
	width: 100%;
	height: 70px;
	position: fixed;
	z-index: 9999;
	top: 0;
	}

#header-limiter {
	margin: 0 auto;
	margin-top: 0;
	margin-bottom: 0px;
	max-width: 1200px;
	height: 70px;
	position: relative;
	}

#header-bg {
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 1px 3px 0 rgba(0, 0, 0, 0.5);
	height: 70px;
	top: 0;
	position: relative;
	
}

.header-flex-container-row {
	margin: 0 auto;
	width: 100%;
	height: 70px;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: -15px;
	}


/* -----------------------------Logo----------------------------*/

.logo {
	padding-top: 18px;
	left: 0;
	top: 0;
	position: relative;
	}

.logo img {
	width: auto;
	max-height: 70px;
	margin: 0;
	margin-left: 15px;
	position: absolute;
	}


/* ----------------------------------------------------------------------------- *
 *                                Navigation                                     *
 * ----------------------------------------------------------------------------- */

.header-flex-item-menu {
	flex:1;
}

.hamburger {
	background-color: transparent;
	border: transparent;
	color: #336699;
	padding: 15px 30px 15px 15px;
	font-size: 30px;
	cursor: pointer;
  	right: 0;
	margin-right: 0;
  	position: absolute;
  	top: 5px;
	z-index: 2;
}

.hamburger:hover, .hamburger:focus {
	opacity: 0.7;
}

.nav-content {
	display: none;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin: 0;
	right: 0;
	top: 70px;
	background-color: #336699;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 0.9em;
}

.links a {
	background-color: #336699;
	color: #fff;
  	font-family: Arial, sans-serif;
	font-size: 0.9em;
	text-transform: uppercase;
  	padding: 15px 15px;
  	text-decoration: none;
  	display: inline-block;
}

.header-flex-item-menu a:hover, .links a:hover  {opacity: 0.8; text-decoration:underline;}



/* ---------------------------------------------------------------*/
/*                        Responsive                              */
/* ---------------------------------------------------------------*/	


@media all and (max-width:900px) {
.banner, .banner-bg {
	height: auto;
}

.links a {
  	display: block;
}
}

@media all and (max-width:378px) {
.logo h1 {
	font-size: 3.0em;
}

.links a {
  	display: block;
}
}

