body, html {
    height: 100% !important;
}
body {
	background: #ffffff;
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
	color: #444444;
}
b, strong {
    font-weight: 500;
}
a {
	cursor: pointer;
	font-weight: 500;
}
a:visited {
	text-decoration: none;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
form {
	margin-left : 10px;
}
h2, h3, h4, h5, h6 {
	font-size:18px;
	color:#000000;
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx HEADER START xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.navbar-default {
	background:#FFFFFF;
	box-shadow: 0 1px 5px rgba(79, 95, 112, 0.3);
	-webkit-box-shadow: 0 1px 5px rgba(79, 95, 112, 0.3);
	border-bottom: 0;
	margin-bottom:0;
	min-height::66px;
}
.navbar-brand {
	height: 66px;
	padding: 6px 5px 4px 10px;
}
.navbar-brand>img {
    height:55px;
}
.navbar-header{ float:left;}
@media all and (max-width:620px) {
	.navbar-default{ padding-left:0;}
}
.navbar-default .container-fluid {
	padding-left: 0;
	padding-right: 10px;
}
.btn-sidebar {
    display: none;
    padding: 12px 15px;
    margin: 10px;
    color: #80828f;
    background: #f4f8fb;
    text-align: left;
}
@media only screen and (max-width: 767px){
	.btn-sidebar {
		display: inline-block;
	}
}
.help-label {
	margin: 0;
    padding: 22px 10px;
    font-size: 16px;
    float: right;
}
@media only screen and (max-width: 560px){
	.help-label {
		padding: 0 10px;
		display:none;
	}
}
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx HEADER END xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx PAGE START xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

/* SIDEBAR 
-----------------------*/
.sidebar {
	background: #ffffff;
	bottom: 0;
	overflow: hidden;
	position: fixed;
	top: 66px;
	width: 260px;
	z-index: 998;
	border-right:1px solid #d5dbdd;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
	-webkit-transition: width .25s, opacity .25s, -webkit-transform .25s;
    -o-transition: width .25s, opacity .25s, -o-transform .25s;
    transition: width .25s, opacity .25s, transform .25s;
}
@media only screen and (max-width: 767px){
	.sidebar {
		-ms-transform: translate(-260px, 0);
		-webkit-transform: translate3d(-260px, 0, 0);
		transform: translate3d(-260px, 0, 0);
	}
	.sidebar.open {
		-ms-transform: translate(0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
/*@media only screen and (max-width: 368px){
	.sidebar {
		top:126px;
	}
}*/

/* PAGE 
-----------------------*/
.page-container {
	min-height: 100vh;
	padding-left: 260px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
@media only screen and (max-width: 767px){
	.page-container {
		padding-left:0;
	}
}
.main-content {
	padding: 100px 40px 40px;
	min-height: 100vh;
}

/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx PAGE END xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.overview {
    background-color: #f4f4f5;
    margin: 15px 0;
    padding: 25px;
    border-radius: 5px;
}
.overview-title{
	font-size:18px;
}
.overview .note{
	margin-bottom:0;
}

hr {
	border: 0px;
	border-top: solid 1px #94c3f9;
	border-bottom: transparent;
	margin-left : 10px;
	margin-right: 10px;
}
h1 {
	margin-top:0;
	padding: 15px 0 15px;
}
h2 {
	background-image: url(../images/verlauf-blau.png);
	background-repeat: repeat-y;
	padding: 10px 10px;
}
h3 {
	background-image: url(../images/verlauf-rot.png);
	background-repeat: repeat-y;
	padding: 8px 10px;
}
h4 {
	background-image: url(../images/verlauf-gray.png);
	background-repeat: repeat-y;
	padding: 6px 10px;
}
h5 {
	background-image: url(../images/verlauf-gray.png);
	background-repeat: repeat-y;
	font-weight: bold;
	padding: 6px 10px;
}

li {
    margin-top: 10px;
}

/* note box */
p.note,
div.note {
	position:relative;
	background-color: #fffff4;
    border: 1px solid #d4c2a0;
    clear: both;
    color: #974500;
	margin: 15px 0;
	padding: 15px 15px 15px 80px;
}
p.note::before,
div.note::before {
    float: left;
    word-wrap: normal;
    white-space: nowrap;
    margin-left: -36px;
    content: '';
    height: 70px;
    left: 44px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 70px;
}
p.note::before,
div.note::before {
    background: url(../images/icon_note.png) center center no-repeat;
    background-size: 40px 40px;
}
div.note p {
	margin: 0;
}
/* used in tutorial */
p.tip {
	background-color : #FFFFCC;
	border : 1px solid black;
	clear : both;
	color : black;
	margin-left : 10%;
	padding : 6px 6px;
	width : 90%;
}
/* pre note box */
pre {
	background-color : #FFFFCC;
	border : 1px solid #FFCC00;
	clear : both;
	color : black;
	margin : 12px 30px 12px 20px;
	padding : 6px 6px;
}
table.sitemap {
	margin-left: 10px;
}
table.color {
	width : 95%;
	margin-left : 10px;
 	cell-spacing=2;
	padding : 10;
}
table.code {
	margin-left: 10px;
}
table.top {
	background-image: url(../images/help-info_logo_3px.jpg);
	margin-left: 0px;
	margin-top: 0px;
}
td.siteheader {
	background-color: #E10033;
	COLOR: white;
	padding-left: 3px;
}
td {
	line-height: 13pt;
}
td.color {
	background-color : #FFFFCC;
}
tr.color {
	background-color : #FFFFCC;
	padding-bottom : 20px;
	padding-left : 20px;
	padding-right : 20px;
	padding-top : 20px;
}
ul {
	list-style-image : url(../images/list_arrow.gif);
}
ul.extlinklist {
	list-style-image : url(../images/extlink.gif);
	list-style-position : outside;
}
ul.bullet-square-green {
	list-style-image : url(../images/gbullet.gif);
	list-style-position : outside;
}
ul.download {
	list-style-image : url(../images/download.gif);
	list-style-position : outside;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: center;
}
.image {text-align: center; margin-bottom:30px;}
.image img {
	display: inline-block;
	margin: 10px 15px 15px;
    border: 1px solid #d5dbdd;
    height: auto;
	border-radius:3px;
}
.image p>small{
	font-style: italic;
    color: #fff;
    display: inline-block;
    padding: 4px 12px;
    background: #9ea3a9;
	border-radius:15px;
	-webkit-box-shadow: inset 0px 3px 1px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 3px 1px 0px rgba(0,0,0,0.1);
	box-shadow: inset 0px 3px 1px 0px rgba(0,0,0,0.1);
}
@media (max-width: 767px){
	.image img{
		max-width:100%;
	}
}

.icon {
	display: inline-block;
	vertical-align: middle;
}
.red {
	color: #C00;
}
.green {
	color: #090;
}
.orange {
	color: #F90;
}
.blue {
	color: #0099FF;
}

/*
Back to Top */
#topcontrol {
    cursor: pointer;
    padding: 8px 10px;
    text-align: center;
    background: #8fcf53;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    bottom: 0;
    right: 15px;
    z-index: 999;
    font-size: 18px;
    opacity: .5;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    display:inline;
}
#topcontrol:hover{
    text-decoration: none;
    opacity: 1 !important;
}

/*Back to Home */
.back-to-home{
	padding:0;
	text-align:right;
}