body {}

/*************************************** HEADER ***************************************/

header {
	width: 100%;
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(204,204,204,1) 100%);
	backdrop-filter: blur(4px);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 120;
}

header .inh {
	width: 100%;
	/* max-width: 1400px;
	margin: 0 auto; */
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

.nostick, .nostick .inh {
	height: 160px;
	transition: all 0.75s ease-in-out;
}

.stick, .stick .inh {
	height: 80px;
	transition: all 0.75s ease-in-out;
}

header .inh .logo {
	padding: 10px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

header .inh .logo img {vertical-align: middle;}

.nostick .inh .logo img {
	max-height: 140px;
	transition: all 0.75s ease-in-out;
}

.stick .inh .logo img {
	max-height: 60px;
	transition: all 0.75s ease-in-out;
}

.topsp {
	width: 100%;
	height: 160px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

/*************************************** CONTENT ***************************************/

content {
	width: 100%;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

content .ins {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	padding: 20px;
}

#test content .ins {
	padding: 0 20px 20px 20px;
}

content .ins img {
	max-width: 100%;
}

/*************************************** FOOTER ***************************************/

footer {
	background: linear-gradient(to bottom, rgba(204,204,204,1) 0%, rgba(255,255,255,1) 100%);
	width: 100%;
	height: 40px;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

footer .inf {
	width: 100%;
	/* max-width: 1400px;
	margin: 0 auto; */
	padding: 0 10px;
	color: #5551a2;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
}

footer .inf li {
	line-height: 40px;
	width: 33.3%;
	vertical-align: middle;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

footer .inf li:nth-child(1) {text-align: left;}
footer .inf li:nth-child(2) {text-align: center;}
footer .inf li:nth-child(3) {text-align: right;}

footer .inf li a img {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	max-height: 24px;
}

/*************************************** TOPMENU ***************************************/

nav {}

nav ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
}

.nostick nav ul {
	height: 160px;
	transition: all 0.5s ease-in-out;
}

.stick nav ul {
	height: 60px;
	transition: all 0.5s ease-in-out;
}

nav ul li {
	margin: 0 20px 0 0;
	order: 0;
	flex: 0 1 auto;
	align-self: auto;
}

nav ul li a {
	font-family: "madcap", sans-serif;
	font-weight: 900;
	font-style: normal;
	letter-spacing: 1px;
	display: block;
	line-height: 1.4em;
	color: #fe0000;
	text-transform: uppercase;
	font-size: 14pt;
	transition: all 0.75s ease-in-out;
}

nav ul li a:hover, nav ul li.on a {
	color: #fffaeb;
	text-shadow: 0 0 2px #000, 0 0 4px #000, 0 0 6px #000, 0 0 8px #000;
	transition: all 0.75s ease-in-out;
}

/*************************************** STUFF ***************************************/

.nwz {
}

.nwz .dte {
}

.nwz .msg {
}

.nwz .pic {
}

.nwz .pic img {
	max-width: 100%;
}

/*************************************** MISC ***************************************/

#vz {
	display: none;
	visibility: hidden;
	position: fixed;
}

.mbsho {display: none;}
.dssho {display: block;}

