currentdiv,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;					
}

/*****************************/
/* elements */
/*****************************/

* {
	box-sizing: border-box;
}

html {
	color: #434343;
	background-color: #fdfdfd;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro';
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
	font-size: 18px;
	line-height: 1.4;
	background-color: #fdfdfd;
	min-height: 100%;
	-webkit-font-smoothing: antialiased;
}

@media (max-width: 900px) {
	body {
		font-size: 17px;
		line-height: 1.3;
	}
}

img {
	border: 0px;
	display: block;
	max-width: 100%;
}

/* header home link */
h1 {
	font-size: 100%;
	font-weight: 400;
}

/* page / post header */
h2 {
	font-size: 240%;
	font-weight: 300;
	text-align: center;
	padding: 1.3em 1em 0.8em;
	margin: 0em;
}

h3 {
	font-size: 170%;
    font-weight: 300;
	text-align: center;
	margin-bottom: 0.7em;
}

h4 {
	font-size: 130%;
	font-weight: 400;
}

h5 {
	font-size: 120%;
	font-weight: 400;
}

.xtra-h5 h5 {
margin-bottom: .7em;	
}

h6 {
	font-size: 110%;
	font-weight: 400;
	text-align: left;
}

h7 { 
	font-size: 110%;
	font-weight: 400;
	text-align: left;
	margin-bottom: 1em;
}

p {
	margin: 0px;
	padding: 0px;
	line-height: 140%;
}

.xtra-p p {
	margin-bottom: .7em;	
}

strong {
	font-weight: 600;
}

b {
	font-weight: 400;
}

i {
	font-style: italic;
}

em {
	color: #ff0000;
}

small {
	font-size: 85%;
}

ol {
	list-style-type: none;
	counter-reset: item;
	margin: 1em 0em 0em 1.3em;
}

ol li {
	margin: 0em 0em 0.5em 0em;
}

ol li ol {
	margin: 0em 0em 0em 1.5em;
}

ol li ol li {
	margin: 0em 0em 0em 0.5em;
}

li::before {
	counter-increment: item;
	content:  "." counters(item, ".");
	display: inline-block;
	width: 1em;
	margin-left: -1.5em;
	margin-right: 0.5em;
	text-align: right;
	direction: rtl;
}

ol .fett::before {
	font-weight: 400;
}

ul {
	list-style: none inside;
	margin: 1em 0em 1em 1em;
}

ul li {
	margin: 0.2em 0em 0.2em 0em;
}

ul li::before {
	content: "·";
	display: inline-block;
/* 	width: .8em; */
/* 	margin: 0 0 0 -0.8em; */
	font-weight: 600;
}

a {
	color: #2B6AB6;
	text-decoration: none;
	outline: none;
	font-weight: 400;
}

a:focus {
	color: #3D79C0;
	text-decoration: none;
	outline: 1px solid #3D79C0;
}

a:link {
	color: #2B6AB6;
	text-decoration: none;
	outline: none;
}

a:visited {
	color: #2B6AB6;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
	outline: none;
	background-color: #33415C;
}

a:active {
	color: #fff;
	text-decoration: none;
	outline: none;
	background-color: #64779a;
}

a img {
	opacity: 1;
	transition: opacity, .5s ease;
}

a img:hover {
	opacity: 0.5;
	transition: opacity, .1s ease;
}

/* --------- link invertiert ----------- */

.invert-link {
	display: inline-block;
	color: #0f3671;
	background-color: #d7dee9;
	border: 1px solid #b3bdcc;
	border-radius: 5px;
	padding: 0 .3em 0 .3em;
	text-decoration: none;
	outline: none;
	margin: auto 5px;
}

.invert-link:focus {
	color: #0f3671;
	text-decoration: none;
	outline: none;
	background-color: #1e3250;
	border: 1px solid #1e3250;
}

.invert-link:link {
	color: #0f3671;
	background-color: #d7dee9;
	border: 1px solid #b3c5e0;
	text-decoration: none;
	outline: none;
}

.invert-link:visited {
	color: #0f3671;
	background-color: #d7dee9;
	text-decoration: none;
	outline: none;
}

.invert-link:hover {
	color: #e2e9f3;
	text-decoration: none;
	outline: none;
	background-color: #1e3250;
	border: 1px solid #1e3250;
}

.invert-link:active {
	color: #eff4fb;
	background-color: #64779a;
	border: 1px solid #516080;
	text-decoration: none;
	outline: none;
}

.dl-link {
	display: flex;
	align-items: center;
	padding-bottom: 0em;
}

/* ----- icon-link (updates manuals presets)-------------- */

.icon-link {
	width: 33%;
	text-align: center;
	font-weight: 400;
	font-size: 1.5em;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 3% 1%;
	border: 1px solid transparent;
}

@media only screen and (min-width: 500px) {
.icon-link {
	width: 26%;
	}
}
.icon-link img:hover {
	opacity: 1;
}

.icon-link:hover {
	background-color: #efefef;
	border: 1px solid #bdbcbc;
	color: #434343;
}

.icon-link:active {
	background-color: #e0e8f0;
	border: 1px solid #8696aa;
}

iframe {
	max-width: 100%;
	width: 100%;
}

/*****************************/
/* !top-nav */
/*****************************/

#menu ul {
	margin: 0;
	padding: 0;
}

#menu ul li {
	margin: 0;
}

#menu ul li::before {
	content: none;
	margin: 0;
}

#menu .main-menu {
	display: none;
}

#mm:checked ~ .main-menu {
	display: block;
}

#menu input[type="checkbox"], #menu ul span.drop-icon {
	display: none;
}

#menu .sub-menu li {
	background-color: #444;
	border-bottom: 1px solid #666;
	margin-right: 14%;
}

#menu .sub-menu li:last-child {
	border-bottom: none;
}

#menu li, #toggle-menu, #menu a {
	position: relative;
	display: block;
	color: white;
}

#menu, #toggle-menu {
	background-color: #222;
	letter-spacing: 0.03em;
}

.main-menu li {
	border-top: 1px solid #444;
}

#toggle-menu, #menu a, #menu p {
	padding: 0em 0em;
	line-height: 44px;
}

#menu a, #menu p {
	transition: all .125s ease-in-out;
	-webkit-transition: all .125s ease-in-out;
	text-align: center;
	width: 86%;
	padding-left: 15%;
	display: inline-block;
	font-weight: 400;
}

#menu a:hover {
	background-color: white;
	color: #333;
}

#menu .sub-menu {
	display: none;
}

#menu input[type="checkbox"]:checked ~ .sub-menu {
	display: block;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: #111;
}

#menu .sub-menu a, #menu .sub-menu p {
	width: 100%;
}

#menu .sub-menu a:hover {
	color: #444;
}

/* ------ top-nav buttons ------- */

.dd-on-icon {
	display: none;
}

#menu input[type="checkbox"]:checked ~ .dd-on-icon {
	display: inline-block;
	width: 13%;
	height: 44px;
	margin: auto;
	background: url("images/dd-on.png") no-repeat;
	background-position: 50% 50%;
	float: right;
}

#menu input[type="checkbox"]:checked ~ .dd-off-icon {
	display: none;
}

.dd-off-icon {
	display: inline-block;
	width: 13%;
	height: 44px;
	margin: auto;
	background: url("images/dd-off.png") no-repeat;
	background-position: 50% 50%;
	float: right;
}

.dd-main-on-icon {
	display: none;
}

#mm:checked ~ label .dd-main-on-icon {
	display: inline-block;
	width: 13%;
	height: 44px;
	margin: auto;
	background: url("images/dd-main-on.png") no-repeat;
	background-position: 50% 50%;
	float: right;
}

#mm:checked ~ label .dd-main-off-icon {
	display: none;
}

.dd-main-off-icon {
	display: inline-block;
	width: 13%;
	height: 44px;
	margin: auto;
	background: url("images/dd-main-off.png") no-repeat;
	background-position: 50% 50%;
	float: right;
}

.dd-in-icon {
	display: inline-block;
	width: 13%;
	height: 44px;
	margin: auto;
	background: url("images/dd-in.png") no-repeat;
	background-position: 50% 50%;
	float: right;
}

/* ------ top-nav @media styles ------- */

@media only screen and (min-width: 600px) and (max-width:700px) {
	#menu .sub-menu a {
	font-size: 90%;
	}
}

@media only screen and (min-width: 600px) {

#menu .main-menu {
	display: block;
	border-bottom: 1px solid #000;
	}

#toggle-menu {
	display: none;
	}

#menu li {
	float: left;
	width: 20%;
	}

#menu ul > li {
	border-right: 1px solid #444;
	border-top: none;
	}

#menu ul > li:last-child {
	border-right: none;
	}
	
#menu a, #menu p {
	width: 78%;
	padding-left: 0;
	}

.single {
	width: 100% !important;
}
	
#menu .sub-menu {
	border: none;
	margin: 0;
	position: absolute;
	top: 100%;
	left: 0;
	width: 78%;
	z-index: 6;
	border-top: 1px solid #000;
	}

#menu .sub-menu li {
	width: 100%;
	}

#menu li a:hover ~ .sub-menu {
	display: block;
	}

#menu input[type="checkbox"]:hover ~ .sub-menu {
	display: none;
	}

#menu input[type="checkbox"]:checked ~ .sub-menu {
	display: block;
	border-bottom: none;
	}

#menu li:hover .sub-menu {
	display: block;
	}

#menu input[type="checkbox"]:checked ~ .dd-on-icon {
	width: 20%;
	}

.dd-off-icon {
    width: 20%;
	}

.dd-in-icon {
	width: 20%;
	}
}

/* ------ top-nav curent links ------- */

#main-current {
	background-color: #6f6e6e;
}

#current {
	background-color: #6f6e6e;
	cursor: default;
}

#current-pointer {
	background-color: #6f6e6e;
	cursor: pointer;
}

#current:hover  {
	background-color: #6f6e6e;
	color: #fff;
}

/*****************************/
/* !wrapper & main-content */
/*****************************/

#wrapper {
	height: auto;
	z-index: 3;
	position: relative;
}

@media (max-width: 1024px) {
	#wrapper {
		width: 100%;
	}
}

@media (min-width: 1024px) {
	#wrapper {
		width: 1024px;
		margin: 0px auto;
	}
}

#main-content {
	width: 100%;
	margin: 0em auto 0em auto;
	position: relative;
	z-index: 2;
	background: rgba(255, 255, 255, .8);
	padding: 0em;
	min-height: 400px;
}

/*****************************/
/* !header */
/*****************************/

#header {
	width: 100%;
	padding: 0px 0px;
	margin: 0em auto 0em auto;
}

#header a {
	height: 90px;
	background: rgba(0, 0, 0, 0.75) url("images/header-logo.png") no-repeat center center;
	width: 100%;
	position: relative;
	text-decoration: none;
	outline: medium none;
	border: none;
	color: transparent;
	text-indent: -200%;
	z-index: 2;
	display: block;
}

@media (min-width: 400px) {	
#header a {
	background: rgba(0, 0, 0, 0.75) url("images/header-logotype-s.png") no-repeat center center;
	}
}

@media (min-width: 600px) {	
#header a {
	height: 140px;
	background: rgba(0, 0, 0, 0.75) url("images/header-logotype.png") no-repeat center center;
	}
}

/*****************************/
/* !footer */
/*****************************/

#footer {
	width: 100%;
	float: left;
	background-color: #232323;
	margin: 0em auto 0em;
	padding: 0.6em 1em;
	border: 1px solid #000;
	color: #ebebeb;	
}

.footer-wrapper {
	padding: 0px;
}

#footer p {
	font-size: 85%;	
	text-align: right;
}

#footer a {
	display: inline-block;
	color: #a4ccfc;
	border-bottom: none;
	text-decoration: none;
}

#footer a:hover {
	background-color: #e3f0ff;
	color: #244e86;
	text-decoration: none;
}

#footer a:active {
	background-color: #819bb9;
	color: #ffffff;
	text-decoration: none;
}

/***********************/
/* grids */
/***********************/

.grid {
    display: grid;
    grid-gap: 20px;
	padding: 15px 20px;
}

.grid-s {
    display: grid;
    grid-gap: 10px;
	padding: 7px 10px;
}

.grid-xs {
    display: grid;
    grid-gap: 40px;
	padding: 15px 30px;
}

.pad {
	padding: 7px 10px;
}

.sub-grid {
    display: grid;
    grid-gap: 5px;
	padding: 0;
	align-content: start;
}

.g-1-1 {grid-template-columns: 1fr 1fr;}
@media (max-width: 600px) {.g-1-1 {grid-template-columns: 1fr;}}

.g-1-1-1 {grid-template-columns: 1fr 1fr 1fr;}
@media (max-width: 800px) {.g-1-1-1 {grid-template-columns: 1fr 1fr;}}
@media (max-width: 500px) {.g-1-1-1 {grid-template-columns: 1fr;}}

.g-2-1 {grid-template-columns: 2fr 1fr;}
@media (max-width: 600px) {.g-2-1 {grid-template-columns: 1fr;}}

.g-1-2 {grid-template-columns: 1fr 2fr;}
@media (max-width: 600px) {.g-1-2 {grid-template-columns: 1fr;}}

.grg-5 {grid-row-gap: 5px;}


/***********************/
/* rows */
/***********************/

.w-100 {width: 100%;}

.w-66-m {width: 66.66%; margin: 0 auto; padding: 15px 20px;}
.w-66-m-s {width: 66.66%; margin: 0 auto; padding: 5px 5px;}
@media (max-width: 800px) {.w-66-m, .w-66-m-s {width: 75%;}}
@media (max-width: 600px) {.w-66-m, .w-66-m-s {width: 100%;}}

.w-66-l {width: 66.66%; margin: 0 0; padding: 15px 20px;}
.w-66-l-s {width: 66.66%; margin: 0 0; padding: 5px 5px;}
/* @media (max-width: 800px) {.w-66-l, .w-66-l-s {width: 75%; margin: 0 auto;}} */
@media (max-width: 600px) {.w-66-l, .w-66-l-s {width: 100%; margin: 0 auto;}}

.w-50-m {width: 50%; margin: 0 auto; padding: 15px 20px;}
.w-50-m-s {width: 50%; margin: 0 auto; padding: 5px 5px;}
@media (max-width: 800px) {.w-50-m, .w-50-m-s {width: 75%;}}
@media (max-width: 600px) {.w-50-m, .w-50-m-s {width: 100%;}}

@media (max-width: 800px) {.media-alt {grid-template-columns: 1fr; width: 75%; margin: auto;}}
@media (max-width: 600px) {.media-alt {grid-template-columns: 1fr; width: 100%; margin: auto;}}


/**************************/
/* boxes - video + audio */
/**************************/

.box-1 {
	background-color: #eee;
	border-radius: 5px;
	overflow: hidden;
}

.box-head {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	background-color: #333;	
	color: #eee;
}

.box-h1, .box-dl-h1 {
	font-weight: 400;
	text-align: center;
	color: #ddd;
	background-color: #333;
	padding: 3px 0 3px 0px;
	width: 100%;
}

.box-dl-h1 {
	padding-left: 34px;
}

.box-bot-1 {
	padding: .5em;
	font-size: 95%;
}

/*****************************/
/* gridtabelle */
/*****************************/

.gt-header {
	display: contents;
}

.gt-header > div {
	color: #e9e9e9;
	background-color: #333;
	font-weight: 400;
	padding: .4em;
}

.gridtabelle {
	text-align: center;
	display: grid;
	grid-template-columns: 5fr 1.2fr 2fr 1fr;
    grid-gap: 4px 1px;
}

.bank-header {
	background-color: #333;
	color: #ddd;
	text-align: center;
	padding: .2em;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	font-weight: 400;
	font-size: 110%;
}

.bank-intro {
	display: grid; 
	grid-template-columns: 1fr 3fr;
	grid-gap: 10px;
	padding: 5px;
	background-color: #e9e9e9;
}

@media (max-width: 500px) {.bank-intro {grid-template-columns: 1fr;}}
@media (max-width: 500px) {.bank-intro img {margin: 0 auto;	max-width: 200px;}}

.banktabelle {
	grid-template-columns: 1.2fr 0.5fr 0.8fr 1.2fr;
	background-color: #e9e9e9;
	padding: 5px 0px;
}

.banktabelle .gt-header > div {
	background-color: #777;
	padding: .2em;
}

.bank-descript {
	background-color: #d9d9d9;
	padding: 5px 10px;
/* 	border-top: 1px solid #aaa; */
	margin-bottom: 3px;
	color: #111;
}

.gridtabelle > div {
	background-color: #e9e9e9;
	padding: .2em;
	line-height: 1.2em;
}

/*****************************/
/* !aside & label */
/*****************************/

.aside-1 {
	margin: 0.5em;
	font-size: 90%;
	border-radius: 5px;
	background-color: #DADADA;
	color: #000;
	border: 1px solid #A58457;
}

.aside-1 p {
	color: #444;
}

.aside-1 h6 {
	color: #fff;
	background-color: #A58457;
	padding: 5px 10px;
	font-weight: 400;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.aside-2 {
	font-size: 90%;
	border-radius: 5px;
	background-color: #ECECEC;
	color: #000;
	border: 1px solid #C8C8C8;
	overflow: hidden;
}

.aside-2 h6 {
	color: #222;
	background-color: #C8C8C8;
	padding: 5px 10px;
	font-weight: 300;
	text-align: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

/* tech-data box */

.aside-6 {
	position: relative;
    font-size: 100%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #000;
	margin: 0em 0.2em 0.5em 0.2em;
	overflow: hidden;
}

/*****************************/
/* !page divider */
/*****************************/

.page-divider-1 {
	background-color: #232323;
	color: #fff;	
	font-size: 125%;
	font-weight: 400;
	text-align: center;
	padding: 0.3em;
	margin: 0 10px;
}

.page-divider-2 {
	background-color: #d2d2d2;
	color: #222;	
	border-top: 1px solid #b1b1b1;
	border-bottom: 1px solid #b1b1b1;
	font-size: 125%;
	font-weight: 400;
	text-align: center;
	padding: 0.2em;
}

.page-divider-3 {
	background: linear-gradient(to left, #eee 0%, #ddd 30%, #ddd 70%, #eee 100%);
	color: #555;
	font-size: 120%;
	font-weight: 400;
	text-align: center;
	padding: 0.1em;
	margin-bottom: .5em;
}

/*****************************/
/* !nav-header - blog */
/*****************************/

.nav-header {
	display: flex;
	align-items: center;
	background-color: #e5e5e5;
	border-bottom: 1px solid #c3c3c3;
}

.nav-header-mid {
	text-align: center;	
	width: 80%;
	display: flex;
	flex-direction: column;
}

.nav-header-left, .nav-header-right {
	width: 10%;
	text-align: center;
}

.nav-header h2 {
	font-size: 140%;
	font-weight: 400;
	margin: 0;
	padding: 0;
}

.nav-header a {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 80px;
	background-color: #d5d5d5;
	line-height: 115%;
	font-weight: 300;
}

.nav-header a:hover {
	color: #fff;
	background-color: #37486E;
}

.nav-header a:active {
	color: #fff;
	background-color: #0F1A2F;
}

@media (max-width: 600px) {
	.nav-header h2 {font-size: 125%;}
	.nav-header-mid p {font-size: 95%;}
	.next, .prev {display: none;}
	.nav-header a {line-height: 210%;}
}

/*****************************/
/* !page-nav - news list */
/*****************************/

.page-nav {
	margin: 1em 0em;
	float: left;
	width: 100%;
	background-color: #fff;
	border: 1px solid #e5e5e5;
}

.page-nav-left {
	display: inline-block;
	float: left;
	width: 40%;
}

.page-nav-right {
	display: inline-block;
	float: right;
	width: 40%;
}

.page-nav-mid {
	display: inline-block;
	width: 20%;
	text-align: center;
}

.page-nav-mid p {
	display: inline-block;
	padding: 0.3em .5em;
}

.page-nav-left a {
	display: inline-block;
	padding: 0.3em .5em;
	float: left;
}

.page-nav-right a {
	display: inline-block;
	padding: 0.3em .5em;
	float: right;
}

.page-nav a:hover {
	color: #fff;
	background-color: #444e77;
}

.page-nav a:active {
	color: #fff;
	background-color: #081140;
}

.meta {
	padding: 3px 0px;
	font-size: 90%;
	color: #72511e;
	background-color: #e5e5e5;
}

.tri {
	font-size: 75%;
	vertical-align: 10%;
}

/*****************************/
/* !blog box */
/*****************************/

.blog-k {
	display: flex; 
	flex-direction: row;
}

.blog-l {
	width: 190px;
	display: flex; 
	align-items: center; 
	flex: 0 0 auto; 
	background-color: #333;
	overflow: hidden;
}

@media (max-width: 500px) {.blog-l {display: none;}}

.blog-r {
	flex: auto;
}

/*****************************/
/* !audio video */
/*****************************/

audio, video {
	display: block;
	width: 100%;
	margin: 0em auto;
	outline: none;
}

audio {
	height: 30px;
}

video {
	background-color: #333;
}

.download {background: url("images/download.png") no-repeat;}
.hd {background: url("images/hd.png") no-repeat;}

.download, .hd {
	width: 34px;
	height: 24px;
	margin-right: 5px;
	background-position: 50% -24px;
	border-radius: 3px;
}

.download:hover, .hd:hover {
	background-color: #ddd;
	background-position: 50% 0px;
}

.download:active, .hd:active {
	background-color: #a7bbda;
	background-position: 50% 0px;
}

/*****************************/
/* !bg pics */
/*****************************/

.bg-home {
	background: url(images/bg/bg_home.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg-product {
	background: url(images/bg/bg_product.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg-technology {
	background: url(images/bg/bg_technology.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg-blog {
	background: url(images/bg/bg_blog.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg-demo {
	background: url(images/bg/bg_demo.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg-company {
	background: url(images/bg/bg_company.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg-sketch {
	background: url(images/bg/bg_sketch.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg-gui {
	background: url(images/bg/bg_gui.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.bg-synth {
	background: url(images/bg/bg_synth.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*****************************/
/* !to top knop */
/*****************************/

#totop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 5;
	width: 48px;
	height: 48px;
	background: url("images/totop.png") no-repeat;
	background-position: 0px 0px;
    cursor: pointer; /* Add a mouse pointer on hover */
}

#totop:hover {
	background-position: 0px -48px;
}

#totop:active {
	background-position: 0px -48px;
}

/*****************************/
/* !lightbox */
/*****************************/

.aside-1 .lb-tmb-list, .aside-2 .lb-tmb-list, .aside-3 .lb-tmb-list {
	margin: 0;
}

.lb-tmb-list img { 
	margin: 0;
	border: 1px solid #d4d4d4;
	padding: 4px;
	background-color: #fff;
}

.lb-tmb-list-b img { 
	margin: 5px;
	padding: 0px;
	background-color: transparent;
/* 	border: 1px solid #d4d4d4; */
	border: none;
}

.lb-tmb-list-png img { 
	margin: 0;
	padding: 5px 5px 0px 5px;
	background-color: transparent;
/* 	border: 1px solid #d4d4d4; */
	border: none;
}

.lb {
    display: none;
    position: fixed;
	overflow: auto;
    z-index: 9;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.8);
}

.lb img {
	margin: 0 auto;
}

.lb:target  {
    outline: none;
    display: block;
}

.lb input[type="checkbox"] {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 13;
}

.lb input[type="checkbox"]:checked ~ .fit {
	display: none;
}

.lb input[type="checkbox"]:checked ~ .fit-icon {
	position: fixed;
	display: block;
	top: 3%;
	right: 90px;
	width: 44px;
	height: 44px;
	box-shadow:0px 0px 8px 0px #000;
	z-index: 12;
}

.fit {
	display: block;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
/* 	background-color: #777; */
/* 	border: 1px solid #000; */
	padding: 2px;
	max-height: 85%;
	max-width: 85%;
}

.fit-icon {
	display: none;
	background: rgba(0, 0, 0, 0.6) url("images/fit.png") no-repeat 50% 50%;
	border: 2px solid #555;
}

.full {
	display: none;	
}

.lb input[type="checkbox"]:checked ~ .full {
	display: block;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
/* 	background-color: #777; */
/* 	border: 1px solid #000; */
	padding: 30px;
	max-width: none;
	overflow: auto;
	box-sizing: content-box;
}

.full-icon {
	position: fixed;
	display: block;
	top: 3%;
	right: 90px;
	width: 44px;
	height: 44px;
	background: rgba(0, 0, 0, 0.6) url("images/full.png") no-repeat 50% 50%;
	border: 2px solid #555;
	box-shadow:0px 0px 8px 0px #000;
	z-index: 12;
}

.lb input[type="checkbox"]:checked ~ .full-icon {
	display: none;	
}

.lb-prev {
	position: fixed;
	top: 50%;
	left: 30px;
	height: 44px;
	margin-top: -22px;	
	width: 44px;
	background: rgba(0, 0, 0, 0.6) url("images/prev.png") no-repeat 50% 50%;
	box-shadow:0px 0px 8px 0px #000;
	border: 2px solid #555;
	border-radius: 50%;
	z-index: 11;
}

.lb-next {
	position: fixed;
	top: 50%;
	right: 30px;
	height: 44px;
	margin-top: -22px;
	width: 44px;
	background: rgba(0, 0, 0, 0.6) url("images/next.png") no-repeat 50% 50%;
	box-shadow:0px 0px 8px 0px #000;
	border: 2px solid #555;
	border-radius: 50%;
	z-index: 11;
}

.lb-close {
	position: fixed;
	top: 3%;
	right: 30px;
	width: 44px;
	height: 44px;
	background: rgba(0, 0, 0, 0.6) url("images/close.png") no-repeat 50% 50%;
	border: 2px solid #555;
	box-shadow:0px 0px 8px 0px #000;
	z-index: 12;
}

.lb-next:hover, .lb-prev:hover, .lb-close:hover, .full-icon:hover, .fit-icon:hover { 
	background-color: rgba(121, 147, 179, 0.6);
}

.lb-next:active, .lb-prev:active, .lb-close:active, .full-icon:active, .fit-icon:active { 
	background-color: rgba(255, 255, 255, 0.8);
}

.lb-caption {
	position: fixed;
	bottom: 2%;
	left: 50%;
	transform: translateX(-50%);
	min-height: 34px;
    color: #fff;
	text-shadow: 0px 0px 2px #000;
	font-size: 100%;
	background: rgba(0, 0, 0, 0.6);
	box-shadow:0px 0px 8px 0px #000;
	border: 2px solid #555;
	padding: 0.2em 0.8em;
}

.lb-caption h3 {
	font-size: 100%;
	text-align: center;
	font-weight: 400;
	margin: 0.1em;
}

.lb-caption p {
	font-size: 90%;
}

.lb-caption a {
	color: #8BBAF2;
	text-decoration: none;
	outline: none;
/* 	border-bottom: none; */
}

.lb-caption a:focus {
	color: #8BBAF2;
	text-decoration: none;
	outline: 1px solid #3D79C0;
/* 	border-bottom: none; */
}

.lb-caption a:link {
	color: #8BBAF2;
	text-decoration: none;
	outline: none;
/* 	border-bottom: none; */
}

.lb-caption a:visited {
	color: #8BBAF2;
	text-decoration: none;
	outline: none;
	background: transparent;
/* 	border-bottom: none; */
}

.lb-caption a:hover {
	color: #3C88E1;
	text-decoration: none;
	outline: none;
	background: transparent;
}

.lb-caption a:active {
	color: #7EAFE9;
	text-decoration: none;
	outline: none;
	background: transparent;
}

/*****************************/
/* !homepage - img slider */
/*****************************/

.slider {
	position: relative;
	background-color: #000;
	overflow: hidden;
}

.slider-pic {
	width: 100%;
	position: relative;
	top: 0;
	visibility: hidden;
	display: block;
	height: 0;
	opacity: 0;
	transition: opacity .3s ease-out;
	background-color: #000;
}

.slider-bullet:checked + .slider-pic {
	visibility: visible;
	height: auto;
	opacity: 1;
}

.slider-nav {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	display: none;
	z-index: 1;
	cursor: pointer;
	color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.slider-nav-previous {
	width: 50%;
	height: 100%;
	background: rgba(0, 0, 0, 0) url("images/prev-c.png") no-repeat 5% 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.slider-nav-next {
	width: 50%;
	height: 100%;
	background: rgba(0, 0, 0, 0) url("images/next-c.png") no-repeat 95% 50%;
	position: absolute;
	top: 0;
	right: 0;
}

.slider-bullet {
	font-size: 70%;
	width: 1em;
	height: 1em;
	position: absolute;
	z-index: 1;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff;
	border-radius: 1em;
	opacity: 0.5;
	box-shadow: 0px 0px 2px 0px #000;
	transition: .3s ease-out background,
				.3s ease-out transform;
}

.slider-bullet:checked {
	opacity: 0.8;
/* 	background: #eee; */
	outline: none;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	transform: scale(1.3);
}

.sb-1 {
	bottom: 20px;
	left: 46%;
}

.sb-2 {
	bottom: 20px;
	left: 50%;
}

.sb-3 {
	bottom: 20px;
	left: 54%;
}


/*****************************/
/* !table Downloads */
/*****************************/

.tld {
	background-color: #e7e7e7;
	width: 100%;
	border-collapse: collapse;
}

.tld-bot {
	font-size: 94%;
	line-height: 125%;
}

.ttop {
	background-color: #464646;
	color: #ececec;	
	font-weight: 400;
}

.tmid {
	background-color: #b2b2b2;
	color: #111;
	font-weight: 400;
	border: none;
}

.ver {
	width: 16%;
	text-align: center;
}

.date {
	width: 20%;
	text-align: center;
}

.file {
	width: 16%;
	text-align: center;
}

.tld td {
	padding: 0.2em 0.4em;
	border: 1px solid #b2b2b2;
	font-size: 95%;
} 

.tld p {
	padding: 0.2em 0.5em 0em 0em;
}

.tld a {
	color: #0b4398;
}

.tld a:link {
	color: #0b4398;
} 

.tld a:hover {
	color: #fff;
} 

.tld img {
	float: left;
	margin-right: 0.7em;
	width: 25%;
}

.tld caption {
	padding: 0.3em 0.4em;
	font-weight: 400;
	font-size: 108%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
} 

.new-preset::after {
	content: "＊";
	font-size: 80%;
	font-weight: 600;
	line-height: 1px;
	margin-left: .2em;
	color: #6f9ada;
}

.new-preset-top::after {
	content: "＊";
	font-size: 80%;
	font-weight: 600;
	color: #c0d7f9;
	line-height: 1px;
	margin-left: .2em;
}

/* ---------- preset-box ---------- */

#presetmenu input[type="checkbox"] {
	display: none;
}

.presets {
	max-height: 0em;
	transition: max-height .7s ease;
	overflow: hidden;
	margin-top: 4px;
}

#presetmenu input[type="checkbox"]:checked ~ .presets {
	max-height: 53em;
	transition: max-height .7s ease;
}

.aside-6 #presetmenu input[type="checkbox"]:checked ~ .presets {
	max-height: 35em;
	transition: max-height .7s ease;
}

.preset-header {
	background-color: #444;
	color: #f9f9f9;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	font-weight: 400;
	padding: 6px;
	text-align: center;
}

/* ------ buttons ------- */

.preset-on-icon {
	display: none;
}

#presetmenu input[type="checkbox"]:checked ~ .preset-on-icon {
	display: inline-block;
	width: 100%;
	height: 38px;
	background: url("images/preset-dd-on.png") no-repeat left center;
	background-color: #444;
}

#presetmenu input[type="checkbox"]:checked ~ .preset-off-icon {
	display: none;
}

.preset-off-icon {
	display: inline-block;
	width: 100%;
	height: 38px;
	background: url("images/preset-dd-off.png") no-repeat left center;
	background-color: #444;
}

#presetmenu label {
	color: #eee;
	cursor: pointer;
	border-radius: 5px;
}

#presetmenu label:hover {
	background-color: #1e3250 !important;
}

#presetmenu label span {
	margin: .1em 0 0 2.5em;
	display: block;
	font-weight: 400;
	line-height: 37px;
	color: #f9f9f9;
}

/* ---------- tec-data-box ---------- */

#tecmenu input[type="checkbox"] {
	display: none;
}

#tecmenu ul {
	margin-left: 1.5em;
	margin-top: .7em;
}

.tecdata {
	overflow: hidden;
	position: relative;
	margin-top: 4px;
/* 	max-height: 2.6em; */
	line-height: 125%;
	background-color: #eaeaea;
}

.sy-en {height: 3.5em; transition: all .8s ease;}
.pa-ed {height: 3.5em; transition: all .5s ease;}
.pr-sy {height: 3.5em; transition: all .4s ease;}
.un-sy {height: 3.5em; transition: all .2s ease;}
.ha-fe {height: 3.5em; transition: all .6s ease;}
.con {height: 3.5em; transition: all .3s ease;}
.dim {height: 3.5em; transition: all .2s ease;}
.wei {height: 3.5em; transition: all .2s ease;}

#tecmenu input[type="checkbox"]:checked ~ .sy-en {height: 31em; transition: all .8s ease;}
#tecmenu input[type="checkbox"]:checked ~ .pa-ed {height: 18em; transition: all .5s ease;}
#tecmenu input[type="checkbox"]:checked ~ .pr-sy {height: 11em; transition: all .4s ease;}
#tecmenu input[type="checkbox"]:checked ~ .un-sy {height: 7em; transition: all .2s ease;}
#tecmenu input[type="checkbox"]:checked ~ .ha-fe {height: 18em; transition: all .6s ease;}
#tecmenu input[type="checkbox"]:checked ~ .con {height: 8em; transition: all .3s ease;}
#tecmenu input[type="checkbox"]:checked ~ .dim {height: 5em; transition: all .2s ease;}
#tecmenu input[type="checkbox"]:checked ~ .wei {height: 5em; transition: all .2s ease;}

.grad-a {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 25px;
	background: -webkit-linear-gradient(rgba(0,0,0,0.2) 0px, rgba(0,0,0,0) 25px);
}

.grad-b {
	height: 35px;
	background: -webkit-linear-gradient(rgba(0,0,0,0.2) 0px, rgba(0,0,0,0) 35px);
}

.grad-c {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 35px;
	background: -webkit-linear-gradient(rgba(250,250,250,0) 0px, rgba(250,250,250,1) 30px);
}

/* ------ buttons ------- */

#tecmenu label {
	display: block;
	color: #eee;
	cursor: pointer;
	font-size: 110%;
	font-weight: 400;
	line-height: 34px;
	text-align: center;
	background-color: #444;
}

#tecmenu label:hover {
	background-color: #1e3250 !important;
}

#tecmenu label .elli {
	display: inline-block;
	width: .8em;
	overflow: hidden;
	vertical-align: top;
	transition: width .5s ease;
}

#tecmenu input[type="checkbox"]:checked ~ label .elli {
	width: 0px;
	transition: width .5s ease;
}

/*****************************/
/* !diverse */
/*****************************/

.art-demo {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: block;
}

.art-demo img {
	position: absolute;
	left: 0;
	padding: 4px;
	background-color: #fff;
	border: 1px solid #d4d4d4;
	transition: opacity .5s ease;
}

.art-demo img.art-demo-top:hover {
	opacity: 0;
	transition: opacity .5s ease;	
}

.blue-back {
	color: #fff !important;
	background-color: #576780;
	border-radius: 7px;
	padding: 0em 0 .1em 0;
	text-align: center;
}

.blue-back-head {
	font-size: 140%;
	color: #fff !important;
	background-color: #576780;
	border-radius: 7px;
	padding: 0em 0 .1em 0;
	margin-bottom: 1em;
	text-align: center;
}

.yellow-back {
	color: #1e1b18 !important;
	background-color: #f2e0c7;
	border-radius: 7px;
	padding: 0em 0.5em .1em 0.5em;
	text-align: center;
	font-weight: 400;
}

.yellow {
	color: #9f7246;
	font-weight: 400;
}

.caption {
	font-style: italic;
	text-align: right;
	font-weight: 300;
	line-height: 120%;
 	margin-right: 7px;
 	margin-top: 2px;
	color: #787878;
}

.caption-in-w, .caption-in-s {
	position: absolute;
	right: 32px;
	bottom: 20px;
	font-style: italic;
	font-weight: 300;
	color: #fff;
}

.caption-in-s {
	color: #000;
}

.img-frame {
	border: 1px solid #d4d4d4;
	padding: 4px;
	background-color: #fff;
}

.img-frame-g {
	border: 1px solid #d4d4d4;
	padding: 4px;
	background-color: #999999;
}

.img-frame-hg {
	border: 1px solid #bdbdbd;
	padding: 4px;
	background-color: #d5d5d5;
}

.openstreetmap {
	float: left;
	overflow: hidden;
	width: 100%;
	height: 350px;
	border: 1px solid #2f2f2f;
}

.logo-comp {
	max-width: 67%;
	margin: auto;
} 

@media (max-width: 800px) {
	.logo-comp {
		max-width: 40%;
		margin: auto;
	} 
}

/*****************************/
/* !helpers */
/*****************************/

.disp-flex {display: flex;}
.flex-al-c {align-items: center;}
.flex-ju-c {justify-content: center;}

.nodisplay {display: none;}

.hide {visibility: hidden;}

.clearfix:before, .row:before, .footer-wrapper:before {
	display: table;
	content: " ";
}

.clearfix:after, .row:after, .footer-wrapper:after {
	display: table;
	content: " ";
	clear: both;
}

.bg-white {background-color: #fff;}
.bg-light {background-color: #ececec;}

/* lightbox */
.no-bg {background-color: transparent !important; border: none !important;}
.hf {top: 0 !important; transform: translateY(0%) !important;}

.center {
	margin: auto; 
	display: block; 
	float: none;
}

.line {
	width: 100%; 
	height: 1px;
	background-color: #a2a2a2;	
	clear: both;
}

.half {
    display: inline-block;
    width: 49%;
}

.third {
    display: inline-block;
    width: 32%;
}

@media (max-width: 500px) {
	.third, .half {
	width: 100%;
	}
}

/********** alignment **********/

.right-center {float: right;}
@media (max-width: 800px) {.right-center {float: none; margin-left: auto; margin-right: auto;}}

.left-center {float: left;}
@media (max-width: 800px) {.right-center {float: none; margin-left: auto; margin-right: auto;}}

.left-txt {text-align: left;}

.right-txt {text-align: right;}

.center-txt {text-align: center;}

.left-center-txt {text-align: left;}
@media (max-width: 800px) {.left-center-txt {text-align: center;}}

.right-center-txt {text-align: right;}
@media (max-width: 800px) {.right-center-txt {text-align: center;}}


/********** spacer **********/

.m03 {margin: 0.3em;}
.m05 {margin: 0.5em;}

.mt0 {margin-top: 0em;}
.mt0i {margin-top: 0em !important;}
.mt01 {margin-top: 0.1em;}
.mt02 {margin-top: 0.2em;}
.mt03 {margin-top: 0.3em;}
.mt05 {margin-top: 0.5em;}
.mt07 {margin-top: 0.7em;}
.mt1 {margin-top: 1em;}
.mt1i {margin-top: 1em !important;}
.mt1-5 {margin-top: 1.5em;}
.mt2 {margin-top: 2em;}
.mt3 {margin-top: 3em;}
.mt5 {margin-top: 5em;}

.mb0 {margin-bottom: 0em;}
.mb02 {margin-bottom: 0.2em;}
.mb03 {margin-bottom: 0.3em;}
.mb05 {margin-bottom: 0.5em;}
.mb1 {margin-bottom: 1em;}
.mb1i {margin-bottom: 1em !important;}
.mb2 {margin-bottom: 2em;}
.mb3 {margin-bottom: 3em;}
.mb4 {margin-bottom: 4em;}
.mb5 {margin-bottom: 5em;}

.p03 {padding: 0.3em;}
.p05 {padding: 0.5em;}


.pt0 {padding-top: 0em;}
.pt03 {padding-top: 0.3em;}
.pt05 {padding-top: 0.5em;}
.pt1 {padding-top: 1em;}
.pt2 {padding-top: 2em;}
.pt3 {padding-top: 3em;}
.pt5 {padding-top: 5em;}

.pb0 {padding-bottom: 0em;}
.pb0i {padding-bottom: 0em !important;}
.pb03 {padding-bottom: 0.3em;}
.pb05 {padding-bottom: 0.5em;}
.pb1 {padding-bottom: 1em;}
.pb3 {padding-bottom: 3em;}
.pb2 {padding-bottom: 2em;}
.pb5 {padding-bottom: 5em;}

.flex-mt-6 {margin-top: 5.5em;}
@media (max-width:800px) {.flex-mt-6 {margin-top: 0.5em;}}

/*
.flex-pr-3 {padding-right: 3em;}
@media (max-width: 800px) {.flex-pr-3 {padding-right: 0em;}}
*/

/*
.flex-pl-3 {padding-left: 3em;}
@media (max-width: 800px) {.flex-pl-3 {padding-left: 0em;}}
*/

/*
.flex-ml-3 {margin-left: 3em;}
@media (max-width: 600px) {.flex-ml-3 {margin-left: 0em;}}
*/

/*
.flex-mr-3 {margin-right: 3em;}
@media (max-width: 600px) {.flex-mr-3 {margin-right: 0em;}}
*/
/*

.flex-mb-05 {margin-bottom: 0em;}
@media (max-width: 800px) {.flex-mb-05 {margin-bottom: 0.5em;}}
*/

/* px */

.m-7-10 {margin: 7px 10px;}

.ml-5 {margin-left: 5px;}
.mr-5 {margin-right: 5px;}
.mb-5 {margin-bottom: 5px;}

.b-1 {border: 1px solid #c6c6c6;}
.b-n {border: none;}

.oli {padding: 0em 1em 1em 3em;}
.ore {padding: 0em 3em 1em 1em;}
@media (max-width: 800px) {.oli, .ore {padding: 1em 2em;}}
@media (max-width: 600px) {.oli, .ore {padding: 0.5em 1em;}}

/********** fontsize **********/

.fs-95 {font-size: 95%;}
.fs-90 {font-size: 90%;}
.fw-300 {font-weight: 300;}