@charset "utf-8";
/*** FONTS ***/	
@font-face {
	font-family: 'OpenSans-Regular';
	src: url('fonts/opensans/OpenSans-Regular.eot');
	src: url('fonts/opensans/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/opensans/OpenSans-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
}
@font-face{
	font-family: 'Lato-Regular';
	src: url('fonts/lato/Lato-Regular.ttf');
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-RegularItalic';
	src: url('fonts/opensans/OpenSans-RegularItalic.eot');
	src: url('fonts/opensans/OpenSans-RegularItalic.eot?#iefix') format('embedded-opentype'), url('fonts/opensans/OpenSans-RegularItalic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'OpenSans-Semibold';
	src: url('fonts/opensans/OpenSans-Semibold.eot');
	src: url('fonts/opensans/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('fonts/opensans/OpenSans-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'OpenSans-SemiboldItalic';
	src: url('fonts/opensans/OpenSans-SemiboldItalic.eot');
	src: url('fonts/opensans/OpenSans-SemiboldItalic.eot?#iefix') format('embedded-opentype'), url('fonts/opensans/OpenSans-SemiboldItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
}
i, em {
	font-family: "OpenSans-RegularItalic", sans-serif;
}
b, strong {
	font-family: "OpenSans-Semibold", sans-serif;
}
b i, strong i, b em, strong em, i b, i strong, em b, em strong {
	font-family: "OpenSans-SemiboldItalic", sans-serif;
}
/*** Allgemeine Styles ***/
.clear {
	clear: both;
}
hr {
	border: 0;
	border-bottom: 1px solid #8c8c8c;
	height: 0px;
	clear: both;
	margin: 1em 0;
}
hr.hrdot {
	border: 0;
	border-bottom: 1px dotted #f60;
	height: 0px;
	clear: both;
	margin: 1em 0;
}
span.underline, p.underline {
	border: 0;
	border-bottom: 1px dotted #f60;
}
span.orange, p.orange {
	color: #f60;
}
img.imgR, img.imgL, div.imgR, div.imgL {
	max-width: 40%;
	font: 0.9em OpenSans-RegularItalic, sans-serif;
	line-height: normal;
	color: #666;
}
img.imgR, div.imgR {
	margin: .5em 0 .25em 1em;
	float: right;
	text-align: right;
}
img.imgL, div.imgL {
	margin: .5em 1em .5em 0;
	float: left;
	text-align: left;
}
div.imgR img, div.imgL img {
	margin: 0 0 .25em 0;
}
div.imgR p, div.imgL p {
	margin: 0 !important;
}
p.caption {
	font: 0.9em OpenSans-RegularItalic, sans-serif;
	line-height: normal;
	color: #666;
}
p.noBr, span.noBr, td.noBr {
	white-space: nowrap;
}
p.smaller, span.smaller, div.smaller {
	font-size: .85em;
}
p.subHeading {
	font-size: 1.25em;
	margin: .5em 0 .25em 0;
}
/* Layout */
body {
	height: 100%;
	background:#3a4450;
	color: #444;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 15px/1.42857em "Lato-Regular";
}
.print {
	background: #fff !important;
}
.print a {
	text-decoration: none;
	color: #666;
	border-bottom: 1px dotted #999;
}

#logo a {
	background: url(images/logo.png) no-repeat;
	height: 65px;
	width: 75px;
	display: inline-block;
	float: left;
	margin: .5em 0 0 1em;
	text-decoration: none;
}
#logoTxt a {
	color: #fff;
	float: left;
	margin: .5em 0 0;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}
#logoTxt h1 {
	margin: 0;
	    padding-left: 30px;
}
#logoTxt h1 a {
	font-size: .9em;
}
.langMenu {
	display: inline;
	float: right;
	margin: 0 1.5em 0 0;
	position: relative;
	z-index: 210;
}
.langMenu img {
	padding: .5em .5em 0 0;
}
.maincont {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	    background-color: #fff;
	hyphens: auto;
	padding: 3em 2em 3em 2em;
}
#topLink {
	z-index: 1000;
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
}
a#topLink {
	color: #fff;
}
/* Allgemeines */
code {
	background-color: rgba(27, 31, 35, 0.05);
	margin: 0;
	padding: 0.15em;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	font: 0.9em/normal Consolas, monospace;
	letter-spacing: .05em;
}
.code {
	background-color: rgba(27, 31, 35, 0.05);
	color: #666;
	border: 1px solid #ccc;
	padding: 10px 12px;
	font: .9em/normal Consolas, monospace;
	display: block;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
.xh_code {
	background-color: rgba(27, 31, 35, 0.05);
	color: #666;
	border: 1px solid #ccc;
	padding: 10px 12px;
	font: .9em/normal Consolas, monospace;
	display: block;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
}
blockquote {
	padding: .75em .75em .75em 3em;
	position: relative;
	color: #777;
	text-align: justify;
	border: 1px dotted #999;
	border-left: 0;
	border-right: 0;
	margin: 1.5em 0;
}
blockquote::before {
	color: #f60;
	content: "\f10e";
	display: block;
	font-family: "FontAwesome";
	font-size: 2em;
	left: 0;
	position: absolute;
}
blockquote p {
	margin: 0 !important;
}
blockquote a:link, blockquote a:visited {
}
.submenDiv {
	clear: both;
	padding: 2em 0 0 0;
}
.submenDiv span {
	border-top: 1px solid #8c8c8c;
	margin: 0 0 0.5em 0;
	padding: 0.5em 0 0;
	display: block;
}
img {
	border: 0 none;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}
#header .header-cont {
	height: 80px;
	background: #404040;
}

#logoTxt {
	    display: inline-block;}
.content {
	min-height: 50em;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "OpenSans-Semibold", sans-serif;
	color: #555;
	font-weight: normal;
	margin: 1em 0 .75em 0;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	line-height: normal;
}
h1:first-child {
}
h1 {
	margin-top: 0 !important;
	font-size: 2.5em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.6em;
}
h4 {
	font-size: 1.4em;
}
h5 {
	font-size: 1.2em;
}
h6 {
	font-size: 1.1em;
}
.maincont p, .news p {
	margin: 0 0 .75em 0;
}
.maincont a, .maincont ul a, #tinymce a, #newsboxes a, div.xh_login a {
	text-decoration: none;
	color: #666;
	border-bottom: 1px dotted #999;
}
a:hover, .maincont a:hover, .maincont ul a:hover, #tinymce a:hover, #newsboxes a:hover {
	border-color: #f16b67!important;
	color: #f16b67!important;
}

/*a[target="_blank"]::after, a[href^="http:"]::after, a[href^="https:"]::after {*/
a[target="_blank"]::after {
	content: "\00a0\f08e";
	font: 0.889em FontAwesome;
}
ol {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
}
ol ol {
	margin: 0;
	padding: 0;
	list-style-type: lower-alpha;
}
ol ol ol {
	margin: 0;
	padding: 0;
	list-style-type: circle;
}
ol li {
	margin: 0 0 0 1em;
}
.maincont ul, #tinymce ul {
	list-style: inside none none;
	margin: 0 0 0.75em;
}
.maincont ul ul, #tinymce ul ul {
	margin: 0;
}
.maincont ul li {
	margin-left: 1em;
}
.maincont ul li:before, #tinymce ul li:before {
	content: '\f101';
	font-family: 'FontAwesome';
	color: #999;
	padding: 0 .5em 0 0;
	margin-left: -1em;
}
.maincont ul ul li:before, #tinymce ul ul li:before {
	content: '\f105';
	font-family: 'FontAwesome';
	color: #999;
	padding: 0 .5em 0 0;
	margin-left: -1em;
}
.maincont ul ul ul li:before, #tinymce ul ul ul li:before {
	content: '\f0da';
	font-family: 'FontAwesome';
	color: #999;
	padding: 0 .5em 0 0;
	margin-left: -1em;
}
#wrapper {
	background: #3a4450;
}
.mw240 {
	min-width: 110px;
}
abbr {
	text-decoration: none;
	border: 0;
}
/*** Stopka ***/
#footer {
	background: #2b333c;
	border-top: 5px solid #6e7d8d;
	font-family: "OpenSans-Regular", sans-serif;
	font-size: .9em;
	font-weight: normal;
	padding: 3em 1em;
	bottom: 0px;
}
.copyright {
	color: #fff;
	display: inline-block;
	margin: 0 0 0 1em;
	text-transform: uppercase;
}
#footer ul {
	float: right;
	margin: 0;
	color: #ccc;
	text-transform: uppercase;
}
#footer ul li {
	float: left;
	line-height: inherit;
	list-style: outside none none;
	margin: 0 0.5em 0 0;
}
#footer ul li a, .copyright a {
	color: #fff;
	font-size: 13px;
	padding: .75em .25em;
	text-decoration: none;
}
#footer ul li:last-child {
	border-right: 0 solid #fff;
	margin: 0;
	padding-right: 0em;
}
#footer ul li:last-child a {
	padding: 0 1em 0 0;
}
#footer ul li a:hover, .copyright a:hover {
	color: #ccc;
}
input, textarea, select {
	border: 1px solid white;
	padding: .25em .5em;
	font: normal 1em/normal "OpenSans-Regular", sans-serif !important;
}
select {
	padding: 0.15em 0.25em;
}
input[type=image] {
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}
input[type=submit] {
	cursor: pointer;
	background: #f16b67;
	color: #fff;
	margin: .25em .25em .25em 0;
	border: 1px solid #f16b67;
}
button {
	cursor: pointer;
	font-family: "OpenSans-Regular", sans-serif !important;
	font-size: 1em !important;
	padding: .25em .5em;
	background: #f60;
	color: #fff;
}
input[type="reset"] {
	display: none;
}
input[type="file"] {
	padding: 0 !important;
}
input[type="checkbox"], input[type="radio"] {
	padding: 0;
}
/*** Responsywnosc ***/
table.responsive {
	width: 100%;
	border-spacing: 2px !important;
	border-collapse: separate;
	margin: 0 0 1em;
}
table.responsive tr {
	background-color: #eee;
}
table.responsive tr:nth-child(odd) {
	background-color: #fff;
}
table.responsive th {
	background-color: #ddd;
	padding: 0.25em 0.5em;
	font-family: "OpenSans-Semibold", sans-serif;
	font-style: normal;
	font-weight: normal;
}
table.responsive td {
	overflow-wrap: break-word;
	padding: 0.25em 0.5em;
	vertical-align: top;
}
@media (max-width: 480px) {
table.responsive, table.responsive thead, table.responsive tbody, table.responsive th, table.responsive td, table.responsive tr {
	display: block;
	overflow: hidden;
}
table.responsive thead tr {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
table.responsive tr:nth-child(odd) td {
	border-bottom: 1px solid #aaa;
}
table.responsive td {
	display: flex;
	border-bottom: 1px solid #ccc;
}
table.responsive td:before {
	content: attr(data-label) ": ";
	flex: 0 0 5em;
	font-family: "OpenSans-Semibold", sans-serif;
	font-style: normal;
	font-weight: normal;
	margin-right: 1em;
	margin-bottom: 0.25em;
}
}

/*** Responsive part ***/

@media only screen and (max-width: 1300px) {
a#topLink {
	color: rgba(0,0,0,.5);
}}


@media only screen and (min-width: 971px) { /* thanks to lck !!! */
.nav_horizontal {
	height: 40px !important;
	top: 0 !important;
}
}
@media only screen and (max-width : 970px) {
body {
}
#header {
}

#header .header-cont {
height: 100px;}
#logoTxt h1 {
	    padding-left: 0rem;
}
.burger {
	display: block;
	color: #fff;
	    padding: 0 0 25px 0;
}
#search1 {max-width: 400px;
    width: 100%;}
#logo {
}
#logoTxt {
	padding: 20px 0 20px 4%;

}
.nav_horizontal{    margin-top: 190px;}
.c8 {width:100%!important}
div.maincont {

	padding: 2em;
}
.mw240 {width: 100% !important;}
	
#footer {
	padding: 1em 2em 3em 2em;
}
.copyright {
	margin: 0;
}
#footer ul li:last-child a {
	padding: 0;
}
.fullWidht {
	padding: 0;
}
.quarter {
	width: 50%;
}
.quarter.leer {
	display: none
}
.nav_horizontal {
	position: absolute;
	z-index: 220;
	max-width: 100%;
}
.nav_row {
	height: auto;
	border: 0px solid #fff;
}
.nav_row:after {
	clear: both;
}
#newsboxes {
	display: none;
}
#newsboxes2 {
	display: block;
}



.nav_horizontal, #news, .sidebar {
	display: none;
}
.nav_horizontal ul.menulevel1 li a:hover {
	background: rgba(0,0,0,.25);
}
.nav_horizontal ul.menulevel1 li a, .nav_horizontal ul.menulevel1 li span {
}
.nav_horizontal ul.menulevel2 li a, .nav_horizontal ul.menulevel2 li span {
	padding: .5em 0 .5em 2em;
}
.nav_horizontal ul.menulevel3 li a, .nav_horizontal ul.menulevel3 li span {
	padding: .5em 0 .5em 2.5em;
	text-transform: none;
}
.nav_horizontal ul.menulevel3 li a {
}
.nav_horizontal ul.menulevel4 li a, .nav_horizontal ul.menulevel4 li span {
	padding: .5em 0 .5em 3.0em;
}
.nav_horizontal ul.menulevel5 li a, .nav_horizontal ul.menulevel5 li span {
	padding: .5em 0 .5em 3.5em;
}
.nav_horizontal ul.menulevel6 li a, .nav_horizontal ul.menulevel6 li span {
	padding: .5em 0 .5em 4.0em;
}
.nav_horizontal ul.menulevel7 li a, .nav_horizontal ul.menulevel7 li span {
	padding: .5em 0 .5em 4.5em;
}
.nav_horizontal ul.menulevel8 li a, .nav_horizontal ul.menulevel8 li span {
	padding: .5em 0 .5em 5.0em;
}
.nav_horizontal ul.menulevel9 li a, .nav_horizontal ul.menulevel9 li span {
	padding: .5em 0 .5em 5.5em;
}
.nav_horizontal>div>ul {
	position: relative;
	z-index: 200;
}
.nav_horizontal>div>ul>li {
	clear: both;
	width: 100%;
	padding:  0;
}
.nav_horizontal>div>ul>li>a {
}
.nav_horizontal>div>ul>li:first-child {
	padding: 0;
}
.nav_horizontal>div>ul>li:last-child {
	padding: 0;
}
.nav_horizontal>div>ul>li>a {
	display: block;
	text-align: left;
	z-index: 201;
	padding-left: 1em;
}
.nav_horizontal>div>ul>li> span {
	background: #333;
	display: block;
	text-align: left;
	color: #fff;
	z-index: 201;
	padding-left: 1em;
}


.nav_horizontal > div > ul > li > a {
	display: block;
	text-decoration: none;
	color: #f2f2f2;
	font-size: 1.2em;
	z-index: 201;
	font-weight: 600;
	padding: .5em .75em;
}

.nav_horizontal ul li ul {
	position: relative;
	display: block;
	width: 100%;
	min-width:90%;
	top:0;
	left: 0px;
}
.nav_horizontal .menulevel1 {
	visibility: visible;
}
.nav_horizontal .menulevel2 {
	visibility: visible;
}
.nav_horizontal .menulevel3 {
	visibility: visible;
}
.nav_horizontal .menulevel3 li {
}
.nav_horizontal .menulevel4 {
	visibility: visible;
}
.nav_horizontal .menulevel1 li {
	border-right: 0;
}
.nav_horizontal ul li ul li {
	position: relative;
	display: block;
}
.nav_horizontal ul li ul li a {
	display: block;
	color: #000;
	text-decoration: none;
}
.nav_horizontal ul li ul li span {
	display: block;
	text-decoration: none;
}
.nav_horizontal ul li ul li ul {
	position: relative;
}
.nav_horizontal ul li ul li ul li {
	display: block;
	clear:both;
	border-right: 0px;
}
.nav_horizontal ul li ul li ul li a {
}
.nav_horizontal ul li ul li ul li ul li a {
	text-transform: none;
}
.nav_horizontal ul li ul li ul li ul li span {
	text-transform: none;
}
} /* resposive 980 ende*/
@media only screen and (max-width : 640px) {
#newsboxes2 .news {
	width: 100%;
	margin: 1em 0 0;
	float: none;
}
img.imgR, img.imgL, div.imgR, div.imgL {
	max-width: 100%;
	float: none;
	margin: 1em 0;
}
}
@media only screen and (max-width : 480px) {
body {
	font-size: .85em;
}
#footer ul {
	float: none;
	margin: 0;
}
#logo {
}
#image .bild {
}
}
/* 480px ende */

#tinymce {
	background-color: #fff;
	background-image: none;
}
.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {
}
#pagemanager ul {
	margin: 0;
}
#pagemanager ul li::before, #xhFilebrowserMenu ul li::before, #xhFilebrowser ul li::before {
	color: inherit;
	content: "";
	font-family: inherit;
	margin-left: 0;
	padding: 0;
}
#pagemanager a, #xhFilebrowserMenu a, #xhFilebrowser a {
	text-decoration: none;
	border-bottom: 0;
}
#xhFilebrowser, #xhFilebrowserMenu, #xhFilebrowser div {
	font-family: inherit !important;
}
#xh_mailform div {
	width: 100%;
	margin: 0 0 .75em 0;
}
#xh_config_form legend {
	font-size: 0.9em;
	text-transform: uppercase;
	border-bottom: 1px solid #333;
}
.xh_captcha_input {
	border: 1px solid #ccc;
	float: left;
	padding: .25em .5em;
}
.xh_captcha_code {
	background-color: #ccc;
	border: 1px solid #ccc;
	color: #fff;
	float: left;
	margin: 0 .5em;
	padding: .25em .5em;
}
.noScript {
	color: #fff;
	background: #f60;
	padding: 0.5em;
}
.noScript a {
	color: #fff !important;
	text-transform: uppercase;
}
#search1 {
	padding: .5em .5em .5em 30px;
	margin: 15px 1em 30px 10px
}
#searchbox input {
	font-family: "OpenSans-Regular", sans-serif !important;
	font-size: .8em !important;
	line-height: normal;
	margin: 0;
	padding: .25em .5em;
	width: 45%;
}
.searchBtn {
	height: 20px;
	width: 20px;
}
body.xh_login {
	background: rgba(0, 0, 0, 0.1) url(images/XH-Logo_bg.png) no-repeat fixed center center;
	background-size: contain;
	display: table;
	height: 100vh;
	width: 100%;
	margin: 0 !important;
}
div.xh_login {
	display: table-cell;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}
   
   .privacy-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 1.7rem .5rem;
	background-color: #43505e;
	background-image: linear-gradient(#43505e, #3e4956);
    z-index: 1030;
    color: #000;
    font-size: 14px;
    margin: 0;
    display: none;
  }
  p.banner-p {
	grid-column:span 2;
    padding-bottom:5px;
  }
  .banner-wrapper {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: grid;
	grid-template-rows: minmax(10px, 1fr);
	grid-template-columns: 6fr 1fr;
    position: relative;
    align-items: center;
  }
  .privacy-banner p {
    margin: 0;
    color: #fff;
    text-align: left;
  }
    .privacy-banner p a {
    color: #fff;
	font-weight: bold;
  }
  .privacy-banner .banner-wrapper p {
      padding-right: 3rem;
	      padding-left: 5rem;
  }
  .privacy-banner a {
    text-decoration: none;
    margin:0;
	display: inline-block;
    max-width: 200px;
  }
  .privacy-banner a:hover {
    text-decoration: underline;
  }
  .privacy-banner button {
    position: absolute;
    right: 6rem;
    color: #fff;
    outline: 0;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8em !important;
    text-align: center;
    padding: 10px 20px 10px 20px;
    line-height: 1;
   background: #232a32;
    cursor: pointer;
  }
  .banner-learn {
    color: #000;
  }
  .banner-accept {
    padding: 7px 15px;
    color: #fff;
    border-radius: 5px;
    background: #000;
  }

@media (max-width: 1024px) {
	.privacy-banner .banner-wrapper p {
	padding-right: 1rem;
	padding-left: 1rem;
	}
.privacy-banner a {
	text-decoration: none;
	margin: 0;
	display: inline;
}

.privacy-banner button {
	position: unset; 
	right: 0;
	margin-right:1rem;
}}
   
@media (max-width: 768px) {
   .privacy-banner button{width:100px;}
}
@media (max-width: 555px) {
	.banner-wrapper{grid-template-columns:1fr;}.privacy-banner .banner-wrapper p{margin-bottom:9px}p.banner-p{grid-column:1}.privacy-banner button{width:max-content;margin-left:1rem}
	#search1 {max-width: 250px;
    width: 100%;}
}