@import url('https://fonts.googleapis.com/css?family=Hind+Vadodara:400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');

@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon/icomoon.eot');
	src: url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'), url('../fonts/icomoon/icomoon.woff') format('woff'), url('../fonts/icomoon/icomoon.ttf') format('truetype'), url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  	font-family: 'roboto';
  	src: url('../fonts/Roboto-Regular.ttf');
  	font-weight: normal;
}
@font-face {
  	font-family: 'roboto';
  	src: url('../fonts/Roboto-Bold.ttf');
  	font-weight: 700;
}
@font-face {
  	font-family: 'comfortaa';
  	src: url('../fonts/Comfortaa-Bold.ttf');
  	font-weight: 700;
}
@font-face {
  	font-family: 'open-sans';
  	src: url('../fonts/OpenSans-Regular.ttf');
  	font-weight: normal;
}
@font-face {
  	font-family: 'open-sans';
  	src: url('../fonts/OpenSans-SemiBold.ttf');
  	font-weight: 600;
}
@font-face {
  	font-family: 'montserrat';
  	src: url('../fonts/Montserrat-Bold.ttf');
  	font-weight: 700;
}
@font-face {
  	font-family: 'montserrat';
  	src: url('../fonts/Montserrat-SemiBold.ttf');
  	font-weight: 600;
}
html,
body {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	/*font-size: 100%; */
	vertical-align: baseline;
	background: transparent;
	overflow-y: overlay;
	max-width: 100%;
	overflow-x: hidden;
  	scrollbar-width: thin;
}
/*
* K15t specific part
*/

html {
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	font-family: "roboto", sans-serif;
	font-size: 100%;
	min-height: 100%;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: static;
	overflow-x: auto;
	overflow-y: auto;
	-webkit-backface-visibility: hidden;
}
p {
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 1.2em
}
p:empty {
	display: none
}

confluenceTd p {
	margin-top: 1.2em;
	margin-bottom: 1.2em
}
blockquote p {
	margin-top: .8em;
	margin-bottom: 1.2em
}
.rwui_item_content {
	margin-top: 0!important;
	margin-bottom: 0;
	margin-left: 3em
}
#ht-wrap-container .ht-content #main-container .wiki-content h1 {
    font-family: "comfortaa", sans-serif;
  	font-size:2.2em;
    font-weight:700;
    line-height:1.3;
  	margin-top:.3em;
    margin-bottom:1.5119em
}

@media screen and (max-width: 640px) {
	#ht-wrap-container .ht-content #main-container .wiki-content h1 {
      font-size:1.6em;
      margin-bottom:0;
      margin-top:.6em;
    }
}
.wiki-content .search-header {
	font-size: 1.2em;
  	background-color: #efefef;
  	width: 100%;
  	padding: 0.3em .6em;
  	margin-left: -.6em;
  	margin-bottom: 1.6em;
  	border-radius: 2px
}
.ht-content-header h1 {
    margin-top: 0!important
}
.wiki-content h2 {
    font-family: "comfortaa", sans-serif;
  	font-size:1.4em;
    line-height:1.142;
    margin-bottom:1.142em;
    margin-top:1.713em
}

.wiki-content h3 {
    font-size:1.2em;
    font-weight:600;
    line-height:1.333;
    margin-bottom:1.2em;
    margin-top:1.999em
}

.wiki-content h4 {
    font-size:1em;
    font-weight:600;
    line-height:1.6;
    margin-bottom:.8em;
    margin-top:2.4em;
    text-transform:uppercase
}
strong {
	font-weight: 600;
}
a:hover {
	text-decoration: none!important;
}

pre {
	font-size: 0.9em!important;
	padding: .8em 1.2em;
	border-radius: 3px;
	font-family: "source-code-pro", monospace;
	line-height: 1.7777;
	margin-top: 0;
	margin-bottom: 1.2em;
	border: 1px dashed #ccc;
	background-color: #fafafa;
	white-space: pre-wrap;
	/* css-3 */
	white-space: -moz-pre-wrap;
	/* Mozilla, since 1999 */
	white-space: -pre-wrap;
	/* Opera 4-6 */
	white-space: -o-pre-wrap;
	/* Opera 7 */
	word-wrap: break-word;
	/* Internet Explorer 5.5+ */
}
code {
  	font-size: 0.9em!important;
	border-radius: 3px;
	font-family: "source-code-pro", monospace;
	border: 1px dashed #ccc;
	background-color: #fafafa;
  	padding: .1em .3em;
  	margin: 0 .1em 0 0;
  	line-height: 2.2;
  	white-space: pre-wrap;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
code a{
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.section {
	padding-top: 30px;
	padding-bottom: 30px
}
.container {
	width: 1170px;
	margin-left: auto;
	margin-right: auto
}
.wiki-content ul li,
.wiki-content ol li {
	padding-bottom: 0.8em!important;
  	padding-left: 1.2em;
  	list-style: none;
}

.batch {
  font-family:batch;
}
.batch-document {
  content:"uniF0D1";
}
.content-wrapper {
  margin-bottom: 1.2em
}

/* Hide button for Viewport Control Panel */

#sp-viewport-control-opener {
	display: none
}



/*--------------------------------------------------------------------------------------------------------------*/
/* --- LOADER ------------------------------------------------------------------------------------------------- */
/*--------------------------------------------------------------------------------------------------------------*/

#ht-loader {
	position: fixed;
	z-index: 99999;
	background-color: white;
	width: 100%;
	height: 3000px;
	overflow: hidden;
	top: -100px;
}

/*--------------------------------------------------------------------------------------------------------------*/
/*---  FLEX ----------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/
.flex {
	display: flex;
	justify-content: left;
	margin: -10px;
	flex-wrap: wrap;
	overflow: visible!important
}
.flex-container {
	display: flex;
	/*padding: 15px;
	padding-top: 0px;*/

}
/*.flex-container .flex-container {
	padding: 0px
}*/
@media screen and (max-width: 640px) {
	.flex-container {
		padding: 0px
	}
}
@media screen and (max-width: 1065px) {
	.content-container {
		padding: 0px
	}
	.flex-container {
		flex-wrap: no-wrap
	}
}
/*--- Flex direction -----------------------------------------------------------------------------------------------*/

.row-flex-container {
	flex-direction: row;
}
.row-flex-container-reverse {
	flex-direction: row-reverse;
}
.row-flex-container > div:last-child {
	margin-right: 0px
}
.row-flex-container > div:first-child {
	margin-left: 0px
}
.column-flex-container {
	flex-direction: column
}
.column-flex-container > div:last-child {
	margin-bottom: 0px
}
.column-flex-container > div:first-child {
	margin-top: 0px
}
.column-flex-container .card {
	margin-left: 0px;
	margin-right: 0px
}
.column-flex-container .card:last-child {
	margin-bottom: 0px
}
/*--- Justify content (row) -------------------------------------------------------------------------------------------*/

.justify-space-between {
	justify-content: space-between;
}
.justify-center {
	justify-content: center;
}
.justify-flex-start {
	justify-content: flex-start
}
.justify-flex-end {
	justify-content: flex-end
}
.justify-flex-evenly {
	justify-content: space-evenly
}
/*--- Align content (column) -------------------------------------------------------------------------------------------*/

.align-content-start {
	align-content: flex-start
}
.align-content-end {
	align-content: flex-end
}
.align-content-center {
	align-content: center
}
/*--- Align self (Child) -----------------------------------------------------------------------------------------------*/

.align-self-start {
	align-self: flex-start
}
.align-self-end {
	align-self: flex-end
}
.align-self-center {
	align-self: center
}
/*--- Flex basis -------------------------------------------------------------------------------------------------------*/

.flex-basis-100 {
	flex-basis: 100%
}
.flex-basis-70 {
	flex-basis: 70%
}
.flex-basis-50 {
	flex-basis: 50%
}
.flex-basis-30 {
	flex-basis: 30%
}

/*--------------------------------------------------------------------------------------------------------------*/
/*---  HEADER --------------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/
#ht-headerbar {
	/*left: 305px;*/
	background-color: white;
	position: fixed;
	/*--for Safari --*/
	display:flex;
    border-bottom: 4px solid #00417d;
 	box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.23);
	flex-direction: row;
	justify-content: space-between;
    padding:15px
}
@media (max-width: 1065px) {

    #ht-headerbar {
        padding:0
    }
  
    #ht-headerbar .top-nav {
		display: none
	}
    #ht-headerbar #ht-search {
        margin-top:6px;
        margin-right:6px
    }
  	.search-container {
      	top:0
    }
  	.headerbar-top.flex-container {
      	padding: inherit!important;
      	height:48px
    }
  	.search-container,
  	.search-container #search-input::placeholder{
      color: white!important
    }
  	.search-container input#search-input {
      height:36px!important;
      margin-right: 1.2em;
      float: right!important
    }
  .search-container #search-form input#search-input {
      color: white!important;
  }
  	.search-container #search-form input#search-input:focus,
	.search-container #search-form input#search-input:active {
	outline: none;
	width: 70vw;
	background: white!important;
    color: #63717f!important
}
}
#ht-headerbar,
#ht-headerbar-mobile {
	/*
  *  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
  */
}


.home-language-dropbtn {
  background-color: white;
  font-size: 0.875em;
  padding: 15px;
  display: block;
  text-align: right;
  border-radius: 5px
}

.home-language-dropdown {
  position: relative;
  display: inline-block;
}

.home-language-dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: white!important
}

.home-language-dropdown-content a {
  padding: 15px!important;
  text-decoration: none!important;
  display: block;
  text-align: right
}

.home-language-dropdown:active .home-language-dropdown-content,
.home-language-dropdown:focus .home-language-dropdown-content,
.home-language-dropdown:enabled .home-language-dropdown-content
{display: block;}

#ht-headerbar html,
#ht-headerbar body,
#ht-headerbar div,
#ht-headerbar span,
#ht-headerbar object,
#ht-headerbar iframe,
#ht-headerbar h1,
#ht-headerbar h2,
#ht-headerbar h3,
#ht-headerbar h4,
#ht-headerbar h5,
#ht-headerbar h6,
#ht-headerbar p,
#ht-headerbar blockquote,
#ht-headerbar pre,
#ht-headerbar abbr,
#ht-headerbar address,
#ht-headerbar cite,
#ht-headerbar code,
#ht-headerbar del,
#ht-headerbar dfn,
#ht-headerbar em,
#ht-headerbar img,
#ht-headerbar ins,
#ht-headerbar kbd,
#ht-headerbar q,
#ht-headerbar samp,
#ht-headerbar small,
#ht-headerbar strong,
#ht-headerbar sub,
#ht-headerbar sup,
#ht-headerbar var,
#ht-headerbar b,
#ht-headerbar i,
#ht-headerbar dl,
#ht-headerbar dt,
#ht-headerbar dd,
#ht-headerbar ol,
#ht-headerbar ul,
#ht-headerbar li,
#ht-headerbar fieldset,
#ht-headerbar form,
#ht-headerbar label,
#ht-headerbar legend,
#ht-headerbar table,
#ht-headerbar caption,
#ht-headerbar tbody,
#ht-headerbar tfoot,
#ht-headerbar thead,
#ht-headerbar tr,
#ht-headerbar th,
#ht-headerbar td,
#ht-headerbar article,
#ht-headerbar aside,
#ht-headerbar canvas,
#ht-headerbar details,
#ht-headerbar figcaption,
#ht-headerbar figure,
#ht-headerbar footer,
#ht-headerbar header,
#ht-headerbar hgroup,
#ht-headerbar menu,
#ht-headerbar nav,
#ht-headerbar section,
#ht-headerbar summary,
#ht-headerbar time,
#ht-headerbar mark,
#ht-headerbar audio,
#ht-headerbar video,
#ht-search div {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	line-height: 1;
}
#ht-headerbar body #ht-headerbar-mobile body,
{
	line-height: 1;
}
#ht-headerbar article,
#ht-headerbar aside,
#ht-headerbar details,
#ht-headerbar figcaption,
#ht-headerbar figure,
#ht-headerbar footer,
#ht-headerbar header,
#ht-headerbar hgroup,
#ht-headerbar menu,
#ht-headerbar nav,
#ht-headerbar section {
	display: block;
}
#ht-headerbar nav ul,
#ht-headerbar-mobile nav ul {
	list-style: none;
}
#ht-headerbar blockquote,
#ht-headerbar q {
	quotes: none;
}
#ht-headerbar blockquote:before,
#ht-headerbar blockquote:after,
#ht-headerbar q:before,
#ht-headerbar q:after {
	content: none;
}
#ht-headerbar a,
#ht-headerbar-mobile a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
#ht-headerbar ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
#ht-headerbar mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
#ht-headerbar del {
	text-decoration: line-through;
}
#ht-headerbar abbr[title],
#ht-headerbar dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
#ht-headerbar table {
	border-collapse: collapse;
	border-spacing: 0;
}
#ht-headerbar hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
#ht-headerbar input,
#ht-headerbar select {
	vertical-align: middle;
}
#ht-headerbar a {
	text-decoration: none;
	outline: 0;
}
#ht-headerbar a:hover {
	text-decoration: underline;
}
#ht-headerbar img {
	outline: 0;
	border: 0;
}
#ht-headerbar {
	position: fixed;
    right:0;
    left:0;
	z-index: 2;
	/*top: 0px;*/
	/*left: 295px;*/
	/*width: 100vw;*/
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-webkit-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}
#ht-headerbar .ht-headerbar-left {
	display: none;
}
#ht-headerbar .top-nav {
  	height: 10px!important
}
#ht-headerbar .ht-headerbar-right {
	min-width: 120px;
	<!--padding-top: 12px;
	--> padding-right: 12px;
	text-align: right;
}
@media screen and (max-width: 1024px) {
	#ht-headerbar .ht-headerbar-right {
		padding-top: 6px;
	}
}
#ht-headerbar .ht-headerbar-right a.ht-header-icon,
#ht-headerbar .ht-headerbar-right #ht-search {
	float: right;
	display: block;
}
@media screen and (max-width: 640px) {
	#ht-headerbar .ht-headerbar-right a.ht-header-icon.no-mobile,
	#ht-headerbar .ht-headerbar-right #ht-search.no-mobile {
		display: none;
	}
}
#ht-headerbar .ht-headerbar-right .ht-header-icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	overflow: hidden;
}
#ht-headerbar .ht-headerbar-right .ht-header-icon img,
#ht-headerbar .ht-headerbar-right .ht-header-icon svg {
	width: 36px;
	height: 36px;
}
#ht-headerbar .ht-headerbar-right .ht-header-icon svg path {
	fill: #a2b9d0;
}
#ht-headerbar .ht-headerbar-right .ht-header-icon:hover svg path,
#ht-headerbar .ht-headerbar-right .ht-header-icon.active svg path {
	fill: #205081;
}
@media screen and (max-width: 640px) {
	#ht-headerbar .ht-headerbar-right .ht-header-icon {
		width: 38px;
		height: 38px;
	}
	#ht-headerbar .ht-headerbar-right .ht-header-icon.no-mobile {
		display: none;
	}
	#ht-headerbar .ht-headerbar-right .ht-header-icon img,
	#ht-headerbar .ht-headerbar-right .ht-header-icon svg {
		width: 38px;
		height: 38px;
	}
}
@media screen and (max-width: 1065px) {
	#ht-headerbar-mobile .ht-headerbar-right .ht-header-icon {
		width: 38px;
		height: 38px;
	}
}
@media screen and (max-width: 640px) {
	#ht-headerbar .ht-headerbar-right {
		pointer-events: auto;
		left: 50px;
	}
}
#ht-headerbar a {
	text-decoration: none;
}
@media screen and (max-width: 1065px) {
	#ht-headerbar {
		top: 0px;
		height: 48px;
		left: 0px !important;
	}
	#ht-headerbar .ht-headerbar-right {
		position: absolute;
		right: 0px;
		height: 48px;
	}
	#ht-headerbar .ht-headerbar-left {
		display: block;
		position: absolute;
		left: 0px;
		top: 0px;
		height: 48px;
	}
  .home-headerbar-container .ht-headerbar-left{
        display: none!important
    }
	#ht-menu-toggle {
		position: relative;
		left: 4px;
		padding: 12px;
	}
	#ht-menu-toggle:before {
		margin-top: 19px;
		margin-left: 15px;
	}
}
@media screen and (max-width: 640px) {
	#ht-headerbar .ht-headerbar-right {
		left: 0px;
		pointer-events: auto;
	}
	#ht-headerbar #ht-menu-toggle {
		z-index: 1;
	}
  	footer#ht-footer {
      display: none
    }
}

/*---  Oberer weißer Header ------------------------------------------------------------------------------------------*/
.headerbar-top {
	height: 62px;
	padding: 15px 40px!important;
}
#ht-headerbar .logo {
	max-width: 100%;
	margin-top: 0px!important;
	margin-bottom: 0px!important
}
#ht-headerbar .logo .ht-logo-label {
	display: none;
}
#ht-headerbar .logo img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: auto;
	max-height: 60px;
}
@media screen and (max-width: 1065px) {
	#ht-headerbar .logo img {
      display:none
    }
}

.home-headerbar-container {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%
}

.home-headerbar {
  background-color: white!important;
  border-bottom: 1px solid #ddd!important;
  box-shadow: none!important;
  display: flex;
  position:relative!important;
  justify-content: space-between;
  width:100%;
  padding: 8px 1em!important
}

@media screen and (max-width: 1065px) {
  .home-headerbar {
  background-color: #00519E!important;
    padding: 0!important
}
}
.home-language-dropdown {
  padding-top: 5px!important;
}

.home-language-dropdown  select {
  padding: 15px 40px 15px 15px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23233445%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat, repeat;
  background-position: right .7em top 50%, 0 0;
  background-size: .65em auto, 100%;
}

@media screen and (max-width: 1065px) {
  .home-language-dropdown {
    padding-top: 4px!important;
    padding-right: 4px!important
  }
  
  .home-language-dropdown  select {
  padding: 10px 40px 10px 10px;
  }
}

.home-language-dropdown  select:after {
  content: "\f107" !important;
  font-family: 'fontello' !important;
}

/*---  Suche ---------------------------------------------------------------------------------------------------------*/

#ht-headerbar .ht-dropdown {
  font-size: 0.875em;
  margin-top: -3px;
  position: relative;
  z-index: 2;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 0px;
  opacity: 0;
  -webkit-transition: max-height 0.25s ease-in-out;
  -moz-transition: max-height 0.25s ease-in-out;
  -o-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out;
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media screen and (max-width: 640px) {
  #ht-headerbar .ht-dropdown {
    position: absolute;
    left: -6px;
    right: -12px;
    border: 0px;
    margin-top: 4px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
  }
}
#ht-headerbar .ht-dropdown.open {
  max-height: 300px;
  opacity: 1;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  #ht-headerbar .ht-dropdown.open {
    max-height: 252px;
  }
}
#ht-headerbar .ht-dropdown ul {
  padding-top: 2px;
}
#ht-headerbar .ht-dropdown li {
  list-style: none;
}
#ht-headerbar .ht-dropdown li.search-key {
  padding: 1px 0;
}
#ht-headerbar .ht-dropdown li a {
  display: block;
  padding: 7px 10px;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: color 0 ease-in;
  transition: none;
}
@media screen and (max-width: 1024px) {
  #ht-headerbar .ht-dropdown li a {
    padding: 14px 10px;
  }
}
#ht-headerbar .ht-dropdown li a:hover {
  text-decoration: none;
}
#ht-headerbar .ht-dropdown ul {
  padding-top: 0;
}

#ht-headerbar #ht-search {
  display: inline-block;
  position: static;
  right: auto;
  height: 36px;
  opacity: 1;
  -webkit-transition: width 0.25s ease-in-out;
  -moz-transition: width 0.25s ease-in-out;
  -o-transition: width 0.25s ease-in-out;
  transition: width 0.25s ease-in-out;
}
@media screen and (max-width: 640px) {
  #ht-headerbar #ht-search .ht-dropdown {
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
  }
}
#ht-headerbar #ht-search .ht-header-icon {
  margin: 0px;
}
@media screen and (max-width: 640px) {
  #ht-headerbar #ht-search .ht-header-icon {
    margin-right: 0px;
  }
}
#ht-headerbar #ht-search #ht-search-button {
  margin: 0px;
}
@media screen and (max-width: 1024px) {
  #ht-headerbar #ht-search #ht-search-button {
    pointer-events: auto;
  }
}
#ht-headerbar #ht-search .ht-search-input {
  pointer-events: auto;
  position: relative;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: border-color 0.25s ease-in-out;
  -moz-transition: border-color 0.25s ease-in-out;
  -o-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
  -webkit-transition: width 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -moz-transition: width 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -o-transition: width 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: width 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
#ht-headerbar #ht-search .ht-search-input a.ht-search-clear {
  display: none;
  opacity: 0;
  width: 24px;
  height: 36px;
  -webkit-transition: opacity 0.25s ease-in-out, color 0.25s ease-in-out;
  -webkit-transition-delay: 0.25s, 0s;
  -moz-transition: opacity 0.25s ease-in-out 0.25s, color 0.25s ease-in-out 0s;
  -o-transition: opacity 0.25s ease-in-out 0.25s, color 0.25s ease-in-out 0s;
  transition: opacity 0.25s ease-in-out 0.25s, color 0.25s ease-in-out 0s;
}
#ht-headerbar #ht-search .ht-search-input a.ht-search-clear.show {
  display: block;
  opacity: 1;
}
#ht-headerbar #ht-search .ht-search-input a.ht-search-clear, #ht-headerbar #ht-search .ht-search-input a#ht-search-button, #ht-headerbar #ht-search .ht-search-input form {
  float: right;
}
@media screen and (max-width: 1024px) {
  #ht-headerbar #ht-search .ht-search-input {
    top: 0px;
    margin-top: 0px;
    right: auto;
  }
}
@media screen and (max-width: 640px) {
  #ht-headerbar #ht-search .ht-search-input {
    right: auto;
    left: auto;
    width: auto;
    pointer-events: auto;
    -webkit-transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out;
  }
}
#ht-headerbar #ht-search .ht-search-input .search-input {
  height: 36px;
  width: 0px;
  padding: 0px;
  font-family: "roboto", Arial, sans-serif;
  outline: 0px;
  font-size: 14px;
  background-repeat: no-repeat;
  border: 0px;
  opacity: 0;
  -webkit-transition: width 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -moz-transition: width 0.25s ease-in-out, opacity 0.25s ease-in-out;
  -o-transition: width 0.25s ease-in-out, opacity 0.25s ease-in-out;
  transition: width 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
@media screen and (max-width: 640px) {
  #ht-headerbar #ht-search .ht-search-input .search-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}
#ht-headerbar #ht-search .ht-dropdown {
  position: absolute;
  left: -1px;
  top: 36px;
  right: -1px;
}
#ht-headerbar #ht-search.open {
  pointer-events: auto;
  opacity: 1;
}
@media screen and (max-width: 640px) {
  #ht-headerbar #ht-search.open {
    pointer-events: auto;
    width: auto;
  }
}
#ht-headerbar #ht-search.open a.ht-search-clear {
  display: block;
}
#ht-headerbar #ht-search.open .ht-search-input {
  border: 1px solid #cccccc;
}
#ht-headerbar #ht-search.open .search-input {
  width: 300px;
  opacity: 1;
}
#ht-headerbar #ht-search.open #ht-search-button {
  pointer-events: none;
  cursor: default;
}
#ht-headerbar #ht-search.open #ht-search-button path {
  fill: #cccccc;
}
#ht-headerbar .ht-search-dropdown li a {
  text-align: left;
}
#ht-headerbar a.ht-search-clear {
  display: none;
}

#ht-headerbar {
  -moz-transform: translate(0px, auto);
  -o-transform: translate(0px, auto);
  -ms-transform: translate(0px, auto);
  -webkit-transform: translate(0px, auto);
  transform: translate(0px, auto);
  -webkit-transition: -webkit-transform 0.3s ease-in;
  -moz-transition: -moz-transform 0.3s ease-in;
  -o-transition: -o-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
}


/*---  Blaue Navigation im Header ------------------------------------------------------------------------------------*/
#ht-headerbar li {
	line-height: 1.7!important;
	display: flex;
	padding: 0.35em;
}
#ht-headerbar .nav {
	margin-top: 5px;
	padding-top: 10px;
	padding-left: 40px
}
#ht-headerbar .nav li {
	float: left;
	padding-right: 30px!important;
	list-style: none
}
#ht-headerbar .nav li a {
	display: block;
	text-decoration: none!important;
	font-weight: 600
}
#ht-headerbar nav li a:hover {
	text-decoration: none!important
}
@media (min-width: 1066px) {
	.top-nav {
		justify-content: left
	}
	.top-nav ul {
		margin-bottom: 0px!important;
		height: 35px;
		margin-left: 55px !important;
	}
	.top-nav ul li {
		font-weight: 600!important;
		margin-right: 40px!important
	}
}

/*--- Spachauswahl ---------------------------------------------------------------------------------------------*/
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select {
    margin: 15px;
    border-radius: 5px;
}



/*--------------------------------------------------------------------------------------------------------------*/
/*---  STARTSEITE-----------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/

.home-article {
  /*padding-top: 96px;*/
  min-height: calc(100% - 120px);
}

.home-article .wiki-content .home-header h1 {
  font-weight: 700!important;
  font-size:30px;
  font-family: "comfortaa";
  margin-bottom: .5rem;
}

.home-subheader {
  opacity: .7;
}

#home-search {
  width: 100%!important;
  display:flex;
  justify-content:center;
  height:150px
}

#home-search #ht-search {
  width: 90%;
  display: flex;
  justify-content: center
}

#home-search .sp-aui-icon-small {
  display:none
}

#home-search .ht-search-input {
  position: relative;
  margin: 10px 10px 10px 0;
  background: none;
  max-width: 1300px;;
  min-width:700px;
  /*display:flex;*/
  justify-content:center;
  align-items:center;

}

#home-search #search {
  width:100%;
  min-width: 320px
}

#home-search .search-input {
  border-radius: 4px;
  height: 45px;
  border: 1px solid #bbb;
  width:100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: -10px;
  background-color: #fbfbfb;
}

#home-search input[type=text]::-ms-clear {
  display:none
}

#home-search #ht-search-button {
  margin-left: -25px;
  opacity: .1
}

#home-search .ht-search-dropdown {
  border:none;
  background: white;
  position: absolute;
  left: 0;
  right: 0;
}

#home-search .ht-search-dropdown {
  max-height: 300px;
  opacity: 1;
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0,0,0,.3);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  overflow: auto;
}

#home-search .ht-search-dropdown li {
   padding-top: 1em;
   border-top: 1.4px dashed #ccc;
}

#home-search .ht-search-dropdown a:first-child li {
   border-top: none
}

#home-search .ht-search-dropdown .search-key {
  padding-top: 1em;
  padding-bottom: 1.2em !important;
  border-top: 1px solid rgba(0,0,0,.2);
  display: flex;
}

#home-search .ht-search-dropdown li:hover {
  cursor: pointer
}

#home-search .ht-search-dropdown .search-key svg{
  fill: #00519e
}


#home-content {
  display:flex;
  justify-content:center
}

.home-article .home-header {
  position: relative;
  top:79px;
  display:flex;
  justify-content:center;
  text-align:center;
background-image: url(../../Help_background.jpg);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  background-color: white;
  height: 180px;
  padding:0;
  padding-top: 40px;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
}

@media screen and (max-width: 1167px) {
  .home-article .home-header {
    background-image:none;
    height: 135px;
    top:59px;
  }
  
  .home-article .home-header .ht-content-header {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px
  }
  
  .home-article .home-header .ht-content-header h1 {
    font-size: 26px
  }
  
  #home-search {
    height: inherit;
  }
  
  #home-search .ht-search-input{
    width: 100%;
    min-width: 320px;
    padding-left: 65px;
    padding-right: 55px;
	max-width: 1300px;
  }
}

@media (max-width: 1065px) {
  .home-article .home-header {
    height: 130px;
    top: 49px;
    padding-top: 20px;
  }
  
  .home-article .home-header .ht-content-header h1 {
    margin-top: 0!important;
    font-size: 24px
    
  }
}

@media screen and (max-width: 800px) {
   
  #home-search #ht-search {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .home-article .home-header {
    padding-top: 20px!important;
    position: sticky
  }
  
  .home-article .home-header .ht-content-header h1 {
    font-size: 21px
  }
  
  #home-search .ht-search-input {
    padding-left:1.5rem;
    padding-right: 1.5rem
  }
  
}
@media (max-width: 460px) {
  
  
  .home-article .home-header .ht-content-header h1 {
    font-size: 18px!important
  }
}
.home-article .home-header .ht-content-header h1 {
  color: #233445!important
}

.home-image {
  flex-basis: 40%
}

.home-image img {
  width: 100%;
  padding-top: 2rem;
  margin-right: 2rem
}

@media (max-width: 1065px) {
  
  #home-content #main-container,
  #home-content #main-container .content-container{
  padding:0!important
    }
}

#home-content #main-content .flex-container {
  flex-wrap: wrap;
}

#home-content #main-content .content-container {
  padding-top: 2em
}

#home-content .heading-navigation {
    flex-basis: 60%
}

#home-content .cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

#home-content .card-container {
    width: 33.33333%!important;
  margin-bottom: 2rem
}

@media (max-width: 987px) {
  #home-content .card-container {
    width: 50%!important;
  margin-bottom: 1rem
}
}  

@media (max-width: 650px) {
  #home-content .card-container {
    width: 100%!important;
  margin-bottom: .5rem
}
}  

.card-item {
  display: flex;
  padding: 1rem!important;
  height: calc(100% - 10px);
  height: -webkit-calc(100% - 10px);
  height: -o-calc(100% - 10px);
  height: -moz-calc(100% - 10px)
  }

@media (max-width: 650px) {
  .card-item {
    padding: .5rem!important
  }
}

.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width:100%;
  padding: 1.5rem 1.5rem 0 1.5rem;
}

.card-content {
  flex: 1 1 auto;
  flex-direction: column;
}


.card-content ul,
.card-content ul li {
  padding-left: 0
}
.card .card-content ul:empty {
  display:none!important
}

.card-content ul li:first-of-type {
  margin-top: 1.142em; 
}

.card-content ul li:last-of-type {
  padding-bottom: 0!important
}

.card-content ul li a {
  padding-right: .6rem;
}

.card-content a {
  color: #233445!important;
  text-align: left;
}

.card-content a h2{
  color: #00519e!important;
  margin-bottom: 0;
  margin-right: 7px
}

.card-content span::after,
.card-content a h2:after {
    font-family: 'fontello' !important;
    content: "\f105" !important;
    font-size: 1.1rem;
    float:right
}

.card-content a h2:after{
    margin-top:6px   
}

/*--------------------------------------------------------------------------------------------------------------*/
/*---  LINKE SIDEBAR -------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/
#ht-sidebar {
	/*
  *  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
  */
}
#ht-sidebar html,
#ht-sidebar body,
#ht-sidebar div,
#ht-sidebar span,
#ht-sidebar object,
#ht-sidebar iframe,
#ht-sidebar h1,
#ht-sidebar h2,
#ht-sidebar h3,
#ht-sidebar h4,
#ht-sidebar h5,
#ht-sidebar h6,
#ht-sidebar p,
#ht-sidebar blockquote,
#ht-sidebar pre,
#ht-sidebar abbr,
#ht-sidebar address,
#ht-sidebar cite,
#ht-sidebar code,
#ht-sidebar del,
#ht-sidebar dfn,
#ht-sidebar em,
#ht-sidebar img,
#ht-sidebar ins,
#ht-sidebar kbd,
#ht-sidebar q,
#ht-sidebar samp,
#ht-sidebar small,
#ht-sidebar strong,
#ht-sidebar sub,
#ht-sidebar sup,
#ht-sidebar var,
#ht-sidebar b,
#ht-sidebar i,
#ht-sidebar dl,
#ht-sidebar dt,
#ht-sidebar dd,
#ht-sidebar ol,
#ht-sidebar ul,
#ht-sidebar li,
#ht-sidebar fieldset,
#ht-sidebar form,
#ht-sidebar label,
#ht-sidebar legend,
#ht-sidebar table,
#ht-sidebar caption,
#ht-sidebar tbody,
#ht-sidebar tfoot,
#ht-sidebar thead,
#ht-sidebar tr,
#ht-sidebar th,
#ht-sidebar td,
#ht-sidebar article,
#ht-sidebar aside,
#ht-sidebar canvas,
#ht-sidebar details,
#ht-sidebar figcaption,
#ht-sidebar figure,
#ht-sidebar footer,
#ht-sidebar header,
#ht-sidebar hgroup,
#ht-sidebar menu,
#ht-sidebar nav,
#ht-sidebar section,
#ht-sidebar summary,
#ht-sidebar time,
#ht-sidebar mark,
#ht-sidebar audio,
#ht-sidebar video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	line-height: 1;
}
#ht-sidebar body {
	line-height: 1;
}
#ht-sidebar article,
#ht-sidebar aside,
#ht-sidebar details,
#ht-sidebar figcaption,
#ht-sidebar figure,
#ht-sidebar footer,
#ht-sidebar header,
#ht-sidebar hgroup,
#ht-sidebar menu,
#ht-sidebar nav,
#ht-sidebar section {
	display: block;
}
#ht-sidebar nav ul {
	list-style: none;
	padding-left: 1.2em!important;
	margin-bottom: 0px!important
}
#ht-sidebar blockquote,
#ht-sidebar q {
	quotes: none;
}
#ht-sidebar blockquote:before,
#ht-sidebar blockquote:after,
#ht-sidebar q:before,
#ht-sidebar q:after {
	content: none;
}
#ht-sidebar a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
#ht-sidebar ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
#ht-sidebar mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
#ht-sidebar del {
	text-decoration: line-through;
}
#ht-sidebar abbr[title],
#ht-sidebar dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
#ht-sidebar table {
	border-collapse: collapse;
	border-spacing: 0;
}
#ht-sidebar hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
#ht-sidebar input,
#ht-sidebar select {
	vertical-align: middle;
}
#ht-sidebar a {
	text-decoration: none;
	outline: 0;
}
#ht-sidebar a:hover {
	text-decoration: underline;
}
#ht-sidebar img {
	outline: 0;
	border: 0;
}
#ht-sidebar {
	position: fixed;
	top: 102px;
	bottom: 27px;
	width: 295px;
}
@media screen and (max-width: 1065px) {
	#ht-sidebar {
		width: 320px;
      	top:0;
		overflow: hidden;
      	background-color: white
	}
	#ht-sidebar .ht-pages-nav {
		font-size: 0.875em!important;
	}
}
@media screen and (max-width: 640px) {
	#ht-sidebar {
		width: 90%;
		overflow: hidden;
      	background-color: #f2f2f2
	}
}
#ht-sidebar .ht-sidebar-content {
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
  	scrollbar-width: thin;
}
#ht-sidebar .ht-sidebar-header {
  	position: sticky;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 0px;
	z-index: 2;
	top: 0px;
}

#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select {
	position: relative;
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select label {
	display: block;
	left: 6px;
	/*line-height: 32px;*/
}
@media screen and (max-width: 640px) {
	#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select label {
		display: none;
	}
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select select {
	position: absolute;
	opacity: 0;
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select {
	overflow: visible;
	position: relative;
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button
{
	font-size: 0.875em;
	padding: 15px;
	display: block;
	text-align: right;
	position: relative;
	cursor: pointer;
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button label{
	position: absolute;
	left: 15px;
	cursor: pointer;
}
@media screen and (max-width: 1065px) {
	#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button label{
		display: none;
	}
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button span{
	text-overflow: ellipsis;
	display: inline;
	white-space: nowrap;
	overflow: hidden;
	width: inherit;
	cursor: pointer;
	margin-right: 5px;
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button svg{
	display: inline-block;
	-webkit-transition: -webkit-transform 0.25s ease-in-out;
	-moz-transition: -moz-transform 0.25s ease-in-out;
	-o-transition: -o-transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out;
}
@media screen and (max-width: 1065px) {
	#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button{
		text-align: left;
		text-indent: 2px;
	}
	#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button svg{
		float: right;
	}
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button:hover{
	text-decoration: none;
	background-position: right -10px;
  	border-radius: 5px;
  	border: none
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button.active{
	text-decoration: none;
    border-radius: 5px
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button.active svg{
	-moz-transform: scale(-1);
	-o-transform: scale(-1);
	-ms-transform: scale(-1);
	-webkit-transform: scale(-1);
	transform: scale(-1);
}
@media screen and (max-width: 640px) {
	#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button{
		font-size: 1em;
	}
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select .ht-dropdown{
	position: absolute;
	right: 0px;
	margin-top: 0px;
	max-width: 100%;
	min-width: 100%;
	background: white;
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select .ht-dropdown a{
	cursor: pointer;
}
#ht-sidebar .ht-scroll-versions-widget .ht-scroll-versions-select .ht-dropdown a span{
	cursor: pointer;
}
#ht-sidebar .ht-scroll-versions-widget .ht-dropdown{
	font-size: 0.875em;
	margin-top: -3px;
	position: relative;
	z-index: 2;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	max-height: 0px;
	opacity: 0;
	-webkit-transition: max-height 0.25s ease-in-out;
	-moz-transition: max-height 0.25s ease-in-out;
	-o-transition: max-height 0.25s ease-in-out;
	transition: max-height 0.25s ease-in-out;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
@media screen and (max-width: 640px) {
	#ht-sidebar .ht-scroll-versions-widget .ht-dropdown{
		position: absolute;
		left: -6px;
		right: -12px;
		border: 0px;
		margin-top: 4px;
		-webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
		-moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
		box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.25);
	}
}
@media screen and (min-width: 0px) and (max-width: 640px) and (orientation: landscape) {
	#ht-sidebar .ht-scroll-versions-widget .ht-dropdown {
		display: none;
	}
}
#ht-sidebar .ht-scroll-versions-widget .ht-dropdown.open {
	max-height: 300px;
	opacity: 1;
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
	#ht-sidebar .ht-scroll-versions-widget .ht-dropdown.open {
		max-height: 252px;
	}
}
#ht-sidebar .ht-scroll-versions-widget .ht-dropdown ul {
	padding-top: 2px;
}
#ht-sidebar .ht-scroll-versions-widget .ht-dropdown li {
	list-style: none;
}
#ht-sidebar .ht-scroll-versions-widget .ht-dropdown li.search-key {
	padding: 1px 0;
}
#ht-sidebar .ht-scroll-versions-widget .ht-dropdown li a {
	display: block;
	padding: 15px 30px 15px 10px;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in;
	transition: none;
  	text-align: right
}
@media screen and (max-width: 1065px) {
	#ht-sidebar .ht-scroll-versions-widget .ht-dropdown li a {
		padding: 14px 10px;
	}
}
#ht-sidebar .ht-scroll-versions-widget .ht-dropdown li a:hover {
	text-decoration: none;
  	background: #FbFbFb;
}
@media screen and (max-width: 1440px) {
	#ht-sidebar .ht-scroll-versions-widget label {
		display: none;
	}
	#ht-sidebar .ht-scroll-versions-widget .ht-select-button {
		text-align: left;
	}
}
#ht-sidebar .ht-pages-nav {
	margin: 40px 1.2em;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
@media screen and (max-width: 640px) {
	#ht-sidebar .ht-pages-nav {
		font-size: 1em;
	}
}
.ht-pages-nav ul li {
	padding-bottom: 0px!important
}
#ht-sidebar .ht-pages-nav ul.ht-pages-nav-sub {
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: max-height 0.25s ease-in-out;
	-moz-transition: max-height 0.25s ease-in-out;
	-o-transition: max-height 0.25s ease-in-out;
	transition: max-height 0.25s ease-in-out;
}
#ht-sidebar .ht-pages-nav ul .ht-pages-nav-toggle svg {
	display: none;
}
#ht-sidebar .ht-pages-nav ul .ht-pages-nav-toggle:before {
	line-height: 1;
	content: "\f11c";
}
#ht-sidebar .ht-pages-nav ul .open > ul {
	max-height: 9000px;
}
#ht-sidebar .ht-pages-nav ul .open > .ht-pages-nav-toggle:before {
	line-height: 1;
	content: "\f15b";
}

@media screen and (max-width: 1065px) {
	#ht-sidebar .ht-pages-nav ul {
      	padding-left: 0.8em!important;
    }
  	#ht-sidebar .ht-pages-nav ul .open > .ht-pages-nav-toggle:before {
		content: "";
	}
	#ht-sidebar .ht-pages-nav ul .open > .ht-pages-nav-toggle #icon-plus {
		display: none;
	}
	#ht-sidebar .ht-pages-nav ul .open > .ht-pages-nav-toggle #icon-minus {
		display: block;
	}
}
#ht-sidebar .ht-pages-nav ul li {
	position: relative;
	width: 100%;
}
#ht-sidebar .ht-pages-nav ul li .sp-aui-icon-small {
	position: absolute;
	cursor: pointer;
	left: -1.1em;
	top: 0.4em;
	height: 1.05em;
	line-height: 1;
}
#ht-sidebar .ht-pages-nav ul li .sp-aui-icon-small:hover {
	text-decoration: none;
}
@media screen and (max-width: 1065px) {
	#ht-sidebar .ht-pages-nav ul li .ht-pages-nav-toggle {
		font-size: 0px;
		left: auto;
		width: 0;
		top: 7px;
		right: 6px;
		display: block;
		width: 24px;
		height: 24px;
		border-radius: 4px;
	}
	#ht-sidebar .ht-pages-nav ul li .ht-pages-nav-toggle svg {
		position: relative;
		top: 0px;
	}
	#ht-sidebar .ht-pages-nav ul li .ht-pages-nav-toggle #icon-plus {
		display: block;
		top: 0px;
	}
	#ht-sidebar .ht-pages-nav ul li .ht-pages-nav-toggle #icon-minus {
		display: none;
	}
	#ht-sidebar .ht-pages-nav ul li .ht-pages-nav-toggle:before {
		content: "";
	}
}
#ht-sidebar .ht-pages-nav ul a {
	display: block;
	padding-bottom: 0.8em;
	overflow: hidden;
	text-overflow: ellipsis;
  	line-height: 1.4
}
@media screen and (max-width: 1065px) {
	#ht-sidebar .ht-pages-nav ul a {
		padding: 10px 0px 10px 0px;
		padding: 10px 0 10px 0px;
		margin-right: 48px;
		width: auto;
		white-space: normal;
		text-overflow: clip;
	}
}
#ht-sidebar .ht-pages-nav ul a.current {
	font-weight: 600;
}
#ht-sidebar .ht-pages-nav ul a.current:hover {
	text-decoration: none;
}
@media screen and (max-width: 1024px) {
	#ht-sidebar .ht-pages-nav .ht-pages-nav-top {
		padding: 0px;
	}
}
#ht-sidebar.small .ht-scroll-versions-widget label {
	display: none;
}
#ht-sidebar.small .ht-scroll-versions-widget a.ht-select-button {
	text-align: left;
	text-indent: 2px;
}
#ht-sidebar.small .ht-scroll-versions-widget a.ht-select-button svg {
	float: right;
	margin-top: 11px;
}
@media screen and (max-width: 1065px) {
	#ht-sidebar {
		-webkit-transition: opacity 0.3s ease-in;
		-moz-transition: opacity 0.3s ease-in;
		-o-transition: opacity 0.3s ease-in;
		transition: opacity 0.3s ease-in;
		opacity: 0;
	}
}
@media screen and (max-width: 1065px) {
	.show-sidebar {
		width: 100%!important;
		overflow-x: hidden;
		overflow-y: hidden;
	}
	.show-sidebar body {
		height: 100%;
		width: 100%;
		position: fixed;
		overflow-x: hidden;
		overflow-y: hidden;
	}
	.show-sidebar #ht-sidebar {
		-webkit-transition: opacity 0.3s ease-out;
		-moz-transition: opacity 0.3s ease-out;
		-o-transition: opacity 0.3s ease-out;
		transition: opacity 0.3s ease-out;
		opacity: 1;
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}
	.show-sidebar #ht-wrap-container {
		-webkit-transition: -webkit-transform 0.3s ease-out;
		-moz-transition: -moz-transform 0.3s ease-out;
		-o-transition: -o-transform 0.3s ease-out;
		transition: transform 0.3s ease-out;
		-moz-transform: translate(320px, 0px);
		-o-transform: translate(320px, 0px);
		-ms-transform: translate(320px, 0px);
		-webkit-transform: translate(320px, 0px);
		transform: translate(320px, 0px);
	}
	.show-sidebar #ht-headerbar {
		-moz-transform: translate(320px, 0px);
		-o-transform: translate(320px, 0px);
		-ms-transform: translate(320px, 0px);
		-webkit-transform: translate(320px, 0px);
		transform: translate(320px, 0px);
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
}
@media screen and (max-width: 1065px) and (max-width: 640px) {
	.show-sidebar #ht-wrap-container {
		-moz-transform: translate(90%, 0px);
		-o-transform: translate(90%, 0px);
		-ms-transform: translate(90%, 0px);
		-webkit-transform: translate(90%, 0px);
		transform: translate(90%, 0px);
	}
}
@media screen and (max-width: 1065px) and (max-width: 640px) {
	.show-sidebar #ht-headerbar {
		-moz-transform: translate(90%, 0px);
		-o-transform: translate(90%, 0px);
		-ms-transform: translate(90%, 0px);
		-webkit-transform: translate(90%, 0px);
		transform: translate(90%, 0px);
	}
}
@media screen and (max-width: 640px) {
	@-moz-document url-prefix() {
		#ht-sidebar .ht-scroll-versions-widget .ht-dropdown {
			left: auto;
			box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
		}
	}
}

.space-name {
	display: none
}
@media screen and (min-width: 1066px) {
	.ht-sidebar-header {
		height: 92px;
		border-bottom: 10px solid #00519E!important
	}
	.logo {
		text-align: left
	}
}
.ht-sidebar-content-scroll-container {
	padding: 0px!important;
  	margin-top: 50px!important
}
@media screen and (min-width: 1066px) {
	#ht-sidebar .sp-aui-icon-small::before,
	#ht-sidebar .sp-aui-icon-large::before {
		font-family: 'fontello'!important
	}
	#ht-sidebar .ht-pages-nav ul .ht-pages-nav-toggle::before {
		content: "\f105"!important
	}
	#ht-sidebar .ht-pages-nav ul .open > .ht-pages-nav-toggle::before {
		content: "\f107"!important;
      	    margin-left: -0.1em;
	}
}

/*#ht-sidebar .ht-pages-nav-top li {
   display: none
}
#ht-sidebar .ht-pages-nav-top .active,
#ht-sidebar .ht-pages-nav-top .active li{
   display: block
}*/

/*--------------------------------------------------------------------------------------------------------------*/
/*---  CONTENTBEREICH ------------------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/

/* --- wrap-container ------------------------------------------------------------------------------------------ */
#ht-wrap-container {
	position: absolute;
	left: 305px;
	right: 0px;
	top: 102px;
	min-height: calc(100% - 120px);
}
@media screen and (max-width: 1065px) {
	#ht-wrap-container {
		z-index: 1;
		min-height: 100%;
		left: 0px!important;
		top: 0px!important;
		-webkit-transition: -webkit-transform 0.3s ease-in;
		-moz-transition: -moz-transform 0.3s ease-in;
		-o-transition: -o-transform 0.3s ease-in;
		transition: transform 0.3s ease-in;
		-moz-transform: translate(0px, 0px);
		-o-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

/* --- Margin des letzten Elements auf der Seite eliminieren --------------------------------------------------- */
.sp-grid-cell p:last-child,
.sp-grid-cell img:last-child,
.sp-grid-cell div:last-child,
.sp-grid-cell .content-wrapper:last-child {
  	margin-bottom: 0!important
}



/* --- Sidebar dragbar ----------------------------------------------------------------------------------------- */
#ht-wrap-container #ht-sidebar-dragbar {
	/*
  *  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
  */
}
#ht-wrap-container #ht-sidebar-dragbar html,
#ht-wrap-container #ht-sidebar-dragbar body,
#ht-wrap-container #ht-sidebar-dragbar div,
#ht-wrap-container #ht-sidebar-dragbar span,
#ht-wrap-container #ht-sidebar-dragbar object,
#ht-wrap-container #ht-sidebar-dragbar iframe,
#ht-wrap-container #ht-sidebar-dragbar h1,
#ht-wrap-container #ht-sidebar-dragbar h2,
#ht-wrap-container #ht-sidebar-dragbar h3,
#ht-wrap-container #ht-sidebar-dragbar h4,
#ht-wrap-container #ht-sidebar-dragbar h5,
#ht-wrap-container #ht-sidebar-dragbar h6,
#ht-wrap-container #ht-sidebar-dragbar p,
#ht-wrap-container #ht-sidebar-dragbar blockquote,
#ht-wrap-container #ht-sidebar-dragbar pre,
#ht-wrap-container #ht-sidebar-dragbar abbr,
#ht-wrap-container #ht-sidebar-dragbar address,
#ht-wrap-container #ht-sidebar-dragbar cite,
#ht-wrap-container #ht-sidebar-dragbar code,
#ht-wrap-container #ht-sidebar-dragbar del,
#ht-wrap-container #ht-sidebar-dragbar dfn,
#ht-wrap-container #ht-sidebar-dragbar em,
#ht-wrap-container #ht-sidebar-dragbar img,
#ht-wrap-container #ht-sidebar-dragbar ins,
#ht-wrap-container #ht-sidebar-dragbar kbd,
#ht-wrap-container #ht-sidebar-dragbar q,
#ht-wrap-container #ht-sidebar-dragbar samp,
#ht-wrap-container #ht-sidebar-dragbar small,
#ht-wrap-container #ht-sidebar-dragbar strong,
#ht-wrap-container #ht-sidebar-dragbar sub,
#ht-wrap-container #ht-sidebar-dragbar sup,
#ht-wrap-container #ht-sidebar-dragbar var,
#ht-wrap-container #ht-sidebar-dragbar b,
#ht-wrap-container #ht-sidebar-dragbar i,
#ht-wrap-container #ht-sidebar-dragbar dl,
#ht-wrap-container #ht-sidebar-dragbar dt,
#ht-wrap-container #ht-sidebar-dragbar dd,
#ht-wrap-container #ht-sidebar-dragbar ol,
#ht-wrap-container #ht-sidebar-dragbar ul,
#ht-wrap-container #ht-sidebar-dragbar li,
#ht-wrap-container #ht-sidebar-dragbar fieldset,
#ht-wrap-container #ht-sidebar-dragbar form,
#ht-wrap-container #ht-sidebar-dragbar label,
#ht-wrap-container #ht-sidebar-dragbar legend,
#ht-wrap-container #ht-sidebar-dragbar table,
#ht-wrap-container #ht-sidebar-dragbar caption,
#ht-wrap-container #ht-sidebar-dragbar tbody,
#ht-wrap-container #ht-sidebar-dragbar tfoot,
#ht-wrap-container #ht-sidebar-dragbar thead,
#ht-wrap-container #ht-sidebar-dragbar tr,
#ht-wrap-container #ht-sidebar-dragbar th,
#ht-wrap-container #ht-sidebar-dragbar td,
#ht-wrap-container #ht-sidebar-dragbar article,
#ht-wrap-container #ht-sidebar-dragbar aside,
#ht-wrap-container #ht-sidebar-dragbar canvas,
#ht-wrap-container #ht-sidebar-dragbar details,
#ht-wrap-container #ht-sidebar-dragbar figcaption,
#ht-wrap-container #ht-sidebar-dragbar figure,
#ht-wrap-container #ht-sidebar-dragbar footer,
#ht-wrap-container #ht-sidebar-dragbar header,
#ht-wrap-container #ht-sidebar-dragbar hgroup,
#ht-wrap-container #ht-sidebar-dragbar menu,
#ht-wrap-container #ht-sidebar-dragbar nav,
#ht-wrap-container #ht-sidebar-dragbar section,
#ht-wrap-container #ht-sidebar-dragbar summary,
#ht-wrap-container #ht-sidebar-dragbar time,
#ht-wrap-container #ht-sidebar-dragbar mark,
#ht-wrap-container #ht-sidebar-dragbar audio,
#ht-wrap-container #ht-sidebar-dragbar video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	line-height: 1;
}
#ht-wrap-container #ht-sidebar-dragbar body {
	line-height: 1;
}
#ht-wrap-container #ht-sidebar-dragbar article,
#ht-wrap-container #ht-sidebar-dragbar aside,
#ht-wrap-container #ht-sidebar-dragbar details,
#ht-wrap-container #ht-sidebar-dragbar figcaption,
#ht-wrap-container #ht-sidebar-dragbar figure,
#ht-wrap-container #ht-sidebar-dragbar footer,
#ht-wrap-container #ht-sidebar-dragbar header,
#ht-wrap-container #ht-sidebar-dragbar hgroup,
#ht-wrap-container #ht-sidebar-dragbar menu,
#ht-wrap-container #ht-sidebar-dragbar nav,
#ht-wrap-container #ht-sidebar-dragbar section {
	display: block;
}
#ht-wrap-container #ht-sidebar-dragbar nav ul {
	list-style: none;
}
#ht-wrap-container #ht-sidebar-dragbar blockquote,
#ht-wrap-container #ht-sidebar-dragbar q {
	quotes: none;
}
#ht-wrap-container #ht-sidebar-dragbar blockquote:before,
#ht-wrap-container #ht-sidebar-dragbar blockquote:after,
#ht-wrap-container #ht-sidebar-dragbar q:before,
#ht-wrap-container #ht-sidebar-dragbar q:after {
	content: none;
}
#ht-wrap-container #ht-sidebar-dragbar a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
#ht-wrap-container #ht-sidebar-dragbar ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
#ht-wrap-container #ht-sidebar-dragbar mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
#ht-wrap-container #ht-sidebar-dragbar del {
	text-decoration: line-through;
}
#ht-wrap-container #ht-sidebar-dragbar abbr[title],
#ht-wrap-container #ht-sidebar-dragbar dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
#ht-wrap-container #ht-sidebar-dragbar table {
	border-collapse: collapse;
	border-spacing: 0;
}
#ht-wrap-container #ht-sidebar-dragbar hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
#ht-wrap-container #ht-sidebar-dragbar input,
#ht-wrap-container #ht-sidebar-dragbar select {
	vertical-align: middle;
}
#ht-wrap-container #ht-sidebar-dragbar a {
	text-decoration: none;
	outline: 0;
}
#ht-wrap-container #ht-sidebar-dragbar a:hover {
	text-decoration: underline;
}
#ht-wrap-container #ht-sidebar-dragbar img {
	outline: 0;
	border: 0;
}
#ht-wrap-container #ht-sidebar-dragbar {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: -10px;
	width: 10px;
	cursor: col-resize;
}
@media screen and (max-width: 1065px) {
	#ht-wrap-container #ht-sidebar-dragbar {
		display: none;
	}
}
#ht-wrap-container #ht-sidebar-dragbar .ht-sidebar-drag-handle {
	height: 12px;
	width: 2px;
	position: fixed;
	top: 50%;
	margin-top: -6px;
}
#ht-wrap-container #ht-sidebar-dragbar .ht-sidebar-drag-handle span {
	display: block;
	width: 3px;
	height: 3px;
	margin: 0px 2px 3px 6px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: background-color 0.25s ease-out;
	-moz-transition: background-color 0.25s ease-out;
	-o-transition: background-color 0.25s ease-out;
	transition: background-color 0.25s ease-out;
}

/* --- ht-content --------------------------------------------------------------------------------------- */
#ht-wrap-container .ht-content {
	order: 1;
}
#ht-wrap-container .ht-content img {
	/*max-width: 100%;*/
	height: auto!important;
  	margin-left:0!important;
}
@media screen and (max-width: 1065px) {
	#ht-wrap-container .ht-content {
		padding: 52px 0px 10px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 640px) {
	#ht-wrap-container .ht-content,
  	#ht-wrap-container .ht-search-content{
		padding: 72px 0px 0px;
	}
}

/* --- main container ----------------------------------------------------------------------------------- */
#main-container{
   padding: 50px;
   max-width: 1300px;
}

#home-content #main-container {
  padding-top: 70px
}

.home-headerbar{
   padding: 70px;
/*-  max-width: 1100px;*/
}

@media screen and (max-width: 1065px) {
	#main-container {
		padding: 30px;
	}
}

@media screen and (max-width: 640px) {
    #main-container {
		padding: 0px;

	}
}

/* --- Inhaltsbereich ----------------------------------------------------------------------------------- */
#main-content {
	overflow-wrap: break-word;
    word-wrap: break-word;
	overflow: visible;
}
@media screen and (max-width: 1065px) {
	#main-content {
		overflow: visible;
		width: 100%;
		flex-basis: auto
	}
}
@media screen and (min-width: 641px) {
	.content-card {
		box-shadow: 0 0px 2px 0 #B3B3B3;
		border-radius: 2px;
	}
}

/* --- Header Inhaltsbereich ---------------------------------------------------------------------------- */
#ht-wrap-container .ht-content .ht-content-header {
	padding-right: 5%
}
#ht-wrap-container .ht-content .ht-content-header html,
#ht-wrap-container .ht-content .ht-content-header body,
#ht-wrap-container .ht-content .ht-content-header div,
#ht-wrap-container .ht-content .ht-content-header span,
#ht-wrap-container .ht-content .ht-content-header object,
#ht-wrap-container .ht-content .ht-content-header iframe,
#ht-wrap-container .ht-content .ht-content-header h1,
#ht-wrap-container .ht-content .ht-content-header h2,
#ht-wrap-container .ht-content .ht-content-header h3,
#ht-wrap-container .ht-content .ht-content-header h4,
#ht-wrap-container .ht-content .ht-content-header h5,
#ht-wrap-container .ht-content .ht-content-header h6,
#ht-wrap-container .ht-content .ht-content-header p,
#ht-wrap-container .ht-content .ht-content-header blockquote,
#ht-wrap-container .ht-content .ht-content-header pre,
#ht-wrap-container .ht-content .ht-content-header abbr,
#ht-wrap-container .ht-content .ht-content-header address,
#ht-wrap-container .ht-content .ht-content-header cite,
#ht-wrap-container .ht-content .ht-content-header code,
#ht-wrap-container .ht-content .ht-content-header del,
#ht-wrap-container .ht-content .ht-content-header dfn,
#ht-wrap-container .ht-content .ht-content-header em,
#ht-wrap-container .ht-content .ht-content-header img,
#ht-wrap-container .ht-content .ht-content-header ins,
#ht-wrap-container .ht-content .ht-content-header kbd,
#ht-wrap-container .ht-content .ht-content-header q,
#ht-wrap-container .ht-content .ht-content-header samp,
#ht-wrap-container .ht-content .ht-content-header small,
#ht-wrap-container .ht-content .ht-content-header strong,
#ht-wrap-container .ht-content .ht-content-header sub,
#ht-wrap-container .ht-content .ht-content-header sup,
#ht-wrap-container .ht-content .ht-content-header var,
#ht-wrap-container .ht-content .ht-content-header b,
#ht-wrap-container .ht-content .ht-content-header i,
#ht-wrap-container .ht-content .ht-content-header dl,
#ht-wrap-container .ht-content .ht-content-header dt,
#ht-wrap-container .ht-content .ht-content-header dd,
#ht-wrap-container .ht-content .ht-content-header ol,
#ht-wrap-container .ht-content .ht-content-header ul,
#ht-wrap-container .ht-content .ht-content-header li,
#ht-wrap-container .ht-content .ht-content-header fieldset,
#ht-wrap-container .ht-content .ht-content-header form,
#ht-wrap-container .ht-content .ht-content-header label,
#ht-wrap-container .ht-content .ht-content-header legend,
#ht-wrap-container .ht-content .ht-content-header table,
#ht-wrap-container .ht-content .ht-content-header caption,
#ht-wrap-container .ht-content .ht-content-header tbody,
#ht-wrap-container .ht-content .ht-content-header tfoot,
#ht-wrap-container .ht-content .ht-content-header thead,
#ht-wrap-container .ht-content .ht-content-header tr,
#ht-wrap-container .ht-content .ht-content-header th,
#ht-wrap-container .ht-content .ht-content-header td,
#ht-wrap-container .ht-content .ht-content-header article,
#ht-wrap-container .ht-content .ht-content-header aside,
#ht-wrap-container .ht-content .ht-content-header canvas,
#ht-wrap-container .ht-content .ht-content-header details,
#ht-wrap-container .ht-content .ht-content-header figcaption,
#ht-wrap-container .ht-content .ht-content-header figure,
#ht-wrap-container .ht-content .ht-content-header footer,
#ht-wrap-container .ht-content .ht-content-header header,
#ht-wrap-container .ht-content .ht-content-header hgroup,
#ht-wrap-container .ht-content .ht-content-header menu,
#ht-wrap-container .ht-content .ht-content-header nav,
#ht-wrap-container .ht-content .ht-content-header section,
#ht-wrap-container .ht-content .ht-content-header summary,
#ht-wrap-container .ht-content .ht-content-header time,
#ht-wrap-container .ht-content .ht-content-header mark,
#ht-wrap-container .ht-content .ht-content-header audio,
#ht-wrap-container .ht-content .ht-content-header video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	line-height: 1.4;
}
#ht-wrap-container .ht-content .ht-content-header body {
	line-height: 1;
}
#ht-wrap-container .ht-content .ht-content-header article,
#ht-wrap-container .ht-content .ht-content-header aside,
#ht-wrap-container .ht-content .ht-content-header details,
#ht-wrap-container .ht-content .ht-content-header figcaption,
#ht-wrap-container .ht-content .ht-content-header figure,
#ht-wrap-container .ht-content .ht-content-header footer,
#ht-wrap-container .ht-content .ht-content-header header,
#ht-wrap-container .ht-content .ht-content-header hgroup,
#ht-wrap-container .ht-content .ht-content-header menu,
#ht-wrap-container .ht-content .ht-content-header nav,
#ht-wrap-container .ht-content .ht-content-header section {
	display: block;
}
#ht-wrap-container .ht-content .ht-content-header nav ul {
	list-style: none;
}
#ht-wrap-container .ht-content .ht-content-header blockquote,
#ht-wrap-container .ht-content .ht-content-header q {
	quotes: none;
}
#ht-wrap-container .ht-content .ht-content-header blockquote:before,
#ht-wrap-container .ht-content .ht-content-header blockquote:after,
#ht-wrap-container .ht-content .ht-content-header q:before,
#ht-wrap-container .ht-content .ht-content-header q:after {
	content: none;
}
#ht-wrap-container .ht-content .ht-content-header a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
#ht-wrap-container .ht-content .ht-content-header ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
#ht-wrap-container .ht-content .ht-content-header mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
#ht-wrap-container .ht-content .ht-content-header del {
	text-decoration: line-through;
}
#ht-wrap-container .ht-content .ht-content-header abbr[title],
#ht-wrap-container .ht-content .ht-content-header dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
#ht-wrap-container .ht-content .ht-content-header table {
	border-collapse: collapse;
	border-spacing: 0;
}
#ht-wrap-container .ht-content .ht-content-header hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
#ht-wrap-container .ht-content .ht-content-header input,
#ht-wrap-container .ht-content .ht-content-header select {
	vertical-align: middle;
}
#ht-wrap-container .ht-content .ht-content-header a {
	text-decoration: none;
	outline: 0;
}
#ht-wrap-container .ht-content .ht-content-header a:hover {
	text-decoration: underline;
}
#ht-wrap-container .ht-content .ht-content-header img {
	outline: 0;
	border: 0;
}
@media screen and (max-width: 640px) {
	#ht-wrap-container .ht-content .ht-content-header {
		margin-bottom: 1.2em;
	}
}
#ht-wrap-container .ht-content .ht-content-header .home-button {
  display:none;
  width: 35px;
  height: 35px;
  background-color: #ddd;
  border-radius: 4px;
  margin-right: 15px;
  margin-top: 3px;
  margin-bottom: 5px
}

@media screen and (max-width: 1065px) {
  #ht-wrap-container .ht-content .ht-content-header .home-button {
    display:inherit
  }
}

#ht-wrap-container .ht-content .ht-content-header .home-button svg {
  padding: 10px;
  color: #233445;
  width: 15px;
  height: 15px
}

#ht-wrap-container .ht-content .ht-content-header .home-button svg path {
  fill: #233445
}
/* --- pdf download button -------------------------------------------------------------------------- */
.pdf-download {
	background: #f54e43;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	border: none;
	cursor: pointer;
	transition: all 0.1s;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.icon-file-pdf {
  display:none
}
.pdf-download:hover .icon-download {
  	display:none
}
.pdf-download:hover .icon-file-pdf {
  	display:inline
}
.icon-file-pdf {
  	  	background-image: none!important
}
.pdf-download {
	box-shadow: 0 2px 2px rgba(0,0,0,0.3)
}
@media screen and (max-width: 640px) {
	.pdf-download {
		display: none
	}
}
.pdf-download i {
	color: white;
	font-size: 25px;
	transition: opacity 0.3s;
}
.pdf-download .fa-download {
	display: none;
	opacity: 0
}
.pdf-download .fa-file-pdf-o {} .pdf-download:hover .fa-download {
	display: inline-block;
	opacity: 1
}
.pdf-download:hover .fa-file-pdf-o {
	display: none
}

/*--- Breadcrumbs ----------------------------------------------------------------------------------------------*/
#ht-breadcrumb html,
#ht-breadcrumb body,
#ht-breadcrumb div,
#ht-breadcrumb span,
#ht-breadcrumb object,
#ht-breadcrumb iframe,
#ht-breadcrumb h1,
#ht-breadcrumb h2,
#ht-breadcrumb h3,
#ht-breadcrumb h4,
#ht-breadcrumb h5,
#ht-breadcrumb h6,
#ht-breadcrumb p,
#ht-breadcrumb blockquote,
#ht-breadcrumb pre,
#ht-breadcrumb abbr,
#ht-breadcrumb address,
#ht-breadcrumb cite,
#ht-breadcrumb code,
#ht-breadcrumb del,
#ht-breadcrumb dfn,
#ht-breadcrumb em,
#ht-breadcrumb img,
#ht-breadcrumb ins,
#ht-breadcrumb kbd,
#ht-breadcrumb q,
#ht-breadcrumb samp,
#ht-breadcrumb small,
#ht-breadcrumb strong,
#ht-breadcrumb sub,
#ht-breadcrumb sup,
#ht-breadcrumb var,
#ht-breadcrumb b,
#ht-breadcrumb i,
#ht-breadcrumb dl,
#ht-breadcrumb dt,
#ht-breadcrumb dd,
#ht-breadcrumb ol,
#ht-breadcrumb ul,
#ht-breadcrumb li,
#ht-breadcrumb fieldset,
#ht-breadcrumb form,
#ht-breadcrumb label,
#ht-breadcrumb legend,
#ht-breadcrumb table,
#ht-breadcrumb caption,
#ht-breadcrumb tbody,
#ht-breadcrumb tfoot,
#ht-breadcrumb thead,
#ht-breadcrumb tr,
#ht-breadcrumb th,
#ht-breadcrumb td,
#ht-breadcrumb article,
#ht-breadcrumb aside,
#ht-breadcrumb canvas,
#ht-breadcrumb details,
#ht-breadcrumb figcaption,
#ht-breadcrumb figure,
#ht-breadcrumb footer,
#ht-breadcrumb header,
#ht-breadcrumb hgroup,
#ht-breadcrumb menu,
#ht-breadcrumb nav,
#ht-breadcrumb section,
#ht-breadcrumb summary,
#ht-breadcrumb time,
#ht-breadcrumb mark,
#ht-breadcrumb audio,
#ht-breadcrumb video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	line-height: 1;
}
#ht-breadcrumb body {
	line-height: 1;
}
#ht-breadcrumb article,
#ht-breadcrumb aside,
#ht-breadcrumb details,
#ht-breadcrumb figcaption,
#ht-breadcrumb figure,
#ht-breadcrumb footer,
#ht-breadcrumb header,
#ht-breadcrumb hgroup,
#ht-breadcrumb menu,
#ht-breadcrumb nav,
#ht-breadcrumb section {
	display: block;
}
#ht-breadcrumb nav ul {
	list-style: none;
}
#ht-breadcrumb blockquote,
#ht-breadcrumb q {
	quotes: none;
}
#ht-breadcrumb blockquote:before,
#ht-breadcrumb blockquote:after,
#ht-breadcrumb q:before,
#ht-breadcrumb q:after {
	content: none;
}
#ht-breadcrumb a {
	margin-top: 0;
	margin-bottom: 1.6em!important;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
#ht-breadcrumb ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
#ht-breadcrumb mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
#ht-breadcrumb del {
	text-decoration: line-through;
}
#ht-breadcrumb abbr[title],
#ht-breadcrumb dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
#ht-breadcrumb table {
	border-collapse: collapse;
	border-spacing: 0;
}
#ht-breadcrumb hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
#ht-breadcrumb input,
#ht-breadcrumb select {
	vertical-align: middle;
}
#ht-breadcrumb a {
	text-decoration: none;
	outline: 0;
}
#ht-breadcrumb a:hover {
	text-decoration: underline;
}
#ht-breadcrumb img {
	outline: 0;
	border: 0;
}
#ht-breadcrumb li {
	list-style: none;
	display: inline;
	font-weight: 600
}
#ht-breadcrumb li:after {
	font-family: 'fontello';
	content: '\f105';
	margin-left: 7px;
	opacity: 0.4;
}
#ht-breadcrumb li:last-child:after {
	content: "";
}
#ht-breadcrumb .shortcut {
	display: none !important;
}
.ht-breadcrumb-small {
	display: none!important
}
@media (max-width: 1065px) {
	#ht-breadcrumb {
		padding-left: 0px!important
	}
	.ht-content-header > div > #ht-breadcrumb {
		display: none
	}
	.ht-breadcrumb-small {
		display: inline!important
	}
}
#ht-breadcrumb:empty {
	display: none
}
#ht-breadcrumb {
  margin-bottom: .3em!important
}

.breadcrumb {
      display: flex;
    justify-content: center;
    flex-direction: column;

}

/*--- Content container ---------------------------------------------------------------------------------------*/
.content-header {
  	padding: 4em 4em 0 4em;
}

.content-container {
/*  min-height: 260px; */
	overflow: visible;
  	padding: 0 4em 2em 4em
}

@media screen and (max-width: 1065px) {
  #home-content {
    padding-top: 69px;
    margin-bottom: 27px;
  }
  
  .ht-content {
		padding: 10px
	}
	#ht-wrap-container {
		top: 0px!important
	}
	#main-content {
		overflow: visible;
		width: 100%;
		flex-basis: auto
	}
}
@media screen and (max-width: 640px) {
  #home-content {
    margin-bottom: 0
  }
  
  #main-content {
		margin-right: 0px;
	}
  	.content-header {
  	  padding: 0 .8em 0 .8em!important
	}
  	.content-container {
      padding: 0 .8em 1.2em .8em!important
    }
}

 @media screen and (max-width: 1065px){
   .content-header {
     padding: 2em 2em 0 2em
   }
   
   .content-container {
     padding: 0 2em 1.2em 2em
   }
 }

.ht-placeholder {
	width: 100%;
	background-color: transparent;
	height: 0px
}
.sp-grid-section {
	width: 100%
}
.wiki-content h1:first-child,
.wiki-content h2:first-child,
.wiki-content h3:first-child,
.wiki-content h4:first-child,
.wiki-content h5:first-child,
.wiki-content h6:first-child {
	margin-top: 0px!important
}

/*-- Tabellen --------------------------------------------------------------------------------------------------*/

.table-wrap {
	width: 100%!important;
	margin-bottom: 1.2em;
  	margin-top:1.2em
}
.confluenceTable tr {
	border-top: 1px dashed #ddd!important;
	border-bottom: 1px dashed #ddd!important;
}
.confluenceTable, .table-wrap {
    overflow-x: inherit;
}
.confluenceTable tr:first-of-type,
.confluenceTable tr:nth-of-type(2) {
	border-top: none!important
}
.confluenceTable tbody tr:last-of-type {
	border-bottom: none!important
}
tbody tr confluenceTd {
  	padding-top: 0
}
.wrapped .confluenceTable,
.confluenceTd {
	border: none!important;
}
.confluenceTd #text{
  	padding-bottom: .8em
}
.confluenceTh {
	background-color: #f2f2f2!important;
	border: none;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.confluenceTd {
  	padding: 1.2em .6em!important;
} 
.confluenceTh {
  	padding: .8em;
  	font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .8px;
}
tbody tr:first-child .confluenceTd:first-child,
tbody tr:first-child .confluenceTd:nth-of-type(2),
tbody tr:first-child .confluenceTd:nth-of-type(3),
tbody tr:first-child .confluenceTd:nth-of-type(4),
tbody tr:first-child .confluenceTd:nth-of-type(5){
  	padding-top: 0!important
}
tbody tr:last-child .confluenceTd:last-child {
  	padding-bottom: 0!important
}
tr .confluenceTd:first-child {
  	padding-left: 0!important;
    width:inherit!important
}
table.confluenceTable td.numberingColumn {
	padding-left: 1em !important;
	padding-right: 0 !important;
}
tr .confluenceTd:last-child {
  	padding-right: 0!important;
}
.confluenceTd p:last-child,
.confluenceTd div:last-child,
.confluenceTd img:last-child,
.confluenceTd pre:last-child{
  	margin-bottom: 0
}
.confluenceTd:blank {
  	margin-bottom: 0.6em!important
}

.numberingColumn:after {
  	content:"."
}

table.confluenceTable td.confluenceTd img, table.confluenceTable td.confluenceTd .confluence-embedded-file-wrapper img, table.confluenceTable th.confluenceTh .confluence-embedded-file-wrapper img {
    max-width: 100%!important;
    min-width: 16px!important
}
/*-- Tabs ------------------------------------------------------------------------------------------------------*/

.rwui_tabs {
	margin: 1.2em 0 1.2em 0!important;
}
.rwui_tabs_menu {
	margin-bottom: 0px!important;
	margin: 0 0 -1px 0!important;
	padding-left: 0!important
}
.rwui_tabs .rwui_tabs_menu li {
	padding-bottom: 0px!important;
}
.rwui_tabs > .rwui_tabs_menu li:first-of-type a {
	border-left: 1px solid #e6e6e6;
	border-top-left-radius: 3px
}
.rwui_tabs > .rwui_tabs_menu li:last-of-type a {
	border-top-right-radius: 3px
}
.rwui_tabs > .rwui_tabs_menu li:first-of-type a.rw_active {
	border-left: 1px solid #e6e6e6;
}
.rwui_tabs .rwui_tab_content p {
	line-height: 1.6
}
.rwui_tabs > .rwui_tabs_menu li a {
	background: #f2f2f2;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	border-left: none;
	font-size: 13px;
	padding: 0.6em 1.2em!important;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rwui_tabs > .rwui_tabs_menu li a.rw_active {
	border-bottom: 1px solid #ffffff;
	border-right: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	border-left: none;
	background: white!important;
}
.rwui_tabs > .rwui_tabs_menu li a.rw_active.rw_highlight {
	border-top-color: #e6e6e6
}
.rwui_tabs .rwui_tab_content {
	background: none!important;
	border: 1px solid #e6e6e6;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 1.2em
}
.rwui_tabs_menu li:before,
.orbit-bullets li:before {
	content: none!important;
}
ul.orbit-bullets li {
	list-style: none!important;
	text-indent: -9999px!important
}
.rwui_tabs_menu li,
.orbit-bullets li {
	padding-left: 0px!important;
	text-indent: 0px!important
}
@media screen and (max-width: 480px) {
	.rwui_tabs_menu {
		padding-left: 0px!important
	}
	.rwui_tabs_menu li,
	.rwui_tabs_menu li a {
		display: block !important;
		width: auto;
		border-radius: 0px!important
	}
	.rwui_tabs_menu li:first-of-type a {
		border-top-left-radius: 3px!important;
		border-top-right-radius: 3px!important;
	}
	.rwui_tab_button {
		border: 1px solid #e6e6e6!important;
		border-bottom: 1px solid transparent!important;
		padding-right: 0px!important
	}
}

/*-- Handlungsschritte -------------------------------------------------------------------------------------------*/
.rwui_steps {
  margin-bottom: 1.2em!important
}
.rwui_step {
	padding: 1.2em 0 1.2em 0!important;
}
.rwui_steps .rwui_step:first-of-type {
  	padding-top: 0.6em!important
}
.rwui_steps .rwui_step:last-of-type {
  	padding-bottom: 0!important
}
.rwui_steps.rwui_size_small > .rwui_step .rwui_item_number {
	width: 2em !important;
	height: 2em !important;
	line-height: 2em !important;
	border-radius: 50% !important;
	font-size: 1em;
	font-weight: bold !important;
	color: black;
	margin-top: -0.2em;
}
.rwui_steps.rwui_size_small > .rwui_step .rwui_item_content {
	margin-left: 3.4em
}

/*-- UL, OL -----------------------------------------------------------------------------------------------------*/
.wiki-content .sp-grid-section ul {
	list-style: none!important;
  	margin-left: .8em;
	margin-bottom: 1.2em;
  	padding-left: 0;
  	margin-top:0
}
.wiki-content .sp-grid-section ul li:last-child,
.wiki-content .sp-grid-section ol li:last-child {
  	padding-bottom:0!important
}
.wiki-content .sp-grid-section ol {
	list-style: none;
  	counter-reset: ol-counter;
  	margin-left: .6em;
	margin-bottom: 1.2em;
  	padding-left: 0;
  	margin-top:0
}
.wiki-content .sp-grid-section ol li {
	margin-bottom: 5px;
}
.wiki-content .sp-grid-section ol li:before {
	content: counter(ol-counter)".";
    counter-increment: ol-counter;
  	margin-right: .4em;
  	margin-left: -1.2em;
  	font-weight: 600;
  	opacity: .4
}

.wiki-content .sp-grid-section ul li:before {
	font-family: Fontello;
	content: "\e807";
  	margin-left: -.9em;
  	width: .9em;
	display: inline-block;
  	opacity: .4;
    font-size: .8em
}

.wiki-content .sp-grid-section ul li p:first-of-type {
    display: inline-flex
}

.wiki-content .sp-grid-section ul li .confluence-information-macro p {
    display: initial!important
}

.wiki-content .sp-grid-section .inline-task-list li:before {
  	display: none
}

.wiki-content ul.inline-task-list  li{
    margin-left: -12px;
}

.wiki-content ul.inline-task-list  .checked span {
 	color: #233445!important; 
}


.ht-pages-nav-sub,
.ht-dropdown ul {
	padding-left: 0px!important;
}
.ht-search-dropdown ul {
	margin: 0px!important;
}
/*-- UL Plugin Anzeige der Unterseiten --*/

div.plugin_pagetree ul.plugin_pagetree_children_list {
	padding-left: 0px!important;
}
div.plugin_pagetree_children_content {
	margin-bottom: 5px!important
}
div.plugin_pagetree ul.plugin_pagetree_children_list > li > div.plugin_pagetree_childtoggle_container {
	position: relative;
	width: inherit;
	height: inherit;
}
div.plugin_pagetree ul.plugin_pagetree_children_list > li a {
	margin-left: 20px
}
div.plugin_pagetree ul.plugin_pagetree_children_list > li:before {
	content: none!important
}
div.plugin_pagetree ul.plugin_pagetree_children_list > li a:before {
	font-family: FontAwesome !important;
	content: "\f0f6" !important;
	padding-right: 7px !important;
	font-size: 1.0em !important;
	padding-top: 0px !important;
	margin-left: -20px!important;
	float: left;
}

/*-- Bildunterschrift ------------------------------------------------------------------------------------------*/
blockquote {
	border-left: none;
	padding: 0px;
	margin-left: 0px;
	margin-top: -1.2em
}
blockquote p {
	font-style: italic;
	font-size: 0.9em
}

/*-- Expando  -------------------------------------------------------------------------------------------------*/
.ep-expanded {
	border-bottom: 1px solid #e2e2e2!important;
	margin-bottom: 0px!important
}
.ep-expanded:after {
	content: "\f106"!important
}
.ep-arrow {
	margin-left: 0px;
	display: none!important
}
.ep-expanded {
	border-radius: 0!important;
}
.ep-expanded:hover {
	border-top-left-radius: 3px!important;
	border-top-right-radius: 3px!important;
	border-bottom: 1px solid #00519E!important
}
.wiki-content .expando {
	padding: 0.6em 1.2em!important;
	margin-top: 0 !important;
	margin-bottom: 1.2em;
	font-weight: 600 !important;
	font-size: 1em !important;
	font-style: normal!important;
	line-height: 1.6em!important;
	border-radius: 3px;
	border: 1px solid transparent;
}
.content-wrapper .expando:last-of-type {
  	margin-bottom: 0!important
}
.expando:after {
	font-family: Fontello!important;
	content: "\f107";
	font-weight: 400;
	float: right
}
.expando .confluence-embedded-image {
	margin: 0px!important
}
h4.expando {
	text-transform: none!important;
	font-size: 1em!important;
	padding: 1.2em;
}
h4.ep-expanded {
	margin-bottom: 0px!important;
	border-top-left-radius: 3px!important;
	border-top-right-radius: 3px!important;
	border: 1px solid #e6e6e6;
}
.faq-card h1.expando,
.faq-card h2.expando,
.faq-card h3.expando {
	font-size: 15px!important;
	font-weight: 400!important
}
.ep-arrow {
	width: 15px!important
}
.ep-arrow span {
	border-width: 5px !important;
	top: -2px;
	left: 0px!important;
	margin-left: 0px!important;
	margin-right: 10px!important;
	border-width: 5px!important
}
h1.expando .ep-arrow span,
h2.expando .ep-arrow span,
h3.expando .ep-arrow span,
h4.expando .ep-arrow span {
	border-width: 5px!important
}
.ep-toggle {
	padding: 1.2em;
	border: 1px solid #e6e6e6;
	border-top: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-bottom: 1.2em
}

/*-- Included content-------------------------------------------------------------------------------------------*/
.sv-infopopup-container {
    background-color:transparent!important;
  	transition:none!important
}
.sv-infopopup-container {
    background-color:transparent!important
}

/*-- Infoboxen -------------------------------------------------------------------------------------------------*/
.confluence-information-macro {
  	border-radius: 2px;
  	padding: .6em .8em;
	margin: 0 0 1.2em 0;
  	
}
.confluence-information-macro .aui-icon {
    float: left;
    line-height: 20px !important;
    font-size: 16px;
    width: 20px;
    height: 20px;
}
.confluence-information-macro .aui-icon-small:before {
	margin-top: 3px;
  	top: .2em;
  	left: -.1em;
  	margin-top: .05em !important;
}

.confluence-information-macro-body,
.confluence-information-macro .title{
  	font-size: 1em !important;
	line-height: 1.6 !important;
  	margin-left: 1.6em;
}
.aui-iconfont-error::before {
    font-family: 'fontello' !important;
    content: "\e80b "!important;
  	margin-top: .05em !important;
  	
}
.confluence-information-macro-information span::before {
  	margin-top: .1em !important;
}

.confluence-information-macro-note .confluence-information-macro-icon {
    background: url(../../Cursor.svg);
}

.confluence-information-macro-tip span::before {
  	font-family: 'fontello' !important;
    content: "\e801 "!important;
}
.confluence-information-macro-tip .confluence-information-macro-body span::before {
  	display:none
}
.confluence-information-macro-note span::before {
  	content: none!important
}
.confluence-information-macro-note .confluence-information-macro-body span::before {
  	display:none
}

.rwui_text_box {
	padding: .8em 1.2em;
	margin: 0 0 1.2em 0;

}
.rwui_text_box .rwui_step p {
  	margin-top:0!important
}
.rwui_content p:last-child,
.rwui_content ul:last-child,
.rwui_content ol:last-child{
	margin-bottom: 0
}
.rwui_text_box.rwui_text_small .rwui_content,
.rwui_text_box.rwui_text_small .rwui_content p {
	font-size: 1em !important;
	line-height: 1.6!important
}
.rwui_text_box > span.rwui_has_icon {
	margin-left: 1.6em
}
.rwui_iconfont_idea {
	display: none!important
}
.rwui_type_tip p:first-child,
.rwui_type_tip div:first-child,
.rwui_type_tip img:first-child,
.rwui_type_tip span:first-child{
  	margin-top: 1.2em
}
.rwui_type_tip .rwui_content {
	margin-left: 0!important
}
.rwui_type_tip span.rwui_has_icon:before {
	width: 100%;
	font-size: 18px !important;
	font-weight: 600 !important;
	font-style: italic;
	color: #00376b;
}
.rwui_type_tip span.rwui_has_icon:before:after {
	content: " "
}
.rwui_type_note {
  	padding-left: 1em;
}
.rwui_iconfont_warning::before {
	font-family: 'Font Awesome 5 Free'!important;
	content: "\f071 ";
}
.rwui_iconfont_note {
  	font-style:normal
}
.rwui_iconfont_note:before {
	font-family: 'fontello'!important;
	content: "\f245 ";
  	line-height: 25px !important;
}
.rwui_iconfont_warning:before {
	font-family: 'fontello'!important;
	content: "\e80b ";
  	line-height: 25px !important;
}
.navigation:before {
	font-family: 'Font Awesome 5 Free';
	content: "\f0a9 ";
}
.videobox {
	background: #eee;
	border: 4px solid white;
	box-shadow: 0 0 1px rgba(0, 0, 0, .4);
}

/*-- Panel Boxen -------------------------------------------------------------------------------------------------*/
.bvPB_panelHeader {
	background: #f2f2f2!important;
	border: 1px solid #ddd!important;
	border-bottom: none!important;
	border-top-left-radius: 3px!important;
	border-top-right-radius: 3px!important;
	text-align: left!important;
	padding-left: 15px;
	margin-top: 15px
}
.bvPB_panelContent {
	border: 1px solid #ddd!important;
	border-bottom-left-radius: 3px!important;
	border-bottom-right-radius: 3px!important
}

/*-- Bilder -------------------------------------------------------------------------------------------------------*/
.wiki-content .confluence-content-image-border {
	outline: 1px solid #c3c3c3!important;
	outline-offset: -1px;
	border: none
}
.sp-grid-float .sp-grid-section {
	overflow: visible!important
}
.wiki-content .confluence-embedded-image {
	cursor: inherit!important;
}

/*-- Content-Footer -------------------------------------------------------------------------------------------*/
.heading-navigation {
  margin-top: 2.2em;
}
.content-container .heading-navigation:blank {
  display:none!important
}
<!--.content-footer-link {
  padding: 0.6em 0;
  list-style: none;
  border-bottom: 1px solid #ddd;
}
.content-footer-link:last-of-type {
  border-bottom: 0px solid 
}
.content-footer-link a{
  color: #00417d!important
}
-->

.heading-navigation ul {
  	padding-left:0;
    border: 1px solid #ddd;
    border-radius: 3px
}

.heading-navigation ul li {
    padding-left: 1em;
    border-bottom: 1px solid #ddd;
    padding-top: .8em;
    background: white;
    transition: background 0.15s;
    /*margin-left: 1.2em;*/
}

.heading-navigation ul a:last-of-type li {
  border-bottom: none
}

.heading-navigation ul a li:hover {
    background: #f4f4f4
}

/*.heading-navigation ul li:before {
	font-family: Fontello;
	content: "\e807";
  	width: 1.2em;
	display: inline-block;
  	opacity: .4;
    margin-left: -1.2em;
    color: #00519e;
}*/

.heading-navigation ul a li {
  color: #00417d!important
}
.heading-navigation ul {
    list-style: none !important;
}


@media screen and (max-width: 640px) {
  .content-footer-link {
    display: flex;
    background-color: #F2F2F2;
    padding: .8em;
    border-radius: 2px;
    border-bottom: 0px solid;
    margin-bottom:0.6em;
  }
  .content-footer-link a{
    color: #484848!important;
    width: 100%;

  }
}
/*--------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------- RECHTE SIDEBAR -----------------------------------------------*/
/*--------------------------------------------------------------------------------------------------------------*/
.right-sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 152px;
	margin-left: 50px;
  align-self: flex-start
}

/*-- Sprach-,Versions-,Variablenauswahl -------------------------------------------------------------------------*/
@media screen and (min-width: 1281px) {
	.ht-scroll-versions-widget {
		padding: 0px!important
	}
}
/*@media screen and (min-width: 1066px) {
	#ht-sidebar .ht-scroll-versions-widget {
		display: none;
	}
}*/
.sidebar-content .ht-scroll-versions-widget .ht-scroll-versions-select label {
	display: block;
	left: 10px!important;
	line-height: 32px;
}
.sidebar-content .ht-scroll-versions-widget .ht-scroll-versions-select select {
	position: absolute;
	opacity: 0;
}
.sidebar-content .ht-scroll-versions-widget .ht-scroll-versions-select {
	overflow: visible;
	position: relative;
	box-shadow: 0 1px 2px 0 #B3B3B3;
	border-radius: 3px !important;
}
.sidebar-content .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button {
	line-height: 32px;
	padding-bottom: 2px;
	display: block;
	text-align: right;
	position: relative;
	padding-right: 6px;
	cursor: pointer;
}
.sidebar-content .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button label {
	position: absolute;
	left: 6px;
	cursor: pointer;
}
.sidebar-content .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button span {
	text-overflow: ellipsis;
	display: inline;
	white-space: nowrap;
	overflow: hidden;
	width: inherit;
	cursor: pointer;
	margin-right: 4px;
	text-transform: uppercase
}
.sidebar-content .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button svg {
	display: inline-block;
	-webkit-transition: -webkit-transform 0.25s ease-in-out;
	-moz-transition: -moz-transform 0.25s ease-in-out;
	-o-transition: -o-transform 0.25s ease-in-out;
	transition: transform 0.25s ease-in-out;
}
.sidebar-content .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button:hover {
	text-decoration: none;
	background-position: right -10px;
	border-radius: 3px
}
.sidebar-content .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button.active {
	text-decoration: none;
}
.sidebar-content .ht-scroll-versions-widget .ht-scroll-versions-select a.ht-select-button.active svg {
	-moz-transform: scale(-1);
	-o-transform: scale(-1);
	-ms-transform: scale(-1);
	-webkit-transform: scale(-1);
	transform: scale(-1);
}
.sidebar-content .ht-scroll-versions-widget .ht-scroll-versions-select .ht-dropdown {
	position: absolute;
	right: 0px;
	margin-top: 0px;
	max-width: 100%;
}
.sidebar-content .ht-scroll-versions-widget .ht-scroll-versions-select .ht-dropdown a {
	cursor: pointer;
}
.sidebar-content .ht-scroll-versions-widget .ht-scroll-versions-select .ht-dropdown a span {
	cursor: pointer;
}
.sidebar-content .ht-scroll-versions-widget .ht-dropdown {
	margin-top: -3px;
	position: relative;
	z-index: 2;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	max-height: 0px;
	opacity: 0;
	-webkit-transition: max-height 0.25s ease-in-out;
	-moz-transition: max-height 0.25s ease-in-out;
	-o-transition: max-height 0.25s ease-in-out;
	transition: max-height 0.25s ease-in-out;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.25);
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.sidebar-content .ht-scroll-versions-widget .ht-dropdown.open {
	max-height: 300px;
	opacity: 1;
}
.sidebar-content .ht-scroll-versions-widget .ht-dropdown.open ul li {
	text-align: right;
	text-transform: uppercase
}
.sidebar-content .ht-scroll-versions-widget .ht-dropdown ul {
	padding-top: 2px;
}
.sidebar-content .ht-scroll-versions-widget .ht-dropdown li {
	list-style: none;
}
.sidebar-content .ht-scroll-versions-widget .ht-dropdown li.search-key {
	padding: 1px 0;
}
.sidebar-content .ht-scroll-versions-widget .ht-dropdown li a {
	display: block;
	padding: 7px 10px;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: color 0 ease-in;
	transition: none;
}
.sidebar-content .ht-scroll-versions-widget .ht-dropdown li a:hover {
	text-decoration: none;
}
@media screen and (max-width: 1280px) and (min-width: 641px) {
	.ht-scroll-versions-widget label {
		display: none!important;
	}
}
.sidebar-main-content {
	padding: 1.2em;
	border-radius: 3px
}
.sidebar-main-content h2 {
	margin-top: 0px!important;
	margin-bottom: 1.2em!important;
	border-bottom: none!important;
  	font-size: 18px;
  	font-weight: 600
}
.ht-pages-nav:blank ~.sidebar-main-content {
	display: none
}
@media screen and (max-width: 1000px) {
	.right-sidebar {
		display: none;
	}
	.search-bar {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 1000
	}
}
@media screen and (max-width: 1065px) {
	.right-sidebar {
		padding-top: 0px;
		top: 72px
	}
}
.ht-pages-nav .ht-pages-nav-right {
	padding-left: 0px!important;
	margin-bottom: 0px!important
}
.ht-pages-nav .ht-pages-nav-right li:only-of-type {
	display: none
}
.ht-pages-nav ul:blank {
	display: none!important
}
.ht-pages-nav .ht-pages-nav-right li:last-child {
	margin-bottom: 0px;
	border: none;
	padding-bottom: 0px!important
}
.ht-pages-nav .ht-pages-nav-right li:last-of-type a {
	padding-bottom: 0px
}
.chapter-link,
.open-chapter {
	margin-bottom: 0.6em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 0.6em;
}
.open-chapter span {
	font-weight: 600;
	color: #00417d!important
}
.ht-pages-nav .ht-pages-nav-right li a,
.ht-pages-nav .ht-pages-nav-right .open-chapter span {
	display: block;
	overflow: hidden;
	color: #484848;
}
.ht-scroll-versions-select {
	max-height: 45px
}
.ht-select-container {
	max-height: 45px
}
.ht-select-button {
	max-height: 45px
}
.sidebar-content div:first-child {
	margin-top: 0px
}
.sidebar-content .ht-dropdown {
	background-color: white;
	border: 1px solid #cccccc;
}
.sidebar-content .ht-dropdown li a {
	color: #484848
}
.sidebar-content .ht-dropdown li a.hover {
	color: white;
	background-color: #484848;
}
.sidebar-content .ht-dropdown ul,
#ht-sidebar .ht-dropdown ul {
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}
.sidebar-content .ht-dropdown ul li {
	padding-bottom: 0px
}
.sidebar-content .ht-pages-nav {
	width: 100%;
	margin-top: 0px;
	color: #484848!important
}
.sidebar-content .ht-pages-nav ul {
	color: #484848!important;
	padding-left: 14px;
}
.sidebar-content .ht-pages-nav ul.ht-pages-nav-sub {
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: max-height 0.25s ease-in-out;
	-moz-transition: max-height 0.25s ease-in-out;
	-o-transition: max-height 0.25s ease-in-out;
	transition: max-height 0.25s ease-in-out;
}
.sidebar-content .ht-pages-nav ul .ht-pages-nav-toggle svg {
	display: none;
}
.sidebar-content .ht-pages-nav ul .ht-pages-nav-toggle:before {
	line-height: 22px;
	content: "\f11c";
}
.sidebar-content .ht-pages-nav ul .open > ul {
	max-height: 9000px;
}
.sidebar-content .ht-pages-nav ul .open > .ht-pages-nav-toggle:before {
	line-height: 18px;
	content: "\f15b";
}
.sidebar-content .ht-pages-nav ul li {
	list-style: none;
	line-height: 1.250rem;
	position: relative;
	width: 100%;
	font-size: 14px;
}
.sidebar-content .ht-pages-nav ul li .sp-aui-icon-small {
	position: absolute;
	cursor: pointer;
	left: -14px;
	top: 3px;
	height: 22px;
	line-height: 24px;
}
.sidebar-content .ht-pages-nav ul li .sp-aui-icon-small:hover {
	text-decoration: none;
}
.sidebar-content .ht-pages-nav ul a.current {
	font-weight: bold;
}
.sidebar-content .ht-pages-nav ul a.current:hover {
	text-decoration: none;
}
.sidebar-content .ht-pages-nav {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}
@media screen and (max-width: 640px) {
	#ht-sidebar .ht-sidebar-header {
		margin-top: 1.2em!important;
      	margin-bottom: 1.2em!important
	}
	#ht-sidebar .ht-pages-nav {
		width: inherit!important;
		font-size: 13px !important;
	}
	.ht-pages-nav ul a {
		padding: 6px 0px!important
	}
	.ht-pages-nav-sub {
		padding-left: 3px!important
	}
	#ht-sidebar .ht-pages-nav ul li .ht-pages-nav-toggle {
		border: 1px solid #ccc!important
	}
	.ht-select-button {
		padding-left: 10px!important;
		padding-right: 10px!important
	}
}
/*-- Themen gleiches Level -------------------------------------------------------------------------------------*/
.sidebar-main-content .chapter-link,
.sidebar-main-content .open-chapter {
	list-style: none
}
.sidebar-main-content .open-chapter:only-child {
	display: none!important
}
.sidebar-main-content li:last-of-type {
	border-bottom: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.sidebar-main-content:first-child {
	margin-top: 0px
}
.sidebar-main-content li a:active,
.sidebar-main-content li a:focus {
	text-decoration: none!important
}

/*-- Next/Previous Button --------------------------------------------------------------------------------------*/
#ht-post-nav {
	display: flex;
	justify-content: space-between;
	font-size: 13px;
  	border-top: 1px solid #ddd
}
.ht-post-nav-prev {
  	border-bottom-left-radius: 2px
}
.ht-post-nav-next {
  	border-bottom-right-radius: 2px
}
.ht-post-nav-prev,
.ht-post-nav-next {
	/*display: flex;
  	flex-basis: auto!important;
  	height: 33px*/
	display: flex !important;
	justify-content: space-between;
  	padding: 0.8em
}
.ht-post-nav-prev i,
.ht-post-nav-next i {
	vertical-align: middle!important;
	text-align: center;
}
@media screen and (max-width: 640px) {
	.ht-post-nav-prev i,
	.ht-post-nav-next i {
		padding-left: 0px!important;
		padding-right: 0px!important;
		margin-left: 0px!important;
		margin-right: 0px!important;
		width: inherit
	}
}
.ht-post-nav-next span {
	text-align: right;
}
.ht-post-nav-prev span,
.ht-post-nav-next span {
	line-height: 1.4!important;
}
#ht-post-nav a:active {
	text-decoration: none;
}
.spacer {
	width: 20px
}
.icon-arrow-circle-left:before {
  	font-family: 'fontello';
  	content: '\f0a8';
  	font-size: 120%;
  	margin-right: .4em!important;
  	margin-top: .1em;
}
.icon-arrow-circle-right:before {
  	font-family: 'fontello';
  	content: '\f0a9';
    font-size: 120%;
  	margin-left: .4em!important;
  	margin-top: .1em;
}

/*-- Content Footer ---------------------------------------------------------------------------------------------*/
.content-footer {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.content-footer ul {
  padding-left: 0;
  border: 1px solid #ddd;
  border-radius: 4px
}

.content-footer ul a li {
  padding: 1rem;
  border-bottom: 1px solid #ddd;
  color: #233445
}

.content-footer ul a li:after {
    font-family: 'fontello' !important;
    content: "\f105" !important;
    font-size: 1.1rem;
    float: right;
}

.content-footer ul a li:hover {
  background-color: #eee
}

.content-footer ul a:last-of-type li {
  border-bottom: 0
}
/*-- Buttons ----------------------------------------------------------------------------------------------------*/
.button,
.html-link {
	padding: 5px 10px;
	margin-top: 15px;
	display: inline-block;
	border: none;
	cursor: pointer;
	line-height: 1.7 !important;
	border-radius: 3px!important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #484848!important;
	font-size: 14px;
	position: relative;
	transition: color 0.4s
}
.button i {
	margin-right: 5px
}
.button:hover,
.html-link:hover {
	background-position: 0 -48px;
	text-decoration: none!important;
	background-color: #484848!important;
	color: #F2F2F2!important
}
.button:focus,
.button:hover,
.button:active {
	text-decoration: none!important
}
.nav-button {
	border: none;
	color: #484848!important;
	text-overflow: ellipsis;
	margin: 0px!important;
	transition: color 0.4s
}
.search-bar .button {
	padding: 0px 7.5px!important
}
.aui-button {
	border: 0px;
}
.moreInfo a:before {
	font-family: FontAwesome !important;
	content: "\f0f6 " !important;
	margin-right: 5px
}

/*--- Tooltip -------------------------------------------------------------*/
#tooltip {
	text-align: center;
	color: #484848;
	background: #e0f0ff;
	position: absolute;
	z-index: 100;
	padding: 10px;
	border-radius: 3px;
}
#tooltip:after
/* triangle decoration */

{
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #e0f0ff;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}
#tooltip.top:after {
	border-top-color: transparent;
	border-bottom: 10px solid #e0f0ff;
	top: -20px;
	bottom: auto;
}
#tooltip.left:after {
	/*/*left: 10px;*/
	margin: 0;
}
#tooltip.right:after {
	/*right: 10px;*/
	left: auto;
	margin: 0;
}

/*-- Footer ----------------------------------------------------------------------------------------------------*/
#ht-footer {
	margin: 0px!important;
	order: 2;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	line-height: 1.5;
	width: 100%;
	position: fixed;
	bottom: 0;
  	left:0;
    z-index: 2;
}
#ht-footer small {
	margin: 5px!important;
	text-align: center;
}
#ht-footer small i {
	margin-right: 10px!important;
	font-size: 16px!important
}
/* --- MEDIA-QUERY-DETECTION ---------------------------------------------------------------------------------------- */

#ht-mq-detect {
	/*
  *  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
  */
}
#ht-mq-detect html,
#ht-mq-detect body,
#ht-mq-detect div,
#ht-mq-detect span,
#ht-mq-detect object,
#ht-mq-detect iframe,
#ht-mq-detect h1,
#ht-mq-detect h2,
#ht-mq-detect h3,
#ht-mq-detect h4,
#ht-mq-detect h5,
#ht-mq-detect h6,
#ht-mq-detect p,
#ht-mq-detect blockquote,
#ht-mq-detect pre,
#ht-mq-detect abbr,
#ht-mq-detect address,
#ht-mq-detect cite,
#ht-mq-detect code,
#ht-mq-detect del,
#ht-mq-detect dfn,
#ht-mq-detect em,
#ht-mq-detect img,
#ht-mq-detect ins,
#ht-mq-detect kbd,
#ht-mq-detect q,
#ht-mq-detect samp,
#ht-mq-detect small,
#ht-mq-detect strong,
#ht-mq-detect sub,
#ht-mq-detect sup,
#ht-mq-detect var,
#ht-mq-detect b,
#ht-mq-detect i,
#ht-mq-detect dl,
#ht-mq-detect dt,
#ht-mq-detect dd,
#ht-mq-detect ol,
#ht-mq-detect ul,
#ht-mq-detect li,
#ht-mq-detect fieldset,
#ht-mq-detect form,
#ht-mq-detect label,
#ht-mq-detect legend,
#ht-mq-detect table,
#ht-mq-detect caption,
#ht-mq-detect tbody,
#ht-mq-detect tfoot,
#ht-mq-detect thead,
#ht-mq-detect tr,
#ht-mq-detect th,
#ht-mq-detect td,
#ht-mq-detect article,
#ht-mq-detect aside,
#ht-mq-detect canvas,
#ht-mq-detect details,
#ht-mq-detect figcaption,
#ht-mq-detect figure,
#ht-mq-detect footer,
#ht-mq-detect header,
#ht-mq-detect hgroup,
#ht-mq-detect menu,
#ht-mq-detect nav,
#ht-mq-detect section,
#ht-mq-detect summary,
#ht-mq-detect time,
#ht-mq-detect mark,
#ht-mq-detect audio,
#ht-mq-detect video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	line-height: 1;
}
#ht-mq-detect body {
	line-height: 1;
}
#ht-mq-detect article,
#ht-mq-detect aside,
#ht-mq-detect details,
#ht-mq-detect figcaption,
#ht-mq-detect figure,
#ht-mq-detect footer,
#ht-mq-detect header,
#ht-mq-detect hgroup,
#ht-mq-detect menu,
#ht-mq-detect nav,
#ht-mq-detect section {
	display: block;
}
#ht-mq-detect nav ul {
	list-style: none;
}
#ht-mq-detect blockquote,
#ht-mq-detect q {
	quotes: none;
}
#ht-mq-detect blockquote:before,
#ht-mq-detect blockquote:after,
#ht-mq-detect q:before,
#ht-mq-detect q:after {
	content: none;
}
#ht-mq-detect a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
#ht-mq-detect ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
#ht-mq-detect mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
#ht-mq-detect del {
	text-decoration: line-through;
}
#ht-mq-detect abbr[title],
#ht-mq-detect dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
#ht-mq-detect table {
	border-collapse: collapse;
	border-spacing: 0;
}
#ht-mq-detect hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
#ht-mq-detect input,
#ht-mq-detect select {
	vertical-align: middle;
}
#ht-mq-detect a {
	text-decoration: none;
	outline: 0;
}
#ht-mq-detect a:hover {
	text-decoration: underline;
}
#ht-mq-detect img {
	outline: 0;
	border: 0;
}
#ht-mq-detect {
	width: 5px;
}
@media screen and (max-width: 1440px) {
	#ht-mq-detect {
		width: 4px;
	}
}
@media screen and (max-width: 1065px) {
	#ht-mq-detect {
		width: 3px;
	}
}
@media screen and (max-width: 800px) {
	#ht-mq-detect {
		width: 2px;
	}
}
@media screen and (max-width: 640px) {
	#ht-mq-detect {
		width: 1px;
	}
}

/* --- ICONS -------------------------------------------------------------------------------------------------------- */
@font-face {
	font-family: "SP Atlassian Icons";
	src: url(../fonts/atlassian-icons.eot);
	src: url(../fonts/atlassian-icons.eot?#iefix) format("embedded-opentype"), url(../fonts/atlassian-icons.woff) format("woff"), url(../fonts/atlassian-icons.ttf) format("truetype"), url(../fonts/atlassian-icons.svg#atlassian-icons) format("svg");
	font-weight: normal;
	font-style: normal;
}
.sp-aui-icon-small {
	height: 16px;
	width: 16px;
}
.sp-aui-icon-small,
.sp-aui-icon-large {
	line-height: 0;
	position: relative;
	vertical-align: text-top;
}
.sp-aui-iconfont-close-dialog:before {
	content: "\f11b";
}
.sp-aui-icon-small:before {
	font-size: 1.2em;
	margin-top: -0.6em;
}
.sp-aui-icon-small:before,
.sp-aui-icon-large:before {
	color: inherit;
	font-family: "SP Atlassian Icons";
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	left: 0;
	line-height: 1;
	position: absolute;
	text-indent: 0;
	speak: none;
	top: 50%;
}
.sp-aui-icon-small,
.sp-aui-icon-large {
	line-height: 0;
	position: relative;
	vertical-align: text-top;
}
.sp-aui-iconfont-arrows-up:before {
	content: "\f109";
}
.sp-aui-icon-small,
.sp-aui-icon-large {
	line-height: 0;
	position: relative;
	vertical-align: text-top;
}
.sp-aui-iconfont-delete:before {
	content: "\f122";
}
.sp-aui-iconfont-confluence:before {
	content: "\f11f";
	font-size: 18px;
}
.sp-aui-iconfont-approve:before {
	content: "\f104";
}
.sp-aui-iconfont-remove:before {
	content: "\f188";
	font-family: "SP Atlassian Icons"!important
}
.sp-aui-iconfont-appswitcher:before {
	content: "\f105";
}
.sp-aui-iconfont-group:before {
	content: "\f167";
}
.sp-aui-iconfont-editor-mention:before {
	content: "\f152";
}
.sp-aui-iconfont-user:before {
	content: "\f1ad";
}
.sp-aui-iconfont-flag:before {
	content: "\f165";
}
@font-face {
	font-family: 'k15t-icons';
	src: url("../fonts/k15t-icons.eot");
	src: url("../fonts/k15t-icons.eoth#iefix") format("embedded-opentype"), url("../fonts/k15t-icons.ttf") format("truetype"), url("../fonts/k15t-icons.woff") format("woff"), url("../fonts/k15t-icons.svg#k15t-icons") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="k15t-icon-"],
[class*=" k15t-icon-"] {
	font-family: 'k15t-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.k15t-icon-viewport:before {
	content: "\e1701";
}
/* PAGES */

/*=====================================
=            Error Page               =
=======================================*/

.ht-error-page h1 {
	font-size: 100px;
	text-transform: uppercase;
	font-weight: 800;
}
.ht-error-page h3 {
	font-size: 30px;
}
.ht-error-page-search {
	margin-top: 60px;
}
.ht-error-page-search-input .search-input {
	height: 36px;
	width: 240px;
	border: 1px solid black;
	font-size: 14pt;
	padding-left: 10px;
}