html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
		
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */ 
	
}

xxxxarticle {
	background:red;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

div {
    display: block;
}

.html {

	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}


html {
	font-size: 100%;
}

/* Page structure */
body.full-width, .site-content  {
	width: 100%;
}


body {
	overflow-y: scroll;
	font-family: "Roboto", sans-serif;
	color: #444;
	letter-spacing: 1px;
    font-size: 16px;
	font-style: normal;  
	font-weight:normal;
	line-height: calc(20px * 1.42857);
	font-variant: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}



.entry-title {
	display:block;
	font-size:20px;
	font-weight:bold;
	line-height: calc(20px * 1.42857);
	margin-top: 15px;
    margin-bottom: 20px;
}

.entry-title::after {
    content: "";
    display: block;
    width: 88px;
    border: 3px solid #0666CC;
	background: #0666CC;
	background-color: #0666CC;
    border-radius: 25px;
}


body .site {
	z-index:1;
}

.site {
	margin: 0 auto;
	overflow: hidden;
	background-color: rgba(255,255,255,0.85);
	
	opacity: 0;
	z-index:1;
	-webkit-transition: opacity 550ms ease-in;
	-moz-transition: opacity 550ms ease-in;
	-o-transition: opacity 550ms ease-in;
	-ms-transition: opacity 550ms ease-in;
	transition: opacity 550ms ease-in;
}

.site-content {
	float: left;
	width:100%;
	max-width:100%;
	min-height:580px;	
	padding:0px;
	box-sizing:border-box;
	margin-top:30px;
	margin-bottom: 15px;
}

/* Header */
.site-header {
	padding: 0px 0px;
}

/* Navigation Menu */

a {
	outline: none;
	color: #6a6a6a;
	text-decoration: none;
	line-height:normal;
	transition: all 200ms ease
}

a:hover {
	xcolor: #6a6a6a;
	text-decoration:underline;
	text-decoration:none;
}


.HoverUnderline:hover {
	text-decoration:underline!important;
}

.HoverUnderline{
	color:#ffffff;
}


	
.entry-header {
	margin-bottom: 24px;
}

.XXXentry-title {
	font-size: 30px;
	line-height: 1.2;
	font-weight: normal;
	padding-top: 24px;
	display:none;
}

.entry-content p {
	margin: 0 0 24px;
	line-height: 1.714285714;
}

.entry-content  {
	line-height: 1.714285714;
	max-width:1170px;
	margin: 0 auto;
}


.entry-content-full  {
	line-height: 1.714285714;
	margin: 0 auto;
}

.entry-content img {
	Xborder-radius: 3px;
	Xbox-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.entry-content ol,
.entry-content ul {
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	line-height: 1.714285714;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}

.entry-content ul {
	list-style: disc outside;
}

.entry-content ol {
	list-style: decimal outside;
}

.entry-content li {
	margin: 0 0 0 36px;
	margin: 0 0 0 2.571428571rem;
}

.entry-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}

.entry-content blockquote p:last-child {
	margin-bottom: 0;
}

.entry-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 16px;
	font-size: 0.857142857rem;
	line-height: 2;
}

.entry-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 16px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}

.entry-content pre code {
	display: block;
}

.entry-content abbr,
.entry-content dfn,
.entry-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

.entry-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}

footer {
	clear: both;
	max-width: 1024px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 0;
	overflow: hidden;
	padding: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

.all-copy  {  
  -webkit-user-select: all;  /* Chrome all / Safari all */
  -moz-user-select: all;     /* Firefox all */
  -ms-user-select: all;      /* IE 10+ */
  user-select: all;          /* Likely future */    
}


.UserAvatarLoginSelect:hover {
	background:#0666CC;
	color:#ffffff;
}

.box-callout {
		box-sizing:border-box;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 8px;
    border-radius: 3px;
		width:90%;
		max-width:500px;
		
		margin-left:auto;
		margin-right:auto;
		
		box-shadow: 0 2px 8px 0 rgba(0,0,0,0.2);
		text-align:left;
		background:#ffffff;
}

.box-callout-warning {
		border-left-color: #ce4844;
		box-sizing:border-box;
}

.box-callout-warning h4 {
		box-sizing:border-box;
    margin-top: 0;
    margin-bottom: 5px;
		color: #ce4844;
		font-size: 18px;
}

.box-callout-info {
		border-left-color: #ff8000;
		box-sizing:border-box;
}

.box-callout-info h4 {
		box-sizing:border-box;
    margin-top: 0;
    margin-bottom: 5px;
		color: #ff8000;
		font-size: 18px;
}


/* Circle Avatar Styles */


.circle2 {
  clip-path: circle(45px at center);
  /* OLD VALUE example: circle(245px, 140px, 50px); */
  /* Yep, even the new clip-path has deprecated stuff. */
}


.circle {
  clip-path: circle(22px at center);
  /* OLD VALUE example: circle(245px, 140px, 50px); */
  /* Yep, even the new clip-path has deprecated stuff. */
}



.AvatarImg {
	display:inline-block;
	width:60px;
	height:60px;
	background:#efefef;
	border-radius:50%;
	
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.xAvatarImg:hover {
	position:absolute;
	top:10px;
	left:10px;
	width:160px;
	height:160px;
	cursor: pointer	
}


.UserAvatarName {
	width:60px;
	height:60px;
	line-height: 60px;
	border-radius: 50%;
	text-align:center;
  vertical-align: middle;
  padding: 0px;
  margin: 0px;
	font-face:bold;
	font-weight: bold;
	font-size:22px;
	color:#ffffff;
	overflow:hidden;
	background:RGB(0,150,100);
	background:RGB(255,180,0);
	background:RGB(0,100,150);
	
	display:inline-block;
	border: solid #cccccc 1px;
}

.UserAvatarNameMid {
	width:45px;
	height:45px;
	line-height: 45px;
	border-radius: 50%;
	text-align:center;
  vertical-align: middle;
  padding: 0px;
  margin: 0px;
	font-face:bold;
	font-weight: bold;
	font-size:22px;
	color:#ffffff;
	overflow:hidden;
	background:RGB(0,150,100);
	background:RGB(255,180,0);
	background:RGB(0,100,150);
	
	display:inline-block;
	border: solid #cccccc 1px;
}



.Select {
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */ 
}

.clear {
  font-weight: bold;
  clear: both;
	box-sizing:border-box;
}


.NextGroup {
  font-weight: bold;
  padding-top:30px;
  clear: both;
	box-sizing:border-box;
}

.InputForm {
  margin:0px;
  padding:0px;
  padding-left:10px;
  padding-top:10px;
  float:left;
	box-sizing:border-box;
}

.InputLabel{
  padding-top:5px;
  line-height: 25px;
	box-sizing:border-box;
}

.InputFeld {
	box-sizing:border-box;
	width:100%;
	display:inline-block;
}

.LRRForm {
	box-sizing:border-box;
	text-align:left;
	background-color:#EFEFEF;
	max-width:355px;
	margin:auto; border: 1px solid;
	border-radius: 3px;
	border-color:#CCC;
	padding:10px;
}


.FrmControls {
	z-index: 15;
	xbackground: #4267b2;
	width: 100%;
	xposition: fixed;
	xbottom: 0;
	xleft: 0;
	padding-top: 30px;
	clear: both;
}

/* Form fields, general styles first */

input[type="password"],
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
select,
textarea {
	font-size:16px;
	line-height: normal;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	padding: 10px;
	background-color:#F7F7F7;
	outline:none;
	box-sizing:border-box;
}


.Select3d select {
		background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#E6E6E6));
    background-image: -webkit-linear-gradient(top, #ffffff, #E6E6E6);
    background-image: -moz-linear-gradient(top, #ffffff, #E6E6E6);
    background-image: -o-linear-gradient(top, #ffffff, #E6E6E6);
    background-image: linear-gradient(to bottom, #ffffff, #E6E6E6);
}

input.button_add {
    padding-left:30px !important;
    background: #ff9900 url(/cms/uploads/images/2017/refresh64.png) no-repeat 10px center;
		background-size: 13px 13px;
    cursor: pointer;
		xfont-weight:bold !important;
		xfont-size:15px !important;
		xbackground-color: #4B9EFA !important;
}

input[type="password"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus {
	line-height: normal;
	border: 1px solid #0666CC;
	border-radius: 3px;
	font-family: inherit;
	xpadding: 6px;
	background-color:#F7F7F7;
	//transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: all 0.15s linear 0s;
	border-radius: 0px;
}

.button,
input[type="submit"],
input[type="button"],
input[type="reset"]{
	line-height: normal;
	transition: background-color 0.3s;
	box-sizing:border-box;
}

textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
	box-sizing:border-box;
	height: 250px;
  width: 600px;
}

@media screen and (max-width: 700px) {
	textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
	box-sizing:border-box;
	height: 250px;
  width: 500px;
	}
}


@media screen and (max-width: 600px) {
	textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
	box-sizing:border-box;
	height: 250px;
  width: 400px;
	}
}


@media screen and (max-width: 450px) {
	textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
	box-sizing:border-box;
	height: 250px;
  width: 330px;
	}
}

@media screen and (max-width: 360px) {
	textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
	box-sizing:border-box;
	height: 250px;
  width: 280px;
	}
}




/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
	box-sizing:border-box;
}

/* Buttons */
.menu-toggle,.button,
input[type="submit"],
input[type="xbutton"],
input[type="reset"],
article.post-password-required input[type=submit],
.bypostauthor cite span {
	padding: 9px 11px;
	font-size: 16px;
	line-height: 1.428571429;
	font-weight: normal;
	border-radius: 3px;
	color: #fff;
	background-color: #035A9F;
	border:none;
	outline:none;
	display:inline-block;
	margin-top:8px;
	margin-left:5px;
	text-decoration: none;
	transition: all 300ms ease;
	border: transparent 1px solid;
}

.menu-toggle,.button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}

input[disabled] {
	cursor: default;
	border: 1px solid #999999!important;
	background-color: #cccccc!important;
	color: #666666!important;
}


.menu-toggle:hover,
.menu-toggle:focus,
.button:hover,
input[type="submit"]:hover,
input[type="xbutton"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	  color: #035A9F;
		background-color:transparent;
    border: #035A9F 1px solid;
		text-decoration: none;
}

.menu-toggle:active,
.menu-toggle.toggled-on,
.button,
input[type="submit"]:active,
input[type="reset"]:active {
}




.btn-warning:hover {
  background:transparent;
	border: #c9302c 1px solid;
	color:#c9302c;
}

.btn-warning { 
	padding: 9px 11px;
	font-size: 16px;
	line-height: 1.428571429;
	font-weight: normal;
	border-radius: 3px;
	color: #fff;
	xborder:none;
	outline:none;
	display:inline-block;
	margin-top:8px;
	margin-left:5px;
	text-decoration: none;
	transition: all 300ms ease;
	border: transparent 1px solid;

  background:#c9302c;
  
   
}




.bs_red  {
	border: 1px solid #e65f5b !important;
	
	transition: all 0ms !important;
	background-repeat: no-repeat;
	background-position: 94% 50%;
	background-size: 30px;
	background-image: url('/cms/uploads/images/2017/fail.svg');
	
}

.required  {

}


.FormularHandler {
	position: relative;
	top:0px;
	display:none;
}

.FrmButton{
	padding-top:35px;
	padding-bottom:15px;
	padding-left:10px;
	padding-right:15px;"
}





.MyGalary {
    width: 100%;
    max-width: 100%;
}

.WrapperDLG {
   display: table;
   width: 100%;
   height: 100%;
   text-align: center;
   vertical-align: middle;
}

.CDLG {
   display: table-cell;
   display: grid;
   text-align: center;
   vertical-align: middle;
   align: center;
   width: 100%;
   height: 100%; 
   backdrop-filter: blur(2px);
}

.FormCenWrapper {
   display: table;
   width: 100%;
   height: 65%;
   text-align: center;
   vertical-align: middle;
}

.FormCenInner {
   display: table-cell;
   text-align: center;
   vertical-align: middle;
   align: center;
   width: 100%;
   height: 65%;
}

.DLGFrm {
    background-color: #fff;
	width: 90%;
	max-width:460px;
    margin:auto;
    -webkit-box-shadow: 8px 11px 22px -9px rgba(0,0,0,0.7);
    -moz-box-shadow: 8px 11px 22px -9px rgba(0,0,0,0.7);
    box-shadow: 8px 11px 22px -9px rgba(0,0,0,0.7);
}

.imgh:hover {
	-webkit-transform: scale(1.05) translateZ(0);
  -moz-transform: scale(1.05) translateZ(0);
  -o-transform: scale(1.05) translateZ(0);
  transform: scale(1.05) translateZ(0);
    
	webkit-transition: -webkit-transform .3s cubic-bezier(.4,0,1,1);
  -moz-transition: -moz-transform .3s cubic-bezier(.4,0,1,1);
  -o-transition: -o-transform .3s cubic-bezier(.4,0,1,1);
  transition: transform .3s cubic-bezier(.4,0,1,1);
}


#PopupDiv {
  max-width: 700px;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 20;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  padding: 0px;
  border-radius: 0px;
  border: none;
  box-sizing: none;
  margin-bottom: 0px;
}


#PopupDivData {
	width:100%;
	height:100%;
	max-height:100%;
	overflow:hidden;
	overflow-y:auto;
}


/* =Media queries
-------------------------------------------------------------- */

@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}




@media screen and (max-width: 643px) {
	.FormCenInner {
		display:block;
		text-align: center;
		vertical-align: middle;
		align: center;
		width: auto;
		height: auto;
}

	.FormCenWrapper{
		display: block;
		width: auto;
		height: auto;
		text-align: center;
		vertical-align: middle;
	}	
}


.YoutubeGal {
	position: absolute;
	width: 200px;
	height:112px;
	background: url(/cms/uploads/images/2017/YouTube-icon-dark.png) no-repeat center center;
	background-color: rgba(0,0,0,.30);
}	

@media screen and (max-width: 700px) {
	.YoutubeGal {
		position: absolute;
		width: 95px;
		height:95px;
		background: url(/cms/uploads/images/2017/YouTube-icon-dark.png) no-repeat center center;
		background-color: rgba(0,0,0,.30);
	}	
}




.Table-Striped{
	border-collapse:collapse;
	border-spacing: 12px;
	border: solid 0px #E2E2E2;
	text-align: left;
}

.Table-Striped td {
	border-bottom: solid 1px #ccc;
	padding:3px;
	padding-left:15px;
	vertical-align:middle;
	font-size:14px;
	text-align: left;
}

.Table-Striped tr:nth-child(1n+2) {
	background-color: transparent;
	color: #000;
}

.Table-Striped tr:nth-child(2n+3) {
	background-color: #F9F9F9;
	color: #000;
}

.Table-Striped tr:hover {
	background-color: #4B9EFA;
	color:#ffffff;
	cursor:default;
	transition: all 300ms;
	cursor: pointer;
}


.BackToTopButton {
	opacity: 0.7;
	display: block;
	z-index: 5;
	position: fixed;
	bottom: 44px;
	right: 5px;
	font-size: 45px;
	color: RGBA(255,128,0,100);
	border-radius: 50%
}

.BackToTopButton:hover {
	cursor: pointer;
	opacity: 0.80;
	color: RGBA(255,128,0,1);
	
}
