/* basics */
/*--------------------------------------------------------*/
html {
	/* font-family: "Noto Sans", sans-serif; */
	/* margin: .5 0; */
	/* padding: 0; */
	border: 0;
	outline: 0;
	/* font-size: 100%; */
	line-height: 135%;
	vertical-align: baseline;
	background: transparent;
}
/* html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 14px;
}
@media (min-width: 576px) {
	div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
	html, body {
		font-size: 16px;
	}
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
	div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
	html, body {
		font-size: 14px;
	}
}
@media (min-width: 1200px) {
}

h1 {
	font-size: 1.2em !important;
}
h1, h2, h3, h4 {
}
h2 {
	font-weight: 600;
	margin: .5em 0;
}
form:not(#editTemplatestring) input[type="text"],
form:not(#editTemplatestring) select {
	background: #fff;
}

button {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.05);
	background: #fff;
	border: 1px groove #ccc;
	color: #333;
	font-size: 1em !important;
	line-height: 1.5;
	padding: .35em .8em;
	transition: all .2s;
}
button:active,
button:focus,
button:hover {
	background-color: #e6e6e6;
	border: 1px groove #adadad;
	color: #333;
}
button.editAccessPointBtn {
	color: #FFF58E !important;
} */
/*--------------------------------------------------------*/
/* header */
/*--------------------------------------------------------*/
/* adjust-catshop-custom.css */
span.log_icons {
	background-color: #7d7d7d;
	background-image: -moz-linear-gradient(top, #d0d0d0,  #7d7d7d);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7d7d7d), to( #7d7d7d));
	background-image: -webkit-linear-gradient(top, #d0d0d0,  #7d7d7d);
	background-image: -o-linear-gradient(top, #d0d0d0,  #7d7d7d);
	background-image: linear-gradient(to bottom, #d0d0d0,  #7d7d7d);
	border: 1px solid #d0d0d0;
	text-shadow: #7d7d7d 0 -1px;
	display: inline-block;
	text-align: center;
	color: #ffffff;
}
span.log_icons:active,
span.log_icons:focus,
span.log_icons:hover {
	background-color: #898989;
	background-image: -moz-linear-gradient(top, #555,  #898989);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to( #898989));
	background-image: -webkit-linear-gradient(top, #555,  #898989);
	background-image: -o-linear-gradient(top, #555,  #898989);
	background-image: linear-gradient(to bottom, #555,  #898989);
	border: 1px solid #d0d0d0;
	text-shadow: #555 0 -1px;
}
span.log_icons a, span.username a {
	color: #ffffff;
}
span.log_icons a {
	font-size: 1.2em;
	display: inline-block;
	padding: .2em .5em;
}
/**/
.smart-style-3 #header {
	background-color: #9c9c9c;
	 background-image: -moz-linear-gradient(top, #9c9c9c, #717171);
	 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9c9c9c), to(#717171));
	 background-image: -webkit-linear-gradient(top, #9c9c9c, #717171);
	 background-image: -o-linear-gradient(top, #9c9c9c, #717171);
	background-image: linear-gradient(to bottom, #9c9c9c, #717171);
}
.fixed-header #header {
	position: fixed;
	width: 100%;
	z-index: 905;
	top: 0px;
	/* border-bottom: 2px solid #999999; */
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: -11px 12px 23px rgba(0, 0, 0, 0.1);
}
#header {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	height: 49px;
	margin: 0;
	padding: 0 13px 0 0;
	background-color: #006b52;
	/* background-color: #9c9c9c; */
	 /* background-image: -moz-linear-gradient(top, #9c9c9c, #717171);
	 background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#9c9c9c), to(#717171));
	 background-image: -webkit-linear-gradient(top, #9c9c9c, #717171);
	 background-image: -o-linear-gradient(top, #9c9c9c, #717171);
	background-image: linear-gradient(to bottom, #9c9c9c, #717171); */
	background-image: none;
	background-repeat: repeat-x;
	position: relative;
	z-index: 905;
}
#header > div {
	float: none;
	height: auto;
}
#logo {
	width: auto !important;
	margin-top: auto !important;
	margin-left: auto !important;
}

.login-info, .login-info *, #logo-group *, .minified .menu-item-parent {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#logo-group #logo img {
	height: 2.3em !important;
	width: auto !important;
}
#logo-group > span {
	/* display: inline-block; */
	height: auto;
	float: none;
}
#logout-group {
	color: #fff;
	text-shadow: #555555 0 -1px;
	font-size: 1em;
	font-weight: 700;
	white-space: nowrap;
	margin-right: 10px;
}
#logout-group a {
	color: #fff;
	text-decoration: none;
}
#logout-group > span:not(.username) {
	background-color: #7d7d7d;
	background-image: -moz-linear-gradient(top, #d0d0d0,  #7d7d7d);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7d7d7d), to( #7d7d7d));
	background-image: -webkit-linear-gradient(top, #d0d0d0,  #7d7d7d);
	background-image: -o-linear-gradient(top, #d0d0d0,  #7d7d7d);
	background-image: linear-gradient(to bottom, #d0d0d0,  #7d7d7d);
	border: 1px solid #d0d0d0;
	text-shadow: #7d7d7d 0 -1px;
	display: inline-block;
	text-align: center;
}
#logout-group > span:not(.username):active,
#logout-group > span:not(.username):focus,
#logout-group > span:not(.username):hover {
	background-color: #898989;
	background-image: -moz-linear-gradient(top, #555,  #898989);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#555), to( #898989));
	background-image: -webkit-linear-gradient(top, #555,  #898989);
	background-image: -o-linear-gradient(top, #555,  #898989);
	background-image: linear-gradient(to bottom, #555,  #898989);
	border: 1px solid #d0d0d0;
	text-shadow: #555 0 -1px;
}
#logout-group > span:not(.username) a {
	font-size: 1.2em;
	display: inline-block;
	padding: .2em .5em;
}
/*--------------------------------------------------------*/
/* TOP-NAVIGATION */
/*--------------------------------------------------------*/
.fixed-navigation #menu-container {
	height: auto;
	/* z-index: $fixed-navigation-zindex; */
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 904;
	padding-top: 49px;
	padding-bottom: 0;
	-webkit-transition: 250ms cubic-bezier(0.1, 0.57, 0.1, 1);
	transition: 250ms cubic-bezier(0.1, 0.57, 0.1, 1);
	-webkit-transform: translate(0px, 0px) translateZ(0px);
}
.smart-style-3 #menu-container {
	background: #f2f2f2;
	border-right: none;
}
/* CONTENT */
#inhalt {
	margin: 55px 40px 1em 240px;
}
div.headline > h1 {
	padding: 0;
	display: inline-block;
	font-weight: 400;
	font-style: normal;
}
